/**
Theme Name: Zweiweltenkind
Author: webbysrv
Author URI: https://webbysrv.com/
Description: Zweiweltenkind Theme (Astra Child)
Version: 1.3.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zweiweltenkind
Template: astra
*/

/* Font Declaration */
@font-face {
  font-family: Jellyka;
  src: url('fonts/jellyka_estrya_handwriting-webfont.woff'),
    url('fonts/Jellyka_Estrya_Handwriting.ttf') format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Simplifica;
  src: url('fonts/Simplifica_Typeface.ttf') format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Allison;
  src: url('fonts/Allison-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}

/* mobile menu*/
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{
  outline:none !important;
  border:0 !important;
}

.main-header-menu>.menu-item>.menu-link:hover{
  text-decoration: none !important;
}



.main-header-bar-navigation{
	display:block !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #00303f;
}

.page-id-2909 [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.parent-pageid-2909 [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #8e0b3e;
}

.page-id-2909 .main-header-menu > .menu-item.main-site-link > .menu-link:before,
.parent-pageid-2909 .main-header-menu > .menu-item.main-site-link > .menu-link:before {
  content: "\f340";
  font-family: dashicons;
  font-size: 16px;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 10;
  color: #4b1320;
}

.page-id-2909 .main-header-menu.main-header-menu > .menu-item.main-site-link > .menu-link,
.parent-pageid-2909 .main-header-menu.main-header-menu > .menu-item.main-site-link > .menu-link {
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 767px){
  .page-id-2909 .main-header-menu > .menu-item.main-site-link > .menu-link:before,
  .parent-pageid-2909 .main-header-menu > .menu-item.main-site-link > .menu-link:before {
    left: 18px;
    top: 0px;
  }

  .page-id-2909 .main-header-menu.main-header-menu > .menu-item.main-site-link > .menu-link,
  .parent-pageid-2909 .main-header-menu.main-header-menu > .menu-item.main-site-link > .menu-link {
    padding-left: 40px;
  }
}

.ast-single-post.ast-page-builder-template .site-main>article{
	padding:0 !important;	
}

@media screen and (min-width:1024px){
	#ast-desktop-header.fixed-header{
		position: fixed;
		width:100%;
	}
}

@media screen and (min-width:460px){
	.desktop-banner-catchline{
		display:block !important;
	}
	.home-cta-circle p{
		display:block !important;
	}
}

ol li::marker{
	font-weight:bold !important;
}

ol li{
	padding-left:6px;
}

@media screen and (max-width:459px){
	h1{
		font-size:2.25rem !important;
	}
	h2{
		font-size:2rem !important;
	}
	h3{
		font-size:1.25rem !important;
/* 		font-weight: 600 !important; */
	}
	p{
		font-size:1.15rem;
	}
	
	.home h2{
		font-size:2.25rem !important;
	}
}

.single.ast-page-builder-template .entry-header + .entry-content {
    margin-bottom: 0em !important;
}

.main-header-menu > .menu-item > .menu-link,
#astra-footer-menu > .menu-item > .menu-link {
  color: #00303f;
  text-transform: uppercase;
  font-size: 15px;
}

.page-id-2909 .main-header-menu > .menu-item > .menu-link,
.parent-pageid-2909 .main-header-menu > .menu-item > .menu-link{
  color:#3C0008 !important;
}

.ast-page-builder-template .entry-header {
  display: none !important;
}

#home-newsletter-section {
  background: radial-gradient(circle at 0 0, #fee674, #f6b725, transparent),
    radial-gradient(ellipse at 100% 100%, #f6b725, #fee674, transparent);
}

.home-newsletter-circle-image .fl-photo-content {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  /*box-shadow: 0 0 10px 0 #000;*/
  margin: 20px 0;
  width: 80px;
}

.home-newsletter-form input[type="text"],
.home-newsletter-form input[type="email"] {
  border: 0;
  padding: 17px 16px;
  width: 100%;
}

.home-newsletter-form .mailerlite-form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-newsletter-form .mailerlite-form .mailerlite-form-field {
  margin-bottom: 10px;
  margin: 0 15px 0 0;
}

.home-newsletter-form .mailerlite-form .mailerlite-form-field label {
  display: none;
}

.home-newsletter-form .mailerlite-form .mailerlite-subscribe-button-container {
}

.home-newsletter-form .mailerlite-subscribe-submit {
  text-transform: none;
  font-weight: normal;
  background-color: #00303f;
  border-color: #00303f !important;
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.25;
  font-family: "Montserrat";
}

@media screen and (max-width: 767px) {
  .home-newsletter-section h2 {
    font-size: 2rem !important;
  }

  .home-newsletter-form .mailerlite-form-inputs {
    grid-template-columns: 1fr;
  }

  .home-newsletter-form .mailerlite-form .mailerlite-form-field {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* home cta*/
.home-cta-gallery h3.fl-callout-title {
  background: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400 !important;
  margin-bottom: -6px;
  text-align: center;
}

.home-cta-gallery h3.fl-callout-title a {
  text-decoration: none;
  color: #00303f;
}

.home-cta-gallery .fl-photo-content img {
  height: 248px;
  object-fit: cover;
}

.home-cta-gallery.grey h3.fl-callout-title{
	background: #eee;
}

.fl-module-content ol li a,
.fl-module-content ul li a,
.fl-col-content p a {
  border-bottom: 2px solid #f9ca68;
  color: #184b5f;
  transition: background 0.2s;
  text-decoration: none !important;
}

.fl-col-content p a:hover,
.fl-col-content p a:focus {
  color: #00303f !important;
  background: #f9ca68;
}

.home-bottom-banner .fl-module-list .fl-list {
  text-align: center;
}

.home-bottom-banner .fl-module-list .fl-list-item {
  border-bottom: none;
  display: inline-block;
  padding: 0 0 0 1.7em !important;
  color: #ffffff;
}
.home-bottom-banner .fl-module-list .fl-list-item p {
  font-size: 24px;
}

.home-bottom-banner .fl-list-item-content-icon i {
  font-size: 42px !important;
	position: relative;
    top: -6px;
}

.home-bottom-banner .fl-list-item-content-text {
  padding-left: 10px;
} 

@media screen and (max-width:459px){
	.home-bottom-banner .fl-module-list .fl-list-item {
	  margin-left:-40px;
	margin-bottom:-2px;
	}
	
	.home-bottom-banner .fl-module-list .fl-list-item:last-of-type{
		  margin-bottom:0;
	}
	.home-bottom-banner .fl-list-item-content-text {
	  padding-left: 0px;
	} 
}

/* cta circle */
.home-top-banner {
/*   overflow:hidden; */
}

.home-top-banner .fl-row-content {
  position: relative;
}

@media screen and (max-width:459px){
	.home-top-banner .fl-row-content-wrap{
		min-height:58vh !important;
		height:58vh !important;
		background-position:left !important;
	}
	.home-top-banner .mobile-banner-catchline{
		margin-top:-120px;
		display:block;
	}
	
}

.home-cta-circle-container{
	position:relative;
}

.home-cta-circle {
  background-image: url("https://zweiweltenkind.com/wp-content/uploads/2022/11/scribble-circle-1a.png");
  background-repeat: no-repeat;
  height: 304px;
  width: 304px;
  position: absolute;
  right: -48px;
  bottom: -104px;
  transform: rotate(15deg) scale(0.65);
  transition: 0.3s linear all;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .home .home-cta-circle{
	transform: rotate(15deg) scale(0.8);
}

.home .home-cta-circle {
  right: -20px;
  bottom: -204px;
} */

.home-cta-circle .fl-rich-text p {
  color: #f6f6f6 !important;
  border: 0;
  text-decoration: none;
  font-size: 32px;
  text-align: center;
  margin-top: 32px;
	line-height: 50px;
}

.home-cta-circle:hover {
    transform: rotate(5deg) scale(0.9);
}

@media screen and (max-width: 480px){
	.home-cta-circle {
		transform: rotate(15deg) scale(0.5) !important;
/* 		bottom: -136px !important; */
		right:-48px !important;
	}
	
	.home .home-cta-circle {
/* 		bottom: -246px !important; */
	}
}

.home-cta-circle p{
	display:block;
}

.home-blog-section {
  background: radial-gradient(circle at 0 0, #fee674, #f6b725, transparent),
    radial-gradient(ellipse at 100% 100%, #f6b725, #fee674, transparent);
}

/*header*/
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 75px;
  height: 75px;
}

/* fixed header */
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
}

header.fixed-header {
  -webkit-box-shadow: -4px 3px 20px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: -4px 3px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 20px 0px rgb(0 0 0 / 20%);
  top: 0;
}

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

/* main menu dropdown menu */
.main-header-menu > .menu-item {
  position: relative;
}

.main-header-menu > .menu-item:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  height: 16px;
  width: 0;
  border-right: 1px solid #ddd;
}

.main-header-menu > .menu-item:last-of-type:after {
  display: none;
}

@media screen and (max-width: 479px) {
  .main-header-menu > .menu-item:after {
    display: none;
  }
}

.main-header-menu > .menu-item > .menu-link {
  padding: 0.8em 0.75em 0.2em;
  line-height: 54px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 479px) {
  .main-header-menu > .menu-item > .menu-link {
    line-height: 54px;
  }
}

.main-header-menu > .menu-item > .menu-link:hover {
  text-decoration: underline;
}

.main-header-menu > .menu-item > .menu-link .dropdown-menu-toggle {
  display: none;
}

.main-header-bar .main-header-bar-navigation .sub-menu {
  background-color: #00303f;
  border: 0;
  margin-top: 4px !important;
  padding: 10px 15px 15px;
  width: 280px;
}

.main-header-bar .main-header-bar-navigation li#menu-item-154 .sub-menu{
	width:360px;
}

.page-id-2909 .main-header-bar .main-header-bar-navigation .sub-menu,
.parent-pageid-2909 .main-header-bar .main-header-bar-navigation .sub-menu{
  background-color: #8e0b3e;
}

.main-header-menu .sub-menu .menu-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 14px;
}

.main-header-menu .sub-menu .menu-link:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .main-header-menu .sub-menu .menu-link{
    line-height: 32px;
    padding-left: 24px !important;
    border-color: #386c7c !important;
  }
}

/* contact button menu */
.main-header-menu .menu-item.menu-contact-link > a {
  padding: 10px 20px;
  border: 2px solid #00303f;
  background: #00303f;
  color: #fff !important;
  height: 40px;
  margin-left: 10px;
}

.main-header-menu .menu-item.menu-contact-link > a:hover {
  background: #fff;
  color: #00303f !important;
}

@media screen and (max-width: 479px) {
  .main-header-menu .menu-item.menu-contact-link {
    padding-top:10px !important;
	  padding-bottom:20px !important;
  }
  .main-header-menu .menu-item.menu-contact-link > a {
/*     margin: 8px 0; */
    height: 40px !important;
    line-height: 36px !important;
    border: 2px solid #184b5f !important;
    background: #184b5f !important;
	  margin-left:auto !important;
	  margin-right:auto !important;
  }
}

/* mobile header - menu */
.ast-main-header-nav-open.ast-header-break-point
  .ast-mobile-header-wrap
  .ast-mobile-header-content {
  position: absolute;
  width:100%;
  height: auto;
  background-color: #00303f;
  box-shadow:4px 12px 24px 0px #012e3c;
}

.ast-builder-menu-mobile .main-navigation > ul {
  background: #f4efeb;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
  padding: 0px 0px;
  border-bottom: 1px solid rgb(230 210 193);
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  color: #00303f;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}


.page-id-2909.ast-header-break-point .main-navigation ul .menu-item .menu-link,
.parent-pageid-2909.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  color: #3C0008;
}

.ast-builder-menu-mobile
  .main-navigation
  > ul
  .menu-item.menu-contact-link
  > a {
	width: 248px; /* 248px (uppercase) */
	margin-left: 30px;
	height: 52px;
	background: #00303f;
	color: #fff;
	text-transform: none !important;
	text-align: center;
	 margin-top: 12px;
}

.ast-header-break-point
  .main-header-bar-navigation
  .menu-item-has-children
  .sub-menu {
    background: #0e4c5f;
    margin-top: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f4efeb;
}

@media screen and (max-width: 479px) {
  .ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
    background: #f4efeb !important;
    margin-top: 8px;
  }
}

