.post-18573 h2 a:hover {
	color:#FFB9D7; 
}

ul.bluchic-social-icons .fa-youtube-play { color:black; }
ul.bluchic-social-icons .fa-youtube-play:hover {
	color:#ED0000;
}

@media (min-width: 1200px) {
	.section {
		margin:0;
	}	
}

@media (max-width: 768px) {
	.section, .section-wide,
	.section-wide-blog,
	.aside {
		padding:0 15px;
		margin:auto;
		width:auto;
	}
	
	.flex-box { flex-wrap:wrap; }
	.w_40,
	.w_50,
	.w_60 {
		width:100% !important;
		margin-bottom:15px;
		margin-left:0;
		margin-right:0;
	}
	
	.nav ul li, .nav .menu ul ul {
		left: 50%;
    transform: translateX(-50%);
	}
}

/* Woocommerce */
.woocommerce-tabs .tabs {
	display:none;
}

.woocommerce-page .product .products {
	margin-top:30px;
}

.woocommerce-page .product .woocommerce-result-count {
	display:none;
}

.woocommerce-page .product .woocommerce-ordering {
	display:none;
}

/* Map */
.wpgmza_infowindow_link {
	font-weight:bold;
	text-align:center;
}

.wpgmza_marker_list_class {
	text-align:center;
}

.wpgmza_infowindow_description {
	display:none;
}

.gm-style .gm-style-iw-c,
.gm-style-iw-d {
	max-height:1000px !important;
}

/* Navigation */
.nav ul ul ul {
	left:300px;
}

.menu-section {
	padding:0 125px;
}

/* Testimonials */
.testimonials-module {
	
}
.testimonials-module .testimonial {
	display:flex;
	padding:50px 0;
}
.testimonials-module .testimonial:nth-of-type(even) {
	flex-direction:row-reverse;
}
.testimonials-module .testimonial .testimonial-left {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.testimonials-module .testimonial .testimonial-right {
	width:50%;
}
.testimonials-module .testimonial:nth-of-type(even) .testimonial-right {
	padding-right:50px;
}
.testimonials-module .testimonial .testimonial-pic {
	width:100%;
/* 	transform:translateY(25%); */
}
.testimonials-module .testimonial .testimonial-right {
	padding-left:50px;
}
.testimonial-name {
	position:relative;
	background-color:#FDE2DB;
	padding:5px;
	text-align:center;
	margin-top:15px;
	letter-spacing: 2px;
	font-size:22px;
}

.testimonial-name p { margin-bottom:0; }

.elementor-widget-video iframe {
	width:100% !important;
}

.testimonial-name::after {
	content:'';
	position:absolute;
	right:0;
	width: 0; 
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent; 
  border-right:25px solid white;
	top:50%;
	transform:translateY(-50%);
}

.testimonial-name::before {
	content:'';
	position:absolute;
	left:0;
	width: 0; 
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent; 
  border-left:25px solid white;
	top:50%;
	transform:translateY(-50%);
}

/* Utilities */
.flex-box { display:flex; }
.flex-row-reverse { flex-direction:row-reverse; }
.w_40 { width:40%; }
.w_50 { width:50%; }
.w_60 { width:60%; }

.mr-15 { margin-right:15px; }
.ml-15 { margin-left:15px; }

/* Pink Table */
.pink-table {}
.pink-table p {
	margin-bottom:0;
}
.pink-table h2 {
	margin:0;
	line-height:1;
}

.pink-table section {
	
}

.pink-table section:nth-of-type(even) .elementor-container .elementor-row .elementor-column:first-of-type {
	background-color:#F9C6C3;
}
.pink-table section:nth-of-type(even) .elementor-container .elementor-row .elementor-column {
	background-color:#FCD3CF;
}

.pink-table .elementor-element.elementor-column.elementor-col-33.elementor-inner-column {
	width:33.333% !important;
}

@media (max-width: 768px) {
	.pink-table p {
		font-size:13px;
		line-height:1.5;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	}
}

@media (max-width: 550px) {
	.pink-table .elementor-column-wrap {
		padding:5px !important;
	}

	.book-button span { 
		font-size:20px; 	
	}
	
	.elementor-18359 .elementor-element.elementor-element-f8882a8 .elementor-button {
		padding:10px 25px;
	}
}

/* family welcome guide social icons */

.icons-section .fa {
	font-family:'FontAwesome' !important;
}

/* Pink Banner */
.pink-banner {
	position:relative;
	background-color:#FDE2DB;
	text-align:center;
	margin-top:15px;
	letter-spacing: 2px;
	font-size:22px;
	font-family: "Gabriela",Sans-serif !important;
	color: #7a7a7a !important;
}

.pink-banner * {
	letter-spacing: 2px;
	font-size:30px;
	font-family: "Gabriela", "Palatino Linotype", "Book Antiqua", Palatino, Sans-serif !important;
	color: #7a7a7a !important;
	font-weight:normal !important;
	padding:5px !important;
}

.pink-banner::after {
	content:'';
	position:absolute;
	right:-10px;
	width: 0; 
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent; 
  border-right:25px solid white;
	top:50%;
	transform:translateY(-50%);
}

.pink-banner::before {
	content:'';
	position:absolute;
	left:-10px;
	width: 0; 
  height: 0; 
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent; 
  border-left:25px solid white;
	top:50%;
	transform:translateY(-50%);
}

/* Page */
.section-wide-blog {
	width:auto;
}

.article .post-thumb {
	width:100%;
}

/* Gallery */
#gallery-4 {
	display:flex; flex-wrap:wrap;
}
#gallery-4 .gallery-item {
	margin: 5px;
	width: calc(33.333% - 17px);
}

