/*
Theme Name: Serra Fina 2024
Author: Bjey Web Solutions
Author URI: https://bjey.com.br/
Description: Refactoring of the Serra Fina theme, a custom child theme of Twenty Sixteen.
Version: 2.0
Template: twentysixteen


Text Domain: twentysixteen


*/


/* -------------------- GERAL -------------------- */

.entry-content a {
	box-shadow: none;
}

/** {
	font-family: 'Noto Sans', sans-serif !important;
}*/

body {
	background: #FFFFFF;
	font-family: 'Noto Sans', sans-serif !important; 
}

.site {
	margin: 0;
}

.site-main {
	margin-bottom: 0 !important;
}

.site-inner {
	padding: 0 2em;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	height: 0px;
}

body, button, input, select, textarea {
	color: #333333;
}



/* -------------------- HEADER -------------------- */

.site-branding {
	margin: 0 auto 0 0;
}

.site-header {
	padding: 0;
}


/* -------------------- MENU -------------------- */

.main-navigation a {
	color: #4D4D4D;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #399CA4;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #399CA4;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #399CA4;
}



/* -------------------- PAGINA -------------------- */

.content-area {
	width: 100%;
	float: none;
}

.entry-header {
	background: #399CA4;
	margin-right: 0;
	margin-left: 0;
}

.entry-title {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 2em 1em;
}

.site-content {
	padding: 0;
}

.entry-content {
	margin: 0;
}

.titulo {
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 700;
}

.titulo:after {
	clear: both;
	content: "";
	display: block;
	left: 0;
	width: 55px;
	margin: 10px auto;
	border-top: 4px solid #399CA4;
}

#content h1 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

#content h1:after {
	clear: both;
	content: "";
	display: block;
	left: 0;
	width: 55px;
	margin: 10px 0;
	border-top: 4px solid #399CA4;
}

.page-id-11 .entry-header {
	background: url(http://www.serrafina.com.br/pt/wp-content/uploads/bg-sustent.jpg) center center;
}


.pirolise {
	background:url(http://www.serrafina.com.br/pt/wp-content/uploads/pirolise.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	margin-top: 4em;
	padding-top: 6em;
	padding-bottom: 4em;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 14px;
}

.pirolise .c3 {
	margin-bottom: 2em;
}

.pirolise strong {
	font-size: 17px;
}

.pirolise img {
	max-width: 150px;
	margin-bottom: 2em;
}


.serrafina {
	background:url(http://www.serrafina.com.br/pt/wp-content/uploads/serrafina.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	margin-top: 4em;
	padding-top: 6em;
	padding-bottom: 4em;
	color: #FFFFFF !important;
	font-size: 16px;
}


.pt-cv-wrapper a,
.pt-cv-wrapper .pt-cv-title a {
	text-decoration:none;
}

.pt-cv-content, .pt-cv-content * {
    font-size: 10pt;
}

.pt-cv-view .pt-cv-ifield {
    margin-bottom: 2em!important;
}

.page-id-13 .pt-cv-view a img,
.page-id-467 .pt-cv-view a img,
.page-id-13 .pt-cv-title a,
.page-id-467 .pt-cv-title a,
.page-id-13 .pt-cv-thumb-default,
.page-id-467 .pt-cv-thumb-default {
	cursor: default;
	color: currentColor;
	text-decoration: none;
	pointer-events: none;
	display: inline-block;
}

.foto img {
	max-width: 400px;
}

.single-post .entry-content img {
	float: right;
    width: 500px;
    padding: 10px;
}

.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #399ba4;
    border-color: #318e96;
}


.postid-456 .attachment-post-thumbnail {
	display: none;
}


/* -------------------- HOME -------------------- */

.home-topicos img {
	width: 70px;
	height: 70px;
	margin-top: 10px;
}

.home-topicos {
	font-size: 14px;
	color: #606060;
}

.topico-titulo {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}

#home-frase {
	margin-top: 2em;
	background: #399CA4;
	font-size: 29px;
	color: #FFFFFF;
	text-align: center;
	padding: 2em;
}

#home-form {
	background: #F6F6F6;
	padding: 3em 0;
}

.home-texto {
	text-align:center;
	padding:0 3em 1em 3em;
}


.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
    margin-left: 1.25em;
}


/* -------------------- FORM -------------------- */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

textarea {
	height: 10em;
}

.page-id-17 .pt-cv-readmore:before {
  content: "Leia mais";
}

.page-id-471 .pt-cv-readmore:before {
  content: "Read more";
}


.flag-desktop {
	display: none;
}

/* -------------------- FOOTER -------------------- */

footer {
	background: #262626;
}

.site-footer {
	padding: 2em 0 5em 0;
	display: inherit;
}

footer .last {
	text-align: right;
}




/* -------------------- MEDIA SCREEN -------------------- */

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

	.titulo {
		font-size: 20px;
	}
	
	#home-frase {
		font-size: 22px;
		padding: 2em 1em;
	}

	.home-texto {
		padding:0 0 1em 0;
	}
	
	.topicos {
		text-align: center;
	}
	
	footer,
	footer .last {
		text-align: center;
	}
	
	.mobile {
		display: initial;
	}
	
	.desktop {
		display: none;
	}
	
	.flag-desktop {
		display: initial;
		margin-right: 2em;
	}
	
	.flag-desktop .main-navigation li {
		border-top: 0;
	}

}

@media screen and (min-width: 768px) {

	.mobile {
		display: none;
	}
	
	.desktop {
		display: initial;
	}

}

@media only screen and (max-width: 767px) {
	
	figure.alignleft,
	img.alignleft, 
	figure.alignright, 
	img.alignright {
		float:none;
		display: block;
	}
}