/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahamas

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{padding-left: 20px;}
img{height: auto;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #000}

html {
  scroll-behavior: smooth;
}

* {
  cursor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.46;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: var(--site-text-color);
  font-family: var(--body-font);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.main-title,.sub-title,.title, .tit, .h1, .has-h-1-font-size, .h2, .has-h-2-font-size, .h3, .has-h-3-font-size, .h4, .has-h-4-font-size, .h5, .has-h-5-font-size, .h6, .has-h-6-font-size{
  line-height: 1.2;
  color: var(--site-title-color);
  font-family: var(--heading-font);
  font-weight: 700;
  position: relative;
}

/* ! Title System */
h1, h2, h3, h4, h5, h6, p, ol, ul{margin-bottom: 1rem;}

h1, .main-title, .h1, .has-h-1-font-size {font-size: 36px;  }
h2, .sub-title, .h2, .has-h-2-font-size{font-size: 34px;}
h3, .title, .h3, .has-h-3-font-size{font-size: 28px;}
h4, .tit, .h4, .has-h-4-font-size{font-size: 24px;}
h5, .h5, .has-h-5-font-size{font-size: 20px;}
h6, .h6, .has-h-6-font-size{font-size: 18px;}


@media (max-width: 768px) {
  h1, .main-title, .h1, .has-h-1-font-size {font-size: 34px; }
  h2, .sub-title, .h2, .has-h-2-font-size{font-size: 30px;}
  h3, .title, .h3, .has-h-3-font-size{font-size: 26px;}
  h4, .tit, .h4, .has-h-4-font-size{font-size: 22px;}
  h5, .h5, .has-h-5-font-size{font-size: 18px; }
  h6, .h6, .has-h-6-font-size{font-size: 16px; }
}



/* Link color */
a { color: var(--link-color); }
a:hover { color: var(--link-color-hover); text-decoration: none; }

.clearfix, .cleared {
  clear: both;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}

.center{
  text-align: center;
}



.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"] {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 0px;
  border: 2px solid transparent;
  padding: 10px 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: inherit;
}
/*
.btn:hover, .form .btn:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover, input[type="submit"]:hover {
  background: var(--link-color-hover);
  border-color: var(--link-color-hover);
  color: #fff;
}*/



input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
  border: none;
  background-color: transparent;
  padding: 0 0;
  height: 44px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  font-family: var(--body-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #000;
}

textarea {
  height: 80px;
  line-height: 1.6;
  padding: 0;
}

select {
  background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0625 0.09375C1.125 0.03125 1.1875 0.03125 1.21875 0.03125C1.3125 0.03125 1.375 0.03125 1.40625 0.09375L8 7.40625L14.5625 0.09375C14.6562 0 14.8125 0 14.9062 0.09375C15 0.1875 15 0.34375 14.9062 0.4375L8.15625 7.9375C8.0625 8.03125 7.90625 8.03125 7.8125 7.9375L1.0625 0.4375C0.96875 0.34375 0.96875 0.15625 1.0625 0.09375Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 15px;
  color: #808080;
}


input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="search"] {
  width: auto;
}

.form .field {
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-form-control-wrap.privacy label,
.wpcf7-form-control.wpcf7-acceptance {
  font-size: 17px;

}

.wpcf7-not-valid-tip{
  z-index: 1;
  font-size: 10px;
  text-align: left;
  position: absolute;
  bottom: -29px;
  left: 0;
  background: transparent;
  right: 15px;
  box-sizing: border-box;
  padding: 0.5px;
}

.privacy{
	margin: 10px 0;
  font-weight: 400;
  color: var(--site-text-color);

}

.privacy a {
  color: var(--site-text-color);
  text-decoration: underline;
}

.privacy .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: inherit; 
}
.wpcf7-form-control-wrap label {
  font-weight: 400;
  color: var(--site-text-color);
}



