/*
Theme Name: Viegas - Child Theme
Description: Child of GoExplore! theme by Parallelus
Author: J. Viegas
Template: parallelus-go-explore
Version: 1.0
Tags: one-column two-columns three-columns left-sidebar right-sidebar fixed-layout fluid-layout responsive-layout buddypress custom-menu editor-style featured-images flexible-header full-width-template sticky-post theme-options threaded-comments translation-ready
*/

/* imagem que link alojamentos na home page */

.imagem-homepage {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	margin-top:-58px;
}


/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* maozinha de link no menu de filtro de marcadores */

.marker-option {
	cursor: pointer;
	color: #222222;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}


.marker-option a {
	text-decoration: none !important;
}

.marker-option:hover { 
	background-color:#808080 !important;
	color:#cccccc !important; 
	text-decoration: none !important;
}

.mini-markers {
	width: 30px;
	margin-left: 5px;
	margin-top: 0px;
	cursor: pointer;
}

#icons-here {
	margin-left: 15px;
	margin-top: 10px;
	text-align: center;
}

#cats-here {
	display: none;
}

.imagem-guia {
	min-height: 300px;
	max-height: 300px;
}

.imagem-guia:hover {
	filter: brightness(50%);
}

.div-guia {
	margin-top: 160px;
	text-align: center;
	margin-bottom: -80px;
}

.div-guia-conteudo {
	margin-top: 100px; 
	text-align: left;
}

.ngg-galleryoverview {
text-align:center;
}

.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
} 



.publicidade-barra-esquerda {
	 min-height: 170px; 
	 background-size: cover;
     opacity: 0.9;
	 border: 2px solid;
	 border-color: 999;
	 padding: 0px;
	 margin-bottom:10px;
}


.publicidade-barra-esquerda:hover {
    opacity: 1.0;
}


.titulo-barra-esquerda {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* background: #bacf32;*/
	color: white;
	margin-top: 0px;
	text-align: center;
    background-color: #3e546b;
}



.acessorios {
	 min-height: 270px; 
	 background-size: cover;
     opacity: 1.0;
	 border: 2px solid;
	 border-color: 999;
	 padding: 0px;
	 margin-bottom:10px;
	 text-align: center;
}


.acessorios:hover {
    opacity: 0.7;
}



.marcador-cinzento {
	min-height:150px;	
}



.icon-pdf {
	width: 75px;
	/* margin-top: -37px; */
	/* margin-left: 116px; */
	padding: 5px;
}


.botao-trilhos {
  display: block;
  width: 100%;
  border: none;
  background-color: #52657a;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.botao-trilhos a {
  color: #ffffff !important;
}

.descricao-trilhos {
    background-color: #ddeedd !important;
    margin-top: -20px;
    margin-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
    font-size: 12px;
    color: #444444;
    padding-bottom: 5px;
}

.ilha-trilhos {
	color: #007d9f;
    background-color: #eeeedd !important;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
}

.trilhos-avisos {
	font-size: 14px;
    text-align: left;
}


#rev_slider_6_1_wrapper::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98,e8e8e8+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.98) 98%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.98) 98%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.98) 98%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    z-index: 99;
}