/* !
Theme Name: OceanBlu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oceanblu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OceanBlu is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  }
  .wpcf7 .wpcf7-list-item {
    margin-right: 20px
  }
  .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  }
  .wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 40px;
  height: 30px;
  top: 0;
  left: 0;
  }
  .wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
  }
  .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 24px;
  width: 24px;
  top: 0px;
  left: 0px;
  border: 2px solid #4471B7;
  }
  .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  background-color: #4471B7;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
  }
  .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
  }
  .wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
  }
.wpcf7-list-item-label{
  font-size: 16px;
  line-height: 16px;
  color: #909EB0;  
}


.wpcf7-form div:first-child {
 
}

.wpcf7-form h4 {
  margin: 30px 0;
}


 .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form  {
  
  margin-bottom: 30px;
}

.wpcf7-form label {
  cursor: pointer;

}

.wpcf7-form [type="radio"] {
  position: absolute;
  left: -9999px;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  line-height: 28px;
}

.wpcf7-form  [type="radio"] + .wpcf7-list-item-label::before,
.wpcf7-form  [type="radio"] + .wpcf7-list-item-label::after,
r {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::before
 {
  border-radius: 50%;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #4471B7;
}

.wpcf7-form [type="radio"] + .wpcf7-list-item-label::after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #4471B7;
  transition: all 0.2s;
  border-radius: 60%;
}

.wpcf7-form [type="radio"]:not(:checked) + .wpcf7-list-item-label::after
 {
  opacity: 0;
  transform: scale(0.01);
}

.wpcf7-form [type="radio"]:checked + .wpcf7-list-item-label::after
 {
  opacity: 1;
  transform: scale(1);
}

.bookly-form-group select,
.bookly-form-group input[type="text"]

{
  display: block;
  width: 100% !important;
  padding: 12px 15px !important;
  border: 0 !important;
  color: #223C61 ;
  background-color: white !important;
  background-image: url('assets/images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right .85rem center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  border: 1px solid black;
}

.bookly-js-select-time-from,.bookly-js-select-time-to,.bookly-js-full-name,.bookly-user-phone,.bookly-js-user-email{
  background-image: unset !important;
}

/* bookly */

.bookly-progress-tracker{
	text-align: center;
	color: #838383;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	align-items: center;
	position: relative;
	font-weight: 400;
	justify-content: space-between;
}
.bookly-progress-tracker div{
	position: relative;
	z-index: 2;
}

.bookly-progress-tracker select.active .step{
	background: linear-gradient(0deg, rgba(68, 113, 183, 0.7), rgba(68, 113, 183, 0.7)),
	linear-gradient(0deg, #838383, #838383) !important;
	border: 3px solid #838383 !important;

}



@media (max-width: 767.98px) {
	.bookly-progress-tracker {
		font-size: 10px;
	}

  
}
.bookly-js-select-time-from{
  background-image: unset;
}

.bookly-form{
  max-width: 980px;
  margin: 0 auto;
}

.bookly-progress-tracker .active .step, .step{
  border-radius: 50% !important;

}
.current_page_item a{
  color: #4471B7 !important;
  background-size: 100% 2px !important;
}
  /* .step{
    display: block;
    width: 32px;
    height: 32px;
    /* margin: 20px auto 0; */
    border-radius: 50%;
    border: solid 1px #838383;
    position: relative;
    background: #fff;
  } */

.step::before{
  content: '';
width: 100%;
height: 1px;
position: absolute;
right: 100%;
top: 50%;
margin-right: 1px;
transform: translateY(-50%);
background-color: #fff;
}

.step::after{
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%)rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  

}


.bookly-progress-tracker::after{
  content: '' !important;
  width: 100% !important;
  height: 2px;
  position: absolute !important;
  left: 3px !important;
  /* bottom: 15px !important; */
  
  
}

.online-Booking-Policies{
  margin-top:  3rem !important;
  padding-top: 3rem !important;
}

.online-Booking-Policies::before,::after{
  box-sizing: border-box;
}

.wpcf7-checkbox input[type=checkbox] + span {
  padding-right: 20px;
  }

.wpcf7-form p{
  margin-bottom:0px;
}
.active .step::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%)rotate(45deg);
    height: 12px;
    width: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.team-card .team-image div{
	min-height: 350px;
    height: auto;
}
.team-card{
width: 100%;
}
.bg-section, .page-template-page-team, .page-template-page-contact, .page-template-page-join-our-team, .page-template-default{
    background-image: url(assets/images/section-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/*.marquee__line, .marquee__line1, .marquee__line2, .marquee__line3 {
    transform: translateX(0%);
    will-change: transform;
    transform-style: preserve-3d;
}*/
.wpcf7 form .wpcf7-response-output{
	text-align:center !important;
}
.services-widget .align-right {
	min-width:190px !important;
}
.services-widget .align-right .price{
	min-width: 90px !important;
    float: left !important;
} 
.services-widget .align-right .time{
	min-width: 90px !important;
    text-align: left !important;
}
.bookly-right .bookly-time-next{
	    color: #fff !important;
    border-color: transparent !important;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    padding: 11px 35px 13px 35px !important;
    min-width: 170px !important;
    text-align: center !important;
    min-height: 48px;
}
.bookly-form .bookly-payment-nav > div > label > img{
	cursor:default !important; 
}