.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-response-output {
  max-width: 868px;
  margin: 30px auto 0 !important;
  border: none !important;
  color: red;
  text-align: center;
}

label {
  color: var(--site-title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: normal;
}



.dis, .privacy label {
  color: var(--site-title-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.privacy label a {
  color: var(--site-title-color);
}



.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
  display: inline-block;
}

/* Per Webkit (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}

/* Per Mozilla Firefox */
::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

/* Per Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

/* Per i browser più moderni */
::placeholder {
  color: #808080;
  opacity: 1;
}



.form .btn {
  background: transparent;
  border: 1px solid;
  padding: 12px 30px;
  color: #000;
  text-align: center;
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}


.header {
  position: sticky;
  z-index: 100;
  top: 0;
}

.admin-bar .header {
	top:30px;
}

.page-template-menu-trasparent .header {
  background: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
}


#logo {
  position: relative;
  z-index: 50;
}

#logo img {
  padding: 30px 0;
  height: 45px;
  width: auto;
  display: block;
  box-sizing: content-box;
  height: 110px;
  padding: 20px 0;
}


.header .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
}
.navigator .menu li {
	display:inline-block;
  	position: relative;
	
}
.navigator .menu li a {
  padding: 0 15px;
  line-height: 40px;
  color:  #fff;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.page-template-menu-trasparent .navigator .menu li a { 
  color: #fff;
}

.navigator .menu li a:hover,
.navigator .menu li.current_page_item>a {
  color: var(--link-color-hover);
}



.navigator .menu ul {
  display:none;
  position: absolute;
  padding: 0;
  left:0;
  width: 200px;
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 9px 68px 0 rgba(38, 43, 43, 0.1);
  background: #fff;
  top: 40px;
}
.navigator .menu li:hover ul,
.navigator .menu li:focus-within ul {
  display:block;
  z-index: 300;
}
.navigator .menu ul li { 
  width: 100%;
  display:block;	
}

.navigator .menu ul li a {
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  text-align: left;
}

.navigator .menu ul li a:hover{
  background-color: #ccc;
}

.navigator .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}

.navigator .menu > li.menu-item-has-children > a::after {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  margin-top: -15px;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}



.footer {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
  font-size: 16px;
}

.footer h4, .footer .tit {
  font-size: 21px;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover, 
.credit a:hover {
  text-decoration: underline;
}

.footer ul {
  padding-left: 10px;
}

.credit {
  color: #999;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 11px;
}

.credit a{
  color: #999;
}

.credit p {
  margin: 0;
}

.footer .crd a {
  text-decoration: underline;
}



.social svg {
  height: 22px;
  width: 34px;
}
.social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social a {
  display: block;
}

.contenuto img {
  max-width: 100%;
  height: auto;
  display: block;
}


.call{
  display: none;
}


.page-hero {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page-hero .main-title {
  margin: 0;
}

body .emme_gallery_filters .filter-btn {
  background: transparent;
  color: #d3d3d3;
  font-weight: 600;
  font-size: 16px;
  padding: 9px 25px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  margin: 0 10px;
  border-radius: 0;
}
body .filter-btn.active, body .filter-btn:hover {
  background: transparent;
  color: #fff;
}
body .grid-gallery.emme_gallery .emme-gallery-item img {
  border-radius: 0;
}

.w100 img{width:100%}

  .cursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #bb9e6f;
    position: fixed;
    pointer-events: none;
    top: 0; left: 0;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease-out;
    z-index: 999999999;
  }
  .cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #bb9e6f;
    opacity: 1;
    position: fixed;
    top: 0; left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999999999;
  }
  .cursor2.expand {
    width: 30px;
    height: 30px;
  }




.servizi .icon svg {
  filter: invert() brightness(100);
  width: 80px;
  height: 80px;
  margin: auto;
}
.servizi .item {
  text-align: center;
  border: 1px solid #000;
  padding: 20px;
}
.servizi .item .tit {
  font-size: 20px;
  margin: 12px 0;
}
.servizi .item .intro p {
  font-size: 14px;
}



