/* GLOBAL */

@font-face {
    font-family: 'Abadi MT Condensed Extra';
    src: url('../fonts/AbadiMT-CondensedExtraBold.eot');
    src: url('../fonts/AbadiMT-CondensedExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AbadiMT-CondensedExtraBold.woff2') format('woff2'),
         url('../fonts/AbadiMT-CondensedExtraBold.woff') format('woff'),
         url('../fonts/AbadiMT-CondensedExtraBold.ttf') format('truetype'),
         url('../fonts/AbadiMT-CondensedExtraBold.svg#AbadiMT-CondensedExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Abadi MT Condensed';
    src: url('../fonts/AbadiMT-CondensedLight.eot');
    src: url('../fonts/AbadiMT-CondensedLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AbadiMT-CondensedLight.woff2') format('woff2'),
         url('../fonts/AbadiMT-CondensedLight.woff') format('woff'),
	 url('../fonts/AbadiMT-CondensedLight.ttf') format('truetype'),
	 url('../fonts/AbadiMT-CondensedLight.svg#AbadiMT-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    background: #fff;
}

p {
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
}

.title-widget {
    line-height: 66%;
}
.title-widget strong {
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
    color: inherit;
    display: block;
    text-transform: uppercase;
    font-size: 100%;
}
.title-widget span {
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    color: inherit;
    display: block;
    text-transform: uppercase;
    font-size: 65%;
}


/* HEADER */
header {
    text-align: center;
}

.logo-container {
    position: relative;
}

.logo-container #responsive-menu-button:hover, 
.logo-container #responsive-menu-button:active, 
.logo-container #responsive-menu-button:focus, 
.logo-container #responsive-menu-button:visited {
    text-decoration: none;
}

.logo-container #responsive-menu-button {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
    color: #626e54;
}

.logo-container img {
    margin: 0 auto;
    padding: 25px;
}

/* BANNER */
.banner-slider {
    margin-bottom: 0;
}
.banner-slider img {
    outline: none;
}

/* NOSSA HISTÓRIA */
#nossa-historia {
    margin-top: 25px;
}

/* TABS */
.tabs .tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.tabs .tab ul li {
    vertical-align: bottom;
    display: inline;
    color:#626e54;
    font-size: 30px;
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
    text-decoration: underline;
    text-transform: uppercase;
}

.tabs .tab ul li img {
    padding-right: 10px;
    max-width: 30%;
}

.tabs .tab-content .text {
    color: #868686;
    font-size: 20px;
    text-align: justify;
}
.tabs .tab-content {
    display: none;
    margin-top: 25px;
}

.tabs .tab-content.active {
    display: block;
}

/* SLIDE */
.sliders {
    min-height: 300px;
}
.sliders .slick-dots {
    display: none;
}

.sliders .slick-prev:before,
.sliders .slick-next:before
{
    content: '';
}

.sliders .slick-prev {
    background: url(../images/arrow-left.png) no-repeat;
    left: 15px;
}

.sliders .slick-next{
    background: url(../images/arrow-right.png) no-repeat;
    right: 15px;
}

.sliders .slick-arrow {
    display: block !important;
    width: 55px;
    height: 104px;
    top: 150px;
    z-index: 100;
}


.slide {
    outline: none;
}

.slide h2 {
    color:#626e54;
    font-size: 30px;
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
}

/* MAQUINAS */
#maquinas {
    margin-top: 25px;
    background: #cccccc url('../images/maquinas-bg.jpg') top right no-repeat;
}

#maquinas .main-title {
    font-size: 60px;
    color: #676666;
    text-align: center;
}

#maquinas .main-title .title-widget {
    text-align: right;
    display: inline-block;
}

#maquinas .main-title {
    margin-bottom: 20px;
}

#maquinas .link-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    clear: both;
}

#maquinas .link-list li {
    display: inline-block;
}

#maquinas .link-list li a.left {
    background-image: url(../images/maquinas-caixa-left.png);
}
#maquinas .link-list li a.right {
    background-image: url(../images/maquinas-caixa-right.png);
}

#maquinas .link-list li a {
    background: #717d5b;
    color: #fff;
    font-size: 39px;
    display: table;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
}
#maquinas .link-list li a:hover {
    text-decoration: none;
}

#maquinas .link-list li a > div {
    vertical-align: middle;
    display: table-cell;
    display: inline-block;
    text-align: left;
}

#maquinas .main-text {
    color: #676666;
    font-size: 22px;
    text-align: justify;
}

#maquinas .text-column {
    text-align: center;
}

#maquinas .main-text {
    width: 90%;
    margin: 0 auto;
}



