/*
 Theme Name:   Artemiz Child
 Theme URI:    https://themeforest.net/item/artemiz-blog-podcast-wordpress-theme/25172061
 Description:  Child theme for Artemiz theme
 Author:       Frenify
 Author URI:   http://themeforest.net/user/frenify
 Template:     artemiz
 Version:      1.0
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  artemiz-child
*/

a{
	color: #c63335;
	text-decoration: underline;
}

table{
	color: #444444;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #c63335;
}

a.artemiz_fn_totop:hover{
	background-color: #ffffff;
}

a.artemiz_fn_totop:hover::after{
	border-bottom-color: #c63335;
}

.top_dotted_border:before{
	content: '';
	width: 150%;
	height: 2px;
	border-bottom: 2px dashed #e2e2e2;
	position: absolute;
	left: -100%;
}

.bottom_dotted_border:after {
	content: '';
	width: 150%;
	height: 2px;
	border-bottom: 2px dashed #e2e2e2;
	position: absolute;
	right: -100%;
}

.artemiz_fn_one_line.full .fn_container{
	max-width: 1920px;
	padding: 0 15px;
}

.artemiz_fn_one_line .one_line_in{
	min-height: 70px !important;
}

.artemiz_fn_one_line .fn_logo img {
    max-width: 200px;
    max-height: 100px;
}

ul.nav__hor > li > a{
	line-height: normal;
	color: #ffffff !important;
	font-weight: 600 !important;
    text-transform: uppercase;
	padding-bottom: 10px;
}


ul.nav__hor > li > a:hover{
	color: #c7c7c7 !important;
}

ul.nav__hor > li.menu-item-has-children > a:after{
	content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    position: absolute;
    top: 0;
    left: auto;
    right: -10px;
	border: 0;
	background-image: url(https://justhoopscolumbus.com/wp-content/uploads/arrow-down.png);
    width: 14px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
}

.artemiz_fn_one_line[data-skin="nonelight"] ul.nav__hor > li > a{
	color: #ffffff;
	text-transform: uppercase;
}

.artemiz_fn_one_line ul.sub-menu{
	width: 345px;
	left: 0;
	padding: 20px;
	background-color: transparent;
	border-radius: 0;
    border-top: 3px solid #fff;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.artemiz_fn_one_line ul.sub-menu li{
	margin-bottom: 0px;
	line-height: 2em;
}

.artemiz_fn_one_line ul.sub-menu li a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Rubik, Arial, Helvetica, sans-serif;
}

.artemiz_fn_one_line ul.sub-menu li a:hover{
	text-decoration: none;
}

ul.nav__hor > li.special_menu > a {
	color: #ffffff !important;
    background: #c63335;
	margin-top: -10px;
    padding: 12px 20px;
    border: 1px solid transparent;
}

ul.nav__hor > li.special_menu > a:hover {
    background: rgb(144 33 25 / 0.8);
    border: 1px solid #c63335;
}

.artemiz_fn_mobilemenu_wrap .mobilemenu{
	background-color: #c63335;
}

.artemiz_fn_mobilemenu_wrap .vert_menu_list a{
	color: #ffffff;
}

.artemiz_fn_mobilemenu_wrap .special_menu a{
	margin-top: 0;
}

.warrning_text{
	font-size: 16px;
	clear: both;
    display: block;
    padding: 1.2em 1em;
    background: #e2e2e2;
    font-weight: 600;
}

.warrning_text img{
	width: 30px;
    margin-right: 15px;
}

