/*
Theme Name: Monólitos Post v5.3
Theme URI: http://www.monolitospost.com
Author: Notoris (Igor Pimentel)
Author URI: http://notoris.com.br/
Version: 5.4
*/

/* http://meyerweb.com/eric/tools/css/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%; font: inherit; vertical-align: baseline; -o-transition:.4s; -ms-transition:.4s; -moz-transition:.4s; -webkit-transition:.4s; transition:.4s; }
/* HTML5 display-role reset for older browsers */
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; }
strong, b {font-weight: bold; }
em, i { font-style: italic; }
body { background: #FFF;  }
body { font-family: 'Ubuntu', sans-serif; color: #000; }
hr { margin: 40px 0; border-color: #DDD; }

.site-logo { display: table; margin: 23px auto; }
.site-logo a { display: block; width: 236px; height: 54px; text-indent: -99999px; background: transparent url(images/monolitospost-logo.png) no-repeat; background-size: contain; transform: scale(.85); }
.site-logo a:hover { transform: scale(1); }

.social-nav { float: left; margin: -68px 0 0 5px; }
.social-nav ul { margin: 0; padding: 0; list-style: none; }
.social-nav ul li { position: relative; display: inline; }
.social-nav ul li a { display: block; float: left; margin-right: 10px; width: 36px; height: 36px; font-size: 22px; color: #FFF; line-height: 36px; text-align: center; background: #33BBFF; border-radius: 100px; }
.social-nav ul li a:hover { opacity: .75; transform: scale(1.2); }

.aovivo { float: right; margin: -73px 5px 0 0; }
.aovivo .aovivo-label { display: block; width: 115px; height: 14px; margin: 0 auto; padding-left: 23px; font-weight: 300; font-size: 12px; color: #848688; line-height: 1em; text-transform: uppercase; background: transparent url(images/icons.png) left bottom no-repeat; }
.aovivo .aovivo-fm { display: block; margin: 0 auto; width: 90px; height: 40px; text-indent: -99999px; background: transparent url(images/liderancafm-aovivo.png) no-repeat; }
.aovivo .aovivo-am { display: block; float: left; margin-left: 13px; width: 77px; height: 40px; text-indent: -99999px; background: transparent url(images/monolitosam-aovivo.png) no-repeat; }

.navbar { min-height: 60px; background: #1974C1; box-shadow: inset 0px 0px 10px -5px #000; border-radius: 0; }
.navbar .navbar-nav a { padding: 20px 7px; font-weight: 700; font-size: 16px; color: #FFF; letter-spacing: -.6px; text-transform: uppercase; }
.navbar .navbar-nav a:hover, .navbar .navbar-nav a:active, .navbar .navbar-nav a:focus { background-color: rgba(0,0,0,.15); }
.navbar .navbar-nav .icon-search { display: block; width: 45px; height: 60px; text-indent: -99999px; background: transparent url(images/icons.png) center top no-repeat; }
.navbar .navbar-right { margin-right: 0; }
.navbar-toggle .icon-bar { background: #1974C1; }

.banner-topo { position: relative; display: table; width: 100%; max-width: 970px; height: 90px; margin: 50px auto; }
.banner-topo img { display: block; width: 100%; height: auto; }
.banner-topo .banner { position: absolute; top: 0; left 0; }
.banner-topo-bnb,
.banner-lateral-bnb { display: table; margin: 0 auto; }

.btn, .submit { display: table; margin: 0 auto; padding: 10px 20px; font-size: 16px; font-weight: 300; color: #FFF; letter-spacing: -.6px; text-transform: uppercase; background: #1a74c1; background: linear-gradient(to bottom,  #1a74c1 0%,#33bbff 100%); border: none; border-radius: 4px; }
.title { display: block; margin: 0 0 40px; padding: 15px; font-size: 36px; font-weight: 700; color: #000; letter-spacing: -1px; text-align: center; background: #F0F0F0; border-radius: 6px; }
.subtitle { font-size: 20px; font-weight: 300; color: #7D7D7D; letter-spacing: -.6px; }

.tvmonolitos { position: relative; display: table; width: 100%; height: 200px; margin: 80px 0; padding: 90px 0 40px; background: #0D214F url(images/tvmonolitos-aovivo-bg.png); }
.tvmonolitos .tvmonolitos-logo { position: absolute; width: 100%; margin-top: -130px; }
.tvmonolitos .tvmonolitos-logo a { display: block; width: 315px; height: 108px; margin: 0 auto; text-indent: -99999px; background: transparent url(images/tvmonolitos-logo.png) no-repeat; }
.tvmonolitos .tvmonolitos-player { margin: 0 auto; max-width: 640px; }
.tvmonolitos .tvmonolitos-aovivo {
	display: table;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 40px;
	background: red;
	color: #FFF;
	border-radius: 4px;
	padding: 10px;    
}
.tvmonolitos .tvmonolitos-aovivo span {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: .4s;    
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        opacity: .5;
    }	
    50% {
        opacity: 1;
    }	
    100% {
        opacity: .5;
    }
}	
@-moz-keyframes pulse {    
    0 {
        opacity: .5;
    }	
    50% {
        opacity: 1;
    }	
    100% {
        opacity: .5;
    }
}

.ultimasmaterias { position: relative; display: table; width: 100%; height: 200px; margin: 80px 0; padding: 40px 0; background: #303030 url(images/tvmonolitos-bg.png); }
.ultimasmaterias h3 { padding: 5px 0 30px; font-size: 32px; font-weight: bold; color: #FFF; letter-spacing: -1px; text-transform: uppercase; }
.ultimasmaterias .btn { margin:20px auto -60px; }
.ultimasmaterias-player { padding-top: 7px;  }
.ultimasmaterias-link, .ultimasmaterias-link:active, .ultimasmaterias-link:focus { display: table; clear: both; width: 100%; padding: 24px 0 7px 0; font-size: 18px; font-weight:  700; color: #FFF; border-bottom: 1px solid rgba(255,255,255,.1); }
.ultimasmaterias-link:hover { opacity: .75; color: #FFF; text-decoration: none; }
.ultimasmaterias-link:first-child { padding-top: 12px; }
.ultimasmaterias-link:last-child { border: none; }
.ultimasmaterias-link img { display: block; float: left; width: 170px; margin:-5px 10px 10px 0; border-radius: 4px; }
.ultimasmaterias-link:hover img { opacity: 1; transform: scale(1.05); }

.content-column { position: relative; float: left; width: 100%; max-width: 835px; }
.content-column .destaque { padding-bottom: 40px; } 
.content-column .content-destaques .col-md-6:nth-child(2n+1) { clear: left; }
.content-main { padding: 0 15px; }
.content-side { position: relative; float: right; width: 100%; max-width: 300px; padding-right: 15px; }

.vc-na-tvmonolitos .post { margin-top: 30px; }
.vc-na-tvmonolitos .wpcf7-list-item { font-size: 15px; }

.banner-lateral,
.banner-lateral-extra { display: block; margin-bottom: 30px; }
.banner-lateral img,
.banner-lateral-extra img { display: block; width: 100%; height: auto; }

.destaque { display: block; color: #134272; }
.destaque:hover { text-decoration: none; color: #2172C5; }
.destaque img { display:  block; width: 100%; height: auto; border-radius: 8px; }
.destaque .destaque-chapeu { position: relative; display: table; margin: -30px 0 10px 10px; padding: 8px 10px; font-weight: 300; font-size: 15px; color: #1D74C1; letter-spacing: -.4px; text-decoration: none; text-transform: uppercase; background: rgba(255,255,255,.85); border-radius: 4px 4px 0 0; }
.destaque .destaque-titulo { display: block; margin: 0 10px; font-size: 22px; font-weight: 700; letter-spacing: -.8px; }
.destaque .destaque-resumo { display: block; margin: 10px 10px 0; font-weight: 300; }
.destaque .destaque-date { display: block; margin: 10px; color: #7D7D7D; font-size: 15px; letter-spacing: -.4px; }
.destaque .destaque-details { display: block; margin: 0 10px 10px; }
.destaque-inline { position: relative; display: block; font-size: 15px; font-weight: 700; letter-spacing: -.8px; padding: 7px 0; color: #134272; }
.destaque-inline:hover { color: #2172C5; }

.post-title { font-size: 36px; font-weight: 700; letter-spacing: -.6px; }
.post-title a:hover, .post-title a:active, .post-title a:focus { text-decoration: none; }
.post-date { display: inline-block; margin: 30px 0 15px; color: #7D7D7D; font-size: 15px; letter-spacing: -.4px; }
.post-details { font-style: 14px; font-weight: 700; }
.post-details a { font-weight: 700; color: #000; }
.post p { margin-bottom: 15px; font-family: 'Gentium Basic', serif; font-size: 20px; line-height: 1.15em; }
.compartilhe { display: inline-block; margin-left: 10px; padding-left: 10px; border-left: 1px solid #7D7D7D; }
.compartilhe li { display: inline; text-transform: uppercase; font-size: 12px; font-weight: 300; }
.compartilhe li a { display: inline-block; padding: 5px 10px; font-size: 18px; }
.compartilhe li a:hover { transform: scale(1.25); }
.page .compartilhe { margin-top: 15px; margin-left: 0; padding-left: 0; border: none; }

.home-1 .destaque-principal-home { position: relative; float: left; width: 100%; max-width: 515px; }
.home-1 .destaque-secundario-home { position: relative; float: right; width: 100%; max-width: 615px; }
.home-1 .destaque-secundario-home hr { margin: 15px 0; }
.home-1 .destaque-secundario-home .subtitle { margin-bottom: 10px }
.home-2 .banners-home { position: relative; float: left; width: 100%; max-width: 275px; padding-right: 25px; }
.home-2 .destaque-principal-home { position: relative; float: left; width: 100%; max-width: 565px; }
.home-2 .destaque-secundario-home { position: relative; float: right; width: 100%; max-width: 300px; }
.home-2 .vejamais .subtitle { padding: 0 0 15px; font-weight: bold; color: #000; }
.home-2 .vejamais hr { margin: 40px 0; }
.home-2 .destaque-inline { padding: 12px 25px; font-weight: 300; }
.home-2 .destaque-inline::before { position: absolute; top: 12px; left: 0; display: block; content: " "; width: 20px; height: 8px; border-left: 1px dotted #134272; border-bottom: 1px dotted #134272; }
.home-3 .banners-home { position: relative; display: table; width: 100%; }
.home-3 .banners-home .banners-laterais { display: table; margin: 0 auto; }
.home-3 .banners-home .banner-lateral-1,
.home-3 .banners-home .banner-lateral-2,
.home-3 .banners-home .banner-lateral-3,
.home-3 .banners-home .banner-lateral-4 { float: left; width: 23%; margin-right: 2%; }
.home-3 .banners-extra .banners-laterais { display: table; margin: 0 auto; }

.home-3 .banners-home.total-banners1 .banner-lateral-1,
.home-3 .banners-home.total-banners1 .banner-lateral-2,
.home-3 .banners-home.total-banners1 .banner-lateral-3,
.home-3 .banners-home.total-banners1 .banner-lateral-4 { float: none; width: 100%; }

.home-3 .banners-extra.total-banners6 .banners-laterais { width: 50%; }
.home-3 .banners-extra.total-banners6 .banner-lateral-extra-1,
.home-3 .banners-extra.total-banners6 .banner-lateral-extra-2,
.home-3 .banners-extra.total-banners6 .banner-lateral-extra-3,
.home-3 .banners-extra.total-banners6 .banner-lateral-extra-4 { float: left; width: 48%; margin-right: 2%; }

.home-3 .banners-extra.total-banners7 .banners-laterais { width: 75%; }
.home-3 .banners-extra.total-banners7 .banner-lateral-extra-1,
.home-3 .banners-extra.total-banners7 .banner-lateral-extra-2,
.home-3 .banners-extra.total-banners7 .banner-lateral-extra-3,
.home-3 .banners-extra.total-banners7 .banner-lateral-extra-4 { float: left; width: 31%; margin-right: 2%; }

.home-3 .banners-home div:last-child,
.home-3 .banners-extra .banner-lateral-extra-2 { margin-right: 0; } 
.home-3 .banners-home .banner-lateral,
.home-3 .banners-extra .banner-lateral-extra-1,
.home-3 .banners-extra .banner-lateral-extra-2 { margin-bottom: 0; }
.home-3 .banners-home.total-banners2 .banner-lateral-1,
.home-3 .banners-home.total-banners2 .banner-lateral-2,
.home-3 .banners-home.total-banners2 .banner-lateral-3,
.home-3 .banners-home.total-banners2 .banner-lateral-4 { margin-right: 20px; width: 300px; }
.home-3 .banners-home.total-banners3 .banner-lateral-1,
.home-3 .banners-home.total-banners3 .banner-lateral-2,
.home-3 .banners-home.total-banners3 .banner-lateral-3,
.home-3 .banners-home.total-banners3 .banner-lateral-4 { margin-right: 20px; width: 300px; }
.home-3 .destaque-principal-home { position: relative; float: left; width: 100%; max-width: 827px; background: #F6F6F6; border-radius: 6px; }
.home-3 .destaque-principal-home .destaque img { float: left; max-width: 340px; margin: 20px 20px 20px 5px; }
.home-3 .destaque-principal-home .destaque .destaque-chapeu { margin: 0 0; padding: 50px 0 10px; font-size: 22px; font-weight: bold; background: transparent; }
.home-3 .destaque-principal-home .destaque .destaque-titulo { font-size: 32px; }
.home-3 .destaque-secundario-home { position: relative; float: right; width: 100%; max-width: 300px; }
.home-3 .vejamais .subtitle { padding: 0 0 15px; font-weight: bold; color: #000; }
.home-3 .vejamais hr { margin: 40px 0; }
.home-3 .destaque-inline { padding: 12px 25px; font-weight: 300; }
.home-3 .destaque-inline::before { position: absolute; top: 12px; left: 0; display: block; content: " "; width: 20px; height: 8px; border-left: 1px dotted #134272; border-bottom: 1px dotted #134272; }

.mais-lidos { padding: 30px 0; }

.facebook-page { display: table; margin: 0 auto; width: 100%; max-width: 500px; }

.paginacao { clear: both; display: table; width: 100%; padding: 40px 0; }

.conteudorelacionado { display: table; width: 100%; color: #fff; background: #2172C5; }
.conteudorelacionado > strong { display: block; padding: 10px; font-size: 1.25em; }
.conteudorelacionado ul { display: table; width: 100%; margin: 0; padding: 0; background: #F2F2F2; list-style: none; }
.conteudorelacionado ul li a { display: block; padding: 10px; border-bottom: 1px dotted #c1c1c1; }
.conteudorelacionado.alignleft,
.conteudorelacionado.alignright { width: 45%; }
.conteudorelacionado.alignleft { margin-right: 15px; }
.conteudorelacionado.alignright { margin-left: 15px; }

#comments h3 { font-size: 26px; font-weight: bold; color: #333; }
#comments .msgcomments { display: block; width: 100%; background: #F6F5F4; margin: 15px 0; padding: 5px; font-size: 13px; font-weight: normal; text-align: center; }
#commentform label { display: block; cursor: pointer; padding: 10px 0 5px; font-weight: bold; }
#commentform input[type=text],
#commentform textarea { padding: 8px; width: 96.8%; border: 1px solid #CCC; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #FFF; }
.commentlist li { display: table; width: 100%; border-bottom: 1px solid #CCC; padding: 15px 0; }
.comment-reply-link { font-size: 12px; }
#comments .comment-meta { padding-bottom: 5px; font-size: 12px; }
#comments .author { font-weight: bold; font-size: 14px; }
#comments .submit { margin-top: 15px; }
#comments .btn { margin: 15px auto; }
#comments #respond h3 { margin-top: 15px; }

.sidebar .tvmonolitos-player { margin-bottom: 30px; }
.sidebar .tvmonolitos-player iframe { height: 270px; }

.site-footer .container { padding: 10px 0; border-top: 1px solid #DDD; }
.site-footer .monolitospost-logo a { display: block; float: left; width: 60px; height: 60px; text-indent: -99999px; background: transparent url(images/monolitospost-logo-footer.png) no-repeat; background-size: contain; }
.site-footer p { display: block; float: left; margin-left: 10px; font-weight: 300; font-size: 14px; color: #666; line-height: 60px; }

#notoris { display: block; float: right; width: 36px; height: 38px; margin-top: 11px; text-indent: -99999px; background: transparent url(images/notoris.png) no-repeat; }
#notoris:hover { opacity: .75; transform: scale(.85); }

/* =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;
}

.size-full { max-width: 100%; height: auto; }

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-polls {
    padding: 20px;
    border: 1px solid #134272;
}

.wp-polls input[type=button] {
    padding: 5px 15px;
    color: #FFF;
    border: 1px solid #134272;
    background: #1974C1;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .content-column { max-width: 625px; }
    .content-column img { max-width: 100%; height: auto; }

    .home-3 .destaque-principal-home { display: table; float: none; margin: 0 auto 30px; }
    .home-3 .destaque-secundario-home { float: none; margin: 0 auto; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-nav { float: none !important; display: table; margin: 0 auto !important;}
    .content-column { float: none; display: block; max-width: 100%; margin: 0 auto; }    
    .content-side { float: none; display: table; margin: 40px auto; padding: 0; }
    .banners-home { padding-right: 0; }    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .social-nav { float: none; display: table; clear: both; margin: 20px auto; }
    .aovivo { float: none; display: table; clear: both; margin: 0 auto; }
    .home-2 .banners-home { float: none; margin: 0 auto; }
    .home-2 .destaque-principal-home,
    .home-2 .destaque-secundario-home { float: none; margin: 0 auto; max-width: 100%; } 
    .home-2 .destaque-secundario-home .row { margin: 0; }
    .home-2 .destaque-secundario-home .destaque { margin-bottom: 30px; }
    .compartilhe { display: block; border: none; padding: 0; margin: 10px 0 20px; }
    .tvmonolitos-player-aovivo { width: 90%; }
    #commentform input[type=text],
    #commentform textarea { width: 100%; }
    .site-footer { text-align: center }
    .site-footer p { float: none; }
    .site-footer .monolitospost-logo { display: table; margin: 0 auto; }
    .site-footer #notoris { float: none; margin: 30px auto; }

    .home-3 .destaque-principal-home .destaque img { float: none; margin: 20px auto; }
    .home-3 .destaque-principal-home .destaque .destaque-chapeu { padding: 20px 0 10px; } 

    .home-3 .banners-home.total-banners2 .banner-lateral-1,
    .home-3 .banners-home.total-banners2 .banner-lateral-2,
    .home-3 .banners-home.total-banners2 .banner-lateral-3,
    .home-3 .banners-home.total-banners2 .banner-lateral-4 { float: none; width: 100%; max-width: 300px; margin: 0 auto 20px; }
    .home-3 .banners-home.total-banners3 .banner-lateral-1,
    .home-3 .banners-home.total-banners3 .banner-lateral-2,
    .home-3 .banners-home.total-banners3 .banner-lateral-3,
    .home-3 .banners-home.total-banners3 .banner-lateral-4 { float: none; width: 100%; max-width: 300px; margin: 0 auto 20px; }
    .home-3 .banners-home .banners-laterais > div:last-child { margin-bottom: 0; }

    .site-logo { float: left; }    
    .navbar-nav { width: 100%; }
    .navbar-toggle { position: absolute; right: 0; top: 25px; }
    .navbar.navbar-collapse { position: absolute; top: 100px; width: 100%; z-index: 999; }
    .content-main { padding: 0 25px; }
    .banner-topo { height: 50px; }
    .site-content .content-column  iframe { width: 100%; }    
    .site-content .content-column a img.alignright,
    .site-content .content-column a img.alignleft { float: none; display: table; margin: 0 auto; width: initial; max-width: 100%; height: auto; }
}

@media (max-width: 680px) {
	.media-body, .media-left, .media-right { 
		display: table;
		padding: 0 15px;
		margin: 0;
		width: 100%;
	}
	#content img { width: 100% !important; height: auto !important; padding: 0 !important; margin: 0 0 10px; }		
	
	.wp-caption.alignright,
	.wp-caption.alignleft,
	.wp-caption { width: auto !important; margin: 0 auto !important; }
	.wp-caption img { width: 100% !important; }
	.wp-caption-text { margin-right: 0; }	
	
	.no-mobile { display: none !important; }	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}