a{
  text-decoration: none;
}

.vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/07/guia-harry-potter-2019.jpg);
  background-position: center center;
  background-size: cover;
  height: 70vh;
  width: 100vw;
  margin-top: 100px;
  position: relative;
  -webkit-box-shadow: inset 3px 17px 12px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 3px 17px 12px -10px rgba(0,0,0,0.75);
  box-shadow: inset 3px 17px 12px -10px rgba(0,0,0,0.75);
}
.vpdo-featured .featured-fade{
    background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.93)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.93) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  position: absolute;
  z-index: 1;
}
.vpdo-featured .featured-fade .featured-fade-blue{
  width: 80vw;
  height: 100vw;
  transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 0;
  position: absolute;
  bottom: 0;
}

.vpdo-featured-content{
  display: flex;
  z-index: 10;
  position: relative;
  height: 100%;
}

.vpdo-featured-content .featured-post{
  margin-bottom: 5vh; 
  color:#fff;
  align-self: flex-end;
  padding: 0 60px;
  width: 100%;
}
.vpdo-featured-content .featured-post h2:hover{
  opacity: 0.8;
}
.vpdo-featured-content .featured-post h2{
  font-size: 30px;
  margin: 0 0 15px;
  max-width: 600px;
  color: #fff;
  font-weight: bold;
}

.vpdo-featured-content .featured-post .vpdo-category-txt{
    font-size: 16px;
    margin: 0 0 20px;
    max-width: 600px;
}

.vpdo-featured-content .featured-post .featured-post-category img{
  margin-right: 7px;
  margin-top: -4px;
  width: 12px;
}
.vpdo-featured-content .featured-post .featured-post-category{
  display: inline-flex;
  background: #0BBE9C;  
  border-radius: 10px;
  padding: 8px 15px; 
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}

.vpdo-featured-content .featured-post .featured-post-ler img{
  width: 7px; margin-left: 40px; 
  font-weight: bold;  margin-top: 0px;
}

.vpdo-featured-content .featured-post .featured-post-ler{
  display: flex;
  max-width: 70%;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10%; 
  border-radius: 50px;
  border:1px solid #fff;
  width: 150px;
  padding: 7px 20px; 
  transition: all 0.5s ease;
}
.vpdo-featured-content .featured-post .featured-post-ler:hover{
  background: #04ABBD;
  transition: all 0.5s ease;
  border-color: #04ABBD;
}

/*top list*/
.vpdo-featured-content .top-list{
  border-top: 1px solid #ffffff70;
  margin: 0 0; 
  display: flex;
}

.vpdo-featured-content .top-list{
  color: #fff;
}
.vpdo-featured-content .title-top-list{
  margin: 10px 0; 
}
.vpdo-featured-content .top-list h3{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #fff;
}
.vpdo-featured-content .top-list h3:hover{
  color: #ffd587;
}




.vpdo-featured-content .top-list .toplist-item {
    clear: both; 
    display: flex;
    align-items: center;
    padding: 1%;
    min-width: 20%;
}

.page-template-page-california .vpdo-featured-content .top-list .toplist-item {
  clear: both;
  display: flex;
  align-items: center;
  padding: 10px 10px 0 10px;
  width: 33%;
}



