/*
 Theme Name:     UltraCleanOvens
 Description:    UltraClean theme
 Author:         VHF Media
 Author URI:     http://www.vhfmedia.co.uk
 Template:       Divi
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Pricing Structure on sidebar
------------------------------------------------------- */

.price {
    display: block;
    height: 60px;
    position: relative;
    width: 250px;
}


.price-img {
    display: block;
    float: left;
    height: 50px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50px;
}

.price-region {
    color: #32cd32;
    display: block;
    font-size: 125%;
    height: 30px;
    margin: 0;
    padding: 10px 5px 0 62px;
    position: relative;
    width: 190px;
}

/* Get in touch on sidebar
------------------------------------------------------- */

.gettouch {
    display: block;
    height: 60px;
    position: relative;
    width: 250px;
}


.gettouch-img {
    display: block;
    float: left;
    height: 50px;
    line-height: 60px;
    margin: 0;
    padding-top: 10px;
    position: relative;
    width: 50px;
}

.gettouch-region {
    color: #32cd32;
    display: block;
    font-size: 125%;
    height: 30px;
    margin: 0;
    padding: 10px 5px 0 62px;
    position: relative;
    width: 190px;
}


/* Logo size overides
------------------------------------------------------- */

#logo {
	position: absolute;
	top:0px;
	max-width: 30%;
}

.et_fixed_nav #logo {
	max-height: 80px;
}

.et-fixed-header #logo {
    max-height: 60px !important;
	 padding:0 !important;	 
}

#main-header {
	line-height:55px;
}