.warrning_text a.btn-learnmore {
    padding: 10px 25px;
    border: 2px solid #444444;
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    margin-left: 2.5em;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.warrning_text a.btn-learnmore:hover {
	color: #ffffff;
	background: #c63335;
	border-color: #c63335;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.artemiz_fn_footer .footer_bottom {
    padding: 50px 0 40px;
}

@media (min-width: 1200px) {
	.footer_bottom .container{
		max-width: 1300px;
	}
}

.site-info {
    background: #000000;
    padding: 20px 0;
}

.site-info .row{
	justify-content: center;
}

.site-info .row p{
	color: #ffffff;
	font-size: 13px;
	margin: 0 5px;
}

/*
.site-info .row span{
	font-size: 11px;
}
*/

.site-info .row a{
	color: #ffffff;
	text-decoration: underline;
}

ul.footer-address {
    margin: 0;
	word-break: break-word;
}

ul.footer-address li {
    color: #fff;
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
}

ul.footer-address li:last-child{
	margin-bottom: 0;
}

ul.footer-address li .item {
    display: flex;
}

ul.footer-address li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-address li .item .icon {
    margin-right: 15px;
}

ul.footer-address li .item .icon i {
    font-size: 20px;
}

.contact-page-widget .item, .contact-page-widget .item a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

ul.footer-address.contact-page-widget {
    margin-top: 1em;
}

@media (max-width: 767px) {
	
	.contact-page-widget-container .elementor-image-box-content{
		margin-top: 1.5em;
	}
	
}

.artemiz_fn_widget_social ul{
	float: left;
	display: list-item;
    margin-bottom: 0.5em;
    margin-top: 0em;
	list-style: none;
}

.artemiz_fn_widget_social ul li{
	margin-right: 15px;
}

.artemiz_fn_widget_social ul li a{
	font-size: 25px;
    text-align: center;
	border-radius: 3px;
    background-color: #ffffff; 
}

.artemiz_fn_widget_social ul li a i{
	color: #c63335;
}

.subscription_box .flexbox {
    display: flex;
    flex-direction: row;
    color: #fff;
    align-items: center;
    margin-bottom: 15px;
}

.subscription_box .flexbox:first-child{
	flex-direction: column;
    align-items: baseline;
}

.subscription_box {
	margin-top: 0;
    display: block;
    clear: both;
    color: #fff;
}

.subscription_box .item a {
    color: #ffffff;
    text-decoration: none;
}

.subscription_box .form_container .flexbox p {
    display: flex;
}

.subscription_box .flexbox h3 {
    margin-bottom: 0;
    color: #fff;
    margin-right: 15px;
    font-size: 25px;
    font-weight: 400;
}

.subscription_box p {
	font-size: 12px;
    line-height: 18px;
    color: #d8d8d8;
    line-height: 18px;
}

.subscription_box .flexbox label{
	width: 100%;
}

.subscription_box .flexbox input:not([type="submit"]) {
    width: 100%;
    color: #000000;
    border: 2px solid #ffffff;
    border-right: 0;
    padding: 14px 20px;
    height: 44px;
    background: rgb(255 255 255 / 60%);
}

.subscription_box .flexbox input:not([type="submit"])::placeholder {
    color: #000000;
}

.subscription_box .flexbox input[type="submit"] {
	min-width: auto;
	width: auto;
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
	border-radius: 0;
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #c63335;
	-webkit-appearance: none;
}

.subscription_box .flexbox input[type="submit"]:hover {
    background-color: #c63335;
    color: #ffffff;
}

.subscription_box .form_container .flexbox {
	display: block;
}

.subscription_box .form_container .flexbox span.wpcf7-spinner {
    clear: both;
    position: absolute;
    right: 0;
    top: -40px;
}

.subscription_box .form_container {
	color: #333333;
}

.subscription_box .form_container .flexbox input[type="submit"] {
	color: #ffffff;
    background: #c63335;
}

.subscription_box .form_container .flexbox input[type="submit"]:hover {
	background: #ffffff;
    color: #c63335;
}

.subscription_box .flexbox .ajax-loader{
	display: none !important;
}

footer h2.widgettitle {
    font-size: 25px;
    color: #fff;
}

footer .timing {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
	text-align: left;
	margin: 0;
    margin-left: 0;
    text-decoration: none;
	list-style: none;
}

footer p.timing{
	font-size: 12px;
	margin-top: 10px;
}

footer .timing li{
	position: relative;
	line-height: 1.8em;
    margin: 0;
}

.widget_nav_menu ul li {
    border: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: normal;
}

.widget_nav_menu ul li a {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.widget_nav_menu ul li a:hover{
	color: #ffffff !important;
}

.widget_nav_menu ul {
    list-style-type: none;
}

footer .timing li::before,
.widget_nav_menu ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	position: relative;
	display: inline-block;
	background: #ffffff;
	margin-right: 15px;
}

a.artemiz_fn_totop{
	width: 40px;
    height: 40px;
    line-height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.artemiz_fn_totop:after{
	left: auto;
	bottom: auto;
}

.footer_contactform input, .footer_contactform textarea, .footer_contactform select {
    background: transparent;
    margin-bottom: 4px;
    border: 2px solid #333333;
    box-shadow: none;
    border-radius: 0;
	width: 100%;
	max-width: 100%;
}

.footer_contactform label {
    font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
}

.footer_contactform textarea {
    margin-bottom: 0;
}

.footer_contactform input[type="submit"] {
    background: #c63335;
    width: auto;
    display: inline-block;
    max-width: 150px;
    min-width: 250px;
    margin-bottom: 0;
	font-weight: 500;
	font-size: 15px;
    letter-spacing: 1px;
    position: relative;
	border: 2px solid #c63335;
}

.footer_contactform input[type="submit"]:hover{
	background: transparent;
	color: #c63335;
}

.home .artemiz_fn_nosidebar,
.home .nosidebar_inner{
	padding-bottom: 0 !important;
}

#home_three_boxes{
	perspective: 1000px;
}

#home_three_boxes .front_sec figure figcaption{
	margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    color: #444444;
    text-transform: uppercase;
	font-size: 50px;
	line-height: 55px;
}

#home_three_boxes .front_sec.red figure figcaption{
	background: rgba(198,51,53,0.6);
	color: #ffffff;
}

#home_three_boxes .front_sec figure figcaption::after {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 1;
}

#home_three_boxes .front_sec{
	margin-bottom: 0;
/*	transform: rotateY(0deg);*/
	z-index: 3;
	opacity: 1;
}

#home_three_boxes .front_sec .elementor-widget-container,
#home_three_boxes .front_sec .elementor-widget-container .elementor-image,
#home_three_boxes .front_sec .elementor-widget-container .elementor-image .wp-caption,
#home_three_boxes .front_sec .elementor-widget-container .elementor-image .wp-caption img{
	height: 100%;
}

#home_three_boxes .front_sec .elementor-widget-container .elementor-image .wp-caption img{
	object-fit: cover;
}

#home_three_boxes .back_sec {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background: #444;
    z-index: 2;
/*
	-webkit-backface-visibility: hidden;  Safari 
  	backface-visibility: hidden;
*/
/*	transform: rotateY(-180deg);*/
/*
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
*/
}

#home_three_boxes .elementor-widget-wrap:not(.back_sec .elementor-widget-wrap){
	position: relative;
	transition: transform 1.5s;
/*  	transform-style: preserve-3d;*/
/*	overflow: hidden;*/
}

#home_three_boxes .elementor-widget-wrap:not(.back_sec .elementor-widget-wrap):hover {
/*	transform: rotateY(180deg);*/
}

#home_three_boxes .elementor-widget-wrap:not(.back_sec .elementor-widget-wrap):hover .front_sec{
	position: relative;
	z-index: 0;
	opacity: 0;
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.testimonials_carousel{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.testimonials_carousel .testimonial_item .testimonial_meta img {
    border-radius: 50%;
    box-shadow: inset 0px 0px 5px #444;
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: auto;
    margin-bottom: 1em;
}

.testimonials_carousel .testimonial_item .testimonial_meta .thumbnail_letter {
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c63335;
	color:#ffffff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 600;
    box-shadow: inset 0px 0px 5px #444;
    margin-bottom: 0.6em;
}

.testimonials_carousel .testimonial_item .testimonial_collapsed_content,
.testimonials_carousel .testimonial_item .testimonial_expanded_content{
	font-size: 15px;
}

.testimonials_carousel .testimonial_item .testimonial_expanded_content .collapse,
.testimonials_carousel .testimonial_item .testimonial_collapsed_content .expand{
	padding-bottom: 0;
	display: table;
	margin-top: 10px;
	text-decoration: none;
	line-height: 16px;
	clear: both;
	border-bottom: 1px solid #000;
	font-weight: 600;
	color: #c63335;
	font-size: 12px;
}

.testimonials_carousel .testimonial_item .testimonial_expanded_content{
	display: none;
}

.testimonials_carousel .testimonial_meta p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
	color: #c63335;
}

