/*
Theme Name:     InstaSite Theme
Theme URI:      http://www.elegantthemes.com/gallery/divi/
Description:    InstaSite Theme (A Divi child)
Author:         Elegant Themes for Divi and Pitstop101media for child theme
Author URI:     http://www.pitstop101media.com.au
Template:       Divi
Version:        1.0.0

*/
@import url("../Divi/style.css");

body.home .et_pb_blurb h4 {
 
  font-size: 25px;
  font-family: inherit;
}
#main-content, .et_pb_section {
  background-color: transparent; 
}
/* Lessens the drop down main menu height */
#main-header .nav li ul {
  padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: inherit;
}
.et_pb_image {
  border: 4px solid #fff;
}


/* more visible menu background */
.nav ul li a:hover, .et_mobile_menu li a:hover { color: #111; background-color: #ddd; }

/*Form elements*/
input,
input[type=checkbox],
input[type=radio],input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin: 0; }
textarea { padding: 4px; }
input[type=submit]{ background-color: #FFC610; border:0; padding: 4px; color: #000; }
 
 

/* Slideshow top and bottom padding  -Dynamic slideshow total height is affected by this 
.et_pb_slide_description {
  padding: 130px 0 67px 0;
}*/
 
/* Makes sure overlays show on top of the headers */
#main-header,#top-header {
  z-index: 10000;
}

/* Makes sure overlays show on top of the headers */
.home #et-main-area{
margin-top: -2px;
}

/* All pages logo setting*/
.et_fixed_nav #logo {
  margin-bottom: 0;
  position: absolute;
  max-height: 130px;
}

.et_fixed_nav.et_header_style_centered #logo{
  float: none;
  position: relative;
}

/* Home page logo setting*/
.home.et_fixed_nav #logo {
  max-height: none;
}


/* Menu setting*/
#top-menu li, .fullwidth-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

#main-content .container {
  padding-top: 28px;
}
                           

/* background classes */
.green_dark{
  background: #232324;
}

.green_light{
  background: #747D7D;
}

.green_extra_light{
  background: #747D7D;
}


.no_padding{
  padding: 0;
}
.et_pb_slide_description h2 {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
/*
.et_pb_slide_description h2 {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

. et_pb_slide:nth-child(5) .et_pb_slide_description h2{
    position: initial;
  bottom: auto;
  left: auto;
}

.align_top_left .et_pb_slide_description h2 {
  position: absolute;
  top: 20px;
  left: 10px;
}
.align_bottom_left .et_pb_slide_description h2 {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.align_top_right .et_pb_slide_description h2 {
  position: absolute;
  top: 20px;
  right: 10px;
}
.align_bottom_right .et_pb_slide_description h2 {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
*/

.align_top_left{
}
.align_bottom_left{
}
.align_top_right{
}
.align_bottom_right{
}


/*Makes the quote bg follow container bg always so its visible */
.et_pb_testimonial:before {
  background: inherit;
}

/*Makes the mobile drop down letters always visible */
.et_mobile_menu li a {
  color: inherit;
}

.et_pb_slider {
    width: 100%;
}

.et_pb_slider .et_pb_slide, .et_pb_section {
	background-position: center top;
}

/*================================[ 1500 width ]=================================*/

@media only screen and (max-width: 1500px){
		

} 
/*================================[ 1250 width ]=================================*/

@media only screen and (max-width: 1250px){
	
	.home.et_fixed_nav #logo {
	 margin-left: 0px;
	}

} 

/*================================[ 1100 width ]=================================*/

@media only screen and (max-width: 1100px){
                                       
} 


/*================================[ 980 width ]=================================*/

@media only screen and (max-width: 980px){
		
		.et_fixed_nav #logo { 
		  max-height: 100px;
			margin-left: 0px;
		}
		.home.et_fixed_nav #logo {
		  max-height: 100px;
		}
		
		.et_pb_container {
		  
		  min-height: 100% !important;
		}
		#logo {
  			margin-bottom: 0;
 			 max-height: 50px;
		}
		
} 



/*================================[ 760 width ]=================================*/

@media only screen and (max-width: 767px){
	
	#footer-widgets {
	  padding-top: 30px;
	}
	.footer-widget {
		margin: 0;
	}
	#footer-bottom div{
		text-align: center;
		float: none !important;
	}
}


/*================================[ 479 width ]=================================*/

@media only screen and (max-width: 479px){
	#et-footer-nav .container{
	  width: 100%;
	}
	
	.et_pb_column {
	 padding-bottom: 0px;
	}
}