@charset "UTF-8";
/*
Theme Name: Faz Frio
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: Clínica do Site
Author URI: http://clinicadosite.pt
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap
 Bootstrap v3.3.6 (http://getbootstrap.com) Copyright 2011-2015 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c) Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons
 http://getbootstrap.com/components/

*/
/* My Minimal WordPress Styling comes here */
/* This is a small security for too long strings titles */
/* Alterar para as fontes a usar no projecto */
@import url("https://use.typekit.net/oou3hne.css");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext");
/* Cores */
/* Pontos de quebra responsive */
/* Fontes */
/* Fontes */
/* Daqui para baixo ficam mais variaveis do projecto */
body { word-wrap: break-word; }

/* Classes auxiliares de alinhamento */
.align-left { display: inline; float: left; margin-right: 1.5em; }

.align-right { display: inline; float: right; margin-left: 1.5em; }

.align-center { clear: both; display: block; margin: 0 auto; }

/* Força os embeds e os iframes a ajustar aos container em que se inserem */
embed, iframe, object { max-width: 100%; }

/* Clearing */
.clear { clear: both; }

/* Usar para unificar o raio do arredondamento dos cantos no projecto todo */
/* Classes para a construção da navegação Bootstrap */
.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; }

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu { display: block; }

.dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; }

.dropdown-submenu:active > a:after { border-left-color: #ffffff; }

.dropdown-submenu.pull-left { float: none; }

.dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }

.navbar-default { background: transparent; border: none; }

.navbar-collapse { padding: 0px; width: 100%; }

.navbar-default .navbar-toggle:hover { background: transparent; }

.navbar-header { position: relative; top: 10px; }

