/*
Theme Name: Hotel News Traveller
Author: gCampaner
Author URI: http://www.gcampaner.com.br/
Description: Projeto desenvolvido por gCampaner.
Version: 1.0
*/

/*Wordpress editor styles start*/

.banner-sb {
    display: none !important;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption-text{
    line-height: 1.5;
    font-size: 15px;
    margin: 10px 0 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

div#wp_bannerize-2 {
    background: transparent;
    width: 100%;
    margin-bottom: 19px !important;
}



/*Wordpress editor styles end*/

/*====================================*\
    Base
\*====================================*/

html, body{ overflow-x:hidden; }

body{
	background-color:#e1e1e1;
	font-family: 'Roboto Condensed', sans-serif;
	color:#595959;

  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6{
    font-weight: bold;
    margin: 0;
}

h3{
	font-size: 20px;
	color: #595959;
}

h2, .h2{ font-size:24px; color: #595959;}

a{ color:#f1545a; }
a:hover{ color:#f1545a; }

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #595959;
    margin-bottom: 30px;
}

#selo{
    text-align: center;
    width: 100%;
        margin-bottom: 30px;
}


.page-template-page-colaboradores .l-colunista .info-l p {
    max-height: 100px;
	font-size: 18px;
}

.page-template-page-colaboradores  .l-colunista .cont-info {
    height: 40%;
}

.l-post.l-colunista.colunista-25 {
    display: none;
}

/*====================================*\
    Padrão
\*====================================*/
.img-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f7f5f5;
}
.titulo a{ color:#595959; }

.transition, *{ 
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s; 
}

/*Flat Icon*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
	color:white;
}
/*
.flaticon-close-envelope:before { content: "\f100"; }
.flaticon-facebook-logo:before { content: "\f101"; }
.flaticon-interface:before { content: "\f102"; }
.flaticon-location-pin:before { content: "\f103"; }
.flaticon-social:before { content: "\f104"; }
.flaticon-social-1:before { content: "\f105"; }
.flaticon-social-media:before { content: "\f106"; }
*/
.flaticon-facebook-logo:before { content: "\f100"; }
.flaticon-social:before { content: "\f101"; }
.flaticon-social-media:before { content: "\f102"; }


/*====================================*\
    Header
\*====================================*/
header{ 
	background-color:white;
	margin-bottom:40px;
}
	/*Menu*/
	.menu {
		padding: 0;
		list-style: none;
		margin: 0;
	}
		.menu li{
			display:inline-block;
		}
			.menu > li > a{
				font-size: 18px;
				font-weight: 300;
				line-height: 60px;
				padding: 0 20px;
				display: block;
				color: #231f20;
				text-transform: lowercase;
			}
				.menu li > a:hover,
				.menu li.current-menu-item > a{ color:#ed1c24; }
		/*Sub Menu*/
		.sub-menu{
			width: 200px;
			display: none;
			position: absolute;
			top: 60px;
			z-index: 9;
			background-color: #f9f9f9;
			text-align: left;
			padding: 0;
		}
			.sub-menu li{
				width:100%;
				padding:0;	
			}
				.sub-menu li a {
					font-size: 16px;
					line-height: 2;
				}
				.sub-menu li:first-child a{ padding-top:10px; }
				.sub-menu li:last-child a{ padding-bottom:10px; }
		
		/*Sub Menu Personalizado*/
		.cont-sub-menu {
			background-color: rgba(89,89,89,0.8);
			padding: 40px 0;
			color: white;
			display: none;
			width: 100%;
			position: absolute;
			z-index: 99;
			top: 60px;
			left: 0;
			text-align: left;
		}
			.cont-sub-menu h3{ font-size:24px; }
				.cont-sub-menu h3 a{ color: white; }
			.cont-sub-menu p{
				margin: 5px 0 0;
				color: white;
				font-size: 15px;
			}
			.posts-menu{ margin-top: 30px; }
				.post-menu{
					float: left;
					width: 50%;
					padding-right: 30px;
				}
					.post-menu .img-bg{
						width: 160px;
						height: 110px;
						float: left;
						margin-right: 30px;
					}
					.post-menu h4{
						margin-top: 20px;
						height: 69px;
						overflow: hidden;
						line-height: 1.3;
						font-weight: normal;
					}
						.post-menu h4 a{ color: white; }
	
	/*Menu Pagina*/
	#menu-pagina {
		background-color: #e1e1e1;
		padding: 10px 0;
	}
		.menu-pagina{ 
			float: left;
			padding: 7px 0px;
		}
			#menu-pagina .menu li{ border-right: 1px solid #808080; }
			#menu-pagina .menu li:last-child{ border:none; }
				#menu-pagina .menu a {
					line-height: 20px;
					padding: 0 15px;
				}
		/*Social*/
		.social-header{ float:right; }
			.social-header a {
				width: 35px;
				height: 35px;
				display: inline-block;
				background-color: #58595b;
				padding: 5px;
				margin: 0 5px;
				line-height: 25px;
				text-align: center;
				border-radius: 100%;
				font-size: 16px;
			}
			.social-header a:hover{ background-color:#ee242b; }
	/*Logo*/
	.logo{ margin:30px 0; }
		.logo a{
			display: block;
			max-width: 700px;
			width: 90%;
			height: 100px;
			margin: 0 auto;
			background-image: url("/wp-content/themes/hotelnews-gc2016/images/logo-hotelnews-final.png");
			background-position: center;
			background-repeat: no-repeat;
			color: transparent;
			text-indent: -999px;
		}
	/*Menu Categoria*/
.cont-menu{ height:62px; }
	#menu-categoria {
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		text-align: center;
		position:relative;
		width: 100%;
		background-color: white;
	}
		.m-cb{ display:inline-block; }
			#menu-categoria .menu > li {
				background-image: url("/wp-content/themes/hotelnews-gc2016/images/s-menu.png");
				background-position: left center;
				background-repeat: no-repeat;
				padding-left: 10px;
				margin: 15px 0px;
			}
				#menu-categoria .menu > li > a{ line-height:30px; }
			#menu-categoria .menu .m-home,
			#menu-categoria .menu > li:nth-child(2){
				padding: 0 !important;
				background: none !important;
			}
				#menu-categoria .menu .m-home a {
					background-image: url("/wp-content/themes/hotelnews-gc2016/images/icon-menu.png");
					color: transparent !important;
					background-position: center;
					background-repeat: no-repeat;
					background-size:contain;
					max-width:73px;
				}
			#menu-categoria .menu > li:hover:before {
				content: '';
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-bottom: 10px solid rgba(89,89,89,0.8);
				position: absolute;
				bottom: -1px;
				margin-left: -5px;
			}
		/*Busca Menu*/
		#busca-menu{
			border-bottom: 1px solid #595959;
			position: relative;
		}
			#caixa-busca{
				width: 160px;
				border: none;
				font-size: 16px;
				line-height: 30px;
				padding: 0;
			}
			#botao-busca {
				border: none;
				position: absolute;
				top: 0;
				right: 0;
				width: 30px;
				height: 30px;
				color: transparent;
				background-color:transparent;
				background-image: url("/wp-content/themes/hotelnews-gc2016/images/icon-busca.png");
				background-repeat: no-repeat;
				background-position: center;
				background-size: 70%;
			}
	/*Menu Mobile*/
	menu,
	.menu-responsive,
	.bg-menu-responsive{ display:none; }
	
	/*Slide*/
	#slide-topo div.slick-slide{
		height: 500px;
		max-height: 60vw;
		min-height: 250px;
		background-color: #eee;
		position: relative;
	}
		#slide-topo .slick-slide .img-bg{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
		}
		.titulo-slide {
			font-size: 30px;
			font-weight: 400;
			position: absolute;
			bottom: 0;
			width: 100%;
			text-align: center;
			background-color: rgba(0,0,0,0.4);
			padding: 20px 10px 40px;
		}
			.titulo-slide a{
				color:white;	
			}
	/*Bolinha*/
	#slide-topo .slick-dots{
		bottom:0px !important;
	}
		.slick-dots li button:before{ font-size:30px !important; }
		#slide-topo .slick-dots li.slick-active button:before{ color:white !important; }
	/*Setinhas*/
	button.slick-prev,
	button.slick-next{
		background-color: rgba(0,0,0,0.5);
		z-index: 9;
		padding: 20px 5px;
		margin-top: -30px;
		width: 30px;
		height: 60px;
	}
		button.slick-prev:hover,
		button.slick-next:hover{ background-color:black; }
	button.slick-prev{ left:0; }
	button.slick-next{ right:0; }
		button.slick-prev:before,
		button.slick-next:before {
			opacity: 1;
			font-family: inherit;
			font-weight:normal;
		}
		button.slick-prev:before{ content: '<'; }
		button.slick-next:before{ content: '>'; }

