/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


html[lang="fr-CA"] .elementor-loop-container span.elementor-button-text {font-size: 0px!important;}
html[lang="fr-CA"] .elementor-loop-container span.elementor-button-text:before {content: "Lire l'article" !important; font-size: 16px!important}

/* =============== General styles ================= */
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
*{
	outline: none;
} 
a:focus {
	outline: none;
}

div.elementor-widget-testimonial-carousel .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 14px;
	background: #fff;
	z-index: -1;
	border-radius: 0 0 30px 30px;
}
div.entry-content div.treatments-container a,
div.entry-content div.courses-container a {
	text-decoration: none;
}
div.entry-content div.treatments-container a:hover,
div.entry-content div.courses-container a:hover {
	opacity: .7;
	transition: 500ms;
}
header div.wpml-elementor-ls li.wpml-ls-current-language {
	display: none;
}

div.abs-info-map::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 0;
	border-radius: 16px;
	max-height: 85%;
}
div.abs-info-map {
	position: absolute;
	right: 1em;
	bottom: 2em;
}
.hidden-title{
	overflow: hidden;
	width: 0;
	height: 0;
}
div.overflow-testimonials div.swiper-container{
	overflow: hidden !important;
}

div.video-conference video {
    min-height: 850px;
}

/* ============== Services ================= */
section#sld-services {
	max-width: 998px;
}
section#sld-services .splide__arrow--prev {
	left: -2em;
}
section#sld-services .splide__arrow--next {
	right: -2em;
}
section#sld-services button.splide__arrow:hover,
section#sld-services button.splide__arrow:focus {
	background: #eebd9c;
	transition: 500ms;
}
section#sld-services button.splide__arrow:hover svg,
section#sld-services button.splide__arrow:focus svg {
	fill: #fff;
	transition: 500ms;
}
.sld-serv-container {
	text-align: center;
	max-width: 240px;
}
div.serv-sld-img img {
	box-shadow: 2px 6px 8px -2px #8E8E8E;
	border-radius: 100%;
}
.serv-sld-title {
	line-height: 1.2em;
	margin-top: 14px;
}
.serv-sld-url a {
	color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div.before-after-csld .swiper-slide {
	max-height: 348px;
	border-radius: 16px;
	overflow: hidden;
}

/* =============== Pricing ================= */
.princig-tables.col-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.princig-tables.col-2 .col {
	width: 48%;
}
.princig-tables .pricing-row {
	min-height: 40px;
	background: #fcfcfc;
	border-bottom: 1px solid #E4E4E4;
	padding: 4px 10px;
	font-family: 'Roboto';
}
.princig-tables .pricing-row.gr {
	background: #f4f8f4;
	font-weight: 500;
}
.princig-tables .pricing-row span {
	font-weight: 200;
}

/* =============== Contact ================= */
div.custom-form-container .row {
	display: flex;
	flex-wrap: wrap;
}
div.custom-form-container .row .col {
	width: 50%;
}
div.custom-form-container .col,
div.custom-form-container .file-container {
	padding: 0 14px 14px;
}
div.custom-form-container input[type="text"],
div.custom-form-container input[type="email"],
div.custom-form-container input[type="tel"],
div.custom-form-container select,
div.custom-form-container textarea {
	border: 1px solid #ddd;
	border-radius: 40px;
	padding: 14px;
	height: 42px;
}
div.custom-form-container textarea {
	height: 200px;
	resize: none;
}
.custom-form-container .content-accpt span.wpcf7-form-control-wrap {
	float: left;
	max-width: max-content;
	margin-right: 8px;
}
div.custom-form-container input[type="submit"] {
	color: #fff;
	background: #eebd9c;
	padding: 18px 32px;
	min-width: 124px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Baskervville';
}
div.custom-form-container input[type="submit"]:hover,
div.custom-form-container input[type="submit"]:focus {
	color: #fff;
	background: #101010;
	transition: 500ms;
}
div.contact-boxes-section .contact-abs-icons {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}

.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide{
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 1.2rem;
}

/* =============== Media Querys ================= */
@media (max-width: 1024px){
	.sld-serv-container {
		max-width: 100%;
	}
	section#sld-services .splide__arrow--prev {
		left: -.5em;
	}
	section#sld-services .splide__arrow--next {
		right: -.5em;
	}
}

@media (max-width: 767px){
	div.contact-team-section {
		max-width: 346px;
		border-radius: 20px;
		overflow: hidden;
	}
	div.contact-team-section img {
		border-radius: 20px;
	}
	div.contact-boxes-section div.contact-boxes-box {
		max-height: 200px;
	}
	.princig-tables.col-2.lg .col {
		width: 100%;
	}
	div.abs-info-map {
		bottom: 0;
		right: 0;
		max-width: 332px;
	}
	div.custom-form-container .row .col {
		width: 100%;
	}
}

/*------------temporal adjust for paypal button------------*/
.wc-proceed-to-checkout{

    gap: 10px !important;
}

/* Ajustando boton dinamico de shop */
.custom-products-link {
    color: #FFFFFF;
    text-decoration: none;
}

.custom-products-link:hover {
    color: #1B3E5F;
    text-decoration: underline;
}