.ast-builder-menu-mobile .main-navigation > ul > li > ul > li {
  /* border-top: 1px solid #444; */
  border-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
  .ast-builder-menu-mobile .main-navigation > ul > li > ul > li {
    /* border-top: 1px solid #deeff5 !important; */
    border-bottom: 0 !important;
  }
}

.ast-builder-menu-mobile .main-navigation > ul > li > ul > li > a {
  padding: 10px !important;
  margin-left: 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.ast-builder-menu-mobile .main-navigation > ul > li > ul > li:last-of-type > a {
  padding-bottom: 0 !important;
}

.ast-builder-menu-mobile
  .main-navigation
  > ul
  > li
  > ul
  > li
  > a
  span.icon-arrow {
  display: none !important;
}

.ast-builder-menu-mobile
  .main-navigation
  .menu-item.menu-item-has-children
  > .ast-menu-toggle {
  top: 4px;
  color: #00303f;
}

/* footer bottom */
.site-primary-footer-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #00303f !important;
}

#astra-footer-menu > .menu-item > .menu-link {
  color: #daeae8 !important;
  font-size: 13px;
  text-decoration: underline;
  text-transform: capitalize;
}

.footer-nav-wrap .astra-footer-horizontal-menu li {
  position: relative;
  margin-right: 10px;
}