/*Filtro*/
#filtro {
    text-align: center;
    padding: 40px 0 10px;
    background-image: url('/wp-content/themes/hotelnews-gc2016/images/bg-filtro-home-hotelnews.png');
	margin-bottom:40px;
}
	.titulo-filtro {
		padding: 5px 10px 0 30px;
		background-image: url('/wp-content/themes/hotelnews-gc2016/images/icon-filtro.png');
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 30px;
		margin: 0 0 30px;
		display: inline-block;
		font-size: 28px;
		font-weight: 300;
		color: white;
	}
	.searchandfilter ul{
		margin: 0;
		padding: 0;
	}
		.searchandfilter > ul > li{
			width: 25%;
			float: left;
			padding: 0 1%;
			margin-bottom:30px;
		}
			.searchandfilter select {
				width: 100% !important;
				height: 40px !important;
				background: white !important;
				border: 1px solid #f1f1f1 !important;
				min-width: inherit !important;
			}
			.searchandfilter input[type="submit"] {
				width: 100% !important;
				line-height: 38px !important;
				padding: 0 !important;
				border: 1px solid white !important;
				background: none !important;
				color: white !important;
				font-size: 18px !important;
				font-weight: 300 !important;
			}
				.searchandfilter input[type="submit"]:hover{
					background:white !important;
					color:#595959 !important;
				}

