/*
Theme Name: WP Drift
Theme URI: https://driftweb.com.br/
Author: DriftWeb
Author URI: https://driftweb.com.br/
Description: Tema para Wordpress leve e compacto, criado pela equipe de desenvolvimento da Drift Web.
Version: 0.1
*/


/**
 * Esse arquivo serve como reset, dar
 * suporte a navegadores antigos
 * e aplicação de padrões
 */


html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

/* Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

.comment-body p a{
	text-decoration: underline;
}

a:visited {
	color: inherit;
}

:focus {
	outline: 0;
}

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

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.subfooter {
	background-color: #c3e4b6;
}

.subfooter > div {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 15px;
}


/** Custom CSS - Plenus **/


.tipo_viagem_imageaviao, .tipo_viagem_imagecadeado, .tipo_viagem_imagecama, .tipo_viagem_imagechip, .tipo_viagem_imagemoeda, 
.tipo_viagem_imagetrem, .tipo_viagem_imageaviao-side, .tipo_viagem_imagecadeado-side, .tipo_viagem_imagecarro-side, .tipo_viagem_imagechip-side, 
.tipo_viagem_imagedinheiro-side, .tipo_viagem_imagerestaurante-side, .tipo_viagem_imageticket-side, .tipo_viagem_imagesetona-branca
{ display: inline-block; background: url('/wp-content/themes/wp-drift-master/assets/imgs/image_set.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left;  padding-right: 40px;}
 
.tipo_viagem_imageaviao { background-position: 0px -0px; width: 44px; height: 40px; }
.tipo_viagem_imagecadeado { background-position: 0px -40px; width: 44px; height: 40px; }
.tipo_viagem_imagecama { background-position: 0px -80px; width: 44px; height: 40px; }
.tipo_viagem_imagechip { background-position: 0px -120px; width: 44px; height: 40px; }
.tipo_viagem_imagemoeda { background-position: 0px -160px; width: 44px; height: 40px; }
.tipo_viagem_imagetrem { background-position: 0px -200px; width: 44px; height: 40px; }
.tipo_viagem_imageaviao-side { background-position: -6px -240px; width: 44px; height: 27px; }
.tipo_viagem_imagecadeado-side { background-position: -6px -267px; width: 44px; height: 27px; }
.tipo_viagem_imagecarro-side { background-position: 0px -294px; width: 44px; height: 27px; }
.tipo_viagem_imagechip-side { background-position: -6px -321px;width: 44px; height: 27px; }
.tipo_viagem_imagedinheiro-side { background-position: -6px -348px; width: 44px; height: 27px; }
.tipo_viagem_imagerestaurante-side { background-position: -6px -375px; width: 44px; height: 27px; }
.tipo_viagem_imageticket-side { background-position: -6px -402px; width: 44px; height: 27px; }
.tipo_viagem_imagesetona-branca { background-position: -6px -429px; width: 44px; height: 27px; }


.monte-sua-viagem-footer .monte-sua-viagem-footer-box .monte-sua-viagem-footer-title{padding: unset;}

/** lateral Home **/

.wpb_wrapper li{
    list-style: none;
}
.lateral-recomendada img{
    display: block;
    margin-bottom: 10px
}
.lateral-recomendada .titulo-recomendados{
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #000 !important;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px !important;
}
.lateral-recomendada p{
    display: grid;
    padding: 10px 0px;
    grid-template-columns: 1fr 1fr;
    font-family: 'Dosis', sans-serif;
}
.lateral-recomendada p span:first-child a{
    color:#2b829c;
    text-transform: uppercase;
}

.lateral-recomendada p span:nth-child(2){
    color: #7c7c7c;
    font-size: 15px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-align: end;
}