/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/



/* -- jet tabs -- */
@media (min-width: 768px){
.jet-tabs__control-wrapper {width: 65%; justify-content: center;}
.jet-tabs__control-wrapper .jet-tabs__control {width: 33%;}
.jet-tabs__control.active-tab .jet-tabs__label-image{background: #046d62;}
.jet-tabs__control .jet-tabs__label-image:hover{background: #046d62;}
.jet-tabs__control .jet-tabs__label-image {
	width: 125px !important;
	height: 125px !important;
	border-radius: 50%;
	padding: 15px !important;
	border: 6px solid #d3d3d3 !important;
	border-radius: 50%;
	background: #eaeaea;
	
}
}

.elementor-message {color: white !important;}

@media (max-width: 767px){
	.jet-tabs__control{width: 33% !important;}
	.jet-tabs__control.active-tab .jet-tabs__label-image{background: #046d62;}
	.jet-tabs__label-image{background: #eaeaea; border-radius: 50% !important;}
}