/**
Theme Name: Astra Child
Author: Monkey Vision
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
*/

/* VOEG JE CSS TOE EN SCHEIDT DEZE DMV DE COMMENT RIJEN ZOALS HIERDONDER,
 * PER ONDERDEEL VAN JE SITE EEN APARTE SECTIE, BV EEN SOORT STYLING VAN EEN ROW, EEN PLUGIN, ETC ETC
 * HOUDT HET OVERZICHTELIJK VOOR DE VOLGENDE LEZER
 * HOOFD ITEM? LANGE COMMENT ROW
 * SUB ITEM? KORTERE VERSIE ZOALS HIERONDER MET DE MEDIA QUERIES
*/

html {
	overflow-x: hidden;
	overflow-y: visible;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
}

/****************************************** HEADER ******************************************/

.elementor-location-header .elementor-sticky--effects {
	/* Schrijf hier je CSS als je de header een andere size wilt geven op scroll*/
	/* De laatste class zit op het header element */
}
.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1500px) {
	.elementor-location-header .elementor-column > .elementor-widget-wrap {
		padding: 0 !important;
	}
}

/* @media only screen and (max-width: 1270px) {
	.elementor-location-header .elementor-column .elementor-widget-nav-menu, .elementor-location-header .elementor-column .elementor-widget-button {
		display: none;
	}
	*/
	.elementor-location-header .elementor-widget-icon {
		display: block;
	}
}


/****************************************** HIER JOUW CUSTOM CSS ******************************************/
/******* Algemene tags *******/
h1, h2, h3, h4, h5 {
	font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
	color: inherit !important;
}

h1 b {
	
}

h2 strong {
	font-weight: 500 !important;
}

h3 strong {
	font-weight: 700 !important;
}

@media only screen and (min-width: 1024px) {
	.hero-image-right .elementor-column:nth-child(2) {
		margin-bottom: -170px;
	}
}

@media only screen and (min-width: 1024px) {
	.hero-image-left .elementor-column:nth-child(1) {
		margin-bottom: -170px;
	}
}

.cirkel::before, .cirkel::after  {
	content: "";
	position: absolute;
	z-index: -1;
	    
    background-size: contain;
    background-repeat: no-repeat;
}

.cirkel-left::before {
	background-image: url("/wp-content/uploads/2022/03/bollen-links.svg");
	width: 756px;
    height: 561px;
    left: -10vw;
    bottom: 70px;  /* 150px */

}

.cirkel-left-rotate::before {
	transform: rotate(55deg);
}

.cirkel-right::after {
	background-image: url("/wp-content/uploads/2022/03/bollen-rechts.svg");
	width: 756px;
    height: 561px;
    right: -19vw;
    bottom: 70px;  /* 150px */
}

.cirkel-right-rotate::after {
	transform: rotate(55deg);
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.hero-image-right h1 {
		font-size: 60px !important;
		line-height: 1 !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
	.image-cover img {
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.image-cover img {
		height: auto !important;
	}
}



/**** Zorgkaart Nederlands global section ****/
.zorgkaart-nederland-row .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}

.zorgkaart-nederland-row .owl-carousel .owl-dots {
	margin: 20px auto 0 260px;
}

.zorgkaart-nederland-row .owl-carousel .owl-stage {
	display: flex;
	flex-direction: row-reverse;
}

.zorgkaart-nederland-row .owl-carousel .owl-dots .owl-dot {
	border-radius: 50%;
	background: #05031D;
	opacity: 0.06;
	height: 16px;
	width: 16px;
}

.zorgkaart-nederland-row .owl-carousel .owl-dots .owl-dot.active {
	background: #373e32;
	opacity: 1;
}

@media only screen and (min-width: 767px) {
	.zorgkaart-nederland-row .owl-carousel .owl-item.active {
		opacity: 1 !important;
		transition: opacity 0.2s ease;
	}

	.zorgkaart-nederland-row .owl-carousel .owl-item {
		opacity: 1;
		transition: opacity 0.2s ease;
	}

	.zorgkaart-nederland-row .owl-carousel .owl-item:not(.active ~ .owl-item) {
		opacity: 0;
		transition: opacity 0.2s ease;
	}
}

@media only screen and (max-width: 1024px) {
	.zorgkaart-nederland-row .owl-carousel .owl-dots {
		margin: 20px auto 0;
	}
}


/**** Werkwijze row ****/
.row-werkwijze .swiper-container {
	overflow: visible;
}

.row-werkwijze .swiper-container .swiper-slide {
	padding-right: 30px;
}

.row-werkwijze .swiper-container .swiper-slide-bg {
	box-shadow: 0px 20px 59px -32px rgb(0 0 0 / 50%);
	border-radius: 30px;
}

.row-werkwijze .swiper-container .elementor-slide-heading b {
	color: #373e32;
}

.row-werkwijze .swiper-container .swiper-pagination {
	position: relative;
    margin: 38px auto 0 245px;
}

.row-werkwijze .swiper-container .swiper-pagination .swiper-pagination-bullet {
	border-radius: 50%;
	background: #05031D;
	opacity: 0.06;
	height: 16px;
	width: 16px;
}

.row-werkwijze .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #373e32;
	opacity: 1;
}

