/*
Theme Name: Jéssica Pellegrini
Author: Luiz+Cruz Design
Author URI: http://www.luizcruzdesign.com/
Description: Tema desenvolvido especialmente para o funcionamento do website da Jéssica Pellegrini.
Version: 10.2017
*/

/* Básicos */
html, body {
	height: 100vh;
}

body {
	font-family: "Acumin-Pro", sans-serif;
	color: #414141;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

h1.handwritten, #autora h1 {
	font-family: "verveine", serif;
	font-weight: normal;
	letter-spacing: -1pt;
	font-size: 44px;
	margin-top: 40px;
}

#autora img {
	width: 250px;
}

p.handwritten {
	font-family: "verveine", serif;
	letter-spacing: -1pt;
	font-size: 30px;
}

div.handwritten p {
	font-family: "verveine", serif!important;
	letter-spacing: -1pt!important;
	font-size: 30px!important;
	line-height: 34px;
}

#barralogo {
	padding-top: 80px; /* altura da navbar */
}

#barralogo .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.paddington {
	padding-top: 60px;
	padding-bottom: 60px;
}

#acordeao {
	margin-top: 40px;
}

#acordeao h4 {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #414141;
	color: #414141;
}

#acordeao h4 a {
	color: #414141;
}

#acordeao p {
	padding: 10px;
	border: 1px solid #414141;
	margin-top: 10px;
	margin-bottom: 20px;
}

form.formpaginas input, form.formpaginas textarea, #formcontato input, #formcontato textarea {
	width: 100%;
	padding: 10px;
}

#formcontato input[type="submit"] {
	color: #fff;
	background-color: #ef4654;
	width: 200px;
	border: none;
}

form.formpaginas input[type="submit"] {
	border: 1px solid #fff;
	color: #fff;
	background-color: #ef4654;
}

p, .container ul {
	font-size: 16px;
}

.container a {
	color: #ef4654;
	cursor: pointer!important;
}

h1, h4 {
	font-weight: bold;
}


/* Nav */
nav {
	position: fixed;
	color: #fff;
	background-color: #ef4654;
	width: 100%;
	z-index: 999;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav a, nav a i {
	color: #fff;
}


/* Nav Desktop */
nav.visible-md.visible-lg {
	height: 80px;
	line-height: 80px;
	transition: 0.2s;
	font-size: 18px;
}

nav.visible-md.visible-lg ul {
	float: left;
}

nav.visible-md.visible-lg div {
	float: right;
	font-size: 24px;
}

nav.visible-md.visible-lg div i {
	margin: 0px 5px;
}

nav.visible-md.visible-lg ul li {
	float: left;
	margin: 0px 10px;
}

nav.visible-md.visible-lg img {
	float: left;
	height: 100%;
	vertical-align: baseline;
}

nav.visible-md li a {
	color: #fff;
	opacity: 0.8;
	transition: 0.3s;
}

nav.visible-md li a:hover,
nav.visible-md li a:focus,
nav.visible-md li a:active {
	opacity: 1;
	text-decoration: none;
}


/* Nav Mobile */
nav.visible-xs.visible-sm {
	height: 60px;
	width: 100%;
	background-color: #ef4654;	
}

nav.visible-xs.visible-sm ul {
	margin: auto -15px;
	font-size: 28px;
	margin-top: 60px; /* margin-top = altura da navbar */
	line-height: normal;
	background-color: #ef4654;
}

nav.visible-xs.visible-sm ul li {
	margin: 10px;
}

nav.visible-xs.visible-sm i {
	float: right;
	color: #fff;
	line-height: 60px;
	font-size: 24pt;
}

nav.visible-xs li a {
	color: rgb(250,250,250);
}

nav.visible-xs li a:hover,
nav.visible-xs li a:focus,
nav.visible-xs li a:active {
	color: #fff;
	text-decoration: none;
}


/* Home */
div.heroimage {
	height: 70%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
}

div.heroimage div.linha {
	background-color: #ef4654;
	height: 2px;
	width: 200px;
	display: inline-block;
	margin-bottom: 10px;
}

div.heroimage p {
	font-family: "relation-two";
	color: #414141;
	font-size: 40px;
}

h1.titulopost {
	font-size: 100px;
	line-height: 90px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

h1.secao {
	color: #e74952;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 5% solid #fff;
	font-size: 28px;
	line-height: 40px;
}

div.heroimage > .container {
	height: 100%;
	text-align: center;
	display: table;
}

div.heroimage > .container > div {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
}

div.heroimage > .container > h1 {
	margin-bottom: 20px;
	margin-top: 0;
}

div.heroimage img {
	width: 100%;
	border-radius: 50%;
	border: 4px solid #fff;
	max-width: 400px;
}

#redesfooter {
	background-color: rgb(240,240,240);
}

#redesfooter .container {
	text-align: center;
}