.navbar-default .navbar-nav > .active > a { background: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover { background: transparent; }

.navbar-toggle { margin-right: 0px; display: block; background: transparent; float: left; position: relative; margin-top: 0px; bottom: 1px; }
.navbar-toggle .icon-bar { background: #000000; height: 3px; }

/***************************
*
*			MENU BREAK 990PX
*
****************************/
@media (min-width: 768px) { .navbar-header { float: none; }
  .navbar-left, .navbar-right { float: none !important; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav { float: none !important; margin-top: 7.5px; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .collapse.in { display: block !important; } }
.navbar-collapse.in { overflow-y: auto !important; width: 100%; }

.row { margin: 0px; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }

.container { padding-bottom: 0px; }

.modal-content { border-radius: 0; }

/*CONFIGURAÇÃO DO MODAL PARA RESERVAS EM MOBILE*/
#mobile-reservations .centered { width: 100%; margin: 0px; }
#mobile-reservations .centered .modal-content { background: transparent; border: none; box-shadow: none; }
#mobile-reservations .centered .modal-content .modal-body { padding: 0px; }

@media (max-width: 474px) { .row-blog-post .col-xs-6 { width: 100%; } }

body.modal-open { overflow: hidden; }

.b_schedule, .b_callnow { color: #ffffff; }

/*CSS para centrar a caixa de modal no meio da página*/
/* This parent can be any width and height */
.block { text-align: center; /* May want to do this if there is risk the container may be narrower than the element inside */ white-space: nowrap; }

/* The ghost, nudged to maintain perfect centering */
.block:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.centered { display: inline-block; vertical-align: middle; width: 675px; }

#newsletter .centered { position: relative; }
@media (max-width: 768px) { #newsletter .centered { left: 0px; width: 100%; margin: 0px; position: relative; bottom: 48px; } }

#mc4wp-form-1 .mc4wp-form-fields { width: 476px; margin: 0 auto; }
@media (max-width: 768px) { #mc4wp-form-1 .mc4wp-form-fields { width: 100%; } }
#mc4wp-form-1 .mc4wp-form-fields h2 { font-size: 18px; color: #00281b; font-weight: 600; margin-bottom: 30px; }
@media (max-width: 768px) { #mc4wp-form-1 .mc4wp-form-fields h2 { white-space: normal !important; } }
#mc4wp-form-1 .mc4wp-form-fields .name-input { margin-bottom: 10px; }
#mc4wp-form-1 .mc4wp-form-fields .name-input input { width: 100%; border-top: none; border-left: none; border-right: none; border-bottom: 2px solid #00281b; text-align: center; color: #00281b; padding-bottom: 10px; }
#mc4wp-form-1 .mc4wp-form-fields .email-input { margin-bottom: 24px; }
#mc4wp-form-1 .mc4wp-form-fields .email-input input { width: 100%; border-top: none; border-left: none; border-right: none; border-bottom: 2px solid #00281b; text-align: center; color: #00281b; padding-bottom: 10px; }
#mc4wp-form-1 .mc4wp-form-fields .submit-button { text-align: center; }
#mc4wp-form-1 .mc4wp-form-fields .submit-button input { box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); height: 46px; width: 169px; background: #00281b; font-size: 18px; color: #ffffff; border: none; box-shadow: 0px 2px 11px 2px rgba(72, 71, 71, 0.45); }
#mc4wp-form-1 .mc4wp-form-fields .newsletter-privacy { font-size: 12px; margin-top: 24px; color: #00281b; }
@media (max-width: 768px) { #mc4wp-form-1 .mc4wp-form-fields .newsletter-privacy { white-space: normal !important; } }

.modal-content.confirmation-content { height: 359px; display: table; width: 100%; background: #00281b; }
.modal-content.confirmation-content .modal-body { display: table-cell; vertical-align: middle; }
.modal-content.confirmation-content .modal-body p { color: #ffffff; font-size: 18px; font-weight: 600; margin-top: 15px; }

#newsletter-confirmation .centered { width: 100%; margin: 0px; }

@media (max-width: 768px) { #newsletter-confirmation p { white-space: normal !important; } }

.close-modal { border-color: transparent; margin: 0 auto; }
.close-modal:hover { background: transparent; border-color: transparent; }

.nivo-prevNav { background: url("/wp-content/themes/fazfrio/images/arrows.png") no-repeat !important; }

.nivo-nextNav { background: url("/wp-content/themes/fazfrio/images/arrows.png") no-repeat !important; transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); }

body, p, div, td { font-family: "lato", sans-serif; color: #575757; font-weight: 300; font-size: 1.05em; }

body { word-wrap: break-word; }

h1 { font-size: 30px; font-weight: 200; }

h2 { font-size: 40px; font-weight: 300; }

h3 { font-weight: 200; }

h4 { font-size: 18px; }

a { color: #575757; text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }

/* Alignment */
.alignleft { display: inline; margin-right: 1.5em; }

.alignright { display: inline; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin: 0 auto; }

/* Images and wp-captions should always fit and be responsive */
img { display: inline-block; height: auto; max-width: 100%; }

img[class*="wp-image-"] { margin-top: 10px; margin-bottom: 10px; }

.wp-caption { border: 1px solid #ccc; margin-bottom: 10px; max-width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 0 10px; }

.wp-caption.aligncenter { margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] { display: block; }

.wp-caption .wp-caption-text { text-align: center; margin-top: 10px; }

/* WP Gallery */
.gallery { margin-bottom: 1.5em; }

.gallery a img { border: none; height: auto; max-width: 90%; }

.gallery dd { margin: 0; }

.gallery-caption { display: block; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object { max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }

/* Content */
.sticky { display: block; }

.bypostauthor { display: block; }

/* Clearing */
.clear { clear: both; }

/* Navigation */
.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; }

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu { display: block; }

.dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; }

.dropdown-submenu:active > a:after { border-left-color: #ffffff; }

.dropdown-submenu.pull-left { float: none; }

.dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }

/* Here some needed widget styles Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize! For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.entry-meta { clear: both; }

.marginb-80 { margin-bottom: 80px; }

body { position: relative; }
body .reservations { position: fixed; right: -422px; top: 361px; display: none; z-index: 10; }
@media (max-width: 790px) { body .reservations { display: none; } }
@media (max-width: 775px) { body .reservations { top: 361px; right: -388px; } }
@media (max-width: 768px) { body .reservations { top: 361px; right: -422px; } }
body .reservations .reservation-button { text-align: center; text-transform: uppercase; width: 251px; height: 37px; background: black; color: white; position: absolute; right: 315px; bottom: 97px; font-weight: 600; font-size: 18px; padding: 6px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

@media (max-width: 509px) { .reservations img { width: 421px; } }
@media (max-width: 411px) { .reservations img { width: 340px; } }
@media (max-width: 330px) { .reservations img { width: 285px; } }

.reservation-button { cursor: pointer; }

.reservation-button-close { display: none; text-align: center; text-transform: uppercase; width: 251px; height: 37px; background: black; color: white; position: absolute; right: 315px; bottom: 97px; font-weight: 600; font-size: 18px; padding: 6px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); cursor: pointer; /*&:after {
	border-bottom: 3px solid $fazfrio-text-inverted;
	content: "";
	left: 0;
	//margin-top: calc(0.125em / 2 * -1);
	position: absolute;
	right: 0;
	top: 50%;
	width: 78%;
	text-align: center;
	margin: 0 auto;
}*/ }

.reservations .reservation-text-header { position: absolute; top: 31%; left: 13%; color: #ffffff; font-size: 28px; margin: 0px; font-weight: 600; top: 70px; }
.reservations .reservation-text-bottom { position: absolute; top: 44%; left: 21%; font-size: 19px; font-weight: 600; color: #ffffff; }
.reservations .reservation-text-button { position: absolute; top: 63%; left: 34%; color: #ffffff; font-size: 20px; background-color: rgba(0, 40, 27, 0.85); width: 166px; text-align: center; border-radius: 23px; padding: 9px 11px; }

@media (max-width: 768px) { #mobile-reservations img { border: 10px solid #000000; } }

.site-header { padding-top: 77px; position: fixed; width: 100%; height: 176px; background: #ffffff; z-index: 10; }
.site-header .container { padding-bottom: 0px; }
@media (max-width: 991px) { .site-header { margin-bottom: 20px; } }
@media (max-width: 768px) { .site-header { height: 106px; padding-top: 27px; } }

.site-header-inner img { width: 248px; }

#icl_lang_sel_widget-2 { display: inline-block; margin-bottom: 0px; text-align: right; width: 182px; }
@media (max-width: 1200px) { #icl_lang_sel_widget-2 { width: 137px; } }
@media (max-width: 991px) { #icl_lang_sel_widget-2 { width: 98px; } }
@media (max-width: 768px) { #icl_lang_sel_widget-2 { display: none; } }
#icl_lang_sel_widget-2 ul li a { font-weight: 700; color: #000000; font-size: 16px; }

.wpml-ls-native { /*&:after {
	border-bottom: 3px solid $fazfrio-header-color;
	content: "";
	position: absolute;
	width: 28px;
	margin: 9px -24px;
}*/ }

@media (min-width: 768px) { .wpml-ls-statics-footer { display: none; } }
.wpml-ls-statics-footer ul li a { font-weight: 700; font-size: 16px; }
.wpml-ls-statics-footer ul li a span { color: #000000; }

.social-icons-container { width: 68px; text-align: right; display: inline-block; position: relative; bottom: 5px; }
@media (max-width: 768px) { .social-icons-container { position: relative; bottom: -4px; float: right; } }
.social-icons-container .social-icons { width: 24px; margin-right: 8px; }
@media (max-width: 360px) { .social-icons-container .social-icons { width: 19px; } }

.social-icons-column { text-align: center; }
.social-icons-column img { margin: 0px; margin-right: 6px; }

.image-banner { padding: 0px; }

.top-menu-row { position: relative; display: none; z-index: 9; }
.top-menu-row .top-menu { position: absolute; width: 100%; min-height: 600px; margin-top: 27px; z-index: 10; display: table; /* Fallback for web browsers that don't support RGBa */ background-color: #00281b; /* RGBa with 0.6 opacity */ background-color: rgba(0, 40, 27, 0.8); /* For IE 5.5 - 7*/ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 8*/ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
.top-menu-row .top-menu .top-menu-inner { display: table-cell; vertical-align: middle; }
@media (max-width: 768px) { .top-menu-row .top-menu .top-menu-inner { display: block; } }
@media (max-width: 991px) { .top-menu-row .top-menu { margin-top: 0px; } }
@media (max-width: 768px) { .top-menu-row .top-menu { margin-top: 27px; min-height: 297px; } }

@media (max-width: 991px) { .hamburger-container-outer { display: inline-block; position: relative; } }
@media (max-width: 768px) { .hamburger-container-outer { display: none; } }

#main-menu { text-align: center; }
#main-menu li { padding: 18px 0px; }
@media (max-width: 768px) { #main-menu li { padding: 11px 0px 0px; } }
#main-menu li a { color: #ffffff; font-size: 50px; font-weight: 600; }
#main-menu li a:hover { background: transparent; }
@media (max-width: 768px) { #main-menu li a { font-size: 27px; } }

/*.current-menu-item {
	text-decoration: line-through;
}*/
/*CONSTURÇÃO DE ANIMAÇÃO DO MENU DE HAMBURGER*/
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3, .animated-icon4 { width: 30px; height: 20px; position: relative; margin: 0px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span { display: block; position: absolute; height: 3px; width: 100%; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.animated-icon1 span { background: #000000; }

.animated-icon3 span { background: #000000; }

.animated-icon4 span { background: #000000; }

.animated-icon1 span:nth-child(1) { top: 0px; }

.animated-icon1 span:nth-child(2) { top: 10px; }

.animated-icon1 span:nth-child(3) { top: 20px; }

.animated-icon1.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) { opacity: 0; left: -60px; }

.animated-icon1.open span:nth-child(3) { top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

/* Icon 3*/
.animated-icon3 span:nth-child(1) { top: 0px; }

.animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) { top: 10px; }

.animated-icon3 span:nth-child(4) { top: 20px; }

.animated-icon3.open span:nth-child(1) { top: 11px; width: 0%; left: 50%; }

.animated-icon3.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.animated-icon3.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.animated-icon3.open span:nth-child(4) { top: 11px; width: 0%; left: 50%; }

/* Icon 4 */
.animated-icon4 span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.animated-icon4 span:nth-child(2) { top: 10px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.animated-icon4 span:nth-child(3) { top: 20px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.animated-icon4.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 8px; }

.animated-icon4.open span:nth-child(2) { width: 0%; opacity: 0; }

.animated-icon4.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 21px; left: 8px; }

.header-first-col { display: inline-block; width: 25%; }

.header-second-col { display: inline-block; width: 50%; }
@media (max-width: 768px) { .header-second-col { width: 48%; } }

.header-third-col { display: inline-block; width: 24%; position: relative; bottom: 10px; }

/*FIM DE CONSTURÇÃO DE ANIMAÇÃO DO MENU DE HAMBURGER*/
.homepage-banner { height: 600px; background-position: center center; }
@media (max-width: 768px) { .homepage-banner { height: 415px; } }

.top-container { position: relative; padding-top: 176px; }
@media (max-width: 768px) { .top-container { padding-top: 105px; } }

.vc_row { margin-left: 0px !important; margin-right: 0px !important; }

.banner-row .col-md-12 { padding-left: 0px; padding-right: 0px; }
.banner-row .col-md-6 { padding-left: 0px; padding-right: 0px; }

.banner-row .vc_column-inner { padding: 0px !important; }

.introduction { min-height: 285px; padding: 0px 15px 17px 15px !important; }
.introduction h1 { font-weight: 200; text-transform: uppercase; font-size: 35px; color: #000000; }
@media (max-width: 1200px) { .introduction h1 { font-size: 26px; margin-top: 10px; } }
.introduction h3 { font-weight: 200; font-size: 24px; color: #000000; }
@media (max-width: 1200px) { .introduction h3 { font-size: 20px; } }
.introduction p { font-size: 14px; line-height: 26px; color: #000000; }
@media (max-width: 1200px) { .introduction p { line-height: 20px; font-size: 12px; } }

@media (max-width: 768px) { .table-menu-empty-space-row .vc_empty_space { height: 30px !important; } }

.menu-row { min-height: 283px; background: #00281b; }
@media (max-width: 1200px) { .menu-row { min-height: 211px; } }
@media (max-width: 991px) { .menu-row .vc_single_image-wrapper { width: 722px; }
  .menu-row .vc_single_image-wrapper img { width: 100%; } }

@media (max-width: 991px) { .menu-row { background: #ffffff; } }
@media (max-width: 991px) { .menu-row .header-small-image { margin: 30px auto; } }
@media (max-width: 1200px) { .menu-row .header-small-image img { width: 212px; position: relative; left: 12px; } }
@media (max-width: 991px) { .menu-row .header-small-image img { left: 6px; width: 100%; } }
@media (max-width: 991px) { .menu-row .header-small-image img { left: 0px; } }

.day-night-menu { background: #00281b; color: #ffffff; }
.day-night-menu h3 { color: #ffffff; font-weight: 200; font-size: 20px; }
.day-night-menu p { margin-bottom: 0px; color: #ffffff; margin-bottom: 3px; font-size: 14px; font-weight: 200; padding: 0px 10px; }
@media (max-width: 1200px) { .day-night-menu p { font-size: 11px; } }
@media (max-width: 768px) { .day-night-menu p { font-weight: 400; } }

@media (max-width: 991px) { .day-night-menu-text .wpb_wrapper { padding-bottom: 30px; } }
@media (max-width: 1200px) { .day-night-menu-text .wpb_wrapper h3 { margin-top: 15px; } }
@media (max-width: 1200px) { .day-night-menu-text .wpb_wrapper p { font-size: 10px; } }
@media (max-width: 991px) { .day-night-menu-text .wpb_wrapper p { font-size: 13px; } }

.day-night-menu .vc_column-inner, .header-small-image .vc_column-inner { padding: 0px !important; }

@media (max-width: 1200px) { .header-small-image img { width: 212px; position: relative; left: 12px; } }
@media (max-width: 991px) { .header-small-image img { left: 6px; } }
@media (max-width: 991px) { .header-small-image img { left: 0px; } }

.big-image-banner { height: 540px; }
@media (max-width: 991px) { .big-image-banner { height: auto; } }

.wpb_wrapper h3 { font-size: 20px; }
@media (max-width: 1200px) { .wpb_wrapper h3 { font-size: 18px; } }
.wpb_wrapper p { font-size: 14px; }

.menu-days-section .vc_column-inner { height: 285px; }
.menu-days-section .text-menu { background: #00281b; display: table; }
.menu-days-section .text-menu .vc_column-inner { height: 285px; display: table-cell; vertical-align: middle; }
.menu-days-section .text-menu .vc_column-inner h3 { color: #ffffff; margin-top: 0px; font-weight: 200; }
.menu-days-section .text-menu .vc_column-inner p { color: #ffffff; font-size: 14px; }

.no-reservations p { font-size: 18px; color: #000000; padding: 30px 0px 15px; }

.menu-bar { background: #00281b; color: #ffffff; }
@media (max-width: 991px) { .menu-bar { margin: 15px auto 30px; padding: 19px 0px 30px; } }
.menu-bar .wpb_wrapper { margin-top: -13px; }
.menu-bar h3 { color: #ffffff; font-weight: 200; font-size: 20px; }
.menu-bar p { margin-bottom: 0px; color: #ffffff; margin-bottom: 3px; font-size: 12px; font-weight: 200; }
@media (max-width: 1200px) { .menu-bar p { font-size: 11px; } }
@media (max-width: 991px) { .menu-bar p { font-size: 14px; } }
@media (max-width: 768px) { .menu-bar p { font-weight: 400; } }

.balcony-row .col-md-12 { padding-left: 0px; padding-right: 0px; }
.balcony-row .col-md-6 { padding-left: 0px; padding-right: 0px; }

.balcony-row .vc_column-inner { padding: 0px !important; }
@media (max-width: 1200px) { .balcony-row .vc_column-inner .introduction { padding-bottom: 0px !important; } }
.balcony-row .vc_column-inner .introduction p { padding: 0px 73px 0px; }
@media (max-width: 1200px) { .balcony-row .vc_column-inner .introduction p { padding: 0px 45px 0px; } }
@media (max-width: 768px) { .balcony-row .vc_column-inner .introduction p { padding: 0px; } }

.menu-bar-row { min-height: 283px; background: #00281b; }
@media (max-width: 1200px) { .menu-bar-row { min-height: 205px; } }
@media (max-width: 991px) { .menu-bar-row { background: #ffffff; } }
@media (max-width: 991px) { .menu-bar-row .vc_single_image-wrapper { width: 722px; }
  .menu-bar-row .vc_single_image-wrapper img { width: 100%; } }

@media (max-width: 1200px) { .menu-bar-row .header-small-image img { width: 223px; top: 35px; } }
@media (max-width: 991px) { .menu-bar-row .header-small-image img { width: 100%; } }

/*CONFIGURAÇÃO DO FOOTER*/
footer#colophon { padding: 21px 0px; width: 100%; background: #ffffff; }

#footer-main-menu { text-align: center; }
#footer-main-menu li { display: inline-block; }
#footer-main-menu li a { font-size: 20px; font-weight: 400; color: #000000; }
@media (max-width: 768px) { #footer-main-menu li a { font-size: 10px; } }

/*.newsletter-modal {
	a {
		&:active {
			text-decoration: line-through;
		}
		&:focus {
			text-decoration: line-through;
		}
	}
}*/
/*VARINA HOMEPAGE*/
.banner-row-homepage { position: relative; }
.banner-row-homepage .close-varina { width: 24px; position: absolute; right: 287px; top: 174px; z-index: 9; }
@media (max-width: 790px) { .banner-row-homepage .close-varina { display: none; } }
.banner-row-homepage .varina-homepage { width: 300px; position: absolute; right: 21px; top: 174px; z-index: 8; }
@media (max-width: 790px) { .banner-row-homepage .varina-homepage { display: none; } }

.introduction.wpb_column.vc_column_container.vc_col-sm-12 { min-height: 240px; }
@media (max-width: 1200px) { .introduction.wpb_column.vc_column_container.vc_col-sm-12 { min-height: 175px; } }
@media (max-width: 991px) { .introduction.wpb_column.vc_column_container.vc_col-sm-12 { min-height: auto; margin: 15px auto; } }

.slider-inner-page { height: 540px; }
@media (max-width: 991px) { .slider-inner-page { height: auto; } }

.our-history .introduction { padding-right: 0px !important; padding-bottom: 0px !important; }
@media (max-width: 991px) { .our-history .introduction { padding-left: 0px !important; margin-bottom: 30px; } }
.our-history .introduction .vc_column-inner { height: 529px; }
@media (max-width: 1200px) { .our-history .introduction .vc_column-inner { height: 435px; } }
@media (max-width: 768px) { .our-history .introduction .vc_column-inner { height: auto; } }
.our-history .introduction .vc_column-inner .introduction-text { background: #00281b; padding: 14px 40px 59px; margin: 37px; }
@media (max-width: 1200px) { .our-history .introduction .vc_column-inner .introduction-text { padding: 5px 40px 17px; margin: 29px; } }
@media (max-width: 991px) { .our-history .introduction .vc_column-inner .introduction-text { margin: 62px; } }
@media (max-width: 768px) { .our-history .introduction .vc_column-inner .introduction-text { margin: 18px; } }
.our-history .introduction .vc_column-inner .introduction-text h1 { color: #ffffff; font-size: 14px; font-weight: 600; margin: 59px 0px 26px; }
.our-history .introduction .vc_column-inner .introduction-text p { color: #ffffff; }

.our-history-image-right { padding-left: 0px !important; }
@media (max-width: 991px) { .our-history-image-right { margin-bottom: 30px; } }
.our-history-image-right .vc_column-inner { padding-left: 0px !important; }
@media (max-width: 991px) { .our-history-image-right .vc_column-inner { padding-right: 0px !important; } }

@media (max-width: 991px) { .our-history-col-left { margin-bottom: 30px; } }
.our-history-col-left .vc_column-inner { padding-right: 0px !important; }
@media (max-width: 991px) { .our-history-col-left .vc_column-inner { padding-left: 0px !important; padding-right: 0px !important; } }

@media (max-width: 991px) { .our-history-col-right { margin-bottom: 30px; } }
.our-history-col-right .vc_column-inner { padding-left: 0px !important; }
@media (max-width: 991px) { .our-history-col-right .vc_column-inner { padding-right: 0px !important; } }

@media (max-width: 991px) { .row-section-two-history { margin-bottom: 30px; } }
.row-section-two-history .our-history-col-left { padding: 53px; font-size: 13px; }
@media (max-width: 1200px) { .row-section-two-history .our-history-col-left { padding: 28px 53px 5px 53px; } }
@media (max-width: 991px) { .row-section-two-history .our-history-col-left { padding: 0px 53px 19px 53px; } }

.row-section-three-history .our-history-col-right { padding: 53px; font-size: 13px; }
@media (max-width: 1200px) { .row-section-three-history .our-history-col-right { padding: 28px 53px 5px 53px; } }
@media (max-width: 991px) { .row-section-three-history .our-history-col-right { padding: 0px 53px 19px 53px; } }

.lateral-banner-blog img { display: block; margin: 0 auto; }

.no-lateral-padding { padding-left: 0px; padding-right: 0px; }

.no-left-lateral-padding { padding-left: 0px; }

.no-right-lateral-padding { padding-right: 0px; }

.left-padding-blog { padding-left: 30px; }
@media (max-width: 768px) { .left-padding-blog { padding-left: 15px; } }

.blog-row .news-in-town-container { margin-top: 54px; margin-bottom: 78px; position: relative; }
@media (max-width: 991px) { .blog-row .news-in-town-container { width: 100%; } }
.blog-row .news-in-town-container img { width: 225px; }
.blog-row .news-in-town-container h4 { color: #ffffff; width: 225px; margin: 0 auto; background: #00281b; padding: 0px 26px 0px; }
@media (max-width: 1200px) { .blog-row .news-in-town-container h4 { width: auto; } }
@media (max-width: 991px) { .blog-row .news-in-town-container h4 { width: 225px; } }
.blog-row .news-in-town-container p { position: relative; color: #ffffff; padding: 28px; width: 225px; margin: 0 auto; background: #00281b; /*@media(max-width:$breakpoint-mobile) {
	top: 78px;
	padding: 265px;
	font-size: 13px;
}
@media(max-width:$breakpoint-mobile-440) {
	top: 264px;
	padding: 80px;
	font-size: 13px;
}
@media(max-width:$breakpoint-mobile-360) {
	top: 308px;
	padding: 48px;
	font-size: 13px;
}
@media(max-width:$breakpoint-mobile-320) {
	top: 276px;
	padding: 45px;
	font-size: 13px;
}*/ }
@media (max-width: 1200px) { .blog-row .news-in-town-container p { width: auto; padding: 26px; } }
@media (max-width: 991px) { .blog-row .news-in-town-container p { width: 225px; } }

.small-columns .shadow-box { padding-bottom: 20px; }

.counter-views-container { display: none; }

.post-read-count-container h2 { font-size: 18px; color: #000000; border-bottom: 2px solid #000000; padding-bottom: 10px; font-weight: 500; }
.post-read-count-container h4 a { font-size: 16px; color: #000000; font-weight: 300; }

#categories-3 .categories-blog { font-size: 18px; color: #000000; border-bottom: 2px solid #000000; padding-bottom: 10px; font-weight: 500; }
#categories-3 ul li a { font-size: 16px; color: #000000; font-weight: 300; }

.page-header-title-blog { font-size: 24px; color: #000000; border-bottom: 4px solid #000000; padding-bottom: 10px; font-weight: 500; text-transform: uppercase; margin-bottom: 35px; margin-left: 15px; margin-right: 15px; }

.blog-post-header { margin-top: 38px; }
.blog-post-header a { font-size: 18px; color: #000000; font-weight: 600; display: block; text-align: center; }

.row-blog-post .blog-excerpt { padding: 10px; }
.row-blog-post .blog-excerpt p { font-size: 14px; color: #000000; font-weight: 300; text-align: center; }

.featured-post-row .blog-excerpt { padding: 10px; }
.featured-post-row .blog-excerpt p { font-size: 14px; color: #000000; font-weight: 300; }

.search-form { border-bottom: 2px solid #000000; }
.search-form label .form-control { border: none; box-shadow: none; border-radius: 0px; border-style: transparent; -webkit-tap-highlight-color: transparent; }

#searchsubmit { background: transparent; border: none; }
#searchsubmit:focus { outline: 0; }
#searchsubmit img { position: relative; top: 10px; width: 19px; margin-bottom: 4px; }

.search-input-container { margin-bottom: 0px; outline: 0; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #c1bcbc !important; font-size: 18px; font-weight: 300; }

::-moz-placeholder { /* Firefox 19+ */ color: #c1bcbc !important; }

:-ms-input-placeholder { /* IE 10+ */ color: #c1bcbc !important; }

:-moz-placeholder { /* Firefox 18- */ color: #c1bcbc !important; }

.widget_search { margin-top: 54px; }

.shadow-box { box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16); margin-bottom: 50px; }

/*.read-more {
	background:$fazfrio-main-green;
	width: 26%; margin: 0 auto; text-align: center; padding: 6px 0px;

	a {
		color:$fazfrio-text-inverted;
		
	}
}*/
.read-more-small-blocks { background: #00281b; width: 50%; margin: 0 auto; text-align: center; padding: 6px 0px; }
.read-more-small-blocks a { color: #ffffff; }

.blog-post-text-box { height: 155px; }
@media (max-width: 768px) { .blog-post-text-box { height: 175px; } }
.blog-post-text-box .read-more { background: #00281b; width: 26%; margin: 0 auto; text-align: center; padding: 6px 0px; }
@media (max-width: 768px) { .blog-post-text-box .read-more { width: 50%; } }
.blog-post-text-box .read-more a { color: #ffffff; }

.date { float: right; color: #c1bcbc; font-size: 10px; }

.blog-category { text-align: center; text-transform: uppercase; font-size: 10px; color: #c1bcbc; }

.blog-article { box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16); }
@media (max-width: 768px) { .blog-article { margin-bottom: 30px; } }
.blog-article header { padding: 20px; }
.blog-article header h1 { text-align: center; text-transform: uppercase; color: #000000; font-weight: 300; margin-top: 10px; }

.content-blog { padding: 20px 40px; }

.go-back { font-weight: 500; }

.row-contacts .vc_column_container .vc_column-inner { padding-left: 15px !important; padding-right: 15px !important; }

.container-404 { background: #00281b; height: 730px; padding-top: 53px; width: 100%; }
.container-404 img { width: 400px; }
@media (max-width: 768px) { .container-404 img { width: 314px; } }
.container-404 p { text-align: center; color: #ffffff; font-size: 30px; position: relative; left: 65px; font-weight: 600; margin-bottom: 0px; }
@media (max-width: 768px) { .container-404 p { left: 0px; } }
.container-404 a { text-align: center; display: block; color: #ffffff; font-size: 18px; position: relative; left: 65px; text-decoration: underline; }
@media (max-width: 768px) { .container-404 a { left: 0px; } }

/*FEATURED POSTS BLOG*/
.featured-post-row { margin-bottom: 57px; }
.featured-post-row .featured-post-inner-col { border: 1px solid #00281b; padding: 20px 13px; }
.featured-post-row .featured-post-inner-col .posts-title-featured { padding: 0px 15px; }
.featured-post-row .featured-post-inner-col .posts-title-featured a { color: #000000; font-size: 22px; }
.featured-post-row .featured-post-inner-col .read-more { display: block; text-align: right; color: #000000; font-weight: 600; }

/*    Rodapé icones comida     */
.site-footer .footer-icons-food { margin: 0 auto !important; width: 80% !important; text-align: center !important; }
.site-footer .footer-icons-food .icon-food { display: inline-block !important; padding: 4px !important; width: 5% !important; }
@media (max-width: 991px) { .site-footer .footer-icons-food .icon-food { width: 10% !important; } }
@media (max-width: 768px) { .site-footer .footer-icons-food .icon-food { width: 15% !important; } }
