/*
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
Light Green:##299100
dark Green: #144600

green: 05a844
*/

/* --- HEADER --- */


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






/* PAGES */

.full-height {
    height:100vh; 
}

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

.et_pb_slide .et_pb_text_overlay_wrapper {
    display:inline-block;
}


/*     ************  Prodcuts  ******               */
.woocommerce div.product .product_title {
    font-size:30px;
}
.woocommerce #tab-description {
    font-size:22px;
}
 .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .et_pb_contact p input[type="checkbox"]:checked+label i:before, .et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #FFFFFF !important;
}

.woocommerce-page div.product p.price {
display:none;
}


/*     ************   Single post  ******               */
h1 {
	

}

h2,h3,h4,h5,h6 {
	
}

.et_pb_section h4,.et_pb_section h5,.et_pb_section h6 {
	 
}


.entry-content table {
	margin:20px 0px;
	width:100%;
	border:1px solid #CCCCCC;
	font-size:80%;
	line-height:1.2em;
}	
.entry-content table td {
	border:0px solid #CCCCCC;
	padding: 6px 6px !important;
	
}	

.entry-content ol, .entry-content ul {
	margin:20px 20px;
}
	
.et_pb_gallery_item .et_pb_gallery_title {
    display:none;
}	
	
.et_pb_button {
    width:100%;
}	
.et_pb_fullwidth_header .et_pb_button {
    width:auto;
}
/*     ******************************     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-info span {
	font-size:80%;
	}




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

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


#top-menu li a {
    font-size: 14px !important;
}
#top-menu li {
    padding-right: 10px;
}
}
@media only screen and (max-width : 1300px) {


#top-menu li a {
    font-size: 13px !important;
}
#top-menu li {
    padding-right: 10px;
}
}

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


#top-menu li a {
    font-size: 12px !important;
}
#top-menu li {
    padding-right: 6px;
}

}
@media only screen and (max-width : 1100px) {
#top-menu li a {
    font-size: 11px !important;
}
#top-menu li {
    padding-right: 4px;
}
	
}

@media only screen and (max-width : 1024px) {
#top-menu li a {
    font-size: 10px !important;
}
#top-menu li {
    padding-right: 4px;
}
	
	
}


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


}

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


}


@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;
}
.myslider .et_pb_slide .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 22px !important;
}

}

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


}

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



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

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


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




}