#redesfooter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#redesfooter ul li {
	margin: 0px 10px;
	display: inline;
	text-transform: uppercase;
	line-height: 30px;
}

#redesfooter ul li img {
	height: 30px;
	display: inline;
	margin-right: 4px;
}

#redesfooter a {
	letter-spacing: 2px;
	color: gray;
}

#redesfooter i {
	background-color: #7f7f7f;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
}


/* Posts universal */
.postimg {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: 140%;
	width: 100%;
	transition: 0.4s;
	position: relative!important;
}

.postimg:hover {
	background-size: 150%;
}

.postimg h4 {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	position: absolute;
	width: 80%;
	font-weight: bold;
	margin: 0;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

h2.text-center {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Carrosseis */
#carrossel li.active {
	background-color: #696969;
}

#carrossel li {
	border-color: #696969;
}

#carrossel ol.carousel-indicators {
	bottom: -50px;
}


/* Posts recentes Home */
.postrecente {
	width: 100%;
}

.postrecente .postimg {
	height: 300px;
	z-index: 9;
}

.postrecente.topo .postimg {
	height: 500px;
}

.postrecente .postimg p {
	padding: 5px;
	margin: 0;
	z-index: 10;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #ef4654;
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}

.postrecente .postimg p:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ef4654;
}

div.sep {
	margin: 25px auto;
	background-color: #414141;
	height: 1px;
	display: block;
	width: 200px;
}


div.titulosecao {
	background-position: 50%;
	background-repeat: repeat-x;
	background-image: url(img/bg-tiles.png);
}

div.social {
	padding: 20px 0px;
	text-align: center;
}

div.social a, div.social div {
	display: inline-block;
	margin: 0px 5px!important;
}

div.social a i {
	font-size: 22px;	
}

div.social a.sharewhatsapp {
	color: #25d366!important;
}

div.social a.shareemail {
	color: #ef4654!important;
}

a.vertodos {
	border: 1px solid #ef4654;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	transition: 0.3s;
	margin: 20px 0px;
}

a.vertodos:hover {
	text-decoration: none;
	background-color: #ef4654;
	color: #fff!important;
}


/* Post Destaque Home */
.postdestaque {
	width: 100%;
}

.postdestaque .container {
	height: 100%;
	position: relative;
}

.postdestaque .postimg h2 {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}

.postdestaque .postimg {
	height: 600px;
}

.postdestaque .postimg p {
	padding: 5px;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #ef4654;
	color: #fff;
	font-weight: bold;
}


/* Seções */
#sobre {
	background-color: #ef4654;
	color: #fff;
}

#conflitointerno, #recomendados {
	background-color: rgb(250,250,250);
}

#maisacessados {
	background-color: rgb(245,245,245);
}

#adulto, .adulto {
	background-color: #282828;
	color: #fff;
}

#newsletter {
	color: #fff;
	background-color: #ef4654;
}

#newsletter input[type="email"] {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#newsletter input[type="submit"] {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	background-color: #ef4654;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#instafeed:hover {
	cursor: pointer!important;
}


/* Single Post */
div.heropost {
	height: 40%;
}

