@charset "UTF-8";
/*  

Theme Name: Wkręć się w Trójmiasto

Theme URI: 

Author: UniqSoft

Author URI: https://uniqsoft.pl

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
  font-size: 17px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 1.7;
  overflow-x: hidden;
}
body a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
body img {
  max-width: 100%;
  height: auto;
}
body p {
  text-align: justify;
}
body p.center {
  text-align: center;
}
body p, body ul, body ol {
  margin: 30px 0;
}
body h1:first-child, body h2:first-child, body h3:first-child, body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0:first-child, body h4:first-child, body h5:first-child, body p:first-child, body ul:first-child, body ol:first-child, body li:first-child, body .wp-block-gallery:first-child {
  margin-top: 0 !important;
}
body h1:last-child, body h2:last-child, body h3:last-child, body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0:last-child, body h4:last-child, body h5:last-child, body p:last-child, body ul:last-child, body ol:last-child, body li:last-child, body .wp-block-gallery:last-child {
  margin-bottom: 0 !important;
}
body h1, body h2, body h3, body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
  line-height: 1.2;
}
body h2 {
  font-size: 50px;
  text-align: center;
  margin: 100px 0;
  text-transform: uppercase;
}
body h3, body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
  font-size: 27px;
  margin: 50px 0;
  text-transform: uppercase;
}
body h4 {
  color: #9a9a9a;
  font-size: 20px;
  margin: 30px 0;
}
body hr, body .wp-block-separator {
  border: 0;
  height: 2px;
  margin: 100px 0;
  background-color: #444444;
}
body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
body .row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .row .col {
  padding-left: 25px;
  padding-right: 25px;
}
body .row .col-2 {
  width: 50%;
}
body .row .col-2:nth-child(n+3) {
  margin-top: 50px;
}
body .row .col-3 {
  width: 33.33333%;
}
body .row .col-3:nth-child(n+4) {
  margin-top: 50px;
}
body .row .col-4 {
  width: 25%;
}
body .row .col-5 {
  width: 20%;
}
body .row .col-5:nth-child(n+6) {
  margin-top: 50px;
}
body .row .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .button, body .wp-element-button {
  border-radius: 0;
  background: #000000;
  text-align: center;
  color: #FFFFFF !important;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  line-height: 1.2;
  padding: 20px 40px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
body .button:hover, body .wp-element-button:hover {
  background-color: #FFFFFF;
  color: #000000 !important;
}
body .button:disabled, body .button.disabled, body .wp-element-button:disabled, body .wp-element-button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
body .button.small, body .wp-element-button.small {
  padding: 15px 20px;
}
body .button-container {
  margin-top: 40px;
  text-align: center;
}
body .button-container p {
  text-align: inherit;
}
body .padding {
  padding: 100px;
}
body .padding-y {
  padding-top: 100px;
  padding-bottom: 100px;
}
body .wp-lightbox-overlay .scrim {
  background-color: #000000 !important;
}
body .wp-lightbox-overlay .close-button {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #FFFFFF !important;
  opacity: 0.6;
}
body .wp-lightbox-overlay .close-button:hover {
  opacity: 1;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 15px 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body header .icon-1, body header .icon-2, body header .icon-3 {
  position: absolute;
  left: calc(25% - 2.5px);
  top: calc(50% - 2.5px);
  width: 32px;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), background-color 0.25s ease-in-out, -webkit-transform 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  transition: opacity 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), background-color 0.25s ease-in-out, -webkit-transform 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  transition: transform 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), opacity 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), background-color 0.25s ease-in-out;
  transition: transform 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), opacity 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8), background-color 0.25s ease-in-out, -webkit-transform 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
body header .icon-1 {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
body header .icon-3 {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
body header .hamburger-icon {
  position: relative;
  height: 55px;
  width: 55px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body header .icon-1.a {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
body header .icon-3.b {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
body header .icon-2.c {
  opacity: 0;
}
body header .clear {
  clear: both;
}
@-webkit-keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}
body header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body header nav ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0 25px;
}
body header nav ul li a svg {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
body header nav ul li a:hover {
  opacity: 0.7;
}
body .banner {
  width: 100%;
  height: 70vh;
  position: relative;
}
body .banner img, body .banner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .banner + .page {
  padding-top: 50px;
}
body .spider_popup_wrap {
  background-color: #000000;
}
body .spider_popup_wrap #spider_popup_left-ico, body .spider_popup_wrap #spider_popup_right-ico {
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  color: #FFFFFF;
  opacity: 1;
}
body .spider_popup_wrap .bwg_close_btn {
  opacity: 1;
}
body .spider_popup_wrap .spider_popup_close_fullscreen, body .spider_popup_wrap .bwg_ctrl_btn, body .spider_popup_wrap .bwg_toggle_btn, body .spider_popup_wrap .spider_popup_close, body .spider_popup_wrap .spider_popup_close_fullscreen, body .spider_popup_wrap #spider_popup_left #spider_popup_left-ico, body .spider_popup_wrap #spider_popup_right #spider_popup_right-ico {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
body .spider_popup_wrap .spider_popup_close_fullscreen:hover .bwg_ctrl_btn:hover, body .spider_popup_wrap .bwg_toggle_btn:hover, body .spider_popup_wrap .spider_popup_close:hover, body .spider_popup_wrap .spider_popup_close_fullscreen:hover, body .spider_popup_wrap #spider_popup_left:hover #spider_popup_left-ico, body .spider_popup_wrap #spider_popup_right:hover #spider_popup_right-ico {
  color: #FFFFFF;
  opacity: 1;
}
body .spider_popup_wrap #spider_popup_left-ico {
  left: 0;
}
body .spider_popup_wrap #spider_popup_right-ico {
  right: 0;
}
body .spider_popup_close_fullscreen {
  color: #FFFFFF;
}
body #bwg_container1_0 #bwg_container2_0 #spider_popup_overlay_0 {
  background-color: #000000;
}
body .bwg_image_info {
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.4;
  width: 100% !important;
}
body .bwg_image_info .bwg_image_title {
  display: none;
}
body .bwg_image_info .bwg_image_description {
  color: #FFFFFF !important;
  font-family: "Montserrat", serif;
  font-weight: 500;
}
body .bwg_popup_image {
  max-height: calc(100vh - 40px) !important;
  margin-bottom: 40px;
}
body section {
  position: relative;
  z-index: 2;
}
body section.start img {
  display: block;
  width: 100%;
}
body section.start .bwg_thumbnail.bwg_container {
  padding: 0;
  margin: 0;
}
body section.start #bwg_container1_0 #bwg_container2_0 .bwg_blog_style_image_0 {
  border: 0;
  margin: 0;
}
body section.start #bwg_container1_0 #bwg_container2_0 .bwg_blog_style_share_buttons_image_alt0 {
  margin: 0;
}
body section.start .bwg_load_more_ajax_loading:not(.bwg-hidden) {
  height: 60px;
}
body section.start .bwg_loading_div_2 {
  background-color: #000000;
}
body section.start .blog_style_image_buttons_conteiner_0 {
  position: relative;
}
body section.start .bwg-a {
  display: block;
}
body section.start .bwg-a::after {
  background-color: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body section.start #bwg_container1_0 #bwg_container2_0 .blog_style_image_buttons_conteiner_0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body section.start #bwg_container1_0 #bwg_container2_0 .blog_style_image_buttons_conteiner_0 .blog_style_image_buttons_0 {
  width: 100%;
}
body section.start #bwg_container1_0 #bwg_container2_0 .blog_style_image_buttons_conteiner_0:hover .bwg_blog_style_share_buttons_image_alt0 {
  opacity: 1;
}
body section.start #bwg_container1_0 #bwg_container2_0 .blog_style_image_buttons_conteiner_0:hover .bwg-a::after {
  opacity: 0.6;
}
body section.start #bwg_container1_0 #bwg_container2_0 .bwg_blog_style_share_buttons_image_alt0 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline;
  width: auto;
}
body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
  color: #FFFFFF;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  width: auto;
}
body section.page a {
  color: #9a9a9a;
  font-weight: bold;
}
body section.page a:hover {
  color: #FFFFFF;
}
body section.page .info h3, body section.page .info section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0, body section.start #bwg_container1_0 #bwg_container2_0 section.page .info .bwg_image_alt_0 {
  margin-bottom: 0;
}
body section.page .info h4 {
  margin-top: 10px;
}
body section.page .info img {
  display: block;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
body section.page .icons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 0;
}
body section.page .icons .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body section.page .icons svg, body section.page .icons img {
  width: 40px;
  margin-bottom: 20px;
}
body section.page .icons a, body section.page .icons p {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
body section.page .icons p {
  color: #9a9a9a;
  margin: 0;
}
body section.page .gallery {
  margin-right: auto;
  margin-top: 100px;
}
body section.page .gallery .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body section.page .gallery a, body section.page .gallery img {
  display: block;
}
body section.page .gallery img {
  width: auto;
  max-height: 340px;
  margin-left: auto;
  margin-right: auto;
}
body section.page ul, body section.page ol {
  list-style: none;
  margin-left: 20px;
  padding: 0;
}
body section.page ul > li, body section.page ol > li {
  margin: 20px 0;
  padding-left: 45px;
  min-height: 30px;
  position: relative;
}
body section.page ul > li::before, body section.page ol > li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
}
body section.page ul ul li, body section.page ol ul li {
  margin: 0;
}
body section.page ul > li::before {
  background-image: url("images/check-gray.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  content: "";
  opacity: 1;
  margin-left: 0;
  margin-right: 15px;
}
body section.page ol {
  counter-reset: custom-counter;
}
body section.page ol > li {
  counter-increment: custom-counter;
}
body section.page ol > li::before {
  font-size: 20px;
  content: counter(custom-counter) ". ";
  color: #9a9a9a;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
body section.page article .date {
  color: #ca0e0e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
body section.page .wp-block-gallery {
  margin: 50px 0;
}
body .wpcf7 form .wpcf7-spinner {
  vertical-align: middle;
  margin-right: -48px;
}
body .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  color: #ca0e0e;
  font-weight: 500;
}
body .wpcf7 form .wpcf7-response-output {
  border: 0;
  background-color: #444444;
  color: #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 20px;
  border-radius: 0px;
}
body .wpcf7 form.sent .wpcf7-response-output {
  background-color: #444444;
}
body .wpcf7 form.failed .wpcf7-response-output, body .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #ca0e0e;
}
body .wpcf7 form.spam .wpcf7-response-output {
  background-color: #ca0e0e;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ca0e0e;
}
body .wpcf7 form .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
body .wpcf7 form .wpcf7-form-control-wrap .wpcf7-checkbox label:first-child {
  margin-bottom: 0;
}
body form .form-row p {
  text-align: inherit !important;
}
body form .form-row:not(:last-child) {
  margin-bottom: 40px;
}
body form .row {
  margin-left: -20px;
  margin-right: -20px;
}
body form .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body form .row + .form-row {
  margin-top: 40px;
}
body form button, body form input, body form textarea, body form select {
  font-family: "Montserrat", serif;
}
body form label:first-child {
  font-weight: 700;
  font-size: 17px;
  display: block;
  color: #9a9a9a;
  margin-bottom: 15px;
}
body form input, body form textarea, body form select {
  display: block;
  border: 0;
  border-radius: 0px;
  padding: 12.5px 17.5px;
  width: 100%;
  font-size: 17px;
  background-color: #000000;
  border: 2px solid #9a9a9a;
  color: #FFFFFF;
}
body form textarea {
  resize: none;
}
body form input:-webkit-autofill,
body form input:-webkit-autofill:hover,
body form input:-webkit-autofill:focus,
body form textarea:-webkit-autofill,
body form textarea:-webkit-autofill:hover,
body form textarea:-webkit-autofill:focus,
body form select:-webkit-autofill,
body form select:-webkit-autofill:hover,
body form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
}
body form .wpcf7-list-item {
  margin-left: 0;
}
body form input[type=checkbox] {
  display: none;
}
body form input[type=checkbox] + span {
  color: #FFFFFF;
  margin-right: 0;
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  padding-left: 37px;
  display: block;
  line-height: 1.4;
  font-size: 17px;
}
body form input[type=checkbox] + span::before, body form input[type=checkbox] + span::after {
  content: "";
  position: absolute;
}
body form input[type=checkbox] + span::before {
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  background-color: #000000;
  border: 2px solid #9a9a9a;
}
body form input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("images/check.svg");
}
body form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media (min-width: 768px) {
  body header .hamburger-icon {
    display: none;
  }
  body header .social {
    display: none;
  }
}
@media (max-width: 1500px) {
  body section.page .icons.about {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  body section.page .icons.about .col {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  body .padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  body section.page .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body section.page .icons .col {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body header nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  body section .gallery .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body section .info .col:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  body .banner {
    height: 50vh;
  }
  body section .info .col:first-child {
    width: 100%;
  }
  body section .info .col:first-child img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body h2 {
    font-size: 40px;
    margin: 50px 0;
  }
  body h3, body section.start #bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
    font-size: 25px;
  }
  body h4 {
    font-size: 18px;
  }
  body .padding {
    padding: 50px 20px;
  }
  body .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body hr, body .wp-block-separator {
    margin: 50px 0;
  }
  body .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  body .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .row .col:nth-child(n+2) {
    margin-top: 40px;
  }
  body .row .col-2, body .row .col-3 {
    width: 100%;
  }
  body header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }
  body header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 30px 15px;
  }
  body header .social a {
    color: #FFFFFF;
  }
  body header .social svg, body header .social img {
    display: block;
    width: 25px;
  }
  body header nav {
    background: #000000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body header nav ul {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header nav.show {
    opacity: 1;
    visibility: visible;
  }
  body section.page .icons {
    gap: 0;
  }
  body section.page .icons .col {
    width: 100%;
  }
  body section.page .gallery {
    margin-top: 50px;
  }
  body section.page .gallery .col {
    width: 100%;
  }
  body section.page ul, body section.page ol {
    margin-left: 0;
  }
  body section.page .wp-block-gallery {
    margin: 20px 0;
  }
  body section.page .wp-block-gallery figure {
    width: 100% !important;
  }
}