/*
Theme Name: Diarinho
Theme URI: http://serverdo.in/
Author: ServerDo.in
Author URI: http://serverdo.in
Description: Tema do Diarinho
Version: 1.1.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
Text Domain: colormag
Template:     colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */
@import url("css/font/stylesheet.css");
@import url("css/weather-icons.min.css");
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0 auto;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
th, td {
    border: 1px solid #bababa;
    padding: 6px 10px;
}
caption, th, td {
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
embed, iframe, object {
    max-width: 100%;
}
/* =GLOBAL
----------------------------------------------- */
body, button, input, select, textarea {
    color: #444444;
    font: 16px 'Source Sans Pro Regular', serif;
    line-height: 1.6;
    word-wrap: break-word;
}
body {
    background-color: #bababa;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 18px;
    color: #333333;
    font-weight: normal;
    font-family: 'Source Sans Pro Regular', sans-serif;
}
h1 {
    font-size: 42px;
    line-height: 1.2;
}
h2 {
    font-size: 38px;
    line-height: 1.2;
}
h3 {
    font-size: 34px;
    line-height: 1.2;
}
h4 {
    font-size: 30px;
    line-height: 1.2;
}
h5 {
    font-size: 26px;
    line-height: 1.2;
}
h6 {
    font-size: 22px;
    line-height: 1.2;
}
hr {
    border-color: #bababa;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}
/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro Regular', serif;
    font-size: 15px;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #bababa;
}
pre, code, kbd, var, samp, tt {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre-wrap;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #777777;
    cursor: help;
}
address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}
ins {
    background: #F8F8F8;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
    font-size: 20px;
}
dt {
    font-weight: bold;
    margin-bottom: 5px;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin: 0 0 0 10px;
}
/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
    padding: 30px 30px 20px 45px;
    margin-bottom: 20px;
    background-color: #289dcc;
    color: #FFFFFF;
    border-radius: 5px;
}
blockquote p {
    font-size: 20px;
    font-family: 'Source Sans Pro Regular', serif;
    line-height: 1.4;
    position: relative;
    padding-top: 13px;
    padding-left: 40px;
}
blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 60px;
    position: absolute;
    top: -27px;
    left: -27px;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    float: right;
}
/* =FORMS
----------------------------------------------- */
input, textarea {
    -webkit-border-radius: 0px;
}
input[type="tel"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
input[type="tel"], input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 1%;
    border: 1px solid #bababa;
    line-height: 20px;
    width: 95%;
    margin: 0 0 30px;
    background-color: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="tel"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #bababa;
}
input.s {
    width: 60%;
    padding: 4px 54px 4px 10px;
    height: 36px;
    color: #777777;
    background-color: #FFFFFF;
    margin: 0;
    border: 1px solid #bababa;
}
input.s:focus {
    padding-left: 10px;
    border-color: #bababa;
    text-indent: 0;
}
.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button {
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #289dcc;
    border: 0px;
    transition: background-color 0.3s linear 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
}
#search-form input[type="submit"] {
    border-radius: 0;
    margin-left: -8px;
    margin-bottom: 0;
    padding: 6px 10px 5px;
    font-size: 18px;
}
.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    background-color: #33363B;
}
.previous a, .next a {
    padding: 5px 0;
    cursor: pointer;
    font-size: 18px;
}
.previous a:hover, .next a:hover {
    color: #289dcc;
    text-decoration: underline;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
/* =LINKS
----------------------------------------------- */
a {
    color: #289dcc;
    text-decoration: none;
}
a:focus, a:active, a:hover {
    text-decoration: none;
}
/* =IMAGES
----------------------------------------------- */
figure {
    margin: 0;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
}
img.size-full, img.size-large {
    max-width: 100%;
    height: auto;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
    display: none;
}
/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
}
#page {
    max-width: 1200px;
    margin: 0 auto;
}
.wide {
    padding-top: 0;
    padding-bottom: 0;
}
.wide #page {
    max-width: 100%;
}
.inner-wrap {
    margin: 0 auto;
    max-width: 1140px;
}
/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
    background-color: #ffffff;
}
#header-text-nav-container {
    background-color: #FFFFFF;
}
#header-text-nav-wrap {
    padding: 20px 0 25px;
}
#header-left-section {
    float: left;
}
#header-logo-image {
    float: left;
    padding-right: 20px;
}
#header-logo-image img {
    margin-bottom: 0;
}
#header-text {
    float: left;
    padding-right: 20px;
}
#site-title {
    padding-bottom: 0;
    line-height: 1.2;
}
#site-title a {
    color: #289dcc;
    font-size: 46px;
}
#site-description {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    padding-bottom: 0px;
    font-family: 'Source Sans Pro Regular', serif;
}
#header-right-section {
    float: right;
}
#header-right-section .widget {
    text-align: right;
    color: #333333;
}
#header-right-section .widget .widget-title {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 5px;
}
.header-image {
    margin-bottom: 0;
    border-bottom: 1px solid #bababa;
    width: 100%;
}
/* =HEADER INFO TEXT
----------------------------------------------- */
.small-info-text {
    float: left;
    max-width: 100%;
    padding-right: 15px;
    padding-top: 2px;
}
.small-info-text p {
    font-size: 12px;
    color: #555555;
    margin-bottom: 0;
}
/* =SOCIAL LINKS
----------------------------------------------- */
.fa {
    font-size: 22px;
    color: #CCCCCC;
}
.social-links {
    text-align: center;
    float: right;
}
.social-links ul li {
    display: inline;
}
#masthead .social-links i.fa {
    font-size: 23px;
    padding: 0 10px;
}
.social-links i.fa {
    padding: 5px 10px;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    font-size: 25px;
}
.social-links i.fa:hover {
    color: #289dcc;
}
.social-links i.fa-twitter {
    color: #1BB2E9;
}
.social-links i.fa-facebook {
    color: #3B5A9B;
}
.social-links i.fa-youtube {
    color: #ED3F41;
}
.social-links i.fa-vimeo-square {
    color: #44BBFF;
}
.social-links i.fa-skype {
    color: #009CEF;
}
.social-links i.fa-linkedin {
    color: #007BB6;
}
.social-links i.fa-google-plus {
    color: #DC4937;
}
.social-links i.fa-github {
    color: #4183C4;
}
.social-links i.fa-flickr {
    color: #0062DD;
}
.social-links i.fa-dribbble {
    color: #E24D87;
}
.social-links i.fa-instagram {
    color: #3F729B;
}
.social-links i.fa-pinterest {
    color: #D5282E;
}
.social-links i.fa-stumbleupon {
    color: #EC4823;
}
.social-links i.fa-tumblr {
    color: #455469;
}
.social-links i.fa-wordpress {
    color: #21759B;
}
.social-links i.fa-codepen {
    color: #CCCCCC;
}
.social-links i.fa-digg {
    color: #14589E;
}
.social-links i.fa-reddit {
    color: #FF4500;
}
/* =SEARCH WIDGET
----------------------------------------------- */
#masthead .search-wrap input.s {
    width: 200px;
}
.fa.search-top {
    color: #ffffff;
    cursor: pointer;
    font-size: 21px;
    padding: 11px 12px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fa.search-top:hover {
    background-color: #289dcc;
}
.search-wrap {
    position: relative;
}
.search-wrap button {
    border-radius: 0;
    color: #fff;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.search-icon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
}
.search-form-top {
    border: 1px solid #bababa;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 9999;
    background-color: #ffffff;
}
.not-found .search-wrap button {
    right: 175px;
}
#secondary .search-wrap button {
    right: 26px;
}
/* =RANDOM POST
----------------------------------------------- */
.random-post {
    position: absolute;
    right: 0;
    top: 0;
}
.random-post .fa-random {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.main-navigation .random-post a {
    padding: 10px 12px;
    border-bottom: none;
}
/* =NAVIGATION
----------------------------------------------- */
nav li > ul, nav li > ol {
    margin: 0;
    list-style: none;
}
#site-navigation {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    background-color: transparent;
    border-top: 4px solid transparent;
}
#site-navigation .inner-wrap {
    position: relative;
}
.home-icon {
    float: left;
}
.home-icon .fa {
    color: #ffffff;
    font-size: 27px;
}
.home-icon.front_page_on {
    background-color: #289dcc;
}
.main-navigation .home-icon a {
    padding: 7px 10px 6px;
}
.main-small-navigation .home-icon a {
    padding: 7px 10px;
}
.main-navigation {
    width: 100%;
    text-align: center;
}
.main-navigation li {
    float: left;
    position: relative;
    font-family: 'Source Sans Pro Regular', serif;
    font-weight: 300;
}
.main-navigation a {
    color: #ffffff;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    text-transform: uppercase;
}
.main-navigation li.default-menu, li.default-menu {
    display: none;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-menu-item a:after, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a, .main-navigation li.menu-item-has-children:hover > a:after {
    color: #ffffff;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li:hover > a {
    background-color: #289dcc;
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after, .main-navigation li li.page_item_has_children > a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 14px;
    padding-left: 6px;
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after {
    content: "\f107";
    color: #ffffff;
}
.main-navigation li li.menu-item-has-children > a:after, .main-navigation li li.page_item_has_children > a:after {
    content: "\f105";
    position: absolute;
    right: 8px;
}
/* =DROP DOWN
----------------------------------------------- */
.main-navigation .sub-menu, .main-navigation .children {
    background-color: #232323;
}
.main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 100;
}
.main-navigation ul li:hover ul, .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul {
    display: block;
}
.main-navigation ul li ul {
    position: absolute;
    width: 200px;
    top: 42px;
}
.main-navigation ul li ul li {
    float: none;
}
.main-navigation ul li ul li a {
    border-top: none;
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
    float: none;
    font-size: 14px;
    height: 100%;
    padding: 10px 15px;
    color: #ffffff;
    width: 170px;
    text-align: left;
    text-transform: none;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
    color: #FFFFFF;
    background-color: #289dcc;
}
.main-navigation ul li ul li ul {
    left: 200px;
    top: 0;
}
.main-navigation select {
    display: none;
}
/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
    display: none;
    cursor: pointer;
}
.site-header .menu-toggle {
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: 'Source Sans Pro Regular', serif;
    padding-bottom: 0;
}
.site-header .menu-toggle:hover {
    background-color: #289dcc;
}
.site-header .menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 23px;
    color: #ffffff;
    padding: 8px 12px;
    display: block;
}
.main-small-navigation {
    float: none;
}
.main-small-navigation .menu-primary-container, .main-small-navigation .nav-menu {
    padding-top: 43px;
}
.main-small-navigation ul {
    margin: 0;
    list-style: none;
}
.main-small-navigation a {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-small-navigation .random-post a {
    padding: 7px 12px;
    border-bottom: none;
}
.main-small-navigation li {
    background-color: #FFFFFF;
}
.main-small-navigation li a:hover {
    background-color: #289dcc;
    color: #FFFFFF;
}
.main-small-navigation ul ul a {
    padding-left: 45px;
    text-transform: none;
}
.main-small-navigation ul ul ul a {
    padding-left: 90px;
}
.main-small-navigation .current_page_item > a, .main-small-navigation .current-menu-item > a {
    background: #289dcc;
    color: #FFFFFF;
}
/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 30px;
}
/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #ffffff;
}
/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
    text-align: center;
    padding-top: 30px;
}
.format-link .entry-content a {
    text-decoration: underline;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 3px;
    background-color: #289dcc;
    color: #FFFFFF;
    transition: background-color 0.3s linear 0s;
    display: inline-block;
}
.format-link .entry-content a:hover {
    background-color: #33363B;
}
/* POST FORMAT ASIDE */
.format-aside .entry-header {
    display: none;
}
/* POST FORMAT STATUS */

/* POST FORMAT STANDARD */