.testimonials_carousel .testimonial_meta p:last-child {
    margin-bottom: 0;
}

.testimonials_carousel .swiper-arrows {
    position: relative;
    text-align: center;
    margin-top: 1em;
}

.testimonials_carousel .swiper-arrows .elementor-swiper-button {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    transform: none;
}

.classes_clinic_sec .swiper-pagination-bullet {
    border-radius: 0;
    border: 2px solid #c63335;
    opacity: 1;
    background: transparent;
    width: 10px;
    height: 10px;
}

.classes_clinic_sec .swiper-pagination {
    margin-top: 15px;
    display: block;
}

.classes_clinic_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c63335;
}


.classes_clinic_sec .swiper-wrapper {
/*
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
*/
    margin-bottom: 2em;
}
/*

.classes_clinic_sec .swiper-slide{
	width: 100% !important;
}*/

.coaches-feedback {
    position: relative;
}

.coaches-feedback .swiper-arrows {
    text-align: unset;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.coaches-feedback .swiper-arrows .elementor-swiper-button[aria-label="Next slide"]{
	right: 0;
	position: absolute;
}

.coaches-feedback .swiper-arrows .elementor-swiper-button{
	margin: 0;
	cursor: pointer;
	font-size: 20px;
    z-index: 999;
    border: 1px solid #414141;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
	
}

.coaches-feedback .swiper-arrows .elementor-swiper-button:hover{
	background-color: #c63335;
	color: #ffffff !important;
	border-color: #c63335;
}

.coaches-feedback .swiper-wrapper .swiper-slide {
    padding: 0 50px;
}

.coaches-item {
	overflow: hidden;
	border-radius: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.coaches-item img{
	box-shadow: 0px 2px 2px #ccc;
}

.coaches-item .image-container {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.coaches-item h2 {
    margin-bottom: 0;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    background: #f8f8f8;
    border: 0px solid #ddd;
    border-top: 0;
    color: #000000;
    text-transform: uppercase;
}

.trainingprograms-item h2 p,
.coaches-item h2 p{
	margin: 0;
	cursor: pointer;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.trainingprograms-item h2 p{
	font-size: 28px;
}

.coaches-item h2 i {
	position: relative;
	font-style: normal;
	font-weight: 500;
	width: 25px;
	height: 25px;
	background: #c63335;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	font-family: 'eicons';
}

.trainingprograms-item h2 i.custom-icon::before,
.coaches-item h2 i.custom-icon::before {
    content: '';
    width: 15px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.trainingprograms-item h2 i.custom-icon::after,
.coaches-item h2 i.custom-icon::after {
    content: '';
    width: 15px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}

.trainingprograms-item h2.expand i.custom-icon::after,
.coaches-item h2.expand i.custom-icon::after{
	transition: opacity 0.3s;
  	-webkit-transition: opacity 0.3s;
  	opacity: 0;
}

.trainingprograms-item .toggle-drawer,
.coaches-item .toggle-drawer {
	display: none;
    padding: 10px 25px;
    background: #f8f8f8;
    font-size: 15px;
    line-height: 24px;
}

.coaches-item .toggle-drawer a.btn-readmore {
    display: block;
    margin: 10px 0;
    text-decoration: dashed;
    color: #c63335;
}


.tranning-programme-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

.artemiz_fn_coaches_header {
    padding: 150px 15px 50px;
    background: #23282d;
    margin-bottom: 80px;
}

.artemiz_fn_coaches_header h2{
	color: #ffffff;
    font-weight: 800;
    font-size: 48px;
}

.content_featuredimage img {
    width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
}

.coaches_title {
    margin-bottom: 2em;
}

.coaches_title h1 {
    font-size: 35px;
    position: relative;
    font-weight: 500;
}

.coaches_title h1:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    position: absolute;
    background: #c63335;
}

.content_holder p:not(:last-child){
	margin-bottom: 15px;
}

.content_holder .coaches_backdrop_btn {
    padding: 10px 15px;
    border: 2px solid #c63335;
    display: inline-block;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-decoration: none;
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.content_holder .coaches_backdrop_btn:hover{
	background-color: #c63335;
	color: #ffffff;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.content_holder .coaches_backdrop_btn i{
	margin-right: 10px;
    transform: rotate(180deg);
}

#ourcoaches-grid .coaches-item img{
	width: 100%;
}

.feedback_title:before {
	content: '';
	width: 100px;
	height: 3px;
	background: #c63335;
	position: absolute;
	bottom: 0;
}

.feedback_title {
    position: relative;
    line-height: 50px;
}

.coaches-feedback .logo,
.coaches-feedback .thumbnail_letter{
	display: none !important;
}


#home_video_slider .elementor-background-video-container{
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
}

/* Common Page Title */
.artemiz_fn_pagetitle{
	background-color: #444444;
	padding: 130px 0 100px;
	min-height: 400px;
	margin-bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}

.artemiz_fn_pagetitle h1{
	font-size: 55px;
	font-size: 96px;
	line-height: 115px;
	font-family: 'oswald';
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
}

.artemiz_fn_pagetitle h1 span.dot{
	color: #c63335;
}

.archive .artemiz_fn_pagetitle,
.blog .artemiz_fn_pagetitle {
    margin-bottom: 70px;
}

ul.artemiz_fn_postlist > li{
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 2px dashed #ececec;
}

ul.artemiz_fn_postlist > li:nth-child(2){
	padding-top: 0;
}

ul.artemiz_fn_postlist > li.grid-sizer{
	border: 0;
	padding: 0;
}

.single-post .artemiz_fn_one_line[data-position="absolute"]{
	background-color: #444444;
}

.artemiz_fn_blogpage .artemiz_fn_leftsidebar, .artemiz_fn_blogpage .artemiz_fn_rightsidebar, .artemiz_fn_searchpage .artemiz_fn_rightsidebar, .artemiz_fn_searchpage .artemiz_fn_leftsidebar, .artemiz_fn_archive_page .artemiz_fn_rightsidebar, .artemiz_fn_archive_page .artemiz_fn_leftsidebar, .artemiz_fn_homepage .artemiz_fn_rightsidebar, .artemiz_fn_homepage .artemiz_fn_leftsidebar{
	padding-bottom: 100px;
}

/* Common Page Title End */

.artemiz_fn_comment input[type=submit]{
	color: #ffffff;
}

.double_color_title span {
    color: #c63335;
}

.what_to_expect_list li{
	margin-bottom: 2em;
}

.what_to_expect_list {
    margin: 0;
    margin-left: 15px;
}

.what_to_expect_list li:last-child {
    margin-bottom: 0;
}

.ordered_list {
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 0;
}


.bookafree_getstarted_btn a[role="button"] {
    width: 100%;
    max-width: 280px;
    background: #93231b; /* Old browsers */
    background: -moz-linear-gradient(left,  #93231b 0%, #ef6e64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #93231b 0%,#ef6e64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #93231b 0%,#ef6e64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93231b', endColorstr='#ef6e64',GradientType=1 ); /* IE6-9 */
}

.trainingprograms-item {
    background: #f2f2f2;
	margin-bottom: 2em;
}

.trainingprograms-item .image-container {
    height: 400px;
    max-height: 400px;
    display: block;
    background-size: cover;
    margin-bottom: 0;
}

.trainingprograms-item h2 {
    margin-bottom: 0;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 700;
    background: #f8f8f8;
    border: 0px solid #ddd;
    border-top: 0;
    color: #000000;
    text-transform: uppercase;
}

.trainingprograms-item h2 i {
    position: relative;
    font-style: normal;
    font-weight: 500;
    width: 30px;
	min-width: 30px;
    height: 30px;
    background: #c63335;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-family: 'eicons';
}

.trainingprograms-item .toggle-drawer {
    padding: 25px;
	padding-top: 10px;
}

.pricing-table-container {
    margin: 2em 0 0;
    text-align: center;
}

.pricing-table-columns {
    margin-left: 0;
    margin-right: 0;
}

.pricing-table-columns h3 {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #8c8c8c;
    padding: 10px 0;
    margin: 0 0px 15px;
	position: relative;
	font-weight: 600;
	color: #c63335;
}

.pricing-table-columns .col-12 {
    border: 1px solid #acacac;
    padding: 0;
}

.pricing-table-columns .featured h3 {
    background: #c63335;
    color: #fff;
	overflow: hidden;
}

.pricing-table-columns .featured h3::after{
	content: 'Most Popular';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ffffff;
    display: inline-block;
    color: #c63335;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    width: 60px;
    height: 42px;
    padding-top: 20px;
    transform: rotate(52deg);
    word-break: break-word;
    margin-top: -11px;
    margin-right: -24px;
	
	position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    background: #f1f1f1;
    display: inline-block;
    color: #c63335;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    width: auto; 
    height: auto; 
    padding: 8px 15px;
    transform: rotate(0deg); 
    word-break: break-word;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    content: "Most Popular";
    box-shadow: 0 -2px 3px rgb(0 0 0 / 20%);
    border-radius: 10px;
	display: none;
}

.pricing-table-columns .featured h3 span {
    font-size: 10px;
    position: absolute;
    background: #fff;
    color: #000;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ffffff;
    display: inline-block;
    color: #c63335;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    width: 60px;
    height: 42px;
    padding-top: 20px;
    padding-right: 10px;
    transform: rotate(52deg);
    word-break: break-word;
    margin-top: -10px;
    margin-right: -30px;
}

.pricing-table-columns p {
	margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1em;
    font-size: 13px;
}

.pricing-table-big .pricing-table-columns p{
	margin-left: 20px;
    margin-right: 20px;
	font-weight: 500;
}

.pricing-table-columns .flexSec p:not(:last-child) {
    border-bottom: 2px solid #ddd;
    padding-bottom: 12px;
}

.flexSec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pricing_list {
    background: #f4f4f4;
    border: 2px solid #8c8c8c;
    margin: 0 -2px -2px;
    padding: 0px;
}

.pricing-table-columns ul.pricing_list_dircle {
    padding: 0 10px;
    list-style: none;
    font-size: 12px;
    margin: 0;
    text-align: left;
    font-weight: 500;
	border-top: 0px solid #acacac;
	padding-top: 10px;
}

.pricing-table-columns ul.pricing_list_dircle li {
    position: relative;
    margin-bottom: 1.5em;
}

.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:checked,
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:checked + label,
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
}
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:checked + label:before,
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 100%;
    background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #444;
	display: inline-block;
	margin-right: 10px;
}
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:checked + label:after,
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #c63335;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pricing-table-columns ul.pricing_list_dircle li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pricing-table-columns ul.pricing_list_dircle li label{
	position: relative;
}

.pricing-table-big .pricing-table-columns p {
    font-size: 16px;
}

.pricing-table-big .pricing-table-columns ul.pricing_list_dircle {
    font-size: 15px;
}

.pricing-table-big .pricing-table-columns h3{
	font-size: 20px;
}

.pricing-table-big .pricing-table-columns .col-12{
	padding: 0 10px;
	border: 0;
}

.pricing_box_outer {
    height: 100%;
}

.pricing-table-big .pricing_box_outer {
    border: 2px solid #8c8c8c;
}

.pricing-table-big .pricing_list{
	padding: 20px;
}
/*
.pricing-table-columns ul.pricing_list_dircle li label:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #444;
	display: inline-block;
	margin-right: 10px;
}
*/

healcode-widget .healcode-link, 
.pricing-table-columns a.btn{
	margin-bottom: 10px;
	padding: 6px 25px;
    background: #c63335;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #c63335;
}

healcode-widget .healcode-link:hover, 
.pricing-table-columns a.btn:hover{
	background-color: transparent;
	border-color: #c63335;
	color: #c63335;
}

.trainingprograms-item .btn-readmore {
	margin-top: 1em;
    padding: 12px 30px;
    border: 2px solid #000000;
    font-size: 18px;
    color: #000000;
	display: inline-block;
	width: 80%;
	max-width: 100%;
}

.trainingprograms-item .btn-readmore:hover {
    background: #c63335;
    color: #ffffff;
    border-color: #c63335;
}

.trainingprograms-item .btn-readmore span {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
}


.development_league_container {
    padding: 20px;
    background: #fff;
    margin: 2em 0 0em;
}

.red_bg_box {
    background: #c63335;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.development_league_container ul {
    margin: 0;
    margin-left: 15px;
    margin-right: 10px;
}

.development_league_container ul li {
    margin-bottom: 0.8em;
	font-size: 14px;
}

.development_league_container ul li:last-child {
    margin-bottom: 0;
}

.development_league_container .signup_btn{
	text-align: right;
}

.development_league_container .btn {
    padding: 6px 15px;
    display: inline-block;
    margin-top: 2em;
    border: 2px solid #c63335;
    font-weight: 600;
    color: #c63335;
	width: 100%;
	text-align: center;
}

.development_league_container .btn:hover{
	background-color: #c63335;
	color: #ffffff;
}

.vertimax_sec{
	margin-top: 5em;
}

.vertimax_sec select{
	width: 100%;
    max-width: 100%;
    border-color: #c63335;
    border-radius: 0;
    color: #c63335;
    font-weight: 600;
    background: #fff;
}

.vertimax_sec .btn{
	display: inline-block;
    width: 130px;
    background: #c63335;
    text-align: center;
    margin-left: 5px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
	border: 2px solid #c63335;
}

.vertimax_sec .btn:hover{
	background-color: transparent;
	border-color: #c63335;
	color: #c63335;
}

.summer_camps_container {
    display: flex;
    margin: 2em 0 2em;
/*    background: #fff;*/
}

.summer_camps_container .wpcf7 p label,
.summer_camps_container .wpcf7{
	width: 100%;
}

.summer_camps_container .wpcf7 p{
	display: flex;
	align-items: center;
}

.summer_camps_container input {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    border-color: #fff;
    border-width: 2px;
    background: #fff;
	box-shadow: none;
}

.summer_camps_container input[type="submit"]{
	min-width: auto;
	width: auto;
}

.summer_camps_container .btn {
    padding: 8px 20px;
    border-radius: 0;
    border: 2px solid #c63335;
    color: #fff;
    background: #c63335;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
	display: block;
    width: 100%;
    text-align: center;
	transition: all 0.5s ease-out;
}

.summer_camps_container .btn:hover{
	background-color: transparent;
	color: #c63335;
}

.summer_camps_container .ajax-loader{
	display: none !important;
}

.summer_camps_container .summer_camps_buttons {
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.summer_camps_container .summer_camps_buttons li.items {
    list-style: none;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.wp-block-table.is-style-stripes.foldable-table tbody tr.view:nth-child('odd'){
	background-color: #f0f0f0 !important;
}

.foldable-table td{
	font-size: clamp(12px, 5vw, 18px);
}

.foldable-table .view td:last-child{
	text-align: center;
}

.foldable-table .view .btn-toggle{
	background: transparent;
    border: 0;
    text-align: center;
    display: inline-block;
    margin: auto;
    font-weight: 600;
    color: #c63335;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #c63335;
    padding: 0;
    cursor: pointer;
}

.foldable-table .view .btn-toggle:hover{
	color: #000000;
}

.foldable-table .view .btn-toggle::before{
	content: '+';
    position: relative;
    font-size: 28px;
    line-height: 20px;
    margin-right: 5px;
    bottom: -3px;
	font-weight: 400;
}

.foldable-table .view.open .btn-toggle::before{
	content: "-";
	bottom: -2px;
}

.foldable-table .fold{
	display: none;
}

.foldable-table .fold.open{
	display: table-row;
}

.foldable-table .fold td p {
    margin-bottom: 15px;
}

.foldable-table .fold .time {
    font-size: 14px;
    font-weight: 600;
    color: #c63335;
}

.foldable-table .fold .duration {
    font-size: 15px;
    font-weight: 600;
}

.foldable-table .fold .description {
    font-size: 16px;
    margin-bottom: 0;
}

.foldable-table .fold .btn-register{
	padding: 6px 15px;
    background: #c63335;
    display: inline-block;
    margin-top: 1em;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
	border: 2px solid #c63335;
	transition: all 0.5s ease-out;
}

.foldable-table .fold .btn-register:hover{
	background: transparent;
	color: #c63335;
}

.with_caption_overlay_image figure.wp-caption figcaption.wp-caption-text {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    padding: 15px 20px;
    min-height: 100px;
}


.images_carousel .swiper-pagination {
    bottom: 0;
}

.images_carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #c63335;
}

.new_client_questionnarie .wpcf7-form input {
    background: transparent;
    margin-bottom: 10px;
}

.new_client_questionnarie .wpcf7-form input[type="submit"] {
    display: inline-block;
    min-width: auto;
    color: #ffffff;
    background-color: #c63335;
    padding: 8px 40px;
    margin-top: 1em;
}

.new_client_questionnarie .wpcf7-form textarea {
    background: transparent;
    border-radius: 0;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.new_client_questionnarie .wpcf7-form select{
	background: transparent;
    border-radius: 0;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
	width: 100%;
    display: block;
    max-width: 100%;
    padding: 10px 15px !important;
    height: auto !important;
}

.artemiz_fn_pagination.fn_type_3 li a:hover, .artemiz_fn_pagination.fn_type_3 li.active > a, .artemiz_fn_pagination.fn_type_3 li.active > span {
    background-color: #c63335 !important;
}

.widget_block.widget_tag_cloud a:hover, .widget_block.widget_meta a:hover,
ul.artemiz_fn_postlist .fn_post_item_1 .date_meta a:hover span {
    color: #ffffff !important;
}

.widget_search .search_icon .artemiz_fn_svg{
	fill: #c63335;
}


/* Widgets Healcode */

div.healcode.appointments.list_view{
	width: 100% !important;
}

div.healcode .header h1 .healcode-title-text{
	color: #444444;
	font-size: 25px;
}

span.healcode-title-text, 
span.action_text.my_account_text,
div.healcode .header h1.healcode-date-label,
div.healcode .trainer-label a{
	color: #444444 !important;
}

div.healcode a.hc-button, 
div.healcode input.hc-button{
	padding: 8px 15px !important;
	font-size: 12px !important;
}

a#hc-find-appt{
	font-size: 18px !important;
	padding: 14px 22px !important;
	border-radius: 3px !important;
}

div.healcode .header .healcode-date-links-area .healcode-jump-to-date input{
	height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
	padding-left: 35px !important;
    background-position: 6px !important;
}

div.healcode .week_links a, div.healcode .healcode-date-links-area a, div.healcode .week_links a, div.healcode .week_links a:visited, div.healcode .healcode-date-links-area a, div.healcode .healcode-date-links-area a:visited {
	height: auto !important;
	font-size: 14px !important;
	padding: 10px 0 !important;
}

div.healcode .header .healcode-date-links-area,
div.healcode .week_links, div.healcode .healcode-date-links-area span{
	height: auto !important;
}

.filter_time_of_day{
	height: auto !important;
    width: auto !important;
    position: relative;
    float: left !important;
    clear: none !important;
    border: 0 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.healcode .header .filters select{
	width: auto !important;
    position: relative;
    float: right !important;
}

.healcode .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
	height: auto;
}

.pre-filters select {
    max-width: 49% !important;
    float: left;
	margin-left: 5px !important;
    margin-right: 5px !important;
}

.ui-weekpicker {
    clear: both;
}

.membership_grid .elementor-image-box-wrapper {
    background: #e2e2e2;
}

.membership_grid .elementor-image-box-content {
    padding: 0 15px 15px;
    position: relative;
}

#reserve_court_page form{
	margin-top: 10px;
}

#reserve_court_page form::before {
    content: '* Please Select Appointment Type First';
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #cc0000;
    font-size: 15px;
}

