/* BODY */
body {
    background: #a9a09b;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#wrapper {
    width: 980px;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.clearfix {
    clear: both;
}

/* HEADER */
#branding {
    position: relative;
}
.logo {
    height: 55px;
    padding: 25px;
    padding-bottom: 35px;
    text-align: center;
}
.logo img {
    height: 100%;
}
#site-title,
#site-description,
#search {
    display: none;
}
.menu-main-menu-container,
#footer {
    background: #d6641e;
    margin-left: -25px;
    width: calc(100% + 50px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    position: relative;
}
.menu-main-menu-container:before,
.menu-main-menu-container:after,
#footer:before,
#footer:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 15px 0;
    border-color: transparent #713916 transparent transparent;
    content: '';
    position: absolute;
    bottom: -15px;
}
.menu-main-menu-container:after,
#footer:after {
    right: 0;
    border-width: 15px 25px 0 0;
    border-color: #713916 transparent transparent transparent;
}
.menu {
    margin: 0 auto;
    padding: 25px 0px;
    text-align: center;
}
.menu li {
    font-family: 'roboto slab';
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 20px 12px;
}
.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}
.menu li a:hover,
.menu li.current-menu-item a {
    color: #6e3919;
}
.store-logo {
    position: absolute;
    margin-top: 24px;
    margin-left: 18px;
}
.store-logo img {
    vertical-align: middle;
}
.store-logo a {
    text-decoration: none;
    text-transform: uppercase;
    color: #251814;
    font-family: 'roboto slab';
    font-weight: 900;
    font-size: 18px;
    transition: color 0.2s ease;
}
.store-logo a:hover {
    color: #d6641e;
}
.social-icons {
    position: absolute;
    right: 20px;
    top: 20px;
    text-shadow: 1px 0px 0px rgba(0,0,0,0.2);
}
.social-icons a {
    background-color: #e4e4e4;
    transition: background 0.2s ease;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    padding-top: 6px;
}
.social-icons a:hover {
    background-color: #d6641e;
}
.header .entry-title {
    display: none;
}

/* FOOTER */
.one-third {
    width: 33.3333%;
    float: left;
}
#footer .edge-info {
    color: #fff;
    text-align: center;
}
#footer {
    padding: 25px 0;
}
#footer h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'roboto slab', sans-serif;
    margin-top: 3px;
}
#footer h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'oswald';
    margin: 18px;
}
#footer h3 a {
    color: #fff;
    text-decoration: none;
    font-family: 'oswald';
    font-weight: 700;
    font-size: 18px;
}
#footer h3 a:hover {
    color: #e8a882;
}
#footer .contact-info {
    color: #fff;
}
#footer .contact-info h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
#footer .textwidget > div {
    margin-bottom: 10px;
}
#footer .textwidget > div i {
    margin-right: 12px;
    font-size: 14px;
}
#footer .title {
    font-weight: 700;
    font-size: 15px;
}
#footer .content {
    font-size: 13px;
    margin-left: 27px;
    margin-top: 3px;
}
#footer .content a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}
#footer .content a:hover {
    color: #e8a882;
}
#footer .textwidget {
    font-family: 'roboto slab';
}
.spacer {
    height: 40px;
    margin-bottom: 30px;
}

/* CONTENT */
#content {
    min-height: 100px;
}
body:not(.home) section.entry-content {
    margin: 20px;
}