.footer-nav-wrap .astra-footer-horizontal-menu li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  position: absolute;
  right: -15px;
  top: -2px;
}

.footer-nav-wrap .astra-footer-horizontal-menu li:last-of-type:after {
  display: none;
}

.ast-footer-copyright {
  font-size: 13px;
  color: #daeae8 !important;
}

@media screen and (max-width:459px){
	#astra-footer-menu{
		justify-content:center;
	}
}

/* contact button cta */
.contact-button-cta {
}

.contact-button-cta a {
  background-color: #b80515 !important;
  border-color: #b80515 !important;
  padding: 0.6em 1.75em !important;
  line-height: 1.2857em !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important;
  box-shadow: 0 5px 10px 0 #888;
  text-transform: none !important;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.contact-button-cta a:hover {
  box-shadow: none !important;
}

.contact-button-cta a span {
  color: #ffffff !important;
}

/* post carousel */
.fl-post-carousel-loaded .fl-post-carousel-post{
	height:300px;
	overflow:hidden;
}

@media screen and (min-width:768px){
	.fl-post-carousel-loaded .fl-post-carousel-post {
  		width: 335px !important;
	}
}

.fl-post-carousel-loaded .fl-post-carousel-post {
/*   width: 335px !important; */
  border: 0 !important;
  background: #f9f9f9 !important;
  box-shadow: #eee;
}

.fl-post-carousel-loaded .fl-post-carousel-post .fl-post-carousel-text {
  padding: 0;
  padding-top: 10px;
  text-align: center;
	padding-left:20px;
	padding-right:20px;
}

.fl-post-carousel-loaded .fl-post-carousel-post .fl-post-carousel-text h2.fl-post-carousel-title {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.fl-post-carousel-loaded .fl-post-carousel-post .fl-post-carousel-text a {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.25rem;
  color: #00303f !important;
  text-decoration: none;
}

.fl-post-carousel-loaded .fl-post-carousel-post .fl-post-carousel-text a:hover {
  color: #4abdac !important;
  text-decoration: underline;
}

.single .post-navigation {
  display: none !important;
}

@media screen and (max-width:459px){
	.fl-post-carousel-image img{
		height:264px !important;
		object-fit:cover;
	}
	
	.fl-post-carousel-loaded .fl-post-carousel-wrapper,
	.fl-post-carousel-loaded .fl-post-carousel-post{
		height:316px !important;
	}
}

/* home testimonial slider */
.homepage-testimonial-slider {
}

.homepage-testimonial-slider div.fl-testimonial {
  background: #fff;
  padding: 40px;
  position: relative;
}

.homepage-testimonial-slider div.fl-testimonial:after {
  background-color: #fff;
  transition: none;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.5em;
  width: 1em;
  height: 1em;
  transform: translateX(-50%) rotate(45deg);
  opacity: 1;
}

.homepage-testimonial-slider div.fl-testimonial p em {
  font-style: normal;
}

.homepage-testimonial-slider div.fl-testimonial p:first-of-type {
  position: relative;
  color: #767a82;
  font-size: 22px;
  text-align: left;
  font-size: 1.25;
	padding-left: 40px;
}

.homepage-testimonial-slider div.fl-testimonial p:first-of-type:before {
  position: absolute;
  content: "“";
  font-size: 3.2em;
  top: -0.35em;
  left: -0.05em;
  color: #00303f;
}

.homepage-testimonial-slider .bx-wrapper .bx-pager {
  bottom: -60px;
}


.image-icon-list ul li{
	
}

.image-icon-list ul li::marker{
	display:none !important;
}

.fl-accordion-button a{
	text-decoration:none !important;
}

.home-bullet-points.fl-module-list .fl-list-item-content .fl-list-item-content-icon{
	vertical-align:top;
	position:relative;
	top:2px;
}

.blog-quote-style-1{
	background: #fff !important;
    box-shadow: 0 0 20px 0 #ddd;
    border: 1px solid #cae4db !important;
    padding: 40px 20px 10px 10px;
}

.blog-quote-style-1 .fl-icon{
	vertical-align:top;
	position: relative;
    top: -40px;
}

.blog-quote-style-1 blockquote{
	font-size: 1.294em;
    font-weight: 400;
    line-height: 1.591;
	color: #00303f;
	margin: 10px 0 20px;
    padding: 0;
    border:0;
}

.blog-quote-reference-container .fl-node-content{
	display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-quote-style-1.blog-quote-reference{
	flex:1;
	position:relative;
}

.blog-quote-style-1 blockquote p{
	word-break: break-word;
}

.blog-quote-style-1 blockquote p img{
	width: 20px;
    position: relative;
    top: -4px;
}

.blog-quote-style-1.blog-quote-reference .fl-icon-text blockquote{
	padding-bottom:20px;
}

.blog-quote-style-1.blog-quote-reference .fl-icon-text > p{
	position: absolute;
    bottom: 32px;
}

.highlighted-text-box .fl-module-content{
	background: rgba(202,228,219,0.25);
    padding: 24px 16px 0px;
}

.cta-box{
	position:relative;
}

.cta-box .fl-module-photo{
/* 	box-shadow: 0 0 10px 0 #ddd;
	border: 1px solid #eee;
    border-bottom: 0;
    background: #f8f8f8; */
}

.cta-box .fl-module-photo .fl-photo-content{
	box-shadow: 0 0 10px 0 #ddd;
	border: 1px solid #eee;
    border-bottom: 0;
    background: #f8f8f8;
}

.cta-box .fl-module-photo .fl-photo .fl-photo-caption{
	font-size: 1.65rem;
	margin: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    font-weight: 400 !important;
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	cursor:pointer;
}

.cta-box .fl-module-photo .fl-photo .fl-photo-caption span{
	cursor:pointer;
}

.cta-box .fl-module-photo .fl-photo .fl-photo-caption:hover{
	text-decoration:underline;
}

h2, .entry-content h2{
	font-size:1.8rem;
}

.page .entry-content h2,
.post .entry-content h2{
	font-size:32px;
}

.h2-small-underline h2{
	position:relative;
}

.h2-small-underline h2:after{
	content: ' ';
    display: block;
    position: absolute;
    border-top: 2px solid #00303f;
    height: 0;
    width: 6%;
    min-width: 2em;
    left: 50%;
	transform: translateX(-50%);
    bottom: -0.5em;
}

.h3-small-underline h3{
	position:relative;
}

.h3-small-underline h3:after{
	content: ' ';
    display: block;
    position: absolute;
    border-top: 2px solid #00303f;
    height: 0;
    width: 8%;
    min-width: 2em;
    left: 0;
    bottom: -0.5em;
}

.home-bottom-banner .fl-list-item-icon {
    color: #cae4db !important;
    text-shadow: 4px 0px 4px #000;
}

/* blog post grid*/
.fl-post-grid-post{
	background:#f9f9f9;
	border:0;
}

.fl-post-grid-image{
	height: 300px;
}

.fl-post-grid-image img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}

body .fl-post-grid-title{
	color: #00303f !important;
    font-size: 24px;
    font-weight: 300 !important;
    font-family: "Roboto" !important;
    margin-bottom: 16px;
}

body .fl-post-grid-text a{
   text-decoration:none !important;
    color: #184b5f;
    transition: background 0.2s;
}

body .fl-post-grid-content p{
	color:#767a82;
	font-size: 17px;
    line-height: 28px;
}

/* blog post list */
.fl-post-feed-post{
	padding-bottom:40px;
}

.fl-post-feed-post .fl-post-feed-header{
	display:inline-block;
}

.fl-post-feed-image-beside .fl-post-feed-image{
	height:250px;
}

.fl-post-feed-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

#blog-gallery-grid .fl-post-gallery-post .fl-post-gallery-text-wrap{
	top:auto;
	opacity:1;
	height:60px;
	background-color: rgba(51,51,51,0.65);
}

#blog-gallery-grid .fl-post-gallery-post .fl-post-gallery-text-wrap	.fl-post-gallery-text{
	transform:translate3d(-50%,-50%,0) scale(0.95);
}