#reserve_court_page .pre-filters > div:nth-child(1),
#reserve_court_page .pre-filters > div:nth-child(2){
    position: relative;
	width: 50%;
    float: left;
	margin-top: 0 !important;
}

#reserve_court_page .pre-filters select{
	max-width: 98% !important;
	background-color: #ffffff;
}

#reserve_court_page .parsley-errors-list{
	clear: both;
}


/*
1. convert field wrap bg to white
2. convert field bg to transparent
3. set labels z-index: 1;  and  field to z-index: 2; to make a click on label activate field
4. handle label transition / location change (animation addded)
*/

.steps_form_container {
    background: #fff;
    padding: 2.2rem 2.5em;
    border-radius: 30px;
}

.steps_form_container .inner_sec h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Montserrat';
    color: #2b2b2b;
}

.steps_form_container .inner_sec h2 b {
    font-weight: 800;
}

.steps_form_container input:not([type="submit"]){
	width: 100%;
    margin-bottom: 0px;
	background: transparent;
	text-transform: none;
    box-shadow: none;
	border-width: 2px;
}

.steps_form_container input[type="text"].form-control,
.steps_form_container input[type="email"].form-control {
	padding: 10px 15px 0px; 
	font-size: 16px !important; 
	background: transparent; 
	z-index: 2; 
	position: relative;
}