/* =2,3,4 COLUMNS
----------------------------------------------- */
/* Two COLUMN */
.tg-one-half {
    float: left;
    width: 48%;
    padding: 0px 0px 30px;
}
.tg-one-half-last {
    float: right;
}
/* =NAVIGATION
----------------------------------------------- */
.default-wp-page {
    clear: both;
}
.default-wp-page .previous {
    float: left;
    padding: 30px 0;
}
.default-wp-page .next {
    float: right;
    padding: 30px 0;
}
/* =WP PAGENAVI PLUGIN
----------------------------------------------- */
.wp-pagenavi {
    text-align: center;
    margin-bottom: 30px;
}
#content .wp-pagenavi .page, #content .wp-pagenavi a {
    padding: 4px 10px;
    color: #777777;
    border: 1px solid #F2F2F2;
}
#content .wp-pagenavi .current, #content .wp-pagenavi a:hover {
    padding: 4px 10px;
    color: #FFFFFF;
    background-color: #289dcc;
    border: 1px solid #F2F2F2;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
    margin-left: 5px;
    border-radius: 2px;
}
#content .wp-pagenavi span.pages {
    margin-left: 0;
    color: #777777;
    padding: 4px 10px;
    border: 1px solid #F2F2F2;
}
/* =PAGINATION
----------------------------------------------- */
.pagination {
    margin: 15px 0;
}
.pagination span {
    padding: 2px 5px;
    border: 1px solid #bababa;
    background-color: #289dcc;
    color: #FFFFFF;
}
.pagination a span {
    background-color: #FFFFFF;
    color: #777777;
}
.pagination a span:hover {
    color: #289dcc;
    border-color: #289dcc;
    text-decoration: none;
}
/* =MEDIA
----------------------------------------------- */
.wp-caption {
    border: 1px solid #cccccc;
    margin-bottom: 1.5rem;
    max-width: 100%;
}
#colophon .wp-caption {
    border: 1px solid #444444;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
}
.gallery-caption {
}
/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
    margin: 0 auto 15px;
}
.gallery-item {
    display: inline-block;
    padding: 15px 2%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    padding: 15px 1%;
}
.gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 5px;
}
/* =COMMENTS
----------------------------------------------- */
#comments {
    border-top: 1px solid #F8F8F8;
    padding-top: 15px;
}
#comments i {
    font-size: 16px;
    color: #AAAAAA;
    padding-right: 10px;
}
.comments-title {
    font-size: 24px;
}
.comment-content a {
    word-wrap: break-word;
}
.comment-navigation {
    margin-bottom: 15px;
}
.bypostauthor {
}
#comments .comments-title {
    margin-bottom: 10px;
}
.avatar {
    border-radius: 50%;
    float: left;
}
.comments-area article header {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
}
.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #999999;
}
#content .comments-area article header cite a:hover, #content .comments-area a.comment-edit-link:hover, #content .comments-area a.comment-permalink:hover {
    color: #289dcc;
}
.comments-area .comment-author-link a {
    color: #999999;
}
.comments-area .comment-author-link a:hover {
    color: #289dcc;
}
.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #289dcc;
    color: #FFFFFF;
    border-radius: 3px;
}
.comments-area article header .comment-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #AAAAAA;
    font-size: 16px;
    padding-right: 10px;
}
.comment-content {
    padding: 15px 15px 25px;
    background-color: #F8F8F8;
    border: 1px solid #bababa;
    border-radius: 2px;
}
.comment {
    margin-bottom: 20px;
}
.comment ul, .comment ol {
    margin: 0 0 20px 20px;
}
.comment ul {
    list-style: square outside none;
}
.comment .comment-reply-link {
    float: right;
    color: #AAAAAA;
}
.comment .comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #AAAAAA;
    font-size: 16px;
    padding-right: 10px;
}
.comment .comment-reply-link:hover {
    color: #289dcc;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}
.screen-reader-text {
    display: none;
}
.nav-previous, .nav-next {
    margin-bottom: 15px;
}
.nav-previous a, .nav-next a {
    color: #289dcc;
    cursor: pointer;
    font-size: 16px;
}
.nav-previous a {
    float: left;
}
.nav-next a {
    float: right;
}
.nav-previous a:hover, .nav-next a:hover {
    text-decoration: underline;
}
/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
    font-size: 22px;
    line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
}
#respond form label {
    display: block;
    line-height: 1.5;
}
#respond form input[type="text"], #respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}
#respond form p.form-allowed-tags {
    font-size: 16px;
    line-height: 1;
    color: #5e5e5e;
    display: none;
}
.required {
    color: red;
}
/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
    line-height: 1.5;
    padding: 5px 0;
}
#colophon .widget ul li {
    border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
    border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
    padding-left: 10px;
}
.widget select {
    border: 1px solid #DDDDDD;
    color: #777777;
    padding: 2px;
    width: 60%;
}
#secondary .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
#secondary .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
#secondary .widget, .error-404 .widget {
    margin-bottom: 35px;
    font-size: 14px;
    background-color: #ffffff;
}
#secondary .widget p {
    font-size: 14px;
}
#secondary a:hover {
    text-decoration: underline;
}
.error-404 {
    padding-bottom: 20px;
    text-align: center;
}
.error-404 input.s {
    width: 50%;
}
/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    border-top: 1px solid #F2F2F2;
    background-color: #303440;
}
.footer-widgets-area {
    padding-top: 45px;
    padding-bottom: 10px;
    color: #cccccc;
}
.tg-footer-main-widget {
    width: 39.473684%;
    float: left;
    margin-right: 2.631579%
}
.tg-footer-other-widgets {
    float: right;
    width: 57.894737%;
}
.tg-first-footer-widget {
}
.tg-second-footer-widget, .tg-third-footer-widget {
    width: 30.303030%;
    float: left;
    margin-right: 4.545454%
}
.tg-fourth-footer-widget {
    width: 30.303030%;
    float: right;
    margin-right: 0;
}
.footer-widgets-area .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.footer-widgets-area .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.footer-widgets-area p {
    text-align: left;
    color: #aaaaaa;
}
.footer-widgets-area a {
    color: #FFFFFF;
}
.footer-widgets-area a:hover {
    color: #289dcc;
}
#colophon .widget {
    margin-bottom: 40px;
}
#colophon, #colophon p {
    font-size: 14px;
    line-height: 1.4;
}
/* =FOOTER ADVERTISEMENT AREA
----------------------------------------------- */
.advertisement_above_footer {
    background-color: #ffffff;
}
.advertisement_above_footer .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.advertisement_above_footer .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
    padding: 20px 0px 50px;
    background-color: #303440;
}
.footer-socket-area {
    width: 100%;
}
.footer-socket-right-section {
    float: right;
}
.footer-socket-left-section {
    float: left;
}
.footer-socket-wrapper .copyright {
    color: #b1b6b6;
    float: left;
    font-size: 14px;
    max-width: 50%;
}
.footer-socket-wrapper .copyright a {
    color: #b1b6b6;
    border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
    color: #ffffff;
}
.footer-socket-wrapper .small-menu {
    float: right;
}
.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}
/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
a#scroll-up i {
    font-size: 40px;
    color: #289dcc;
}
a#scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
    float: left;
    width: 70.17543859%;
}
#secondary {
    float: right;
    width: 27.19298245%;
}
/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
    float: right;
}
.left-sidebar #secondary {
    float: left;
}
/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}
.no-sidebar-full-width #primary {
    width: 100%;
}
.no-sidebar #secondary, .no-sidebar-full-width #secondary {
    display: none;
}
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_featured_posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
    color: #232323;
    text-shadow: none;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on, .widget_featured_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
    color: #888888;
    font-size: 10px;
    padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa, .widget_featured_posts .article-content .below-entry-meta .comments .fa {
    color: #888888;
    padding-right: 5px;
    font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a, .widget_featured_posts .article-content .below-entry-meta .byline a, .widget_featured_posts .article-content .below-entry-meta .comments a {
    font-size: 12px;
}
/* =POST CONTENT
----------------------------------------------- */
.page-header .page-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.page-header .page-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.archive #content .post p {
    font-size: 14px;
}
.archive #content .post:nth-child(2n+1) {
    float: right;
    width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.archive #content .post:first-child {
    float: none;
    width: 100%;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
    font-size: 22px;
}
#content .post {
}
.single #content .post, #content .post {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#content .post {
    margin-bottom: 30px;
}
.single #content .post {
    margin-bottom: 0;
}
#content .post img {
    margin-bottom: 0;
}
#content .post .article-content {
    padding: 15px;
}
#content .post .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
#content .post .article-content .entry-title {
    padding: 5px 0 0;
    font-size: 26px;
    line-height: 30px;
    font-family: "Source Sans Pro Bold";
}
#content .post .article-content .entry-title a {
    color: #232323;
}
#content .post .article-content .entry-title a:hover {
    color: #289dcc;
}
#content .post .article-content .below-entry-meta .posted-on, #content .post .article-content .below-entry-meta .byline, #content .post .article-content .below-entry-meta .comments, #content .post .article-content .below-entry-meta .tag-links {
    padding-right: 10px;
}
#content .post .article-content .below-entry-meta .posted-on .fa {
    color: #888888;
    font-size: 10px;
    padding-right: 3px;
}
#content .post .article-content .below-entry-meta .byline .fa, #content .post .article-content .below-entry-meta .comments .fa, #content .post .article-content .below-entry-meta .tag-links .fa, #content .post .article-content .below-entry-meta .edit-link .fa {
    color: #888888;
    padding-right: 5px;
    font-size: 11px;
}
#content .post .article-content .below-entry-meta .posted-on a, #content .post .article-content .below-entry-meta .byline a, #content .post .article-content .below-entry-meta .comments a, #content .post .article-content .below-entry-meta .tag-links a, #content .post .article-content .below-entry-meta .edit-link a {
    font-size: 12px;
}
#content .post .article-content .below-entry-meta {
    padding-bottom: 20px;
}
.below-entry-meta .updated {
    display: none;
}
.type-post .entry-title, .type-page .entry-title {
    font-size: 34px;
    line-height: 1.2;
}
.post .entry-title a, .search .entry-title a {
    color: #333333;
    transition: all 0.3s ease 0s
}
.post .entry-title a:hover, .search .entry-title a:hover {
    color: #289dcc;
}
.post .entry-content {
    margin-bottom: 10px;
}
.entry-content ul {
    list-style: square;
}
.entry-content ul, .entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}
.entry-content li > ul, .entry-content li > ol {
    margin-bottom: 0;
}
.entry-content li {
    line-height: 1.3;
}
.post .entry-content a:hover {
    text-decoration: underline;
}
.entry-meta {
    color: #aaa;
    padding-bottom: 20px;
}
.entry-meta .byline i, .entry-meta .cat-links i {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #289dcc;
}
.entry-meta .byline a, .entry-meta .cat-links a {
    font-size: 20px;
}
.entry-meta .byline, .entry-meta .cat-links {
}
.entry-meta .byline {
    margin-right: 25px;
}
.entry-meta a {
    color: #289dcc
}
.entry-meta a:hover {
    text-decoration: underline;
}
.entry-meta .sep {
    display: block;
    border-top: 1px solid #f2f2f2;
    position: relative;
    margin: 10px 0 10px 0;
}
.entry-meta .post-format {
    padding: 5px;
    position: absolute;
    right: -64px;
    top: -32px;
}
.entry-meta .post-format i {
    background-color: #289dcc;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 8px 8px 8px;
}
.entry-meta .posted-on, .entry-meta .comments-link, .entry-meta .edit-link, .entry-meta .tag-links {
    font-size: 12px;
    line-height: 20px;
    margin-right: 25px;
}
.entry-meta .posted-on a, .entry-meta .comments-link a, .entry-meta .edit-link a, .entry-meta .tag-links a {
    color: #aaa;
    font-size: 14px;
}
.entry-meta .posted-on a:hover, .entry-meta .comments-link a:hover, .entry-meta .edit-link a:hover, .entry-meta .tag-links a:hover {
    color: #289dcc;
    text-decoration: none;
}
.entry-meta .posted-on i, .entry-meta .comments-link i, .entry-meta .edit-link i, .entry-meta .tag-links i {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none
}
.entry-content a.read-more:hover {
    text-decoration: none;
}
.single #content .tags a {
    border: 1px solid #bababa;
    padding: 3px 5px;
    border-radius: 3px;
    color: #777777;
}
.single #content .tags a:hover {
    color: #289dcc;
    text-decoration: none;
}
.more-link {
    display: inline-block;
    background-color: #289dcc;
    border-radius: 3px;
}
.more-link span {
    font-size: 12px;
    padding: 5px 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
}
.more-link span:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
/* =FEATURED BLOG
----------------------------------------------- */
.no-post-thumbnail {
    background-color: #289dcc;
}
.tg-two-column-post-left {
    float: left;
    clear: both;
}
.tg-two-column-post-right {
    float: right;
}
.post-box {
    width: 48.5%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
}
.yes-post-thumbnail.post-box {
    height: auto;
}
.post-box img {
    margin-bottom: 0;
}
.post-box .post-content-area {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.post-box .entry-title {
    padding-bottom: 0;
}
.post.post-box .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px;
}
.post.post-box .entry-title a:hover {
    color: #289dcc;
}
.post-box .entry-title:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 100px;
}
.post-box .entry-meta {
    padding-bottom: 0;
}
.post-box .entry-meta span .fa {
    color: #fff;
}
.post-box .entry-meta .posted-on a, .post-box .entry-meta .cat-links a {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 16px;
}
.post-box .entry-meta .posted-on i, .post-box .entry-meta .cat-links i {
    color: #ffffff;
}
.post-box .entry-meta .posted-on a:hover, .post-box .entry-meta .cat-links a:hover {
    color: #289dcc;
    text-decoration: none;
}
/* =FRONT PAGE WIDGET AREAS
----------------------------------------------- */
.widget_slider_area {
    float: left;
    width: 55.26315789%;
}
.widget_beside_slider {
    float: right;
    width: 43.85964912%;
}
/* Slider widget meta CSS */
.widget_featured_slider .single-slide {
    position: relative;
}
.widget_featured_slider img {
    margin-bottom: 0;
}
.widget_featured_slider .slide-content {
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    padding-bottom: 20px;
    padding-left: 5%;
    position: absolute;
    width: 95%;
}
.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_featured_slider .slide-content .entry-title {
    padding: 10px 0 0;
    font-size: 22px;
}
.widget_featured_slider .slide-content .entry-title a {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_featured_slider .slide-content .entry-title a:hover {
    color: #289dcc;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on, .widget_featured_slider .slide-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on .fa {
    color: #ffffff;
    font-size: 10px;
    padding-right: 3px;
}
.widget_featured_slider .slide-content .below-entry-meta .byline .fa, .widget_featured_slider .slide-content .below-entry-meta .comments .fa {
    color: #ffffff;
    padding-right: 5px;
    font-size: 11px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on a, .widget_featured_slider .slide-content .below-entry-meta .byline a, .widget_featured_slider .slide-content .below-entry-meta .comments a, .widget_featured_slider .slide-content .below-entry-meta .comments span {
    color: #ffffff;
    font-size: 12px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover, .widget_featured_slider .slide-content .below-entry-meta .byline a:hover, .widget_featured_slider .slide-content .below-entry-meta .comments a:hover {
    color: #289dcc;
}
/* Highlighted posts widget */
.widget_highlighted_posts .single-article {
    position: relative;
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    max-width: 49%;
}
.widget_highlighted_posts .single-article:nth-child(2n+1) {
    margin-right: 0;
}
.widget_highlighted_posts img {
    margin-bottom: 0;
}
.widget_highlighted_posts .article-content {
    background: rgba(0, 0, 0, 0) radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) repeat scroll 0 0;
    background: -webkit-radial-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-radial-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-radial-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: radial-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    border-radius: 8px;
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.widget_highlighted_posts .above-entry-meta {
    display: none;
}
.widget_highlighted_posts .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_highlighted_posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 16px;
}
.widget_highlighted_posts .article-content .entry-title a {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_highlighted_posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on, .widget_highlighted_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline {
    display: none;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on .fa {
    color: #ffffff;
    font-size: 10px;
    padding-right: 3px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline .fa, .widget_highlighted_posts .article-content .below-entry-meta .comments .fa {
    color: #ffffff;
    padding-right: 5px;
    font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a, .widget_highlighted_posts .article-content .below-entry-meta .byline a, .widget_highlighted_posts .article-content .below-entry-meta .comments a, .widget_highlighted_posts .article-content .below-entry-meta .comments span {
    color: #ffffff;
    font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover, .widget_highlighted_posts .article-content .below-entry-meta .byline a:hover, .widget_highlighted_posts .article-content .below-entry-meta .comments a:hover {
    color: #289dcc;
}
.widget_highlighted_posts .widget-title {
    color: #555555;
    font-size: 24px;
}
/* TG:All Posts Widget Styling */
.blog .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.blog .post:nth-child(2n+1) {
    float: right;
    width: 48.7013%;
}
.blog .post:first-child {
    float: none;
    width: 100%;
}
.blog .post .article-content .below-entry-meta .edit-link a, .blog .post .article-content .below-entry-meta .tag-links a {
    font-size: 12px;
}
.blog .post .article-content .below-entry-meta .edit-link .fa, .blog .post .article-content .below-entry-meta .tag-links .fa {
    color: #888888;
    padding-right: 5px;
    font-size: 11px;
}
.blog .post .article-content .below-entry-meta .tag-links {
    padding-right: 10px;
}
/* Search Page */
.search .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.search .post:nth-child(2n+1) {
    float: right;
    width: 48.7013%;
}
.search .post:first-child {
    float: none;
    width: 100%;
}
/* =FRONT PAGE MAIN CONTENT SECTION
----------------------------------------------- */
.main-content-section {
    padding-top: 20px;
}
.main-content-section .tg-one-half {
    width: 48.75%;
    padding-bottom: 0;
}
.posted-on a, .byline a, .comments a, .comments span, .tag-links a, .edit-link a {
    color: #888888;
}
.posted-on a:hover, .byline a:hover, .comments a:hover, .tag-links a:hover, .edit-link a:hover {
    color: #289dcc;
}
/* Featured posts widget */
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_featured_posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
    color: #232323;
    text-shadow: none;
}
.widget_featured_posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on, .widget_featured_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
    color: #888888;
    font-size: 10px;
    padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa, .widget_featured_posts .article-content .below-entry-meta .comments .fa {
    color: #888888;
    padding-right: 5px;
    font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a, .widget_featured_posts .article-content .below-entry-meta .byline a, .widget_featured_posts .article-content .below-entry-meta .comments a, .widget_featured_posts .article-content .below-entry-meta .comments span {
    font-size: 12px;
}
.widget_featured_posts {
    margin-bottom: 30px;
}
.widget_featured_posts .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.widget_featured_posts .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.widget_featured_posts img {
    margin-bottom: 18px;
}
.widget_featured_posts .first-post {
    float: left;
    width: 48.70129870%;
    margin-bottom: 20px;
}
.widget_featured_posts .following-post {
    float: right;
    width: 48.70129870%;
}
.widget_featured_posts .following-post .byline {
    display: none;
}
.widget_featured_posts.widget_featured_posts_vertical .first-post, .widget_featured_posts.widget_featured_posts_vertical .following-post {
    float: none;
    width: 100%;
}
.widget_featured_posts .single-article {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.widget_featured_posts .article-content {
    padding: 0 15px 5px;
}
.widget_featured_posts .article-content .below-entry-meta {
    margin-bottom: 12px;
}
.widget_featured_posts .article-content .entry-content p {
    font-size: 14px;
}
.widget_featured_posts .following-post .single-article {
    margin-bottom: 15px;
}
.widget_featured_posts .following-post figure {
    float: left;
    margin-right: 10px;
}
#secondary .widget_featured_posts .following-post .article-content .entry-title {
    font-size: 14px;
    line-height: 1.4;
}
.widget_featured_posts .following-post .article-content .entry-title {
    font-size: 18px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta .posted-on a, .widget_featured_posts .following-post .article-content .below-entry-meta .byline a {
    font-size: 11px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta {
    margin-bottom: 0;
}
.widget_featured_posts .following-post img {
    margin-bottom: 0;
}
.widget_featured_posts .following-post .above-entry-meta {
    display: none;
}
.news-bar {
    background-color: #ffffff;
    padding: 8px 0 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.breaking-news {
    float: left;
}
.breaking-news div {
    display: none;
}
.breaking-news-latest {
    color: #555555;
    margin-right: 0;
    position: relative;
    margin-top: 0px;
    vertical-align: top;
}
/* The HTML list gets replaced with a single div,
   which contains the active ticker item, so you
   can easily style that as well */
.breaking-news div {
    display: inline-block;
    word-wrap: break-word;
}
.date-in-header {
    float: left;
    color: #555555;
    font-size: 14px;
    padding-right: 15px;
}
.newsticker {
    display: inline-block;
    padding-left: 0;
    overflow: hidden;
    height: 20px;
}
.author-box {
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.author-img img {
    margin-right: 15px;
}
.author-name {
    padding-bottom: 10px;
    font-size: 20px;
}
.author-description {
}
/* Related Posts */
.related-posts-main-title {
}
.related-posts-main-title .fa {
    color: #289dcc;
}
.related-posts-main-title span {
    font-size: 26px;
    padding-left: 10px;
}
.single-related-posts {
    width: 32.5%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-right: 1.25%;
    float: left;
    margin-bottom: 25px;
}
.single-related-posts img {
    margin-bottom: 0;
}
.related-posts .single-related-posts:nth-child(3n+3) {
    margin-right: 0;
}
.single-related-posts .article-content {
    padding: 0 10px 5px;
}
.single-related-posts .byline {
    display: none;
}
.single-related-posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 18px;
}
.single-related-posts .article-content .entry-title a {
    color: #232323;
    text-shadow: none;
}
.single-related-posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.single-related-posts .article-content .below-entry-meta .posted-on, .single-related-posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.single-related-posts .article-content .below-entry-meta .posted-on .fa {
    color: #888888;
    font-size: 10px;
    padding-right: 3px;
}
.single-related-posts .article-content .below-entry-meta .byline .fa, .single-related-posts .article-content .below-entry-meta .comments .fa {
    color: #888888;
    padding-right: 5px;
    font-size: 11px;
}
.single-related-posts .article-content .below-entry-meta .posted-on a, .single-related-posts .article-content .below-entry-meta .byline a, .single-related-posts .article-content .below-entry-meta .comments a {
    font-size: 12px;
}
/* Sharing Section */

.share-buttons {
    display: inline-block;
}
.box {
    border: 1px solid #bababa;
    border-radius: 3px;
    display: inline-block;
}
.count {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #289dcc;
    float: right;
    font-size: 22px;
    padding: 0 16px;
}
.share {
    float: left;
}
#twitter, #facebook, #googleplus, #pinterest {
    float: left;
    padding-right: 20px;
}
.share .fa {
    display: block;
    font-size: 30px;
    line-height: 35px;
    padding: 0 15px;
}
.share .fa-twitter {
    color: #55acee;
}
.share .fa-facebook-square {
    color: #3b5998;
}
.share .fa-google-plus-square {
    color: #dd4b39;
}
.share .fa-pinterest {
    color: #cc2127;
}
.advertisement_125x125 {
}
.advertisement_125x125 img {
    margin-bottom: 8px;
    padding: 0 2px;
}
.advertisement-title {
}
.advertisement_300x250 {
}
.advertisement_300x250 img {
    margin: 0 auto;
    display: block;
}
#header-right-section .advertisement_728x90 {
    margin-bottom: 0;
    padding: 0;
}
.advertisement_728x90 {
    padding: 15px 0 45px;
    display: block;
}
#header-right-section .advertisement_728x90 img {
    padding: 0;
}
.advertisement_728x90 img {
    margin-bottom: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: block;
    margin: 0 auto;
}
.advertisement-content {
    text-align: center;
}
.advertisement_below_post_title {
    float: left;
    width: 300px;
    margin-right: 10px;
}
.image-popup {
}
.featured-image {
}
.post .featured-image {
    text-align: center;
}
#site-navigation {
    z-index: 100;
}
.fitvids-video {
}
.video-title {
}
/* Gallery Post Format */
.single-format-gallery {
}
.gallery-post-format {
}
.gallery-images {
}
/* search result tile hide */
.search h1.page-title {
    display: none;
}
/**
* ServerDo.in
*/
body.home #primary {
    width: 100%;
}
.searchform input.s.field {
    background-color: #fbfbfb;
    font-weight: bold;
    padding-left: 35px;
}
.searchform span.search-icon {
    float: left;
    left: 10px;
    position: absolute;
    top: 8px;
}
.searchform span.search-icon::before {
    color: #ce0021;
}
.advertisement_728x90 img {
    box-shadow: none;
}
.advertisement_728x90 {
    padding: 10px 0;
}
#header-text-nav-wrap {
    text-align: center;
}
#header-left-section, #header-logo-image {
    float: none;
}
.date-in-header {
    color: #999999;
    float: none;
    font-size: 12px;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-family: "Source Sans Pro Semibold";
}
#header-section, .news-bar {
    border-bottom: 1px solid #eeeeee;
    box-shadow: none;
}
.site-header .inner-wrap.header {
    max-width: 100%;
    width: 100%;
}
/** INICIO MENU */
.menu-item.menu-item-type-custom.menu-item-object-custom img {
    height: 20px;
    margin: 0;
}
.is-sticky.sticky-wrapper #site-navigation {
    max-width: 100%;
    background-color: #FFF;
}
.sticky-wrapper #site-navigation {
    background-color: transparent;
    border: 0 none !important;
    margin: auto;
    max-width: 1140px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: inline-block;
    height: auto;
    margin: 0;
    width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:last-child a.mega-menu-link {
    border-right: 0 none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "Archivo Narrow Bold";
    font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
    color: #ce0021;
}
.breaking-news {
    font-family: "Archivo Narrow Bold";
}
.wi {
    color: #ce0021;
    font-size: 18px;
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li.dcw_c1 {
    width: 100%
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li.dcw_c2 {
    width: 50%
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li.dcw_c3 {
    width: 33%;
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li.dcw_c4 {
    width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li.dcw_c5 {
    width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary .dcw li {
    border-right: 1px solid #eee;
    display: inline-block;
    margin: 0 -4px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.DisplayCategoriesWidget a {
    border-bottom: 1px solid #eee;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.DisplayCategoriesWidget {
    padding: 10px 0 15px;
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    font-family: "Source Sans Pro Regular";
}
.mega-sub-menu {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-image: none !important;
    border-left: 3px solid #ce0021 !important;
    box-shadow: 5px 3px 6px 0 rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.3);
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 div, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 span a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 span, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 div, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 span a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 span, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 div, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 span a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 span {
    line-height: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-3 div .cat-links > a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 div .cat-links > a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 div .cat-links > a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 div .cat-links > a {
    text-transform: uppercase;
    font-size: 12px;
    color: #ce0021;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 td .entry-data a {
    display: block;
    margin-bottom: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 td .entry-data a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 td .entry-data a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 td .entry-data a {
    padding-top: 10px;
    font-size: 12px;
    color: #c0c0c0;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 tr.editoria td .entry-data a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr.editoria .entry-data a, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr.editoria .entry-data a {
    padding-top: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 td {
    vertical-align: top;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 tr.editoria td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr.editoria td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr.editoria td {
    padding-top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 tr:first-child.editoria td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr:first-child.editoria td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr:first-child.editoria td {
    padding-top: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 tr.borda, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr.borda, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr.borda {
    border-bottom: 1px solid #eee;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr.borda td:first-child, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr.borda td:first-child {
    min-width: 210px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 tr.borda td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 tr.borda td, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 tr.borda td {
    padding-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_six_posts_widget-2 img, #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_four_posts_widget-3 img {
    margin-right: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-serverdoin_two_posts_widget-2 img {
    margin-bottom: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary h3 {
    padding-bottom: 0;
}
#mega-menu-wrap-primary #mega-menu-primary h3 a, .transetudo-anuncios h3 {
    color: #333;
    font-family: "Source Sans Pro Bold";
    font-size: 17px;
    line-height: 1.2;
}
.transetudo-anuncios h3 {
    padding-bottom: 0px;
}
.transetudo-anuncios h3 a {
    color: #333;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 p, .transetudo-anuncios p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 80%;
    text-align: justify;
    color: #666;
}
.transetudo-anuncios p {
    max-width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 span.preco a, .transetudo-anuncios span.preco a {
    color: #ce0021;
    font-size: 26px;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu span.ver-mais-coluna a, #mega-menu-wrap-primary #mega-menu-primary .colunistas-menu span.nome-coluna a, #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 span.categoria a {
    color: #ce0021;
    font-size: 12px;
    text-transform: uppercase;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu span.ver-mais-coluna a {
    text-decoration: underline;
    display: block;
    font-size: 11px;
    text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary span.data-coluna a {
    color: #999999;
    font-size: 11px;
    font-family: "Source Sans Pro Semibold";
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 td:first-child {
    padding-right: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary a.botao-ver-mais {
    color: #ce0021;
    font-size: 16px;
    font-family: 'Archivo Narrow Regular';
    padding-top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary a.botao-ver-mais span.sow-icon-fontawesome {
    color: #ce0021;
    font-size: 24px;
}
#mega-menu-wrap-primary #mega-menu-primary .transetudo-menu tr {
    float: left;
    margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary .transetudo-menu tr {
    min-height: 100px;
    width: calc(100% / 3 - 2px);
    display: inline-block;
    vertical-align: top;
    float: none;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 td.has_image:first-child {
    min-width: 100px;
}
#mega-menu-wrap-primary #mega-menu-primary .transetudo-menu tr:last-child {
    min-height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu tr {
    float: left;
    width: 32.25%;
    padding: 10px 10px 10px 0;
    border-left: 1px solid #eeeeee;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu tr:last-child, #mega-menu-wrap-primary #mega-menu-primary .colunistas-menu tr:first-child {
    border-left: none;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu td:first-child {
    vertical-align: top;
    width: 30%;
    padding: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu td:last-child {
    vertical-align: top;
    width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary img.avatar {
    border-radius: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu h3 a {
    font-family: "Lato Bold";
    font-size: 17px;
}
#mega-menu-wrap-primary #mega-menu-primary .colunistas-menu div {
    min-height: 125px;
}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
    text-align: center;
    font-family: "Diarinho";
    font-size: 32px;
}
#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover, #wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
    font-family: "Archivo Narrow Bold";
    font-size: 18px;
}
#wprmenu_menu .wpr_search .wpr-search-field {
    font-size: 14px;
}
#wprmenu_menu .wi {
    color: #fff;
    font-family: weathericons;
}
.is-sticky .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-hide-arrow.mega-hide-on-desktop.mega-hide-on-mobile.mega-hide-sub-menu-on-mobile.mega-menu-item-1298 a {
    color: #ce0021 !important;
    font-family: "Diarinho" !important;
}
.is-sticky .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-hide-arrow.mega-hide-on-desktop.mega-hide-on-mobile.mega-hide-sub-menu-on-mobile.mega-menu-item-1298 {
    display: inline-block !important;
}
.is-sticky ul#mega-menu-primary li.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-align-bottom-left.mega-menu-flyout:last-child {
    display: none !important;
}
.is-sticky ul#mega-menu-primary li.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-menu-item-has-children.mega-align-bottom-left.mega-menu-megamenu.mega-menu-item-805 a.mega-menu-link {
    border-right: medium none !important;
}
.is-sticky .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-hide-arrow.mega-hide-on-desktop.mega-hide-on-mobile.mega-hide-sub-menu-on-mobile.mega-menu-item-1298 a {
    border: medium none !important;
    color: #ce0021 !important;
    font-family: "Diarinho" !important;
    font-size: 30px !important;
    line-height: 32px !important;
    top: 5px !important;
    vertical-align: bottom !important;
}
.is-sticky .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-hide-arrow.mega-hide-on-desktop.mega-hide-on-mobile.mega-hide-sub-menu-on-mobile.mega-menu-item-1298 {
    border-bottom: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-top: 2px solid #eee !important;
    display: inline-block !important;
    height: 40px !important;
}
.is-sticky .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-hide-arrow.mega-hide-on-desktop.mega-hide-on-mobile.mega-hide-sub-menu-on-mobile.mega-menu-item-1298 a {
    border: medium none !important;
    color: #ce0021 !important;
    font-family: "Diarinho" !important;
    font-size: 34px !important;
    line-height: 25px !important;
    top: 5px !important;
}
/** FIM MENU */
/** RODAPE */

.tg-footer-other-widgets {
    float: left;
    width: 63%;
}
.tg-footer-main-widget {
    float: right;
    margin-left: 2%;
    margin-right: 0;
    width: 32%;
}
#colophon .widget ul#menu-paginas-do-rodape li {
    display: inline-block;
    width: 49%;
}
.footer-widgets-area h3.widget-title, .footer-widgets-area h3.widget-title span {
    background: none;
    border: 0px;
    padding: 0px;
    font-family: "Lato Bold";
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    margin-top: 3px;
}
#colophon .widget ul.colunistas-list li, #colophon .widget ul#menu-paginas-do-rodape li, #colophon .widget.DisplayCategoriesWidget ul li {
    border: medium none;
}
.footer-socket-wrapper .copyright {
    color: #afafaf;
    float: none;
    font-family: "Lato Bold";
    font-size: 12px;
    max-width: 100%;
    text-align: center;
}
.footer-widgets-area .widget .colunistas-list a, #colophon .widget ul#menu-paginas-do-rodape li a, .footer-widgets-area .widget.DisplayCategoriesWidget ul li a {
    color: #afafaf;
    font-family: "Source Sans Pro Regular";
    font-size: 16px;
}
.footer-widgets-wrapper {
    background-color: #1c1c1c;
    border-top: 1px solid #f2f2f2;
}
.footer-socket-wrapper {
    background-color: #1c1c1c;
    padding: 0 0 15px;
}
.tg-first-footer-widget, .tg-second-footer-widget, .tg-third-footer-widget, .tg-fourth-footer-widget {
    float: left;
    margin-right: 4%;
    width: 22%;
}
.tg-fourth-footer-widget {
    margin: 0;
}
.desktop-hide {
    display: none;
}
.ow-button-base a span.icon-right .sow-icon-image, .ow-button-base a span.icon-right [class^="sow-icon-"] {
    float: right;
}
.ow-button-base a span.icon-right .sow-icon-image, .ow-button-base a span.icon-right [class^="sow-icon-"] {
    margin: -0.1em 0px -0.2em 10px !important;
}
h6 {
    font-size: 18px;
    font-weight: bold;
}
.sidebar-lateral.cinza .panel-grid .panel-grid-cell {
    background: #e8e8e8 none repeat scroll 0 0;
    width: 100%;
    max-width: 360px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-radius: 8px;
    border-right: 1px solid #e7e7e7;
    padding: 0px !important;
    width: 100%;
}
.sidebar-lateral .so-widget-sow-headline #sow-headline-container.sow-headline h6 {
    font-weight: bold;
    padding: 15px 20px;
}
.sidebar-lateral .panel-widget-style {
    border-radius: 8px 8px 0 0;
}
.sidebar-lateral .panel-grid-cell .so-panel {
    margin-bottom: 15px !important;
}
.sidebar-lateral .panel-grid-cell .so-panel .so-widget-image {
    display: inline !important;
    margin-bottom: 0px !important;
}
.sidebar-lateral .panel-grid-cell .so-panel .so-widget-sow-image.so-widget-sow-image-base {
    max-width: 100%;
    text-align: center;
}
.sidebar-lateral .searchform input.s.field {
    max-width: 320px;
    padding-right: 0;
    width: 100%;
}
.sidebar-lateral .sow-icon-icomoon, .sidebar-lateral .sow-icon-fontawesome {
    margin-right: 10px;
}
.sidebar-lateral .voce-no-diarinho .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image {
    border-radius: 50%;
    max-height: 150px;
    max-width: 150px;
}
.sidebar-lateral .voce-no-diarinho .bx-wrapper .bx-controls-direction a {
    position: relative;
    top: -130px;
    height: 28px;
    width: 20px;
}
.sidebar-lateral .voce-no-diarinho .bx-prev {
    background-image: url("/wp-content/themes/diarinho/img/arrow-l.png");
    background-repeat: no-repeat;
    float: left;
    margin-left: 20px;
}
.sidebar-lateral .voce-no-diarinho .bx-next {
    background-image: url("/wp-content/themes/diarinho/img/arrow-r.png");
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
}
.sidebar-lateral .voce-no-diarinho .bx-viewport {
    text-align: center;
}
.sidebar-lateral .voce-no-diarinho .single-slide .content-slider span a {
    color: #999999;
    font-family: "Source Sans Pro Semibold";
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-lateral .voce-no-diarinho .single-slide .content-slider h3 a {
    color: #5078df;
    font-family: "Source Sans Pro Bold";
    font-size: 22px;
    text-transform: uppercase;
}
.sidebar-lateral .voce-no-diarinho .content-slider h3.entry-title {
    padding-bottom: 0;
}
.sidebar-lateral .voce-no-diarinho .bx-controls-direction {
    float: left;
    height: 0 !important;
    width: 100%;
}
.sidebar-lateral .data {
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    padding: 10px 15px;
}
.post.category-voz-do-povo .entry-content.clearfix {
    border-bottom: 1px solid #e7e7e7;
}
.post.category-voz-do-povo .entry-content, #content .post.category-voz-do-povo {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}
#secondary .post.category-voz-do-povo .dia, #secondary .post.category-voz-do-povo .mes, #content .post.category-voz-do-povo .dia, #content .post.category-voz-do-povo .mes {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}
#secondary .post.category-voz-do-povo .titulo, #content .post.category-voz-do-povo .titulo {
    float: right;
    line-height: 100%;
    max-width: 300px;
    width: 100%;
}
#secondary .post.category-voz-do-povo .voz-do-povo a, #content .post.category-voz-do-povo .voz-do-povo a {
    color: #000000;
    font-family: "Source Sans Pro Regular";
    font-size: 14px;
    text-decoration: none;
}
#secondary .post.category-voz-do-povo .voz-do-povo, #content .post.category-voz-do-povo .voz-do-povo {
    display: block;
    padding: 10px 15px;
    text-align: justify;
}
#secondary .post.category-voz-do-povo .mes a, #content .post.category-voz-do-povo .mes a {
    color: #666666;
    line-height: 100%;
    font-family: "Source Sans Pro Semibold";
    font-size: 14px;
}
#secondary .post.category-voz-do-povo .dia a, #content .post.category-voz-do-povo .dia a {
    line-height: 100%;
    color: #bc9b92;
    font-family: "Archivo Narrow Bold";
    font-size: 24px;
}
.sidebar-lateral .no-margin .panel-grid-cell .so-panel:first-child {
    margin-bottom: 0 !important;
}
.sidebar-lateral .ow-button-base a, .ow-button-hover {
    font-family: "Archivo Narrow Bold";
    font-size: 16px;
    padding: 10px 20px !important;
    min-width: 110px;
}
#voz-do-povo-form .modal-header, #voz-do-povo-form .modal-header {
    background-color: #915240;
    padding: 15px 20px;
}
#voz-do-povo-form .modal-header > h6 {
    color: #fff;
    line-height: 1.4;
    padding: 0;
}
#voz-do-povo-form .modal-header > br {
    display: none;
}
#voz-do-povo-form input[type="text"], #voz-do-povo-form input[type="email"], #voz-do-povo-form input[type="password"], #voz-do-povo-form textarea {
    margin: 0;
}
#voz-do-povo-form .modal-header button.close {
    background-color: #915240;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
    height: auto;
    margin: 0;
    padding: 5px;
    right: -10px;
    top: -6px;
    width: auto;
}
#voz-do-povo-form .modal-header button.close .fa.fa-times {
    color: #fff;
}
#voz-do-povo-form a, #voz-do-povo-form .fa.fa-camera {
    color: #915240;
}
#aniversariantes-form p span.wpcf7-form-control-wrap.titulo, #aniversariantes-form p span.wpcf7-form-control-wrap.seu-nome, #voz-do-povo-form .wpcf7-form-control-wrap.nome, #voz-do-povo-form .wpcf7-form-control-wrap.telefone {
    margin-right: 15px;
    width: 50%;
}
#voz-do-povo-form input[type="text"], #voz-do-povo-form input[type="email"], #voz-do-povo-form input[type="password"] {
    display: inline;
    width: 45%;
}
#voz-do-povo-form .modal-body p {
    text-align: center;
}
#voz-do-povo-form .modal-body p.hide {
    margin: auto auto 5px auto;
    text-align: left;
    width: 95%;
}
#voz-do-povo-form .wpcf7-form-control.wpcf7-submit {
    background-color: #915240;
    font-family: "Archivo Narrow Bold";
    font-size: 16px;
    line-height: 100%;
    min-width: 110px;
    text-transform: uppercase;
}
#voz-do-povo-form .modal-body p.mais-fotos {
    margin: auto;
    text-align: left;
    width: 95%;
}
#voz-do-povo-form .modal-body p.descricao {
    margin: auto auto 15px;
    text-align: justify;
    width: 95%;
}
#voz-do-povo-form .modal-body p a.del-foto {
    display: none;
}
.modal-header {
    background-color: #ce0021;
    padding: 15px 20px;
}
#aniversariantes-form .modal-header {
    background-color: #5178df;
    padding: 15px 20px;
}
.modal-header > h6, #aniversariantes-form .modal-header > h6 {
    color: #fff;
    line-height: 1.4;
    padding: 0;
}
.modal-header > br, #aniversariantes-form .modal-header > br {
    display: none;
}
#aniversariantes-form input[type="text"], #aniversariantes-form input[type="email"], #aniversariantes-form input[type="password"], #aniversariantes-form textarea {
    margin: 0;
}
.modal-header button.close {
    background-color: #ce0021;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
    height: auto;
    margin: 0;
    padding: 5px;
    right: -10px;
    top: -6px;
    width: auto;
}
#aniversariantes-form .modal-header button.close {
    background-color: #5178df;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
    height: auto;
    margin: 0;
    padding: 5px;
    right: -10px;
    top: -6px;
    width: auto;
}
.modal-header .fa.fa-user, .modal-header button.close .fa.fa-times {
    color: #fff;
}
#aniversariantes-form a, #aniversariantes-form .fa.fa-camera {
    color: #5178df;
}
#aniversariantes-form .wpcf7-form-control-wrap.nome, #aniversariantes-form .wpcf7-form-control-wrap.aniversariante {
    margin-right: 15px;
    width: 50%;
}
#aniversariantes-form input[type="text"], #aniversariantes-form input[type="email"], #aniversariantes-form input[type="password"] {
    display: inline;
    width: 45%;
}
#aniversariantes-form .modal-body p {
    text-align: center;
}
#aniversariantes-form .modal-body p.hide {
    margin: auto auto 5px auto;
    text-align: left;
    width: 95%;
}
#aniversariantes-form .wpcf7-form-control.wpcf7-submit {
    background-color: #5178df;
    font-family: "Archivo Narrow Bold";
    font-size: 16px;
    line-height: 100%;
    min-width: 110px;
    text-transform: uppercase;
}
#aniversariantes-form .modal-body p.mais-fotos {
    margin: auto;
    text-align: left;
    width: 95%;
}
#aniversariantes-form .modal-body p.descricao {
    margin: auto auto 15px;
    text-align: justify;
    width: 95%;
}
#aniversariantes-form .modal-body p a.del-foto {
    display: none;
}
#pl-w569eb7498d4ce .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0 !important;
}
.sidebar-lateral.cinza #pg-w569ea448e184d-0.panel-grid .panel-grid-cell {
    border: medium none;
    min-height: 0;
}
.attachment-responsive-large.size-responsive-large.wp-post-image, .attachment-miniatura.size-miniatura.wp-post-image, .attachment-imagem-pequena.size-imagem-pequena.wp-post-image, .widget_serverdoin_four_ads_widget .transetudo-anuncios .attachment-thumbnail-transetudo.size-thumbnail-transetudo, .attachment-imagem-pequena.size-imagem-grande.wp-post-image, .attachment-imagem-grande.size-imagem-grande.wp-post-image, .attachment-miniatura.size-imagem-grande.wp-post-image {
    border-radius: 8px;
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0 15px 0 0;
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios tr {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    min-height: 90px;
    padding: 0 10px 10px 0;
    width: calc(100% / 2 - 15px);
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios tr:nth-child(2n) {
    margin-right: 0;
}
.widget_serverdoin_four_ads_widget table.transetudo-anuncios, .widget_serverdoin_four_ads_widget {
    margin: 0px !important;
}
.widget_serverdoin_specific_post_widget .entry-title.titulo-noticias {
    font-size: 20px;
    font-weight: 600;
    max-width: 70%;
}
.widget_serverdoin_specific_post_widget .entry-title.titulo-principal {
    font-size: 32px;
    font-weight: 600;
    max-width: 70%;
}
.widget_serverdoin_specific_post_widget .article-content h3.titulo-noticias {
    padding-bottom: 20px;
    padding-left: 30px;
    position: absolute;
    bottom: 0;
    font-family: "Source Sans Pro Bold";
    color: #FFF;
}
.widget_serverdoin_specific_post_widget .article-content h1.titulo-principal {
    padding-bottom: 35px;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    font-family: "Source Sans Pro Bold";
    color: #FFF;
}
.widget_serverdoin_specific_post_widget .noticia-principal .above-entry-meta {
    display: block;
    left: 45px;
    position: absolute;
    top: 35px;
}
.widget_serverdoin_specific_post_widget .above-entry-meta {
    display: block;
    left: 30px;
    position: absolute;
    top: 20px;
    z-index: 2;
}
.widget_serverdoin_specific_post_widget .noticia-principal .cat-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: Source Sans Pro Bold;
    font-size: 16px;
    text-transform: uppercase;
}
.widget_serverdoin_specific_post_widget .cat-links a {
    font-size: 12px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-family: Source Sans Pro Bold;
}
.widget_serverdoin_specific_post_widget .above-entry-meta .cat-links a {
    padding: 0;
}
.widget_serverdoin_specific_post_widget.widget_highlighted_posts .single-article {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios td.has_image {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0 10px 0 0;
    vertical-align: top;
    width: 130px;
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.widget_serverdoin_four_ads_widget .transetudo-anuncios tr {
    padding-right: 20px;
    vertical-align: top;
    width: calc(100% / 2 - 25px);
}
.wpcf7-response-output.wpcf7-display-none {
    bottom: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    border-width: 1px;
    left: 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.modal-header, .modal-content, .modal-dialog {
    border: medium none;
    border-radius: 8px 8px 0 0;
}
.voce-no-diarinho .entry-title {
    line-height: 18px;
}
.sidebar-lateral.cinza #pg-12-0 .oculta .panel-grid .panel-grid-cell {
    border: medium none;
    margin: 0;
    padding: 0 !important;
}
.widget_highlighted_posts .article-content {
    padding: 0;
}
#pg-12-0 #pg-w56d4758f34e64-0 .panel-grid-cell {
    padding: 0;
}
#pg-w56d4758f34e64-0.panel-grid {
    margin-bottom: 0;
}
.panel-grid-cell .so-panel.widget_siteorigin-panels-builder:last-child {
    margin-bottom: 0 !important;
}
.panel-grid-cell {
    min-height: auto;
}
.so-panel.widget.widget_serverdo_featured_slider_widget.widget_featured_slider.widget_featured_meta {
    margin-top: 15px;
}
/* Highlighted posts widget */

.widget_highlighted_post_area .single-article.entrevistao {
    border: 1px solid #418e96;
    border-radius: 8px;
    float: left;
    margin-bottom: 30px;
    margin-right: 0;
    position: relative;
}
.widget_highlighted_post_area .single-article.entrevistao img {
    margin-bottom: 0;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}
.widget_highlighted_post_area .single-article.entrevistao .article-content {
    border-radius: 8px;
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.widget_highlighted_post_area .single-article.entrevistao a h3.entry-title.titulo-noticias {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: block;
    width: calc(100% - 40px);
}
.widget_highlighted_post_area .single-article.entrevistao .above-entry-meta {
    position: absolute;
    top: 0px;
    padding: 20px;
    z-index: 2;
}
.widget_highlighted_post_area .single-article.entrevistao .article-content .entry-title.titulo-noticias {
    bottom: 0;
    position: absolute;
    padding: 20px;
    line-height: 22px;
}
.widget_highlighted_post_area .single-article.entrevistao a .fa, .widget_highlighted_post_area .single-article.entrevistao a {
    color: #418e96;
}
.widget_highlighted_post_area .single-article.entrevistao a .fa {
    font-size: 30px;
    margin-right: 5px;
    vertical-align: middle;
}
.widget_highlighted_post_area .single-article.entrevistao a h3 {
    font-family: "Source Sans Pro Bold";
    font-size: 20px;
    color: #000;
}
.widget_highlighted_post_area .single-article.entrevistao .cat-links a {
    font-family: "Lato Black";
    font-size: 20px;
    text-transform: uppercase;
}
.transetudo #sow-headline-container > h1 {
    font-size: 48px;
    padding: 0px;
}
.transetudo .sow-headline .sow-icon-icomoon {
    font-size: 56px;
    vertical-align: bottom;
}
.esportes .siteorigin-widget-tinymce.textwidget > h1, .colunistas #sow-headline-container > h1, .especiais #sow-headline-container > h1, .esportes #sow-headline-container > h1, .videos #sow-headline-container > h1 {
    font-size: 36px;
    font-family: "Lato Black";
    padding: 0px;
}
.especiais .sow-icon-fontawesome, .colunistas .sow-icon-fontawesome, .videos .sow-icon-fontawesome {
    font-size: 50px;
    vertical-align: bottom;
}
.veja-colunistas .ow-button-base a.ow-button-hover, .veja-videos .ow-button-base a.ow-button-hover, .veja-anuncios .ow-button-base a.ow-button-hover {
    border: 1px solid;
    border-radius: 0.25em;
    font-family: "Archivo Narrow";
    font-size: 14px;
}
.widget_highlighted_posts .template1 .article-content {
    max-height: 190px;
    top: 0;
}
.widget_serverdoin_specific_post_widget .template1 .entry-title.titulo-noticias, .widget_serverdoin_specific_post_widget .template1 .entry-title.titulo-noticias a {
    color: #222;
    font-family: "Source Sans Pro Bold";
    margin-top: 20px;
    max-width: 100%;
    padding: 0;
}
.widget_serverdoin_specific_post_widget .template1 .fa.fa-play {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    color: #f3f3f3;
    font-size: 30px;
    left: 38%;
    padding: 25px 25px 25px 30px;
    position: absolute;
    top: 30%;
}
.widget_highlighted_posts .showcat.template .article-content {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}
.colunistas .sow-headline .sow-icon-fontawesome {
    border-bottom: 5px solid #ce0021;
}
.widget_highlighted_posts .colunistas-menu span.ver-mais-coluna a, .widget_highlighted_posts .colunistas-menu span.nome-coluna a, .widget_highlighted_posts #mega-menu-item-serverdoin_six_ads_widget-2 span.categoria a {
    color: #ce0021;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lato Bold";
}
.widget_highlighted_posts .colunistas-menu span.ver-mais-coluna a {
    text-decoration: underline;
    display: block;
    font-size: 11px;
    text-align: right;
}
.widget_highlighted_posts span.data-coluna a {
    color: #999999;
    font-size: 11px;
    font-family: "Source Sans Pro Semibold";
}
.widget_highlighted_posts .colunistas-menu tr {
    float: left;
    width: 32.25%;
    padding: 10px 10px 10px 0;
    border-left: 1px solid #eeeeee;
}
.widget_highlighted_posts .colunistas-menu tr:first-child {
    border-left: none;
}
.widget_highlighted_posts .colunistas-menu td:first-child {
    vertical-align: top;
    width: 45%;
    padding: 10px;
}
.widget_highlighted_posts img.avatar {
    border-radius: 50%;
}
.widget_highlighted_posts .colunistas-menu h3 a, .widget_highlighted_posts .colunistas-menu h3 {
    font-family: "Source Sans Pro Bold";
    font-size: 18px;
    line-height: 20px;
    color: #000;
    padding: 0px;
}
.widget_highlighted_posts .colunistas-menu td, .widget_highlighted_posts .colunistas-menu th {
    border: medium none;
}
.widget_highlighted_posts .colunistas-menu div {
    min-height: 115px;
}
.widget_highlighted_posts table.colunistas-menu {
    margin: 0;
}
#secondary .post.category-voz-do-povo .data, #content .post.category-voz-do-povo .data {
    width: 28px;
    float: left;
}
#secondary .post.category-voz-do-povo .titulo, #content .post.category-voz-do-povo .titulo {
    float: left;
    max-width: 80%;
    width: auto;
}
.jcarousel-item.jcarousel-item-vertical.jcarousel-item-4.jcarousel-item-4-vertical, .jcarousel-item.jcarousel-item-vertical.jcarousel-item-5.jcarousel-item-5-vertical {
    display: none;
}
/**
* Páǵina de listagem de notícias
*/
body.listagem .widget_highlighted_posts .single-article, body.blog .widget_highlighted_posts .single-article {
    margin-bottom: 30px;
}
body.blog #content .post.hentry, body.blog #content .post.hentry {
    box-shadow: none;
    float: none;
    width: 100%;
}
body.listagem article, body.blog article {
    border-bottom: thin solid #eeeeee;
}
body.listagem #content .post.hentry, body.blog #content .post.hentry {
    box-shadow: none;
    float: none;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}