@media only screen and (min-width: 767px) {
	.row-werkwijze .swiper-container .swiper-slide {
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	.row-werkwijze .swiper-container .swiper-slide-active, .row-werkwijze .swiper-container .swiper-slide-active ~ .swiper-slide {
		opacity: 1;
		transition: opacity 0.2s ease;
	}
}

@media only screen and (max-width: 1024px) {
	.row-werkwijze .swiper-container .swiper-pagination {
		margin: 38px auto;
	}
}

@media only screen and (max-width: 767px) {
	.row-werkwijze .swiper-container .swiper-slide-contents {
		margin-right: 20px;
	}
}

/***** Werkwijze pagina en row werkwijze ******/
.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide-contents {
	padding: 40px 80px 40px 50px;
}

.werkwijze-row-big.row-werkwijze .swiper-container .swiper-pagination {
	position: relative;
    margin: 38px auto 0 auto;
	width: 105vw;
	max-width: 2000px;
}

@media only screen and (max-width: 1024px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-pagination {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide-contents {
		padding: 24px 26px 24px 26px;
	}
}

@media only screen and (max-width: 570px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide {
		height: 500px;
	}
}

@media only screen and (max-width: 470px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide {
		height: 600px;
	}
}

@media only screen and (max-width: 390px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide {
		height: 700px;
	}
}

@media only screen and (max-width: 340px) {
	.werkwijze-row-big.row-werkwijze .swiper-container .swiper-slide {
		height: 800px;
	}
}

/*** Whatsapp button rechts onder pagina ***/
.joinchat .joinchat__button {
	background: transparent;
}

.joinchat .joinchat__button .joinchat__button__open {
	background: none;
}

.joinchat .joinchat__button .joinchat__button__image {
	animation: none;
	opacity: 1;
}


/***** quote *****/
.row-quote b {
	color: #373e32;
}


/********** Home **********/
.row-usps .elementor-widget-icon-box .elementor-icon-box-icon {
	align-self: center; 
}

.mijn-aanbod-row > .elementor-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mijn-aanbod-row .elementor-column {
	width: 33.333%;
	padding: 18px; 
}

@media only screen and (min-width: 1024px) and (max-width: 1370px) {
	.mijn-aanbod-row .elementor-column .elementor-widget-image > .elementor-widget-container {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	.mijn-aanbod-row .elementor-column {
		width: 50%;
		padding: 12px; 
	}
}

@media only screen and (max-width: 650px) {
	.mijn-aanbod-row .elementor-column {
		width: 100%;
		max-width: 84%;
		padding: 12px; 
	}
}

@media only screen and (max-width: 580px) {
	.mijn-aanbod-row .elementor-column {
		max-width: none;
	}	
}

@media only screen and (max-width: 918px) and (min-width: 660px) {
	.mijn-aanbod-row .elementor-column .elementor-widget-image > .elementor-widget-container {
		margin: 0;
	}
}

@media only screen and (max-width: 450px) {
	.mijn-aanbod-row .elementor-column .elementor-widget-image > .elementor-widget-container {
		margin: 0;
	}
}


/************ laatste nieuws / blog ********/
.row-blog .elementor-widget-posts article {
	transition: 0.3s all ease;
}

.row-blog .elementor-widget-posts article:hover {
	transform: translateY(-14px);
	box-shadow: 0px 40px 99px -55px rgb(0 0 0 / 80%) !important;
	transition: 0.3s all ease;
}

.row-blog .elementor-post__text {
	padding: 34px 22px 15px;
}

.row-blog .elementor-post {
	position: relative;
}

.row-blog .elementor-post__thumbnail__link {
	position: static !important; 
}

.row-blog .elementor-post__thumbnail__link::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.row-blog::before, .row-blog::after  {
	bottom: auto;
	top: 70px;
}


/********** Hulpvragen pagina *************/
.voor-wie-row h4 {
	margin: 0;
}

.voor-wie-row > .elementor-container {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
}

.voor-wie-row .elementor-column {
	width: auto !important;
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	.voor-wie-row h4 {
		font-size: 19px !important;
		line-height: 1 !important;
	}
}

@media only screen and (max-width: 767px) {
	.voor-wie-row h4 {
		text-align: center;
	}
}

/******* Over mij pagina *******/
.row-wie-ben-ik::before, .row-wie-ben-ik::after  {
	bottom: 70px;
}

/****************************************** FOOTER ******************************************/


/*************************** Footer en copyright bar ***************************/
@media only screen and (max-width: 1130px) and (min-width: 690px) {
	.row-footer .elementor-container {
		flex-wrap: wrap;
		max-width: 750px !important;
	}
	
	.row-footer .elementor-container .elementor-column {
		width: 50%;
		padding-right: 10px;
	}
	
	.row-footer .elementor-container .elementor-column:nth-child(1) {
		margin-bottom: 45px;
	}
}

@media only screen and (max-width: 1130px) and (min-width: 1024px) {
	.row-footer-image .elementor-container {
		max-width: 750px !important;
	}
}


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

.row-footer .elementor-widget-icon-box:hover a, .row-footer .elementor-widget-icon-box:hover p {
	text-decoration: none !important;
}



/****************************************** BLOG THUMB LOOP ******************************************/

/* .column-url,
.column-url *{
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
	opacity:0;
} */
/****************************************** OWL CAROUSEL ******************************************/
.owl-carousel {
	display:block!important;
}
.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
}
.owl-carousel .owl-nav button span{
	display:none;
}
.owl-carousel .owl-nav .owl-prev{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-back.svg')!important;
}
.owl-carousel .owl-nav .owl-next{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-forward.svg')!important
}
.owl-carousel .owl-dots {
	margin: auto;
}
.owl-carousel .owl-dots .owl-dot{
	background-color:black;
	height:7px;
	width:7px;
	margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color:grey;
}



/****************************************** GRAVITY FORMS **************************************************/
.gform_body input,
.gform_body select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}

/********************************** KLEINE VELDEN EN INPUTS *******************/
.gform_body input[type=text],
.gform_body input[type=tel] {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #000000b0 !important;
    background-color: white !important;
    line-height: 24px !important;
}
/********************************** KLEINE VELDEN FOCUS ********************/
.gform_body input[type=text]:focus,
.gform_body input[type=tel]:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}
					/*bericht*/