.vpdo-featured-content .top-list .toplist-item span{
  display: block;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  display: inline-grid;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 15px;
  border-radius: 50%;
  background-image: linear-gradient(-180deg, #0BBE9C 0%, #0BA386 100%);
  box-shadow: 0 0 5px -2px rgba(0,0,0,0.50);
}

/*Top List California*/
.content-widgets__california .top-list .toplist-item img{
    width: 100px;
    height: auto;
    border-radius: 10px;
    margin-right: 15px;
}
.content-widgets__california .top-list .toplist-item h3{
  font-size: 13px;
  margin: 0px 0 2px;
}
.content-widgets__california .top-list  .toplist-item .toplist-california__link{
  color: #12a0dd;
  font-size: 13px;
}


/*Banner ads home*/
.gbanner-homepage{
  width: 100%;
  text-align: center;
  padding: 10px 0;  
}

/*materias*/
.stickybar-area{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}


.vpdo-area-posts{
  float: left;
  width: 72%;
}
.vpdo-sidebar{
  margin-top: 40px;
  width: 25%;
  max-width: 300px;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  align-self: flex-end;
}
.vpdo-sidebar img{
  width: 100%;
}

/*Categoria Parques*/
.page-template-page-parques header#main-header{
  background: #0BBE9C; 
}
.page-template-page-parques .vpdo-featured .featured-fade .featured-fade-blue{
background-image: -webkit-linear-gradient(left, #0BBE9C 0%, rgb(11, 190, 156) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
background-image: -o-linear-gradient(left, #0BBE9C 0%, rgb(11, 190, 156) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
background-image: linear-gradient(to right, #0BBE9C 0%, rgb(11, 190, 156) 36%, rgba(6,186,202,0.00) 99%, rgba(10,213,224,0.00) 99%);
}

.page-template-page-parques header#main-header .topheader-custom{
  border-color: #4ACEB5;
}
.page-template-page-parques .vpdo-category-list .vpdo-category-item h3{
  color: #0BBE9C;
}
.page-template-page-parques .vpdo-category-list .vpdo-category-item h3:hover{
  color: #000;
  cursor: pointer;
}


/*List materias*/
.vpdo-category-list .vpdo-category-item{
  display: flex;
  border-bottom: 1px solid #D2D2D2;
  padding: 15px 0; 
}
.vpdo-category-list .vpdo-category-item img{
  height: auto;
  max-width: 300px;
}

.vpdo-category-list .vpdo-category-content{
  margin-left: 20px;
  position: relative;
}



.vpdo-category-list a.featured-post-ler{
    opacity: 0.7;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #717171;
    border-radius: 30px;
    padding: 10px 0px;
    height: 30px;
    display: flex;
    transition: all ease 0.2s;
}
.vpdo-category-list a.featured-post-ler:hover{
  opacity: 1;
  transition: all ease 0.2s;
}

.vpdo-category-list a.featured-post-ler img{
    margin-left: 10px; 
    position: relative;
    top: 2px;
}

.vpdo-category-list .vpdo-category-txt{
  font-weight: 300;
  padding-top: 10px; 
  font-size: 16px;
}

.vpdo-loardmore a{
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 0; 
  background: #0BBE9C;
  border-radius: 30px;
  max-width: 300px;
  font-size: 16px;
  width: 100%;
  border:none;
  border-bottom: 3px solid #0B7560;
  margin: 50px auto 80px; 
}

/*Categoria preparativos*/
.page-template-page-preparativos header#main-header{
  background: #e87267; 
}
.page-template-page-preparativos .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, #e87267 0%, #a9544c 100%);
}


.page-template-page-preparativos header#main-header .topheader-custom{
  border-color: #f99389;
}
.page-template-page-preparativos .vpdo-category-list .vpdo-category-item h3{
  color: #e87267;
}
.page-template-page-preparativos .vpdo-loardmore a{
  background: #f99389;
  border-bottom: 3px solid #A94239;
}

/*Categoria Hospedagem*/
.page-template-page-hospedagem header#main-header{
  background: #8C51A5; 
}
.page-template-page-hospedagem .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, #8C51A5 0%, #703888 100%);
}

.page-template-page-hospedagem .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-hospedagem header#main-header .topheader-custom{
  border-color: #bf7fda;
}
.page-template-page-hospedagem .vpdo-category-list .vpdo-category-item h3{
  color: #8C51A5;
}
.page-template-page-hospedagem .vpdo-loardmore a{
  background: #8C51A5;
  border-bottom: 3px solid #411454;
}




/*Categoria Comida*/
.page-template-page-comida header#main-header{
  background: var(--comida-color); 
}
.page-template-page-comida .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, var(--comida-color) 0%, #a55612 100%);
}
.page-template-page-comida .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-comida header#main-header .topheader-custom{
  border-color: #e49e61;
}
.page-template-page-comida .vpdo-category-list .vpdo-category-item h3{
  color: var(--comida-color);
}
.page-template-page-comida .vpdo-loardmore a{
  background: var(--comida-color);
  border-bottom: 3px solid #411454;
}

/*Categoria compras*/
.page-template-page-compras header#main-header{
  background: var(--compras-color); 
}
.page-template-page-compras .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, var(--compras-color) 0%, #247747 100%);
}
.page-template-page-compras .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-compras header#main-header .topheader-custom{
  border-color: #53bf81;
}
.page-template-page-compras .vpdo-category-list .vpdo-category-item h3{
  color: var(--compras-color);
}
.page-template-page-compras .vpdo-loardmore a{
  background: var(--compras-color);
  border-bottom: 3px solid #411454;
}