body.listagem #content .post .article-content .below-entry-meta, body.blog #content .post .article-content .below-entry-meta {
    padding: 0px;
}
body.listagem #content .post.image-1 .featured-image, body.blog #content .post.image-1 .featured-image {
    float: left;
    width: 26%;
    max-width: 110px;
}
body.listagem #content .post.image-1 .article-content.clearfix, body.blog #content .post.image-1 .article-content.clearfix, body.listagem #content .post.image-0 .article-content.clearfix, body.blog #content .post.image-0 .article-content.clearfix {
    float: left;
}
body.listagem #content .post.image-1 .article-content.clearfix, body.blog #content .post.image-1 .article-content.clearfix {
    width: 71%;
    padding: 0 10px;
}
body.listagem #content .post.image-0 .article-content.clearfix, body.blog #content .post.image-0 .article-content.clearfix {
    width: 100%;
    padding: 0px;
}
body.listagem #content .post .article-content .above-entry-meta .cat-links a, body.blog #content .post .article-content .above-entry-meta .cat-links a {
    background-color: #ce0021;
    font-family: "Source Sans Pro Semibold";
}
body.listagem #secondary .widget, body.listagem .error-404 .widget, body.blog #secondary .widget, body.blog .error-404 .widget {
    background-color: transparent;
}
body.listagem #secondary a:hover, body.blog #secondary a:hover {
    text-decoration: none;
}
.paginacao {
    margin: 30px 0px;
}
.paginacao li span.current {
    background-color: #ce0021;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
}
body.listagem .sow-icon-image.left {
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    padding: 10px;
    width: 45px;
}
body.blog .sow-headline h1, body.listagem .sow-headline h1 {
    font-family: "Lato Black";
}
.paginacao li a, .paginacao li a:hover, .paginacao li.active a, .paginacao li.disabled {
    color: #fff;
    text-decoration: none;
    font-family: "Source Sans Pro Semibold";
}
.paginacao > ul {
    margin: 0;
    padding: 0;
}
.paginacao li {
    display: inline;
}
.paginacao li a, .paginacao li a:hover, .paginacao li.active a, .paginacao li.disabled {
    background-color: #c0c0c0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
}
.paginacao li a:hover, .paginacao li.active a {
    background-color: #ce0021;
}
.blog .post:nth-child(2n+1), .blog .post:nth-child(2n), .listagem .post:nth-child(2n+1), .blog .post:nth-child(2n) {
    float: none;
    width: auto;
}
.widget_serverdoin_four_ads_widget .sidebar-lateral .transetudo-anuncios tr {
    float: none;
}
.sidebar-lateral .attachment-thumbnail-transetudo.size-thumbnail-transetudo.wp-post-image {
    max-width: 115px;
    margin: 0px;
}
.sidebar-lateral .transetudo-anuncios .preco > a {
    font-size: 18px;
}
body.listagem #content .widget_siteorigin-panels-postloop .post.hentry, body.blog #content .widget_siteorigin-panels-postloop .post.hentry {
    border: medium none;
    margin: 0;
    padding: 0;
    width: auto;
}
.sidebar-lateral .widget_serverdoin_four_ads_widget .transetudo-anuncios tr {
    min-height: 20px;
    padding-top: 20px;
    vertical-align: top;
    width: calc(100% - 15px);
}
.widget_serverdoin_four_ads_widget .sidebar-lateral .transetudo-anuncios td.has_image:first-child {
    padding: 3px 10px;
}
.widget_serverdoin_four_ads_widget .sidebar-lateral .transetudo-anuncios td:first-child {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#pg-768-0 #pgc-w56c5da2de05c5-0-0.panel-grid-cell, #pg-768-0 #pgc-w56c5d2bd96a4c-0-0.panel-grid-cell {
    border: 0 none;
    border-radius: 0;
    line-height: 0;
    margin: 0;
    min-height: 0;
    padding: 0;
}
body.listagem #content span.nome-coluna a, body.blog #content span.nome-coluna a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
body.listagem #content .colunistas-menu h3, body.listagem #content .colunistas-menu h3 a, body.blog #content .colunistas-menu h3, body.blog #content .colunistas-menu h3 a {
    color: #333;
    font-family: "Lato Bold";
    font-size: 17px;
    line-height: 17px;
    padding: 0;
}
body.listagem #content .colunistas-menu .avatar, body.blog #content .colunistas-menu .avatar {
    max-width: 90px;
    margin: 0px;
}
body.listagem #content .colunistas-menu td:first-child, body.blog #content .colunistas-menu td:first-child {
    vertical-align: middle;
}
body.listagem #content span.data-coluna a, body.blog #content span.data-coluna a {
    color: #999999;
    font-family: "Source Sans Pro Semibold";
    font-size: 11px;
}
body.listagem #content .ver-mais-coluna, body.blog #content .ver-mais-coluna {
    display: none;
}
body.listagem #content .colunistas-menu td:first-child, body.blog #content .colunistas-menu td:first-child {
    padding: 10px;
    vertical-align: middle;
}
body.listagem #content .widget_serverdoin_four_ads_widget .sidebar-lateral .transetudo-anuncios tr, body.listagem #content .colunistas-menu td, body.blog #content .widget_serverdoin_four_ads_widget .sidebar-lateral .transetudo-anuncios tr, body.blog #content .colunistas-menu td {
    border: none;
    border-bottom: 1px solid #eaeaea;
}
body.listagem #content .colunista-lateral .so-widget-sow-headline #sow-headline-container h6 .sow-icon-fontawesome, body.blog #content .colunista-lateral .so-widget-sow-headline #sow-headline-container h6 .sow-icon-fontawesome {
    border-bottom: 2px solid #fff;
}
body.listagem #content .colunista-lateral table.colunistas-menu, body.blog #content .colunista-lateral table.colunistas-menu {
    margin: 0 0 15px;
}
body.listagem #content .sidebar-lateral .execphpwidget .post.hentry.category-voz-do-povo, body.blog #content .sidebar-lateral .execphpwidget .post.hentry.category-voz-do-povo {
    border: medium none;
    margin: 0;
    padding: 0;
}
#pg-w56ddffa894504-1.panel-grid, #pgc-768-0-0 #panel-768-0-0-0.so-panel, #pg-w56ddffa894504-1.panel-grid, #pgc-768-0-0 #panel-768-0-0-0.so-panel {
    margin-bottom: 0;
}
.so-panel.widget.widget_execphp.panel-last-child {
    margin-top: -15px;
}
.so-panel.widget.widget_colormag_300x250_advertisement_widget.widget_300x250_advertisement, .so-panel.widget.widget_colormag_300x250_advertisement_widget.widget_300x250_advertisement {
    background-color: #fafafa;
    border: 1px solid #bababa;
    border-radius: 8px;
    padding: 30px 25px;
}
body.listagem.paged .so-panel.widget.widget_siteorigin-panels-builder.panel-first-child, body.blog.paged .so-panel.widget.widget_siteorigin-panels-builder.panel-first-child {
    display: none;
}
.so-widget-sow-headline-sow-headline-5517fdb84210 #sow-headline-container.sow-headline h1 {
    padding-bottom: 0;
}
body.listagem .panel-row-style-destaques > .panel-grid-cell:first-child .so-panel.widget.widget_siteorigin-panels-builder.panel-first-child, body.blog .panel-row-style-destaques > .panel-grid-cell:first-child .so-panel.widget.widget_siteorigin-panels-builder.panel-first-child {
    margin-bottom: 0 !important;
}
body.listagem .widget_highlighted_posts .single-article, body.blog .widget_highlighted_posts .single-article {
    margin-bottom: 15px;
}
body.listagem .widget_highlighted_posts .single-article.noticia-principal, body.blog .widget_highlighted_posts .single-article.noticia-principal {
    margin-bottom: 30px;
}
.colunistas-header .sow-icon-fontawesome {
    border-bottom: 3px solid #fff;
}
#sow-headline-container.sow-headline h1 {
    padding: 0;
    font-family: "Lato Black";
}
body.listagem .post .featured-image {
    text-align: left;
}
body.single #secondary .searchform input.s, body.listagem #secondary .searchform input.s {
    max-width: 220px;
    width: 100%;
}
body.listagem .page-header .page-title span {
    background: none;
    font-family: "Lato Bold";
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}
body.listagem h1.page-title a, body.listagem h1.page-title .fa {
    color: #fff;
}
body.single .single #content .post, body.single #content .post {
    box-shadow: none;
}
body.single .comment-reply-title {
    border-top: thin solid #bababa;
    font-family: "Lato Bold";
    font-size: 15px;
    padding: 15px 0 0;
}
body.listagem .page-header h1.page-title, body.single #crumbs {
    border-radius: 3px;
    color: #fff;
    font-family: "Lato Bold";
    padding: 10px;
    font-size: 14px;
}
body.listagem .page-header h1.page-title {
    background-color: #ce0021;
    display: inline-block;
    font-family: "Lato Bold";
    min-width: 100%;
    padding: 0;
    border: medium none;
}
body.single #crumbs .fa, body.single #crumbs > a {
    color: #fff;
}
body.single #content .post .article-content {
    padding: 15px 0 0;
}
.the_champ_sharing_container.the_champ_horizontal_sharing > div {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: normal !important;
    padding: 6px 6px 0 0;
}
body.single .post.category-voz-do-povo .entry-content.clearfix {
    border: medium none;
}
body.single .entry-content.clearfix br {
    content: " ";
    display: block;
    margin-bottom: 15px;
}
body.single hr {
    margin: 15px 0;
}
body.single #content .single-related-posts {
    box-shadow: none;
    float: none;
    margin: 0;
    width: 100%;
}
body.single .the_champ_sharing_container.the_champ_horizontal_sharing {
    background-color: #bababa;
    float: none;
    min-height: 30px;
    padding: 10px;
    margin: 30px 0px 0px 0px;
}
body.single #content .post .single-related-posts .article-content, body.single #content .single-related-posts .article-content, body.single #content .single-related-posts .article-content .entry-title {
    padding: 0;
    font-size: 18px;
}
body.single #content .related-posts-main-title .fa.fa-external-link {
    font-size: 22px;
}
body.single #content .related-posts-main-title span {
    font-family: "Lato Bold";
    font-size: 18px;
    padding-left: 5px;
}
body.single #content .related-posts-main-title {
    padding-bottom: 5px;
}
body.single #comments {
    border: medium none;
    padding: 0;
}
body.single .entry-content .wp-caption {
    background-color: #f6f6f6;
    border: medium none;
    margin: 10px 0px;
    padding: 5px;
}
body.single .wp-caption.alignright {
    margin: 10px 0 10px 10px;
}
body.single .wp-caption.alignleft {
    margin: 10px 10px 10px 0px;
}
body.single .wp-caption.aligncenter {
    margin: 10px 10px 10px 10px;
}
body.single .entry-content .wp-caption .wp-caption-text {
    border-radius: 0;
    border-style: none;
    border-width: 1px;
    color: #000000;
    display: table;
    font-family: Lato Bold;
    font-size: 15px;
    text-align: left;
    margin: 5px;
}
body.single #bottomNavClose > img {
    display: none;
}
body.single #bottomNavClose {
    background-image: url("/wp-content/themes/diarinho/img/icon-close.png");
    background-repeat: no-repeat;
    padding: 20px;
}
body.single #imageData #numberDisplay {
    display: none !important;
}
body.single #imageDataContainer {
    padding-bottom: 10px;
}
body.single .entry-excerpt p {
    color: #888888;
    font-family: "Lato Bold";
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
body.single .entry-excerpt {
    padding: 10px 0;
}
body.single #content .post .article-content .entry-title {
    line-height: 100%;
    font-family: "Lato Bold";
    margin-bottom: 10px;
}
.widget_colormag_highlighted_posts_widget.widget_highlighted_posts.widget_featured_meta.widget_serverdoin_specific_post_widget.panel-widget-style > div > div.panel-grid:first-child {
    margin-left: -15px;
    margin-right: -15px;
}
.panel-grid-cell {
    width: 100%;
}
.incluir-divisor.panel-row-style .panel-grid-cell .so-panel.widget.widget_siteorigin-panels-builder {
    border-bottom: thin solid #eeeeee;
    padding-bottom: 30px;
}
.incluir-divisor.panel-row-style .panel-grid-cell .so-panel.widget.widget_siteorigin-panels-builder.panel-last-child {
    border-bottom: medium none;
    padding-bottom: 30px;
}
.sow-image-container .so-widget-image {
    margin-bottom: 0;
}
#slideshow-main li span.content {
    width: 85%;
}
.widget_highlighted_post_area .single-article.entrevistao {
    max-width: 100%;
}
.entry-content .widget select, select {
    background-color: #f8f8f8;
    border: 1px solid #bababa;
    border-radius: 3px;
    line-height: 20px;
    margin: 0 0 30px;
    width: 100%;
}
.entry-content .so-widget-sow-editor .widget select, .so-widget-sow-editor select, .so-widget-sow-editor input, .so-widget-sow-editor textarea {
    padding: 10px;
}
.type-page .entry-title {
    color: #ce0021;
    font-family: "Source Sans Pro Bold";
    font-size: 34px;
    line-height: 1.2;
}
.so-widget-sow-editor .wpcf7-response-output.wpcf7-display-none {
    position: relative;
}
#modal-form .modal-header {
    background-color: #ce0021;
    padding: 15px 20px;
}
#modal-form .modal-header > h6 {
    color: #fff;
    line-height: 1.4;
    padding: 0;
}
#modal-form .modal-header > br {
    display: none;
}
#modal-form input[type="text"], #modal-form input[type="email"], #modal-form input[type="password"], #modal-form textarea {
    margin: 0;
    max-height: 60px;
}
#modal-form input[type="text"], #modal-form input[type="email"], #modal-form input[type="password"] {
    width: 45%;
}
#modal-form .modal-header button.close {
    background-color: #ce0021;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
    height: auto;
    margin: 0;
    padding: 5px;
    right: -10px;
    top: -6px;
    width: auto;
}
#modal-form .modal-header button.close .fa.fa-times {
    color: #fff;
}
#modal-form a, #modal-form .fa.fa-camera {
    color: #ce0021;
}
#modal-form .wpcf7-form-control-wrap.nome, #modal-form .wpcf7-form-control-wrap.aniversariante {
    margin-right: 15px;
    width: 50%;
}
#modal-form input[type="text"], #modal-form input[type="email"], #modal-form input[type="password"] {
    display: inline;
    width: 45%;
}
#modal-form select {
    width: 100%;
}
#modal-form .modal-body p {
    text-align: center;
}
#modal-form .modal-body p.hide {
    margin: auto auto 5px auto;
    text-align: left;
    width: 95%;
}
#modal-form .wpcf7-form-control.wpcf7-submit {
    background-color: #ce0021;
    font-family: "Archivo Narrow Bold";
    font-size: 16px;
    line-height: 100%;
    min-width: 110px;
    text-transform: uppercase;
}
#modal-form .modal-body p.mais-fotos {
    margin: auto;
    text-align: left;
    width: 95%;
}
#modal-form .modal-body p.descricao {
    margin: auto auto 15px;
    text-align: justify;
    width: 95%;
}
#modal-form .modal-body p a.del-foto {
    display: none;
}
#modal-form .modal-dialog h6 .fa {
    color: #fff;
}
.pac-container.pac-logo {
    z-index: 9999;
}
#modal-form .modal-body p span:first-child input[type="text"] {
    margin-right: 13px;
}
#modal-form .modal-body p span.emailcontato:first-child input[type="email"], #modal-form .modal-body p span.raca:first-child input[type="text"] {
    margin: auto;
    width: 95%;
}
.wpcf7-form-control-wrap .select2 * {
    font-size: 16px;
    text-align: left;
}
.wpcf7-form-control-wrap .select2-container .select2-selection--single {
    height: 40px;
}
.wpcf7-form-control-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-bottom: 5px;
    padding-top: 5px;
}
.ui-datepicker .select2 * {
    font-size: 12px;
}
.ui-datepicker .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #bababa;
}
.pac-container.pac-logo {
    min-width: 35%;
}
body.single #crumbs {
    background-color : #ce0021;
}
body.single .related-posts-main-title .fa, body.single .single-related-posts .article-content .entry-title a:hover, body.single .fa.fa-tags, body.single .byline a:hover, body.single .comments a:hover, body.single .edit-link a:hover, body.single .posted-on a:hover, body.single .tag-links a:hover, body.single .widget_highlighted_posts .article-content .below-entry-meta .byline a:hover, body.single .widget_highlighted_posts .article-content .below-entry-meta .comments a:hover, body.single .widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover, body.single .widget_highlighted_posts .article-content .entry-title a:hover, body.single .entry-content.clearfix a {
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}
.entry-content a {
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}
body.single.animais-desaparecidos-e-encontrados table h6 {
    background-color: #ce0021;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 10px;
}
body.single.animais-desaparecidos-e-encontrados table h6 .fa {
    color: #fff;
    padding: 0 5px;
}
body.single.aniversariantes th, body.single.aniversariantes td, body.single.animais-desaparecidos-e-encontrados th, body.single.animais-desaparecidos-e-encontrados td {
    border: none;
    padding: 0;
}
body.single.animais-desaparecidos-e-encontrados p .fa {
    color: #ce0021;
}
body.single.animais-desaparecidos-e-encontrados .attachment-animais-interna.size-animais-interna.wp-post-image {
    border-radius: 8px;
}
body.single.animais-desaparecidos-e-encontrados .chamada {
    float: left;
    width: calc(100% - 320px);
}
body.single.animais-desaparecidos-e-encontrados div.foto {
    float: left;
    max-width: 300px;
    padding-right: 20px;
}
body.single.animais-desaparecidos-e-encontrados .chamada > p {
    font-size: 18px;
}
body.single.animais-desaparecidos-e-encontrados .entry-content.clearfix .chamada br {
    margin: 0;
}
body.category.archive.category-animais-desaparecidos-e-encontrados.listagem article .article-content.clearfix a {
    line-height: 20px;
}
body.category.archive.category-animais-desaparecidos-e-encontrados.listagem article {
    border: none;
}
body.category.archive.category-animais-desaparecidos-e-encontrados.listagem .clearfix.servicos.type-servicos.status-publish.hentry {
    float: left;
    margin: 10px;
    width: calc(33.33% - 20px);
}
.so-panel.widget.widget_siteorigin-panels-postloop .clearfix.servicos.type-servicos.status-publish.hentry.animais-desaparecidos {
    float: left;
    width: calc(25% - 30px);
    margin-right: 10px;
}
.so-panel.widget.widget_siteorigin-panels-postloop .clearfix.servicos.type-servicos.status-publish.hentry.animais-desaparecidos:last-child {
    margin-right: 0px;
}
.so-panel.widget.widget_siteorigin-panels-postloop .clearfix.servicos.type-servicos.status-publish.hentry.animais-desaparecidos p, body.category.archive.category-animais-desaparecidos-e-encontrados.listagem .clearfix.servicos.type-servicos.status-publish.hentry p {
    border-top: 1px solid #e7e7e7;
    line-height: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.so-panel.widget.widget_siteorigin-panels-postloop .clearfix.servicos.type-servicos.status-publish.hentry.animais-desaparecidos .featured-image, body.category.archive.category-animais-desaparecidos-e-encontrados.listagem .featured-image {
    float: left;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.so-panel.widget.widget_siteorigin-panels-postloop .clearfix.servicos.type-servicos.status-publish.hentry.animais-desaparecidos, body.category.archive.category-animais-desaparecidos-e-encontrados.listagem .article-content.clearfix {
    border: 1px solid #e7e7e7;
    min-height: 390px;
    padding: 10px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 8px;
}
body.category.archive.category-animais-desaparecidos-e-encontrados.listagem .article-content .fa {
    margin-right: 5px;
}
body.post-type-archive-servicos .so-panel.widget.widget_sow-headline {
    margin-bottom: 0 !important;
}
body.listagem.category-aniversariantes .page-header h1.page-title {
    background-color: #5178df;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full {
    position: relative;
}
body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .featured-image {
    height: 100%;
    width: 100%;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix {
    bottom: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
}
body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes {
    float: left;
    height: 250px;
    width: calc(33.33% - 20px);
    border: none;
    margin: 10px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes {
    float: left;
    width: calc(20% - 8px);
    border: none;
    margin-right: 10px;
    min-width: 220px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image {
    margin: 0;
    padding: 0;
    filter: grayscale(1);
    height: 250px;
    width: 250px;
    border-radius: 8px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image {
    height: 100%;
    width: 100%;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image {
    max-height: 210px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image:hover, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .attachment-aniversariantes-list.size-aniversariantes-list.wp-post-image:hover {
    filter: grayscale(0);
    transition-property: filter;
    transition-duration: 0.5s;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix {
    bottom: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header p, #lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header h6, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header p, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header h6 {
    margin: 0;
    padding: 0;
}
body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix a, #lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix a {
    color: #FFF;
    font-family: "Source Sans Pro Bold";
    font-size: 16px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix .fa, body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .clearfix-full .article-content.clearfix .fa {
    color: #FFF;
}
body.listagem.category-aniversariantes .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header, #lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes .entry-header {
    background-color: rgba(81, 120, 223, 0.5);
    height: 20%;
    line-height: 100%;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px 0px 8px 8px;
    min-height: 70px;
}
#lista-aniversariantes .so-panel.widget.widget_siteorigin-panels-postloop .clearfix.aniversariantes.servicos.type-servicos.status-publish.has-post-thumbnail.hentry.category-aniversariantes:last-child {
    margin-right: 0;
}
body.single.aniversariantes .foto {
    float: left;
    margin-right: 20px;
}
body.single.aniversariantes #crumbs {
    background-color: #5178df;
}
body.single.aniversariantes .chamada .fa, body.single.aniversariantes .below-entry-meta a:hover {
    color: #5178df;
}
body.single.aniversariantes .entry-content.clearfix td {
    background-image: url("/wp-content/themes/diarinho/img/baloes.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
body.single.aniversariantes .entry-content.clearfix td .chamada > p {
    max-width: calc(100% - 200px);
}
body.archive .servicos.type-servicos small {
    color: #c0c0c0;
    font-size: 15px;
}
body.archive .servicos.type-servicos h6 {
    padding-top: 18px;
}
body.archive .so-panel.widget.widget_siteorigin-panels-postloop .servicos.type-servicos h6 {
    padding: 10px 0;
}
#sow-headline-container.sow-headline h5, #sow-headline-container.sow-headline h6, #sow-headline-container.sow-headline h4 {
    font-family: "Lato Black";
}
.panel-row-style-incluir-divisor.incluir-divisor.panel-row-style {
    border-bottom: thin solid #eeeeee;
    padding-bottom: 30px;
}
span.dicionario-tooltip {
    visibility: hidden;
    opacity : 0;
    transition : visibility 0s, opacity  0.5s linear;
    color: #fff;
    background: #ce0021;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: auto;
    text-align: center;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    display: block;
}
span.dicionario {
    border-bottom: 1px dashed #ce0021;
    color: #ce0021;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}
span.dicionario:hover {
    border-color: transparent;
}
span.dicionario:hover span {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
.btn.abcdaire {
    background-color: transparent;
    border: 1px solid #ce0021;
    border-radius: 4px;
    color: #ce0021;
    font-size: 12px;
    margin: 1px;
    padding: 4px;
    width: calc(100% / 28 - 2px);
    min-width: 26px;
}
.paginate_button .fa, .btn.abcdaire .fa.fa-bars {
    color: #ce0021;
}
.btn.abcdaire.active .fa.fa-bars {
    color: #fff;
}
.btn.abcdaire.active {
    background-color: #ce0021;
    color: #fff;
    border: none;
}
.btn.abcdaire.disabled {
    background-color: #c0c0c0;
    color: #fff;
    border: 1px solid #c0c0c0;
}
.dataTables_filter input[type="search"] {
    background-color: #f8f8f8;
    border: 1px solid #bababa;
    border-radius: 3px;
}
.dataTables_length, .dataTables_filter {
    margin: 10px 0;
    padding: 10px 0;
    width: auto;
    float: left;
}
.dataTables_filter {
    float: right;
}
.paginate_button.previous.disabled, .paginate_button.next.disabled {
    display: none;
}
.paginate_button, .ellipsis {
    border: 1px solid #ce0021;
    border-radius: 4px;
    color: #ce0021;
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 8px;
    cursor: pointer;
}
.paginate_button.previous, .paginate_button.next, .ellipsis {
    border: none;
}
body.post-type-archive-servicos #sow-headline-container>h6 {
    padding-bottom: 0;
}
body.post-type-archive-servicos .ow-button-base.ow-button-align-center > a {
    padding: 10px 20px !important;
}
body.listagem.category-cartas-do-leitor .page-header h1.page-title {
    background-color: #ec547a;
}
body.listagem.category-cartas-do-leitor .entry-header a {
    color: #ec547a;
    font-family: "Source Sans Pro Bold";
}
h5 .sow-icon-image.left, h6 .sow-icon-image.left {
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 14px;
}
.incluir-divisor-direita.panel-widget-style {
    border-right: thin solid #eeeeee;
}
body.post-type-archive-servicos .incluir-divisor.panel-row-style .panel-grid-cell .so-panel.widget.widget_siteorigin-panels-builder.panel-last-child {
    padding: 0px;
}
body.single.obituarios .entry-content p {
    margin: 5px 0;
}
.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button {
    font-size: 16px;
    line-height: 100%;
}
body.page-id-858 .select2.select2-container.select2-container--default {
    margin-bottom: 25px !important;
    width: 99% !important;
}
.advertisement_728x90 {
    text-align: center;
    display: inline-block;
}
.so-panel.widget.widget_serverdo_728x90_advertisement_widget.widget_728x90_advertisement {
    display: block;
    text-align: center;
}
.widget.widget_728x90_advertisement.clearfix {
    text-align: center;
}
ins {
    /*background: #fafafa url("/wp-content/themes/diarinho/img/anuncie.png") no-repeat scroll center center;
    border: 1px solid #505050;*/
	padding:  0 10px;
	background-color: #eeeeee;
	/*position: absolute; 
    bottom: 70px; */
}
.advertisement_336x280 {
    max-width: 336px;
    max-height: 280px;
}
.advertisement_300x250 {
    max-width: 300px;
    max-height: 250px;
}
.advertisement_728x90 {
    max-width: 728px;
    max-height: 90px;
}
.inclui-banner-300x250 > .panel-grid-cell {
    min-width: 350px !important;
}
#secondary .s.field {
    min-width: 250px;
    padding-right: 15px;
}
.wp-caption > a::before {
    background-color: rgba(246, 246, 255, 0.8);
    content: "";
    font-family: "fontawesome";
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 4px;
    position: absolute;
}
body.page-id-2259 #primary {
    float: left;
    width: 70.1754%;
}
body.single-product #primary {
    float: left;
    width: 70.1754%;
}
body.single-product #primary h1.entry-title.product_title {
    border: medium none;
    font-family: "Archivo Narrow Bold";
    font-size: 22px;
    margin-top: 20px;
}
body.single-product .variations_form.cart {
    margin: auto 0;
    text-align: center;
}
body.single-product div.product form.cart .variations select {
    margin: 0;
    width: 100%;
}
.checkout.woocommerce-checkout > h3#order_review_heading {
    font-family: "Archivo Narrow Bold";
}
body.single-product .woocommerce-Price-amount.amount {
    color: #000;
    font-family: "Archivo Narrow Bold";
}
body.single-product .single_add_to_cart_button.button.alt {
    float: none;
    margin: auto 0;
    background-color: #ce0021;
}
body.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, body.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: inline-block;
    margin: auto 0;
    padding: 10px;
    text-align: center;
}
body.woocommerce .bx-pager-item {
    width: 33.33%;
}
.bx-pager-link {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
}
.woocommerce-page #primary {
    width: 100%;
}
.woocommerce-page #primary .row li.product h3 {
    font-family: "Source Sans Pro Semibold";
    font-size: 28px;
}
.woocommerce-page #primary .row {
    padding-bottom: 20px;
    padding-top: 20px;
}
.woocommerce-page #primary .row li.product {
    display: block;
    float: left;
    padding: 20px 0 0;
    text-align: center;
    width: calc(33.33% - 26px);
}
.woocommerce-page #primary .entry-title {
    border-bottom: 5px solid #ce0021;
    margin-bottom: 20px;
    text-align: center;
}
.woocommerce-page #primary .row li.product .price {
    color: #afafaf;
    display: block;
    font-family: "Source Sans Pro Bold";
    font-size: 18px;
    margin: auto 0;
}
.woocommerce-page #primary .row li.product .amount {
    color: #ce0021;
    font-size: 38px;
    text-align: center;
}
.woocommerce-page #primary .row li.product .simbolo-real {
    font-size: 20px;
    padding-right: 5px;
}
.woocommerce-page #primary .row li.product .single_add_to_cart_button.button.alt, .woocommerce-page #primary .row li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #ce0021;
    display: inline-block;
    margin-top: 15px;
    width: 200px;
    background-color: #ebe9eb;
}
.woocommerce-page #primary .row li.product:hover {
    background-color: #ce0021;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.woocommerce-page #primary .row li.product:hover h3, .woocommerce-page #primary .row li.product:hover .price, .woocommerce-page #primary .row li.product:hover .amount {
    color: #fff;
    webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.woocommerce-page #primary .row li.product:hover .observacoes > p {
    color: #ce0021;
    font-weight: bold;
    webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.woocommerce-page #primary .row .observacoes > p {
    color: #1C1C1C;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}