.gform_body textarea {
    border: none;
    border-radius: 0px!important;
    border: 1px solid #000000b0 !important;
    background-color: white !important;
}


/********************* Gravity form / formulier code *********************/
.gform_wrapper .gform_body .gfield_label {
	font-size: 18px !important;
	font-weight: 500 !important;
	margin: 0 0 0 12px !important;
}

.gform_wrapper .gform_body .spacer {
	display: none !important;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
	background-color: white  !important;
	border-radius: 22px !important;
	border: 1px solid transparent !important;
	resize: none;
	padding: 10px 18px !important;
	max-height: 160px;
}

.gform_wrapper .gform_body .gfield_required {
	display: none;
}

.gform_wrapper .gform_footer .gform_button {
	font-family: "Gotham", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1 !important;
    color: #ffffff;
    background-color: #373E32;
    border-radius: 28px 28px 28px 28px;
    box-shadow: 0px 24px 70px -17px #f39200;
    padding: 11px 26px 11px 26px;
	float: right;
}
					/*selectie bericht*/
.gform_body textarea:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}

/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2021/07/checkmark.svg")!important;
        background-size: 15px !important;
        background-position: right !important;
        background-position-x: 98% !important;
        background-repeat: no-repeat !important;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2021/07/checkmark.svg")!important;
        background-size: 15px !important;
        background-position: right 15px !important;
        background-position-x: 98% !important;
        background-repeat: no-repeat !important;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2021/07/cross.svg")!important;
        background-size: 12px !important;
        background-position: right !important;
        background-position-x: 98% !important;
        background-repeat: no-repeat !important;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2021/07/cross.svg")!important;
        background-size: 15px !important;
        background-position: right 15px !important;
        background-position-x: 98% !important;
        background-repeat: no-repeat !important;
    }