/*Categoria Alem dos parques*/
.page-template-page-alemdosparques header#main-header{
  background: var(--alemdosparques-color); 
}
.page-template-page-alemdosparques .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, var(--alemdosparques-color) 0%, #337fb1 100%);
}
.page-template-page-alemdosparques .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-alemdosparques header#main-header .topheader-custom{
  border-color: #93c9ec;
}
.page-template-page-alemdosparques .vpdo-category-list .vpdo-category-item h3{
  color: var(--alemdosparques-color);
}
.page-template-page-alemdosparques .vpdo-loardmore a{
  background: var(--alemdosparques-color);
  border-bottom: 3px solid #411454;
}


/*Categoria Cruzeiros*/
.page-template-page-cruzeiros header#main-header{
  background: var(--cruzeiros-color); 
}
.page-template-page-cruzeiros .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, var(--cruzeiros-color) 0%, #0e7c80 100%);
}
.page-template-page-cruzeiros .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-cruzeiros header#main-header .topheader-custom{
  border-color: #45cdd2;
}
.page-template-page-cruzeiros .vpdo-category-list .vpdo-category-item h3{
  color: var(--cruzeiros-color);
}
.page-template-page-cruzeiros .vpdo-loardmore a{
  background: var(--cruzeiros-color);
  border-bottom: 3px solid #411454;
}





/*Categoria Comida*/
.page-template-page-california .vpdo-sidebar{
  margin-top: 0px;
}
.page-template-page-california header#main-header{
  background: var(--california-color); 
}
.page-template-page-california .vpdo-featured-content .top-list .toplist-item span{
  background-image: linear-gradient(-180deg, var(--california-color) 0%, #a55612 100%);
}
.page-template-page-california .vpdo-featured{
  background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/hoteis-economicos-disney-20.jpg);
}

.page-template-page-california header#main-header .topheader-custom{
  border-color: #103c84;
}
.page-template-page-california .vpdo-category-list .vpdo-category-item h3{
  color: var(--california-color);
}
.page-template-page-california .vpdo-loardmore a{
  background: var(--california-color);
  border-bottom: 3px solid #411454;
}

.california-top-list__roteiros .california-toplist-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.california-top-list__roteiros .california-toplist-item img{
    width: 80px;
    height: auto;
    border-radius: 10px;
    margin-right: 15px;
}
.california-top-list__roteiros .california-toplist-item h3{
    font-size: 14px;
    margin-bottom: 3px;
    color: var(--california-color);
}
.california-top-list__roteiros .california-toplist-item .toplist-california__link{
  font-size: 12px;
  color: #929292;
}