/* HOME PAGE */
.widget .metaslider a.flex-active {
    background: #d6641e;
}
.widget .metaslider .flex-control-nav {
    position: absolute;
    bottom: 30px;
}
.widget .metaslider .flex-control-nav li {
    width: 20px;
}
.widget .metaslider .flex-control-nav li a {
    box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset;
}
.widget .metaslider .flexslider {
    margin-bottom: 0;
}
div#pg-7-0,
div#pg-7-1,
div#pg-7-2 {
    margin-bottom: 0;
}
.so-widget-sow-features {
    margin-top: 35px;
    color: #231f20;
}
div.sow-features-list .sow-features-feature h5 {
    margin-top: 5px;
    font-family: 'oswald';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    color: #404040;
}
div.sow-features-list,
.widget_sow-cta,
.testimonial-row {
    margin: 0 auto;
    width: calc(100% - 40px);
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 40px;
}
div.sow-features-list .sow-features-feature.sow-features-feature-last-row {
    padding: 0 20px;
}
.so-widget-sow-features div.sow-features-list .sow-features-feature .textwidget > p {
    font-family: 'roboto slab';
    font-size: 13px;
    line-height: 1.6em;
    color: gray;
}
div.sow-features-list .sow-features-feature p.sow-more-text a {
    color: black;
    transition: color 0.2s ease;
    margin-top: 10px;
    display: block;
}
div.sow-features-list .sow-features-feature p.sow-more-text a:hover {
    text-decoration: none;
    color: #e8a882;
}
.so-widget-sow-cta {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.sow-cta-text {
    font-family: 'oswald';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #404040;
    float: none !important;
    display: inline-block;
}
.sow-cta-text + .so-widget-sow-button {
    display: inline-block;
    float: none !important;
}
.sow-cta-base {
    text-align: center;
}
div.so-widget-sow-button .ow-button-base a {
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'oswald';
    font-weight: 700;
    padding: 10px 38px;
}
.panel-grid-cell h3.widget-title {
    font-family: 'oswald';
    text-transform: uppercase;
    color: #d6641e;
    font-weight: 700;
    font-size: 32px;
}
body.home .panel-grid-cell h3.widget-title {
    margin-left: 20px;
}
.panel-grid {
    margin: 0 !important;
}
div.testimonial-row div.panel-grid-cell {
    padding: 0 20px !important;
}
div.testimonial {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 12px 35px;
    line-height: 1.6em;
    color: gray;
    font-family: 'roboto slab';
    font-size: 13px;
    text-align: center;
}
div.testimonial span.su-quote-cite {
    font-family: 'oswald';
    font-size: 15px;
    margin-top: 4px;
}

/* ABOUT US */
body:not(.home) .so-widget-sow-editor,
#all-suppliers,
#prod-cats,
.add-border {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
body:not(.home) .so-widget-sow-editor h3 {
    margin-bottom: 30px;
}
.about-us-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.about-us-txt p {
    font-family: 'roboto slab';
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 15px;
    color: gray;
}
body:not(.home) #header {
    margin-bottom: 40px;
}

/* SUPPLIERS */
div.linecard-carousel .so-widget-sow-editor,
div.all-suppliers-title .so-widget-sow-editor,
div#all-suppliers .so-widget-sow-editor,
div.prod-cat-heading .so-widget-sow-editor,
div#prod-cats .so-widget-sow-editor,
div.no-border .so-widget-sow-editor {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.edge-lines div.su-spoiler,
#all-suppliers div {
    border-radius: 0 !important;
}
.edge-lines div.su-spoiler-title {
    border-radius: 0;
    color: gray;
    font-family: 'roboto slab';
    font-size: 12px;
    padding: 14px;
    padding-left: 42px;
}
.edge-lines div.su-spoiler-title .su-spoiler-icon {
    left: 15px;
    top: 15px;
}
div.edge-lines .su-spoiler-content {
    color: #333;
    font-family: 'roboto slab';
    font-size: 13px;
    line-height: 1.6em;
}
div.edge-lines .su-spoiler-content .su-column {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0;
    margin: 0;
}
div#all-suppliers {
    margin: 10px -15px !important;
}
#all-suppliers .widget-title {
    text-align: center;
    color: #404040;
    font-size: 18px;
    margin-bottom: 25px;
}
#all-suppliers .su-spoiler-title {
    color: gray;
}
#all-suppliers .su-spoiler-content {
    color: #404040;
    font-family: 'roboto slab';
    font-size: 13px;
    line-height: 1.5em;
}

/* PRODUCTS */
.productList {
    font-family: 'roboto slab';
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
}
.productList a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    transition: color 0.2s ease;
}
.productList a:hover {
    color: #d6641e;
}
div.productList ul {
    margin: 0 !important;
}
.productList p {
    margin-left: 25px;
}

/* RESOURCES */
.section-heading h5 {
    font-family: 'oswald';
    font-size: 14px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 20px;
}

/* CONTACT */
.contact-us-info {
    margin-bottom: 15px;
}
.contact-us-info .panel-grid-cell {
    padding: 0 !important;
}
.contact-us-info p {
    font-family: 'roboto slab';
    color: gray;
    font-size: 13px;
    line-height: 1.5em;
}
.contact-us-info h4 {
    font-family: 'oswald';
    font-weight: 700;
    color: #404040;
    margin-top: 15px;
    margin-bottom: 6px;
}
.contact-us-info a {
    text-decoration: none;
    color: black;
    transition: color 0.2s ease;
}
.contact-us-info a:hover {
    color: #d6641e;
}
#newsletter {
    font-family: 'roboto slab';
    font-size: 13px;
    color: gray;
}
#newsletter input,
#newsletter textarea {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    box-shadow: 0 1px 3px #e2e2e2 inset;
    padding: 8px;
}
#newsletter input[type="submit"] {
    background: #eee;
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 4px 16px;
}
#newsletter input[type="submit"]:hover {
    color: #222;
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
#newsletter input[type="submit"]:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}

/* ABOUT EDGE */
.about-edge-txt p {
    font-family: 'roboto slab';
    color: gray;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.about-edge-cta .sow-cta-base {
    text-align: left;
}
.about-edge-cta .sow-cta-text {
    float: left !important;
}
.about-edge-cta .so-widget-sow-button {
    float: right !important;
}
.about-edge-cta .so-widget-sow-cta {
    width: 100%;
    margin-top: 30px;
}