/*
Theme Name: Depois dos Quinze
Theme URI: https://www.depoisdosquinze.com.br
Author: Young Dog Studio
Author URI: http://facebook.com/youngdogstudio
Description: Para Bruna, com carinho <3
Version: 3.0
Text Domain: depoisdeyoung

HTML5 Boilerplate.
Créditos para Nicolas Gallagher, Jonathan Neal
Alterações: Phellipe Wanderley
Base styles: Opinionated Default

*/


@font-face {
    font-family: 'Shorelines-Script-Bold';
    src:url('fonts/Shorelines-Script-Bold.ttf.woff') format('woff'),
        url('fonts/Shorelines-Script-Bold.ttf.svg#Shorelines-Script-Bold') format('svg'),
        url('fonts/Shorelines-Script-Bold.ttf.eot'),
        url('fonts/Shorelines-Script-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_PoynterOSDisplay-Bold';
	src: url('fonts/PoynterOSDisplay-Bold.eot');
	src: local('☺'), url('fonts/PoynterOSDisplay-Bold.woff') format('woff'), url('fonts/PoynterOSDisplay-Bold.ttf') format('truetype'), url('fonts/PoynterOSDisplay-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, button, input, select, textarea { color: #222; }

body {
	font-size: 1em;
	line-height: 1.4;
}

/* Remove text-shadow in selection highlight. These selection declarations have to be separate. Customize the background color to match your design */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Remove the gap between images and the bottom of their containers  */
img { vertical-align: middle; }

a {
	text-decoration:none;
	-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
	cursor: pointer;
}

/* Remove default fieldset styles */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea { resize: vertical; }

/* Aviso para baixar o Chrome no IE7 */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Em caso de Float use clear para depois dos elementos */
.clear { clear:both; }
.clear.hidden { display:none; }

/* Corrige o padding para não expandir as caixas */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 
/////////////////////////

0. BODY & DEFINIÇÕES IMPORTANTES

/////////////////////////
*/

body {
	font: normal 14px/22px "Lato";
	color: #212121;
}

a { color:#343434; }


#back-to-top {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 20px;
	margin-bottom: -48px;
	border-radius: 50%;
	background: #c7e3db url('images/back.png') no-repeat center;
	-webkit-transition: background 0.6s ease, margin 0.6s ease, opacity 0.6s ease;
    -moz-transition: background 0.6s ease, margin 0.6s ease, opacity 0.6s ease;
    -o-transition: background 0.6s ease, margin 0.6s ease, opacity 0.6s ease;
    transition: background 0.6s ease, margin 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    z-index: 999;
}

#back-to-top:hover{ background-color: #a6d5c6; }

#back-to-top.show { opacity:1.0; margin-bottom:20px; }
.hidepostfooter { display:none; }

.block-disqus #disqus_thread {
    display: none;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
}

.show-comments { text-align: center; margin: 10px 0 30px; }

.show-comments span {
	background: #000;
	font: 900 10px/10px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 7px 10px;

}
.hold {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.hold .content {
	width:718px; 
	float: left;
	margin-bottom: 35px;
	position: relative;
}

.hold .autoauto { position:relative; margin-bottom: 20px;}

.socialshare {
	display:block;
	text-align: center;
}

.wishmod .head .left { width:80%; float:left; }

.wishmod .head .socialshare {
	width: 18%;
	float: right;
	text-align: right;
	padding: 30px 0 0 0;
}

.wishmod .head .socialshare .rede { margin: 0 3px; }


.content .postfooter { margin: 30px 0 0 0; }
.content.full {width:100% !important; }

.content .chamada {
	text-align: center;
	font: bold italic 20px/23px Georgia, serif;
	letter-spacing: 0.01em;
	padding: 0 100px;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
	opacity: 0.9;
}

.socialshare .rede {
	display: inline-block;
	width: 40px;
	height:40px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #a9a9a9;
	background-position: center;
	background-size: 100%;
	margin: 0 4px;
	opacity: 0.6;
		-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.socialshare .rede.fb { background-image: url('images/fb-share.png');}
.socialshare .rede.tw { background-image: url('images/twitter-share.png');}
.socialshare .rede.pin3 { background-image: url('images/pin-share.png');}
.socialshare .rede.whats { background-image: url('images/whats-share.png');}


.socialshare .rede:hover { opacity: 1.0; }

.content .mostrar {
	margin: 15px auto 30px auto;
	width: 188px;
	background: #000;
	font: 900 10px/10px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	padding-left: 23px;
	padding-right: 5px;
	vertical-align: middle;
	position: relative;
}


.content .mostrar .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  vertical-align: middle;
  border-top: 6px solid #fff;
  position: absolute; 
  left: 0;
  margin: 2px 0 0 12px;
  -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

.content .mostrar.aberto .arrow-down {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.content .disq {
	text-align:center;
	width: 100%;
	height: 500px;
	background: #ddd;
	display: none;
}


.hold .content.contentsingle {
	width: 750px;
}

.lines { margin: 0 0 50px 0; }
.lines .hold .traducao { position:absolute; right: 0; margin: -4px 0 0 0; }
.lines .rosa { width:100%; height:16px; display:block;  background:#fdcdc5; }
.lines .verde { width:100%; height:16px; display:block;  background:#d9f2ea; }
.lines .marmore { width:100%; height:16px; display:block;  background: url('images/linha-marmore.jpg') no-repeat center; background-size:cover; }

.header {
	margin: 0 0 43px 0;
	height: 75px;
}


.header .fixa .logo { 
	width:442px;
	height: 75px;
	float: left;
	background-size: cover;
	padding: 12px 0 0 0; 
	-webkit-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
    -moz-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
    -o-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
    transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
 }

 .header .fixa .logo:hover { opacity:0.7;}
.header .fixa.fixed .logo { width:270px;}

.header .fixa .logo img {
	width:100%;
	height:auto;
	-webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.header .fixa { 
	height: 75px;
}

.header .fixa .hold {
	background: url('images/menu.png') no-repeat bottom right;
	-webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background-size: 57% 13px;
}

.header .fixa .hold .navegar { display: none; }
.header .fixa .hold .navegar:hover { cursor:pointer; opacity:0.7; }
.header .fixa .hold .navegar.aberto {  opacity:0.7; }
.header .fixa .hold .bottom { display: none; }

.header .fixa.fixed .hold {
		width:1150px;
	padding: 0 25px;
	background-size: 100% 13px;
	background-position: bottom center;
	margin-bottom: -3px;
}

.header .fixa.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 999;
	height: 70px;
		 transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.header .menu {
	float: right;
	list-style: none;
	margin: 14px 0 0 0;
	padding: 8px 0 25px 0;
	width: 619px;
	
	-webkit-transition: opacity 0.6s ease, width 0.6s ease;
    -moz-transition: opacity 0.6s ease, width 0.6s ease;
    -o-transition: opacity 0.6s ease, width 0.6s ease;
    transition: opacity 0.6s ease, width 0.6s ease;
}

.header .menu .traducao {
	width: 100%;
	display: none;
	clear:both;
	text-align: center;
}

.header .fixa.fixed .menu { width:800px; padding-top:3px; }
.header .fixa.fixed .menu:hover { opacity:1.0; }

.header .menu li.menu-link { 
	display: inline-block;
	list-style: none;
	margin: 0 18px 0 0;
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	letter-spacing: 0.15em;
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header .fixa.fixed .menu li.menu-link {
	opacity:0.4;
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
   	vertical-align:middle;
}
.header .fixa.fixed .menu li.menu-link:hover  { opacity:0.8; }
.header .fixa.fixed .menu li.menu-link:hover { color: #3e3e3e; }

.header .menu li.menu-link:hover { color:#d88777; }

.header .menu li.social { 
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	vertical-align:middle;
}

.header .menu li.social .rede {
	display: inline-block;
	margin: 4px 6px 0 0;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
		-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.header .menu li.social .rede.fb { width:8px; background-image: url('images/fb-ico.png'); }
.header .menu li.social .rede.tw { width:16px; background-image: url('images/tw-ico.png'); }
.header .menu li.social .rede.yt { width:18px; background-image: url('images/yt-ico.png'); }
.header .menu li.social .rede.ig { width:15px; background-image: url('images/ig-ico.png'); }

.header .menu li.social .rede:hover { opacity: 0.7; }

.header .menu .search {
	width:0;
	height:23px;
	    vertical-align: top;
	overflow:hidden;
	padding: 2px 0 0 0;
	display: inline-block;
		-webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.header .fixa.fixed .menu .search { width:170px; overflow:auto;}

.header .menu .search .input {
	width: 100%;
	height:23px;
	padding: 0 0 0 20px;
	margin: 0;
	border: 0;
	outline: none;
	background: transparent url('images/busca.png') no-repeat left;
	font: italic 12px/13px "Georgia", serif;
	letter-spacing: 0.02em;
}

.header .menu .search .submit { display:none; }

/*  404 PAGE */

.pg404 { 	text-align: center; }

.pg404 .ops {
	font: normal 155px/155px "Shorelines-Script-Bold";
	color: #dedede;
	-webkit-font-smoothing: antialiased;
}

.pg404 .descricao {
	width: 52%;
	margin: 0 auto 30px;
	font: italic 20px/28px Georgia, serif;
	letter-spacing: 0.01em;
	color: #616161;
	-webkit-font-smoothing: antialiased;
}

.pg404 .buscagigante {
	width: 80%;
	margin: 0 auto 60px;
}

.pg404 .buscagigante .input {
	width: 83%;
	float: left;
	background: transparent;
	border: 1px solid #ddd;
	padding: 20px;
	font: italic 20px/20px Georgia, serif;
	outline: none;
	margin: 0;
	-webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    transition: border 0.4s ease; 
}

.pg404 .buscagigante .input:hover { border: 1px solid #939393; }
.pg404 .buscagigante .input:focus { border: 1px solid #585858; }

.pg404 .buscagigante .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c0c0c0;
}

.pg404 .buscagigante .input::-moz-placeholder { /* Firefox 19+ */
	color: #c0c0c0;
}
.pg404 .buscagigante .input:-ms-input-placeholder { /* IE 10+ */
	color: #c0c0c0;
}
.pg404 .buscagigante .input:-moz-placeholder { /* Firefox 18- */
	color: #c0c0c0;
}

.pg404 .buscagigante .submit {
	width: 15%;
	float: right;
	font: 900 17px/17px "Lato", Helvetica, sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 23px 0 0 0;
	text-align: left;
	outline: none;
	color: #a9a9a9;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; 
}
.pg404 .buscagigante .submit:hover { color: #616161; }

/* FAVORITOS */


.favoritos {
	margin: 0 0 30px 0;
}

.sidebar .favoritos {
	margin: 0 0 0 0;
	padding-left: 30px;
	border-left: 1px solid #ddd;
}

.sidebar.is_stuck { position: static; }

.favoritos .slides {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}


.sidebar .favoritos .slides {
	display: block;
    -webkit-flex-direction: none !important;
    flex-direction: none !important;
    justify-content: none !important;
flex-direction: !important;
    justify-content: !important;
      -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    -moz-column-fill: balance;
       column-fill: balance;

 /* -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
min-height: 322px;
overflow: hidden; */
}

.infinite-footer { display:none; }

.sidebar .favoritos .mais {
	width: 100%;
	height: 45px;
	text-align: center;
	background: url('images/maisposts.png') no-repeat center;
	font: 900 10px/10px "Lato", Heltetica, sans-serif;
	color: #ae8a7c;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 -15px 0;
	padding: 16px 0 0 0;
	position: relative;
	z-index: 6;
}


.sidebar .descricaoblog {
	margin: 0 0 20px 0;
	font: italic 13px/21px "Georgia";
	color: #4e4e4e;
}

.sidebar .favoritos .favorito {
	width: 100%;
    margin-bottom: 20px;
     column-break-inside: avoid;
    display: inline-block;

}

.favoritos .favorito {
	width:18%;
	position: relative;
     -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #9a9a9a;
    text-align: center;
    font: normal 14px/18px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
    letter-spacing: 0.02em;
     -webkit-font-smoothing: antialiased;
}

.favoritos .favorito:hover a {color: #626262; }
.favoritos .favorito a {  color: #9a9a9a;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }

.favoritos .favorito .thumb {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
    overflow: hidden; }

.favoritos .favorito .thumb img {
	width:100%;
	height:auto;
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    vertical-align: middle;
}

.favoritos .favorito:hover .thumb img {
	   transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}
/* POSTS HOME */

.divisoria {
	background: url('images/divisoria.png') no-repeat center;
	min-height: 9px;
	text-align: center;
	margin: 0 0 25px 0;
}

.divisoria.auto { margin-bottom:50px; }

.divisoria span { 
	font: normal 25px/25px "Shorelines-Script-Bold";
	color: #797979;
	text-align: center;
	display: block;
	background: #fff;
	padding: 0 20px;
	display:inline-block;
	-webkit-font-smoothing: antialiased;

}

.posts {}
.posts .mason {
-webkit-transition: height 0.8s ease;
    -moz-transition: height 0.8s ease;
    -o-transition: height 0.8s ease;
    transition: height 0.8s ease;
flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.grid-sizer { width: 337px; }

.posts .gutter-sizer { width: 4%; }

.posts .post {
	width: 30.2%;
	display:inline-block;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
     -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transform: scale(0);
    -webkit-transition: opacity 0.8s ease, transform 1.2s ease;
    -moz-transition: opacity 0.8s ease, transform 1.2s ease;
    -o-transition: opacity 0.8s ease, transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease;
}


.posts .post:hover .imagem img
{
        -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        transform: scale(1.05) !important;
}

.posts .post.revelado {
	opacity: 1.0;
	transform: scale(1);
}

.posts .post .imagem {}
.posts .post .imagem img {
		z-index:2;
	width:100%;
	height:auto;
	    -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
    -moz-transition: opacity 0.8s ease, transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
}


.posts .post .categoria {
	text-align:center;
	margin: -13px 0 0 0;
	position: relative;
	z-index: 3;
}

.posts .post .categoria span {
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 9px 26px;
	font: 900 9px/9px "Lato";
	color: #d88777;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	background-image: linear-gradient(to right,
                                      #fdedeb,
                                      #fdedeb 50%,
                                      transparent 50%,
                                      transparent);
    background-position: 104% 0;
    background-size: 204% 104%;
    background-repeat: no-repeat;
    transition: background 0.8s ease, color 0.8s ease, border 0.8s ease;
}

.posts .post:hover .categoria span
{
        background-position: 0 0; 
        border-color:#fdedeb;

}


.posts .post .categoria span a { color: #d88777; }

.posts .post h2 {
	margin: 22px 0 12px 0;
	padding: 0;
	text-align: center;
	font: normal 20px/23px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000;
	letter-spacing: 0.025em;
	-webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    -webkit-font-smoothing: antialiased;
}

.posts .post:hover h2  { opacity:0.7 }

.posts .post .descricao {
	font: italic 13px/18px "Georgia", serif;
	color: #474747;
	letter-spacing: 0.01em;
	text-align: center;
	-webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.posts .post .descricao p { display: inline; }

.posts .post .descricao span.continue { display: none; }

.posts .post:hover .descricao { opacity:0.5; }


/* INTERNO / SINGLE */

.interno { margin: 0 0 50px 0;}

.content.contentsingle .interno { margin-bottom: 0; }

.autoauto .tags {
	background: #efefef;
	padding: 30px 40px;
	margin: 20px 0 0 0;
	text-align: center;
}

.autoauto .tags b {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
	-webkit-font-smoothing: antialiased;
	padding: 0 0 10px 0;
	text-align:center;
}

.autoauto .tags a { 
display: inline-block;
background: #8b8b8b;
color: #fff;
font: 900 8px/8px "Lato", Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 0.2em;
padding: 5px 7px;
margin: 0 4px 0 0;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.autoauto .tags a:hover { background-color: #000; }



.fullhead {
	width: 100%;
	text-align: center;
	padding: 0px;
	background: #fdedeb;
	border: 1px solid #ddd;
	margin: 0 0 0px 0;
}

.fullhead.is_stuck {
	z-index: 998;
}

.fullhead.is_stuck .border {

}

.fullhead .border { 
padding: 60px 40px;
border: 12px solid #fff;
	-webkit-transition: padding 0.8s ease;
    -moz-transition: padding 0.8s ease;
    -o-transition: padding 0.8s ease;
    transition: padding 0.8s ease;
}

.fullhead .categoria span {
	text-transform: uppercase;
	font: 900 11px/11px "Lato";
	color: #d88777;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.fullhead h1 {
	padding: 0;
	margin: 0 0 13px 0;
	font: normal 40px/44px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.fullhead h1:hover { color:#525252; }

.fullhead .infos { text-align:center; }

.fullhead .infos .data {
	font: italic 15px/15px "Georgia";
	letter-spacing: 0.01em;
	opacity: 0.6;
}


/* WISHLIST */

.wishbox {
	display:flex;
	padding: 20px;
	background: #ededed;
	margin: 0 0 50px 0;
}
.wishbox .imagem {
	width: 40%;
	flex:1;
}

.wishbox .imagem img {
	width:100%;
	height: auto;
}

.interno.wishmod { margin-bottom: 0; }

.wishbox .conteudo {
	width: 60%;
	flex:1;
	position: relative;
}

.conteudo.hideyt iframe { display:none; }
.conteudo.hideyt object { display:none; }

.wishbox .conteudo .scroll {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 10px 40px 10px 20px;
}

/* INTERNO */

.interno .head { margin: 0 0 15px 0; }

.interno .head .categoria {
	position: relative;
	z-index: 3;
	margin: 0 0 10px 0;
}

.interno .head .categoria span {
	background: #fdedeb;
	padding: 7px 20px;
	font: 900 9px/9px "Lato";
	color: #d88777;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    transition: background 0.8s ease;
}

.interno .head .categoria:hover span
{
	background-color: #f8cfcd;
}

.interno .head .categoria span a { color: #d88777; }


.interno .head .categoria.first span { background: #eeeeee; }
.interno .head .categoria.first span a { color: #9b9b9b; }

.interno .head h1 {
	padding: 0;
	margin: 0 0 3px 0;
	font: normal 33px/34px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color: #000000;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.interno .head h1:hover { color:#525252; }

.interno .head .infos {}
.interno .head .infos div {
	display: inline-block;
	font: italic 13px/13px "Georgia";
	color: #8c8c8c;
	margin: 0 8px 0 0;
	padding: 0 0 0 19px;
}

.interno .head .infos div.autor { background: url('images/autor-ico.png') no-repeat left; }
.interno .head .infos div.data { background: url('images/data-ico.png') no-repeat left; }

.interno .head .infos div b {
	font: 900 10px/10px "Lato", Helvetica, sans-serif;
	color: #81a49f;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.interno .imagem {
	width: 100%;
	height:auto;
	margin: 0 0 20px 0;
}

.conteudo {
	font: normal 15px/25px "Georgia", serif;
	color: #1d1d1d;
	letter-spacing: 0.02em;
	position:relative;
	z-index: 4;
}


.conteudo .wp-caption {
	width: 100% !important;
	overflow:hidden;
	position: relative;
}

.conteudo .wp-caption .wp-caption-text {
	position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px 15px;
    margin: 0 0 -40px 20px;
   	opacity: 0;
   	font-size: 12px;
    -webkit-transition: opacity 0.8s ease, margin 0.8s ease;
    -moz-transition: opacity 0.8s ease, margin 0.8s ease;
    -o-transition: opacity 0.8s ease, margin 0.8s ease;
    transition: opacity 0.8s ease, margin 0.8s ease;
    font: italic 12px/12px "Georgia";
}

.conteudo .wp-caption:hover .wp-caption-text {
	opacity: 1.0;
	margin-bottom: 20px;
}

.conteudo .wp-caption .wp-caption-text b, .interno .conteudo .wp-caption .wp-caption-text strong {
	font: 900 10px/10px "Lato";
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: uppercase;
}


.conteudo .wp-caption img { width:100%; height:auto; }

 .conteudo h2 {
	font: italic 22px/24px "Georgia"; 
	background: url('images/divisoria.png') no-repeat bottom;
	padding-bottom: 20px;
	margin: 25px 0 10px;
	background-size: 100% 9px;
}

.conteudo h3 {
	font: 900 15px/17px "Lato"; 
	margin: 25px 0 10px;
	text-transform: uppercase;
	color: #3a3a3a;
	letter-spacing: 0.1em;
}

.conteudo u { text-decoration:none; font-weight:bold; color:#000; border-bottom: 3px solid #d4ece8; } 
.conteudo hr { margin: 2em 0; }
.conteudo img { width:100%; height:auto; margin: 5px 0; }
.conteudo i, .interno .conteudo em { color:#5e5e5e; }
.conteudo b, .interno .conteudo strong {
	font: normal 15px/22px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
	color:#4b4b4b;
	letter-spacing: 0.02em;
}
.conteudo a { color:#d89ca7; }
.conteudo a:hover { color:#e77373; }
.conteudo span.marcado {
	background:#f7e8d8;
	color: #896f62;
}

.conteudo span.continue {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	color: #b6b6b6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.conteudo ul { margin-left:0; padding-left:0; }

.conteudo ul li {
    counter-increment: step-counter;
    list-style-type: none;
    padding: 15px 60px 15px 0px;
    border-top: 1px solid #ddd;
    margin: 3px 0;
    color: #7b7b7b;
    font: italic 16px/19px "Georgia";
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    -moz-transition: background 0.4s ease, border 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
    position: relative;
}


.conteudo ol { margin-left:0; padding-left:0; }

.conteudo ol li {
    counter-increment: step-counter;
    list-style-type: none;
    padding: 20px 60px 20px 60px;
    border-top: 1px solid #ddd;
    margin: 3px 0;
    color: #7b7b7b;
    font: italic 16px/19px "Georgia";
    -webkit-transition: background 0.4s ease, border 0.4s ease;
    -moz-transition: background 0.4s ease, border 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease;
    position: relative;
    min-height: 50px;
}

.conteudo ol li::before {
  content: counter(step-counter);
  font: normal 17px/35px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  margin: -17.5px 0 0 0;
  position:absolute;
  text-align: center;
    -webkit-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
    -moz-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
    -o-transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
}

.conteudo ol p { margin-top: 0; font-size: 14px; line-height:23px; padding-left:60px; }

.conteudo ol li:hover:before { border-color:#edabb7; background:#edabb7; color:#ab6271; }

.wishmod .conteudo ol li { font-size: 14px; line-height:22px; padding-right:0; }
.wishmod .conteudo ol li::before { background:#fff; border:0; }
.wishmod .conteudo ol li:hover:before { background:#000; color:#fff; }

.conteudo img.alignright {float:right; margin:0 0 1em 1em; max-width: 50%;}
.conteudo img.alignleft {float:left; margin:0 1em 1em 0; max-width: 50%; }
.conteudo img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.conteudo img a img.alignright {float:right; margin:0 0 1em 1em; max-width: 50%; }
.conteudo img a img.alignleft {float:left; margin:0 1em 1em 0; max-width: 50%; }
.conteudo img a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.conteudo body {
    background: #e6e4e4;
}
.conteudo blockquote {
    color: #89726e;
    background: #f0e5dc;
    margin: 20px auto;
    position: relative;
    width: 100%;
   
    background-image: -webkit-radial-gradient(#fff 30%, transparent 20%),
                      -webkit-radial-gradient(#cfcfc3 38%, transparent 24%),
                      -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%,
                                                   hsla(180,75%,50%,.1) 95%, hsla(180,75%,50%,.1) 100%);
    background-image: -moz-radial-gradient(#fff 30%, transparent 20%),
                      -moz-radial-gradient(#cfcfc3 38%, transparent 24%),
                      -moz-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%,
                                                   hsla(180,75%,50%,.1) 95%, hsla(180,75%,50%,.1) 100%);
    background-image: radial-gradient(#fff 30%, transparent 20%),
                      radial-gradient(#cfcfc3 38%, transparent 24%),
                      linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%,
                                                   hsla(180,75%,50%,.1) 95%, hsla(180,75%,50%,.1) 100%);
    background-position: 4px 1px, 4px 0px, 50% 0px;
    background-repeat: repeat-y,  repeat-y, repeat;
    background-size: 30px 30px, 30px 30px, 30px 30px;
    padding: 14px 48px 23px 100px;
}

.conteudo blockquote b, .interno .conteudo blockquote strong {
	font: bold italic 15px/30px "Georgia";
	color: #895858;
}

.conteudo blockquote:after {
    border-left: 2px solid hsla(0,95%,50%,.1);
    border-right: 2px solid hsla(0,95%,50%,.1);
    bottom: 0;
    content: '';
    left: 60px;
    position: absolute;
    top: 0;
    width: 3px;
}

.conteudo blockquote p {
    font: italic 16px/30px "Georgia";
    margin-bottom: 5px;
}

span.ret {
	font: 900 12px/11px "Lato";
	color: #7f7f7f;
	padding-left: 4px;
	letter-spacing: 0.1em;
}

/* PÁGINA */

.pagina { margin-bottom:50px; }

.pagina .head {
	margin: 0 0 40px 0;
	text-align: center;
}

.pagina .head .titulo { 
	color: #b6b6b6;
	font: normal 54px/55px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.pagina .head .descricao {
	color: #868686;
	font: italic 18px/18px "Times New Roman"; 
}

.pagina .lugares {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.pagina .lugares .lugar {
	width: 23.5%;
	 -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.pagina .lugares .lugar .thumb {
	width:100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	   display: inline-block;
}

.pagina .lugares .lugar .titulo {
	font: normal 20px/23px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
    color: #000000;
}

.pagina .lugares .lugar .loc {
	margin: 4px 0 0 0;
	font: italic 14px/14px "Georgia"; 
	color: #868686;
}

.pagina .lugares .lugar .thumb img {
	width: 100%;
	height: auto;
	    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;

}
.pagina .lugares .lugar:hover .thumb img {

	   transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}


.pagina .detail { margin: 0 0 40px 0; }

.pagina .detail .imagem {
	width: 45%;
	float: left;
}

.pagina .detail .imagem img {
	width: 100%;
	height: auto;
}

.pagina .detail .info {
	float: right;
	width: 51%;
}

.pagina .detail .info .conteudo p{
  margin:0;
}
.pagina .detail .info .conteudo p + p{
  margin-top:10px;
}

.pagina .detail .info .acoes { margin:30px 0 0 0; }

.pagina .detail .info .acoes .socialshare {
	float:left;
	margin: 0 15px 0 0;
}

.pagina .detail .info .acoes .socialshare .rede { margin: 0 4px 0 0; }

.pagina .detail .info .acoes .botao {
	float: left;
	background: #ddd;
	padding: 13px 15px;
	font: 900 10px/10px "Lato";
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.pagina .colunas {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.pagina .colunas .coluna {
	width: 31%;
	 -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.pagina .colunas .coluna .box {
	border: 12px solid #f0f0f0;
	padding: 30px;
	text-align: center;
}

.pagina .colunas .coluna .box h1 {
	font: italic 17px/17px "Times New Roman";
	margin: 0;
	padding: 0;
	color: #555555;
}

.pagina .colunas .coluna .box a + h1 {
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #ddd;
}


.pagina .colunas .coluna .box h2 {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 15px 0 10px;
	padding: 0;
}

.pagina .colunas .coluna .box a {
	display:block;
	font: normal 10px/22px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


.pagina .colunas .coluna .box a[target="_blank"] { font-weight: 900; font-size:20px; } 

.pagina .colunas .coluna .box a:hover { color:#99c8cb; }


/* 
.pagina .detail .info .conteudo p{
  margin:0;
}
.pagina .detail .info .conteudo p + p{
  margin-top:10px;
}
*/

/* NEWSLETTER */

.newsletter { 
	width: 100%;
	clear:both;
} 

.newsletter .box { 
	background: #f0f1f1;
	position: relative;
	z-index: 2;
	height: 115px;
	padding: 35px 45px 20px 45px;
}

.newsletter .box .selo {
	width: 256px;
	height: 73px;
	background: url('images/selos.png') no-repeat center;
	right: 0;
	top: 0;
	margin: -40px 34px 0 0;
	position: absolute;
}

.newsletter .circulo {
	width:90px;
	height: 90px;
	border-radius: 50%;
	background-color: #ffe1db;
	position:absolute;
	z-index: 1;
	margin: -29px 0 0 -29px;
	transform: scale(1);
    -webkit-transition: transform 1.2s ease;
    -moz-transition: transform 1.2s ease;
    -o-transition: transform 1.2s ease;
    transition: transform 1.2s ease;
    z-index: 1;
}

.newsletter:hover .circulo {
 -webkit-transform: scale(1.2) !important;
        -ms-transform: scale(1.2) !important;
        transform: scale(1.2) !important;
}

.newsletter .novidades {
	width: 220px;
	float: left;
	color: #636363;
	font: normal 34px/35px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.newsletter .novidades span {
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	color: #b6b7b8;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: block;
}

.newsletter .form {
	float: right;
	width: 400px;
	padding: 20px 0 0 10px;
}

.newsletter .form .ck_form.ck_naked .ck_form_fields { padding:0 !important; }

.newsletter .form .ck_email_address, .newsletter .form .ck_first_name {
	width: 200px !important;
	border: 0 !important;
	color: #707070 !important;
	border-bottom: 2px solid #c2c2c2 !important;
	padding: 0 0 8px 0 !important;
	font: italic 13px/13px Georgia, serif !important;
	float: left !important;
	letter-spacing: 0.02em !important;
	margin: 0 10px 0 0 !important;
	background: transparent !important;
	outline: none !important;
	height: auto !important;
}

.newsletter .form .ck_form.ck_naked { margin: 0 !important;}

.newsletter .form .ck_first_name { width: 100px !important; }

.newsletter .form  .ck_form.ck_naked p {
	margin: 0 !important;
	font: italic 12px/15px "Georgia"; 
	text-align: left !important;
}

.newsletter .form #ck_success_msg { padding: 0 !important; background: transparent !important; border: 0 !important; }
.newsletter .form .subscribe_button {
	width: 40px !important;
	border: 0 !important;
	padding: 0 0 10px 0 !important;
	font: 900 18px/18px "Lato" !important;
	text-transform: uppercase !important;
	float: left !important;
	letter-spacing: 0.1em !important;
	color: #abaaaa !important;
	background: transparent !important;
	margin: 0 !important;
	outline: none !important;
	-webkit-transition: color 0.4s ease !important;
    -moz-transition: color 0.4s ease !important;
    -o-transition: color 0.4s ease !important;
    transition: color 0.4s ease !important;
}

.newsletter .form .subscribe_button:hover {color: #6f6e6e !important;;  }



/* CATEGORIA */


.categoryhead {
	width: 100%;
	margin: 0 0 30px 0;
}

.categoryhead h1 {
	margin: 0;
	padding: 0;
	color: #636363;
	text-align: center;
	font: normal 44px/45px "Shorelines-Script-Bold";
	-webkit-font-smoothing: antialiased;
}

.categoryhead h1 span.cat { vertical-align: middle; }

.categoryhead h1 span.visu {
	font: italic 15px/55px "Georgia";
	vertical-align: middle;
	display: inline-block;
padding: 0 10px 0 0;
}

.categoryhead h1 span.visu b {
	font: 900 30px/30px "Lato";
	vertical-align: middle;
	padding: 0 3px;
}


/* FULLVIDEO */

.fullvideo {
	width: 100%;
position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

.fullvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* SIDEBAR */

.hold .sidebar {
	width: 337px;
	float: right;
	margin: 0 0 30px 0;
}

.hold .sidebar.sidesingle { width:320px; padding-top:30px; }

.hold .titulofixo.full { width:1100px; }
.hold .titulofixo.full .left { width:80%; }
.hold .titulofixo.full .right { width:20%; }

.hold .titulofixo {
	color:#000;
	background:#fff;
	width: 780px;
	padding: 0 0 10px 0;
	
	position: absolute;
	border-bottom: 1px solid #ddd;
		-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 998;
    opacity:0;
        font: 900 12px/12px "Lato", Helvetica, Arial;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
}

.hold .titulofixo .left {
	width: 630px;
	float: left;
		padding-top: 20px;
	height: 35px;
	overflow: hidden;
}

.hold .titulofixo .right {
	width: 130px;
	float: right;
	padding: 12px 20px 0 0;
}

.hold .titulofixo .right .socialshare { text-align:right; }

.hold .titulofixo .right .socialshare .rede {
	width:25px;
	height:25px;
	margin: 0 0 0 2px;
}

.hold .titulofixo span { font:italic 11px/11px Georgia, serif; color:#a5a5a5; letter-spacing:0.1em; margin-right:3px; text-transform:none;}


.hold .titulofixo.is_stuck { opacity:1.0; }


.hold .sidebar .perfil { margin: 0 0 20px 0; }
.hold .sidebar .perfil .foto {
	width: 100%;
	height: 333px;
	background: url('images/perfil.jpg') no-repeat;
	background-position: 0 0;
	margin: 0 0 25px 0;
}

.hold .sidebar .perfil:hover .foto {
	background-position: bottom;
-webkit-animation: desk 1.5s 0.5s steps(2) infinite;
}

@-webkit-keyframes desk{
   from {
      background-position: 0 0;
   }
   to {
      background-position: 0 200%;
   }
}


.hold .sidebar .perfil .descricao {
	font: italic 13px/20px "Georgia", serif;
	color: #4e4e4e;
	letter-spacing: 0.015em;
	text-align: center;
}

.hold .sidebar .girlpower { margin: 0 0 24px 0;  }

.hold .sidebar .girlpower .titulo {
	font: normal 25px/25px "Shorelines-Script-Bold";
	color: #797979;
	text-align: center;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hold .sidebar .girlpower .avatar { width:30%; float: left; height:112px; overflow:hidden; margin:0 5px; }
.hold .sidebar .girlpower .avatar img { width:100%; height:auto; border-radius:50%; }
.hold .sidebar .spotify { background: #f0f1f1; height:80px; margin: 0 0 25px 0; }

.hold .sidebar .livros {
	height:157px;
	margin: 0 0 25px 0;
}

.hold .sidebar .livros .slideshow {
	width: 294px !important;
	height:157px;
	float: left;
  white-space : nowrap; /* this does the trick */
          overflow : hidden; /* this prevents the grey divs from overflowing */
}

.hold .sidebar .livros .slideshow .slide {
	width:104px;
	height:157px;
	margin: 0 8px 0 0;
	display: inline-block;
    vertical-align : top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.hold .sidebar .livros .slideshow .slide .link {
	position: absolute;
	width: 100%;
	height: 100%;
}


.hold .sidebar .livros .arrow {
	width: 40px;
	height: 157px;
	float: right;
	background: url('images/arrow-livros.png') no-repeat center;
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.hold .sidebar .livros .arrow:hover { opacity:1.0; cursor:pointer; }

.hold .sidebar .plugin-desc { display:none; }


.hold .sidebar.sidesingle .autor {
	border-left: 1px solid #ddd;
	padding-left: 30px;
	margin-bottom: 30px; 
}

.hold .sidebar.sidesingle .autor .head { margin-bottom: 14px; }
.hold .sidebar.sidesingle .autor .head .avatar {
	width: 70px;
	height: 70px;
	background: #ddd;
	border-radius: 50%;
	float: left;
}

.hold .sidebar.sidesingle .autor .head .info {
	width: 200px;
	float: right;
}

.hold .sidebar.sidesingle .autor .head .info .publicado {
	font: 900 10px/15px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.hold .sidebar.sidesingle .autor .head .info .mais {
	display: inline;
	padding: 5px 15px;
	font: 900 8px/8px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #ebebeb;
}

.hold .sidebar.sidesingle .autor .head .info .nome {
    font: normal 20px/20px "Conv_PoynterOSDisplay-Bold", "Georgia", serif;
    color: #000000;
    letter-spacing: 0.06em;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
}

.hold .sidebar.sidesingle .autor .descricao {
	font: italic 13px/20px Georgia, serif;
	color: #575757;
}

/*

NAVEGAÇÃO

*/

.paginator {
	font: bold 10px/10px "Lato";
	margin-top: 10px !important; }


.paginator table td { padding-bottom: 10px !important; }


.paginator span a { color:#959595; }
.paginator span a:hover {
	background: #fcc387 !important;
	padding: 7px 12px !important;
	border-radius: 50% !important;
	color: #fff;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.paginator span strong {
	background: #ff8d84 !important;
	color: #fff;
	padding: 7px 12px !important;
	border-radius: 50% !important;
}

.paginator .current_page_mark { background-color: #ff8d84 !important;  }
.paginator .scroll_thumb { background-color: #59c4fe !important;  }



.malinky-ajax-pagination-loading { display:none; text-align:center ;}

.malinky-load-more {
	background: url('images/loadmore.jpg') no-repeat bottom right;
	min-height: 159px;
	padding-top: 49px;
	text-align:center;
}

.malinky-load-more a {
	border: 2px solid #a4a4a4;
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	color: #696969;
	text-transform: uppercase;
	padding: 25px 0;
	letter-spacing: 0.2em;
}

.malinky-load-more a:before {
	content:' ';
	height: 2px;
	width: 500px;
	display: inline-block;
	font-size: 2px;
	width: 128px;
	margin-right: 27px;
		margin-top: -4px;
	background: #a4a4a4;
	-webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.malinky-load-more a:after {
	content:' ';
	height: 2px;
	display: inline-block;
	font-size: 2px;
	margin-left: 27px;
	margin-top: -4px;
	width: 130px;
	background: #a4a4a4;
	-webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.malinky-load-more a:hover:after, .malinky-load-more a:hover:before {
	width:170px;
}


.footer {
	width: 100%;
	background: #e9e9e9;
	padding: 50px 0 35px 0;
}

.footer .instagram { margin-bottom: 30px; }

.footer .instagram .divisoria span { background: #e9e9e9; }

.footer .instagram .fotos {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.footer .instagram .fotos .foto {
	width:18.3%;
	position: relative;
     -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border: 6px solid #ffffff;
    overflow: hidden;
}

.footer .instagram .fotos .foto img {
	width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: block;
        object-fit: cover;
 }

.footer .mapa { margin-bottom: 30px; }

.footer .mapa .coluna {
	width: 16.6%;
	float: left;
}

.footer .mapa .cleaner { display: none; }

.footer .mapa .coluna ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .mapa .coluna h3 {
	color: #595959;
	font: 16px/16px "Conv_PoynterOSDisplay-Bold", Helvetica, sans-serif;
	letter-spacing: 0.08em;
	padding: 0;
	margin: 0 0 15px 0;
}

.footer .mapa .coluna li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	color: #868686;
	font: italic 13px/15px "Georgia", serif;
	letter-spacing: 0.02em;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.footer .mapa .coluna li:hover { color: #a4a4a4; }

.footer .disclaimer { }

.footer .disclaimer .logo {
	width: 20%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
	opacity: 0.4;
}

.footer .disclaimer .logo img { width:100%; height:auto; }

.footer .disclaimer .copy {
	width: 68%;
	font: italic 13px/20px "Georgia";
	float: left;
	padding: 15px 50px 0;
	color: #909090;
	text-align: center;
}

.footer .disclaimer .assinatura {
	width: 12%;
	height: 70px;
	background: url('images/assinatura.png') no-repeat center;
	float: left;
}

.responsivo { display: none; }

@media only screen
and (max-width: 1100px) {

.hold { width:960px; }
.header .fixa.fixed .hold { width:960px; padding-left:0; }
.header .fixa .hold { background-size: 62% 13px; }
.header .fixa .logo { width:342px; }

.header .menu { width:580px; }
.header .fixa.fixed .logo { width: 220px; padding-top:15px; }
.header .fixa.fixed .menu { width:690px; }

.header .menu li.menu-link { margin-right:14px; letter-spacing: 0.1em; }
.header .fixa.fixed .menu .search { width:120px; }
.conteudo { font: normal 14px/22px "Georgia", serif; }
.hold .content { width:628px; }
.hold .sidebar { width:300px; }
.hold .sidebar .perfil .foto { background-position:center top; }
.hold .sidebar .perfil .fot:hover { background-position:center bottom; }
@-webkit-keyframes desk{
   from {
      background-position:;
   }
   to {
      background-position:;
   }
}

.hold .sidebar .livros .slideshow { width: 254px !important; }
.hold .sidebar .spotify iframe { width:100%;}
.posts .post { width:290px; }

.footer .disclaimer .assinatura { width:15%; }
.footer .disclaimer .copy { width:62%; }

.hold .sidebar.sidesingle { width:290px; } 
.hold .titulofixo { width:670px; }
.hold .sidebar.sidesingle .autor .head .info { width:175px; }
.hold .titulofixo .left { width:540px; }
.hold .content.contentsingle { width:640px; }
.favoritos .favorito { font-size:13px; line-height:16px; }
.hold .sidebar.sidesingle .autor .descricao { font-size:12px; line-height:18px; }
.newsletter .box { padding-right:10px; }
.newsletter .novidades { width:170px; font-size:28px; line-height:40px; }
.content .chamada { font-size:18px; line-height:21px; }
.interno .head h1 { font-size:29px; line-height:30px; }
.conteudo ol li, .conteudo ul li { font-size:15px; }
.conteudo h2 { font-size:20px; line-height:22px; }
.pagina .detail .info .acoes .socialshare { float:none; text-align:left; display:block; margin: 0 0 10px 0;}
.pagina .detail .info .acoes { margin-top: 20px; }
.pagina .head .titulo { font-size:50px; line-height:50px; }
.categoryhead h1 { font-size:41px; line-height:41px; }
.malinky-load-more a:before { width:90px; }
.malinky-load-more a:after { width:90px; }
.malinky-load-more a:hover:before { width:130px; }
.malinky-load-more a:hover:after { width:130px; }
}

@media only screen
and (max-width: 960px) {
.newsletter { display:none; }
.hold .titulofixo { display: none; }
.lines { display: none; }

.header .menu .traducao { display:block; padding: 0 30px;  }

.header { height: 120px; margin: 0;}
	.hold { width: 100%; padding: 0 40px;  }
	.header .fixa .logo { width:40%; height:auto; padding: 8px 0 13px; float:none; display: inline-block; margin: 0 15px 0 0 ;}
	.header .fixa.fixed .logo { width:40%; padding: 8px 0 13px; }
	.header .fixa .hold { text-align: center; background:transparent; padding:0; background:#fff; margin: 0 0 13px 0;}
	.header .fixa.fixed .hold { width: 100%; padding:0; }
	.header .fixa {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		height: auto;
		padding: 0;
		z-index: 9999;
	}

	.header .fixa .hold .bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 13px;
		display: block;
		margin: 0 0 -6px 0;
			background: url(images/menu.png) no-repeat bottom center;
		background-size: 100% 13px;
	}

	.header .fixa.fixed { height:auto; }

	.header .fixa .hold .navegar {
		display: inline-block;
		font: 900 13px/13px "Lato";
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	/* Dropdown */

		.header .fixa .menu, .header .fixa.fixed .menu {
			width: 100%;
			margin: 0 0 0 0;
			left: 0;
			top:0;
			padding: 0;
			display: none;
		}

		.header .fixa .menu li,.header .fixa.fixed .menu li {
			width: 50%;
			float: left;
			margin: 0;
			padding: 15px 0;
			text-align: center;
			background: #fff;
			border-top: 1px solid #ddd;
		}

		.header .fixa .menu li.social { width: 50%; }
		.header .menu .search,.header .fixa.fixed .menu .search { width:50%; overflow:auto;  height:auto; float:left; border-top: 1px solid #ddd; padding: 13px 0 0 0; display:block;}
	.header .fixa .menu .search .input, .header .fixa.fixed .menu .search .input { width:100%; }
	.header .menu .search .submit { display:none; }
	.hold .content { width: 100%; }
	.hold .content.contentsingle { width:100%; }
.interno .head { text-align: center; }
	.content .chamada { padding: 0; }
	.hold .sidebar.sidhome { display: none; }

.favoritos .favorito {
	width: 31%;
}

.posts .gutter-sizer { width:4%; }
.posts .post { width: 48%; }
.malinky-load-more a:before { display: none; }
.malinky-load-more a:after { display: none; }
.malinky-load-more a { padding:20px 30px;   width:100%;  display: inline-block; }
.malinky-load-more { background: transparent; min-height:auto; padding-top: 0; margin-bottom: 40px;  }

.posts .post h2 { font-size: 16px; line-height:18px; margin-top:15px;  }
.posts .post .categoria span { padding: 6px 18px; }

.footer .mapa .coluna { width:33.3%; overflow:hidden; padding-right: 20px; text-align: center; }
.footer .mapa .cleaner { display: block; }

.favoritos .favorito.disabled-4 { display: none; } 
.favoritos .favorito.disabled-5 { display: none; } 
.footer .mapa .coluna h3 { margin:10px 0; }

.footer .disclaimer .logo { display: none;}
.footer .disclaimer .copy { width: 100%; padding:0; margin: 0 0 10px 0; }
.footer .disclaimer .assinatura { width: 100%; }

.hold .sidebar.sidesingle { width: 100%; border: 0; padding: 0; }
.hold .sidebar.sidesingle .autor { padding-left: 0; border: 0; }
.sidebar .favoritos { padding-left: 0; border: 0; }

.sidebar .favoritos .slides { 
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.sidebar .favoritos .favorito { display: block; }
.sidebar .favoritos .slides .favorito.disabled-4 { display: none; }
.hold .titulofixo { padding: 0; }
.titulofixo .socialshare { display: none; }
.hold .titulofixo .left { width: 100%; text-align: center; }

.hold .sidebar.sidesingle .autor .head { width:30%; float:left;}
.hold .sidebar.sidesingle .autor .descricao { width:67%; float:right; }
.hold .sidebar.sidesingle .autor { margin-bottom: 10px; }
.hold .sidebar.sidesingle .autor .head .avatar {
	width: 25%;
	border-radius: 0%;
	background: transparent;
}

.hold .sidebar.sidesingle .autor .head .avatar img {
	width: 100%;
	border-radius: 50%;
	background: #ddd;
}

.hold .sidebar.sidesingle .autor .head .info { width: 70%; }

.wishmod .head .left { width:100%; }
.wishmod .head .socialshare { display: none; }
}

.switcher { margin-bottom: 15px; }


@media only screen
and (max-width: 780px) { 
	.pagina .head .titulo { font-size: 42px; line-height:42px;}
	.pagina .detail .imagem { width: 100%;  float:none; margin-bottom: 30px; }
	.pagina .detail .info { width: 100%; float:none;  }
	.pagina .head { margin-bottom: 30px; }
	.pagina .detail .info .acoes { text-align: center; }
	.pagina .detail .info .acoes .socialshare { text-align:center;}
	.pagina .detail .info .acoes .botao { float:none; display: inline-block; }
	.pagina .colunas .coluna { width: 32%; }
	.pagina .colunas .coluna .box { border: 6px solid #f0f0f0; padding: 20px; }
	.pagina .lugares .lugar { width: 31%; }

}

@media only screen
and (max-width: 700px) {

	.autoauto .tags { padding: 25px 20px; }

	.hold .sidebar.sidesingle .autor .head { width:40%; }
.hold .sidebar.sidesingle .autor .descricao { width:60%; text-align:center; }

		.pagina .colunas .coluna { width: 100%; }
		.pagina .colunas .coluna .box { border: 10px solid #f0f0f0; background:#fff; padding: 25px; }

.posts .post { margin-bottom: 20px; }
 .header { height: 100px; margin: 0;}
 .conteudo ol li::before { width:30px; height:30px; line-height:30px; }
.posts .post .descricao { display: none; }
.conteudo ol li { padding-left: 40px; }
.wishbox { flex-direction: column-reverse; padding:0; margin-bottom: 15px; background: transparent; }
.wishbox .imagem { width: 100%;     -webkit-flex-shrink: 0;
    flex-shrink: 0; flex: 0;}
.wishbox .conteudo { width: 100%;     -webkit-flex-shrink: 0;
    flex-shrink: 0; flex:0;}
.wishbox .conteudo .scroll { width:100%; position:static; padding:0;}
.hold .sidebar.sidesingle { margin-bottom: 10px; }
}


@media only screen
and (max-width: 600px) {
	.pagina .lugares .lugar { width: 47%;} 
.pagina .detail .info .acoes .botao { margin-bottom: 10px; }
.hold .content { margin-bottom: 25px; }
.hold .sidebar.sidesingle .autor .head { width:100%; float:none; margin: 0 auto; }
.hold .sidebar.sidesingle .autor .descricao { width:100%; float:none; padding: 10px 0; }

.hold .sidebar.sidesingle .autor .head .avatar { display: none; }
.hold .sidebar.sidesingle .autor .head .info { width: 100%; text-align: center;}
.hold .sidebar.sidesingle .autor .head .info .publicado { display: inline-block; margin-right:4px; }
.hold .sidebar.sidesingle .autor .head .info .nome { display: inline-block;}
.hold .sidebar.sidesingle .autor .head .info .mais { margin-top: 4px; padding: 5px 10px; margin-left: 10px; height:auto; }

.interno .head h1 {
    font-size: 25px;
    line-height: 26px;
}

.posts .gutter-sizer { width:8%; }
.posts .post { width: 46%; }
 .header { height: 80px; margin: 0;}
}


@media only screen
and (max-width: 500px) {
.pagina .head .titulo { font-size: 39px; line-height:39px;}
.footer .mapa .coluna h3 { margin:10px 0; max-width: 90%; overflow:hidden; font-size:14px; line-height:14px; }
.footer .mapa .coluna li { font-size:12px; line-height:12px; }

.favoritos .favorito.disabled-4 { display: block; } 
 .favoritos .favorito { width: 100%; margin-bottom: 20px; }
.favoritos .slides {
	display: block;
    -webkit-flex-direction: none !important;
    flex-direction: none !important;
    justify-content: none !important;
flex-direction: !important;
    justify-content: !important;
      -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    -moz-column-fill: balance;
       column-fill: balance;
   }

 .hold { padding: 0 30px; }
 .header .fixa .logo,  .header .fixa.fixed .logo { width:50%; }
 .header { height: 90px; margin: 0;}

}


/*

IMPRESSÃO

*/

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}


a, a:visited {
	text-decoration:none;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}


/* Don't show links for images, or javascript/internal links */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}

pre, blockquote {
	 border: 1px solid #999;
	 page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}

tr, img {
	page-break-inside: avoid;
 }

img {
	 max-width: 100% !important;
}

@page {
	margin: 0.5cm;
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
        page-break-after: avoid;
}
}