/*
  Theme Name: Theme Alicelash
  Author: Yasiel Sanchez Caleo, SpiderBoost Communications
  Author URI:  https://www.spiderboost.com/
  Description: Exclusive Theme used for Theme Alicelash
  Version: 1.0
  Licence:  GNU General Public License v2 or later
  Licence URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  ysc
*/

/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/****************************** Global Style  *****************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/* font-family: "Oxygen", sans-serif; */
/* font-family: "Cormorant", serif; */
/* .fa-sr-only, 
.fa-sr-only-focusable:not(:focus), 
.sr-only, 
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
} */
.skip-navigation {
  padding: 10px 50px;
  display: inline-block;
  background-color: #757665;
  border: 2px solid #000;
  font-family: sans-serif;
  color: #fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: -10000px;
  z-index: 100000;
}
.skip-navigation:focus {
  left: 0;
}

html,
body{
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  color: #5D5957;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Cormorant", serif;
  color: #5D5957;
  font-weight: 300;
}

h1{
  line-height: 1;
  font-size: 60px;
}
h2{
  font-size: 40px;
}
h3{
  font-size: 30px;
}
.top-title-section{
  text-transform: uppercase;
  color: #5D5957;
  font-size: 14px;
}
.cta-gray{
  color: #fff;
  display: inline-block;
  background-color: #757665;
  border: 1px solid #757665;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.cta-gray:hover{
  color: #757665;
  background-color: #fff;
}
.accordion-item{
  color: #5D5957;
}
.breadcrumb-cont{
  padding-bottom: 50px;
}
.breadcrumb-cont .breadcrumb{
  margin-bottom: 0;
}
.breadcrumb-cont .breadcrumb-item,
.breadcrumb-cont .breadcrumb-item a{
  color: #5D5957;
  font-size: 14px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea,
.mailchip-from #mc_embed_signup .mc-field-group input[type="text"],
.mailchip-from #mc_embed_signup .mc-field-group input[type="email"]{
  background-color: #F5F9FA;
  border: 1px solid #E2EAEB;
  height: 40px;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
}
.mailchip-from #mc_embed_signup .asterisk{
  font-size: 14px;
  top: 0;
}
.mailchip-from #mc_embed_signup .cta-gray{
  border-color: #757665;
  margin: 32px 0 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.mailchip-from #mc_embed_signup form{
  margin: 0;
}
.mailchip-from #mc_embed_signup div#mce-responses{
  padding: 0;
  margin: 0;
  width: 100%;
}
.mailchip-from #mc_embed_signup .mc-field-group{
  width: 100%;
}
.wpcf7-form textarea{
  padding-top: 10px;
  padding-right: 10px;
  height: 100px;
}
.wpcf7-form label,
.mailchip-from label{
  width: 100%;
  font-size: 16px;
  color: #5D5957;
}
.mailchip-from .helper_text{
  display: none;
}
.wpcf7-form .wpcf7-spinner{
  position: absolute;
  right: 0;
  bottom: 0;
}
.wpcf7 .screen-reader-response{
  position: initial;
  overflow: visible;
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
}
.wpcf7 .screen-reader-response ul li{
  margin-bottom: 10px;
}
.wpcf7 .screen-reader-response ul li:last-child{
  margin-bottom: 30px;
}
.wpcf7 .screen-reader-response ul a{
  color: #dc3232;
}

