/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://d3596984.i238.quadrahosting.com.au/divi-child/
 Description:    Divi Child Theme
 Author:         Mel Armstrong Design
 Author URI:     http://www.melarmstrongdesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


body{
	/*font-family:'HelveticaNeueW01-Thin';
font-family:'HelveticaNeueW01-65Medi';*/
}


.facetwp-type-checkboxes{
	max-height:300px !important;
}

.woocommerce-breadcrumb{
	display:none;
}
.nav li ul{
	width:300px !important;
}
#top-menu li li a{
width:250px;	
}
.esgbox-lock .esgbox-overlay{ z-index: 100001 !important;}
div.pp_overlay { z-index: 100001 !important;}
div.pp_pic_holder { z-index: 100002 !important;}


/* News */ 

.widgettitle{
	    font-weight: bold;
    text-transform: uppercase;
    color: #47ae4c !important;
}
.et_pb_widget a{
	 color: #47ae4c !important;
}
h2.entry-title{
	color: #47ae4c !important;
	 text-transform: uppercase;
}

h1.entry-title{
	color: #47ae4c !important;
	
}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 900px) 
  and (-webkit-min-device-pixel-ratio: 1) {
#lowermenu {display: none !important; } 
#et_mobile_nav_menu { display:block !important; } 
#top-menu-nav { display:none; } 
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
#lowermenu {display: none !important; } 
#et_mobile_nav_menu { display:block !important; } 
#top-menu-nav { display:none; } 
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 900px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
#lowermenu {display: none !important; } 
#et_mobile_nav_menu { display:block !important; } 
#top-menu-nav { display:none; } 
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
#lowermenu {display: none !important; } 
#et_mobile_nav_menu { display:block !important; } 
#top-menu-nav { display:none; } 
}