/* ! Back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 44px;
  height: 61px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  border-radius: 0;
  background: #fff;
  align-items: center;
  justify-content: center;
}





/* ! FAQ */


.rank-math-list-item::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 10C19.75 10.2344 19.5625 10.375 19.375 10.375H10.375V19.375C10.375 19.6094 10.1875 19.7969 10 19.7969C9.76562 19.7969 9.625 19.6094 9.625 19.375V10.375H0.625C0.390625 10.375 0.25 10.2344 0.25 10.0469C0.25 9.8125 0.390625 9.625 0.625 9.625H9.625V0.625C9.625 0.4375 9.76562 0.296875 10 0.296875C10.1875 0.296875 10.375 0.4375 10.375 0.625V9.625H19.375C19.5625 9.625 19.75 9.8125 19.75 10Z" fill="black"/></svg>');
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-math-list-item.active::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="2" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.625 1.375C0.390625 1.375 0.25 1.23438 0.25 1.04688C0.25 0.8125 0.390625 0.625 0.625 0.625H19.375C19.5625 0.625 19.75 0.8125 19.75 1.04688C19.75 1.23438 19.5625 1.375 19.375 1.375H0.625Z" fill="black"/></svg>');
}
.rank-math-question  {
  color: #000;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.rank-math-list-item {
  position: relative;
  padding: 30px 30px 30px 0px;
  cursor: pointer;
  border-bottom: 1px solid #333333;
}
.rank-math-answer {
  display: none;
  margin-bottom: 0;
  margin-top: 45px;
    padding-left: 0;
    font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 22px;
  max-width: 994px;
	  color: #000;
}

.rank-math-answer ul {
  list-style-type: none;
}

.rank-math-question strong {
  font-weight: 300;
}
.rank-math-answer a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rank-math-list-item::before, .rank-math-list-item::after { right: 0; top:30px;}
  .rank-math-question { font-size: 17px; }
  .rank-math-answer {
  font-size: 16px;
}
}

.page-gallery img {
  aspect-ratio: 2/3;
  object-fit: cover;
}

body .lightbox .lb-image {
  border: navajowhite;
  border-radius: 0;
}
body .lb-data .lb-details {
  display: none !important;
}



/* =========================================================
   FLIP CARD per Gutenberg: .feature-collection .item
   Front = figure.wp-block-image
   Back  = .wp-block-group.text
   ========================================================= */

.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item.wp-block-group-is-layout-constrained {
  /* Scena / card */
  position: relative;
  perspective: 1200px;
  aspect-ratio: 3 / 4;
  padding: 0 !important;

  overflow: hidden;

  /* facoltativo */
  transform: translateZ(0);
}

/* Le 2 facce occupano tutta la card */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > figure.wp-block-image,
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > .wp-block-group.text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  margin: 0 !important;

  backface-visibility: hidden;
  transform-style: preserve-3d;

  transition:
    transform var(--flip-duration, 0.85s)
    var(--flip-ease, cubic-bezier(.2,.7,.2,1));
}

/* FRONT (immagine) */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > figure.wp-block-image {
  transform: rotateY(0deg);
}

/* Assicura che l’immagine riempia sempre la faccia */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay leggero sul front (simile al "flip-overlay") */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > figure.wp-block-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.35),
    rgba(0,0,0,0) 55%
  );
  pointer-events: none;
}