/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/****************************** Header Style  *****************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
header{
  padding-top: 20px;
}
#header_navbar img.custom-logo{
  height: auto;
  max-width: 100%;
  width: 200px;
}
#menu-header-menu .menu-item .nav-link{
  position: relative;
}
#menu-header-menu .menu-item .nav-link::before{
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #707070;
  opacity: 0;
  width: calc(100% - 20px);
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
#menu-header-menu .menu-item .nav-link:hover::before,
#menu-header-menu .menu-item.current-menu-item .nav-link::before{
  opacity: 1;
  visibility: visible;
}
#nav-icon {
  width: 40px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #5D5957;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

.navbar-toggler.mobile-menu-btn[aria-expanded="true"] #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-toggler.mobile-menu-btn[aria-expanded="true"] #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.mobile-menu-btn[aria-expanded="true"] #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler.mobile-menu-btn[aria-expanded="true"] #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-toggler.mobile-menu-btn{
  border: 0;
}
.navbar-toggler.mobile-menu-btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navbar-toggler.mobile-menu-btn .label{
  margin-bottom: 0;
  margin-left: 10px;
  color: #5D5957;
}


/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/******************************* Body Style  ******************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
.front-page .hero-section{
  position: relative;
  padding: 50px 0 100px 0;
}
.front-page .hero-section .text-cont{
  padding: 50px;
  background-color: #fff;
}
.front-page .hero-section .bg-img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front-page .hero-section .bg-img-icon{
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 100px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.front-page .secvices-section{
  padding: 100px 0 50px 0;
}
.front-page .secvices-section .text-cont{
  border-top: 1px solid #E2EAEB;
  border-bottom: 1px solid #E2EAEB;
  padding: 50px;
}
.front-page .testimonial-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.front-page .testimonial-section .inner-tertimonial{
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.front-page .connect-section{
  padding: 50px 0;
}
.front-page .connect-section .form-footer-phone{
  color: #5D5957;
  font-size: 30px;
  text-decoration: none;
}
.front-page .connect-section .form-footer-phone svg{
  height: 30px;
  fill: #5D5957;
  margin-right: 5px;
}

.about-template .hero-section{
  padding-bottom: 50px;
  margin-bottom: -150px;
}
.about-template .hero-section .title{
  font-size: 45px;
}
.about-template .audio-cont{
  padding: 50px 50px 100px 50px;
  background-color: #7F8073;
  position: relative;
  z-index: 1;
}
.about-template .audio-cont .audio-title,
.about-template .audio-cont hr{
  color: #fff;
}
.about-template .audio-cont .audio-name{
  color: #fff;
  margin-bottom: 0;
  font-family: "Cormorant", serif;
  font-size: 30px;
  text-align: center;
  font-style: italic;
  font-weight: 100;
}
.about-template .audio-cont .audio-external-link{
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 20px;
}
.about-template .audio-cont .audio-by{
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.about-template .audio-cont .audio-player{
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.about-template .audio-cont .audio-player .timeline{
  background: white;
  width: 100%;
  height: 4px;
  position: relative;
  cursor: pointer;
}
.about-template .audio-cont .audio-player .timeline .progress {
  position: relative;
  background: #fff;
  overflow: visible;
  width: 0%;
  height: 100%;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.about-template .audio-cont .audio-player .timeline .progress::after{
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.about-template .audio-cont .audio-player .controls .play-container{
  position: relative;
  margin-bottom: 30px;
}
.about-template .audio-cont .audio-player .controls .toggle-play{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.about-template .audio-cont .audio-player .controls .toggle-play:hover {
  transform: scale(1.1);
}

.about-template .audio-cont .audio-player .controls .time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.about-template .audio-cont .audio-player .controls .time .current,
.about-template .audio-cont .audio-player .controls .time .length{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
/* Audio Volumn  */
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
/* Audio Volumn  */
.about-template .podcasts-section{
  background-color: #F5F4F1;
  padding: 100px 0 50px 0;
  position: relative;
}
.about-template .podcasts-section .bg-img-icon{
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 100px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.about-template .help_you_section{
  padding: 100px 0 50px 0;
}
.about-template .help_you_section {
  padding: 100px 0 50px 0;
}
.work-template .hero-section{
  padding-bottom: 100px;
}
.work-template .hero-section .img-cont{
  position: relative;
  margin-bottom: 100px;
}
.work-template .hero-section .img-cont .title{
  position: absolute;
  text-align: center;
  left: -100px;
  top: 50%;
  background-color: #F5F4F1;
  padding: 100px 30px;
  max-width: 400px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.work-template .testimonial-section{
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work-template .testimonial-section .inner-tertimonial{
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.work-template .faq-section{
  padding: 50px 0;
}
.work-template .faq-section .faq-title{
  padding: 30px 0;
  margin-bottom: 0;
}
.work-template .faq-section .accordion-button{
  font-size: 25px;
  color: #5D5957;
  padding: 30px 0;
  position: relative;
}
.work-template .faq-section .accordion-button .icon-cont img{
  position: absolute;
  top: 35px;
  right: 10px;
}
.work-template .faq-section .accordion-button .icon-cont img.less{
  display: block;
}
.work-template .faq-section .accordion-button.collapsed .icon-cont img.less{
  display: none;
}
.work-template .faq-section .accordion-button .icon-cont img.plus{
  display: none;
}
.work-template .faq-section .accordion-button.collapsed .icon-cont img.plus{
  display: block;
}

.work-template .faq-section .accordion-button:not(.collapsed){
  color: #5D5957;
  background-color: #fff;
  box-shadow: none;
}
.work-template .faq-section .accordion-item{
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.work-template .faq-section .accordion-body{
  padding-left: 0;
}
.work-template .faq-section .accordion-button:after {
  background-image: none !important;
}
.resources-template{
  padding-bottom: 50px;
}
.resources-template .resource-inner{
  padding: 30px;
  background-color: #F5F9FA;
}
.resources-template .resource-inner .resource-title{
  color: #5D5957;
  font-size: 30px;
  font-family: "Cormorant", serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.resources-template .resource-inner .apps a{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}
.resources-template .resource-footer-inner{
  display: flex;
  background-color: #F5F9FA;
}
.resources-template .resource-footer-inner .text-cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
.resources-template .resource-footer-inner .text-cont .resource-footer-title{
  color: #5D5957;
  font-size: 30px;
  font-family: "Cormorant", serif;
  font-weight: 300;
}
.resources-template .resource-footer-inner .text-cont .resource-footer-link{
  color: #5D5957;
  font-size: 16px;
  text-decoration: none;
}
.connect-template{
  padding-bottom: 50px;
}
.connect-template .form-cont{
  padding: 50px;
  background-color: #F5F9FA;
  margin-top: -50px;
  margin-bottom: 50px;
}
.connect-template .form-cont .title{
  font-size: 40px;
}
.connect-template .form-cont input[type="text"],
.connect-template .form-cont input[type="email"],
.connect-template .form-cont select,
.connect-template .form-cont textarea{
  background-color: #fff;
}
.connect-template .form-cont .form-title{
  font-size: 30px;
}
.connect-template .form-footer-title{
  font-size: 40px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #5D5957;
}
.connect-template .form-footer-phone{
  color: #5D5957;
  font-size: 30px;
  text-decoration: none;
}
.connect-template .form-footer-phone svg{
  height: 30px;
  fill: #5D5957;
  margin-right: 5px;
}


/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/******************************* Footer Style  ****************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
footer .find-calm-form{
  padding: 50px 0;
  background-color: #F5F4F1;
}
footer .find-calm-form .wpcf7-submit{
  margin-top: 27px;
}
footer .bottom-footer .top-cont{
  padding: 50px 0;
}
footer .bottom-footer .top-cont .custom-logo{
  height: auto;
  max-width: 100%;
  width: 200px;
}
footer .bottom-footer .top-cont .footer-nav-ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .bottom-footer .top-cont .footer-nav-ul li{
  margin: 10px;
}
footer .bottom-footer .top-cont .footer-nav-ul li a{
  color: #5D5957;
  text-decoration: none;
}
footer .bottom-footer .top-cont .footer-nav-ul li.social-li a svg{
  fill: #5D5957;
  height: 20px;
}
footer .bottom-footer .bottom-cont{
  padding: 30px 0;
}
footer .bottom-footer .bottom-cont .right-footer-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .bottom-footer .bottom-cont .right-footer-menu li{
  margin: 10px;
}
footer .bottom-footer .bottom-cont .right-footer-menu li a{
  color: #5D5957;
  text-decoration: none;
}

/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/****************************** Media Query  ******************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/* Extra extra large xxl */
@media(max-width: 1399px){

}
/* Extra large xl */
@media(max-width: 1199px){

}
/* Large lg */
@media(max-width: 991px){
  .about-template .hero-section{
    margin-bottom: 0;
  }
  .about-template .podcasts-section{
    padding-top: 50px;
  }
  .work-template .hero-section .img-cont .title{
    position: initial;
    left: auto;
    top: auto;
    padding: 20px;
    max-width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .work-template .hero-section .img-cont{
    margin-bottom: 30px;
  }
  #menu-header-menu .menu-item{
    margin: 10px 0;
  }
  #menu-header-menu .menu-item .nav-link::before{
    display: none;
  }
  #menu-header-menu .menu-item.social-li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #F5F4F1;
    padding: 20px 0;
  }
  #menu-header-menu .menu-item.social-li a{
    display: inline-block;
    margin-right: 10px;
  }
  #menu-header-menu .menu-item.social-li a svg{
    fill: #5D5957;
    height: 20px;
  }
  footer .bottom-footer .top-cont,
  footer .bottom-footer .bottom-cont{
    text-align: center;
  }
  footer .bottom-footer .top-cont .footer-nav-ul,
  footer .bottom-footer .bottom-cont .right-footer-menu{
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
/* Medium md  */
@media(max-width: 767px){
  .resources-template .resource-footer-inner{
    flex-direction: column;
  }
}
/* Small sm  */
@media(max-width: 575px){

}