#blog-gallery-grid .fl-post-gallery-post:hover .fl-post-gallery-text-wrap{
	top:0;
	height:100%;
	background-color: rgba(51,51,51,0.95);
}

#blog-gallery-grid .fl-post-gallery-post:hover .fl-post-gallery-text-wrap	.fl-post-gallery-text{
	transform:translate3d(-50%,-50%,0) scale(1);
}

#blog-gallery-grid .fl-post-gallery-link h2.fl-post-gallery-title {
    font-family: 'Roboto',sans-serif;
	font-weight:300;
	font-size:22px;
}

/* pricing boxes */
#price-box-row{
	
}

#price-box-row .fl-pricing-ribbon-box{
	border-radius:0;
}

#price-box-row .fl-pricing-box{
	background:#52777bb8;
	border:1px solid #52777b !important;
}

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box{
	position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #339b9d;
    z-index: 10;
	transition:0.3s linear all;
} */

@media screen and (min-width:769px){
/* 	#price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box{
		margin-top: -30px;
	} */
}

@media screen and (max-width: 768px){
/* 	#price-box-row .fl-pricing-table-wrap .fl-pricing-ribbon-box{
		border: 1px solid #20c7ca !important;
	} */
}

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box .fl-pricing-box{
	background:#349b9d;
	
} */

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box:hover{
	transform:scale(0.99);
} */