.woocommerce-page #primary .row .observacoes {
    background-color: #ebe9eb;
    margin: 20px auto auto;
    min-height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    border-radius: 0 0 8px 8px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}
.woocommerce form .select2-container--default .select2-selection--single {
    height: 40px;
}
.woocommerce form .selection {
    height: 40px;
}
.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
.woocommerce form .checkout.woocommerce-checkout > h3, .woocommerce form .woocommerce-shipping-fields > h3, .woocommerce-billing-fields > h3 {
    font-family: "Source Sans Pro Bold";
    font-size: 28px;
}
.woocommerce form .form-row.form-row.form-row-first.update_totals_on_change.address-field.validate-required {
    background-color: #f8f8f8;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-weight: normal;
    padding: 8px 0;
}
.woocommerce form .form-row.form-row.form-row-first.update_totals_on_change.address-field.validate-required strong {
    font-weight: normal;
    padding-left: 12px;
}
#add_payment_method #payment ul.payment_methods label, .woocommerce-checkout #payment ul.payment_methods label {
    display: block;
}
.variations th, .variations td, table.variations {
    border: medium none;
    margin: auto;
    max-width: 215px;
}
td.label {
    display: none;
}

body.woocommerce .advads-size-tooltip-h{
	display: none;
}
body.woocommerce .header{
	display: none;
}
body.woocommerce #site-navigation-sticky-wrapper{
	display: none;
}
body.woocommerce #main {
	padding-top: 0;
}
body.woocommerce .img-topo{
	padding: 10px 0 0 0;
}
body.woocommerce .bloco-tipo {
    float: left;
    width: calc(33.33% - 20px) !important;
    transition: .4s ease;
    min-height: 800px;
	height: auto;
}
body.woocommerce .bloco-tipo div:last-child {
	bottom: 15px; 
    position: relative;
}
body.woocommerce .bloco-tipo .bx-viewport{
	height: 640px;
	font-size: 19px;
}
body.woocommerce .bloco-tipo .descricao-produto ul {
    text-align: left;
    list-style-position: inside;
    list-style: none;
    padding: 0.5em;
    color: #191919;
    line-height: 35px;
}
body.woocommerce .bloco-tipo .descricao-produto ul li:before {
    content: '+ ';
}
body.woocommerce .cat-list100 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
body.woocommerce .bloco-tipo:hover {
    /*transform: scale(1.005);*/
    margin-top: -10px;
    box-shadow: 0 0 25px -5px #000;
}
body.woocommerce .bx-pager-item {
    background-color: #afafaf;
    display: inline-block;
    text-align: center;
}
body.woocommerce .bx-pager-link {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}
body.woocommerce .bx-wrapper{
	padding-top: 0; 
}

