/*
	Theme Name: Tema Sindipetro
	Description: Baseado no tema HTML5 Blank WordPress Theme - http://html5blank.com
	Version: 1.0
	Author: Tiago Rocha / Wendell Fernandes
	Author URI: https://tiagoquefez.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 18px/1.6 'Varela Round', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* busca */
.search-input {
    background: #fff;
    border-bottom: 1px solid #d1242f;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: center;
	padding-bottom:20px;
    margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
}
.search-submit {
    border: none;
    background: #d1242f;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
}
.camada_busca {
	background: #f16f30; /* Old browsers */
	background: -moz-linear-gradient(left, #f16f30 0%, #d8252f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f16f30 0%,#d8252f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f16f30 0%,#d8252f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f30', endColorstr='#d8252f',GradientType=1 );
	top: 0;
	left: 0;
	right: 0;
	height:100vh;
	z-index:9999;
	position: absolute;
	display: none;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.camada_busca_wrapper {
	width: 500px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	align-content: center;
	text-align: center;
}
/* header */
.header {
}
/* topbar */
.topbar_wrapper {
	background: #cf1821;
}
.topbar {
	width:250px;
    margin: 0 auto;
	padding: 5px 0 10px 0;
}

.topbar a {
	float:left;
	margin:4px;
}
/* logo */
.logobar_wrapper {
}
.logobar {
	max-width:1080px;
	width:95%;
    margin: 0 auto;
	min-height: 150px
}
.redes {
    width: 190px;
	min-width: 160px;
    float: left;
    margin: 55px 140px 55px 0;
}
.redes i {
	color: #cf1821;
}
.redes i:hover {
	color: #999;
}
.logo {
	width: 350px;
    float: left;
    margin: 10px 118px 10px 0;
}
.busca {
    width: 270px;
	min-width: 160px;
    float: right;
	margin: 55px 10px 55px 0;
}
.busca a {
	float: left;
}
.busca img {
	height: 28px;
}
/* nav */
.topnavbar_wrapper {
	background: #f16f30; /* Old browsers */
	background: -moz-linear-gradient(left, #f16f30 0%, #d8252f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f16f30 0%,#d8252f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f16f30 0%,#d8252f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f30', endColorstr='#d8252f',GradientType=1 );
	height: 90px;
	clear: both;
}
.topnavbar {
	max-width:1080px;
	width:95%;
    margin: 0 auto;
}

/* main */
.main_sidebar  {
	max-width:1080px;
	width:95%;
    margin: 0 auto;
}
.main_center {
	max-width:1080px;
	width:95%;
    margin: 0 auto;
	padding:80px;
	text-align: center;
}
.section_sidebar {
    width: 70%;
    float: left;
    padding: 2vh 2vw;
}
.section_sidebar article {
	padding: 20px 0;
    margin: 30px 0;
    border-bottom: 1px solid #999;
}
.main_centro {
	max-width:1080px;
	width:95%;
    margin: 0 auto;
}
.section_centro {
}
/* sidebar */
.sidebar {
    width: 30%;
    float: right;
    padding: 2vh 2vw;
	background: #c2c2c2;
}
/* footer */
.footer_wrapper {
	background: #565656;
}
.footer {
    max-width:1080px;
	width:95%;
    margin: 0 auto;
	color: #dddddd;
	font-size: 16px
}
.footer a {
	color: #dddddd;
}
.footer_widget {
    padding: 50px 0;
}
.footer_widget li {
	list-style:none;
}
.footer_widget ul {
	padding: 0
}
footer .sidebar-widget {
    width: 30%;
    float: left;
    margin-right: 5%;
}
footer .sidebar-widget:first-child {
    margin-top:40px;
}
footer .sidebar-widget:last-child {
    margin-right:0;
}
footer .copyright {
    clear: both;
}

/* habilitado */    
.mobile {
	display: none;	
}
.desk {
	display: block;	
}
/*------------------------------------*\
    NAV
\*------------------------------------*/

.topnav {
}

.topnav ul {
    margin: 0px;
    padding: 0;
}

.topnav li {
    float: left;
	list-style: none;
}

.topnav li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	display: block;
    padding: 30px 12px;
}

.topnav li a:hover {
    color: #a5000b;
	border-top: 6px solid #a5000b;
	padding: 24px 12px 30px 12px;
	
}

.active {
    background-color: #4CAF50;
    color: #777;
}

.topnav_mobile_icone {
    display: none;
}

.topnav .sub-menu {
    display: none;
    position: absolute;
    background-color: #f16f30;
    min-width: 160px;
    z-index: 99;
}

.topnav .sub-menu li {
	float: none;
}

.topnav .sub-menu li a {
	padding: 12px 30px;
}

.topnav .sub-menu li a:hover {
	border-top: none;
}

.topnav .menu-item-has-children:hover .sub-menu {
    display: block;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 120% !important;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

h1 a {
	color: #444 !important;
}

h2 a {
    color: #444 !important;
}

h3 a {
    color: #444 !important;
}

h4 a {
    color: #444 !important;
}

h5 a {
    color: #444 !important;
}

h6 a {
    color: #444 !important;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:480px) {
}
@media only screen and (max-width:768px) {
.logo {
	width: 220px;
}
/* nav */
.topnav.responsive {
    width: 100% !important;
}
}
@media only screen and (max-width:980px) {
}
@media only screen and (max-width:1140px) {
/* habilitado */    
.mobile {
	display: block;	
}
.desk {
	display: none;	
}
	
/* header */    
.redes {
    margin: 0 auto;
	float: none;
	padding: 10px 0 !important;
}
.logo {
	margin: 0 auto !important;
	float: none !important;
	padding: 10px 0 !important;
}
.busca {
    margin: 5px auto;
	float: none;
	padding: 10px 0 !important;
	height: 50px;
}
/* nav */
.topnav_mobile_icone {
    position: absolute;
    z-index: 999;
    right: 2.5%;
    display: block;
    width: 40px;
	padding: 22px 0;
}
.topnav {
    clear: both;
}
.topnav li {
    display: none;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.topnav li a {
	max-width: 100% !important;
	color: #222;
}	
.topnav.responsive {
    background: #f1f1f1;
    position: absolute;
    z-index: 99;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0px;
    padding-top: 230px;
}
.topnav.responsive li {
    float: none;
    display: block;
}
.topnav.responsive a {
	border-top: none !important;
	padding: 18px 0 !important;
}
.topnav.responsive a:hover {
	border-top: none !important;
	padding: 18px 0 !important;
}
	
.topnav .sub-menu {
    z-index: 99;
    width: 100%;
}

.topnav .menu-item-has-children:active, .topnav .menu-item-has-children:left_bar:focus, .topnav .menu-item-has-children:left_bar:active .sub-menu {
    display: block;
}
/* main */
.section_sidebar {
    width: 100%;
    float: none;
    padding: 2vh 2vw;
}
/* sidebar */
.sidebar {
    width: 100%;
    float: none;
    padding: 2vh 2vw;
}
/* footer */
.footer_widget {
    padding: 20px 0;
}
footer .sidebar-widget {
    width: 100%;
}
}
@media only screen and (max-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
	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;
	}
}

/*------------------------------------*\
    ADICIONAIS E PLUGINS
\*------------------------------------*/

/* canal youtube */
.yotu-video-thumb-wrp {
    height: 290px;
    padding: 10px !important;
}