#price-box-row .fl-pricing-box .fl-pricing-table-features{
	display:none;
}

#price-box-row .fl-pricing-box h2{
	color:#fff;
	font-size: 24px;
    font-weight: 600;
	margin-bottom:30px;
	margin-top:10px;
	font-family:'Roboto', sans-serif;
}

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box .fl-pricing-box h2{
	margin-top:35px;
} */

#price-box-row .fl-pricing-box h2 small{
	color:#f1f1f1;
	display:block;
	font-weight:400;
	font-size:16px;
	margin-top:8px;
}

#price-box-row .fl-pricing-box .fl-pricing-table-price{
	font-size: 24px;
    color: #f2f2f2;
	font-weight: 600;
	font-family:'Roboto', sans-serif;
	margin-bottom:30px;
}

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box .fl-pricing-box .fl-pricing-table-price{
	margin-top:5px;
} */

#price-box-row .fl-pricing-box .fl-pricing-table-price span{
	color:#f1f1f1;
	display:block;
	font-size: 16px;
    font-style: italic;
	font-weight:400;
}

#price-box-row .fl-pricing-box .fl-button-wrap{
	background: #e9e6db;
    padding: 20px 0 30px 0;
}

/* #price-box-row .fl-pricing-table-wrap:nth-of-type(2) .fl-pricing-ribbon-box .fl-pricing-box .fl-button-wrap{
	padding-bottom: 50px;
}
 */
