/* 
 Theme Name:     Green Hill
 Author:         Green Hill Publishing
 Author URI:     greenhillselfpublishing.com.au
 Template:       Divi
 Version:        v2
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 


/* -------- DAVID AND GREEN HILL'S CUSTOME CSS - PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------- */ 

@media only screen and (min-width: 768px) {
    #et-info { float:right !important; }
}

.et_pb_widget_area_left {
    padding-right: 30px;
    border-right: 0px solid rgba(0,0,0,.1);
}

hr {
	border: 1px dashed #000000;
}

a:link {color:#32b44a;} /* unvisited link */ a:visited {color:#32b44a;} /* visited link */ a:hover {color:#a9a9a9; font-weight:bold;} /* mouse over link */
                        
/* CHANGE THE MENU BREAK POINT - just change the max-width setting from default of 981 px The larger the pixel size the quicker it breaks. NB This deoesn't seem to be working - but if CSS is put into theme Customiser it works */

@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* CHANGE the way the final top menu item drops down - so it does drop right off the page */

.drop_menu ul {
right: 0px !important;
}

.drop_menu .sub-menu ul {
right: 240px !important;
}

/* HIGHLIGHT A SPECIFIC MENU ITEM - give it the special treatment */
	
.ds-custom-link a {
    padding: 10px !important;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #32b44a;
}
.ds-custom-link a:hover {
    background: #ffffff;
    color: #32b44a !important;
    opacity: 1 !important;
}

.crm-webform-header-container {
    padding: 45px 20px;
}