/*Publicidade*/
.banner-sb {
    margin-bottom: 40px;
    text-align: center;
    display: none !important;
}
	.pb img{
		max-width: 98%;
		height: auto;
	}


/*====================================*\
    Main
\*====================================*/

/*Titulo Página*/
.cat-titulo{
	text-align: left;
	margin: 0 1% 30px;
	padding: 13px 20px;
	background-color: white;
	border-left: 5px solid #595959;
}
	.cat-titulo h1,
	.cat-titulo span{
		font-size: 28px;
		line-height: 30px;
		font-weight: 400;
		color: #595959;
	}
	.cat-titulo p{
		margin: 10px 0 0;
		font-size: 16px;
	}
.nada-encontrado{
    display: block;
    font-size: 21px;
    margin: 0 auto 40px;
    width: 98%;
}

/*Estrutura de Listagem Post*/
.cont-l-post {
    display: inline-block;
    width: 100%;
}
	.l-post{
		float: left;
		width: 31.3%;
		margin: 1%;
		height: 610px;
		font-size: 24px;
		position: relative;
		background-color:white;
		overflow:hidden;
	}
		.l-post:hover{ 
			background-color: #fbfbfb;
			box-shadow: 0 0 10px -5px #595959; 
		}
		.cont-img{
			width: 100%;
			height: 46%;
			background-size: cover;
			background-position: center;
			background-color: black;
			position: absolute;
			top: 0;
			left: 0;
		}
			.l-post:hover .cont-img{ 
				height:50%; 
				opacity:0.8;
			}
			.cont-img:before{
				content: '';
				border-left: 30px solid transparent;
				border-right: 30px solid transparent;
				border-bottom: 35px solid white;
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -30px;
			}
		.cont-info{
			width: 100%;
			height: 54%;
			text-align: center;
			/* height: inherit; */
			padding: 20px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
			.cont-info:before{
				content: '';
				display: inline-block;
				height: 100%;
				vertical-align: middle;
			}
			.info-l{
				display: inline-block;
				vertical-align: middle;
				max-width: 97% !important;
			}
				.cat-l{
					font-size: 16px;
					font-weight: bold;
				}
				.titulo-l{
					max-height: 90px;
					overflow: hidden;
					margin: 6px 0;
				}
				.info-l p{
					max-height: 75px;
					overflow: hidden;
					margin: 0;
				}

.perfil-link{

}

/*Paginação Ajax*/
.pag-ajax{
    display: inline-block;
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}
	.pag-ajax a{
		color: #595959;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 40px;
		border: 1px solid;
		padding: 0 30px;
		display: inline-block;
	}
		.pag-ajax a:hover{ 
			background-color:white;
			text-decoration:none;
		}


/*Listagem - Perfil*/
.l-perfil{ text-align:center; }
	.titulo-perfil{
		padding-left: 50px;
		padding-right: 30px;
		background-image: url('/wp-content/themes/hotelnews-gc2016/images/icon-aviao.png');
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 30px;
		margin: 30px auto;
		display: inline-block;
	}
	.l-perfil .img-bg{
		width: 100%;
		height: 210px;
		display: block;
	}
		.l-perfil .img-bg:hover{ opacity:0.8; }
	.info-pefil{ padding: 25px 30px; }
		.info-pefil .titulo{
			text-transform:uppercase;
			font-size:21px;	
		}
		.info-pefil p{
			font-size: 16px;
			max-height: 88px;
			overflow: hidden;
			margin: 10px 0 0;
		}
	.news-perfil{
		border-top: 20px solid #e1e1e1;
		padding:15px 20px;
	}
		.news-perfil span{
			padding-left:25px;
			background-image: url('/wp-content/themes/hotelnews-gc2016/images/icon-news.png');
			background-position: left center;
			background-repeat: no-repeat;
			font-size: 16px;
			line-height: 1;
			letter-spacing: 1px;
			margin: 0 0 15px;
			display: inline-block;
			text-transform: uppercase;
		}
		form#mc-embedded-subscribe-form{
			border: 1px solid #e1e1e1;
			height: 40px;
			overflow: hidden;
			position: relative;
		}
			input#mce-EMAIL{
				width: 100%;
				border: none;
				padding: 3px 110px 3px 10px;
				line-height: 34px;
				font-size: 14px;
			}
			input#mc-embedded-subscribe{
				position: absolute;
				top: 0;
				right: 0;
				border: 1px solid #595959;
				background: white;
				height: 100%;
				font-size: 14px;
				padding: 0 20px;
			}
				input#mc-embedded-subscribe:hover{
					background-color:#595959;
					color:white;	
				}
