/*
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");
*/


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






.woocommerce div.product form.cart .variations td {
    padding: .857em 20px 20px 0!important;
    max-width: none!important;
    line-height: 1.3em;
}

/*     ******************************     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)  {
footer .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
}
footer .et_pb_menu .et_pb_menu__menu {
        display: block !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) {






}

/* 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) {



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



}