#price-box-row .fl-pricing-box .fl-button-wrap a{
	display:inline-block !important;
	color: #fff;
    border-color: #184b5f;
    background-color: #184b5f !important;
    font-size: 16px;
    box-shadow: 0px 4px 10px 0px #52777b;
    font-weight: 600;
    padding: 10px 16px;
	border-radius:0;
	font-family:'Roboto', sans-serif;
	text-decoration:none;
}

#price-box-row .fl-pricing-box .fl-button-wrap a span{
	color:#fff;
}

#price-box-row .fl-pricing-box .fl-button-wrap a:hover{
	color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc !important;
}

#price-box-row .fl-pricing-box .fl-button-wrap a:hover span{
	color: #5e5e5e;
}

#price-box-row .fl-pricing-ribbon .fl-pricing-ribbon-content {
    color: #FFFFFF;
    background: #f6b725;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	font-weight: 600;
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 40px;
    max-height: 40px;
    margin-top: -30px;
    margin-left: -10px;
	box-shadow:0 0 6px 0 #184b5f;
}

#price-box-row .fl-pricing-table-wrap:nth-of-type(1){
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#price-box-row .fl-pricing-table-wrap:nth-of-type(3){
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.icon-bold .fl-icon i:before{
	font-weight:bold;
}

.colored-para .fl-icon-text p strong{
	font-weight:normal;
	color:#b80515;
}