.page-template-page-comida .vpdo-featured{background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/09/comidinhas-disneyland-1-870x335.jpg);}
.page-template-page-cruzeiros .vpdo-featured{background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2017/07/dcl-870x335.jpg);}
.page-template-page-alem-dos-parques .vpdo-featured{background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2016/02/nba-orlando-basquete-06-870x335.jpg);}
.page-template-page-compras .vpdo-featured{background-image: url(https://www.vaipradisney.com/blog/wp-content/uploads/2019/10/party-city-orlando-1-870x335.jpg);}




/*Navegaçnao owl carosel*/
.owl-nav{
  
}
.owl-nav button:focus{outline: none;}
.owl-nav button:hover{opacity: 0.9;}
.owl-nav button{
  top: 50%;
  margin-top: -22.5px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  position: absolute;
  background: url(../images/arrow-gray.svg) 50% 50% no-repeat !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 11px -5px rgba(0,0,0,0.50);
  color: transparent !important;
  background-position: 55% 50%;
}
.owl-nav button.disabled{display: none;}
.owl-nav button.owl-next{
    position: absolute;
    right: -5px;
}
.owl-nav.disabled{display: none;}
.owl-nav button.owl-prev{
    position: absolute;
    left: -10px;
    transform: rotate(-180deg);
}


.vpdo-container-pagina-title{
  width: 100%;
  background-color: #0782B1;
  margin-top: 100px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.vpdo-container-pagina-title h1{
  font-size: 30px;
  color: #FFFFFF;
}

.vpdo-container-pagina{
  background: #fff;
  padding: 30px; 
  color: #555;
  font-size: 16px;
}

.vpdo-container-pagina ul{
  margin-left: 30px;
  font-family: Arial,sans-serif;
      margin-bottom: 20px;
}
.vpdo-container-pagina ul li{
  font-family: Arial,sans-serif;
  line-height: 25px; 
}

.vpdo-container-pagina a span,
.vpdo-container-pagina a{
  color: #e17267 !important;
  font-family: Arial,sans-serif;
}

.vpdo-container-pagina b{
  font-family: Arial,sans-serif;
}

.vpdo-container-pagina span,
.vpdo-container-pagina strong,
.vpdo-container-pagina p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  
  line-height: 25px; 
}
.vpdo-container-pagina h3{
  font-size: 20px;
}


/*ROTEIROS*/
.galleryboxes-item:hover .galleryboxes-item-content{
  bottom: -60px;
  transition: all ease 0.5s;
}

.roteiros-tematicos .style-box-outros .galleryboxes-item-content{
  background-color: #2d5689;
  opacity: 0.9;
}
.roteiros-disneypelomundo .style-box-outros .galleryboxes-item-content{
  background-color: #4c16b3;
  opacity: 0.9;
}
.roteiros-aquaticos .style-box-outros .galleryboxes-item-content{
  background-color: #1694b3;
  opacity: 0.9;
}

.galleryboxes-item{
  background-position: center center;
  background-size: cover;
  width: 32.3%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0.5%;
  height: 200px;
  position: relative;
  float: left;
}
.galleryboxes-item-content{
    width: 100%;
    background-image: none;
   
    position: absolute;
    color: #fff;
    bottom: -125%;
    height: 300px;
    transition: all ease 0.5s;
}
.galleryboxes-item-content-header img{
    border-radius: 50%;
    margin: -25px 15px 0;
    display: block;
    height: 60px;
    width: 60px;
}
.page-template-page-servicosrecomendados .galleryboxes-item-content-header img.galleryboxes-icon{
    margin: 0 15px 0;
    display: block;
    height: auto;
    max-width: 35px;
    border-radius: 0;
    top: -10px;
    position: relative;
}


.galleryboxes-item-content-header h2{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-top: 15px;
  }
.galleryboxes-item-content-header{
  display: flex;
}
.galleryboxes-item-content-text{
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
}

.galleryboxes-item-content{
  background: #000000b8;
  background-color: #000000b8;
}
.galleryboxes-item-content .galleryboxes-inform{
  width: 26px;
  height: 24px;
  float: right;
  margin: 12px 12px 0 0;
  border-radius: 0;
  right: 0;
  position: absolute;
}

.roteiros-tematicos .galleryboxes-item-content{ 
  background: rgba(8,51,107);
  background-color: rgba(8,51,107,0.75);}
.roteiros-aquaticos .galleryboxes-item-content{
  background: rgba(11,126,137);
  background-color: rgba(11,126,137,0.75);
}

.wpcf7-form{
    max-width: 500px;
    margin: 0 auto;
}
.wpcf7-form input,
.wpcf7-form textarea{
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
.wpcf7-form input[type="submit"]{
  background-color: #0782b1;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px;
}

/*Ferramentas*/
.ferramentas-list-links .galleryboxes-item-content-header img{
    border-radius: 50%;
    margin: -5px 15px 0;
    display: block;
    height: 60px;
    width: auto;
}
.style-box-preparativos .galleryboxes-item-content{background-color: var(--preparativos-color); opacity: 0.9;}
.style-box-parques .galleryboxes-item-content{background-color: var(--parques-color); opacity: 0.9;}
.style-box-compras .galleryboxes-item-content{background-color: var(--compras-color); opacity: 0.9;}
.style-box-comida .galleryboxes-item-content{background-color: var(--comida-color); opacity: 0.9;}
.style-box-hospedagem .galleryboxes-item-content{background-color: var(--hospedagem-color); opacity: 0.9;}
.style-box-outros .galleryboxes-item-content{background-color: var(--cruzeiros-color); opacity: 0.9;}


/*Categories California*/
.cat-california-noticias{background-image: url(../images/category-california/california-category-thumb-noticias.jpg);}
.cat-california-hoteis{background-image: url(../images/category-california/california-category-thumb-hoteis.jpg);}
.cat-california-compras{background-image: url(../images/category-california/california-category-thumb-compras.jpg);}
.cat-california-alimentacao{background-image: url(../images/category-california/california-category-thumb-comida.jpg);}
.cat-california-passeios{background-image: url(../images/category-california/california-category-thumb-passeios.jpg);}
.cat-california-parques{background-image: url(../images/category-california/california-category-thumb-parques.jpg);}
.cat-california-preparativos{background-image: url(../images/category-california/california-category-thumb-preparativos.jpg);}
.cat-california-ingressos{background-image: url(../images/category-california/california-category-thumb-ingressos.jpg);}