/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Fonts */

@font-face { 
	font-family: 'CaviarDreams'; 
	src: url('/wp-content/themes/Divi-Child/fonts/CaviarDreams.ttf') format('truetype'); 
	font-weight: normal; 
	font-style: normal; 
}

@font-face { 
	font-family: 'CaviarDreams_Bold'; 
	src: url('/wp-content/themes/Divi-Child/fonts/CaviarDreams_Bold.ttf') format('truetype'); 
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Avenir_Bold'; 
	src: url('/wp-content/themes/Divi-Child/fonts/AvenirLTStd-Black.otf') format('truetype'); 
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Avenir'; 
	src: url('/wp-content/themes/Divi-Child/fonts/AvenirLTStd-Book.otf') format('truetype'); 
	font-weight: normal; 
	font-style: normal; 
}

body {
	font-family: 'Avenir'; 
	font-size:15px;
}

h1, h2, h3, h4 { 
	font-family: 'CaviarDreams_Bold'; 
	color: #5dadc6 !important;
}

p {
	font-family: 'Avenir'; 
}


/* Header */

.tickets_btn {
	font-family: 'Avenir_Bold' !important;
}

#top-menu li.tickets-btn a {
	background: #5dadc6;
  padding: 15px 30px 12px !important;
  border-radius: 100px;
  color: white !important;
  font-weight: 700 !important;
  display: block;
  font-family: 'Avenir_Bold';  
	transition: .4s all;
	margin-bottom: 11px;
	font-size: 15px !important;
}

#top-menu li.tickets-btn a:hover {
	background: #f4c778;
	opacity: 1 !important;
}

.tickets-btn a:after {
	display:none !important;
}

.et_header_style_left #et-top-navigation {
	padding-top: 20px !important;
}

#logo {
    max-height: 66% !important;
}

#main-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index:999;
}

#top-menu li a {
	font-family: 'Avenir_Bold'; 
}

#sb_instagram {
	padding-bottom: 0px !important;
}


#top-menu li a:hover {
	opacity:1 !important;
}

#top-menu li a:after {
  display:block;
  content: '';
  border-bottom: solid 1px black;
  padding-bottom:5px;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

#top-menu li li a:after {
  display:none;
}

#top-menu li:last-of-type a:after {
  display:none;
}

#top-menu li.current-menu-item a:after {
	border-color:#5dadc6;
}

#top-menu li a:hover:after {
  transform: scaleX(1); 
}

#top-menu .menu-item-has-children>a:first-child:after {
  content:'';
  position:relative;
}

#top-menu .menu-item-has-children>a:first-child:before {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.cart-counter {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: -7px;
    margin-left: 2px;
    line-height: 14px;
}


/* FOOTER */

#main-footer {
  background: url(/wp-content/uploads/2020/04/yoga-tile-04.png);
  background-color: #75b9ce;
  background-size: cover;
  padding-top: 50px;
  background-repeat: repeat-x;
  position: relative;
  overflow:hidden;
}

#main-footer:before {
  content:'';
  background: #61afc7db;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#footer-bottom {
  padding: 15px 0 10px;
  background: black;
}

.newsletter {
	background: #ffffff;
  width: 500px;
  margin: 0 auto 50px;
}

.newsletter h4 {
	text-align: center;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 10px;
}

.newsletter input[type="email"] {
	width: 100%;
    padding: 15px 14px 12px;
    font-size: 16px;
}

.et_pb_newsletter_button.et_pb_button {
    color: #ffffff!important;
    border-width: 4px!important;
    border-color: #f4c778;
    border-radius: 200px;
    font-size: 18px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #f4c778;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.et_pb_newsletter_button.et_pb_button:hover {
	filter:brightness(110%);
  border-radius: 250px;
  padding:8px 0 !important;
}

.et_pb_newsletter_button.et_pb_button:after {
  display:none !important;
}

.et-social-icons {
    float: none;
    text-align: center;
    margin-bottom: 50px;
}

.et-social-icon a {
	color:white;
}

.et-social-icon a:hover {
	color:#f4c778 !important;
	opacity:1;
}

#footer-info {
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
    padding-left: 200px;
    padding-bottom:0;
}

#footer-info a {
    font-weight: 700;
    color: #fff;
}

#footer-info a:hover {
	color:white;
	opacity: 1;
	border-bottom:1px solid white;
}

#footer-info span {
	padding-left: 20px;
  padding-right: 20px;
  cursor:default;
}

#footer-logo {
    position: absolute;
    left: 0;
    z-index: 1000;
    float: left;
    background: #5397ab;
    border-radius: 100%;
    width: 145px;
    padding: 12px;
    bottom: -22px;
}

#footer-info #footer-logo a:after {
  display:none;
}

@media (max-width:980px) {
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 66%;
    margin-top:0;
    margin-left:-8px;
  }
  #main-header {
    height:69px;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 17px;
  }
  .newsletter {
      padding:0px 25px;
      width:100%;
	  background:transparent;
  }
  .newsletter h4 {
      font-size:32px;
  }
  #footer-info {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    padding: 0 !important;
    line-height: 18px;
  }
  #footer-logo {
    position: relative;
    width: 120px;
    bottom: auto;
    left: auto;
    z-index: 1000;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .site-by {
    float: none !important;
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
  }
}

/* Gravity Forms */

.gform_body input[type=text] {
	background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #265c6d;
  padding: 13px !important;
}

.gform_body input[type=email] {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #265c6d;
  padding: 13px !important;
}

.ginput_container_textarea {
	padding: 13px !important;
}

.textarea{
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #265c6d;
  padding: 0px !important;
}

.gform_footer input[type=submit] {
  background: #5dadc6;
    padding: 12px 18px 8px !important;
    border-radius: 100px;
	border: none;
    color: white !important;
    font-weight: 700 !important;
    display: block;
    font-family: 'Avenir_Bold';  
	transition: .4s all;
	margin-bottom: 11px;
	font-size: 15px !important;
}

.gform_footer input[type=submit]:hover {
	background: #f4c778;
	opacity: 1 !important;
}

#gform_confirmation_message_1 {
font-size: 28px;
line-height: 1.3em;
padding: 20px;
text-align: center;
}

/* Divi Instagram */


.et_pb_linkedin_icon:before {
  content: "\e09a"; 
}

@media (max-width:1160px) {
	.adjusted_home {
    width: 45% !important;
	}
	#top-menu li a {
    font-size: 14px !important;
    }
	#top-menu li.tickets-btn a {
    font-size: 13px !important;
    }
	#logo {
    max-height: 34px !important;
    }
}

@media (max-width:980px) {
	.adjusted_home {
    width: 100% !important;
	}
	#main-header { background: white !important;}
}

/* book now */

.book_btn {
	font-family: 'Avenir_Bold' !important;
}

.book_btn a {
  background: #5dadc6;
  padding: 15px 30px 12px !important;
  border-radius: 100px;
  color: white !important;
  font-weight: 700 !important;
  display: block;
  font-family: 'Avenir_Bold';  
  transition: .4s all;
  margin-bottom: 11px;
  font-size: 15px !important;
  display: inline;
}

.book_btn a:hover {
	background: #f4c778;
	opacity: 1 !important;
}

.book_btn a:after {
	display:none !important;
}