.steps_form_container input[type="text"]:focus,
.steps_form_container input[type="email"]:focus {
	background: transparent !important;
	border-color: #4d984c !important;
}

.steps_form_container .button_container{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.steps_form_container input[type="submit"] {
	display: inline-block;
    width: auto;
    min-width: auto;
    margin-top: 1rem;
	background: #4d984c;
	padding: 10px 15px;
    height: auto;
	border: 2px solid transparent;
}

.steps_form_container input[type="submit"]:hover{
	border-color: #4d984c;
	color: #4d984c;
	background: transparent;
}

.steps_form_container .wpcf7-form-control-wrap {
	background: transparent; 
	height: 100%; 
	display: block;
	z-index: 2;
}
.steps_form_container label {
	transform: translateY(-100%); 
	z-index: 1; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: italic; 
	color: #9b9b9b; 
	line-height: 42px; 
	position: absolute; 
	padding: 0 17px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

.steps_form_container .form-group{
	margin: 10px 0;
}

.steps_form_container .form-group.active > label {
	transform: translateY(-420%); 
	color: #000000; 
	font-size: 12px;
	line-height: 12px;
	padding: 0 8px;
	margin: 0 8px;
	background: #ffffff;
	z-index: 2;
}

.steps_form_container .form-group.active input{
	border-color: #4d984c;
}

.steps_form_container .form-group input.wpcf7-not-valid{
	border-color: #f00;
}

.steps_form_container #step2{
	display: none;
}

.steps_form_container span.wpcf7-not-valid-tip{
	display: none;
}

.steps_form_container div#step2 h5 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.steps_form_container div#step2 small {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

.steps_form_container .button_container a {
    padding: 8px 15px;
    background: #4d984c;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.steps_form_container .wpcf7 form .wpcf7-response-output{
	font-size: 14px;
	text-align: center;
}



/* Personal Training Widget */

.mindbody_personal_training_widget .appointment-date-block .healcode-date-label {
    font-size: 18px;
    margin-bottom: 0;
}

.mindbody_personal_training_widget .appointment-date-block {
    border-bottom: 1px solid #ccc;
    padding: 15px 5px;
}

.mindbody_personal_training_widget .healcode-trainer span.appointment.button {
    border: 1px solid #c63335;
    padding: 0px;
    display: inline-block;
    margin: 3px 0;
    background: #c63335;
    color: #fff;
}

.mindbody_personal_training_widget .healcode-trainer span.appointment.button a {
    color: #fff;
    font-size: 11px !important;
    padding: 5px 10px !important;
}

.mindbody_personal_training_widget .appointment-date-block .trainer-label a {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.mindbody_personal_training_widget .ui-datepicker{
	width: 100%;
}

.mindbody_personal_training_widget .pre-filters div:first-child{
	display: none;
}

.mindbody_personal_training_widget .appointments{
	text-align: right;
}

.mindbody_personal_training_widget .pre-filters div:last-child{
	text-align: center;
}

.mindbody_personal_training_widget #appointment_results {
    text-align: left;
}

.mindbody_personal_training_widget .pre-filters select{
	width: 100%;
	max-width: 100% !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	display: none;
}

.mindbody_personal_training_widget  #hc-find-appt {
    background: #c63335;
    color: #ffffff;
    padding: 6px 25px !important;
    border-radius: 3px;
	border: 2px solid transparent;
}