@media screen and (max-width: 480px) {
	body.woocommerce .nav-btn {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body.woocommerce .bloco-tipo {
		float: inherit;
		width: 100% !important;
		padding-bottom: 15px !important;
	}
	body.woocommerce .cat-list100 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	} 
	body.woocommerce .bx-wrapper{
		padding-top: 35px !important; 
	}
	 
}
@media screen and (max-width: 1100px) { 
	body.woocommerce .owl-carousel .prev-slide { 
		left: -33px;
	}

	body.woocommerce .owl-carousel .next-slide { 
		right: -33px;
	}
}

.bx-pager-link.active {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    background-color: #ce0021;
}
#bloco-bloqueio .panel-grid .panel-grid-cell .so-panel {
    margin: 0 0 15px;
}
#titulo-bloqueio.panel-grid {
    margin: 0;
}
body.page-id-2354 #header-text-nav-container > div:last-child, body.page-id-2354 #header-text-nav-container > #site-navigation, body.page-id-2354 footer, body.page-id-2354 .inner-wrap.header > div#header-section, body.page-id-2354 .news-bar, body.page-id-2306 #header-text-nav-container > div:last-child, body.page-id-2306 #header-text-nav-container > #site-navigation, body.page-id-2306 footer, body.page-id-2306 .inner-wrap.header > div#header-section, body.page-id-2306 .news-bar {
    display: none !important;
    height: 0px;
}
body.page-id-2354 .inner-wrap.header, body.page-id-2306 .inner-wrap.header {
    border-bottom: 1px solid #eeeeee;
}
#cadastro-free p, #cadastro-free input {
    margin-bottom: 10px;
}
#cadastro-free input {
    margin-bottom: 10px;
    padding: 6px 10px;
    width: calc(100% - 20px);
}
#cadastro-free form p {
    display: inline-block;
    width: 48%;
}
#cadastro-free.col-2 form p:nth-child(2n+2), #cadastro-free form p:nth-child(2n+1) {
    margin-right: 4%;
}
#cadastro-free.col-2 form p:nth-child(2n+1) {
    margin-right: 0;
}
#cadastro-free form p:last-child {
    text-align: center;
    width: 100%;
}
#cadastro-free form p:last-child input {
    text-align: center;
    width: 50%;
}
#cadastro-free input.required {
    color: #444444;
}
#cadastro-free .error {
    background-color: #fff;
    border-radius: 4px;
    color: #444444;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
    width: calc(100% - 20px);
}
#cadastro-free .error .fa {
    color: #ce0021;
}
#diarinho_message {
    background-color: #52b1d9;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 40px 20px;
    text-align: center;
}
.woocommerce form.login h6 {
    border-bottom: thin solid #eeeeee;
    color: #ffffff;
    font-family: "Lato Black";
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}
.woocommerce form.login {
    background-color: #52b1d9;
    border: medium none;
    border-radius: 8px;
    color: #fff;
    margin: auto;
    padding: 15px 45px;
    text-align: center;
}
.woocommerce form.login input.button {
    background-color: #ce0021;
    background-image: none;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    left: auto;
    line-height: 1;
    margin: auto;
    overflow: visible;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    width: 50%;
}
.woocommerce form .form-row.rememberme {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}
.woocommerce form .lost_password > a {
    color: #fff;
    text-decoration: underline;
}
.woocommerce #cadastro-free form h6 {
    border-bottom: thin solid #eeeeee;
    color: #ffffff;
    font-family: "Lato Black";
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}
.woocommerce #cadastro-free {
    background-color: #ce0021;
    border-radius: 8px;
}
.woocommerce form.leaky_paywall_form {
    border: medium none;
    color: #fff;
    margin: auto;
    padding: 15px 45px 0;
    text-align: center;
}
.woocommerce form.leaky_paywall_form input[type="submit"] {
    background-color: #52b1d9;
}
#cadastro-free.col-2 .error {
    display: block;
    margin: auto auto 10px;
    width: calc(100% - 50px);
}
#cadastro-free.col-2 br {
    display: none;
}
body.woocommerce-page.woocommerce-account .woocommerce h3, body.woocommerce-account.woocommerce-page .woocommerce h2, body.woocommerce-account.woocommerce-page .woocommerce .title h3 {
    font-family: "Source Sans Pro Bold";
    font-size: 30px;
}
#true_country_field.form-row.form-row.form-row-wide.address-field.update_totals_on_change.validate-required, #true_address_2_field.form-row.form-row.form-row-wide.address-field {
    display: none;
}
p#billing_country_field {
    display: none;
}
.woocommerce-page form #billing_postcode_field.form-row-last {
    float: none;
}
fieldset h6 {
    font-family: "Source Sans Pro Bold";
    margin-bottom: 0;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.woocommerce #cadastro-free, .woocommerce form.login {
    min-height: 313px;
}
#login-central .col-1 {
    width: 100%;
}
#login-central .woocommerce form.login {
    min-height: 328px;
}
#assinantebar * {
    border-radius: 0;
    box-sizing: content-box;
    height: auto;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    transition: none 0s ease 0s;
    width: auto;
}
.rtl #assinantebar * {
    font-family: Tahoma, sans-serif;
}
html:lang(he-il) .rtl #assinantebar * {
    font-family: Arial, sans-serif;
}
#assinantebar .ab-empty-item {
    cursor: default;
    outline: 0 none;
}
#assinantebar .ab-empty-item, #assinantebar a.ab-item, #assinantebar > #wp-toolbar span.ab-label, #assinantebar > #wp-toolbar span.noticon {
    color: #fff;
}
#assinantebar #wp-admin-bar-my-sites a.ab-item, #assinantebar #wp-admin-bar-site-name a.ab-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#assinantebar ul li::after, #assinantebar ul li::before {
    content: normal;
}
#assinantebar a, #assinantebar a img, #assinantebar a img:hover, #assinantebar a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    outline: 0 none;
    text-decoration: none;
}
#assinantebar a:active, #assinantebar a:focus, #assinantebar div, #assinantebar input[type="text"], #assinantebar input[type="password"], #assinantebar input[type="number"], #assinantebar input[type="search"], #assinantebar input[type="email"], #assinantebar input[type="url"], #assinantebar select, #assinantebar textarea {
    box-shadow: none;
    outline: 0 none;
}
#assinantebar {
    background: #ce0021 none repeat scroll 0 0;
    color: #fff;
    direction: ltr;
    font: 400 13px/32px "Open Sans", sans-serif;
    height: 32px;
    min-width: 600px;
    width: 100%;
    z-index: 99999;
}
#assinantebar .ab-sub-wrapper, #assinantebar ul, #assinantebar ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999;
}
#assinantebar ul#wp-admin-bar-root-default > li {
    margin-right: 0;
}
#assinantebar .quicklinks ul {
    text-align: left;
}
#assinantebar li {
    float: left;
}
#assinantebar .quicklinks .ab-top-secondary > li {
    float: right;
}
#assinantebar .quicklinks .ab-empty-item, #assinantebar .quicklinks a, #assinantebar .shortlink-input {
    display: block;
    height: 32px;
    margin: 0;
    padding: 0 10px;
}
#assinantebar .quicklinks > ul > li > a {
    padding: 0 8px 0 7px;
}
#assinantebar .menupop .ab-sub-wrapper, #assinantebar .shortlink-input {
    background: #ce0021 none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#assinantebar .selected .shortlink-input, #assinantebar li:hover > .ab-sub-wrapper, #assinantebar.nojs li:hover > .ab-sub-wrapper {
    display: block;
}
#assinantebar.ie7 .menupop .ab-sub-wrapper, #assinantebar.ie7 .shortlink-input {
    left: 0;
    top: 32px;
}
#assinantebar .ab-top-menu > .menupop > .ab-sub-wrapper {
    min-width: 100%;
}
#assinantebar .ab-top-secondary .menupop .ab-sub-wrapper {
    left: auto;
    right: 0;
}
#assinantebar .ab-submenu {
    padding: 6px 0;
}
#assinantebar .quicklinks .menupop ul li {
    float: none;
}
#assinantebar .quicklinks .menupop ul li a strong {
    font-weight: 700;
}
#assinantebar .quicklinks .menupop ul li .ab-item, #assinantebar .quicklinks .menupop ul li a strong, #assinantebar .quicklinks .menupop.hover ul li .ab-item, #assinantebar .shortlink-input, #assinantebar.nojs .quicklinks .menupop:hover ul li .ab-item {
    height: 26px;
    line-height: 26px;
    min-width: 140px;
    white-space: nowrap;
}
#assinantebar .shortlink-input {
    width: 200px;
}
#assinantebar .menupop li.hover > .ab-sub-wrapper, #assinantebar .menupop li:hover > .ab-sub-wrapper {
    margin-left: 100%;
    margin-top: -32px;
}
#assinantebar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper, #assinantebar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper {
    left: inherit;
    margin-left: 0;
    right: 100%;
}
#assinantebar .ab-icon, #assinantebar .ab-item::before, #assinantebar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
    background-image: none !important;
    float: left;
    font: 400 20px/1 dashicons;
    margin-right: 6px;
    padding: 4px 0;
    position: relative;
}
#assinantebar #adminbarsearch::before, #assinantebar .ab-icon::before, #assinantebar .ab-item::before {
    position: relative;
    transition: all 0.1s ease-in-out 0s;
}
#assinantebar .ab-label {
    display: inline-block;
    height: 32px;
}
#assinantebar.mobile .quicklinks .ab-icon::before, #assinantebar.mobile .quicklinks .ab-item::before {
    color: #b4b9be;
}
#assinantebar.mobile .quicklinks .hover .ab-icon::before, #assinantebar.mobile .quicklinks .hover .ab-item::before {
    color: #00b9eb;
}
#assinantebar .ab-top-secondary .menupop .menupop > .ab-item::before, #assinantebar .menupop .menupop > .ab-item::before {
    font: 400 17px/1 dashicons;
    position: absolute;
}
#assinantebar .menupop .menupop > .ab-item {
    display: block;
    padding-right: 2em;
}
#assinantebar .menupop .menupop > .ab-item::before {
    color: inherit;
    content: "";
    right: 4px;
    top: 1px;
}
#assinantebar .ab-top-secondary .menupop .menupop > .ab-item {
    padding-left: 2em;
    padding-right: 1em;
}
#assinantebar .ab-top-secondary .menupop .menupop > .ab-item::before {
    content: "";
    left: 6px;
    top: 1px;
}
#assinantebar .quicklinks .menupop ul.ab-sub-secondary {
    box-shadow: none;
    display: block;
    margin: 0;
    position: relative;
    right: auto;
}
#assinantebar .quicklinks .menupop ul.ab-sub-secondary, #assinantebar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
    background: #464b50 none repeat scroll 0 0;
}
#assinantebar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a, #assinantebar .quicklinks .menupop .ab-sub-secondary > li > a:hover {
    color: #00b9eb;
}
#assinantebar .quicklinks a span#ab-updates {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    color: #32373c;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
}
#assinantebar .quicklinks a:hover span#ab-updates {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
#assinantebar .ab-top-secondary {
    float: right;
}
#assinantebar ul li:last-child, #assinantebar ul li:last-child .ab-item {
    box-shadow: none;
}
#wp-admin-bar-my-account > ul {
    min-width: 198px;
}
#wp-admin-bar-my-account > .ab-item::before {
    content: "";
    float: right;
    margin-left: 6px;
    margin-right: 0;
    top: 2px;
}
#wp-admin-bar-my-account.with-avatar > .ab-item::before {
    content: none;
    display: none;
}
#wp-admin-bar-my-account.with-avatar > ul {
    min-width: 270px;
}
#assinantebar.ie8 #wp-admin-bar-my-account.with-avatar .ab-item {
    white-space: nowrap;
}
#assinantebar #wp-admin-bar-user-actions > li {
    margin-left: 16px;
    margin-right: 16px;
}
#assinantebar #wp-admin-bar-user-actions.ab-submenu {
    padding: 6px 0 12px;
}
#assinantebar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
    margin-left: 88px;
}
#assinantebar #wp-admin-bar-user-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 15px;
    margin-top: 6px;
}
#wp-admin-bar-user-info .avatar {
    height: 64px;
    left: -72px;
    position: absolute;
    top: 4px;
    width: 64px;
}
#assinantebar #wp-admin-bar-user-info a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
}
#assinantebar #wp-admin-bar-user-info span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 18px;
    padding: 0;
}
#assinantebar #wp-admin-bar-user-info .display-name, #assinantebar #wp-admin-bar-user-info .username {
    display: block;
}
#assinantebar #wp-admin-bar-user-info .username {
    color: #999;
    font-size: 11px;
}
#assinantebar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #assinantebar #wp-admin-bar-my-account.with-avatar > a img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #82878c;
    display: inline;
    float: none;
    height: 16px;
    line-height: 24px;
    margin: -4px 0 0 6px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