/*Listagem - Parceiros*/
.l-parceiros{
	padding:20px;
	text-align:center;
}
	.titulo-parceiros {
		margin-bottom: 5px;
		display: block;
	}
	.banner-selo{ margin-bottom: 5px; }


/*====================================*\
    Footer
\*====================================*/

footer{
    margin-top: 50px;
}

/*Instagram*/
#instagram-footer{
    padding: 30px 0;
    text-align: center;
}
	.titulo-insta a {
		padding: 5px 30px 0 50px;
		background-image: url('/wp-content/themes/hotelnews-gc2016/images/icon-insta.png');
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 30px;
		margin: 0 0 30px;
		display: inline-block;
		font-size: 24px;
		color: #595959;
	}
	.l-insta{
		background-size: contain;
		border: 0.5px solid white;
	}
		.slick-slide{ outline: none !important; }
	#instagram-footer .slick-dots{ display:none !important; }

/*Info Hoteis Footer*/
#info-hotel-footer{
    padding-top: 30px;
}
	.titulo-footer{
		font-size: 21px;
		margin-bottom: 15px;
		display: block;
	}
	/*Padrão*/
	#info-hotel-footer .bloco-h{ margin-bottom: 30px; }
	.bloco-h ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.bloco-h ul li{ margin-bottom: 10px; }
			.bloco-h ul a{
				color: #595959;
				font-weight: 300;
				display: block;
				font-size: 16px;
				padding:0;
			}
			.i-m .bloco-h ul a{ color:white; }
	/*Tipos de Hotel*/
	.bloco-th a{}
	/*Localização de Hotel*/
	.bloco-lh a{
		padding: 10px 0 10px 50px !important;
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 1.3 !important;
	}
		/*campo*/
	.i-f .cat-item-39 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-campo-fazenda-natureza-p.png'); }
	.i-m .cat-item-39 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-campo-fazenda-natureza.png'); }
		/*cidade*/
	.i-f .cat-item-40 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-cidade-p.png'); }
	.i-m .cat-item-40 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-cidade.png'); }
		/*esqui*/
	.i-f .cat-item-41 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-esqui-p.png'); }
	.i-m .cat-item-41 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-esqui.png'); }
		/*praia*/
	.i-f .cat-item-42 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-praia-p.png'); }
	.i-m .cat-item-42 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-praia.png'); }
		/*safari*/
	.i-f .cat-item-43 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-safari-p.png'); }
	.i-m .cat-item-43 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-de-safari.png'); }

		/*deserto*/
	.i-f .cat-item-103 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-do-deserto1-p.png'); }
	.i-m .cat-item-103 a{ background-image: url('/wp-content/themes/hotelnews-gc2016/images/hotel/hoteis-do-deserto1.png'); }

	/*Destinos*/
	.bloco-dh ul {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
		.bloco-dh ul a {
			font-size: 13px;
			padding-right: 10px;
		}
		
		
/*** NOVO INSTAGRAM */

#sidebar-footer #instagram span.widget-title {
    margin: 0;
}
#sidebar-footer #instagram,
#sidebar-footer #instagram .slick-slider {
    margin: 0;
}
#sidebar-footer #instagram {
    text-align: center;
    padding: 30px 0 55px;
}
.instagram-pic img {
    width: 100%;
    height: auto;
	padding: 2px;
}		