.mindbody_personal_training_widget #hc-find-appt:hover {
    background: transparent;
    color: #c63335;
    border-color: #c63335;
}

.bw-filters-flex-container {
    clear: both;
}

.bw-datepicker{
	width: 178px !important;
}

.bw-datepicker__input{
	width: 150px !important;
	height: auto !important;
}

.bw-filters .filter_time_of_day{
	margin-bottom: 10px !important;
}

.mindbody_classes_clinic_widget .bw-widget__sessions{
	max-height: 610px;
    overflow-y: auto;
}

.mindbody_classes_clinic_widget .bw-widget__sessions .bw-widget__day + .bw-widget__empty {
    display: none;
}

.classes_clinic_page .bw-widget--large table.bw-calendar, 
.classes_clinic_page .bw-widget--hide-cal table.bw-calendar{
	display: table;
}

.classes_clinic_page .bw-fullcal-button{
	display: block;
	margin: 10px auto;
}

.classes_clinic_page .bw-session__info{
	flex-direction: column;
    display: flex;
}

.classes_clinic_page .bw-session__group1{
	order: 1;
	min-height: 0;
	margin-bottom: 5px;
}

.classes_clinic_page .bw-widget--medium .bw-session__time{
	order: 2;
    min-height: 42px;
}

.classes_clinic_page .bw-session__group2{
	order: 3;
}

