/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/
/*****Add any custom CSS below this line*****/
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v16/0QI6MX1D_JOuGQbT0gvTJPa787weuxJMkqt8ndeYxZ2JTg.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v16/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqJ2mvWc3ZyhTjcV.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.h1, .h2, .h3 {
  text-transform: uppercase;
  line-height: 1.2 !important;
}

.h1 {
  font-family: 'Cairo', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.h2 {
  font-family: 'Lora', Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #f17c31;
}

.h3 {
  font-family: 'Cairo', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 3em;
}

.heading-lg {
  font-size: 2.3em;
  line-height: 1;
}

.italic{
  font-style:italic;
}

.bold{
  font-weight: 600;
}

.block {
  display: block;
}

.padding-top{
  padding-top: 5px;
}

@keyframes animateStrikThroughAuto {
  0% {
    transform: scaleX(0);
    opacity: 0;
    width: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
    width: 100%;
}
}

.animate-strikethrough-auto:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20%;
  height: 30%;
  background-color: #f17c31;
  animation: 1.2s cubic-bezier(.17, .67, .57, .96) 1s animateStrikThroughAuto;
  animation-fill-mode: forwards;
}

.animate-strikethrough, .animate-strikethrough-hover, .animate-strikethrough-auto {
  position: relative;
  z-index: 0;
}

.animate-strikethrough:before, .animate-strikethrough-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20%;
  height: 30%;
  width: 100%;
  background-color: #f17c31;
  transform: scaleX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(.17, .67, .57, .96);
}

.animate-strikethrough.expand:before, .animate-strikethrough-hover:hover::before, #top-menu li>a:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.animate-strikethrough.expand:before {
  transition-delay: 0.55s;
}


.block {
  display: block;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-top-sm {
  padding-top: 5px;
}

.padding-bottom-sm {
  padding-bottom: 5px;
}

/* nav */
#et-top-navigation .et_pb_button {
  margin-top: 0px;
  font-size: inherit;
  font-weight: inherit;
  font-family: hind vadodara;
}

#et-top-navigation .et_pb_button:after {
  font-size: 23px;
}

#top-menu-nav>ul>li>a:hover {
  opacity: 1;
}

#top-menu li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 43%;
  height: 38%;
  width: 100%;
  background-color: #f17c31;
  transform: scaleX(0);
  opacity: 1;
  transition: transform .75s cubic-bezier(.17, .67, .57, .96);
}

.et_mobile_menu {
  border-top: 3px solid #F17C31;
}

/* footer */
@media screen and (max-width: 980px) {
  #footer-menu-custom .et_pb_menu__menu {
    display: block;
  }

  #footer-menu-custom .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #footer-menu-custom .mobile_menu_bar {
    display: none;
  }
}

#footer-container{
  background-color: #333;
}

/* social */
.et_pb_social_media_follow li a.icon {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  background-color: #F17C31;
}

.et_pb_social_media_follow li a.icon:before {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}

#about-social a.icon{
  background-color: #fff!important;
}

#about-social a.icon:before{
  color: #76797a!important;
}

#slider a.icon{
  background-color: #F17C31!important;
}

#slider a.icon:before{
  color: #fff!important;
}


/* about modal */
/* .et_pb_section#modal-container {
  background: rgba(118, 121, 122, 0.96) !important;
  border-radius: 5px;
} */

/* .modal-row {
  width: 90%;
  margin: auto;
  background: none;
}

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

.modal-title {
  margin-bottom: 0 !important;
} */

/* .modal-title h3 {
  text-align: center;
  font-size: 2em;
} */

.modal-subtitle .h3 {
  font-size: 1em;
}

/* .et_pb_social_media_follow li.et_pb_social_media_follow_network_0 {
  background: none;
} */



@media (min-width: 980px) {
  /* .scroll-bio {
    max-height: 400px;
    overflow-y: scroll;
  } */

  .modal-row{
    display: flex;
    align-items: center;
  }
}

/* overview slider */
#calendar-slider .et_pb_slide_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-week, .slider-copy{
  width: 80%;
}

.slider-copy .slider-heading{
  font-weight: 500;
}

.week-heading{
  font-family: 'Lora',Georgia,"Times New Roman",serif;
  font-size: 3em;

}

.week-num{
  display: block;
  font-size: 3em;
  line-height: 11rem;
}

@media (min-width: 980px) {
  #calendar-slider .et_pb_slide_content{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .slider-week{
    width: 40%;
  }

  .slider-copy{
    width: 60%;
  }
}


/* city popup */
.pricing-flex .et_pb_text_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.pricing-right{
  padding-left: 10px;
}

.pricing-right p{
  color: #fff;
  font-size: 15px;
  padding: 0;
}

/* faqs */
.faq-h3 h3{
  text-transform: lowercase;
  font-weight: 500;
}

/* tables */
.table tr:nth-child(odd){
  background: #d5d7cd;
}

.table tr:nth-child(even){
  background: #babcb5;
}

.table thead tr th{
  color: #fff;
  background: #333;
  text-align: center;
}
.table thead tr th{
  padding: 5px 10px;
}

.table td{
  padding: 5px;
	text-align: center;
}


.hs-form-iframe{
	margin: auto;
	
}