/*
Theme Name: The7-Nappi
Author: Neil Arnold
Author URI: http://www.neilarnold.com/
Description: Child theme for Nappi Distributors
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* Header --- --- --- */

.branding .mini-widgets .text-area {
    color: #ffffff;
    font-size: 16px;
}


/* END - Header --- --- --- */


/* Home --- --- --- */

body.home #main {
    padding-top: 25px;
}

body.home .shortcode-teaser .shortcode-teaser-img {
    padding-bottom: 0;
    border-bottom: solid 4px #ffffff;
}

body.home .shortcode-teaser .shortcode-teaser-content {
    /*background-color: #dccbb3;*/
    padding: 1em 1.8em;
    line-height: 1.5em;
}

body.home .shortcode-teaser .shortcode-teaser-content h2 {
    margin-bottom: 2px;
}

body.home .shortcode-teaser .shortcode-teaser-content h2 a, body.home .shortcode-teaser .shortcode-teaser-content h2 {
    /*color: #947d5b;*/
}

.home-3-boxes {
    margin-left: -20px;
    margin-right: -20px;
}

body.home .vc_column_container>.vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}


/* END -  Home --- --- --- */

/* Contact Us Page --- --- --- */
body.page-id-13 #main { padding-top: 0; }
/* END - Contact Us Page --- --- --- */

/* Fancy Header Modifications --- --- --- */

#fancy-header .wf-td {
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}

#fancy-header {
    position: relative;
}

#fancy-header::after {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 15%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#fancy-header h1.fancy-title span {
    text-transform: uppercase;
    color: #ffffff !important;
}

#fancy-header .breadcrumbs {
    padding-bottom: 22px;
}

@media (min-width: 768px) {
    .fancy-header .wf-td {
        width: 35%;
    }
    .fancy-header .wf-td.hgroup {
        width: 65%;
    }
}

@media (max-width: 767px) {
    #fancy-header::after {
        height: 100%;
    }
    #fancy-header .breadcrumbs {
        padding-bottom: 0;
        margin: 20px 0 0 0;
    }
}


/* END - Fancy Header Modifications --- --- --- */


/* Our Wines & Beers */

.column-bullets .wpb_text_column ul, .column-bullets .wpb_wrapper ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 600px) {
    .column-bullets .wpb_text_column ul, .column-bullets .wpb_wrapper ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.logos-grid .wf-cell {
    vertical-align: middle;
}


/* END - Our Wines & Beers */


/* Widget Side Bar --- --- --- */

.widget-title {
    margin-bottom: 10px;
}


/* END - Widget Side Bar --- --- --- */


/* Misc Styles --- --- --- */

div.wp-caption {
    max-width: 100%;
}

div.wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1.3em;
}


/* END - Misc Styles --- --- --- */


/* Footer --- --- --- */

#footer .widget {
    width: 100%;
    text-align: center;
}

#footer .widget .widget-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    white-space: nowrap;
    display: table;
    line-height: 1px;
}

#footer .widget .widget-title:before, #footer .widget .widget-title:after {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    display: table-cell;
    position: relative;
    top: -0.1em;
    width: 45%;
}

#footer .widget .widget-title:before {
    right: 1.5%;
}

#footer .widget .widget-title:after {
    left: 1.5%;
}


/* END - Footer --- --- --- */
