/*
Theme Name: DiviFresh
Theme URI: http://www.parisbarbershop.com
Version: 1
Description: MME Modification to Divi
Author: MME Chicago Design Stuidos LLC
Template: Divi
Author URI: http://m2echicago.com*/

@import url(../Divi/style.css);

#icon-width {min-height: 300px!important;}
#icon-width #first-half {width: 43%!important; padding: 0px!important;  margin: 0px auto!important; float:left;}

.text-right {text-align: right;}

ul.hours {
    padding: 0px;
    line-height: 22px;
    list-style-type: none;
    font-weight: 700;
    font-size: 16px;
}

h1.clean-cut {font-size: 51px; color: #fff; font-weight: 900; border-bottom: solid 3px #FECF89; margin-bottom: 6px;}

/**********Resposive Themeing *********/
@media only screen and (max-width:1100px) and (min-width:981px) {
#icon-width #first-half {
    width: 38%!important;
    padding: 0px!important;
    /* margin: 0px auto!important; */
    float: left;
}
	
#row-width-ninty-eight {width: 98%;}
.et_header_style_centered header#main-header .logo_container {display: none;}
}
 @media only screen and (min-width:768px) and (max-width:980px) {
.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
    display: inline-block;
    color: #666;
    font-size: 20px;
}
#icon-width #first-half  {width: 42%!important; padding: 0px!important; clear: both;
    float: left!important;}
.et_header_style_centered header#main-header .logo_container {display: none;}
}
 @media only screen and (min-width:478px) and (max-width:767px) {
#icon-width #first-half  {width: 42%!important; padding: 0px!important; clear: both;
    float: left!important;}
.et_header_style_centered header#main-header .logo_container {display: none;}
}
 @media only screen and (max-width:479px) {
h1.clean-cut {font-size: 45px;}
#icon-width #first-half  {width: 41%!important; padding: 0px!important; clear: both; float: left!important;}
ul.hours {
    padding-bottom: 19px;
    line-height: 20px;
    list-style-type: none;
    font-weight: 700;
    font-size: 14px;
}
.et_header_style_centered header#main-header .logo_container {display: none;}
}
 @media only screen and (max-width:320px) {
h1.clean-cut {font-size: 35px;}
#icon-width #first-half  {width: 44%!important; padding: 0px!important; clear: both;
    float: left!important;}
ul.hours {
    padding-bottom: 19px;
    line-height: 20px;
    list-style-type: none;
    font-weight: 700;
    font-size: 14px;
}
.et_header_style_centered header#main-header .logo_container {display: none;}
}
