/*
Theme Name: Bondi Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.15.1539168985
Updated: 2018-10-10 10:56:25

*/

/* desktop menu background 
#main-header {
   background-size: 100%!important;
   background-y: -150px!important;
    background-image: linear-gradient(180deg,rgba(43,135,218,0) 78%,#fff86699 100%),url(https://bondibeachhire.com.au/wp-content/uploads/2018/11/bondi-beach-hire-header-1920px430px.jpg)!important;
}
*/


/* scroll down bounce */
.et_pb_fullwidth_header .et-pb-icon.scroll-down {
	
		animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
@keyframes fullwidth-header-bounce {
  0% { transform:translateY(0%); }
  12.5% { transform:translateY(20%); }
  25% { transform:translateY(0%); }
  37.5% { transform:translateY(20%); }
  50% { transform:translateY(0%); }
}
/* scroll button position  */
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    margin: 85px auto!important;
 }



/* logo drop */
#et-info {
    float: right;
}

#logo {
   max-height: 112px !important;
    margin-top: -37px;
		transition-delay: 1s!important;
	transition: 1s!important;
	
}

.et-fixed-header #logo {

        max-height: 112px!important;
    margin-top: -37px;
	content:url(//bondibeachhire.com.au/wp-content/uploads/2018/09/bondi-beach-hire-logo-trans-300px.png);

  }



.et_fixed_nav #top-header {
	
    position: fixed;
    z-index: 9998!important;
}

/* remove grey line between top header and primary menu */

header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/* removes line mobile menu */
.et_mobile_menu {
    	    margin-top: 0px;
    border-top: 3px solid #fdfa4e;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.58);
    border-radius: 4px;}

/* fixed mobile header */

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
#logo {
     max-height: 90px!important;
	margin-top:-3px;
	transition:2s;
	content:url(//bondibeachhire.com.au/wp-content/uploads/2018/09/bondi-beach-hire-logo-trans-300px.png);
  }
.et-fixed-header #logo {
margin-top:-3px;
     max-height: 90px!important;
	
	content:url(//bondibeachhire.com.au/wp-content/uploads/2018/09/bondi-beach-hire-logo-trans-300px.png);

  }
	
#main-header {
   background-size: 100%!important;
    background-image: linear-gradient(180deg,rgba(43,135,218,0) 78%,#fff86699 100%),url(https://bondibeachhire.com.au/wp-content/uploads/2018/11/bondi-beach-hire-header-1920px430px.jpg)!important;
}

	/* background menu */
	
	.et_mobile_menu {
  
    background-image: linear-gradient(180deg,rgba(43,135,218,0) 78%,#fff86699 100%),url(https://bondibeachhire.com.au/wp-content/uploads/2018/09/Beach-Hire-300x300px.png)!important;
    background-size: 134px!important;
    background-repeat: no-repeat!important;
    background-position-x: 149px!important;
    background-position-y: 60px!important;
}
	
	
	
	
}