#assinantebar.ie8 #wp-admin-bar-my-account.with-avatar > .ab-empty-item img, #assinantebar.ie8 #wp-admin-bar-my-account.with-avatar > a img {
    width: auto;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
    height: 20px;
    margin-right: 0;
    padding: 6px 0 5px;
    width: 15px;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item {
    padding: 0 7px;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before {
    content: "";
    top: 2px;
}
#assinantebar .quicklinks li .blavatar {
    color: #fff;
    float: left;
    font: 400 16px/1 dashicons !important;
}
#assinantebar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar, #assinantebar .quicklinks li a:focus .blavatar, #assinantebar .quicklinks li a:hover .blavatar {
    color: #00b9eb;
}
#assinantebar .quicklinks li .blavatar::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin: 6px 8px 0 -2px;
    width: 16px;
}
#assinantebar #wp-admin-bar-appearance {
    margin-top: -12px;
}
#assinantebar #wp-admin-bar-my-sites > .ab-item::before, #assinantebar #wp-admin-bar-site-name > .ab-item::before {
    content: "";
    top: 2px;
}
#assinantebar #wp-admin-bar-customize > .ab-item::before {
    content: "";
    top: 2px;
}
#assinantebar #wp-admin-bar-edit > .ab-item::before {
    content: "";
    top: 2px;
}
#assinantebar #wp-admin-bar-site-name > .ab-item::before {
    content: "";
}
.wp-admin #assinantebar #wp-admin-bar-site-name > .ab-item::before {
    content: "";
}
#assinantebar #wp-admin-bar-comments .ab-icon {
    margin-right: 6px;
}
#assinantebar #wp-admin-bar-comments .ab-icon::before {
    content: "";
    top: 3px;
}
#assinantebar #wp-admin-bar-comments .count-0 {
    opacity: 0.5;
}
#assinantebar #wp-admin-bar-new-content .ab-icon::before {
    content: "";
    top: 4px;
}
#assinantebar #wp-admin-bar-updates .ab-icon::before {
    content: "";
    top: 2px;
}
#assinantebar.ie8 #wp-admin-bar-search {
    display: block;
    min-width: 32px;
}
#assinantebar #wp-admin-bar-search .ab-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
#assinantebar #adminbarsearch {
    height: 32px;
    padding: 0 2px;
    position: relative;
    z-index: 1;
}
#assinantebar #adminbarsearch::before {
    content: "";
    font: 400 20px/1 dashicons !important;
    left: 5px;
    position: absolute;
    top: 6px;
    z-index: 20;
}
#assinantebar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    background-color: rgba(255, 255, 255, 0);
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: 13px/24px "Open Sans", sans-serif;
    height: 24px;
    margin: 0;
    max-width: none;
    outline: 0 none;
    padding: 0 3px 0 24px;
    position: relative;
    transition-duration: 0.4s;
    transition-property: width, background;
    transition-timing-function: ease;
    width: 24px;
    z-index: 30;
}
#assinantebar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0 none;
    color: #000;
    cursor: text;
    width: 200px;
    z-index: 10;
}
#assinantebar.ie7 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    margin-top: 3px;
    width: 120px;
}
#assinantebar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
    background: rgba(0, 0, 0, 0) url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") repeat scroll 0 0;
}
#assinantebar.ie8 #adminbarsearch.adminbar-focused::before {
    content: "";
}
#assinantebar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    background: #fff none repeat scroll 0 0;
    z-index: -1;
}
#assinantebar #adminbarsearch .adminbar-input:-moz-placeholder {
 color: #999;
}
#assinantebar #adminbarsearch .adminbar-input::-moz-placeholder {
 color: #999;
}
#assinantebar #adminbarsearch .adminbar-button, .customize-support #assinantebar .hide-if-customize, .customize-support .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize, .customize-support.wp-core-ui .hide-if-customize, .no-customize-support #assinantebar .hide-if-no-customize, .no-customize-support .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .no-customize-support.wp-core-ui .hide-if-no-customize {
    display: none;
}
#assinantebar .screen-reader-text, #assinantebar .screen-reader-text span {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}
#assinantebar .screen-reader-shortcut {
    position: absolute;
    top: -1000em;
}
#assinantebar .screen-reader-shortcut:focus {
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #0073aa;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 7px;
    width: auto;
    z-index: 100000;
}
* html #assinantebar {
    overflow: hidden;
    position: absolute;
}
* html #assinantebar .quicklinks ul li a {
    float: left;
}
* html #assinantebar .menupop a span {
    background-image: none;
}
.no-font-face #assinantebar ul.ab-top-menu > li > a.ab-item {
    display: block;
    margin: 0 3px;
    overflow: hidden;
    text-align: center;
    width: 45px;
}
.no-font-face #assinantebar #wp-admin-bar-edit > .ab-item, .no-font-face #assinantebar #wp-admin-bar-my-sites > .ab-item, .no-font-face #assinantebar #wp-admin-bar-site-name > .ab-item {
    text-indent: 0;
}
.no-font-face #assinantebar #wp-admin-bar-wp-logo > .ab-item, .no-font-face #assinantebar .ab-icon, .no-font-face #assinantebar .ab-icon::before, .no-font-face #assinantebar a.ab-item::before {
    display: none !important;
}
.no-font-face #assinantebar ul.ab-top-menu > li > a > span.ab-label {
    display: inline;
}
.no-font-face #assinantebar #wp-admin-bar-menu-toggle span.ab-icon {
    display: inline !important;
}
.no-font-face #assinantebar #wp-admin-bar-menu-toggle span.ab-icon::before {
    color: #fff;
    content: "Menu";
    display: inline-block !important;
    font: 14px/45px sans-serif !important;
}
.no-font-face #assinantebar #wp-admin-bar-site-name a.ab-item {
    color: #fff;
}
.widget_highlighted_post_area.clearfix figure .single-article.noticia-principal.showcat1.template.noticia-full {
    width: 100%;
}
div.panel-grid-cell div.panel-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: auto !important;
}
.login-topo #login .fa.fa-user, .login-topo #login {
    color: #fff;
}
.login-topo #login {
    font-family: "Source Sans Pro Bold";
    text-transform: uppercase;
}
#masthead .social-links .login-topo #login i.fa {
    font-size: 18px;
}
.news-bar {
    padding: 8px;
}
.social-links ul li.login-topo {
    background-color: rgb(206, 0, 33);
    display: inline-block;
    padding: 5px 20px;
    vertical-align: inherit;
}
.modal-content .form-wrapper, .modal-content .form-wrapper * {
    display: block;
    float: none;
    width: 100%;
}
.zm_alr_text_field.zm_alr_form_field, .zm_alr_password_field.zm_alr_form_field {
    letter-spacing: normal;
    margin: auto;
    max-width: 300px;
}
.modal-content .form-wrapper, .modal-content .form-wrapper * {
    text-align: center;
}
.zm_alr_label {
    display: none;
}
.modal-content .form-wrapper .zm_alr_label {
    display: none;
}
.modal-content .form-wrapper {
    margin: 0;
    padding: 30px;
}
.zm_alr_form_container input.login_button.green.zm_alr_submit_field.zm_alr_form_field[type="submit"] {
    background-color: #ce0021;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: none;
    font-family: "Archivo Narrow";
    font-weight: normal;
    margin: auto;
    max-width: 200px;
    padding: 10px;
    text-shadow: unset;
}
.modal-content .form-wrapper, .modal-content .form-wrapper * {
    font-size: 16px;
}