div#info-hotel-footer {
    display: inline-block;
    width: 100%;
}

/*Copyright*/
#copyright{
    text-align: center;
    margin: 10px auto;
    font-size: 16px;
}
	#copyright a{
		color: #595959;
		text-decoration: underline;
	}

/*====================================*\
    Single / Page
\*====================================*/
div.sharedaddy h3.sd-title {
    font-size: 0 !important;
}
div.sharedaddy h3.sd-title:after {
    content: 'Compartilhe:' !important;
    font-size: 26px;
}

p.comment-form-comment label {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
}
textarea#comment {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
}
p.comment-subscription-form label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.form-submit input#submit {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4.5px 15px 2.5px;
    font-size: 16px !important;
    letter-spacing: 1px;
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    float: left;
    width: 31.3%;
}
p.comment-form-email {
    margin: 0 3%;
}

.cont-post{ background-color:white; }
	.cont-post img {
		max-width: 100%;
		height: auto;
	}
	.post-thumbnail {
		display: block;
		margin-bottom: -50px;
		max-height: 550px;
		overflow: hidden;
	}
		.post-thumbnail img{
			width:100%;	
		}
	.cont-conteudo{
		padding:0 40px 40px;
	}
		.cont-conteudo *{ max-width:100%; }
		.post-topo {
			background-color: white;
			display: block;
			text-align: center;
			z-index: 9;
			position: relative;
			padding:30px 20px;
			min-height: 80px;
		}
			.post-topo h1{
				font-size: 24px;
				margin:0 !important;
			}
			.post-info{
				max-height: 40px;
				margin-top: 10px;
				overflow: hidden;
			}
				.post-info a,
				.post-info span{
					color: #595959;
					padding: 0 7px;
					border-left: 1px solid;
					display: inline-block;
				}
				.post-info a:first-child{ border:none; }
		
		.cont-conteudo h1, 
		.cont-conteudo h2, 
		.cont-conteudo h3{
			margin-bottom:30px;		
		}
		.cont-conteudo h4, 
		.cont-conteudo h5, 
		.cont-conteudo h6{
			margin-bottom:15px;		
		}
		.cont-conteudo ul, 
		.cont-conteudo ol{
			margin-bottom: 30px;
		}
			.cont-conteudo li{
				font-size: 18px;
				font-weight: 300;
				line-height: 1.4;
			}
		.gallery {
			display: inline-block;
			width: 100%;
			margin-bottom:30px;
		}
			.gallery-item{ padding: 0 5px; }
				.gallery img{ border: none !important; }
		.cont-conteudo iframe {
   			width: 100%;
			height: 40vw;
			max-height: 380px;
		}
	/*Tags*/
	.tag{
		text-transform: uppercase;
		font-size: 21px;
		font-weight: 300;
		margin-top:30px;
	}
		.tag a{
			color: #595959;
			text-decoration: underline;
		}
	/*Compartilhamento*/
	.sharedaddy {
		text-align: center;
		border-top: 1px solid #e1e1e1;
		padding: 30px 0 0;
	}
		div.sharedaddy h3.sd-title,
		.comments-title,
		.comment-reply-title,
		.titulo-relacionados{
			font-size: 28px;
			font-weight: 300;
			margin-bottom: 15px;
			text-align:center;
		}
		div.sharedaddy h3.sd-title:before{ display:none !important; }
		.sd-content ul li{ margin:0; }
			.sd-content ul li a{ margin: 0 5px !important; }
				.sd-content ul li a.sd-button:before{ font-size:24px !important; }
	
	/*
	 * Bloco Autor
	 * 2016-11-01
	*/		
	.colunista-single{
		position: relative;
		width: 100%;
		display: -webkit-inline-box;
		border-top: 1px solid #e1e1e1;
		padding-top: 30px;
		margin-top: 30px;
	}
		.colunista-single div.l-colunista {
			width: 100%;
			margin: 0;
			height: 150px;
		}
			.colunista-single .l-colunista .cont-img {
				height: 100% !important;
				width: 150px;
			}
				.colunista-single .cont-img:before{ display:none; }
			.colunista-single .l-colunista .cont-info {
				height: 100%;
				width: 80%;
				text-align: left;
				left: 150px;
				padding: 0px 20px;
			}
				.colunista-single .l-colunista .titulo-l{ margin-bottom: 10px; }
	
	
	/*Comentário*/
	#comments{
		border-top: 1px solid #e1e1e1;
		padding-top: 30px;
		margin-top: 30px;
	}
		.comment-list{
			padding: 0;
			margin-bottom: 50px;
		}
		.comment-list, .comment-list ol{ list-style: none; }
			.comment-body {
				background-color: #f7f5f5;
				padding: 10px;
				margin-bottom: 15px;
				border: 1px solid #e1e1e1;
				font-size: 14px;
			}
				.comment-author{ margin-bottom: 10px; }
				.comment-meta{ margin-bottom:10px; }
				.comment-body a{
					color: black;
					text-decoration: underline;
				}
				.comment-body p{
					font-size: 16px;
					margin-bottom: 10px;
				}
			.comment #respond {
				margin: -15px 0 50px;
				padding: 20px 10px 10px;
				background-color: #f9f9f9;
				border: 1px solid #e1e1e1;
			}
				.comment #respond .comment-reply-title {
					font-size: 21px;
					margin-bottom: 20px !important;
				}
				
	/*Posts Relacioanados*/
	#relacioandos{
		margin-top: 50px;
		display: inline-block;
		width: 100%;
	}
		.titulo-relacionados{ display: block; }
		.cont-relacionados .l-post{ width: 48%; }
			.cont-relacionados .cont-img{ top: 0 !important; }
				.cont-relacionados .cont-img:before {
					border-bottom: 35px solid white !important;
					border-top: inherit !important;
					top: inherit !important;
					bottom: 0 !important;
				}
			.cont-relacionados .cont-info{
				bottom: 0 !important;
				top: inherit !important;
			}
				