/* BACK (testo) */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > .wp-block-group.text {
  transform: rotateY(-180deg);

  background: var(--flip-back-bg, #fff);
  color: var(--flip-back-color, #000);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: var(--flip-padding, 24px);
  text-align: center;
}

/* Migliora la leggibilità del testo sul back */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item
  > .wp-block-group.text p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Hover / Focus: flip */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item:hover
  > figure.wp-block-image,
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item:focus-within
  > figure.wp-block-image {
  transform: rotateY(180deg);
}

.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item:hover
  > .wp-block-group.text,
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item:focus-within
  > .wp-block-group.text {
  transform: rotateY(0deg);
}

/* Facoltativo: un po' di profondità */
.wp-block-group.feature-collection.is-layout-grid
  > .wp-block-group.item {
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

/* Accessibilità: riduci animazioni se richiesto dall’utente */
@media (prefers-reduced-motion: reduce) {
  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item
    > figure.wp-block-image,
  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item
    > .wp-block-group.text {
    transition: none;
  }
}

/* Touch devices: niente hover "strano".
   Scelta consigliata: su mobile mostriamo layout normale (stack). */
@media (hover: none) {
  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item {
    aspect-ratio: auto;
    overflow: hidden;
  }

  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item
    > figure.wp-block-image,
  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item
    > .wp-block-group.text {
    position: static;
    transform: none !important;
    height: auto;
  }

  .wp-block-group.feature-collection.is-layout-grid
    > .wp-block-group.item
    > .wp-block-group.text {
    background: transparent;
    color: inherit;
    padding: 0;
  }
}
.feature-collection .item.is-flipped{
  transform: perspective(1200px) rotateY(180deg);
}
.grecaptcha-badge {
  visibility: hidden;
}


/*--------------------------------------------------------------
# Breakpoint (1024px)
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

  body {
    padding-bottom: 51.2px;
}
	
.call {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
	box-shadow:0px 0px 12px #aaa;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
	
 .call .widget {
  display: flex;
  justify-content: right;
  align-items: center;
}
  
.call a {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin: 3px 18px 3px 0;
  line-height: 60px;
  font-size:0;
}

.call span {
  margin-left: 10px;
  margin-right: auto;
  font-size: 14px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 16px;
}
	
	.call svg{
		color:#fff;
	}

	
.top-bar{
  display:none;
}	
  
.resmenu {
  display: block;
  order: 3;
}

.header-widget{
margin-left:auto; 
margin-right:40px;
}
  
  
    .navigator{
      display: block;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      transform:translateX(100%);
      -moz-transform:translateX(100%);
      -webkit-transform:translateX(100%);
      transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      bottom: 0;
      padding-top: 60px;
      background-color: #000;
      z-index: 200;
      margin:0;
      overflow: scroll;
    }
    .visible {
      overflow: hidden;
    }
    .visible .navigator {
      transform:translateX(0%);
      -moz-transform:translateX(0%);
      -webkit-transform:translateX(0%);
    }
    .navigator .menu {
      display:block;
      width:80%;
      margin:0 auto;
      position:relative;
      right:0;
    }
    .navigator .menu li{
      display:block;
    }
    .navigator .menu li a{
      line-height:60px;
      font-size:16px;
      color:#fff;
      background-color: transparent;
      border-bottom: 1px solid #eee;
    }
	
 .navigator .menu .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto !important;
    visibility: visible;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0;
	padding: 0px;
    display: block;
  }

  .navigator .menu .open-dropdown .sub-menu {
    max-height: 980px;
  }

  .menu > li.menu-item-has-children.open-dropdown > a::after{
	transform: rotate(-90deg);
  }
	
	#nav-icon2 span {
  background: #fff;
}
	.call {
  display: none;
}
	
}

/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {

  .header-widget { display:none; }

.slide-pagine {
  background-attachment:  initial !important;
  min-height: 520px !important;
}
.slide-pagine .wp-block-cover__image-background.has-parallax {
  background-attachment: unset;
}
.feature-collection {
  display: flex !important;
  flex-direction: column;
}
.wp-block-columns.alignfull .wp-block-column {
  padding: 0 20px;
}
.wp-block-gallery.alignfull {
  padding: 0 20px;
}
	
	.minh-300{
		min-height:300px !important;
	}	
	

}
