/**
* Theme Name: Emmet Lite
* Theme URI: http://www.getmotopress.com/themes/emmet
* Author: MotoPress
* Author URI: http://www.getmotopress.com/
* Description: Clean and responsive WordPress theme with a professional design created for corporate and portfolio websites. Emmet comes packaged with page builder and fully integrated with WordPress Customizer. Theme works perfect with major WordPress plugins like WooCommerce, bbPress, BuddyPress and many others. After installing the theme navigate to Appearance > Theme Wizard.
* Version: 1.4.1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: green,one-column,two-columns,right-sidebar,responsive-layout,buddypress,custom-colors,custom-menu,featured-images,full-width-template,post-formats,theme-options,translation-ready
* Text Domain: emmet-lite
* Domain Path: /languages/
*/

body {
   color: #404040;
   font-family: "Gill Sans MT", "Gill Sans", Helvetica, sans-serif;
}


.top-header {
    background: #1f1f1f;
    border: 0px;
    min-height: 32px;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto;
}
.top-header .contact-info {
    color: #fff;
}

.top-header .top-menu li {
    padding: 0;
}

.top-header .contact-info li {
    padding: 0;
    font-size: 14px;
    line-height: 32px;
}

.header-logo {
   margin: 0;
}

.header-logo img {
    height: 64px;
    max-width: initial;
}

.site-description {
    padding: 0 0 0 13px;
}

.site-header {
    min-height: 120px;
    padding-top: 25px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

.site-header .navbar {
    min-height: initial;
}

.site-header:after {
    background: url(../images/shadow.png) top left repeat-x;
}

.site-title {
    font-size: 61px;
    float: right;
    margin-top: -3px;
    color: #ACACAC;
}

.sf-menu {
    text-transform: none;
}

.sf-menu>li>a {
    font-size: 16px;
    padding: 0;
}

.main-container {
    margin-top: 60px;
}

.header-image.with-header-image, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-repeat: repeat;
    background-size: 206px 96px;
}

.entry-thumbnail img {
    margin: 0;
}

h1, .h1 {
    font-size: 42px;
}

.header-image.with-header-image {
    min-height: 120px;
}

.header-image.with-header-image .page-title {
    margin: 0;
    line-height: 120px;
}

#goto.button {
   float: right;
   margin-top: 8px;
}