/*Sidebar*/
#sidebar{}
	#sidebar .widget-p, 
	.widget {
		width: 100%;
		margin: 0 0 50px;
		display: inline-block;
		float: none;
		background-color: white;
		height: inherit;
	}
		#sidebar .widget-p:last-child, 
		.widget:last-child { margin-bottom: 0 !important; }
	.widget{ 
		padding: 0 10px 10px;
		overflow:hidden;
		text-align:center;
	}
		.widget-title{
			margin: 20px 0;
			display: block;
			text-align: center;
			font-size: 24px;
		}

/*Página Sobre*/
.icon-sobre {
    padding-left: 50px;
    padding-right: 30px;
    background-image: url('/wp-content/themes/hotelnews-gc2016/images/icon-aviao.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.cont-page-sobre{ 
	margin: 0 1% 50px;
	position:relative;
}
	.img-p-sobre {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 50%;
	    transform: translate(0,-50%);
	}
		.img-p-sobre:before {
		    content: '';
		    display: block;
		    padding-bottom: 94%;
		}
		
	.cont-page-sobre .cont-conteudo{
		width: 50%;
		margin-left: 50%;
	}
		.cont-page-sobre .post-topo{
			padding-left: 0;
			padding-right: 0;
			text-align: left;
		}

/*Página Colunistas*/
div.l-colunista{ height: 500px; }
	.l-colunista .cont-img{ height: 60%; }
	.l-colunista:hover .cont-img { height: 65%; }
	.l-colunista .cont-info{ height: 40%; }
		.l-colunista .titulo-l{ max-height:30px; }
		.l-colunista .info-l p{ max-height:83px; font-size: 15px; }


/*====================================*\
    RESPONSIVE
\*====================================*/

/*Min*/
@media (min-width: 992px){
	/*Inverte a ordem dos elementos de Listagem*/
	.ep-i.l-post:nth-child(3n+2) .cont-img:before{
		border-top: 35px solid white;
		border-bottom: inherit;
		top: 0; 
		bottom: inherit;
	}
	.ep-i.l-post:nth-child(3n+2) .cont-img{ top: inherit; bottom: 0; }
	.ep-i.l-post:nth-child(3n+2) .cont-info{ top: 0; bottom: inherit; }
}
@media (min-width: 601px) and (max-width: 991px){
	/*Inverte a ordem dos elementos de Listagem*/
	.ep-i.l-post:nth-child(2n+2) .cont-img:before{
		border-top: 35px solid white;
		border-bottom: inherit;
		top: 0; 
		bottom: inherit;
	}
	.ep-i.l-post:nth-child(2n+2) .cont-img{ top: inherit; bottom: 0; }
	.ep-i.l-post:nth-child(2n+2) .cont-info{ top: 0; bottom: inherit; }
	
	#l-perfil{ margin:1% 25% 3%; }
}

/*Max*/
@media (max-width: 1199px){

	/*Menu*/
	#menu-categoria .menu li:first-child{ 
		background:none;
		padding-left:0;
	}
		#menu-categoria .menu li > a {
			font-size: 16px;
			padding: 0 10px;
		}
	
}

