/*h1, h2, h3, h4, h5, h6 {
    font-family: "Playpen Sans", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #7e9282;
}
}*/

a.navigation__item--link {
    font-size: 16px !important;
}

.alias-pcontent li {
    margin-left: 1rem !important;
}

.featuredblocks-grid-a .featuredblocks .featuredblock__item .featuredblock__content {
    display: block;
}
.fb-grid-a-accordion .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: #fff;
}
.fb-grid-a-accordion .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
   background-color: #49715E;
}

@media (min-width: 992px) {
.navigation-a .navigation__item:hover>.navigation__list--default {
max-height: 1200px !important;

}
}


        .flex-container {
          display: flex;
          flex-wrap: wrap;
		  align-items: center;
        }
        .col20 {
          width: calc(19% - 4px);
          padding: 10px;
        }

        .col25 {
          width: calc(24.6% - 4px);
        }

        .col30 {
          width: 31%;
          padding: 10px;
        }
		
        .col70 {
          width: 69%;
          padding: 10px;
        }

        .col50 {
          width: 48%;
          padding: 10px;
        }
		
		.col80 {
            width: 79%;
            padding: 10px;
          }

        .spaced {
          justify-content: space-between;
        }
		
		.center {
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}
	
		.flexmoretop {
		align-items: flex-start;
    align-content: flex-start;
}

          @media screen and (max-width: 768px) {
            .col80,
            .col50,
            .col30,
            .col70,
            .col20,
            .col25 {
              width: 100%;
            }

          .alias-pcontent img {
            display: block;
            margin: auto;
            float: none !important;
          }
          .hide_mobile {
            display: none !important;
          }

          .align-left,
          .align-right,
          .align-center {
            display: block !important;
            margin: auto !important;
            float: none !important;
          }
          .fb-grid-a-accordion .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
             text-align: center;
          }
        }

        .testimonials .testimonials-list {
	transform: none !important;
	    opacity: 1 !important;
    transition: unset !important;
        
}
.section--dark .banner-a .banner__title {
    text-shadow: 2px 2px 4px #000000;
    @media screen and (max-width: 768px) {
    }
}}

.section--light .editable h1 {
color: #49715E;
}
.section--light .editable h2 {
color: #49715E;
}
.section--light .component__title {
    color: #49715E;
}
.section--dark .component__title {
    color: #F0E9E6;
}
.background_gra {
 background-color: #F0E9E6;
 width: 600px;
  padding:50px;
 border-radius: 75px;
 margin: auto;
 font-size: 25px;
 font-family: "Playpen Sans", cursive !important;
 color: #49715E;
}

.background_gra22 {
 background-color: #F0E9E6;
max-width: 80%;
  max-height: 80%;
  padding:50px;
 border-radius: 75px;
 margin: auto;
 font-size: 25px;
 font-family: "Playpen Sans", cursive !important;
 color: #49715E;
}
@media screen and (max-width: 768px) {
.background_gra22 {
    font-size: 15px;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
}}

.banner-a .banner__subtitle {
    font-weight: 700;
    text-shadow: 5px 2px 5px #000000;
}
.section--light .socialmedia__link {
    color: #49715E;
}
    .gallery-item--text-left {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .background_gra22 {
     font-size: 15px;
    }
}

    @media only screen and (min-width: 768px) {
    .background_gra {
          font-size: 15px;
    }
  }
  
.accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item{
    margin: 10px 0;
}
.accordion-header {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
}

.accordion-content {
  display: none;
  padding: 0 10px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.accordion-header::after {
    content: "+";
    position: relative;
    float: right;
    top: -45px;
    font-size: 25px;
    color: #306759;
    font-weight: 900;
    transition: transform 0.5s;
}

.active::after {
  content: "-";
  transform: rotate(180deg); /* Rotate the minus icon */
  position: relative;
  top: -45px;
  font-size: 25px;
  
}
.accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item{
    margin: 10px 0;
}
.accordion-header {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #fff;
}

.accordion-content {
  display: none;
  padding: 0 10px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.accordion-header::after {
    content: "+";
    position: relative;
    float: right;
    top: -45px;
    font-size: 25px;
    color: #306759;
    font-weight: 900;
    transition: transform 0.5s;
}

.active::after {
  content: "-";
  transform: rotate(180deg); /* Rotate the minus icon */
  position: relative;
  top: -45px;
  font-size: 25px;
  
}
