/*
Theme Name: cacique
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cacique
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cacique is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'DIN 2014';
    src: url('fonts-2024/din-2014_demi.woff2') format('woff2'),
         url('fonts-2024/din-2014_demi.woff') format('woff');
    font-weight: 600; /* Demi */
    font-style: normal;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('fonts-2024/din-2014_regular.woff2') format('woff2'),
         url('fonts-2024/din-2014_regular.woff') format('woff');
    font-weight: normal; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'DIN 2014 Condensed';
    src: url('fonts-2024/din-2014_condensed-demi.woff2') format('woff2'),
         url('fonts-2024/din-2014_condensed-demi.woff') format('woff');
    font-weight: normal; /* Regular */
    font-style: normal;
}

body {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
body strong, body b {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.home-panel-4 {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.navbar.navbar-inverse.dark-navy-bg .nav.navbar-nav li:not(.brand) {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.home-panel-3 h2 {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
footer.footer .rounded-corners.darker-navy-bg h2 {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.home-panel-2 .row.home-product-families .home-product-family-image-overlay h3.white {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;    
}
.navbar.navbar-inverse.dark-navy-bg .nav.navbar-nav .products-hover .elements-list .featured-product .title {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;    
}
#main .hero .container .hero-content .button {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;     
}
body .form-right .info.brief p, 
body .form-right .info p, 
body .form-right .info.faq p, 
.entry-content ol li {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;        
}
.footer-notice {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;    
}

main.careers section p, 
main.careers section.benefits .imagebox .txtcol ul li, 
#joinModal .modal-body .modal-red p {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;   
}
body .site-content .blog-single article {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;   
}

input, .button.red-button {
    font-family: 'DIN 2014 Condensed', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;    
}
.recipe-category-image-overlay .recipe-view-category, .recipe-image-overlay .recipe-view-category {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;   
}

.products-single .nutritional-information-toggle {
    font-family: 'DIN 2014', Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}


.post-thumbnail {
    width: 100%;
    float: left;
}
.text-center > .recipe-single-meta {
    padding: 0;
}
.products-hover {
    width: 100%;
    background: #2a3039;
    background: rgba(42,48,57,.95);
    height: 0;
    overflow: hidden;
    /*padding: 0;*/
    /*top: 119px;*/
    top: 85px;
    position: absolute;
    z-index: 40;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

@media all and (min-width: 991px) and (max-width: 1199px) {
    .products-hover {
        padding-left: 40px;
        padding-right: 0px;
    }
}

.navbar li:first-child:hover + .products-hover,
.products-hover:hover {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 242px;
}

.products-hover ul li {
    padding: 0 !important;
}

/*.slick-slide {
    max-height: 625px !important;
}*/

.cacique-slide {
    padding-top: 515px;
}

.sites {
    width: 100%;
    background: #2a3039;
    background: rgba(42,48,57,.95);
    height: 0;
    overflow: hidden;
    padding: 0;
    top: 119px;
    position: absolute;
    z-index: 99;
    left: 0;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.sites > ul{
    padding: 15px 25px;
}
.sites:hover,
.sites-hover:hover + .sites{
    height: 225px;
}

.sites ul li {
    padding: 14px 8px 9px!important;
}

.page-id-10785 .products-single-title {letter-spacing:-1px; text-transform:default}

.floating_title {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
}

body {
	overflow: scroll!important;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label input.medium {
    padding: 10px 12px !important;
}
body .contact_us_form {
    height: inherit !important;
}
body .gform_wrapper .ginput_container input.datepicker, 
#gform_drag_drop_area_8_25 {
    width: 100% !important;
}
/* body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
} */
.ginput_container .datepicker {
    border: 1px solid #b6b6b6;
    padding: 10px !important;
    border-radius: 3px;
}