.wpgmza_infowindow_link {
	    position: relative;
    display: inline-block;
    line-height: 1em;
    padding: 8px 12px;
    color: #fff;
    background: #ffb9d7;
    font-family: 'Montserrat',Arial,Verdana,Tahoma,Sans-serif;
    font-size: 1em;
    border-radius: 2px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wpgmza_infowindow_link:hover{
	background:black;
	color:white;
}

main.section { width:auto; }

.ve-cat-widget-div ul.ve-cat-widget-listing li 
a{
	color:#ffb9d7 !important;
}

.bluchic-recent-post-article a{
	color:#444444 !important;
}

#tpbr_topbar{
	position:relative;
	height:0;
	z-index:10000 !important;
}

.top-social{
	position:fixed;
	left:0;
	margin-left:20px;
	top:50px;
	display:inline-block;
}

.search-top{
	position:fixed;
	right:0;
	margin-right:20px;
	top:45px;
}

.home-widgets-about,
.section-wide{
	text-align:center;
}

.home-widgets-content-title{
	font-size:1.5em;
}

.side-widget{
	border-bottom:transparent !important;
}

.comment-box{
	display:none!important;
}

#gform_fields_3{
	display:inline-block;
	list-style:none;
}

#gform_fields_3 li{
	float:left;
}

.footer-copy a{
	color:#444444;
}

.header-hero-image{
	height: calc( 100vh - 120px );
}

.bc-testimonial-rslides-pager{
	display:none !important;
}


.gform_footer,
.gform_body{
	display:inline-block;
}


.vidbg-container{
	top:120px;
}

#tpbr_box{
	display:flex;
	justify-content: space-around;
	align-items:center;
}

.top-social,
.search-top,
.top-contact{
	
}

.top-social {
	text-align:left;
}

.top-social .bluchic-social-icons{
	list-style:none;
	display:inline-block;
}

.top-social .bluchic-social-icons li{
	float:left;
	margin-right:10px;
}


.top-social .bluchic-social-icons span{
	display:none;
}

.top-social .bluchic-social-icons a{
	font-size:20px;
}

.search-top{
	text-align:right;
}

#jlg_search_bar{
	display:inline-block;
}

.top-contact{
	color:#111111;
	font-family: "Arial";
	color:#888888;
}

.header{
	background:white;
}

.logo-menu img{
	width:250px !important;
}

.home .menu-background .nav a{
	color:#000 !important;
}

#gform_widget-2 #gform_fields_3{
	display:block;
}

#gform_widget-2 #gform_fields_3 li{
	float:none;
}

@media only screen and (min-width: 641px){
#gform_widget-2 .gform_wrapper input.medium{
    width: calc(100% - 8px) !important;
}
	#gform_wdiget-2 .gform_wrapper ul.gform_fields li.gfield{
		padding-right:0 !important;
	}

}
.header-hero-image-caption{
	font-size:3rem;
	line-height:3.5rem;
}

#field_1_2,#field_1_3{
	display:inline-block;
	width:50%;
}

#input_1_17_3_container,
#input_1_17_4_container,
#input_1_17_5_container{
	width:33%;
	display:inline-block;
}

#input_1_17_5_container{
	margin-left:8px;
	margin-right:0;
	padding-right:0 !important;
}

@media (max-width: 1024px){
	.header-hero-image-inner, .header-hero-image {
			background: transparent; 
	}
	
	.header-hero-image-inner{
		height:200px;
		display:flex;
		align-items:center;
	}
	
	.header-hero-image-caption{
		font-size:1.2rem;
		line-height:1.5rem;
	}
	
	.logo-menu img{
		width:200px !important;
	}
	
	.vidbg-container{
		top:130px;
	}
}


@media (max-width:800px){
	
	#gallery-4 .gallery-item {
		margin: 5px;
		width: calc(50% - 10px);
	}
	
	iframe{
		width:auto !important;
	}
	
	.shared-counts-wrap.style-buttons .shared-counts-button{
		margin-top:10px !important;
	}
	
	#tpbr_topbar{
		display:none;	
	}
	
	.nav ul ul a{
		font-size:12px;
	} 
	
	.bc-testimonial-wrap p{
		font-size:20px;
		line-height:28px;
	}
	
	.bc-testimonial-wrap h5.bc-testimonial-name{
		font-size:22px !important;
	}
	
	.home-widgets-testimonials section{
		background-position:right center !important;
	}
	
	#tpbr_box{
		display:block;
	}
		.top-social, .search-top, .top-contact{
		width:100%;
			text-align:center;
	}
	
	.top-social{
		display:none;
	}
	
	.header-inner{
		background:white;
	}
	
	h1,h2,
	.home-widgets-recent-blog-posts-title{
		font-size:1.5em;	
	}
	
	h3,h4{
		font-size:1.1em;
	}
	
	.article .page-title{
		font-size:1.5em;
	}
	
	.home-widgets .full-width-bar{
		padding:0 0;
	}
	
	.featured-widgets img{
		margin-bottom:10px !important;
	}
	
	.post-18050 .elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
		padding:10px 0;
	}
}

.shared-counts-wrap { 
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}