@media screen and (max-width: 782px) {
#assinantebar ul#wp-admin-bar-root-default > li, .network-admin #assinantebar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
    margin-right: 0;
}
html #assinantebar {
    height: 46px;
    min-width: 300px;
}
#assinantebar * {
    font: 400 14px/32px "Open Sans", sans-serif;
}
#assinantebar .quicklinks .ab-empty-item, #assinantebar .quicklinks > ul > li > a {
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: auto;
}
#assinantebar .ab-icon {
    font: 40px/1 dashicons !important;
    height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 52px;
}
#assinantebar .ab-icon::before {
    text-align: center;
}
#assinantebar .ab-submenu {
    padding: 0;
}
#assinantebar #wp-admin-bar-my-account a.ab-item, #assinantebar #wp-admin-bar-my-sites a.ab-item, #assinantebar #wp-admin-bar-site-name a.ab-item {
    text-overflow: clip;
}
#assinantebar .ab-label {
    display: none;
}
#assinantebar .menupop li.hover > .ab-sub-wrapper, #assinantebar .menupop li:hover > .ab-sub-wrapper {
    margin-top: -46px;
}
#assinantebar #wp-admin-bar-comments .ab-icon, #assinantebar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
    margin: 0;
}
#assinantebar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item {
    padding-right: 30px;
}
#assinantebar .menupop .menupop > .ab-item::before {
    right: 6px;
    top: 10px;
}
#assinantebar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
    font-size: 16px;
    padding: 8px 16px;
}
#assinantebar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
    display: none;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item {
    padding: 0;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
    height: 46px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 52px;
}
#assinantebar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before {
    font: 28px/1 dashicons !important;
    top: -3px;
}
#assinantebar .ab-icon, #assinantebar .ab-item::before {
    padding: 0;
}
#assinantebar .ab-icon, #assinantebar .ab-item::before, #assinantebar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
    margin-right: 0;
    padding: 0;
}
#assinantebar #wp-admin-bar-customize > .ab-item::before, #assinantebar #wp-admin-bar-edit > .ab-item::before, #assinantebar #wp-admin-bar-my-account > .ab-item::before, #assinantebar #wp-admin-bar-my-sites > .ab-item::before, #assinantebar #wp-admin-bar-site-name > .ab-item::before {
    display: block;
    font: 400 32px/1 dashicons;
    text-align: center;
    text-indent: 0;
    top: 7px;
    width: 52px;
}
#assinantebar #wp-admin-bar-appearance {
    margin-top: 0;
}
#assinantebar .quicklinks li .blavatar::before {
    display: none;
}
#assinantebar #wp-admin-bar-search {
    display: none;
}
#assinantebar #wp-admin-bar-new-content .ab-icon::before {
    display: block;
    height: 46px !important;
    line-height: 53px;
    text-align: center;
    top: 0;
    width: 52px;
}
#assinantebar #wp-admin-bar-updates {
    text-align: center;
}
#assinantebar #wp-admin-bar-updates .ab-icon::before {
    top: 3px;
}
#assinantebar #wp-admin-bar-comments .ab-icon::before {
    display: block;
    font-size: 34px;
    height: 46px;
    line-height: 47px;
    top: 0;
}
#wp-toolbar > ul > li, #assinantebar #wp-admin-bar-user-actions.ab-submenu img.avatar {
    display: none;
}
#assinantebar #wp-admin-bar-my-account > a {
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-indent: 150%;
    white-space: nowrap;
    width: 28px;
}
#assinantebar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
    height: 26px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 26px;
}
#assinantebar #wp-admin-bar-user-actions.ab-submenu {
    padding: 0;
}
#assinantebar #wp-admin-bar-user-info .display-name {
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 24px;
}
#assinantebar #wp-admin-bar-user-info a {
    padding-top: 4px;
}
#assinantebar #wp-admin-bar-user-info .username {
    line-height: 0.8 !important;
    margin-bottom: -2px;
}
#assinantebar li#wp-admin-bar-comments, #assinantebar li#wp-admin-bar-customize, #assinantebar li#wp-admin-bar-edit, #assinantebar li#wp-admin-bar-menu-toggle, #assinantebar li#wp-admin-bar-my-account, #assinantebar li#wp-admin-bar-my-sites, #assinantebar li#wp-admin-bar-new-content, #assinantebar li#wp-admin-bar-site-name, #assinantebar li#wp-admin-bar-updates, #assinantebar li#wp-admin-bar-wp-logo {
    display: block;
}
#assinantebar li.hover ul li, #assinantebar li:hover ul li, #assinantebar li:hover ul li:hover ul li {
    display: list-item;
}
#assinantebar .ab-top-menu > .menupop > .ab-sub-wrapper {
    min-width: -moz-fit-content;
}
#assinantebar #wp-admin-bar-comments, #assinantebar #wp-admin-bar-edit, #assinantebar #wp-admin-bar-my-account, #assinantebar #wp-admin-bar-my-sites, #assinantebar #wp-admin-bar-new-content, #assinantebar #wp-admin-bar-site-name, #assinantebar #wp-admin-bar-updates, #assinantebar #wp-admin-bar-wp-logo, #assinantebar .ab-top-menu, #assinantebar .ab-top-secondary {
    position: static;
}
#assinantebar #wp-admin-bar-my-account {
    float: right;
}
#assinantebar .ab-top-secondary .menupop .menupop > .ab-item::before {
    left: 0;
    top: 10px;
}
}

