/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
img {
	max-width: 100%;
}

.single .elementor-widget-container > p img {
	padding: 4px;
	border: 4px solid #dfdfdf;
}

.single .blog-acf-cta a[href="#"],
.single .blog-acf-tagline .elementor-widget-container:empty,
.single .blog-acf-tagline p:empty {
	display: none;
}


@media only screen and (max-width: 1023px ){
	body > .skip-link + .elementor-location-header + .elementor {
		position: relative;
		z-index: 3;
	}
}




.team-coaches,
.team-coach {
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 1000px ){
	.team-coach {
		padding-bottom: .5rem;
		width: 50%;
		float: left;
	}
}
.team-coach-img-wrap {
	padding: 0 1rem 0 0;
	float: left;
}
.team-coach .coach-name,
.team-coach .coach-title {
	margin-bottom: 0;
	padding-bottom: 0;
}



.is-hidden {
	display: none; 
}
.is-visible,
.elementor-editor-active .hidden {
	display: block !important; 
}

.hide-show-trigger .elementor-button,
.hide-show-trigger.elementor-button,
a.hide-show-trigger {
}