#sp-footer, #sp-bottom a{
    color: #d62b2b;
}

/*ESPAÇO ENTRE ITENS DE MENU*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding-left: 20px;
}

/*DATA NA GRID DOS PACOTES*/
.spbooking-package .spbooking-package-meta {
    display: none !important;
}

/*DATA NOS DETALHES DOS PACOTES*/
.spbooking-details-date-wrap {
    display: none !important;
}

/*TEXTO DOS ARTIGOS DO BLOG*/
.view-article .container div[itemprop="articleBody"] {
	color: #6e6a6a;
}

/*ALTURA DA IMAGEM DE DETALHES DOS PACOTES*/
.spbooking-details-image .package-gallery .image-holder {
	height: 320px;
}

/*VISTA DE DETALHE DOS PACOTES*/
.overall-rating .spbooking-box, .travel-award .spbooking-box {
    display: none;
}

/*VISTA DE DETALHE DOS PACOTES*/
.tour-overview{
	display:none !important;
}

/*VISTA DE DETALHE DOS PACOTES*/
.tour-activities.mt-preset {
    display: none;
}

/*VISTA DE DETALHE DOS PACOTES*/
.accomodation-user-comments {
    display: none !important;
}



/*AVISO DE PACKAGE EXPIROU*/
.text-danger{
	display: none;
}

/*BANNER MAIS ALTO*/
.spbooking-view-details .carousel-background {
    padding: 180px 0px;
}

/*OFERTAS POR CATEGORIA OU REGIÃO - FAZ DESAPARECER CAMPOS DE PESQUISA*/
.topbar-search-options{
	display:none !important;
}

/*OFERTAS POR CATEGORIA OU REGIÃO - FAZ DESAPARECER TIPO DE VISTA*/
.view-style-switcher .view-style-grid, .view-style-switcher .view-style-list {
    display: none;
}

.view-style-switcher .text-mute {
    display: none;
}

.spbooking .spbooking-sidebar {
    /*display: none;*/
	background: url(../images/globo.jpg) no-repeat 50% 0 !important;
	/*height: 100%;*/
	height: 350px;
	margin-top: 40px;	
	/*background-size: auto;*/
    background-size: cover!important;
}

.spbooking-packages-filters-form {
	display:none;
}

@media only screen and (max-width: 760px) {
    .sppb-addon-text p{
        font-size:20px;
    }
    
    #offcanvas-toggler.offcanvas-toggler-right {
        margin-left: 10px !important;
    }
    
    .logo-image {
        height: 50px!important;
    }
    
    .spbooking-view-details .carousel-background {
        padding-top: 100px;
        padding-bottom: 50px;
        margin-left: 15px;
    }
}