.classes_clinic_page .bw-widget--medium .bw-session__name{
	font-size: 18px;
	font-weight: 600;
    color: #c63335;
}

.bw-widget__cta {
    border-color: #c63335 !important;
    border-width: 2px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    color: #c63335 !important;
}

.bw-widget__cta:hover {
    background: #c63335 !important;
    color: #ffffff !important;
}

.bw-calendar__day--current > span{
	background: #c63335 !important;
}

.artemiz_fn_one_line .tt_right{
	margin-left: 0;
}


.classesclinic_item {
    position: relative;
    background: #efefef;
    padding: 0;
	width: calc(100% - 100px);
    margin: auto;
    box-shadow: 0 0px 5px #b3aeae;
    border-radius: 5px;
	color: #000000;
	text-align: left;
}

.classesclinic_item_content{
	padding: 2em;
}

.classesclinic_item p{
	font-size: 30px;
	font-size: clamp(1.2rem, 5vw, 1.9rem);
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.4em;
}

.classesclinic_item .classesclinic_item_title{
    font-size: 60px;
	font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    font-weight: 600;
	color: #c63335;
	margin-bottom: 10px;
}

.classesclinic_item .classesclinic_item_subtitle {
    font-size: 40px;
	font-size: clamp(1.6rem, 5vw, 2.5rem);
    font-weight: 600;
	color: #000000;
    text-transform: uppercase;
}

.classesclinic_item  a.btn-learnmore {
    padding: 8px 15px;
    background-color: #c63335;
    color: #fff;
    border-radius: 0px;
    font-size: 15px;
	margin-top: 15px;
	display: inline-block;
}

.classesclinic_item  a.btn-learnmore:hover,
.classesclinic_item  a.btn-learnmore:focus{
	filter: brightness(80%); 
}

.mindbody-widgets .healcode-description-area,
.mindbody-widgets .healcode-description-area span{
	font-size: 14px;
	line-height: 1.4em;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{
	background: #c63335 !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{
	color: #c63335 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover{
	background: #c63335 !important;
}

.tribe-events-c-ical{
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-bottom: 2em !important;
	padding-top: 1em !important;
}

.tribe_events {
    color: #333333 !important;
    background: #eeeeee;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    color: #fff !important;
}
*/

.tribe-events-calendar-month__calendar-event-title a {
    color: #c63335 !important;
}
/*
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime a svg path {
    fill: #fff !important;
}
*/

.single-tribe_events .artemiz_fn_one_line{
	position: absolute;
}

.single-tribe_events .artemiz_fn_nosidebar{
	padding-bottom: 0;
}

.single-tribe_events .tribe-events-cal-links{
	display: none;
}

.single-tribe_events .tribe_events,
.single-tribe_events .tribe-events-event-meta{
	background: transparent;
	border: 0;
}

.single-tribe_events .tribe-events-event-meta .column, 
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group{
	padding: 0;
}

/* Responsiveness */

@media (max-width: 1300px) {
	ul.nav__hor > li {
		margin-right: 22px;
	}
}

@media (max-width: 1210px) {
	
	.artemiz_fn_one_line {
		display: none;
	}
	
	.artemiz_fn_mobilemenu_wrap{
		display: block;
	}
	
	.special_menu a{
		display: inline-block !important;
   		margin-top: 15px;
	}
	
}

@media screen and (max-width: 991px) {
	
	/* Header */
	.artemiz_fn_pagetitle{
		padding: 75px 0 75px;
    	min-height: 300px;
	}
	
	.artemiz_fn_pagetitle h1{
		font-size: 65px;
		line-height: 78px;
	}
	
	/* Footer	*/
	.subscription_box .flexbox:first-child{
		flex-direction: column;
		align-items: start;
	}
	
	.widget-box:not(:last-child){
		margin-bottom: 20px;
	}
	
	.artemiz_fn_totop{
		right: 20px !important;
	}
	
	/* Training Programes	*/
	.trainingprograms-item .image-container{
		height: 270px;
	}
	.trainingprograms-item h2{
		padding: 12px 15px;
	}
	
	.trainingprograms-item h2 p{
		font-size: 18px;
	}
	
	.classesclinic_item_content{
		padding: 1em 0;
	}
	
	.classesclinic_item .classesclinic_item_subtitle{
		font-size: 30px;
	}
	
	.classesclinic_item p{
		font-size: 22px;
	}
}

@media screen and (max-width: 827px) {
	
	.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{
		color: #ffffff !important;
	}
	
	.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
		background-color: #c63335 !important;
	}
	
	.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event{
		background-color: #ffffff !important;
	}
	
}

