/*
Theme Name: akin child
Tags:  custom-menu, editor-style, featured-images
Template: akin
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {margin-bottom:15px;}
.elementor-widget-text-editor strong {color:#000;}
.elementor-widget-text-editor ul {
	list-style:disc; margin-left:50px;
}
.ms-options-wrap input[type="checkbox"],
.ms-options-wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.text-left .witr_swiper_content p.h3 {
	margin:0;
}
.ms-options{
    text-align:left;
}
.brpt h1, .breadcumb-inner h1, .brpt.brptsize h1 {
    color: #ffffff;
    font-display: swap;
    font-size: 30px;
}
.footer-middle .widget.widget_nav_menu .widget-title {
    margin-bottom: 25px!important;
}
.footer-middle .widget .heading-size-3 {
    color: #ffffff;
}
.footer-middle .widget .heading-size-3 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
	font-family: Jost,sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 24px;
}
.checkboxes--wrapper {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px 0;
}
.checkboxes--wrapper .checkbox_single {
    padding: 15px;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.wpcf7-list-item-label{
    position:relative;
    padding-left:25px;
    line-height:30px;
}
input[type="checkbox"]+.wpcf7-list-item-label:before {
    position: absolute;
    top: 8px;
    left:0;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #d9d9d9;
}

input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    position: absolute;
    left: -5px;
    top: -3px;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../akin/assets/images/tick.png) !important;
    background-position: 10px auto;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.wpcf7-acceptance {
    text-align:left;
    float:left;
    font-size:14px;
}
.wpcf7-acceptance .wpcf7-list-item-label{
    display: block;
    position:relative;
    padding-left:25px;
    line-height:30px;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: block;
}
.wpcf7 input.wpcf7-submit {
    color:#fff !important;
    background:#000 !important;
    height:auto;
    padding: 10px !important;
    margin-top:20px;
    border:0 !important;
}
.wpcf7 h3 {
    margin: 50px 0 30px 0;
	color:#fff;
}
.goal{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.goal .wpcf7-list-item {
    flex: 1 1 30%;
    text-align: left;
}
.wpcf7 p.text {
    text-align:left;
	clear:both;
}
.witr_apartment_form form select,
.witr_apartment_form input {
    height:auto !important;
    padding: 15px 0 15px 30px !important;
}
.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border-color:#DDDDDDCC;
}
.ms-options-wrap>.ms-options {
    border-top:0;
    border-color: #DDDDDDCC;
}
#trainers img {
    max-height:460px;
    width:auto;
    margin: 0 auto;
}

.events {
    margin: 48px 0;
    display: none;
}

.events--bottom {
    text-align: center;
    margin: 48px 0;
}

.events--bottom a {
    color: #fff;
    background: #000;
    transition: 0.5s;
    width: 280px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    padding: 16px;
    border: none;
    display: inline-block;
}

.events--bottom a .room {
    color: #e74c3c;
}

.events--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 48px;
}

.events--nav a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.events--nav a:hover,
.events--nav a.active {
    color: #e74c3c;
    border-bottom-color: #e74c3c;
}

.events--single {
    position: relative;
    padding: 24px;
    font-family: Roboto Condensed, sans-serif;
    cursor: pointer;
    transition: 0.5s;
}

.events--single h2 {
    margin-top: 32px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.events--single:nth-child(even) {
    background: #e5ebef;
}

.events--single:nth-child(2n+6) {
    background: #f4f7f8;
}

.events--single:nth-child(2n+5) {
    background: #e5ebef;
}

.events--single_time {
    font-weight: bold;
}

.events--single_duration {
    color: #90a1ac;
    text-transform: uppercase;
}

.events--single_duration::before {
    content: " | ";
}

.events--single_description {
    position: absolute;
    z-index: 10;
    background: rgba(231, 76, 60, 0.9);
    left: 0;
    width: 100%;
    top: 100%;
    padding: 24px;
    visibility: hidden;
}

.events--single_description.active {
    visibility: visible;
}

.events--single_description h3 {
    color: #fff;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    margin: 0;
}

.events--single_description h3::after {
    content: "";
    background: #fff;
    width: 150px;
    height: 2px;
    margin-top: 4px;
    display: block;
}

.events--single_description p {
    color: #fff;
    text-align: left;
}

.events--single_description::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #e74d3c transparent;
}

.events--single_description .close {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 24px;
    font-family: Roboto, sans-serif;
}

.events--single:hover,
.events--single:active {
    background: #fff;
}

.events--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.events--list.active {
    display: -ms-flexbox;
    display: flex;
}

.events--list_day {
    background: #e74c3c;
    padding: 18px;
    font-family: Roboto Condensed, sans-serif;
}

.events--list_day span {
    display: block;
    font-weight: bold;
}

.events--list_day span:first-child {
    color: #e5ebef;
    font-size: 24px;
}

.events--list_day span:nth-child(2) {
    color: #fff;
    text-decoration: underline;
    font-size: 32px;
    text-transform: uppercase;
}
.events.active {
    display: block;
}


.events--nav .active a {
    color: #e74c3c;
}

.events--bottom {
    display: none;
}

.events--bottom.active {
    display: block;
}

.side-area .entry-meta>div a {
    color: #90a1ac;
}

.single-ic-coach h1 {
    color: #68a8d7;
}

.events--list.print {
    grid-template-columns: repeat(4, 1fr);
}

.print .events--single {
    font-size: 14px;
    padding: 12px;
}

.print .events--single_time {
    padding-left: 0;
    background: none;
    margin-right: 0;
}

.print .events--single_duration:before {
    content: '';
}

.print .events--single h2 {
    margin-top: 10px;
    font-size: 16px;
}

.print .events--list_day span:first-child {
    font-size: 16px;
}

.print .events--list_day span:nth-child(2) {
    font-size: 16px;
}
.big--box_one h3 {
    text-align:center;
    color:#fff;
    padding: 20px 0;
}
.big--box_one h3 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}
.category-list ul {
	list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 50px;
}
.category-list ul li {
	padding: 5px 15px;
}
.category-list .current-cat {
	background: #0082be; 
	border-radius:5px;
}
.category-list .current-cat a {
	color:#fff;
}
.button a {
    float:right;
    background:#fff;
    padding: 10px;
    border-radius:20px;
}
.akin_menu>ul>li>a {
    margin: 0;
    padding: 0 9px;
}
.akin_menu {
    margin: 38px 0;
}
#trainers img {
	height:300px;
	width:100%;
	object-fit:cover;
}
#trainers .team_o_icons {
	display:none;
}

#trainers_all .team-sec img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.ic-coach .team-part .team-social {
	height:50px;
	background:#0082BE;
}
.ic-coach .team-part .team-social a {
	line-height:50px;
	color:#fff;
}
#socials .elementor-icon-wrapper {
	line-height:1;
}
.insta_bg {
	/*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}
.wpcf7 textarea,
.wpcf7 p.text,
.wpcf7 button{
	color:#fff !important; 
	font-weight:500;
	font-size:18px;
}
.wpcf7 label {
	color:#fff;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select,
.wpcf7 textarea::placeholder{
	color:#000;
}
.wpcf7 .ms-options label {
	color:#000;
}
.wpcf7 #ms-list-1 button span {
	color:#000;
}
.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    border-radius: 5px;
    bottom: -44px;
    background: #dc3232;
    color: #fff;
    padding: 3px 5px;
    font-size: 11px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #0082be;
}
.faq--list .faq_question.animate, .faq--list .faq_answer.animate {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.faq--list .faq_question, .faq--list .faq_answer {
    padding: 20px 30px;
    border-radius: 35px;
    position: relative;
    opacity: 0.5;
    visibility: hidden;
    transition: 1s;
}
.faq--list > div:nth-child(n+2) {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.faq--list .faq_question {
    background: #e5e6ea;
    transform: translate(-999px, 0px);
}
.faq--list .faq_answer {
    background: #067ffe;
    transform: translate(999px, 0px);
}
.faq--list > div {
    width: 70%;
    margin: 12px 0;
}
.faq--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.faq--list .faq_question::after, .faq--list .faq_answer::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 0;
}
.faq--list .faq_answer::after {
    content: "";
    position: absolute;
    left: auto;
    right: 8px;
    border-top-color: #067ffe;
    border-right: 0;
    margin-left: 0px;
    margin-bottom: -8px;
}
.faq--list .faq_question::after {
    left: 0;
    border-top-color: #e5e6ea;
    border-left: 0;
    margin-left: 0px;
    margin-bottom: 4px;
}
.faq--list .faq_answer p,
.faq--list .faq_answer li {color:#fff;}
.faq--list  ul {margin:0; margin-left:40px;}
.faq--list  p,
.faq--list  li {font-size:16px; margin-bottom:0;}
#faq {margin-bottom:60px;}