/*
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
--------------------------------------------------------------*/

.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;
}