#comments ul {
	list-style-type: none;
	padding: 0;
}

#comments ul.children {
	margin-left: 30px;
}

#comments ul.children li > div {
	border-left: 1px solid rgb(230,230,230);
	padding-left: 10px;
}

li.comment {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(230,230,230);
}

ul.children li.comment {
	border: none;
}

div.comment-author.vcard {
	padding-top: 10px;
	padding-bottom: 10px;
}

cite.fn {
	margin-left: 10px;
}

label[for="comment"] {
	display: none!important;
}

#comment {
	padding: 10px;
	width: 100%;
}

ul.tags, ul.categorias {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px -4px;
}

ul.tags {
	margin-bottom: 20px;
}

ul.tags li, ul.categorias li {
	text-align: center;
	float: left;
	padding: 0 10px;
	line-height: 2em;
	border-radius: 30px;
	min-width: 60px;
	text-transform: capitalize;
	margin: 5px;
}

ul.tags li {
	background-color: #ef4654;
	color: #fff;
}

ul.categorias li {
	background-color: rgb(240,240,240);
	color: #ef4654;
}

#post article {
	text-align: justify;
	font-family: "Acumin-Pro";
}

#post article img {
	width: 100%!important;
	height: auto!important;
	margin: 20px 0px;
	display: block;
}

#post div.addthis_tool {
	margin-top: 40px;
}

div.socialsidebar {
	position: fixed;
	left: 0px;
	top: 30%;
	z-index: 998;
}


/* Contato */
#contato #redessociais .icones a {
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	height: 40px;
	width: 40px;
	background-color: #000;
	color: #fff;
	line-height: 40px;
	border: 1px solid #000;
	transition: 0.3s;
}

#contato #redessociais .icones a:hover {
	background-color: #fff;
	color: #000;
}

div.socialsidebar a {
	text-align: center;
	display: block;
	padding: 10px;
	width: 48px;
	font-size: 20px;
	color: #fff!important;
}

#banner18 h2 {
	display: inline-block;
	line-height: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

div.heropost h1 {
	color: #fff!important;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

input[type="submit"].enviarform {
	background-color: #ef4654;
	color: #fff;
	border: none;
	display: block;
	padding: 10px;
	float: right;
}

/* Placeholders */
nav input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

nav input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}

nav input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

nav input::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}

@media only screen and (max-width: 750px) {
	a.postimg {
		background-size: cover!important;
	}
	
	.postrecente {
		margin: 20px 0px;
	}
	
	#banner18 h2 {
		line-height: normal;
	}
	
	#barralogo .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.socialsidebar {
		right: 0;
		top: auto;
		bottom: -4px;
		margin: auto;
		z-index: 1000;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	div.socialsidebar > div {
		display: inline-block;
	}
	
	div.socialsidebar a {
		float: left;
	}
	
	.heropost h1 {
		font-size: 22px;
	}
	
	a.postimg:hover {
		background-size: cover!important;		
	}
	
	h1.secao {
		width: auto!important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	a.postimg {
		background-size: cover!important;
	}
	
	.postrecente {
		margin: 20px 0px;
	}
	
	#banner18 h2 {
		line-height: normal;
	}
	
	#barralogo .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.socialsidebar {
		right: 0;
		top: auto;
		bottom: -4px;
		margin: auto;
		z-index: 1000;
		left: 0;
		width: 100%;
		text-align: center;
	}
	
	div.socialsidebar > div {
		display: inline-block;
	}
	
	div.socialsidebar a {
		float: left;
	}
	
	.heropost h1 {
		font-size: 22px;
	}
	
	a.postimg:hover {
		background-size: cover!important;		
	}
	
	h1.secao {
		width: auto!important;
	}
}

@media only screen and (max-width: 550px) {
	a.postimg {
		background-size: cover!important;
	}
	
	.heropost h1 {
		font-size: 22px;
	}
	
	a.postimg:hover {
		background-size: cover!important;		
	}
	
	h1.secao {
		width: auto!important;
	}
}