/*
 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 */




/* 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);
	font-size: 18px;
}

b, strong {
  color: #000;
}

ul {
  list-style-type: square;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
}

/* 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;
}
}

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

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



/* links */

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline #d7b262;
	text-underline-offset: 5px;
}

.calc a {
	color: #000;
}

.calc a:hover {
	color: #000;
	text-decoration: underline #000;
	text-underline-offset: 5px;
}

.link a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.link a:hover {
	color: #000;
	text-decoration: underline #d7b262;
	text-underline-offset: 5px;
}

.link-black a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.link-black a:hover {
	color: #fff;
	text-decoration: underline #d7b262;
	text-underline-offset: 5px;
}

/* Bullets */

ul {
  list-style: square !important;
}