@media (max-width: 991px){
	
	.alignright, img.alignright{
		float: none;
		margin: auto;
		display: block;
	}

	#wp_bannerize-2 img{
		width: 100%;
	    height: auto;
	}
	
	/*Menu Mobile*/
	html.menu-active{ overflow-y:hidden; }
	#container{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		overflow: hidden;
	}
		.menu-active #container{
			-webkit-transform: translateX(240px);
			-moz-transform: translateX(240px);
			-ms-transform: translateX(240px);
			transform: translateX(240px);
		}
		.menu-efect{ cursor:pointer; }
		.bg-menu-responsive{
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.6);
			z-index: 9999;
			overflow: hidden;
		}
			.bg-menu-responsive:before {
				content: 'x';
				position: absolute;
				top: 20px;
				left: 20px;
				color: white;
				font-size: 24px;
				font-weight: 300;
				line-height: 1;
			}
		/*Icone Menu Responsive*/
		.menu-responsive{
			width: 50px;
			height: 40px;
			margin: 5px 0;
			float: left;
			vertical-align: middle;
			font-size: 14px;
			overflow: hidden;
			color: #595959;
			z-index: 9999;
			display: block;
		}
			.menu-responsive:hover,
			.menu-active .menu-responsive{ color:#ed1c24 !important; }
			.menu-responsive:before {
				content: "";
				display: block;
				width: 100%;
				height: 6px;
				margin-top: -11px;
				box-shadow: 0 1em 0 0, 0 2em 0 0, 0 3em 0 0;
			}
		/*Menu Responsive*/
		menu {
			-webkit-transform: translateX(-240px);
			-moz-transform: translateX(-240px);
			-ms-transform: translateX(-240px);
			transform: translateX(-240px);
			overflow: scroll;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1;
			width: 240px;
			height: 100%;
			background:white;
			display:block;
			padding:0;
			margin:0;
		}
			/*menu ul.menu*/
			menu #menu-menu-categorias{
				background-image: url("/wp-content/themes/hotelnews-gc2016/images/logo-hotelnews-final.png");
				background-position: center 30px;
				background-repeat: no-repeat;
				background-size: 90%;
				padding-top:80px !important;
			}
		/* Com a classe menu-active na tag HTML */
		.menu-active menu {
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
			menu .menu li{ width: 100%; }
				menu .menu li a {
					border-bottom: 1px solid rgba(89,89,89,0.3);
					padding: 15px 20px;
					color:#595959;
					font-size: 16px;
					line-height: 20px !important;
					text-align: left;
				}
					menu .sub-menu {
						display: block !important;
						width: 100%;
						position: relative;
						opacity: 1 !important;
						top: 0;
						padding:0;
					}
						menu .menu .sub-menu li a {
							font-size: 13px;
							padding: 10px 10px 10px 40px;
							background-color: #f9f9f9;
						}
	/*Busca - Menu Categoria*/
	.menu-categoria{ display:none; }
	#busca-menu{
		float: right;
		margin-top: 10px;
	}
	
	/*Listagem Post*/
	.l-post{
		width:48%;
		margin-bottom:30px;
	}
		.l-post:last-child{ margin-bottom:0; }
	
	/*Single*/
	#sidebar{ margin-top: 50px; }
	
	/*Página Sobre*/
	
	.img-p-sobre{
		position: relative;
		width: 100%;
		height: 60vw;
		margin-bottom: -50px;
	}
	.cont-page-sobre .cont-conteudo{
		width: 100%;
		margin-left: 0;
	}
		.cont-page-sobre .post-topo{
			padding: 30px 20px;
			text-align: center;
		}
	
}

@media (max-width: 767px){
	
	.logo a{ background-size: contain; }
	
	/*Filtro*/
	.searchandfilter > ul > li{ width: 50%; }
	
	/*Footer*/
		/*Info Hotel*/
	.bloco-dh ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
		.bloco-h ul a{ font-size:15px; }

}

