/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Home */
#geo-coaches {
	display: none;
}
/* Contact form */
.wpcf7-form label {
	width: 100%;
	font-weight: 600;
  color: #555;
	line-height: 24px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #ddd;
  color: #333;
	margin-top: 5px;
}
.wpcf7-list-item {
	display: block;
	margin: 0;
}
[type=button], [type=submit], button {
    color: #fff;
    background-color: #C1066C;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 800;
		padding: 12px 24px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: #C1066C;
  background-color: #fff;
	border: 1px solid #C1066C;
}
/* Footer */
.footer-nav a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

/* Coaches */
div.gmw-form-wrapper div.gmw-locator-button-wrapper.text {
	background-color: #A7006A;
	color: #ffffff;
}
div.gmw-form-wrapper div.gmw-locator-button-wrapper.text:hover {
	background-color: #000000;
}
.gmw-locator-button.text > img {
	vertical-align: middle;
    margin-left: 15px;
}
div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
	background: #A7006A;
}
div.gmw-form-wrapper .gmw-submit i {
	display: none;
}
.single_coach_img {
	max-width: 176px !important;
	display: block;
	margin: auto;
}
.call-to-action::before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background-color: #707070;
    margin: auto 30px;
}


/* Vacatures */
a.btn.btn-brand {
	background-color: #C1066C;
	border-color: #C1066C;
	color: #ffffff;
	font-family: 'Open Sans',sans-serif;
	padding: 10px 15px;
	border-radius: 2px;
	transition: all 300ms ease;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
}
form .sub-heading {
    font-size: 18px;
    color: #c2006d;
    font-weight: 700;
	margin-top: 30px;
}
form span {
	font-size: 14px;
}

/* Coaches loop */
.eihe-box.eihe-slide-up.eihe_flex-start:hover .eihe-caption {
    transform: translate3d(0, 0, 0) !important;
}
.eihe-caption {
    border-top: 8px solid #C1066C;
    transform: translate3d(0, calc(100% - 4rem), 0) !important;
}
.eihe-title-cover {
    margin-bottom: 20px !important;
}
a.btn.btn-transparent {
    background-color: #C1066C;
    border-color: #C1066C;
    color: #ffffff;
	position: absolute;
    left: 15px;
    bottom: 15px;
	font-family: 'Open Sans',sans-serif;
    padding: 10px 15px;
    border-radius: 2px;
    transition: all 300ms ease;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
  }
a.btn.btn-transparent:hover{
    color: #ffffff;
}

.coach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    position: relative;
}
  
.coach-grid .item {
	position: relative;
	height: 375px;
	background-color: lightGrey;
	overflow-y: hidden;
	box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
  }
.coach-grid .item h3 {
	font-weight: 800;
	font-size: 16px;
	color: #555555;
	margin: 0;
	display: block;
	background-color: #ffffff;
	padding: 1rem;
	border-top: 8px solid #C1066C;
	min-height: 100px;
  }
.coach-grid .item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
 }
.coach-grid .item a:hover ~ .item__overlay, 
.coach-grid .item a:focus ~ .item__overlay {
	transform: translate3d(0, 0, 0);
  }
  
.coach-grid .item  img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
  }
.coach-grid .item {
	box-shadow: 0px 3px 40px #00000015;
  }
  
.coach-grid .item__overlay {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	transition: transform 300ms;
	background-color: #ffffff;
	font-size: 14px;
	color: #555555;
	transform: translate3d(0, calc(100% - 5.3rem), 0);
 }
  
.coach-grid .item__body {
	flex-grow: 1;
	padding: 1rem;
 }
.coach-grid .item__body > div {
	display: -webkit-box;
	max-width: 400px;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}
.coach-grid .item__body p {
	margin: 0;
}
.coach-grid .btn.btn-transparent {
	background-color: #C1066C;
    border-color: #C1066C;
    color: #ffffff;
	position: absolute;
    left: 15px;
    bottom: 15px;
	font-family: 'Open Sans',sans-serif;
    padding: 10px 15px;
    border-radius: 2px;
    transition: all 300ms ease;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
}

/* Pagination */
.posts-pagination {
	margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.pagination {
    margin: 20px 0;
	display: inline-block;
}
.pagination .nav-links > a,
.pagination .nav-links > span {
	float: left;
	text-align: center;
  	border: 1px solid #eaeaea;
  	border-left: 0;
	padding: 2px 7px;
	font-size: 11px;
}
.pagination .nav-links > a.prev.page-numbers {
	border-left: 1px solid #eaeaea;
}
.pagination .nav-links > a:hover {
	background-color: #A7006A;
    color: #fff;
}
.pagination .nav-links > span.page-numbers.current {
	background-color: #A7006A;
    color: #fff;
}

/* Post loop */
.post-container {
    display: grid; /* Use CSS Grid layout */
    grid-template-columns: repeat(3, 1fr); /* Create three columns */
    gap: 20px; /* Add spacing between columns */
}
.post-grid {
    background-color: #ffffff;   
}
.gmw-form-field-wrapper.gmw-locator-enabled .gmw-field-inner .gmw-locator-button.inside:before {
	vertical-align: middle;
    margin-top: 5px;
}
.gm-style .gm-style-iw,
.gm-style .gm-style-iw .gm-style-iw-d {
    max-height: unset !important;
}
@media only screen and (max-width: 767px) {
	.coach-grid  {
    	grid-template-columns: 1fr;
  	}
	.call-to-action::before {
		display: none;
	}
}

button#gmw-submit {
    display: none;
}


