/*
Theme Name: Wellmadewebsite
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Tom Fraser http://www.wellmadewebsite.co.uk
Template: Divi
*/

@import url("../Divi/style.css");


/* COLOURS
style colours:
http://www.color-hex.com/color/778899
Dark Green:#304D00
Light Green #0a4d00
Very Dark Green: 101a00
Brown: #4d4400
black:000000
*/

/* --- HEADER --- */
#main-header {
    background:url(images/Green-Green-Grass-Lawncare-Scotland-bg-header-01.jpg);
  background-position: center; 
}

#et-info{
    padding-bottom: 0em;
}

/* --- MENU --- */
.nav li li {
    position: relative;
    line-height: 1.4em;
}

#top-menu li li {
    padding: 0 10px;
}
#top-menu li li a {
    padding: 6px 10px;
text-transform: capitalize;
font-weight:normal;
}





/* PAGES */

.full-height {
    height:80vh; 
}

/*.home .et_pb_fullwidth_header .header-content-container.center{
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important;
}
*/




/*     ************   Single post  ******               */

h1 {
	

}

h2,h3,h4,h5,h6 {
	
}
.et_pb_text h4,.et_pb_text h5,.et_pb_text h6 {
/* color:#006937 !important;*/
}





	
	


/*     ******************************     MEDSEARCH RESULTS***************************               */
/*

/* -----------REMOVER SIDEBAR -------*/

/*** Take out the divider line between content and sidebar ***/
 #main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

#sidebar {display:none;}


/* -----------  FOOTER -------*/

footer .container {
    position: relative;
    text-align: left;
}

#footer-info {
    float: none;
display:block;
width:100%;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: left;
}
#footer-info span {
	font-size:80%;
	}



footer p:last-of-type {
    padding-bottom: 1em;
}
#footer-bottom .et-social-icons {

}
.et-social-icons li {
    display: inline-block;
    margin: 10px 10px 10px 10px;
}




/*     ******************************     TOGGLES ***************************               */

/*     ******************************     MEDIA QUERIES     ***************************               */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}
@media only screen and (max-width : 1100px) {

	
}

@media only screen and (max-width : 1024px) {

	
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

@media only screen and (max-width : 980px)  {
#main-header .et_mobile_menu {
    background-color: #304d00 !important;
}

}


@media only screen and (max-width: 800px) {


}


@media only screen and (max-width: 768px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 680px) {


h1.et_pb_module_header {
font-size: 30px;
}


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
.scroll-down-container {
display:none !important;
}
.home h1.et_pb_module_header {
	font-size: 28px !important;
}
.home  .et_pb_fullwidth_header_subhead {
    font-size: 24px !important;
}
.home  .et_pb_header_content_wrapper h3 {
    font-size: 20px !important;
}
}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {



}
 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {


.et_pb_row_0 h2 {
font-size: 18px !important;
}

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 330px) {




}