@media (max-width: 600px){
	
	/*Slide*/
	.titulo-slide{ font-size: 21px; }
	
	/*Listagem Post*/
	.l-post{
		width:98% !important;
		margin-bottom:50px;
	}
	
	/*Footer*/
		/*Info Hotel*/
	.bloco-dh ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
		/*Copyright*/
	#copyright {
		max-width: 310px;
		font-size: 14px;
	}
	
	/*Single*/
	.cont-conteudo{ padding: 0 20px 20px; }
		div.sharedaddy h3.sd-title, .comments-title, .comment-reply-title, .titulo-relacionados {
			font-size: 21px;
		}
		.tag{
			font-size: 16px;
			text-align: center;
		}
		
		/*Bloco Autor*/
		.colunista-single .l-colunista .cont-img{
			width: 120px;
		}
		.colunista-single .l-colunista .cont-info {
			width: 75%;
			left: 120px;
			padding: 10px;
		}
	
}

@media (max-width: 440px){
	
	/*Menu*/
	.social-header,
	.menu-pagina{
		width: 100%;
		text-align: center;
	}
	.menu-pagina{ display: none; }
	
	/*Filtro*/
	.searchandfilter > ul > li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	/*Single*/
		/*Bloco Autor*/
		.colunista-single div.l-colunista{ height: 450px; }
			.colunista-single .l-colunista .cont-img {
				height: 70% !important;
				width: 100% !important;
			}
			.colunista-single .l-colunista .cont-info {
				width: 100%;
				height: 30%;
				left: 0;
				top: 70%;
				padding: 10px 20px;
				text-align: center;
			}
	
	
	/*Footer*/
		/*Info Hotel*/
	.bloco-h{ width: 100%; text-align:center; }
		.bloco-dh ul {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
		}
			.bloco-h ul a{
				padding-left: 0 !important;
				background: none !important;
			}
		/*Instagram*/
	.titulo-insta {
		padding: 30px 0 0;
		background-position: top center;
	}

}

#hotel-highlight,
#other-things {
    margin-bottom: 40px;
    background-color: #f1f1f1;
    padding: 20px;
}

#hotel-highlight .title-thisbox {
    margin: 0 0 20px 0;
    background-image: url(/wp-content/themes/hotelnews-gc2016/images/hotel-icon.png);
    background-size: 42px;
    background-position: 0px center;
    color: #595959;
    padding-left: 55px;
    background-repeat: no-repeat;
    line-height: 52px;

}

#hotel-highlight div {
	margin-bottom: 0;
}

#other-things ul {
    padding: 0;
    margin: 0;
}


#other-things .key-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: list-item;
    background-size: 40px;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 15px;
}

div#other-things ul, div#other-things li {
    list-style-type: disc;
}

#other-things .key-item:first-child {
    margin-top: 20px;
}

#other-things .key-item:last-child {
	margin-bottom: 0;
}

#other-things div {
	margin-bottom: 30px;
}

#other-things .title-thisbox {
    margin: 0 0 20px 0;
    background-image: url(/wp-content/themes/hotelnews-gc2016/images/door-tag.png);
    background-size: 38px;
    background-position: -1px center;
    color: #595959;
    padding-left: 50px;
    background-repeat: no-repeat;
    line-height: 52px;
}



#map-location .title-thisbox {
    margin: 0 0 30px 0;
    background-image: url(/wp-content/themes/hotelnews-gc2016/images/map-icon.png);
    background-size: 38px;
    background-position: 1px center;
    color: #595959;
    padding-left: 50px;
    background-repeat: no-repeat;
    height: 50px;
    padding-top: 12px;
}

/*Banner Topo*/
.banner-topo .widget {
    background: none !important;
}






.null-instagram-feed{
    text-align: center;
    padding: 30px 0 55px;
    max-width: 1170px;
    margin: auto;
    display: block;
}
	.null-instagram-feed .widget-title{
		padding: 5px 30px 0 50px;
		background-image: url("/wp-content/themes/hotelnews-gc2016/images/icon-insta.png");
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 30px;
		margin: 0 0 30px;
		display: inline-block;
		font-size: 24px;
		color: #595959;
	}
	.instagram-pics {
		padding: 0 !important;
		margin: 0 !important;
	}
		.instagram-pics img {
			width: 100%;
		}






.cont-conteudo ul {
	padding:0px;
}