@media screen and (max-width: 600px) {
#assinantebar {
    position: absolute;
}
#wp-responsive-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 400;
}
#assinantebar .ab-top-menu > .menupop > .ab-sub-wrapper {
    left: 0;
    width: 100%;
}
#assinantebar .menupop .menupop > .ab-item::before {
    display: none;
}
#assinantebar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
    margin-left: 0;
}
#assinantebar .ab-top-menu > .menupop li > .ab-sub-wrapper {
    box-shadow: none;
    left: auto;
    margin: 0;
    position: static;
    top: auto;
    width: 100%;
}
#assinantebar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item {
    font-size: 16px;
    padding: 6px 15px 19px 30px;
}
#assinantebar li:hover ul li ul li {
    display: list-item;
}
#assinantebar li#wp-admin-bar-updates, #assinantebar li#wp-admin-bar-wp-logo {
    display: none;
}
}

@media screen and (max-width: 400px) {
#assinantebar li#wp-admin-bar-comments {
    display: none;
}
}
.leaky-paywall-dashboard-table {
    width: 100%;
}
.leaky-paywall-dashboard-table th {
    text-align: left;
    font-weight: bold;
}
.leaky-paywall-dashboard-table td {
    padding-bottom: 5px;
}
#row-transetudo, #row-colunistas, #row-assine, #row-participe, #row-voz-do-povo {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.sidebar-lateral.cinza #row-participe .oculta .panel-grid .panel-grid-cell, .sidebar-lateral.cinza #row-participe .oculta .panel-grid, .sidebar-lateral.cinza #row-voz-do-povo .oculta .panel-grid .panel-grid-cell, .sidebar-lateral.cinza #row-participe .oculta .panel-grid {
    border: medium none;
    border-radius: 0;
    height: 0;
    margin: 0;
    max-width: none;
    min-height: 0;
    padding: 0;
}
.advertisement_300x250 {
    max-width: 100%;
    text-align: center;
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-serverdoin_six_ads_widget-2 td:first-child {
    padding-right: 15px;
    vertical-align: top;
}
.colunistas-work-content .avatar {
    margin: 10px;
    max-width: 150px;
}
.woocommerce-page #primary .row li.product {
    display: inline-block;
    float: none;
    margin: 0;
    width: calc(32.95%);
}
#panel-w570574b6a4063-0-0-0 .sow-icon-image.left {
    background-size: 25px auto !important;
}
.publicidade {
    margin: auto;
}
.publicidade::after {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(206,0,33, 1);
    content: "PUBLICIDADE";
    font-size: 8px;
    padding: 1px;
    position: relative;
    text-align: right;
    top: -20px;
}
#caption > span#captionText {
    font-size: 15px;
    margin-top: 10px;
    padding: 10px;
}
body.single #imageDataContainer {
    padding: 0;
}
.ontop #imageData {
    padding-top: 20px;
}
.wp-caption .attachment-colormag-featured-image.size-colormag-featured-image {
    width: 100%;
}
.gallery .gallery-caption {
    font-family: "Source Sans Pro Semibold";
    font-size: 14px;
}
body.single #imageData #imageDetails {
    text-align: justify;
    width: calc(100% - 20px);
}
body.single #caption > span#captionText {
    font-family: "Source Sans Pro Regular";
    font-size: 14px;
    line-height: 100%;
    padding: 0;
}
body.single #imageData #bottomNavClose {
    padding-right: 0;
}
body.single .ontop #imageData {
    padding-top: 10px;
}
body.single .bx-pager-item {
    display: inline-block;
    min-width: 20px;
    padding: 5px;
}
body.single .bx-pager.bx-default-pager {
    background-color: #e5e5e5;
    height: 40px;
    text-align: center;
}
body.single .bx-pager-item a.bx-pager-link.active {
    color: #ffffff !important;
    font-size: 12px;
    padding: 5px;
}
body.single .bx-pager-item a.bx-pager-link {
    font-size: 12px;
}
body.single .bx-wrapper {
    background-color: #f4f4f4;
}
body.single .bx-controls-direction {
    position: relative;
}
body.single .bx-controls-direction a.bx-prev, body.single .bx-controls-direction a.bx-next, body.single .bx-controls-direction a.bx-prev:hover, body.single .bx-controls-direction a.bx-next:hover {
    background-color: #ce0021;
    color: #ffffff;
    padding: 5px 10px;
    position: absolute;
    top: -38px;
    text-decoration: none;
}
body.single .bx-next {
    right: 0;
}
.editoria td:first-child {
    width: 110px !important;
}
#mega-menu-wrap-primary #mega-menu-primary h3 {
    min-height: 30px;
}
div.wpcf7 input[type="file"] {
    font-size: 12px;
}
body.publicacoes-legais .entry-content.clearfix iframe {
    min-height: 600px;
    width: 100%;
}
.sow-cta-title {
    font-family: "Source Sans Pro Bold";
}
.blogueiros-menu > li {
    border-right: 1px solid #eeeeee;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 3px);
}
.widget_highlighted_posts ul.blogueiros-menu li img.avatar {
    border-radius: 8px;
    max-width: 90px;
}
ul.blogueiros-menu {
    margin: 0;
    padding: 0;
}
ul.blogueiros-menu .nome-coluna > a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.blogueiros-menu a {
    color: #5178df;
}
.blogueiros-menu h3 a {
    font-family: "Source Sans Pro Bold";
    font-size: 20px;
    line-height: normal;
}
.blogueiros-menu h3 {
    line-height: 55%;
    margin: 0;
    padding: 0;
}
.blogueiros-menu > li:first-child, .blogueiros-menu > li:nth-child(2) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.blogueiros-menu > li:last-child, .blogueiros-menu > li:nth-child(3) {
    padding-top: 10px;
}
.blogueiros-menu > li:last-child, .blogueiros-menu > li:nth-child(2) {
    border-right: 0 none;
}
.blogueiros-menu > li > div > a {
    display: inline-block;
}
.blogueiros-menu > div {
    display: inline;
}
.blogueiros-menu > li > div {
    display: inline;
    vertical-align: top;
}
.blogueiros-menu > li > div {
    display: inline-block;
}
.blogueiros-menu > li:last-child > div > a, .blogueiros-menu > li:nth-child(2) > div > a {
    margin-left: 10px;
}
.blogueiros-menu > li > div:first-child {
    width: 90px;
}
.blogueiros-menu > li > div:last-child {
    margin-left: 10px;
    width: calc(100% - 110px);
}
.blogueiros-menu > li:nth-child(2) > div:first-child, .blogueiros-menu > li:last-child > div:first-child {
    width: 100px;
}
.blogueiros-menu > li:nth-child(2) > div:last-child, .blogueiros-menu > li:last-child > div:last-child {
    width: calc(100% - 120px);
}
.box-edital .sow-cta-base .so-widget-sow-button {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
body.page-id-250122 .blogueiros-menu > li {
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
    width: calc(100% / 2 - 44px);
    min-width: 320px;
}
body.page-id-250122 .avatar {
    border-radius: 8px;
    margin: 0;
}
.calendar-archives > .archives-years > .year {
    border: 1px solid #e6e6e6;
}
#secondary .widget-title {
    display: block;
    width: 100%;
}
#secondary .widget-title span {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    font-family: "Archivo Narrow Bold";
    font-size: 18px;
    padding: 15px 10px;
    text-align: center;
}
.rpwe-block a {
    font-family: "Source Sans Pro Bold";
    font-size: 16px;
}
.rpwe-title {
    padding: 0;
}
.rpwe-alignleft.rpwe-thumb {
    border-radius: 8px;
}
.rpwe-block a.rpwe-img {
    display: inline-block;
    max-width: 70px;
    vertical-align: top;
}
.rpwe-block a.rpwe-img img {
    margin: 0;
    padding: 0;
    position: sticky;
    z-index: 2;
}
.rpwe-title {
    display: inline-block;
    line-height: 18px;
    max-width: calc(100% - 80px);
    padding-left: 10px;
    vertical-align: top;
}
.rpwe-time.published {
    border-bottom-left-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ce0021;
    display: inline-block;
    font-size: 10px;
    padding: 2px;
    position: relative;
    text-align: right;
    top: -20px;
    width: 100%;
}
.rpwe-li.rpwe-clearfix {
    margin: 0;
    padding: 0;
}
#secondary .widget ul li.rpwe-li {
    padding: 0;
}
#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
    padding: 10px;
}
#assinantebar .quicklinks > ul > li > a.post-edit-link {
    background-color: #000;
    color: #fff;
    font-family: "Lato Bold";
    font-size: 15px;
    font-weight: bold;
    padding: 0 35px;
}
.widget_serverdoin_specific_post_widget.widget_highlighted_posts .single-article.sem-imagem {
    display: block;
    width: 100%;
}
.widget_serverdoin_specific_post_widget .sem-imagem .article-content h3.titulo-noticias {
    color: #ce0021;
    display: table-cell;
    font-size: 29px;
    height: auto;
    padding-right: 30px;
    padding-top: 80px;
    position: relative;
    vertical-align: middle;
}
.widget_highlighted_posts .sem-imagem.noticia-full .article-content {
    height: 200px;
}
.widget_highlighted_posts .sem-imagem .article-content {
    background: rgba(232, 232, 232, 0.9) none repeat scroll 0 0;
    border: 1px solid rgba(232, 232, 232, 1);
    display: block;
    height: 250px;
    position: relative;
}
.widget_serverdoin_specific_post_widget .sem-imagem .above-entry-meta .cat-links a {
    color: #ce0021;
}
.attachment-imagem-grande.size-imagem-grande.wp-post-image {
    width: 750px;
}
.attachment-imagem-pequena.size-imagem-pequena.wp-post-image {
    width: 100%;
    height: 100%;
    max-height: 250px;
}
body.single-post .bx-wrapper {
    display: inline-block;
}
.ads_float > div::before {
    background-color: #ce0021;
    color: #fff;
    content: attr(data-before);
    font-family: "Lato Bold";
    font-size: 12px;
    margin-top: -20px;
    padding: 5px 10px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: calc(100% - 20px);
}
.ads_float > div {
    background-color: rgba(255,255,255,0.3);
    display: block;
    height: 300px;
    left: calc(50% - 150px);
    position: fixed;
    top: 20%;
    width: 300px;
    z-index: 99999;
    cursor: pointer;
}
#flutuante.ads_float > div {
    left: calc(50% - 400px);
    width: 800px;
    height: 520px;
}
#topo_interna {
    text-align: center;
    margin: auto;
}
.ui-widget-content {
    display: none;
}
body.post-type-archive-product.woocommerce .woocommerce-loop-product__title {
    font-family: "Source Sans Pro Bold";
    font-size: 20px;
    text-align: center;
}
body.post-type-archive-product.woocommerce .price {
    display: block;
    font-family: "Source Sans Pro Bold";
    font-size: 20px;
    text-align: center;
}
body.post-type-archive-product.woocommerce .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    font-family: "Source Sans Pro Bold";
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ce0021;
    border-radius: 0;
    color: #fff;
    /*margin-top: 20px;*/
	bottom: 0;
    position: absolute;
    width: 100%;
}
body.post-type-archive-product .colunistas-header {
    background-color: #ce0021;
    color: white;
    padding: 1em;
    margin: 0 auto;
}
body.post-type-archive-product .colunistas-header h1 {
    color: white;
}
body.post-type-archive-product .colunistas-header i {
    color: white;
}
body.post-type-archive-product .colunistas-header .so-widget-sow-headline {
    max-width: 1140px !important;
}
body.post-type-archive-product .colunistas-header #colunistas-portfolio-filters {
    max-width: 1140px;
}
body.post-type-archive-product #colunistas-portfolio {
    max-width: 1140px;
}
body.post-type-archive-product .after_plans {
    width: 99vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 0;
    left: 50%;
}
body.post-type-archive-product.woocommerce li.product {
    background-color: #eee;
    padding-top: 30px;
    text-align: center;
	min-height: 755px;
	height: auto;
}
body.post-type-archive-product.woocommerce .pagina-tipo3 a {
    border: medium none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: calc(33.33% - 20px);
    background-color: #EEEEEE;
}
body.post-type-archive-product.woocommerce .pagina-tipo4 a {
    border: medium none;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: calc(25% - 20px);
    background-color: #EEEEEE;
}
body.post-type-archive-product.woocommerce .pagina-tipo3 a.active, .pagina-tipo4 a.active {
    background-color: #cecece;
    font-family: "Source Sans Pro Bold";
}
body.post-type-archive-product.woocommerce .descricao-produto {
    min-height: 95px;
}
body.post-type-archive-product.woocommerce .descricao-produto > p {
    color: #000;
    font-family: "Source Sans Pro Bold";
    font-size: 16px;
    margin-top: 10px;
    padding: 20px;
}
#taboola-below-article-thumbnails {
    margin: auto;
    max-width: 1140px;
}
#secondary .calendar-archives.classiclight .calendar-navigation > .menu-container > ul.menu {
    max-height: 300px;
    overflow: scroll !important;
}
.ads_float {
    display: none;
}
.entry-content ul.woocommerce-error {
    padding-bottom: 15px;
    padding-left: 60px;
    padding-top: 15px;
}
.paywall-row {
    border: none;
    padding: 0;
    width: 100%;
}
.paywall-left {
    width: 19%;
    height: 90px;
    display: inline-block;/*border: 1px solid #686868;*/
}
.paywall-left button {
    top: -16px;
    left: 15px;
    position: relative;
}
.paywall-right {
    width: 79%;
    height: 90px;
    display: inline-block;/*border: 1px solid #686868;*/
}

.ad-coluna-jc{
	display: none;
}
.category-coluna-do-jc .ad-coluna-jc{
	display: block !important;
}
.coluna-do-jc .ad-coluna-jc{
	display: block !important;
}

.category-policia .hidde-policia{
	display: none;
}
.policia .hidde-policia{
	display: none;
}

@media only screen and (max-width: 768px) {
.paywall-left {
    width: 100%;
    height: auto;
    margin: 5px 0;
    text-align: center;
}
.paywall-left button {
    left: 0;
    top: 0;
}
.paywall-right {
    width: 100%;
    height: auto;
    margin: 5px 0;
    text-align: center;
}
}