@media screen and (max-width: 767px) {
	
	/* Header */
	.artemiz_fn_pagetitle{
		padding: 50px 0 60px;
    	min-height: 250px;
	}
	
	.artemiz_fn_pagetitle h1{
		font-size: 50px;
		line-height: 65px;
	}
	
	.warrning_text a.btn-learnmore {
		margin: 0 auto;
		margin-top: 1em;
		clear: both;
		display: table;
	}
	
	.header_location_dropdown{
		min-width: auto;
	}
	
	/* Footer */
	
	#custom_html-3{
		margin-top: 1em;
	}
	
	ul.dublin-address{
		margin-top: 25px;
	}
	
	.footer_contactform input[type="submit"] {
		min-width: 100%;
	}
	
	.footer_contactform .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer_contactform .row .col-12.pl-md-0 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.artemiz_fn_widget_social ul{
		float: left;
	}
	
	.site-info .row p{
		text-align: center;
	}
	
	/* Home Page Three Boxes */
	
	
	/* three boxes ordering	*/
	#home_three_boxes .elementor-row .elementor-column[data-element_type="column"]:nth-child(1){
		order: 2;
	}
	
	#home_three_boxes .elementor-row .elementor-column[data-element_type="column"]:nth-child(2){
		order: 1;
	}
	
	#home_three_boxes .elementor-row .elementor-column[data-element_type="column"]:nth-child(3){
		order: 3;
	}
	
	#home_three_boxes .front_sec img{
		width: 100%;
	}
	
	#home_three_boxes .front_sec figure figcaption{
		opacity: 0;
	}
	
	#home_three_boxes .elementor-widget-wrap:not(.back_sec .elementor-widget-wrap):hover {
    	transform: rotateY(0deg);
	}
	
	#home_three_boxes .back_sec,
		#home_three_boxes .back_sec:hover{
		position: relative;
		background: transparent;
		padding-left: 0;
		padding-right: 0;
		transform: rotateY(0deg);
	}
	
	#home_three_boxes .back_sec .elementor-background-overlay {
		display: none;
	}
	
	#home_three_boxes .back_sec h3.elementor-heading-title{
		color: #000000 !important;
	}
	
	#home_three_boxes .back_sec .elementor-divider-separator{
		border-color: #000000 !important;
	}
	
	#home_three_boxes .back_sec .elementor-icon-list-icon i,
	#home_three_boxes .back_sec .elementor-icon-list-text{
		color: #000000 !important;
	}
	
	#home_three_boxes .back_sec .elementor-button{
		fill: #000000 !important;
		border-color: #000000 !important;
		color: #000000 !important;
	}
	
	#home_three_boxes .elementor-widget-wrap:not(.back_sec .elementor-widget-wrap):hover .front_sec{
		opacity: 1;
	}
	
	
	/* Training Programes	*/
	
	.trainingprograms-item .image-container{
		height: 220px;
	}
	
	.trainingprograms-item h2{
		padding: 10px;
	}
	
	.pricing-table-columns .featured{
		margin: 15px 0;
	}
	
	/* Book a Free Session	*/
	.steps_form_container{
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	
	.steps_form_container .inner_sec h2{
		font-size: 28px;
	}
	
	.classesclinic_item{
		padding: 1em 1em 2em;
		width: calc(100% - 10px);
	}
	
	.classesclinic_item_content{
		padding: 0;
		padding-top: 2em;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.classesclinic_item p{
		font-size: 20px;
	}
	
}

@media screen and (max-width: 639px) {
	
	.foldable-table .view td:last-child{
		text-align: left;
	}
	
	.foldable-table .fold .tablesaw-cell-label{
		display: none;
	}
	
	.foldable-table .fold .tablesaw-cell-content{
		max-width: 100%;
	}
	
	.compressed_row_mobile tbody tr.view td {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 3px;
		font-size: 15px;
	}

	.compressed_row_mobile tbody tr.view td:last-child {
		padding-bottom: 1em;
		border-bottom: 1px solid #000000;
	}

	.compressed_row_mobile tbody tr.view td:first-child {
		padding-top: 1em;
	}

	.compressed_row_mobile {
		margin-top: 1em;
	}
	
}

/* Individual Location Page */
.location-page-thumb {
    margin-bottom: 0 !important;
}

.full-width-btn a {
    display: block !important;
}

.working-hours {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.working-hours li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #000;
	font-weight: 500;
    font-size: 16px;
}

.working-hours li:last-child {
	margin-bottom: 0;
}

.working-hours li.active{
	color: #c63335;
}

@media screen and (max-width: 375px) {
	.artemiz_fn_mobilemenu_wrap .menu_logo a img{
		max-width: 120px;
	}
	.header_location_dropdown{
		min-width: auto !important;
	}
	
	.subscription_box .form_container .flexbox p {
		display: flex;
		flex-direction: column;
	}
}

.tribe-events-calendar-month__calendar-event-title {
	position: relative;
    z-index: 999;
}

.tribe-events-calendar-month__calendar-event-title a{
	position: relative;
    z-index: -1;
}

/* DRM Products Blog Alignment / Spacing fix. 03-26-23 */
.artemiz_fn_extra_meta {
	justify-content: center;
}
.artemiz_fn_post_content .content_holder {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	float: unset;
}
.fn_narrow_container {
	max-width: 1480px;
	padding: 0 40px;
}
