/*
 Theme Name:     Sterndale
 Description:    Child Theme
 Author:         Anthony T. Sterndale
 Author URI:     https://sterndale.au
 Template:       Divi
 Version:        1.24.02
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Home Page */

@media only screen and (min-width: 981px) {
.home #logo {
	display: none;
}
}

.home .et-fixed-header #logo {
	display: inherit;
}

.home #main-header {
  box-shadow: none !important;
}

.home #top-menu li a {
	color: #fff;
}

.home #top-menu li a:hover {
	color: #fff !important;
}

.home #top-menu li li a:hover {
	color: #fff !important;
}

.home #top-menu li.current_page_item > a {
	color: #fff;
}


/* All Pages */

.mfp-title {
    display:none;
}

#footer-bottom {
    display: none;
}

#top-menu > li.cta-item > a > span {
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
}

.et_pb_button {
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
}


/* Parallax */

@media only screen and (min-width: 1367px) {
.parallax-ats {
  min-height: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}