/*
Theme Name: hotel lisboa
Author: Tiago da Côrte Faria
Author Email: tcortefaria@gmail.com
Version: 1.0.0
Text Domain: hotel-lisboa
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	background: #fff;
}

a {
	color: #921d00;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

.content{
	width: 984px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#wrapper {
	position:relative;
	min-height:100%;
	background-color: #d6d6d6;
}
#header {
	margin: 0 auto;
	position: relative;
	min-height: 10px;
	text-align: center;
}
#slider{
	position: relative;
	overflow: hidden;
}
#slider img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.logo{
	position: absolute;
	z-index: 2;
	max-width: 30%;
}

.rslides_container {
	margin-bottom: 0px;
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
	vertical-align: bottom;
	overflow: hidden;
}
#menu{
	display: inline-block;
	width: 100%;
	background-color: #595959;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav-trigger {
	display: none;
	text-align: center;
}
#nav-trigger span {
	display: inline-block;
	cursor: pointer;
	font: normal 28px/28px "responsivenav";
	color: #fff;
	position: absolute;
	right: 15px;
	top: 11px;
}
nav#nav-main {
	text-align: center;
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
nav#nav-main li {
	display: inline-block;
	margin:0 auto;

}
nav#nav-main li:first-child {
	padding-right: 2px;
	background-color: #fff;
}
nav#nav-main li:last-child {
	border-right: none;
	padding-left: 2px;
	background-color: #fff;
}
nav#nav-main a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 196px;
	padding: 16px 0px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	background-color: #fff;
}
nav#nav-main a:hover {
	color: #fff;
	background-color: #af323a;
}
nav#nav-main .active{
	font-weight: bold;
}
nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 34px;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
	background: rgba(255,255,255,0.95);
	color: #27343b;
	z-index: 1;
	padding: 0;
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #27343b;
	text-align: center;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: block;
	color: #000;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
}

#body{
	position: relative;
	padding-bottom: 210px;
	text-align: center;
	min-height: 190px;
	display: inline-block;
	width: 100%;
}
#body .content{
	background-color: #595959;
	text-align: justify;
	color: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
}

#body .caixa{
	width: 600px;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
}
#body .caixa label{
	width: 90px;
	display: inline-block;
	vertical-align: top;
}
#body .caixa span{
	display: inline-block;
	padding-bottom: 10px;
}
#body .caixa div.wpcf7 .ajax-loader {
	display: none;
}
#body .caixa span.wpcf7-not-valid-tip{
	display: block;
}

#body .caixa img{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 8px;
	vertical-align: middle;
}
#body .caixa input[type="submit"]{
	background-color: #000000;
	color: #fff;
	padding: 15px 22px;
	border: 0;
	margin: 5px;
}
#body .caixa input[type="reset"]{
	background-color: #000000;
	color: #fff;
	padding: 15px 22px;
	border: 0;
	margin: 5px;
}

#body .reservas{
	width: 210px;
	padding-left: 40px;
	display: inline-block;
	border-left: 1px solid #cccccc;
	text-align: left;
}
#body .reservas h1{
	margin-bottom: 0;
}
#body .reservas input{
	width: 160px;
}
#body .reservas label{
	font-size: 11px;
}
#body .reservas input[type="submit"]{
	background-color: #af323a;
	color: #fff;
	font-size: 14px;
	border: 0;
	margin-top: 8px;
}
#body .reservas input.quantidade{
	width: 60px;
}
#body .reservas p{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#body .destaque{
	display: inline-block;
	max-width: 984px;
}

#footer {
	position:absolute;
	bottom: 0;
	left: 0;
	min-height: 200px;
	width: 100%;
	text-align: center;
	background: #cb2f38;
	z-index: 2;
	vertical-align: top;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
#footer h1{
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	color: #fff;
}
#footer h2{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #fff;
}
#footer .bandeiras{
	margin-top: -7px;
}
#footer .info{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	color: #fff;
}
#footer a{
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .bullet{
	padding: 5px 10px 5px 0px;
	vertical-align: middle;
}

#footer .col-01{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
	min-height: 180px;
	margin-bottom: 0px;
	border-right: 1px #be7f83 solid;
}

#footer .col-02{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 180px;
	margin-bottom: 0px;
	border-right: 1px #be7f83 solid;
}
#footer .col-03{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 180px;
	margin-bottom: 0px;
}
#footer .col-04{
	width: 262px;
	display: inline-block;
	vertical-align: top;
	padding-left: 2px;
	margin-bottom: 0px;
}
#footer .producao{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

@font-face {
	font-family: "responsivenav";
	src:url("icons/responsivenav.eot");
	src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
	url("icons/responsivenav.ttf") format("truetype"),
	url("icons/responsivenav.woff") format("woff"),
	url("icons/responsivenav.svg#responsivenav") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width:1000px) {
	.content{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	#body{
		padding-bottom: 0px;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	#body .caixa{
		width: 60%;
		padding-right: 40px;
		display: inline-block;
		vertical-align: top;
	}
	#body .reservas{
		width: 210px;
		padding-left: 40px;
		display: inline-block;
		border-left: 1px solid #cccccc;
		text-align: left;
	}

	#footer{
		position: relative;
	}
	#footer .col-01{
		width: 40%;
		padding-left: 0px;
		padding-right: 15px;
	}
	#footer .col-02{
		width: 40%;
		padding-left: 15px;
		padding-right: 15px;
		border: 0px;
	}
	#footer .col-03{
		padding-left: 0px;
		padding-right: 15px;
		width: 40%;
	}
	#footer .col-04{
		width: 40%;
		padding-top: 15px;
		padding-left: 15px;
	}

	#nav-trigger {
		display: block;
	}
	nav#nav-main {
		display: none;
	}
	nav#nav-mobile {
		display: block;
	}

}
@media screen and (max-width:840px) {
	#body .caixa{
		width: 99%;
		padding-right: 40px;
		display: inline-block;
		vertical-align: top;
	}
	#body .reservas{
		width: 99%;
		padding-left: 0px;
		display: inline-block;
		border-left: 0px solid #cccccc;
		text-align: left;
	}
}
@media screen and (max-width:600px) {
	.logo {
		position: relative;
		z-index: 2;
		max-width: 50%;
	}
	#footer h2{
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		padding: 0px 0px 0px 22px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		color: #fff;
	}
	#footer .col-01{
		width: 90%;
		padding-top: 0px;
		padding-left: 0px;
		border: 0px;
		text-align: center;
	}
	#footer .col-02{
		width: 90%;
		padding-top: 0px;
		padding-left: 0px;
		border: 0px;
		text-align: center;
	}
	#footer .col-03{
		padding-top: 0px;
		padding-left: 15px;
		width: 90%;
		text-align: center;
	}
	#footer .col-04{
		display: block;
		width: 100%;
		padding-top: 0px;
		padding-left: 0px;
		text-align: center;
	}
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		width: 90%;
		color: #666;
		border: 1px solid #ccc;
		padding: 3px;
	}

}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	height: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