/* CAFES */
#cafes h2 {
    font-size: 100px;
    color: #626e54;
    text-align: center;
    background: url(../images/cafes-h2-bg-xs.png) top center no-repeat;
    margin-bottom: 25px;
}

#cafes h2 .title-widget {
    text-align: left;
    display: inline-block;
}
#cafes h2 .title-widget span {
    text-transform: lowercase;
    font-size: 50%;
    position: relative;
    left: 15px;
}

#cafes .cafe-tab {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center;
    margin-bottom: 35px;
}

#cafes .cafe-tab li {
    display: block;
    padding:0 25px;
    line-height: 35px;
}

#cafes .cafe-tab li:first-child {
    border-left: none;
}

#cafes .cafe-tab li a {
    font-size: 35px;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    color:#6b7855;
    text-decoration: underline;
}

#cafes .col-sm-6 {
    text-align: center;
}

#cafes .col-sm-6 img {
    margin: 0 auto;
}

#cafes .text-content h3 {
    font-size:43px;
    color: #6b7855;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    margin: 0;
}

#cafes .text-content p {
    font-size:28px;
    color: #868686;
    text-align: left;
}

.cafe-slider .cafe-tab-content {
    outline: none;
}

.cafe-slider .slick-arrow {
    display: none !important;
}

/* FOOTER */
footer img {
    margin: 25px 0;
}
footer p {
    color: #676666;
    font-size: 16px;
    text-align: center;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
}

/* CONTATO */
#contato h2 {
    font-size: 35px;
    color: #626e54;
    background: url(../images/contato-h2-bg.png) -220px 0px no-repeat;
    margin-bottom: 25px;
}
#contato h2 .title-widget {
    display: inline-block;
    margin-top: 35px;
}
#contato h2 .title-widget span {
    text-transform: lowercase;
}
#contato .box {
    background: #e4e4e4;
    padding: 25px;
}

#contato .mapa {
    border: 5px solid #fff;
    margin: 0 auto;
}

#contato .left-content {
    text-align: center;
    color:#868686;
    font-size: 20px;
}

#contato form > div {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

#contato form > div input,
#contato form > div textarea
{
    width: 100%;
    border: none;
    resize: none;
}

#contato form > div input:focus,
#contato form > div textarea:focus {
    outline: none;
}

#contato form .error {
    color: #a94442;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
}

#contato form button {
    background: #868686;
    color:#fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 30px;
    border: none;
    outline: none;
}

#contato .last-line {
    text-align: center;
}
#contato .last-line span {
    color:#868686;
    font-size: 20px;
    display: block;
}


#contato .list-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contato .list-social li {
    display: inline;
    padding: 0 5px;
}
#contato .list-social li:first-child {
    display: block;
}

#contato .footer {
    font-size: 20px;
    color:#626e54;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
}
#contato address {
    font-style: normal;
    border-bottom: 1px solid #868686;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#contato address strong {
    font-size:30px;    
    display: block;
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
}

/* PRODUTO */
#ecommerce .title-widget {
    color: #626e54;
    font-size: 50px;
}

#ecommerce h2 .title-widget span {
    text-transform: lowercase;
}

.produto {
    text-align: center;
    color: #607058;
    position: relative;
    padding-bottom: 50px;
}

.produto h4 {
    font-size: 18px;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid #607058;
}

.produto strong {
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
    font-size: 30px; 
}

.produto button {
    color: #fff;
    background: #607058;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    min-width: 85%;
    text-transform: uppercase;
}

/* VIDEO */
.video-embed-row {
    margin-top: 50px;
    margin-bottom: 50px;
}
.vjs-big-play-button {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: none !important;
    height: 3em !important;
    line-height: 3em !important;
    border-radius: 3em !important;
}
.vjs-poster {
    background-color: #fff !important;
}

/* AZEITE */
#azeite h2 {
    font-size: 100px;
    color: #626e54;
    text-align: center;
    background: url(../images/azeite-h2-bg-xs.png) top center no-repeat;
    margin-bottom: 45px;
}

#azeite h2 .title-widget {
    text-align: left;
    display: inline-block;
}

#azeite h2 .title-widget span {
    text-transform: lowercase;
    font-size: 50%;
    position: relative;
    left: 15px;
}

#azeite .col-sm-6 img {
    margin: 0 auto;
}


#azeite .col-sm-6 {
    text-align: center;
}

#azeite .text-content h3 {
    font-size:43px;
    color: #6b7855;
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    margin: 0;
}

#azeite .text-content p {
    font-size:28px;
    color: #868686;
    text-align: left;
}