.icon-circle .fl-icon{
	vertical-align:top;
	position:relative;
	top:10px;
}

@media screen and (max-width:459px){
	.icon-check .fl-icon{
		vertical-align:top;
		position:relative;
		top:-10px;
	}	
	
	.pricing-notes .fl-icon-text p{
		font-size:14px !important;
	}
}

.list-item-with-bg{
	background: #eaf8f3;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:5px;
}

.list-item-with-bg-alt{
	background: #f2f2f2;
}

@media screen and (max-width:459px){
	.blog-quote-style-1{
		margin:auto 10px;
	}
	
	.list-item-with-bg{
		margin-left:10px;
		margin-right:10px;
	}
}

/* wpforms contact form */
div.wpforms-container-full .wpforms-form .wpforms-field-row-block {
  width: 100% !important;
  margin-left: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
  margin-bottom: 20px;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form textarea {
  width: 100% !important;
  border: 1px solid #767a82 !important;
  padding: 14px 10px !important;
  line-height: 1.2857em !important;
  color: #767a82 !important;
  font-size: 1.05rem !important;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="number"] {
  line-height: 1.75rem !important;
  height: auto !important;
  font-size: 1.05rem !important;
}

.wpforms-field-textarea .wpforms-field-description {
  margin-top: 20px !important;
  font-style: italic !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #00303f !important;
  border: 2px solid #00303f !important;
  color: #fff;
  font-size: 1em;
  padding: 12px 16px;
  line-height: 1;
  font-weight: normal;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #fff !important;
  border: 2px solid #00303f !important;
  color: #00303f;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: block;
  color: #cc1919 !important;
  font-size: 1em;
  font-weight: normal;
  float: none;
  cursor: default;
}

.icon-checklist.fl-module-list .fl-list-item-content .fl-list-item-content-icon{
	vertical-align:top;
}

.list-left-chevron.fl-module-list .fl-list-item-content .fl-list-item-content-icon{
	vertical-align:top;
}

.list-left-chevron.fl-module-list .fl-list-item-content{
	word-break:break-word;
}

@media screen and (max-width:479px){
	.fl-module-content ol li a, .fl-module-content ul li a, .fl-col-content p a{
		word-wrap:normal;
	}
}

@media screen and (max-width:767px){
    .fl-module-list .fl-list-item-content .fl-list-item-content-icon{
        vertical-align: top !important;
        position: relative !important;
        top: 2px !important;
    }
}

/* newsletter box */
.fl-node-wdinmkrjuv7q-2.fl-button-lightbox-content {
    background: #fff none repeat scroll 0 0;
    margin: 20px auto;
    max-width: 600px;
    padding: 20px;
    position: relative;
    width: auto;
}

.fl-node-wdinmkrjuv7q-2.fl-button-lightbox-content {
    padding: 0 !important;
}

.newsletter-form-popup{
    padding:40px 20px;
    background: radial-gradient(circle at 0 0,#fee674,#f6b725,transparent),radial-gradient(ellipse at 100% 100%,#f6b725,#fee674,transparent);
}

.newsletter-form-popup h2{
    text-align:center;
    margin:10px 0 20px 0;
    font-size:32px;
}

.newsletter-form-popup p{
    font-size:14px;
    line-height:1.25;
}

.newsletter-form-popup .form-container{
    text-align:center;
    margin:30px 0;
}

.newsletter-form-popup .form-container label{
    display:none !important;
}

.newsletter-form-popup .form-container input{
    width:300px;    
}

.newsletter-form-popup .form-container small{
    margin-top:20px;
    display: block;
    font-style: italic;
}

.fl-node-wdinmkrjuv7q-2.fl-button-lightbox-content{
	padding:0 !important;
}

.newsletter-form-popup .nl-fairy-circle{
    margin:0 auto;
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,0.8);
}

/*testimonial*/
.homepage-testimonial-slider div.fl-testimonial{
	padding-top:80px;
}

.homepage-testimonial-slider div.fl-testimonial p:first-of-type:before{
	font-size:6rem;
	top:0;
}

@media screen and (max-width:479px){
	.fl-post-carousel.fl-post-carousel-grid .bx-viewport{
		height:316px;
	}	
	.fl-post-carousel-loaded .fl-post-carousel-post .fl-post-carousel-text{
		padding-top:0;
	}
	.footer-signature{
		margin-top: -60px;
	}
	
	#astra-footer-menu>.menu-item>.menu-link{
		font-size:16px;
	}
}

/* breadcrumb shortcode */
.custom-breadcrumb {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on small screens */
    align-items: center;
    gap: 8px; /* Spacing between items */
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #184b5f; /* Change this to match your theme's link color */
    white-space: nowrap; /* Prevents individual links from breaking in half */
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.custom-breadcrumb .bc-sep {
    color: #777;
    font-size: 18px;
}

.custom-breadcrumb .bc-current {
    color: #444; /* Darker color for the unlinked current page */
}

/* Remove border and shadow from Beaver Builder Post Grid items */
.custom-category-grid .fl-post-grid-post,
.fl-post-grid-post,
.fl-post-grid-image,
.fl-post-grid-image img,
.fl-post-gallery-image,
.fl-post-gallery-image img {
    border: none !important;
    box-shadow: none !important;
}