/*
 * Theme Name:  Notícias UP V2.
 * Theme URI:   https://noticias.up.pt
 * Description:  News theme for Notícias U.Porto
 * Author:      Pedro Candeias
 * Author URI:  https://pedrocandeias.net
 * Version:     0.3
 * License:     Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
 * License URI: https://creativecommons.org/licenses/by-nc/4.0/
 */


/*------------------------------------------------------------------
[Table of contents]

1. Selection & Placeholder Colors
2. Transitions
3. Body
4. Bootstrap Hack
    4.1. Breadcrumb
    4.2. Pagination
    4.3. Labels
    4.4. Form Elements
    4.5. Accordion
    4.6. Misc.
5. Links & Buttons
    5.1. Links
    5.2. Buttons
        5.2.1. Red Buttons
6. Navbar
    6.1. Nav Bar Top
    6.2. Nav Bar Header
    6.3. Nav Bar Logo & Cover Image
    6.4. Nav Menu
        6.4.1. Mega Menu
            6.4.1.1. Mega Menu Posts
            6.4.1.2. Mega Menu Bottom
        6.4.2. Sub Menu
7. Advertisement
8. Miscellaneous
    8.1. Sidebar & Widgets
    8.2. Positioning
    8.3. Tag List
9. Search Form
10. Posts
    10.1. Posts Box
        10.1.1. Posts Box 1
        10.1.2. Posts Box 2
        10.1.3. Posts Box 3
        10.1.5. Posts Box 5
        10.1.7. Posts Box 7
        10.1.8. Posts Box Sidebar
        10.1.9. Posts Box Carousel
    10.2. Post Summary
11. Footer
    11.1. Footer Widgets
12. Single Post & Page (Singular)
    12.1. Featured Image Area
    12.2. Post Content
    12.3. Post Tags
    12.5. Post Sharing
    12.6. Post Nav
    12.7. Author Box
    12.8. Comments
13. Featured Posts
14. Shortcodes
15. Gallery
16. Contact Form 7
-------------------------------------------------------------------*/


/* --------------------
 * 0. Fonts
 * --------------------*/

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', sans-serif;
}


/* Safari col correction */

.row:before,
row:after {
    width: 0;
}


/* ------------------
 * 1. Selection & Placeholder Colors
 * ------------------ */

::-moz-selection {
    text-shadow: none;
    background-color: #449BB7;
    color: #fff;
}

::selection {
    text-shadow: none;
    background-color: #449BB7;
    color: #fff;
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: inherit;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}


/* ------------------
 * 2. Transitions
 * ------------------ */

a,
.btn,
.trs,
.mega-menu .post-summary,
.instagram-widget img,
.posts-box-carousel .item-overlay {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.navbar-nav>li>a,
.navbar-nav>li>.btn,
.navbar-logo {
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    -moz-transition: color 0.15s ease, background 0.15s ease;
    -ms-transition: color 0.15s ease, background 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ------------------
 * 3. Body
 * ------------------ */

body {
    font-size: 14px;
    color: #010101;
    overflow-y: scroll;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.boxed-layout {
    background-color: rgb( 240, 240, 240);
}


/* ------------------
 * 4. Bootstrap Hack
 * ------------------ */


/* ------------------
 * 4.1. Breadcrumb
 * ------------------ */

.breadcrumb-wrapper {
    position: relative;
    z-index: 5;
}

.breadcrumb-wrapper .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .breadcrumb-wrapper .container {
        padding-top: 11px;
        padding-bottom: 20px;
    }
}

.noticiasup-fimg-fp .breadcrumb-wrapper .container,
.noticiasup-fimg-fs .breadcrumb-wrapper .container {
    background-color: transparent;
}

.breadcrumb-wrapper .btn-back {
    position: absolute;
    top: 0;
    right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.boxed-layout .breadcrumb-wrapper .btn-back {
    right: 35px;
}

.breadcrumb-wrapper .btn-back .fa {
    margin-left: 5px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;
}

.breadcrumb>li+.fa {
    margin: 0 10px;
    font-weight: bold;
}

.noticiasup-fimg-fp .breadcrumb,
.noticiasup-fimg-fp .breadcrumb a,
.noticiasup-fimg-fs .breadcrumb,
.noticiasup-fimg-fs .breadcrumb a {
    color: #fff;
}


/* ------------------
 * 4.2. Pagination
 * ------------------ */

.pagination {
    width: 90%;
    margin: 0 0 40px;
}

.single .pagination {
    margin: 0;
    width: 100%;
}

.posts-box+.pagination {
    margin-bottom: 60px;
}

.posts-box+.pagination-infinite .btn {
    visibility: hidden;
    border-color: #dfdfdf;
}

.posts-box+.pagination-infinite .btn-loader {
    display: block;
}

.pagination>.page-numbers {
    display: block;
    float: left;
    margin-right: 6px;
    padding: 0 12px;
    border: 1px solid #010101;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: bold;
    color: #010101;
}

.pagination>.title {
    border: none;
    text-transform: none;
}

.pagination>.prev,
.pagination>.next {
    font-size: 13px;
}

.pagination>.dots {
    display: inline-block;
    margin: 0 3px 0 -3px;
    border: none;
    font-size: 22px;
}

.pagination>.current,
.pagination>a.page-numbers:hover {
    background-color: #010101;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>.btn-inverse {
    outline: 0;
    border-color: #010101;
    background-color: #010101;
    color: #fff;
}


/* ------------------
 * 4.3. Labels
 * ------------------ */

.label-default {
    padding: 5px 15px;
    border-radius: 0;
    font-size: 12px;
    background-color: #d5d5d5;
    color: #fff;
}

.label-default:active,
.label-default:focus,
.label-default:hover {
    background-color: #010101;
}


/* ------------------
 * 4.4. Form Elements
 * ------------------ */

.form-control,
.sidebar-widget select,
.footer-widget select {
    outline: 0;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    box-shadow: none;
    border-color: #d2d2d2;
    border-radius: 0;
    resize: vertical;
    font-size: inherit;
    background-color: #fff;
    color: #5b5b5b;
}

.footer:not(.footer-light) .footer-widget select {
    border-color: #343434;
    background-color: #212121;
    color: #868686;
}

.footer-light .footer-widget select {
    background-color: #fafafa;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2;
}

#media_image-2 {
    text-align: right;
}


/* ------------------
 * 4.5. Accordion
 * ------------------ */

.panel {
    position: relative;
    z-index: 1;
    box-shadow: none;
}

.panel-heading {
    padding-left: 0;
}

.panel-title a,
.panel-body {
    padding-left: 61px;
}

.panel-title {
    position: relative;
    z-index: 1;
    min-height: 44px;
}

.panel-title a {
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    letter-spacing: -0.4px;
    font-size: 16px;
    font-weight: bold;
}

.panel-title a .inner {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .panel-title a .inner {
        width: 70%;
    }
}

.panel-title a .noticiasup-toggle-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    padding: 14px 0;
    text-align: center;
    background-color: #010101;
    color: #fff;
}

.panel-title a .noticiasup-toggle-icon .fa {
    display: none;
}

.panel-title a.collapsed .noticiasup-toggle-icon .fa-plus,
.panel-title a:not(.collapsed) .noticiasup-toggle-icon .fa-minus {
    display: block;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-body {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
}


/* ------------------
 * 4.6. Misc.
 * ------------------ */

p {
    line-height: 1.8;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.nav>li>a:focus {
    background-color: transparent;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths,
.col-xs-15ths,
.col-sm-15ths,
.col-md-15ths,
.col-lg-15ths,
.col-xs-20ths,
.col-sm-20ths,
.col-md-20ths,
.col-lg-20ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-10ths {
    width: 40%;
    float: left;
}

.col-xs-15ths {
    width: 60%;
    float: left;
}

.col-xs-20ths {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .col-sm-10ths {
        width: 40%;
        float: left;
    }
    .col-sm-15ths {
        width: 60%;
        float: left;
    }
    .col-sm-20ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .col-md-10ths {
        width: 40%;
        float: left;
    }
    .col-md-15ths {
        width: 60%;
        float: left;
    }
    .col-md-20ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .col-lg-10ths {
        width: 40%;
        float: left;
    }
    .col-lg-15ths {
        width: 60%;
        float: left;
    }
    .col-lg-20ths {
        width: 80%;
        float: left;
    }
}


/* ------------------
 * 5. Links & Buttons
 * ------------------ */


/* ------------------
 * 5.1. Links
 * ------------------ */

a:link,
a:visited {
    text-decoration: none;
    color: #222;
}

a:link {
    -webkit-tap-highlight-color: rgba(68, 155, 183, 0.25);
}

a:hover {
    color: #449bb7;
}


/* ------------------
 * 5.2. Buttons
 * ------------------ */

.btn {
    padding: 3px 11px;
    border: 1px solid #010101;
    border-radius: 0;
    font-size: inherit;
    background-color: transparent;
    color: #010101;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    border-color: inherit;
    background-color: transparent;
    padding: 3px 11px;
    border: 1px solid #449BB7;
    color: #449BB7;
}

.btn.disabled,
.btn[disabled] {
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    opacity: 1;
}

.btn.active,
.btn:hover,
.nav>li:hover>a,
.nav>.current-menu-item>a,
.nav>.menu-item-hover>a {
    border-color: #449BB7;
    background-color: #449BB7;
    color: #fff;
}

.nav>li>a:hover {
    font-weight: 700;
}

.nav>li.current-category-parent a>ul.sub-menu li a,
.nav>li.current-menu-item a>ul.sub-menu li a,
.nav>li>ul.sub-menu li.menu-item a {
    color: #000;
    background-color: #fff;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.current-category-parent a>ul.sub-menu li a:hover,
.nav>li.current-menu-item a>ul.sub-menu li a:hover,
.nav>li>ul.sub-menu li.menu-item a:hover {
    color: #fff !important;
    background-color: #449BB7;
    font-weight: normal !important;
    border-bottom: 1px solid #fff;
    font-weight: 600 !important;
}

.nav>li>ul.sub-menu li.current-menu-item a {
    background-color: #449BB7;
    color: #fff !important;
}

.nav>li.noticiasmenu>a:hover {
    color: #fff !important;
    background-color: #449BB7;
    font-weight: 700;
}

.nav>li.noticiasmenu:hover>a {
    color: #fff !important;
    background-color: #449BB7;
    font-weight: 700;
}

body.single-post:not(.single-format-video):not(.single-format-audio):not(.single-format-gallery) .nav>li.noticiasmenu a,
.nav>li.noticiasmenu.current-menu-item a,
.nav>li.noticiasmenu.current-category-parent a {
    /* color:#fff !important; */
    background-color: #449BB7;
    font-weight: 700;
}

.navbar-nav>li.noticiasmenu>.sub-menu {
    border: 1px solid #449BB7;
    background-color: #449BB7;
    color: #000;
}

.nav>li.noticiasmenu>ul.sub-menu li.menu-item a {
    color: #fff !important;
    background-color: #449BB7;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.noticiasmenu>ul.sub-menu li.menu-item a:hover {
    color: #449BB7 !important;
    background-color: #fff !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.noticiasmenu>ul.sub-menu li.current-menu-item a {
    color: #449BB7 !important;
    background-color: #fff !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}


/* maismenu */

.navbar-nav>li.maismenu>.sub-menu>li.fotodasemanamenu a:hover {
    background-color: #F9C315;
    color: #fff !important;
}

.navbar-nav>li.maismenu>.sub-menu>li.oportunidadesmenu a:hover {
    background-color: #2820A6;
    color: #fff !important;
}

.navbar-nav>li.maismenu>.sub-menu>li.uportonosmediamenu a:hover {
    background-color: #DF2662;
    color: #fff !important;
}

.navbar-nav>li.maismenu>.sub-menu>li.uportosocialmenu a:hover {
    background-color: #32AC62;
    color: #fff !important;
}


/* Uporto nos media*/

.nav>li.uportonosmediamenu>a:hover {
    color: #fff;
    background-color: #DF2662;
    font-weight: 700;
}

.nav>li.uportonosmediamenu:hover>a {
    color: #fff !important;
    background-color: #DF2662;
    font-weight: 700;
}

body.single-uporto-nos-media ul.navbar-nav li.uportonosmediamenu a,
body.post-type-archive-uporto-nos-media ul.navbar-nav li.uportonosmediamenu a {
    color: #DF2662 !important;
    background-color: #fff !important;
    font-weight: 700;
}

body.single-uporto-nos-media ul.navbar-nav li.uportonosmediamenu a:hover,
body.post-type-archive-uporto-nos-media ul.navbar-nav li.uportonosmediamenu a:hover {
    color: #fff !important;
    background-color: #DF2662 !important;
    font-weight: 700;
}

body.single-uporto-nos-media .nav>li.uportonosmediamenu.current-menu-item a,
body.post-type-archive-uporto-nos-media .nav>li.uportonosmediamenu.current-category-parent a {
    color: #DF2662;
    background-color: #fff;
    font-weight: 700;
}

body.single-uporto-nos-media .nav>li.uportonosmediamenu.current-menu-item a:hover,
body.post-type-archive-uporto-nos-media .nav>li.uportonosmediamenu.current-category-parent a:hover {
    color: #fff;
    background-color: #DF2662;
    font-weight: 700;
}

body.single-uporto-nos-media ul.navbar-nav li.maismenu a,
body.post-type-archive-uporto-nos-media ul.navbar-nav li.maismenu a {
    color: #fff;
    background-color: #DF2662;
    font-weight: 700;
}

body.single-uporto-nos-media .navbar-nav>li.maismenu>.sub-menu,
body.post-type-archive-uporto-nos-media .navbar-nav>li.maismenu>.sub-menu {
    background-color: #DF2662;
}


/* Pessoas da UPorto */

.nav>li.pessoasmenu>a:hover {
    color: #fff !important;
    background-color: #A8C440;
    font-weight: 700;
}

.nav>li.pessoasmenu:hover>a {
    color: #fff !important;
    background-color: #A8C440;
    font-weight: 700;
}

body.single-pessoas-da-up ul.navbar-nav li.pessoasmenu a,
body.post-type-archive-pessoas-da-up ul.navbar-nav li.pessoasmenu a,
.nav>li.pessoasmenu.current-menu-item a,
.nav>li.pessoasmenu.current-category-parent a {
    color: #fff !important;
    background-color: #A8C440;
    font-weight: 700;
}


/* Mais - FFF */

.nav>li.maismenu>a:hover {
    color: #000;
    background-color: #fff;
    font-weight: 700;
}

.nav>li.maismenu:hover>a {
    color: #000;
    background-color: #fff;
    font-weight: 700;
}

li.maismenu>.sub-menu {
    right: 0;
}

.nav>li.maismenu.current-menu-item a,
.nav>li.maismenu.current-category-parent a {
    color: #000 !important;
    background-color: #fff;
    font-weight: 700;
}


/* Nós por lá - FF8D73 */

.nav>li.nosporlamenu>a:hover {
    color: #fff !important;
    background-color: #636AA0;
    font-weight: 700;
}

.nav>li.nosporlamenu:hover>a {
    color: #fff !important;
    background-color: #636AA0;
    font-weight: 700;
}

body.single-nos-por-la ul.navbar-nav li.nosporlamenu a,
body.post-type-archive-nos-por-la ul.navbar-nav li.nosporlamenu a,
.nav>li.nosporlamenu.current-menu-item a,
.nav>li.nosporlamenu.current-category-parent a {
    color: #fff !important;
    background-color: #636AA0;
    font-weight: 700;
}


/* Agenda */

.nav>li.agendamenu>a:hover {
    color: #fff !important;
    background-color: #BB3B80;
    font-weight: 700;
}

.nav>li.agendamenu:hover>a {
    color: #fff !important;
    background-color: #BB3B80;
    font-weight: 700;
}

body.post-type-archive-agenda ul.navbar-nav li.agendamenu a,
.nav>li.agendamenu.current-menu-item a,
.nav>li.agendamenu.current-category-parent a,
body.single-ajde_events ul.navbar-nav li.agendamenu a {
    color: #fff !important;
    background-color: #BB3B80;
    font-weight: 700;
}


/* foto da semana*/

.nav>li.fotodasemanamenu>a:hover {
    color: #fff !important;
    background-color: #F9C315;
    font-weight: 700;
}

.nav>li.fotodasemanamenu:hover>a {
    color: #fff !important;
    background-color: #F9C315;
    font-weight: 700;
}

body.single-foto-da-semana ul.navbar-nav li.fotodasemanamenu a,
body.post-type-archive-foto-da-semana ul.navbar-nav li.fotodasemanamenu a,
.nav>li.fotodasemanamenu.current-menu-item a,
.nav>li.fotodasemanamenu.current-category-parent a {
    color: #F9C315 !important;
    background-color: #fff !important;
    font-weight: 700;
}

body.single-foto-da-semana ul.navbar-nav li.fotodasemanamenu a:hover,
body.post-type-archive-foto-da-semana ul.navbar-nav li.fotodasemanamenu a:hover,
.nav>li.fotodasemanamenu.current-menu-item a:hover,
.nav>li.fotodasemanamenu.current-category-parent a:hover {
    color: #fff !important;
    background-color: #F9C315!important;
    font-weight: 700;
}

body.single-foto-da-semana .nav>li.fotodasemanamenu.current-menu-item a {
    color: #fff !important;
    background-color: #0f0;
    font-weight: 700;
}

body.single-foto-da-semana .navbar-nav>li.maismenu>.sub-menu,
body.post-type-archive-foto-da-semana .navbar-nav>li.maismenu>.sub-menu {
    background-color: #F9C315;
}

body.single-foto-da-semana ul.navbar-nav li.maismenu a,
body.post-type-archive-foto-da-semana ul.navbar-nav li.maismenu a {
    color: #fff;
    background-color: #F9C315;
    font-weight: 700;
}


/* Uportosocial - A19170 */

.nav>li.uportosocialmenu>a:hover {
    color: #fff;
    background-color: #32AC62;
    font-weight: 700;
}

.nav>li.uportosocialmenu:hover>a {
    color: #32AC62;
    background-color: #fff;
    font-weight: 700;
}

body.page-atuporto .nav>li>ul.sub-menu li.current-menu-item a,
body.page-outras-redes-sociais .nav>li>ul.sub-menu li.current-menu-item a {
    color: #32AC62 !important;
    background-color: #fff !important;
    font-weight: 700;
}

body.page-atuporto .nav>li>ul.sub-menu li.current-menu-item a:hover,
body.page-outras-redes-sociais .nav>li>ul.sub-menu li.current-menu-item a:hover {
    color: #fff !important;
    background-color: #32AC62 !important;
    font-weight: 700;
}


/* Multimedia - 5988B6 */

.nav>li.multimediamenu:hover>a {
    color: #fff !important;
    background-color: #DD4A3E;
    font-weight: 700;
}

.nav>li.multimediamenu>a:hover {
    color: #fff !important;
    background-color: #DD4A3E;
    font-weight: 700;
}

body.single-format-video ul.navbar-nav li.multimediamenu a,
body.single-format-audio ul.navbar-nav li.multimediamenu a,
body.single-format-gallery ul.navbar-nav li.multimediamenu a,
body.category-fotogaleria ul.navbar-nav li.multimediamenu a,
body.category-fotogalerias ul.navbar-nav li.multimediamenu a,
body.category-audio ul.navbar-nav li.multimediamenu a,
body.category-video ul.navbar-nav li.multimediamenu a,
body.category-multimedia ul.navbar-nav li.multimediamenu a,
body.post-type-archive-multimedia ul.navbar-nav li.multimediamenu a,
.nav>li.multimediamenu.current-menu-item a,
.nav>li.multimediamenu.current-category-parent a {
    color: #fff !important;
    background-color: #DD4A3E;
    font-weight: 700;
}

.navbar-nav>li.multimediamenu>.sub-menu {
    border: 1px solid #DD4A3E;
    background-color: #DD4A3E;
    color: #000;
}

.nav>li.multimediamenu>ul.sub-menu li.menu-item a {
    color: #fff !important;
    background-color: #DD4A3E;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.multimediamenu>ul.sub-menu li.current-menu-item a {
    color: #DD4A3E !important;
    background-color: #fff;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.multimediamenu>ul.sub-menu li.menu-item a:hover {
    color: #DD4A3E !important;
    background-color: #fff;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}


/* oportunidades */

.nav>li.oportunidadesmenu>a:hover {
    color: #fff !important;
    background-color: #2820A6;
    font-weight: 700;
}

.nav>li.oportunidadesmenu:hover>a {
    color: #fff !important;
    background-color: #2820A6;
    font-weight: 700;
}

body.single-oportunidades ul.navbar-nav li.oportunidadesmenu a,
body.tax-tipo_de_oportunidades ul.navbar-nav li.oportunidadesmenu a,
body.post-type-archive-oportunidades ul.navbar-nav li.oportunidadesmenu a,
.nav>li.oportunidadesmenu.current-menu-item a,
.nav>li.oportunidadesmenu.current-category-parent a {
    color: #2820A6 !important;
    background-color: #fff !important;
    font-weight: 700;
}

body.single-oportunidades ul.navbar-nav li.oportunidadesmenu a:hover,
body.tax-tipo_de_oportunidades ul.navbar-nav li.oportunidadesmenu a:hover,
body.post-type-archive-oportunidades ul.navbar-nav li.oportunidadesmenu a:hover {
    color: #fff !important;
    background-color: #2820A6 !important;
    font-weight: 700;
}

body.single-oportunidades .nav>li.maismenu>a,
body.single-oportunidades .nav>li.maismenu>a:hover,
body.tax-tipo_de_oportunidades ul.navbar-nav>.nav>li.maismenu>a,
body.tax-tipo_de_oportunidades ul.navbar-nav>.nav>li.maismenu>a:hover,
body.post-type-archive-oportunidades ul.navbar-nav li.maismenu a,
body.post-type-archive-oportunidades ul.navbar-nav li.maismenu a:hover {
    color: #fff;
    background-color: #2820A6;
    font-weight: 700;
}

body.single-oportunidades .navbar-nav>li.maismenu>.sub-menu,
body.tax-tipo_de_oportunidades .navbar-nav>li.maismenu>.sub-menu,
body.post-type-archive-oportunidades .navbar-nav>li.maismenu>.sub-menu {
    background-color: #2820A6;
}


/* Podcasts */

.nav>li.podcastmenu:hover>a {
    color: #fff !important;
    background-color: #34b8b5;
    font-weight: 700;
}

.nav>li.podcastmenu>a:hover {
    color: #fff !important;
    background-color: #34b8b5;
    font-weight: 700;
}

body.page-podcasts ul.navbar-nav li.podcastmenu a,
body.single-podcast ul.navbar-nav li.podcastmenu a,
body.tax-series ul.navbar-nav li.podcastmenu a,
body.post-type-archive-podcast ul.navbar-nav li.podcastmenu a,
.nav>li.podcastmenu.current-menu-item a,
.nav>li.podcastmenu.current-category-parent a {
    color: #fff !important;
    background-color: #34b8b5;
    font-weight: 700;
}

.navbar-nav>li.podcastmenu>.sub-menu {
    border: 1px solid #34b8b5;
    background-color: #34b8b5;
    color: #000;
}

.nav>li.podcastmenu>ul.sub-menu li.menu-item a {
    color: #fff !important;
    background-color: #34b8b5;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.podcastmenu>ul.sub-menu li.menu-item a:hover {
    color: #34b8b5 !important;
    background-color: #fff !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.podcastmenu>ul.sub-menu li.current-menu-item a {
    color: #34b8b5 !important;
    background-color: #fff;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}

.nav>li.podcastmenu>ul.sub-menu li.menu-item a:hover {
    color: #34b8b5 !important;
    background-color: #fff;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
}


/* /cor de menus */

.btn.btn-full {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.btn>.btn-loader {
    display: none;
    margin-right: 15px;
}

.btn>.btn-loader img {
    vertical-align: baseline;
}


/* ------------------
 *  5.2.1. Red Buttons
 * ------------------ */

.btn-red,
.btn-red:focus {
    padding: 10px 15px;
    border-color: #7d0f0f;
    background-color: #7d0f0f;
    color: #fff;
}

.btn-red:hover {
    border-color: #be0000;
    background-color: #be0000;
}

.btn-red-2,
.btn-red-2:focus {
    padding: 10px 15px;
    border-color: #cc1919;
    background-color: #cc1919;
    color: #fff;
}

.btn-red-2:hover {
    border-color: #e71d1d;
    background-color: #e71d1d;
}


/* ------------------
 *  5.2.1. Black Buttons
 * ------------------ */

.btn-black,
.btn-black:focus {
    padding: 10px 15px;
    border-color: #3186a0;
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    border-color: #000;
    background-color: #222;
}


/* ------------------
 * 6. Navbar
 * ------------------ */

.navbar-wrapper {
    background-color: #222;
}

.navbar {
    z-index: 99;
    margin: 0;
    border: none;
}

#navbar {
    margin: 0;
    position: relative;
    z-index: 1;
}

.navbar-toggle {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    float: none;
    margin: 0;
    padding: 10px 15px;
    border: none;
    font-size: 20px;
}

.navbar-search {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 40px;
    background: transparent;
    border: none;
    padding: 10px 15px 10px 15px;
    font-size: 20px;
    color: inherit;
    outline: 0;
}

@media only screen and (max-width: 767px) {
    .header-style-c.navbar-dark .navbar-toggle,
    .header-style-c.navbar-dark .navbar-search {
        text-shadow: 0 0 25px #010101;
    }
    .header-style-c.navbar-light .navbar-toggle,
    .header-style-c.navbar-light .navbar-search {
        text-shadow: 0 0 25px #fff;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-search {
        display: none;
    }
    .noticiasup-fimg-fp .navbar,
    .noticiasup-fimg-fs .navbar {
        color: #fff;
        background-color: #000;
    }
    .noticiasup-fimg-fp .navbar a,
    .noticiasup-fimg-fs .navbar a {
        color: rgba(255, 255, 255, 1);
    }
    .noticiasup-fimg-fp .navbar a:hover,
    .noticiasup-fimg-fs .navbar a:hover {
        color: #fff;
    }
    .noticiasup-fimg-fp .navbar-light .navbar-nav a,
    .noticiasup-fimg-fs .navbar-light .navbar-nav a {
        color: #010101;
    }
    .noticiasup-fimg-fp .navbar-light .navbar-nav li:hover a,
    .noticiasup-fimg-fs .navbar-light .navbar-nav li:hover a {
        color: #fff;
    }
    #navbar {
        width: 78%;
        height: auto !important;
        float: right;
        overflow: hidden;
    }
    .navbar-stuck {
        padding-bottom: 0;
    }
    .noticiasup-fimg-sw:not(.has-breadcrumb) .navbar:not(.navbar-stuck) #navbar,
    .noticiasup-fimg-sp:not(.has-breadcrumb) .navbar:not(.navbar-stuck) #navbar {
        padding-bottom: 29px;
    }
    .noticiasup-fimg-sw:not(.has-breadcrumb) .navbar-stuck,
    .noticiasup-fimg-sp:not(.has-breadcrumb) .navbar-stuck {
        padding-bottom: 20px;
    }
    .navbar-stuck #navbar {
        padding-bottom: 0;
        width: 79% !important;
    }
    .navbar .container {
        padding-top: 30px;
    }
    .navbar-stuck .container,
    .noticiasup-fimg-fp .navbar .container,
    .noticiasup-fimg-fs .navbar .container {
        background-color: transparent;
    }
    .navbar-stuck .container {
        padding-bottom: 0;
    }
    .navbar-inner {
        background-color: #222222;
    }
    .navbar-inner .container {
        background-color: #222;
    }
    .navbar-stuck .navbar-inner {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .navbar-stuck.navbar-light .navbar-inner {
        background-color: rgb(255, 255, 255) !important;
    }
    .navbar-stuck.navbar-dark .navbar-inner {
        background-color: rgb(34, 34, 34) !important;
    }
    .navbar-toggle {
        display: none;
    }
}


/* ------------------
 * 6.1. Nav Bar Top
 * ------------------ */

.navbar-top {
    float: right;
    width: 72%;
    margin: 0 0 20px 0;
    font-size: 12px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .navbar-top .social-icons li span {
        color: #fff;
    }
    .navbar-top {
        float: left;
        width: auto;
        margin: 0 0 20px 0;
        font-size: 12px;
        height: auto;
        display: block;
    }
    .navbar-top .social-icons {
        display: none;
    }
    .navbar-top .social-icons li.search {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-top {
        display: block;
        float: right;
        width: 72%;
        margin: 0 0 0 0;
        font-size: 12px;
        height: auto;
        display: block;
    }
    #navbar {
        width: 72%;
        height: auto !important;
        float: right;
        overflow: hidden;
    }
    .navbar-top .social-icons {
        list-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        color: #fff !important;
    }
}

.navbar-top ul {
    margin: 0;
}

.navbar-top-right {
    float: right;
    width: 100%;
    text-align: right;
}

.navbar-top .social-icons {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 17px;
    color: #fff !important;
}

.navbar-top .social-icons li {
    display: inline-block;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navbar-top .social-icons li:first-child {
    border-left: 1px solid #fff;
}

.navbar-top .social-icons li.search {
    display: inline-block;
    padding: 0px 8px 8px 8px;
    border: none;
    font-weight: 400;
    background-color: #222;
}

.navbar-top .social-icons li.search .btn {
    border: 1px solid transparent;
    background-color: transparent !important;
}

.navbar-top .social-icons li.search .btn-search:hover span {
    color: #fff !important;
}

.navbar-top .social-icons li span {
    color: #fff;
}

.navbar-top .social-icons li:hover {
    background-color: #449BB7;
}

.navbar-top .social-icons li:hover.search {
    background-color: #222;
}

.navbar-top .social-icons li:hover.search span {
    color: #449BB7;
}

.navbar-top-menu {
    padding: 0;
    list-style: none;
}

.navbar-top-menu li {
    float: left;
}

.navbar-top-menu li+li:before {
    content: "|";
    padding: 0 7px;
    color: #ddd;
}


/* ------------------
 * 6.2. Nav Bar Header
 * ------------------ */

.container>.navbar-header {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .container>.navbar-header {
        height: auto !important;
    }
}

.navbar-stuck.navbar-dark .navbar-header {
    color: #fff;
}


/* @media only screen and (min-width: 768px) {
    .container>.navbar-header {}
}
 */


/* @media only screen and (min-width: 992px) {
    .container>.navbar-header {}
    .has-nav-menu .container>.navbar-header {}
} */


/* ------------------
 * 6.3. Nav Bar Logo & Cover Image
 * ------------------ */

.navbar-logo {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    letter-spacing: -1.8px;
    white-space: nowrap;
    font-size: 28px;
    font-weight: bold;
    width: 20%;
}

.navbar-logo:hover {
    color: inherit !important;
}

.navbar-stuck.navbar-dark .navbar-logo {
    color: #fff;
    width: 20%;
    margin-top: 50px;
}

.navbar:not(.navbar-stuck) .logo-text {
    display: none;
}

.navbar.header-style-c .navbar-logo {
    display: none;
}

.navbar.header-style-c .navbar-header {
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .navbar:not(.navbar-stuck) .logo-location-sticky_nav {
        display: none;
    }
    .navbar-logo .logo-img {
        display: block;
        width: 100%;
        height: 60%;
    }
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-stuck.navbar-dark .navbar-logo {
        color: #fff;
        width: 20%;
        margin-top: 10px;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .navbar-stuck.navbar-dark .navbar-logo {
        color: #fff;
        width: 20%;
        margin-top: 10px;
    }
}

.navbar-stuck .logo-text {
    display: block;
    height: 49px;
    line-height: 49px;
}

.noticiasup-fimg-fp .navbar-logo:hover,
.noticiasup-fimg-fs .navbar-logo:hover {
    color: #fff !important;
}

.header-style-b:not(.navbar-stuck) .navbar-header {
    text-align: center;
}

.header-style-b .navbar-logo {
    display: inline-block;
    float: none;
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .navbar-logo .logo-img img {
        width: auto;
        height: 100%;
        vertical-align: bottom;
    }
    .navbar-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .navbar-top .social-icons {
        list-style: none;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        color: #fff !important;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .navbar-logo .logo-img img {
        width: auto;
        height: 70%;
        vertical-align: middle;
        margin-top: 10px;
    }
    .navbar-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 960px) {
    .navbar-logo .logo-img img {
        width: auto;
        height: 100%;
        vertical-align: middle;
    }
    .navbar-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .navbar-logo {
        height: 80px !important;
        font-size: 38px;
    }
}

.navbar.header-style-c .header-cover-image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .navbar-logo .logo-img {
        display: block;
        width: 100%;
        height: 60%;
    }
    .navbar.header-style-c>.container {
        padding: 0;
    }
    .navbar-dark.header-style-c .header-cover-image img {
        opacity: 0.2;
    }
}

.navbar-logo .logo-both.logo-light,
.noticiasup-fimg-fp .logo-both.logo-dark,
.noticiasup-fimg-fs .logo-both.logo-dark {
    display: none;
}

.noticiasup-fimg-fp .navbar:not(.navbar-stuck) .logo-light,
.noticiasup-fimg-fs .navbar:not(.navbar-stuck) .logo-light {
    display: block !important;
}

.logo-location-header.logo-stuck {
    display: block;
    width: auto;
    height: 49px;
}

@media only screen and (max-width: 767px) {
    .navbar-dark .logo-both.logo-dark,
    .navbar-light .logo-both.logo-light {
        display: none;
    }
    .navbar-dark .logo-light,
    .navbar-light .logo-dark {
        display: block !important;
    }
    .sticky-logo-custom .logo-location-header {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-logo {
        height: 66px;
        font-size: 38px;
    }
    .navbar-stuck .navbar-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .navbar-logo {
        width: 25%;
    }
    .navbar-stuck:not(.sticky-logo-disabled) .navbar-logo {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .navbar-stuck:not(.sticky-logo-disabled) .navbar-logo,
    .logo-location-sticky_nav,
    .logo-location-header.logov-stuck {
        height: 49px;
        line-height: 45px;
        font-size: 22px;
    }
    .navbar-stuck.sticky-logo-custom .logo-location-header {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-stuck:not(.sticky-logo-disabled) .navbar-logo,
    .logo-location-sticky_nav,
    .logo-location-header.logov-stuck {
        height: 55px !important;
        line-height: 68px;
        font-size: 22px;
    }
    .navbar-stuck:not(.sticky-logo-disabled) .navbar-logo,
    .logo-location-sticky_nav,
    .logo-location-header.logov-stuck {
        font-size: 26px;
    }
    .navbar-stuck.navbar.header-style-c .navbar-logo {
        display: block;
    }
    .navbar-stuck.navbar-dark .navbar-logo .logo-light,
    .navbar-stuck.navbar-light .navbar-logo .logo-dark {
        display: block;
    }
    .navbar-stuck.navbar-dark .navbar-logo .logo-both.logo-dark,
    .navbar-stuck.navbar-light .navbar-logo .logo-both.logo-light {
        display: none;
    }
    .navbar-stuck .navbar-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}


/* ------------------
 * 6.4. Nav Menu
 * ------------------ */

body.category-noticias .navbar,
body.category .navbar,
body.single-post .navbar {
    border-bottom: 5px solid #449BB7;
}

body.single-pessoas-da-up .navbar,
body.post-type-archive-pessoas-da-up .navbar {
    border-bottom: 5px solid #A8C440;
}

body.single-nos-por-la .navbar,
body.post-type-archive-nos-por-la .navbar {
    border-bottom: 5px solid #636AA0;
    ;
}

body.single-agenda,
body.post-type-archive-agenda .navbar,
body.single-ajde_events .navbar {
    border-bottom: 5px solid #BB3B80;
}

body.page-podcasts .navbar,
body.tax-series .navbar,
body.single-podcast .navbar,
body.post-type-archive-podcast .navbar {
    border-bottom: 5px solid #34b8b5;
}

body.post-type-archive-multimedia .navbar,
body.single-format-audio .navbar,
body.single-format-video .navbar,
body.single-format-gallery .navbar,
body.category-fotogaleria .navbar,
body.category-fotogalerias .navbar,
body.category-audio .navbar,
body.category-video .navbar,
body.category-multimedia .navbar {
    border-bottom: 5px solid #DD4A3E;
}

body.page-agenda .navbar,
body.page-calendario .navbar {
    border-bottom: 5px solid #BB3B80;
}

body.single-oportunidades .navbar {
    border-bottom: 5px solid #2820a6;
}

body.post-type-archive-oportunidades .navbar,
body.tax-tipo_de_oportunidades .navbar {
    border-bottom: 5px solid #2820A6;
}

body.single-foto-da-semana .navbar,
body.post-type-archive-foto-da-semana .navbar {
    border-bottom: 5px solid #F9C315;
}

body.single-uporto-nos-media .navbar,
body.post-type-archive-uporto-nos-media .navbar {
    border-bottom: 5px solid #DF2662;
}


/*
Noticiaselinks - #449BB7 - 68, 155,183
Pessoas - #A8C440
Nos por la - #636AA0
Agenda - #BB3B80
Foto da semana - #F9C315
Uporto Social - #32AC62
Uporto nos Media - #DF2662
Multimedia - #DD4A3E
Oportunidades - #2820A6
*/

.navbar-nav {
    margin: 0;
}

.noticiasup-fimg-fp .navbar-nav,
.noticiasup-fimg-fs .navbar-nav {
    border: none;
}

@media only screen and (min-width: 768px) {
    .navbar-stuck .navbar-nav {
        margin: 0 1px;
        border: none;
        background-color: transparent;
    }
    .navbar-nav {
        float: right !important;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        margin-top: 65px;
        margin-bottom: 25px;
        padding-left: 0 !important;
    }
    #navbar-uo .navbar-nav {
        margin-top: 5px;
        margin-bottom: 15px;
        padding-left: 0 !important;
    }
}

.navbar-nav>li {
    position: static;
    /*  border-bottom:1px solid #010101; */
}

@media only screen and (min-width: 768px) {
    .navbar-nav>li.search {
        display: none;
    }
}

.navbar-nav>li>a {
    padding: 13px 2px 12px 2px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav>li>.btn {
    padding: 10px 10px 10px 10px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.navbar-nav li>a .fa {
    display: none;
}

.navbar-nav li>a .sc-fa {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    vertical-align: top;
    margin: 0 4px 0 0;
}

@media only screen and (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: 12px;
        margin-left: 10px;
    }
    .navbar-stuck .navbar-nav>li>a {
        padding: 13px 2px 12px 2px;
    }
    .navbar-stuck .navbar-nav>li.search {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        float: right !important;
        margin-right: 50px;
    }
    .navbar-nav>li>a {
        padding: 13px 4px 12px 4px;
        font-size: 14px;
    }
    .navbar-stuck .navbar-nav>li>a {
        padding: 13px 4px 12px 4px;
    }
    .navbar-nav>li.search>.btn {
        height: 38px;
        padding: 0 15px;
        font-size: 16px;
        color: #fff;
        border: none !important;
    }
    .navbar-stuck .navbar-nav>li.search>.btn {
        color: #fff;
        border: none !important;
    }
    .navbar-nav li>a .sc-fa {
        font-size: 16px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-nav>li>a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
    }
    .navbar-stuck .navbar-nav {
        padding: 0;
        margin: 0;
    }
    .navbar-stuck .navbar-nav>li>a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
    }
}

.navbar-nav>li>.sub-menu,
.navbar-nav>li>.sub-menu li>ul,
.navbar-nav>li>.mega-menu {
    display: none;
}

@media only screen and (min-width: 768px) {
    .navbar-nav>li>.sub-menu,
    .navbar-nav>li>.sub-menu li>ul,
    .navbar-nav>li>.mega-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .navbar-nav>li:hover>.sub-menu,
    .navbar-nav>li>.sub-menu li:hover>ul,
    .navbar-nav>li:hover>.mega-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-collapse.in {
        overflow-y: unset;
    }
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-collapse.in {
        overflow-y: unset;
    }
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 450px) {
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-collapse.in {
        overflow-y: unset;
    }
    .navbar-dark .navbar-nav {
        padding-top: 30px;
    }
    .navbar-nav li.search {
        display: none;
    }
    #navbar-uo .navbar-nav {
        padding-top: 10px !important;
    }
}

.navbar-dark .navbar-nav {
    background-color: #222222;
}

.navbar-dark .navbar-nav>li>a {
    color: #fcfcfc;
    font-weight: 700;
}

.navbar-light .navbar-nav>li.current-menu-item>a {
    outline: 0 !important;
    background-color: #222222;
    color: #fff;
}


/* .navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li>a:focus,
.navbar-dark .navbar-nav>li.menu-item-hover>a,
.navbar-dark .navbar-nav>li.current-menu-item>a,
.navbar-dark .navbar-nav>li.search>.btn {} */

.navbar-dark .navbar-nav>li.search>button.btn {
    border: none;
}

@media only screen and (max-width: 767px) {
    .navbar {
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(34, 34, 34, 0.15);
    }
    .navbar li a .fa {
        margin-left: 10px;
    }
    .navbar-nav li>a .sc-fa {
        margin-left: 0;
        font-size: 18px;
        line-height: 13px;
    }
    .navbar li.noticiasup-tap>a .fa-caret-down {
        display: inline-block;
    }
    .navbar li:not(.noticiasup-tap)>a .fa-caret-right {
        display: inline-block;
        margin-left: 10px;
    }
    .navbar-dark .navbar-inner,
    .navbar-dark .navbar-inner>.container {
        background-color: #222;
        color: #fff;
    }
    .navbar-dark a {
        color: #fff;
    }
    .navbar-dark .navbar-nav>li>.sub-menu>li>a:hover,
    .navbar-dark .navbar-nav>li>.sub-menu>li:hover>a {
        color: #fff;
    }
    .navbar-light .navbar-nav>li>.sub-menu>li>a:hover,
    .navbar-light .navbar-nav>li>.sub-menu>li:hover>a {
        color: #010101;
    }
}


/* ------------------
 * 6.4.1. Mega Menu
 * ------------------ */

.mega-menu {
    position: absolute;
    left: 0;
    min-width: 100%;
    padding: 21px 15px 5px;
    background-color: #010101;
    color: #fff;
}

.navbar-stuck .mega-menu {
    margin: 0;
}

.mega-menu-light .mega-menu {
    z-index: -1;
    box-shadow: 0 5px 10px rgba(80, 80, 80, 0.4);
    border: 1px solid #dedede;
    border-top-color: rgb(245, 245, 245);
    background-color: #fff;
}


/* ------------------
 * 6.4.1.1. Mega Menu Posts
 * ------------------ */

.mega-menu .posts-wrapper {
    padding: 0 10px;
}

.mega-menu .posts-wrapper .col {
    padding-right: 10px;
    padding-left: 10px;
}

.mega-menu .post-summary {
    margin-bottom: 0;
    opacity: 0.75;
}

.mega-menu .posts-wrapper:hover .post-summary {
    opacity: 0.55;
}

.mega-menu-light .mega-menu .post-summary,
.mega-menu .post-summary:hover,
.mega-menu .posts-wrapper:hover .post-summary:hover {
    opacity: 1;
}

.mega-menu .post-summary .post-image {
    margin-bottom: 15px;
}

.mega-menu .post-summary .post-title {
    line-height: 1.2;
    font-size: 14px;
}

.mega-menu .post-summary .post-title a {
    color: #fff;
}

.mega-menu-light .mega-menu .post-summary .post-title a {
    color: #010101;
}

.mega-menu-light .mega-menu .post-summary .post-title a:hover {
    color: #449BB7;
}

.mega-menu .post-summary .post-meta {
    margin-bottom: 20px;
    font-size: 11px
}

.mega-menu-light .mega-menu .post-summary .post-meta {
    color: #5d5d5d;
}

@media only screen and (min-width: 992px) {
    .mega-menu .post-summary .post-title {
        line-height: 1.4;
        letter-spacing: -0.1px;
        font-size: 15px;
    }
    .mega-menu .post-summary .post-meta {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) {
    .mega-menu .post-summary .post-title {
        font-size: 16px;
    }
}


/* ------------------
 * 6.4.1.2. Mega Menu Bottom
 * ------------------ */

.mega-menu .mm-bottom {
    margin-top: 10px;
    padding: 15px 0 10px;
    border-top: 1px solid #323232;
    font-size: 12px;
}

@media only screen and (min-width: 992px) {
    .mega-menu .mm-bottom {
        font-size: 14px;
    }
}

.mega-menu-light .mega-menu .mm-bottom {
    border-color: #e7e7e7;
    color: #010101;
}

.mega-menu .tag-list {
    margin: 0;
}

.mega-menu .see-all {
    text-align: right;
}

.mega-menu .tag-list .list,
.mega-menu .tag-list .list a,
.mega-menu .see-all a {
    color: #bebebe;
}

.mega-menu .tag-list .list a:hover,
.mega-menu .see-all a:hover {
    color: #fff;
}

.mega-menu-light .mega-menu .tag-list .list,
.mega-menu-light .mega-menu .tag-list .list a,
.mega-menu-light .mega-menu .see-all a {
    color: #5d5d5d;
}

.mega-menu-light .mega-menu .tag-list .list a:hover,
.mega-menu-light .mega-menu .see-all a:hover {
    color: #010101;
}


/* ------------------
 * 6.4.2. Sub Menu
 * ------------------ */

.sub-menu {
    display: none;
    padding: 6px 0 6px 15px;
    list-style: none;
}

@media only screen and (min-width: 768px) {
    .sub-menu {
        position: absolute;
        padding: 8px 0;
    }
    .sub-menu>li>a:hover,
    .sub-menu>li:hover>a {
        background-color: #fff;
        color: #000;
    }
    .navbar-nav>li>.sub-menu {
        border: 1px solid #fff;
        background-color: #fff;
        color: #000;
    }
}

@media only screen and (min-width: 1200px) {
    .sub-menu {
        padding: 10px 0;
    }
}

.sub-menu a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 9px 45px 9px 30px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: inherit;
    text-align: left;
}

.sub-menu>li {
    position: relative;
    z-index: 1;
}

.navbar-nav>li>.sub-menu>li .sub-menu {
    top: -8px;
    left: 100%;
    white-space: nowrap;
}

.navbar-nav>li>.sub-menu>li .sub-menu a {
    display: block;
    padding: 9px 45px 9px 30px;
}

.navbar-nav>li>.sub-menu>li a:hover {
    background-color: #449BB7;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .navbar-nav>li>.sub-menu .menu-item-has-children>a .fa-caret-right {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 20px;
        line-height: 28px;
        font-size: 18px;
    }
    .navbar-nav>li>.sub-menu>li .sub-menu {
        background-color: #fff;
    }
}

@media only screen and (min-width: 1200px) {
    .sub-menu a {
        font-size: 13px;
    }
    .navbar-nav>li>.sub-menu>li .sub-menu {
        top: -9px;
    }
}


/* ------------------
 *  7. Advertisement
 * ------------------ */

.pub-block {
    width: 100%;
    text-align: center;
    margin: 10px 0 25px 0;
}

.pub-block img.img-fluid {
    max-width: 100%;
    height: auto;
}

.navbar-bn {
    float: right;
}

.navbar-bn .noticiasup-sc-ad {
    max-width: 720px;
    margin: 0 !important;
    overflow: hidden;
}

body.noticiasup-fimg-fs .pub-block,
body.noticiasup-fimg-fp .pub-block {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-bn {
        margin-top: 15px;
    }
}

.content-bn {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.content-bn img {
    max-width: 100%;
}

.sidebar-bn {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}


/* ------------------
 * 8. Miscellaneous
 * ------------------ */

.vm-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.vm-wrapper:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}

.vm-middle {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 1em;
}

.nf-wrapper {
    padding: 30px;
    text-align: center;
}

.error404 .nf-wrapper {
    padding: 0;
    margin-bottom: 120px;
}

.nf-404 {
    display: block;
    margin-bottom: 20px;
    font-size: 152px;
    font-weight: bold;
    color: #ebebeb;
}

.nf-title {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.nf-wrapper .search-form {
    width: 100%;
    margin: 0 auto;
}

.fa-strava:before {
    content: "S";
    font-weight: 900;
    font-family: Verdana, sans-serif;
}

.posts-box .nf-title {
    color: #ddd;
}

.nf-desc {
    display: block;
    max-width: 390px;
    margin: 0 auto 40px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #919191;
}

@media only screen and (min-width: 768px) {
    .vm-middle {
        width: 99%;
    }
    body.noticiasup-fimg-fs .vm-middle {
        width: 100%;
    }
    .nf-404 {
        margin: 40px 0 40px;
        line-height: 1.2;
        font-size: 216px;
    }
    .nf-wrapper .search-form {
        width: 460px;
    }
}

.post-password-form .description {
    margin-bottom: 20px;
}

.post-password-form .input-group {
    max-width: 480px;
}

.post-password-form .form-control {
    border-color: #ddd;
}

.post-password-form .btn {
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


/*
 * Override owl-theme
 */

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #dedede;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #cccaca;
}

.sidebar-widget .owl-theme .owl-dots .owl-dot span,
.footer-widget .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.footer-dark .owl-theme .owl-dots .owl-dot span {
    background: #494949;
}

.footer-dark .owl-theme .owl-dots .owl-dot.active span,
.footer-dark .owl-theme .owl-dots .owl-dot:hover span {
    background: #868686;
}

.owl-theme .owl-nav {
    width: 50%;
    float: right;
}

.owl-theme .owl-nav {
    margin: 0 16px 14px 0;
    padding: 0;
    text-align: right;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 0 0 10px;
    padding: 8px 16px 8px 16px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.owl-theme .owl-nav [class*=owl-] .fa {
    font-weight: bold;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
}

.owl-carousel .owl-wrapper {
    display: flex !important;
}


/* Featured gallery */

.posts-box-gallery .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 8px 16px 8px 16px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.posts-box-gallery .owl-theme .owl-nav {
    width: 100%;
    float: none;
    position: absolute;
    z-index: 1;
    top: 50%;
}

.posts-box-gallery .owl-prev {
    position: absolute;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.posts-box-gallery .owl-next {
    position: absolute;
    right: 0;
    display: block !important;
    border: 0px solid black;
}

.posts-box-gallery .owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}


/* End owl */

iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.seperator {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 0 40px;
    background: #ebebeb;
}

#sidebar .seperator {
    margin: 0 0 40px;
}

.container {
    background: #fff;
}

#page-wrapper>.container:nth-of-type(1) {
    margin-top: -300px;
    padding-top: 300px;
}

.no-breadcrumb #page-wrapper>.container:nth-of-type(1) {
    padding-top: 320px;
}

@media only screen and (min-width: 768px) {
    #page-wrapper>.container:nth-of-type(1) {
        padding-top: 320px;
    }
    #page-wrapper>.featured-posts:nth-of-type(1) .container {
        padding-top: 20px;
    }
}


/* ------------------
 * 8.1. Sidebar & Widgets
 * ------------------ */

#sidebar,
#sidebar * {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-inner {
    margin: 0 auto;
    padding-bottom: 20px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget .widget-subscribe {
    background-color: #E5E5E5;
    padding: 10px;
    text-align: center;
}

.sidebar-widget .widget-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 33px;
}

.sidebar-widget .widget-title:after {
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(245, 245, 245);
    content: " ";
}

.sidebar-widget .widget-title .title {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 15px;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}

.sidebar-widget .widget-title h3.title {
    font-size: 16px;
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) {
    padding-left: 20px;
    list-style: none;
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
    position: relative;
    z-index: 1;
    padding: 8px 0;
    border-bottom: 1px solid #f3f3f3;
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:before {
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 22px;
    color: #010101;
    content: "\203a";
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:last-child {
    border-bottom: none;
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children {
    margin-top: 8px;
    border-top: 1px solid #f3f3f3;
}

.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children li:last-child {
    padding-bottom: 0;
}

.bbp-search-form .search-form .input-group-addon,
.sidebar-widget .search-form .input-group-addon,
.footer-widget .search-form .input-group-addon,
.nf-wrapper .search-form .input-group-addon {
    display: none;
}

.bbp-search-form .search-form .form-control,
.sidebar-widget .search-form .form-control,
.footer-widget .search-form .form-control,
.nf-wrapper .search-form .form-control {
    height: 40px;
    border-color: #010101;
}

.bbp-search-form .search-form .btn,
.sidebar-widget .search-form .btn,
.footer-widget .search-form .btn,
.nf-wrapper .search-form .btn {
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -1px;
    font-size: 14px;
    border-color: #010101;
    background-color: #010101;
    color: #fff;
}

.bbp-search-form .search-form .btn-search-text,
.sidebar-widget .search-form .btn .btn-search-text,
.footer-widget .search-form .btn .btn-search-text,
.nf-wrapper .search-form .btn .btn-search-text {
    display: none;
}

.sidebar-widget.noticiasup-widget-facebook-box .fb-page-wrapper {
    width: 100%;
    min-height: 215px;
    overflow: hidden;
}

.sidebar-widget.noticiasup-widget-google-plus-box .g-page-wrapper {
    width: 100%;
    min-height: 111px;
    overflow: hidden;
}

.widget_rss .widget-title .title .rsswidget img {
    margin: 3px 6px 0 0;
    vertical-align: top;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_display_replies ul li,
.widget_display_topics ul li {
    padding: 11px 0 !important;
    text-transform: none !important;
}

.sidebar-widget.widget_recent_comments ul li:before,
.sidebar-widget.widget_recent_entries ul li:before,
.sidebar-widget.widget_rss ul li:before,
.sidebar-widget.widget_display_replies ul li:before,
.sidebar-widget.widget_display_topics ul li:before {
    top: 3px !important;
}

.sidebar-widget.widget_recent_entries .post-date,
.sidebar-widget.widget_rss .rss-date {
    display: block;
    padding-top: 5px;
    font-size: 12px;
}

.sidebar-widget.widget_rss .rssSummary {
    padding-top: 8px;
    font-size: 12px;
}

.sidebar-widget.widget_rss cite {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.sidebar-widget.widget_rss cite:before {
    content: "\2015  ";
}

.sidebar-widget.widget_categories .screen-reader-text,
.sidebar-widget.widget_archive .screen-reader-text {
    display: none;
}

.sidebar-widget .tagcloud a {
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 5px 10px;
    border: 1px solid #010101;
    font-size: inherit !important;
}

.sidebar-widget .tagcloud a:hover {
    background-color: #010101;
    color: #fff;
}

.footer-widget .textwidget p,
.sidebar-widget .textwidget p {
    line-height: 1.875;
    font-size: 13px;
}

.footer-widget .textwidget img,
.sidebar-widget .textwidget img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}

.sidebar-inner .sidebar-widget:first-child .textwidget img {
    margin-top: 0;
}

.widget_display_stats dl {
    display: inline-block;
}

.widget_display_stats dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.widget_display_stats dt,
.widget_display_stats dd {
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.footer-widget.widget_display_stats dt,
.footer-widget.widget_display_stats dd {
    border-color: #333;
}

.footer-light .footer-widget.widget_display_stats dt,
.footer-light .footer-widget.widget_display_stats dd {
    border-color: #ececec;
}

.widget_display_stats dt:last-of-type,
.widget_display_stats dd:last-of-type {
    border-bottom: none;
}

.widget_display_stats dt {
    width: 60%;
}

.widget_display_stats dd {
    width: 40%;
    text-align: center;
}

.sidebar-widget.noticiasup-widget-posts .post-summary,
.sidebar-widget.widget_podcast_seriesextras .post-summary {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .sidebar-widget.noticiasup-widget-posts .post-summary {
        margin-bottom: 10px;
    }
}

.sidebar-widget.noticiasup-widget-posts .posts-box .col:last-child .post-summary {
    margin-bottom: 0;
}

.sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
    .sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel {
        min-height: 493px;
    }
}

.noticiasup-widget-about-me .about-me {
    padding: 30px 15px;
    text-align: center;
    background-color: rgb(250, 250, 250);
}

.noticiasup-widget-about-me .about-image {
    margin-bottom: 30px;
}

.noticiasup-widget-about-me .about-name {
    font-size: 16px;
    font-weight: bold;
}

.noticiasup-widget-about-me .about-job-title {
    font-size: 12px;
}

.noticiasup-widget-about-me .about-image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.noticiasup-widget-about-me .description {
    padding: 5px 20px 0;
    line-height: 1.7;
    text-align: center;
    color: #656565;
}

@media only screen and (min-width: 768px) {
    .sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel .post-summary {
        padding-top: 25px;
    }
    .sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel .post-summary .post-title {
        width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel .nav-dir li .btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    .sidebar-widget.noticiasup-widget-slider-posts .posts-box-carousel .post-summary .post-title {
        width: 100%;
    }
}

.noticiasup-widget-nos-por-la-posts .psum-horizontal .post-image,
.noticiasup-widget-pessoas-da-up-posts .psum-horizontal .post-image,
.noticiasup-widget-foto-da-semana-posts .psum-horizontal .post-image {
    width: 100%;
}

.noticiasup-widget-nos-por-la-posts .psum-horizontal .post-details {
    width: 95%;
    padding-left: 0;
}

.noticiasup-widget-pessoas-da-up-posts .psum-horizontal .post-details {
    width: 95%;
    padding-left: 15px;
    padding-bottom: 10px;
}

.noticiasup-widget-foto-da-semana-posts .psum-horizontal .post-details {
    width: 65%;
    padding-left: 15px;
    padding-bottom: 10px;
}

.noticiasup-widget-pessoas-da-up-posts .post-details .post-title,
.noticiasup-widget-foto-da-semana-posts .post-details .post-title,
.noticiasup-widget-nos-por-la-posts .post-details .post-title {
    font-size: 22px;
}

.noticiasup-widget-pessoas-da-up-posts .psum-horizontal .post-image,
.noticiasup-widget-foto-da-semana-posts .psum-horizontal .post-image {
    margin-bottom: 10px
}

.noticiasup-widget-pessoas-da-up-posts .post-summary {
    background-color: #A8C440;
}

.noticiasup-widget-foto-da-semana-posts .post-summary {
    background-color: #F9C315;
}

.noticiasup-widget-nos-por-la-posts .widget-title:after {
    background-color: #636AA0;
}

.noticiasup-widget-uporto-nos-media-posts .widget-title:after {
    background-color: #DF2662;
}

.noticiasup-widget-pessoas-da-up-posts .widget-title:after {
    background-color: #A8C440;
}

.noticiasup-widget-oportunidades-posts .widget-title:after {
    background-color: #2820A6;
}

.noticiasup-widget-foto-da-semana-posts .widget-title:after {
    background-color: #F9C315;
}

.noticiasup-widget-pessoas-da-up-posts h2.post-title a:hover {
    color: #fff;
}

.noticiasup-widget-nos-por-la-posts h3.nosporla-place {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
}

#calendar_wrap caption {
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #010101;
    color: #fff;
}

#wp-calendar {
    width: 100%;
    border: 2px solid #010101;
}

#wp-calendar td,
#wp-calendar th {
    padding: 10px 0;
    text-align: center;
}

#wp-calendar tbody td {
    border: 1px solid rgb(240, 240, 240);
    color: #919191;
}

#wp-calendar thead th {
    border: 1px solid rgb(240, 240, 240);
    background-color: rgb(252, 252, 252);
}

.noticiasup-widget-latest-tweets .tweet {
    margin-bottom: 25px;
}

.noticiasup-widget-latest-tweets .tweet .date {
    margin-bottom: 10px;
    font-size: 12px;
}

.noticiasup-widget-latest-tweets .tweet .date .fa {
    margin-right: 12px;
    font-size: 16px;
    vertical-align: bottom;
}

.noticiasup-widget-latest-tweets .tweet .text {
    padding-left: 30px;
    line-height: 152%;
}

.noticiasup-widget-latest-tweets .tweet .text a {
    text-decoration: underline;
}

.instagram-images {
    padding: 0;
    list-style: none;
}

.instagram-images li {
    position: relative;
    z-index: 1;
    float: left;
    width: 112px;
    height: 112px;
}

.footer-widget .instagram-images li {
    width: 33.3333%;
    height: auto;
}

.instagram-images li a {
    display: block;
    background-color: #010101;
}

.instagram-images li a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.instagram-images li a:hover img {
    opacity: 0.85;
}

.noticiasup-widget-social-media-icons {
    padding-top: 10px
}

.noticiasup-widget-social-media-icons .social-icons {
    padding: 0;
    list-style: none;
    text-align: center;
}

.noticiasup-widget-social-media-icons .social-icons li {
    margin: 0 4px 8px 0;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .noticiasup-widget-social-media-icons .social-icons li {
        margin: 0 6px 8px 0;
        float: left;
    }
}

.sidebar-widget .social-icons li:nth-child(8n) {
    margin-right: 0;
}

.noticiasup-widget-social-media-icons .social-icons li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #010101;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #010101;
}

.noticiasup-widget-social-media-icons .social-icons.circle li a {
    border-radius: 100%;
}

.noticiasup-widget-social-media-icons .social-icons li a:hover {
    background-color: #010101;
    color: #fff;
}

.sidebar-widget.widget_text {
    width: 336px;
    margin-left: auto;
    margin-right: auto;
}


/* ------------------
 * 8.2. Positioning
 * ------------------ */

#sidebar {
    width: auto;
    z-index: 1;
}

#sidebar .sidebar-inner {
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 560px) {
    #sidebar {
        margin: 0 -15px;
    }
    #sidebar .sidebar-inner {
        width: 300px;
    }
}

@media only screen and (min-width: 768px) {
    #sidebar {
        margin: 0;
    }
    #sidebar .sidebar-inner {
        width: auto;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-right #main {
        float: left;
        padding-right: 19px;
    }
    .sidebar-right #sidebar {
        float: right;
        padding-left: 15px;
    }
    .sidebar-left #main {
        float: right;
        padding-left: 19px;
    }
    .sidebar-left #sidebar {
        float: left;
        padding-right: 15px;
    }
    .has-sidebar #main {
        width: 589px;
    }
    #sidebar {
        width: 351px;
    }
    .boxed-layout .container,
    .boxed-layout-bg .container {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1032px) {
    .boxed-layout .container,
    .boxed-layout-bg .container {
        width: 990px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar-right #main {
        padding-right: 27px;
        border-right: 1px solid #f3f3f3;
    }
    .sidebar-right #sidebar {
        padding-left: 26px;
    }
    .sidebar-left #main {
        padding-left: 27px;
        border-left: 1px solid #f3f3f3;
    }
    .sidebar-left #sidebar {
        padding-right: 26px;
    }
    .has-sidebar #main {
        width: 778px;
    }
    #sidebar {
        width: 362px;
    }
    .boxed-layout .container,
    .boxed-layout-bg .container {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1240px) {
    .boxed-layout .container,
    .boxed-layout-bg .container {
        width: 1210px;
        padding-left: 35px;
        padding-right: 35px;
    }
}


/* ------------------
 * 8.3. Tag List
 * ------------------ */

.tag-list {
    margin-bottom: 25px;
}

.tag-list .title {
    display: inline-block;
    margin-right: 5px;
}

.tag-list .list {
    display: inline-block;
}

.tag-list .list a {
    margin-left: 5px;
}


/* ------------------
 * 9. Search Form
 * ------------------ */

.search-form-full {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.search-form-full:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    content: " ";
}

.search-form-full .search-form {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.search-form-full .search-form-inner {
    position: relative;
}

.search-form .noticiasup-sc-close {
    display: none;
}

.search-form-full .search-form .noticiasup-sc-close {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -65px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.search-form-full .noticiasup-sc-close .noticiasup-ic {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 10px 0 0;
    border-radius: 100%;
    font-size: 22px;
    line-height: 35px;
    background-color: #fff;
    color: #010101;
}

.search-form-full .noticiasup-sc-close .noticiasup-text {
    vertical-align: top;
}

.search-form-full .input-group {
    margin-top: -10%;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.search-form-full .input-group-addon {
    padding-right: 5px;
    padding-left: 15px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    color: inherit;
}

.search-form-full .btn-search-icon {
    display: none;
}

.search-form-full .form-control {
    outline: 0;
    height: 60px;
    box-shadow: none;
    border: none;
    font-size: 14px;
}

.search-form-full .input-group-btn {
    border-radius: 0 4px 4px 0;
    font-size: inherit;
}

.search-form-full .btn {
    height: 60px;
    padding: 0 15px;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    background-color: #010101;
    color: #fff;
}

.search-form-full .btn:hover {
    margin: 0;
}

.checkbox-element {
    text-align: left;
    /* width: auto; */
    float: left;
    /* background-color: #fff; */
    margin: 10px !important;
}

.search-checkboxes {
    background-color: #fff;
    margin-top: 20px;
    float: left;
    border-radius: 3px;
}

.search-checkbox {
    float: left;
    margin: 5px 5px 10px 0 !important;
    padding: 5px;
    background-color: #3186a0;
}

.search-checkbox label {
    font-size: 15px;
}

.checktest {
    float: left;
    margin: 0 10px 10px 0 !important;
}

@media only screen and (min-width: 768px) {
    .search-form-full .search-form {
        width: 80%;
    }
    .search-form-full .input-group-addon {
        width: 50px;
        padding-left: 20px;
        font-size: 24px;
    }
    .search-form-full .form-control {
        font-size: 18px;
    }
    .search-form-full .btn {
        padding: 0 25px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .search-form-full .search-form {
        width: 70%;
    }
}

@media only screen and (min-width: 1200px) {
    .search-form-full .search-form {
        width: 45%;
    }
}

.in-search-box {
    display: table;
    margin: 0 0 10px;
    background-color: #449BB7;
}

@media only screen and (min-width: 768px) {
    .in-search-box {
        display: table;
    }
}

.in-search-box .btn {
    padding: 9px 16px;
    border: none;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #fff;
}

.in-search-box .btn .fa {
    font-weight: bold;
}

.in-search-box .form-control {
    padding: 0 12px;
    height: 40px;
    border: none;
    background-color: #449BB7;
    color: #fff;
}

.card-body {
    border: 1px solid #449bb7;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #449bb7;
    color: #fff;
    width: 100%;
}

.advanced-search-container {
    margin-bottom: 15px;
}

.card-body select.dropdown-class {
    color: #000;
}

.card-body select.dropdown-class {
    margin-bottom: 15px;
    width: 90%;
    margin-top: 10px;
}


/* ------------------
 * 10. Posts
 * ------------------ */


/* ------------------
 * 10.1. Posts Box
 * ------------------ */

#main .posts-wrapper {
    flex-wrap: wrap;
    display: flex;
}

.posts-box {
    margin-bottom: 20px;
}

.posts-box-2 {
    margin-bottom: 40px;
}

.section-html {
    margin-bottom: 60px;
    width: 100%;
    padding: 0;
    margin: 0;
}

#sidebar .posts-box {
    margin-bottom: 15px;
}

.posts-box .posts-wrapper {
    position: relative;
    z-index: 1;
}

.posts-box .posts-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posts-box .posts-wrapper .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

@media only screen and (max-width: 767px) {
    .posts-box .posts-wrapper .row .col:first-child {
        padding-left: 15px;
    }
    .posts-box .posts-wrapper .row .col:last-child {
        padding-right: 15px;
    }
    .posts-box .posts-wrapper .row .col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .posts-box-6 .col,
    .posts-box-8 .col,
    .posts-box-9 .col {
        margin-bottom: 40px;
    }
}

.posts-box .posts-wrapper .loader-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.posts-box .posts-wrapper .loader-overlay .preload-wrap {
    top: 60px;
}

@media only screen and (min-width: 768px) {
    .posts-box .posts-wrapper .loader-overlay .preload-wrap {
        top: 120px;
    }
}

.related-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 33px;
}

.related-title h3.title {
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 15px;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}

.related-title:after {
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(245, 245, 245);
    content: " ";
}

.posts-box-related-posts {
    margin: 20px 0 40px;
}

.box-header {
    position: relative;
    z-index: 1;
    margin: 0 0 35px;
}

.box-header .has-title {
    padding: 0;
    margin: 0;
}

.box-header:before {
    position: absolute;
    z-index: 0;
    top: 28px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    content: " ";
}

.box-header .title {
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 26px;
    font-weight: bold;
}

.box-header .title span {
    background-color: #fff;
    padding-right: 10px;
}

.box-header .btn-group {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    min-height: 32px;
    border-color: #010101;
}

.box-header.has-title .btn-group {
    margin: 35px 0 0;
}

.box-header .btn-group .btn {
    margin: 0;
    padding: 4px 11px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    font-size: 12px;
}

.box-header .btn-group .btn.active {
    font-weight: bold;
}

.box-header .btn-group-items-1 .btn {
    width: 100%;
}

.box-header .btn-group-items-2 .btn {
    width: 50%;
}

.box-header .btn-group-items-3 .btn {
    width: 33.333333%;
}

.box-header .btn-group-items-4 .btn {
    width: 25%;
}

.box-header .btn-group-items-5 .btn {
    width: 20%;
}

.box-header .btn-group-items-6 .btn {
    width: 16.6666%;
}

.box-header .btn-group-items-7 .btn {
    width: 14.2857%;
}

.box-header .btn-group-items-8 .btn {
    width: 12.5%;
}

.box-header .btn-group .btn-toggle {
    display: none;
}

.box-description {
    width: 100% !important;
    margin: -10px 0 40px !important;
}

@media only screen and (max-width: 767px) {
    .box-header .btn-group {
        overflow: hidden;
        height: 32px;
        padding-top: 32px;
    }
    .box-header .btn-group .btn:not(.active) {
        display: block;
        width: 100%;
        margin: 0 0 -1px;
        padding: 6px 0 6px 15px;
        text-align: left;
        font-size: 13px;
        font-weight: normal;
        color: #bdbdbd;
        background-color: #E8E8E8;
    }
    .box-header .btn-group .btn.active {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 32px;
        padding: 0 0 0 15px;
        border: none;
        box-shadow: none;
        line-height: 1;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
    }
    .box-header .btn-group .btn-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        height: 32px;
        line-height: 1;
        padding: 0 20px 0 0;
        border: none;
        outline: 0;
        font-size: 16px;
        color: #fff;
        background-color: transparent;
    }
}

.box-header .btn-group {
    border: none;
}

.box-header .btn-group .btn:not(.active) {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: none;
    text-align: center;
    font-weight: normal;
}

.box-header .btn-group .btn.active {
    text-align: left;
    font-size: 14px;
    background-color: #f7f7f7;
    ;
    color: #000;
    border: none;
    text-align: center;
    font-weight: bold;
    border-left: none;
    /*  border-top:1px solid #ccc !important; */
}


/*
Tabs borders

.btn-group>.btn.active:first-child {
  border-right:1px solid #ccc !important;
  border-left:1px solid #fff;
  margin-left:-1px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.active),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):not(.active) {
  border-bottom:1px solid #ccc !important;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)  {
}*/

.box-header .btn-group .btn-toggle {
    font-size: 16px;
    color: #000;
    background-color: transparent;
    text-align: center;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-header .title {
    font-size: 22px;
}

.search-header.has-title:after {
    top: 11px;
}


/* ------------------
 * 10.2. Post Summary
 * ------------------ */

.post-summary {
    margin-bottom: 25px;
}

.post-summary .post-image {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
}

.post-summary .post-image>a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #010101;
}

.post-summary .post-image>a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
    .post-summary .post-image>a:hover img {
        opacity: 0.8;
    }
    .zoom-enabled .post-image>a:hover img {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        -o-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    .post-summary .post-image a:hover .overlay {
        opacity: 1;
    }
}

.post-summary .post-image .video-duration {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;
    padding: 2px 5px;
    background-color: #010101;
    color: #fff;
}

.post-summary .post-image .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: right;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-summary .post-image .overlay:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    content: " ";
}

.post-summary .post-image .overlay .fa {
    padding: 5px 0 0 0;
    margin: 10px 10px 0 0;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 23px;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.45);
}

.posts-box-4 .psum-small .post-image .overlay .fa {
    width: 36px;
    height: 36px;
    line-height: 23px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .posts-box-4 .psum-small .post-image .overlay .fa {
        width: 36px;
        height: 36px;
        line-height: 23px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-widget .post-summary .post-image .overlay .fa {
        width: 28px;
        height: 28px;
        line-height: 15px;
        font-size: 16px;
    }
}

.post-summary .post-image .overlay .fa-play {
    padding-left: 4px;
}

.post-summary .post-title {
    width: 100%;
    margin: 0;
    line-height: 1.33;
    font-weight: bold;
    letter-spacing: -0.1px;
    font-size: 24px;
}

.post-summary .post-excerpt {
    margin: 0 0 15px;
    line-height: 1.65;
    color: #000;
    font-size: 1.05em;
}

.post-summary .post-meta {
    position: relative;
    z-index: 1;
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #666;
}

.related-box .post-meta {
    padding: 0 !important;
}

.posts-box .ccfic,
.related-box .ccfic {
    display: none;
}

.post-summary .post-meta.no-sep {
    padding-top: 0;
    min-height: 18px;
}

.post-summary .post-meta li {
    display: inline;
}

.post-summary .post-meta .post-date {
    margin-right: 15px;
}

.post-summary .post-meta li.post-date,
.post-summary .post-meta li.post-views,
.post-summary .post-meta li.post-likes,
.post-summary .post-meta li.post-comments {
    display: inline;
    margin-right: 10px;
}

.post-summary .post-meta li.post-categories {
    width: 100%;
}

.post-summary .post-meta li.post-categories ul.list-inline li {
    padding-right: 0;
    margin-right: 0 !important;
}

.post-summary .post-meta li:last-child {
    margin-right: 0;
}

.post-summary .post-meta .fa {
    margin-right: 5px;
}

.psum-small .post-title {
    font-weight: normal;
}


/* Post Summary Horizontal */

.psum-horizontal .post-image {
    float: left;
    width: 40%;
}

.psum-horizontal .post-details {
    float: left;
    width: 60%;
    padding-left: 15px;
}

.psum-horizontal .no-image-widget {
    float: left;
    width: 90% !important;
    padding-left: 15px;
}

.psum-horizontal .no-image-post {
    float: left;
    width: 100% !important;
    padding-left: 0;
}

.psum-horizontal .post-meta {
    margin-bottom: 0;
}


/* Post Summary Labelled (See Author Archive) */

.psum-labelled .post-image {
    position: relative;
    z-index: 1;
    float: left;
    width: 55%;
    padding-left: 76px;
}

.psum-labelled .post-date-container {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    float: left;
    width: 90px;
}

.psum-labelled .post-date-container .post-date-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding: 9px 0;
    text-align: center;
    background-color: #010101;
    color: #fff;
    font-weight: bold;
}

.psum-labelled .post-image .post-date-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding: 9px 0;
    text-align: center;
    background-color: #010101;
    color: #fff;
    font-weight: bold;
}

.psum-labelled .post-image .post-date-label .month {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
}

.psum-labelled .post-date-container .post-date-label .month {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
}

.psum-labelled .post-image .post-date-label .day {
    display: block;
    line-height: 1;
    font-size: 32px;
}

.psum-labelled .post-date-container .post-date-label .day {
    display: block;
    line-height: 1;
    font-size: 32px;
}

.psum-labelled .post-details-date-container {
    margin-left: 90px;
}

.psum-labelled .post-details-date-container .post-details {
    width: auto;
}

.psum-labelled .post-details-date-container .post-details span.fa-external-link,
.psum-labelled .post-details-date-container .post-details span.fa-file-pdf-o {
    font-size: 0.6em;
    padding-left: 5px;
}

.psum-labelled .post-details {
    float: left;
    width: 45%;
    padding-left: 15px;
}

.psum-labelled .post-meta {
    margin-bottom: 0;
}


/* ------------------
 * 10.1.1. Posts Box 1
 * ------------------ */


/* Layout A */

.posts-box-1 .psum-small .post-title {
    font-size: 14px;
}

.posts-box-1 .psum-small .post-image,
.posts-box-1 .psum-small .post-title,
.posts-box-1 .psum-small .post-excerpt,
.posts-box-1 .psum-small .post-meta {
    margin-bottom: 9px;
}


/* ------------------
 * 10.1.2. Posts Box 2
 * ------------------ */


/* Layout B */

.posts-box-2 .post-summary .post-title {
    width: 100%;
}

.posts-box-2 .psum-horizontal .post-details {
    padding-left: 30px;
}

body.post-type-archive-oportunidades .posts-box-2 .psum-horizontal .post-details,
body.tax-tipo_de_oportunidades .posts-box-2 .psum-horizontal .post-details {
    padding-left: 0;
}


/* ------------------
 * 10.1.3. Posts Box 3
 * ------------------ */


/* Layout E */

.posts-box-3 .post-summary {
    margin-bottom: 20px;
}

.posts-box-3 .post-summary .post-image {
    background-color: #010101;
}

.posts-box-3 .post-summary .post-image img {
    position: relative;
    z-index: -1;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .posts-box-3 .post-summary .post-image a:hover img {
        opacity: 1;
    }
    .posts-box-3 .post-summary .post-image a:hover .overlay {
        background-color: rgba(0, 0, 0, 0.15);
    }
}


/* ------------------
 * 10.1.5. Posts Box 5
 * ------------------ */


/* Layout E */

.posts-box-5 .post-summary {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.posts-box-5 .post-summary:last-child {
    border-bottom: none;
}

.posts-box-5 .psum-small {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.posts-box-5 .psum-featured .post-title {
    font-size: 22px;
}


/* ------------------
 * 10.1.7. Posts Box 7
 * ------------------ */

.posts-box-7 .post-summary .post-title {
    font-size: 20px;
}


/* ------------------
 * 10.1.8. Posts Box Sidebar
 * ------------------ */

.posts-box-sidebar .box-title {
    margin-bottom: 30px;
    font-size: 18px;
}

.posts-box-sidebar .more-btn {
    float: right;
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .post-summary .post-title {
        font-size: 22px;
    }
    .psum-featured .post-title {
        font-size: 32px;
    }
    .psum-small .post-title {
        font-size: 20px;
    }
    .posts-box-5 .psum-small .post-title {
        font-size: 16px;
    }
    .posts-box-1 .psum-small .post-title {
        font-size: 16px;
    }
    .posts-box-1 .psum-small .post-meta {
        padding-top: 5px;
    }
    .posts-box-1 .psum-small .post-meta .post-date {
        margin-right: 10px;
    }
    .posts-box-1 .post-summary.psum-small {
        margin-bottom: 45px;
    }
    .posts-box-1 .col-right>.row .col:last-child .post-summary {
        margin-bottom: 0;
    }
    .posts-box-4 {
        margin-bottom: 30px;
    }
    .posts-box-4 .psum-featured .post-title {
        font-size: 22px;
    }
    .posts-box-4 .psum-small {
        margin-bottom: 5px;
    }
    .posts-box-4 .psum-small .post-title {
        margin-bottom: 10px;
        line-height: 1.45;
        letter-spacing: -0.4px;
        font-size: 13px;
    }
    .posts-box-5 .post-summary:not(.psum-featured) .post-title {
        width: 70%;
    }
    .posts-box-5 .psum-featured .post-title {
        font-size: 20px;
    }
    .posts-box-5 .col-num-4 .psum-featured .post-title {
        font-size: 16px;
        line-height: 1.4;
    }
    .posts-box-5 .col-num-4 .post-meta .post-date {
        width: 100%;
        margin-bottom: 5px;
    }
    .posts-box-7 .post-summary .post-title {
        font-size: 32px;
    }
    .posts-box-8 .post-summary .post-title {
        font-size: 22px;
    }
    .posts-box-9 .post-summary .post-title {
        font-size: 20px;
    }
    .most-section .post-summary .post-title {
        font-size: 18px;
    }
    .post-summary {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .post-summary .post-title {
        font-size: 24px;
    }
    .posts-box-4 .psum-small {
        margin-bottom: 10px;
    }
    .posts-box-5 .post-summary:not(.psum-featured) .post-title {
        width: 80%;
    }
    .posts-box-7 .post-summary .post-title {
        font-size: 38px;
    }
    .posts-box-7 .post-summary .post-excerpt {
        width: 90%;
        font-size: 16px;
    }
    .has-sidebar .posts-box-8 .post-summary .post-title {
        font-size: 18px;
    }
    .has-sidebar .posts-box-9 .post-summary .post-excerpt {
        display: none;
    }
    .posts-box-9 .post-summary .post-title {
        font-size: 20px;
    }
    .has-sidebar .posts-box-9 .post-summary .post-title {
        font-size: 16px;
    }
    .has-sidebar .posts-box-9 .post-meta .post-date {
        width: 100%;
        margin-bottom: 5px;
    }
    .psum-featured .post-title {
        font-size: 30px;
    }
    .psum-small {
        margin-bottom: 30px;
    }
    .psum-small .post-image,
    .psum-small .post-title,
    .psum-small .post-excerpt,
    .psum-small .post-meta {
        margin-bottom: 15px;
    }
    .psum-small .post-meta {
        margin-top: -5px;
        padding-top: 12px;
    }
    .psum-small .post-meta .post-date {
        float: none;
        margin-bottom: 5px;
    }
    .psum-small .post-title {
        font-size: 16px;
    }
    .posts-box-sidebar .psum-small .post-title {
        font-size: 17px;
    }
    .posts-box-sidebar .psum-small .post-meta.no-sep {
        margin-bottom: 0 !important;
    }
    .sidebar-none .psum-featured .post-title,
    .sidebar-none .posts-box-2 .post-summary .post-title,
    .sidebar-none .posts-box-3 .post-summary .post-title,
    .sidebar-none .posts-box-6 .post-summary .post-title,
    .sidebar-none .posts-box-carousel .post-summary .post-title {
        font-size: 32px;
    }
    .sidebar-none .psum-small .post-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .psum-featured .post-title {
        font-size: 32px;
    }
    .posts-box-4 .psum-featured .post-title {
        font-size: 27px;
    }
    .posts-box-4 .psum-small {
        margin-bottom: 15px;
    }
    .posts-box-5 .psum-featured .post-title {
        font-size: 22px;
    }
    .posts-box-5 .col-num-4 .psum-featured .post-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .posts-box-5 .col-num-4 .post-meta .post-date {
        width: auto;
        margin-bottom: 0;
    }
    .posts-box-5 .col-num-5 .psum-featured .post-title {
        font-size: 15px;
        line-height: 1.4;
    }
    .posts-box-5 .col-num-6 .psum-featured .post-title {
        font-size: 15px;
        line-height: 1.4;
    }
    .posts-box-5 .col-num-5 .post-meta .post-date,
    .posts-box-5 .col-num-6 .post-meta .post-date {
        width: 100%;
        margin-bottom: 5px;
    }
    .posts-box-5 .post-summary:not(.psum-featured) .post-title {
        width: 70%;
    }
    .posts-box-5 .col-num-4 .post-summary:not(.psum-featured) .post-title {
        width: 90%;
    }
    .posts-box-5 .col-num-5 .post-summary:not(.psum-featured) .post-title,
    .posts-box-5 .col-num-6 .post-summary:not(.psum-featured) .post-title {
        width: 100%;
        font-size: 14px;
    }
    .psum-small .post-title {
        font-size: 16px;
    }
    .posts-box-4 .psum-small .post-title {
        font-size: 14px;
    }
    .posts-box-sidebar .psum-small .post-title {
        font-size: 17px;
    }
    .posts-box-sidebar .psum-small .post-meta .post-date {
        font-weight: bold;
        color: #449BB7;
    }
    .sidebar-none .psum-featured .post-title,
    .sidebar-none .posts-box-2 .post-summary .post-title,
    .sidebar-none .posts-box-3 .post-summary .post-title,
    .sidebar-none .posts-box-6 .post-summary .post-title,
    .sidebar-none .posts-box-carousel .post-summary .post-title {
        font-size: 36px;
    }
    .sidebar-none .psum-small .post-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .posts-box-3 .post-summary .post-date {
        display: none;
    }
    .posts-box-5 .col-sm-4 .psum-featured .post-meta .post-views,
    .posts-box-5 .col-sm-4 .psum-featured .post-meta .post-likes,
    .posts-box-5 .col-sm-4 .psum-featured .post-meta .post-comments {
        display: none;
    }
}

.posts-box-sidebar .psum-horizontal .no-image-widget {
    padding-left: 0 !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .posts-box-sidebar .psum-horizontal .post-image,
    .posts-box-sidebar .psum-horizontal .post-details {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .posts-box-sidebar .psum-horizontal .post-image {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .psum-featured .post-title {
        font-size: 26px;
    }
    .psum-small .post-title {
        font-size: 18px;
    }
    .posts-box-4 .psum-small .post-title {
        font-size: 16px;
    }
    .posts-box-5 .psum-small {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 560px) {
    .posts-box-2 .post-summary .post-image {
        width: 100%;
        float: none;
    }
    .posts-box-2 .post-summary .post-details {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .posts-box-2 .post-summary.psum-labelled .post-details {
        padding-left: 75px;
    }
    .posts-box-2 .post-summary .post-title {
        font-size: 22px;
    }
}


/* ------------------
 * 10.1.9. Posts Box Carousel
 * ------------------ */

.posts-wrapper .owl-carousel {
    overflow: hidden !important;
}

.posts-box-carousel {
    margin-bottom: 60px;
    overflow: hidden;
}

.posts-box-gallery {
    margin-bottom: 40px;
}

.posts-box-gallery .post-summary h4.post-title {
    color: #000 !important;
    font-size: 20px !important;
    padding: 5px !important
}

.posts-box-carousel .posts-wrapper,
.posts-box-3 .posts-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.posts-box-carousel .owl-carousel,
.posts-box-3 .owl-carousel {
    float: left;
    overflow: hidden;
}

.posts-box-carousel .item,
.posts-box-3 .item {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    float: none;
    text-align: left;
    vertical-align: top;
    white-space: initial;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.most-section {
    background-color: #f7f7f7;
    border: 1px solid #efefef;
}

.most-section .box-header .btn-group .btn:not(.active) {
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):not(.active) {
    border-right: 1px solid #ccc;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.btn-group>.btn:not(:first-child):not(.dropdown-toggle):not(.active) {
    border-left: 1px solid #ccc;
    /* border-top:1px solid #e7e7e7; */
    border-right: 1px solid #e7e7e7;
}

.most-section .owl-stage,
.multimedia-section .owl-stage,
.uporto20-section .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.most-section .owl-item,
.multimedia-section .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .posts-box-3 .owl-item .item .post-image {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.posts-box-carousel .owl-item.center {
    text-align: center;
}

.posts-box-carousel .owl-item.center .item {
    text-align: left;
}

.posts-box-carousel .item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.posts-box-carousel .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.posts-box-carousel a.item-overlay .post-title {
    color: #fff;
}

.posts-box-carousel .item-overlay:not(.show-always) {
    opacity: 1;
}

.posts-box-carousel .owl-stage:hover .item-overlay:not(.show-always),
.posts-box-gallery .posts-wrapper:hover .item-overlay:not(.show-always),
.posts-box-gallery .posts-wrapper:hover .nav-dir {
    opacity: 1;
}

.posts-box-carousel .item-overlay .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    color: #fff;
}

.posts-box-carousel .post-summary {
    float: left;
    width: 85%;
    margin-bottom: 0;
    padding: 20px 20px 15px;
    white-space: initial;
    color: #fff;
}

.posts-box-carousel .post-summary .post-cat {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: none;
}

.posts-box-carousel .post-summary .post-cat a {
    font-weight: bold;
    color: #fff;
}

.posts-box-carousel .post-summary .post-cat a:hover {
    background-color: #010101;
}

.posts-box-carousel .post-summary .post-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #fff !important;
}

.posts-box-carousel .nav-dir {
    display: none;
}

.hastabs {
    background-color: #f7f7f7;
}

.hastabs .btn-default .active {
    font-weight: 700 !important;
    font-weight: bold !important;
}

.posts-box-carousel .post-summary h2 .post-title {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .posts-box.posts-box-carousel {
        margin-right: -15px;
        margin-left: -15px;
    }
    .posts-box.posts-box-carousel .post-summary .post-title {
        font-size: 16px;
    }
    .posts-box.posts-box-carousel .post-summary .post-cat {
        display: none;
    }
    .posts-box.posts-box-carousel .post-summary .post-meta {
        margin: 0 0 3px;
    }
}

.posts-box-gallery .post-summary .post-title {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.posts-box-carousel .nav-dir {
    float: left;
    width: 15%;
    padding: 0;
    list-style: none;
}

.posts-box-gallery .nav-dir {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    width: 100%;
    cursor: pointer;
}

.posts-box-gallery .nav-dir li {
    float: left;
}

.posts-box-gallery .nav-dir li:first-child {
    float: right;
}

.posts-box-carousel .nav-dir li .btn {
    width: 40px;
    height: 40px;
    border: none !important;
    font-size: 18px;
    background-color: #fff;
}

.posts-box-gallery .nav-dir li .btn {
    height: 80px !important;
    background-color: rgba(255, 255, 255, 0.5);
}

.posts-box-gallery .nav-dir li .btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.posts-box-carousel:not(.posts-box-gallery) .nav-dir li:first-child .btn {
    background-color: #010101;
    color: #fff;
}

.posts-box-carousel .nav-dir li:last-child .btn:hover {
    color: inherit;
}

.posts-box-gallery .nav-dir li .btn:hover {
    color: #010101;
}

.posts-box-carousel .slide-nav {
    margin-bottom: 40px;
}

.posts-box-carousel .slide-nav li {
    float: left;
    margin-right: 5px;
}

.posts-box-carousel .slide-nav li:first-child {
    float: right;
}

@media only screen and (min-width: 768px) {
    .posts-box-gallery .post-summary .post-title {
        font-weight: bold;
    }
    .posts-box-carousel .post-summary {
        width: 70%;
    }
    .posts-box-carousel .post-summary .post-title {
        width: 80%;
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .posts-box-carousel .nav-dir li .btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .posts-box-carousel .post-summary {
        width: 60%;
    }
    .sidebar-none .posts-box-carousel .post-summary {
        width: 50%;
    }
    .posts-box-carousel .post-summary .post-title {
        width: 90%;
        font-size: 22px;
    }
    .posts-box-gallery .post-summary .post-title {
        font-size: 16px;
    }
    .sidebar-widget .posts-box-carousel .post-summary,
    .footer-widget .posts-box-carousel .post-summary {
        width: 85%;
    }
    .sidebar-widget .posts-box-carousel .post-summary .post-title,
    .footer-widget .posts-box-carousel .post-summary .post-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .posts-box-carousel .post-summary .post-title {
        font-size: 26px;
    }
    .posts-box-gallery .post-summary .post-title {
        font-size: 20px;
    }
    .sidebar-widget .posts-box-carousel .post-summary,
    .footer-widget .posts-box-carousel .post-summary {
        width: 85%;
    }
}


/* ------------------
 *  11. Footer
 * ------------------ */

.footer .noticiasup-widget-about-me .about-me,
.footer,
.footer .container,
.footer-widget .widget-title .title,
.footer-sidebars .sidebar-widget .widget-title .title {
    background-color: #666 !important;
}

.footer,
.footer .container {
    color: #fff;
}

.footer .container {
    padding-top: 55px;
    overflow: hidden;
}

.footer:not(.footer-light),
.footer:not(.footer-light) a {
    color: #fff;
}

.footer:not(.footer-light) a:hover {
    color: #fff;
}

.footer-light,
.footer-light .container {
    color: inherit;
}

@media only screen and (min-width: 992px) {
    .boxed-layout .footer {
        background-color: transparent;
    }
}

.footer .logo-inverse {
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: -1.1px;
    font-size: 38px;
    font-weight: bold;
    color: #fff !important;
}

.footer-light .logo-inverse {
    color: #fff !important;
}

.footer-dark .logo-both.logo-dark,
.footer-light .logo-both.logo-light {
    display: none;
}

.footer-bottom .f-col {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .footer-bottom.has-logo .footer-menu {
        margin-top: 20px;
    }
    .footer-bottom .f-col {
        margin-bottom: 0;
        text-align: center;
    }
}


/* ------------------
 *  11.1. Footer Widgets
 * ------------------ */

.footer-widget {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .footer-sidebars {
        margin: 0 -30px;
    }
    .footer-sidebars .f-col {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) {
    .f-col .footer-widget:first-child {
        margin-bottom: 50px;
    }
    .footer-widget+.footer-widget {
        margin-top: 30px;
    }
}

.footer-widget .widget-title {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    line-height: 33px;
}

.footer-sidebars .sidebar-widget .widget-title:after,
.footer-widget .widget-title:after {
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 0;
    width: 100%;
    height: 5px;
    content: " ";
}

.footer-widget .widget-title .title,
.footer-sidebars .sidebar-widget .widget-title .title {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0 10px 0;
    padding-right: 15px;
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #fff;
}

.footer-widget .widget-title .title a,
.footer-sidebars .sidebar-widget .widget-title a {
    color: #fff;
}

.footer-light .footer-widget .widget-title .title,
.footer-light .footer-widget .widget-title .title a {
    color: inherit;
}

.footer-widget.noticiasup-widget-posts .post-summary {
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
    .footer-widget.noticiasup-widget-posts .post-summary {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 560px) {
    .footer-widget.noticiasup-widget-posts .posts-box .col {
        width: 100%;
    }
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) {
    margin-top: -8px;
    padding-left: 0;
    list-style: none;
}

.footer-sidebars .sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li,
.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
    position: relative;
    z-index: 1;
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:before {
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 22px;
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li:last-child {
    border-bottom: none;
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children {
    margin-top: 8px;
}

.footer-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) ul.children li:last-child {
    padding-bottom: 0;
}

.footer:not(.footer-light) .footer-widget #calendar_wrap caption {
    background-color: #212121;
    color: #fff;
}

.footer:not(.footer-light) .footer-widget #wp-calendar {
    border-color: #212121;
}

.footer:not(.footer-light) .footer-widget #wp-calendar thead th {
    border-color: #212121;
    background-color: #111;
}

.footer:not(.footer-light) .footer-widget #wp-calendar tbody td {
    border-color: #212121;
    color: #868686;
}

.footer:not(.footer-light) .footer-widget #wp-calendar tbody td a {
    color: #fff;
}

.footer-widget.widget_categories .screen-reader-text,
.footer-widget.widget_archive .screen-reader-text {
    display: none;
}

.footer-dark .footer-widget .post-meta {
    color: #fff;
}

.footer-widget.noticiasup-widget-slider-posts a,
.footer-widget.noticiasup-widget-slider-posts a:hover {
    color: #010101;
}

.footer-widget.noticiasup-widget-facebook-box .fb-page-wrapper {
    min-height: 215px;
}

.footer-widget.widget.noticiasup-widget-google-plus-box .g-page-wrapper {
    min-height: 111px;
}

.footer-widget.widget_recent_comments ul li,
.footer-widget.widget_recent_entries ul li,
.footer-widget.widget_rss ul li {
    text-transform: none !important;
}

.footer-widget.widget_recent_entries .post-date,
.footer-widget.widget_rss .rss-date {
    display: block;
    padding-top: 5px;
    font-size: 12px;
}

.footer-widget.widget_rss .rssSummary {
    padding-top: 8px;
    font-size: 12px;
}

.footer-widget.widget_rss cite {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.footer-widget.widget_rss cite:before {
    content: "\2015  ";
}

.footer-widget .search-form .input-group-addon {
    display: none;
}

.footer-widget .search-form .form-control {
    height: 40px;
    border-color: #010101;
}

.footer-dark .footer-widget .search-form .form-control {
    border-right-color: #1f1f1f;
    background-color: #1f1f1f;
    color: #868686;
}

.footer-widget .search-form .btn {
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -1px;
    font-size: 14px;
    border-color: #010101;
    background-color: #010101;
    color: #fff;
}

.footer-dark .footer-widget .search-form .btn {
    background-color: #1f1f1f;
    color: #fff;
}

.footer-dark .footer-widget .search-form .btn:hover,
.footer-dark .footer-widget .search-form .btn:focus {
    border-left-color: #1f1f1f;
}

.footer-widget .search-form .btn .btn-search-text {
    display: none;
}

.footer-widget .tagcloud a {
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 5px 10px;
    border: 1px solid #444;
    font-size: inherit !important;
}

.footer-widget .tagcloud a:hover {
    background-color: #010101;
    color: #fff;
}

.footer-light .footer-widget .tagcloud a {
    border-color: #010101;
}

.footer-sidebars #media_image-2 {
    text-align: right;
}


/* ------------------
 *  12. Single Post & Page (Singular)
 * ------------------ */


/* ------------------
 *  12.1. Featured Image Area
 * ------------------ */

.featured-image {
    position: relative;
    z-index: 3;
    margin: 0 -15px 0;
    background-color: #010101;
}

header.post-image {
    position: relative;
}

.featured-image-credit {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    padding: 8px 16px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.single-container .fimg-wrapper.fimg-no-thumb .featured-image {
    margin: 0;
}

.featured-image .container {
    background-color: transparent;
}

.featured-image .fimg-inner,
.featured-image .fimg-inner-module {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 384px;
}

.featured-image .fimg-inner-cl {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 384px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .featured-image .fimg-inner,
    .featured-image .fimg-inner-cl,
    .featured-image .fimg-inner-module {
        height: auto !important;
    }
    .featured-image {
        margin: 0;
    }
}


/* .featured-image  .vm-wrapper .featured-image .backstretch {

} */

.featured-image .post-title,
.featured-image .post-title a {
    display: block;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -0.6px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.featured-image .post-title a:hover {
    color: #449bb7;
}

.featured-image .nosporla-place {
    color: #fff;
}

body.post-type-archive-nos-por-la h3.nosporla-place {
    font-size: 16px;
    margin-top: 0;
}

.fimg-inner-module {
    margin-bottom: 30px;
}

.fimg-fw .vm-wrapper,
.fimg-sw .vm-wrapper {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000ff0c', endColorstr='#87000000', GradientType=0);
    /* IE6-9 */
}

.featured-posts .fimg-inner-module .backstretch:before,
.featured-posts .fimg-inner .backstretch:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000ff0c', endColorstr='#87000000', GradientType=0);
    /* IE6-9 */
    opacity: 1;
}

@media only screen and (max-width: 560px) {
    #wide-module-featured .featured-image .fimg-inner-module .vm-middle {
        width: 90%;
    }
    #wide-module-featured .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #wide-module-featured .featured-image .fimg-inner-module .vm-middle {
        width: 90%;
    }
    #wide-module-featured .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) {
    .featured-image {
        margin: 0;
    }
    .featured-image .fimg-inner-module .backstretch:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0), #000);
        /* Standard syntax */
        opacity: .6;
        height: 100%;
        width: 100%;
    }
    .featured-image .fimg-inner-module .backstretch {
        opacity: 1;
    }
    .fimg-wrapper:not(.fimg-sp) .featured-image:hover .backstretch {
        /*opacity: 0.7; */
        opacity: 1;
    }
    .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .featured-image .fimg-inner,
    .featured-image .fimg-inner-cl,
    .featured-image .fimg-inner-module {
        min-height: 484px;
    }
    .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    #wide-module-featured .featured-image .fimg-inner-module .vm-middle {
        width: 87%;
    }
}

@media only screen and (min-width: 1200px) {
    .featured-image .fimg-inner,
    .featured-image .fimg-inner-cl,
    .featured-image .fimg-inner-module {
        min-height: 584px;
    }
    .featured-image .post-title,
    .featured-image .post-title a {
        font-size: 42px;
    }
}

.featured-image .post-excerpt {
    margin: 10px 0 0;
    line-height: 1.6;
    font-size: 18px;
    color: #efefef;
}

.fimg-fn .post-excerpt,
.fimg-cl .post-excerpt {
    margin: 10px 0 15px 0;
    line-height: 1.4;
    color: #000;
    font-size: 1.3em;
    float: left;
    font-weight: 500;
}

.fimg-fn .post-categories,
.fimg-cl .post-categories {
    color: #000;
}

.featured-image .post-meta {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    color: #fff;
}

.featured-image li.post-author a {
    color: #449BB7;
}

.featured-image .fimg-inner-module .post-meta {
    display: block;
}

.featured-image .post-meta a {
    color: inherit;
}

.featured-image .post-meta>li {
    display: inline-block;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    color: #fff;
}

.featured-image .post-meta>li .fa {
    margin-right: 10px;
}

.featured-image .post-categories {
    color: #ccc;
}

.featured-image .post-categories a {
    color: #fff;
    background-color: #449bb7;
    padding: 1px 4px 1px 4px;
    border-radius: 2px;
    font-size: 11px;
}

.featured-image .post-meta>li.post-categories {
    text-transform: uppercase;
}

.featured-image .post-meta>li.post-categories ul {
    display: inline-block;
}

.featured-image .post-meta>li.post-categories ul li:after {
    content: " / ";
}

.featured-image .post-meta>li.post-categories ul li:last-child:after {
    content: "";
}

.featured-image .post-meta>li.post-categories ul li a {
    text-transform: uppercase;
    display: inline-block;
}

.fimg-wrapper:not(.fimg-no-thumb) .featured-image .post-meta>li.post-categories ul li a {
    color: #fff;
}

.post-categories {
    color: #ccc;
}

.vm-middle .post-categories {
    color: #fff;
}

.post-categories a {
    color: #fff;
    background-color: #449bb7;
    padding: 1px 4px 1px 4px;
    border-radius: 2px;
    font-size: 11px;
}

@media only screen and (max-width: 560px) {
    .featured-image .post-meta>li {
        padding: 10px 8px;
        font-size: 12px;
    }
    .featured-image .post-meta>li .fa {
        margin-right: 5px;
    }
    .post-sharing {
        margin-top: 18px;
        float: right;
        width: 100%;
    }
    .single-oportunidades .post-sharing {
        margin-top: 0;
    }
}

.fimg-wrapper:not(.fimg-cl)+.single-container {
    padding-top: 25px;
}

@media only screen and (min-width: 768px) {
    .fimg-wrapper:not(.fimg-cl):not(.fimg-no-thumb) .featured-image .post-meta>li {
        font-size: 14px;
    }
    .fimg-wrapper:not(.fimg-cl):not(.fimg-no-thumb)+.single-container,
    .body.page-template-default .single-container {
        padding-top: 65px;
    }
    .fimg-wrapper.fimg-media+.single-container {
        /*  padding-top: 45px; */
        padding-top: 10px;
    }
}


/*
 * Featured Image Area - Classic Image
 */

.fimg-cl {
    margin-bottom: 35px;
}

.fimg-cl.fimg-no-meta,
.fimg-cl.fimg-no-thumb {
    margin-bottom: 25px;
}

.home-page .fimg-cl.fimg-no-meta,
.home-page .fimg-cl.fimg-no-thumb {
    margin-bottom: 35px;
}

.fimg-cl .vm-middle {
    /* width: 70%; P*/
    width: 95%;
}

@media only screen and (min-width: 1200px) {
    .fimg-cl .featured-image .fimg-inner,
    .fimg-cl .featured-image .fimg-inner-cl,
    .fimg-cl .featured-image .fimg-inner-module {
        min-height: 684px;
    }
}


/*
 * Featured Image Area - Screen Width Image
 */

.fimg-sw .featured-image {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 1200px) {
    .fimg-sw .vm-middle {
        width: 55%
    }
}


/*
 * Featured Image Area - Full width
 */

.noticiasup-fwfh-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    background-color: #010101;
}

@media only screen and (max-width: 767px) {
    .noticiasup-fwfh-wrapper {
        top: -110px;
        bottom: 0;
        height: auto !important;
        min-height: 424px;
    }
}

@media only screen and (min-width: 768px) {
    .noticiasup-fwfh-inner {
        position: absolute;
        overflow: hidden;
        top: -40px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .noticiasup-fwfh-inner {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .noticiasup-fwfh-inner {
        position: absolute;
        overflow: hidden;
        top: 40px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.noticiasup-fwfh-inner {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%;
}

.noticiasup-fwfh-inner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
    .noticiasup-fwfh-inner img {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}


/*
 * Featured Image Area - Parallax
 */

.noticiasup-parallax-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    background-color: #010101;
}

@media only screen and (max-width: 767px) {
    .noticiasup-parallax-wrapper {
        top: auto !important;
        bottom: 0;
        height: auto !important;
        min-height: 424px;
    }
}

.noticiasup-parallax-inner {
    position: absolute;
    overflow: hidden;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.noticiasup-parallax-inner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
    .noticiasup-parallax-inner img {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}


/*
 * Featured Image Area - Screen Width Parallax
 */

.fimg-sp {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.fimg-sp .featured-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #010101;
}

.fimg-sp .featured-image .container {
    position: relative;
    z-index: 3;
}


/*
 * Featured Image Area - Full Screen Image
 */

.fimg-fs .featured-image {
    position: relative;
    background-color: transparent;
}

.fimg-fs .featured-image .post-excerpt {
    margin-bottom: 20px;
}

.fimg-fs .featured-image .container {
    position: relative;
    z-index: 3;
}

.fimg-fs .fimg-inner,
.fimg-fs .fimg-inner-module {
    display: none;
}

@media only screen and (min-width: 768px) {
    .fimg-fs .featured-image {
        position: initial;
    }
    .fimg-fs .fimg-inner,
    .fimg-fs .fimg-inner-module {
        min-height: 301px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .fimg-fs .featured-image .post-title,
    .fimg-fs .featured-image .post-title a {
        font-size: 22px;
    }
    .fimg-fs .featured-image .post-excerpt {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .fimg-fs .featured-image .post-meta>li {
        padding: 3px 0 0 0;
        font-size: 12px;
    }
}


/*
 * Featured Image Area - Full Screen Parallax
 */

.fimg-fp .featured-image {
    position: relative;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    .fimg-fp .featured-image {
        position: initial;
    }
}

.fimg-fp .featured-image .container {
    position: relative;
    z-index: 3;
    padding: 0;
}

.fimg-fp .fimg-inner,
.fimg-fp .fimg-inner-module {
    display: none;
}

@media only screen and (min-width: 768px) {
    .fimg-fp .fimg-inner,
    .fimg-fp .fimg-inner-module {
        min-height: 301px;
    }
    .fimg-fp .vm-middle {
        margin-bottom: 38px;
    }
}


/*
 * Featured Image Area - No Thumbnail
 */

.fimg-no-thumb .featured-image,
.fimg-cl-thumb .featured-image {
    background-color: transparent;
}

.fimg-no-thumb .featured-image .post-meta,
.fimg-cl-thumb .featured-image .post-meta {
    color: #010101;
}

.fimg-no-thumb .featured-image .fimg-inner,
.fimg-no-thumb .featured-image .fimg-inner-cl,
.fimg-cl-thumb .featured-image .fimg-inner,
.fimg-cl-thumb .featured-image .fimg-inner-module,
.fimg-no-thumb .featured-image .fimg-inner-module {
    min-height: 0;
}

.fimg-no-thumb .featured-image .container,
.fimg-cl-thumb .featured-image .container {
    background-color: #fff;
}

.fimg-no-thumb .vm-wrapper,
.fimg-cl-thumb .vm-wrapper {
    position: static;
}

.fimg-no-thumb .vm-wrapper:before,
.fimg-cl-thumb .vm-wrapper:before {
    display: none;
}

.fimg-no-thumb .vm-middle,
.fimg-cl-thumb .vm-middle {
    width: 100%;
    text-align: initial;
}

.fimg-no-thumb .featured-image .vm-middle,
.fimg-cl-thumb .featured-image .vm-middle {
    width: 100%;
    text-align: initial;
    padding-left: 0;
}

.fimg-no-thumb .featured-image .post-title,
.fimg-cl-thumb .featured-image .post-title {
    margin-bottom: 25px;
    color: inherit;
}

.fimg-no-thumb:not(.fimg-fn) .featured-image .post-title {
    padding: 0 0 16px 0;
}

.fimg-no-thumb .featured-image .post-meta,
.fimg-cl-thumb .featured-image .post-meta {
    margin: 10px 0 0 5px;
    clear: both;
    float: left;
}

.fimg-no-thumb .featured-image .post-meta li,
.fimg-cl-thumb .featured-image .post-meta li {
    color: inherit;
}

.fimg-no-thumb:not(.fimg-media) .featured-image .vm-middle:after {
    position: absolute;
    z-index: 0;
    top: 17px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgb(245, 245, 245);
    content: " ";
}

.fimg-no-thumb .featured-image .vm-middle .post-title,
.fimg-cl-thumb .featured-image .vm-middle .post-title {
    /*     display: inline-block; */
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: bold;
    float: left;
    margin: 0;
    text-align: left;
}

body.page-calendario .fimg-no-thumb .featured-image .vm-middle .post-title {
    padding-top: 30px;
}


/*
 * Featured Image Area - No Meta
 */

.fimg-no-meta .featured-image .post-title {
    margin-bottom: 0;
}

.fimg-no-meta:not(.fimg-cl) .featured-image .post-title {
    margin-bottom: 12px;
    text-align: left;
}


/*
 * Featured Image Area - Media
 */

.fimg-media .featured-image iframe,
.fimg-media .featured-image object {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

.fimg-media.fimg-cl .featured-image iframe,
.fimg-media.fimg-cl .featured-image object {
    position: initial;
    margin-bottom: 15px;
}


/*
 * Featured Image Area - Audio
 */

.fimg-media-audio:not(.fimg-cl) .featured-image {
    background-color: #f6f6f6;
}

.fimg-media-audio:not(.fimg-cl) .featured-image .fimg-inner,
.fimg-media-audio:not(.fimg-cl) .featured-image .fimg-inner-module {
    min-height: 180px;
}

.fimg-media-audio.fimg-sw .featured-image .fimg-inner,
.fimg-media-audio.fimg-sw .featured-image .fimg-inner-module {
    min-height: 220px;
}

.fimg-media-audio.fimg-media-internal .featured-image .fimg-inner,
.fimg-media-audio.fimg-media-internal .featured-image .fimg-inner-module {
    min-height: 0;
}

.fimg-media-audio.fimg-cl .mejs-audio {
    margin-bottom: 30px;
}


/*
 * Featured Image Area - Video
 */

.fimg-media-video .fimg-inner-cl,
.fimg-media-audio .fimg-inner-cl,
.fimg-media-gallery .fimg-inner-cl {
    display: none;
}

.fimg-media-video.fimg-cl .fluid-width-video-wrapper {
    margin-bottom: 30px;
}

.fimg-media-video .wp-video {
    width: 100% !important;
}

.fimg-media-video.fimg-cl .wp-video {
    margin-bottom: 30px;
}


/* ------------------
 *  12.2. Post Content
 * ------------------ */

.post-content {
    margin-bottom: 60px;
    line-height: 2;
    font-size: 16px;
    color: rgb(49, 49, 49);
}

.page-template-page-modules .post-content {
    margin-bottom: 30px;
}

body.page-template-page-modules .post-content a {
    color: #222;
}

@media only screen and (min-width: 992px) {
    .sidebar-none .post-content {
        margin: 0 auto;
        width: 750px;
    }
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 0 0 30px;
    line-height: 1.475;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #010101;
}

.post-content h1 {
    font-size: 28px;
}

@media only screen and (min-width: 768px) {
    .post-content h1 {
        font-size: 36px;
    }
    .post-content h1,
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        line-height: 1.4;
    }
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h1:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h2:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h3:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h4:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h5:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-right .post-content:not(.box-description) h6:first-child {
        margin-bottom: 12px;
        -webkit-transform: translateY(-18px);
        -moz-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
        -o-transform: translateY(-18px);
        transform: translateY(-18px);
    }
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h1:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h2:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h3:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h4:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h5:first-child,
    body:not(.noticiasup-fimg-cl) .sidebar-left .post-content:not(.box-description) h6:first-child {
        margin-bottom: 18px;
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        -o-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

.post-content>p,
.post-content>div,
.post-content>ul,
.post-content>ol,
.post-tags {
    margin: 0 0 30px;
    font-size: inherit;
    color: inherit;
    line-height: 1.875;
}

.post-content a:link,
.post-content a:visited {
    color: #449BB7;
}

.post-content>ul,
.post-content>ol {
    margin: 30px 0 30px;
}

.post-content>ul li,
.post-content>ol li {
    padding: 0 0 8px
}

.post-content>.pagination {
    margin: 15px 0;
}

.post-content blockquote {
    font-weight: bold;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.post-content blockquote:before {
    color: #333;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.post-content blockquote:after {
    color: #333;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

.post-content blockquote p {
    display: inline;
}

@media only screen and (min-width: 768px) {
    .sidebar-none .post-content blockquote {
        width: 80%;
    }
}

@media screen and (max-width: 560px) {
    .post-content blockquote {
        padding-left: 70px;
        padding-right: 15px;
        background-position: 15px 20px;
        font-size: 14px;
    }
}

.post-content .twitter-tweet {
    margin: 40px auto !important;
}

.post-content>pre {
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 0;
    border-color: rgb(230, 230, 230);
    line-height: 1.875;
    font-weight: 400;
    font-size: 14px;
    background-color: rgb(252, 252, 252);
    color: inherit;
}

.post-content strong {
    color: initial;
}

.post-content img,
.post-content iframe,
.post-content object,
.post-content video {
    max-width: 100%;
}

.post-content iframe,
.post-content object,
.post-content video {
    margin: 10px 0 15px;
    border: none;
}

.post-content:not(.section-html) img {
    height: auto;
}

.post-content .wp-caption {
    max-width: 100%;
    margin-bottom: 20px !important;
}

.fimg-inner-cl .featured-image-captions {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.featured-image-captions {
    background-color: #ff8800;
}

.ccfic {
    text-align: left;
    padding: 5px 2px 5px 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.fimg-inner-cl .ccfic {
    text-align: left;
    font-size: 14px;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
}

.ccfic-source::before {
    content: " / ";
}

.ccfic-source {
    color: #999;
    font-size: 1em;
    text-transform: uppercase;
}

.ccfic-source a {
    color: #449BB7;
    font-size: 0.9em;
}

.post-content .wp-caption>.wp-caption-text {
    color: #333;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    background-color: transparent;
    padding: 5px 2px 5px 0;
    line-height: 1.5em;
}

body.noticiasup-media-dark .post-content .wp-caption>.wp-caption-text,
body.noticiasup-media-dark .ccfic-source {
    color: #ccc;
}

.post-content .alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.post-content .alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.post-content .aligncenter {
    display: block;
    margin: 40px auto 40px;
}

.post-content .wp-caption.aligncenter {
    text-align: center;
}

.post-content .alignnone {
    margin: 5px 20px 10px 0;
}

@media only screen and (min-width: 992px) {
    .sidebar-none .post-footer {
        width: 750px;
        margin: 0 auto;
    }
}


/* ------------------
 * 12.3. Post Tags
 * ------------------ */

.post-tags {
    margin: 0 -15px 40px;
    padding: 20px 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: inherit;
}

@media only screen and (min-width: 768px) {
    .post-tags {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

.post-tags .title {
    color: initial;
}

.post-tags a {
    display: inline-block;
    margin-left: 10px;
    color: #A9A9A9;
}

.post-tags a:hover,
.post-tags a:focus {
    color: inherit;
}


/* ------------------
 * 12.5. Post Sharing
 * ------------------ */

.post-sharing {
    margin-top: 18px;
    float: right
}

.fimg-fs .post-sharing {
    margin-top: 0;
    float: right;
}

.fimg-fw .post-sharing {
    margin-top: 8px;
    float: right;
}

.single-oportunidades .post-sharing {
    margin-top: 0;
}

@media only screen and (max-width: 560px) {
    .fimg-fw .post-sharing,
    .fimg-fs .post-sharing {
        margin-bottom: 10px;
        float: right;
        width: 100%;
    }
}

.post-sharing-bottom {
    margin-top: 5px;
}

.post-sharing-bottom .post-sharing {
    float: none;
}

.post-sharing-bottom .post-sharing ul {
    margin-bottom: 20px;
}

.post-sharing ul {
    margin-bottom: 0;
}

.post-sharing li>a {
    color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.post-sharing li.facebook-sharing-but a {
    background-color: #526EAA;
}

.post-sharing li.twitter-sharing-but a {
    background-color: #2DC4F6;
}

.post-sharing li.google-sharing-but a {
    background-color: #EA422A;
}

.post-sharing li.pinterest-sharing-but a {
    background-color: #BC1122;
}

.post-sharing li.linkedin-sharing-but a {
    background-color: #0076B4;
}

.post-sharing li.facebook-sharing-but a:hover {
    background-color: rgba(83, 110, 169, 0.5);
}

.post-sharing li.twitter-sharing-but a:hover {
    background-color: rgba(49, 195, 246, 0.5);
}

.post-sharing li.google-sharing-but a:hover {
    background-color: rgba(233, 68, 46, 0.5);
}

.post-sharing li.pinterest-sharing-but a:hover {
    background-color: rgba(188, 17, 34, 0.5);
}

.post-sharing li.linkedin-sharing-but a:hover {
    background-color: rgba(0, 117, 179, 0.5);
}


/* ------------------
 * 12.6. Post Nav
 * ------------------ */

.posts-nav {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .posts-nav .col {
        width: 100%;
    }
}

.posts-nav .col:first-child {
    padding: 0 30px 0 60px;
    border-bottom: 1px solid #efefef;
    text-align: right;
}

.posts-nav .col:last-child {
    padding: 0 65px 0 30px;
    text-align: left;
}

.posts-nav .col>a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 30px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #d2d2d2;
}

.posts-nav .col>a .fa {
    position: absolute;
    left: -40px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    line-height: 21px;
    text-align: center;
    border: 2px solid;
    border-radius: 100%;
    font-size: 16px;
}

.posts-nav .col:last-child>a {
    color: inherit;
}

.posts-nav .col:last-child>a .fa {
    left: auto;
    right: -40px;
    padding-left: 2px;
    border-color: inherit;
}

@media only screen and (min-width: 768px) {
    .posts-nav {
        margin: 0 auto 40px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .posts-nav .col:first-child {
        border-bottom: none;
        border-right: 1px solid #efefef;
    }
    .posts-nav .col>a .fa {
        left: -55px;
    }
    .posts-nav .col:last-child>a .fa {
        left: auto;
        right: -55px;
    }
    .posts-nav .col>a:hover {
        color: inherit;
    }
}


/* ------------------
 * 12.7. Author Box
 * ------------------ */

.author-box {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 194px;
    margin-bottom: 40px;
}

.page-template-page-authors .author-box {
    margin-bottom: 30px;
    padding: 30px;
    background: rgb(250, 250, 250);
}

.page-template-page-authors .author-box .author-image {
    top: 15px;
    left: 20px;
}

.page-template-page-authors .author-box .author-image img {
    border-radius: 100%;
}

.post-footer .author-box {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 768px) {
    .post-footer .author-box {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}

.author-box-inverse {
    padding: 20px;
    min-height: 204px;
    background: #010101;
    color: #fff;
}

.author-box .author-image {
    position: absolute;
}

.author-box .author-details {
    padding-left: 184px;
    font-size: 13px;
}

.author-box .author-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.page-template-page-authors .author-box .author-name {
    font-size: 22px;
}

.author-box-inverse a {
    color: #fff;
}

.author-box .author-title,
.author-box .author-desc {
    margin-bottom: 0;
    font-family: Georgia, sans-serif !important;
    font-style: italic;
}

.author.archive .author-box .author-title,
.author.archive .author-box .author-desc {
    font-style: normal;
    font-size: 14px;
}

.author-box .author-title,
.author-box-inverse .author-desc {
    letter-spacing: 0.2px;
    line-height: 1.5;
    color: #a0a0a0;
}

.author-box .author-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}

.author-box .author-social {
    margin-bottom: 15px;
}

.author-box .author-social a {
    margin-right: 3px;
    color: #b0b0b0;
}

.author-box .author-social a:hover {
    color: inherit;
}

.author-box-inverse .author-social a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .author-box .author-image {
        width: 20%;
    }
    .author-box .author-image img {
        width: 100%;
        height: auto;
    }
    .author-box .author-details {
        padding-left: calc(20% + 30px);
    }
}

@media only screen and (max-width: 560px) {
    .author-box .author-details {
        padding-left: calc(20% + 30px);
    }
}

@media only screen and (max-width: 370px) {
    .author-box .author-details {
        padding-left: calc(20% + 30px);
    }
}


/* ------------------
 * 12.8. Comments
 * ------------------ */

.comments-title {
    margin-bottom: 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.comments-nav ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #a2a2a2;
}

.comments-nav-bottom {
    margin-top: -15px;
}

.comments-nav-bottom ul {
    border-bottom: none;
    border-top: 1px dashed #a2a2a2;
    margin: 0 0 40px;
    padding: 15px 0 0;
}

.comments-nav ul .nav-previous {
    float: left;
}

.comments-nav ul .nav-next {
    float: right;
}

.comments-list {
    margin-bottom: 60px;
}

.comments-list>.comment {
    margin-bottom: 20px;
}

.comment {
    position: relative;
    z-index: 1;
    min-height: 100px;
    margin-bottom: 0;
    padding-left: 118px;
}

.comments-list .comment:last-child {
    margin-bottom: 0;
}

.comments-list.hide-avatars .comment {
    padding-left: 60px;
}

.comment.depth-1 {
    padding-left: 0 !important;
}

.comment .author-image {
    position: absolute;
    left: 118px;
    top: 0;
}

.comment.depth-1>article .author-image {
    left: 0;
}

.comment-body {
    min-height: 100px;
    margin-bottom: 40px;
    padding-left: 118px;
}

.comments-list.hide-avatars .comment-body {
    padding-left: 0;
}

.comment-body .comment-author {
    margin-bottom: 10px;
}

.comment-body .comment-author .fn {
    margin-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.comment-body .comment-date,
.comment-body .comment-date a {
    text-transform: uppercase;
    font-size: 10px;
    color: #a2a2a2;
}

.comment-body .comment-author .comment-edit-link {
    margin-left: 10px;
    font-size: 12px;
}

body.noticiasup-media-dark .comment-body .comment-content {
    color: #fff;
}

.comment-body .comment-content {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #5b5b5b;
}

.comment-body .comment-content .alert {
    margin-bottom: 10px;
    padding: 5px 10px;
}

.comment-body .comment-meta ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
}

.comment-body .comment-meta li {
    display: block;
    float: left;
    margin-right: 15px;
}

.comment-body .comment-meta li.comment-reply {
    margin-right: 20px;
}

.comment-body .comment-meta li button,
.comment-body .comment-meta li a {
    outline: 0;
    padding: 0;
    border: none;
    background: none;
    color: #9d9d9d;
}

.comment-form-row {
    max-width: 768px;
    margin-bottom: 25px;
}

.comment-reply-title {
    margin: 0 0 10px;
    padding: 0 15px;
    font-size: 22px;
    font-weight: bold;
}

.comment-form .form-before-text {
    margin: 0 0 15px;
    color: #a2a2a2;
}

.comment-form .form-before-text a {
    color: #828282;
}

.comment-form .form-before-text a:hover {
    color: initial;
}

.comment-form .form-submit .btn {
    text-transform: uppercase;
    font-weight: bold;
}

.comment-respond .comment-form {
    overflow: auto;
}

.comment-subscription-form {
    margin: 0 0 5px;
}

.comment-subscription-form label {
    display: inline-block;
    padding: 0 0 0 3px;
    font-weight: 100;
    font-size: .928em;
    color: rgb(49, 49, 49);
}

@media only screen and (max-width: 560px) {
    .comment {
        padding-left: 25%;
    }
    .comment.comment-reply-1 {
        margin-left: 25%;
    }
    .comment .author-image {
        width: 20%;
        left: 0;
    }
    .comment .author-image>img {
        width: 100%;
        height: auto;
    }
    .comment-body {
        position: relative;
        z-index: 1;
        padding-left: 25%;
    }
}


/* ------------------
 * 13. Featured Posts
 * ------------------ */

.featured-posts>.container {
    position: relative;
    z-index: 1;
    padding-top: 21px;
    padding-bottom: 35px;
}

.has-breadcrumb .featured-posts>.container {
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .featured-posts>.container {
        margin-top: -10px;
        padding: 0 0 15px;
    }
}

.featured-posts.fptype-category>.container {
    padding-bottom: 30px;
}

.featured-posts .fp-box {
    position: relative;
    z-index: 3;
    background-color: #010101 !important;
}

.featured-posts .fp-box .fp-inner {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 384px;
}

.featured-posts .fp-box .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: right;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured-posts .fp-box .overlay:before {
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    content: " ";
}

.featured-posts .fp-box .overlay .fa {
    padding: 5px 0 0 0;
    margin: 10px 10px 0 0;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 23px;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.45);
}

.featured-posts .fp-box .overlay .fa {
    width: 36px;
    height: 36px;
    line-height: 23px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .featured-posts .fp-box .overlay .fa {
        width: 36px;
        height: 36px;
        line-height: 23px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .featured-posts .fp-box.overlay .fa {
        width: 48px;
        height: 48px;
        line-height: 15px;
        font-size: 28px;
    }
}

.featured-posts .fp-box .fa-play {
    padding-left: 4px !important;
}

.featured-posts .fp-box-h1 .fp-inner {
    min-height: 312px;
}

@media only screen and (max-width: 991px) {
    .featured-posts .fp-box-h1.fp-box-c2 .fp-inner {
        min-height: 188px;
    }
}

@media only screen and (min-width: 992px) {
    .featured-posts .fp-box .fp-inner {
        min-height: 484px;
    }
    .featured-posts .fp-box-h1 .fp-inner {
        min-height: 241.5px;
    }
}

@media only screen and (min-width: 1200px) {
    .featured-posts>.container,
    .featured-posts .fp-box .fp-inner {
        min-height: 584px;
    }
    .featured-posts.fpstyle-e>.container,
    .featured-posts.fpstyle-g>.container,
    .featured-posts .fp-box-h1 .fp-inner {
        min-height: 291.5px;
    }
}

.featured-posts .owl-carousel {
    width: auto;
    overflow: hidden;
}

.featured-posts .fp-box .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.featured-posts .fp-box .mask-title {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
}

.featured-posts:not(.fpstyle-a) .fp-box .vm-wrapper {
    text-align: left;
}

.featured-posts:not(.fpstyle-a) .fp-box .vm-middle {
    padding: 0 20px 15px 20px;
    vertical-align: bottom;
    text-align: left;
}

.featured-posts .fp-box-h2 .vm-middle {
    width: 100%;
}

.featured-posts .fp-box-h2 .post-title {
    font-size: 24px;
}

.featured-posts .fp-box .post-meta {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    color: #fff;
    opacity: 0.85;
    font-size: 13px;
}

.featured-posts .fp-box .post-meta li.post-categories {
    margin-right: 10px;
}

.featured-posts .fp-box .post-meta .fa {
    margin-right: 8px;
}

.featured-posts .fp-box .post-meta a {
    color: #fff;
}

.featured-posts .fp-box .post-meta .post-categories ul {
    display: inline-block;
    vertical-align: top;
}

.featured-posts .fp-box .post-meta .post-categories ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.featured-posts .post-excerpt {
    margin: 0 0 15px;
    line-height: 1.65;
    color: #fff;
    font-size: 0.95em;
}

.featured-posts .fp-box .backstretch {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.featured-posts .owl-theme .owl-nav {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 16px 20px 0 0;
    padding: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

@media only screen and (max-width: 768px) {
    .featured-posts .owl-theme .owl-nav {
        opacity: 1;
    }
}

.featured-posts>.container:hover .owl-theme .owl-nav {
    opacity: 1;
}

.featured-posts .fp-col .fp-box {
    margin: 0 0 4px;
}

.featured-image .fimg-inner-module .vm-middle {
    width: 60%;
}

@media (min-width: 481px) and (max-width: 767px) {
    .featured-posts .fp-box .backstretch:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0), #000);
        /* Standard syntax */
        opacity: .7;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .featured-posts .fp-box .backstretch:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0), #000);
        /* Standard syntax */
        opacity: .7;
    }
    .post-content .alignleft {
        float: none;
        margin: 5px auto 10px auto;
    }
    .post-content .alignright {
        float: none;
        margin: 5px auto 10px 20px;
    }
}

@media only screen and (min-width: 768px) {
    .featured-posts .fp-box .post-title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .featured-posts .owl-carousel {
        margin: 0;
    }
    /*
    .owl-carousel.owl-theme.owl-loaded {}
*/
    .featured-posts .fp-col .fp-box {
        margin: 0 1px 1px 0;
    }
    .featured-posts .fp-box .backstretch {
        opacity: 1;
    }
    .featured-posts .fp-box:hover .backstretch {
        opacity: .6;
    }
    .featured-posts .fp-box .backstretch:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0), #000);
        /* Standard syntax */
        opacity: .7;
    }
    .featured-posts .fp-box-h2 .vm-middle {
        width: 100%;
    }
    .featured-posts .fp-box-h2 .post-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .featured-posts .fp-box-h2 .vm-middle {
        width: 100%;
    }
    .featured-posts .fp-box-h2 .post-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .featured-posts .fp-box-h2 .vm-middle {
        width: 100%;
    }
    .featured-posts .fp-box-h2.fp-box-c2 .vm-middle {
        width: 100%;
    }
    .featured-posts .fp-box-h2 .post-title {
        font-size: 34px;
    }
}

.featured-posts .fp-box .backstretch {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured-posts .owl-theme .owl-nav [class*=owl-] {
    margin: 0 4px;
    padding: 8px 18px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    color: #fff;
}

.featured-posts .owl-theme .owl-nav [class*=owl-].disabled {
    background: rgba(255, 255, 255, 0.25);
}

.featured-posts .owl-theme .owl-nav [class*=owl-] .fa {
    font-size: 28px;
    font-weight: bold;
}

.featured-posts .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: rgba(255, 255, 255, 0.8);
    color: #010101;
}


/* ------------------
 *  14. Shortcodes
 * ------------------ */

.noticiasup-sc-tab {
    display: none;
    margin-bottom: 30px;
    border: 1px solid #999;
}

.noticiasup-sc-tab .box-header {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.noticiasup-sc-tab .box-header .btn-group {
    min-height: 0;
}

@media only screen and (min-width: 768px) {
    .noticiasup-sc-tab .box-header .btn-group {
        height: auto !important;
    }
}

.noticiasup-sc-tab .box-header .btn-group .btn {
    padding: 7px 0;
}

@media only screen and (max-width: 767px) {
    .noticiasup-sc-tab .box-header .btn-group {
        height: 42px;
        padding-top: 42px;
    }
    .noticiasup-sc-tab .box-header .btn-group .btn:not(.active) {
        padding: 7px 0 7px 25px;
    }
    .noticiasup-sc-tab .box-header .btn-group .btn.active {
        height: 42px;
        padding: 0 0 0 25px;
    }
    .box-header .btn-group .btn-toggle {
        height: 32px;
        padding: 0 15px 0 0;
        font-size: 18px;
    }
    .noticiasup-sc-tab .box-header .btn-group .btn-toggle {
        height: 42px;
        padding: 0 25px 0 0;
        font-size: 20px;
    }
}

.noticiasup-sc-tab .tab-body {
    position: relative;
    z-index: 1;
}

.noticiasup-sc-tab .tab-body .tab-content:not(:first-child) {
    display: none;
}

.noticiasup-sc-tab .tab-content {
    margin-top: -1px;
    padding: 25px 30px;
    font-size: 14px;
    color: #010101;
}

.noticiasup-sc-tab.dark .tab-content {
    background-color: #010101;
    color: #fff;
}

.noticiasup-sc-tab.dark .tab-content h1,
.noticiasup-sc-tab.dark .tab-content h2,
.noticiasup-sc-tab.dark .tab-content h3,
.noticiasup-sc-tab.dark .tab-content h4,
.noticiasup-sc-tab.dark .tab-content h5,
.noticiasup-sc-tab.dark .tab-content h6 {
    color: inherit;
}

.noticiasup-sc-ad {
    width: 100%;
    margin-bottom: 40px !important;
    overflow: hidden;
    text-align: center;
}

.noticiasup-sc-ad img {
    max-width: 100%;
    height: auto;
}

.post-content>.noticiasup-sc-row {
    margin-left: -15px;
    margin-right: -15px;
}


/* ------------------
 *  15. Gallery
 * ------------------ */

.gallery:not(.boxer-caption) {
    margin: 40px -3px 50px;
}

.gallery-item {
    float: left;
    padding: 3px;
    text-align: center;
    overflow: hidden;
}

.gallery-icon {
    position: relative;
    z-index: 1;
}

.gallery-icon .caption-overlay {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 13px 11px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

@media only screen and (min-width: 768px) {
    .gallery-columns-1 .gallery-icon .caption-overlay,
    .gallery-columns-2 .gallery-icon .caption-overlay {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-columns-3 .gallery-icon .caption-overlay {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-columns-4 .gallery-icon .caption-overlay {
        display: block;
    }
}

.gallery-icon:hover .caption-overlay {
    opacity: 1;
}

.gallery-icon a {
    display: block;
    background-color: #010101;
}

.gallery-icon a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-icon:hover a img {
    opacity: 0.35;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11111%;
}


/* ------------------
 *  16. Contact Form 7
 * ------------------ */

div.wpcf7 {
    margin: 40px 0;
    font-size: 14px;
}

.post-content>div.wpcf7:first-child {
    margin-top: 0;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #509034;
    color: #fff;
}

div.wpcf7-spam-blocked {
    border: none;
    background-color: #FFF6E5;
    color: #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    border: none;
    background-color: #FFF4F4;
    color: #449BB7;
}

span.wpcf7-form-control-wrap {
    position: relative;
    z-index: 1;
}

span.wpcf7-not-valid-tip {
    display: block;
    color: #449BB7;
    font-size: 1em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.wpcf7-form p {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
}

.wpcf7-form .wpcf7-form-control {
    margin-top: 10px;
    font-weight: normal;
}

.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border: none;
    background-color: #eee;
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .wpcf7-text {
        width: 80%;
    }
}

.wpcf7-textarea {
    resize: vertical;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
}

.wpcf7-submit {
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: bold !important;
    background-color: #449BB7;
    color: #fff;
}

.wpcf7-submit:focus {
    outline: 0;
}

.wpcf7-submit:hover {
    border-color: #9686BB;
    background-color: #9686BB;
}


/** Aditions **/

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.bannerpub {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

body.home .bannerpub {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) {
    .sidebar-none .post-content,
    .sidebar-none .post-footer {
        width: 1020px !important;
    }
}

.sidebar-none .section-html {
    width: 100% !important;
}


/* Subscription  */

.newsletter-participar-section .col-xs-12,
.newsletter-participar-section .col-md-8 {
    padding-left: 0;
}

@media only screen and (max-width: 768px) {
    .newsletter-participar-section .col-xs-12,
    .newsletter-participar-section .col-md-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.newsletter-participar-section .col-md-4 {
    padding-right: 0;
}

.news-signup-form {
    background-color: #449BB7;
    padding: 25px 25px 25px 25px;
    width: 100%;
    display: inline-block;
}

.news-signup-form p a {
    color: #c4effc !important;
    text-decoration: underline;
}

.news-signup-form p {
    font-size: 13px;
    color: #fff;
    width: 100%;
    float: right;
    margin-top: 0;
}

.mailster-email-wrapper {
    width: 48%;
}

.mailster-lists-wrapper {
    width: 32%;
}

.mailster-form-info a {
    color: #fff !important;
    text-decoration: underline;
}

.sidebar-inner .newsletter-recent-home {
    background-color: #E6E6E6;
    padding: 15px 15px 15px 0;
    width: 100%;
    display: inline-block;
}

.newsletter-recent-home {
    background-color: #E6E6E6;
    padding: 25px 25px 25px 25px;
    width: 100%;
    display: inline-block;
}

.newsletter-recent-home h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
}

.newsletter-recent-home .post-summary {
    margin-bottom: 10px;
}

.newsletter-recent-home .psum-horizontal .post-image {
    width: 20% !important;
}

.newsletter-recent-home .psum-horizontal .post-details {
    width: 70% !important;
}

.newsletter-recent-home .psum-small .post-meta {
    margin-bottom: 0 !important
}

.newsletter-recent-home a.newsletter-archive-btn {
    background-color: #000;
    color: #fff !important;
    /* margin-right: 50px; */
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
}

.newsletter-recent-home a:hover.newsletter-archive-btn {
    background-color: #666 !important;
    color: #fff;
}

.sidebar-inner .mailster-form-fields {
    background-color: #E6E6E6;
    padding: 1em;
}

.sidebar-inner .mailster-email-wrapper {
    width: 100%;
    text-align: center;
}

.sidebar-inner .mailster-lists-wrapper {
    width: 100%;
    text-align: center;
}

.sidebar-widget ul.mailster-list li {
    border-bottom: 1px solid #E6E6E6 !important;
}

.sidebar-widget ul.mailster-list li:before {
    display: none;
}

.sidebar-widget .mailster-widget-text-before {
    font-size: 17px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    background-color: #E6E6E6;
    padding: 15px 15px 0 15px;
}

.sidebar-inner .mailster-submit-wrapper {
    width: 100%;
    text-align: center;
}

.mailster-_gdpr-wrapper label {
    font-size: 15px;
}

body.page-newsletters .mailster-form-fields {
    text-align: center;
}

body.page-newsletters .mailster-email-wrapper,
body.page-newsletters .mailster-lists-wrapper {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

body.page-newsletters .mailster-email-wrapper input#mailster-email-1,
body.page-newsletters .mailster-email-wrapper input#mailster-email-2 {
    border: 1px solid #ccc;
}

body.page-newsletters .mailster-form {
    background-color: #E6E6E6;
    padding: 1em;
}

body.page-newsletters .mailster-lists-wrapper label {
    display: inline-block;
    margin-right: 1em;
}

.mailster-email-wrapper input#mailster-email-1,
.mailster-email-wrapper input#mailster-email-2 {
    width: 100%;
    border: 1px solid #fff;
    padding: 7px 7px 7px 15px;
}

.mailster-_status-wrapper select#mailster-_status-2 {
    width: 100%;
    border: 1px solid #fff;
    padding: 7px 7px 7px 15px;
}

.mailster-email-wrapper,
.mailster-submit-wrapper,
.mailster-lists-wrapper {
    display: inline-block;
}

.mailster-submit-wrapper input.submit-button {
    background-color: #000;
    color: #fff;
    height: 50px!important;
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: bold !important;
}

.mailster-submit-wrapper input.submit-button:hover {
    background-color: #666;
}

.mailster-lists-wrapper label {
    display: none;
}

.mailster-lists-wrapper ul.mailster-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mailster-lists-wrapper ul.mailster-list li {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
}

.mailster-lists-wrapper ul.mailster-list li label {
    display: block;
}

.news-signup-form span.newsletter-list-item {
    margin-left: 0.5em;
}

.news-signup-form div.newsletter .placeheld {
    color: #888;
}

.news-signup-form .newsletter-form p {
    margin-bottom: 30px;
    font-weight: bold;
    color: #222;
    padding: 0 !important;
}

.news-signup-form .newsletter-checkbox {
    margin-right: 20%;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0;
}

.news-signup-form .newsletter-form .newsletter-form-control {
    margin-top: 0;
    font-weight: normal;
}

.news-signup-form .newsletter-text,
.news-signup-form .newsletter-textarea {
    padding: 10px 15px;
    margin-left: 0;
    border: none;
    background-color: #fff;
    font-size: 14px;
}

.news-signup-form h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    color: #fff;
}

.news-signup-form h4 {
    display: block;
    margin-bottom: 15px;
}

.news-signup-form ul.mailster-list li label {
    display: block;
    color: #fff;
}

.mailster-_recaptcha-wrapper,
.mailster-_coolcaptcha-wrapper {
    display: none;
}

.mailster-_coolcaptcha-wrapper {
    background-color: #000;
    padding: 10px;
}

.mailster-coolcaptcha-wrap {
    float: left;
}

input#mailster-_coolcaptcha-1 {
    width: 65%;
    height: 70px;
    margin-left: 10px;
    /* font-size: 40px; */
}

.mailster-form-info.success {
    background-color: #6fbf4d;
    text-align: center;
    height: 40px;
}

#sidebar .mailster-coolcaptcha-wrap {
    width: 100%;
    background-color: #fff;
}

#sidebar input#mailster-_coolcaptcha-1 {
    width: 100%;
    height: 70px;
    margin-left: 0;
}

@media only screen and (max-width: 992px) {
    .news-signup-form .newsletter-subscribe-actions {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .mailster-lists-wrapper {
        width: 32%;
    }
    .news-signup-form .newsletter-text {
        width: 79% !important;
    }
    .news-signup-form .newsletter-subscribe-actions {
        width: 55% !important;
    }
    .news-signup-form .newsletter-options {
        width: 43% !important;
        margin-top: 15px;
    }
    .news-signup-form h3 {
        text-align: left;
    }
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .news-signup-form .mailster-lists-wrapper {
        width: 32%;
        text-align: left;
        left: -47%;
    }
    .news-signup-form .mailster-email-wrapper {
        width: 48%;
        left: 32%;
    }
    .mailster-submit-wrapper {
        display: inline-block;
        width: 7%;
    }
    .news-signup-form h3 {
        text-align: left;
    }
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .news-signup-form .mailster-lists-wrapper {
        width: 32%;
        text-align: left;
        left: -47%;
    }
    .news-signup-form .mailster-email-wrapper {
        width: 48%;
        left: 32%;
    }
    .mailster-submit-wrapper {
        display: inline-block;
        width: 7%;
    }
    .news-signup-form h3 {
        text-align: left;
    }
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .mailster-lists-wrapper {
        width: 36%;
        text-align: center;
        margin-bottom: 20px;
    }
    body.page-newsletters .mailster-email-wrapper input#mailster-email-1 {
        border: 1px solid #ccc;
    }
    .mailster-email-wrapper input#mailster-email-1 {
        width: 100%;
        border: 1px solid #fff;
        padding: 7px 7px 7px 15px;
    }
    .mailster-email-wrapper {
        width: 38%;
    }
    .mailster-submit-wrapper {
        display: inline-block;
        width: 24%;
    }
    .news-signup-form h3 {
        text-align: left;
    }
    /* */
    .news-signup-form .newsletter-options {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-signup-form .newsletter-subscribe-actions {
        width: 100%;
    }
    .news-signup-form .newsletter-text {
        width: 100%;
    }
    .news-signup-form h3 {
        display: block;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .news-signup-form .newsletter-form p {
        font-size: 10px;
    }
    .news-signup-form .newsletter-submit {
        font-size: 11px;
        padding: 10px 10px;
        margin: auto;
        width: 100%;
    }
    .news-signup-form p {
        font-size: 13px;
        color: #fff;
        width: 100%;
        float: right;
    }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 768px) {
    .mailster-lists-wrapper {
        width: 100%;
        text-align: center;
    }
    .news-signup-form a.newsletter-archive-btn {
        width: 100%;
    }
    .mailster-email-wrapper {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .news-signup-form .newsletter-options {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-signup-form p {
        font-size: 13px;
        color: #fff;
        width: 100%;
        float: none;
        margin-top: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mailster-lists-wrapper {
        width: 100%;
        text-align: center;
    }
    .news-signup-form a.newsletter-archive-btn {
        width: 100%;
    }
    .mailster-email-wrapper {
        width: 70%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .news-signup-form .newsletter-options {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-signup-form p {
        font-size: 13px;
        color: #fff;
        width: 100%;
        float: none;
        margin-top: 0;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .mailster-lists-wrapper {
        width: 100%;
        text-align: center;
    }
    .mailster-email-wrapper {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .news-signup-form a.newsletter-archive-btn {
        width: 100%;
        margin-top: 20px;
    }
    .news-signup-form a:hover.newsletter-archive-btn {
        width: 100%;
        margin-top: 20px;
    }
    .mailster-submit-wrapper {
        width: 100%;
        text-align: center;
    }
    .news-signup-form .newsletter-options {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-signup-form h3 {
        text-align: center;
    }
}

.news-signup-form .newsletter-textarea {
    resize: vertical;
}

.news-signup-form .newsletter-text:focus,
.news-signup-form .newsletter-textarea:focus {
    outline: 0;
}

.news-signup-form .newsletter-submit {
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: bold !important;
    background-color: #000;
    color: #fff;
}

.news-signup-form .newsletter-text {
    display: inline-block !important;
}

.tnp-subscription div.tnp-field {
    width: 70%;
    display: inline-block;
}


/*
.tnp-subscription input[type=text] {
  display:inline-block !important;
}
*/

.news-signup-form .newsletter-submit:focus {
    outline: 0;
}

.news-signup-form .newsletter-submit:hover {
    border-color: #575967;
    background-color: #575967;
}


/* Box headers */


/* .foto-da-semana-box .col-md-9 {
    padding: 0 !important;
} */

.foto-da-semana-home-container .row {
    margin: 0 !important;
}

.foto-da-semana-home-container {
    background-color: #fff;
}

.foto-da-semana-home-class {
    position: relative;
    z-index: 1;
    margin: 0 !important;
}

.foto-da-semana-home-class .title {
    color: #000 !important;
    width: 100%;
}

.foto-da-semana-home-class .title span {
    color: #000;
}


/*
.foto-da-semana-home-class .title a span:hover {
  color:#F9C315;
} */

.foto-da-semana-home-class .title a:hover span {
    color: #F9C315;
}

.foto-da-semana-home-container .box-header:before {
    background-color: #F9C315;
}

.foto-da-semana-box {
    background-color: #000;
}

.foto-da-semana-post-details {
    background-color: #000;
    padding-top: 15px;
}

.foto-da-semana-post-details h2,
.foto-da-semana-post-details h3 {
    padding-left: 15px;
    margin-bottom: 0 !important;
}

.foto-da-semana-post-details h2 {
    line-height: 1;
    font-size: 34px;
    padding-bottom: 20px;
}

.foto-da-semana-post-details h3 {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px !important;
}

.foto-da-semana-post-details h2 a {
    color: #F9C315 !important;
    margin-bottom: 0;
    font-size: 0.8em;
}

.foto-da-semana-post-details h2 a:hover,
.foto-da-semana-post-details h3 a:hover {
    color: #fff !important;
}

.foto-da-semana-post-details p {
    color: #fff !important
}

.foto-da-semana-post-details h3 a {
    color: #fff !important;
    margin-top: 0;
}

.foto-da-semana-image {
    margin-right: -15px !important;
}

.foto-da-semana-image img {
    height: auto !important;
}

@media (max-width: 768px) {
    .foto-da-semana-image {
        margin-top: 20px;
        margin-right: 0px !important;
    }
    .foto-da-semana-post-details h2 a {
        font-size: 0.8em;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .foto-da-semana-post-details h2 {
        padding-left: 0;
        margin-bottom: 15px !important;
    }
    .foto-da-semana-post-details h3 {
        padding-left: 0;
        text-align: left;
    }
    .foto-da-semana-post-details h3 a {
        font-size: 18px;
        line-height: 1.1em;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .foto-da-semana-post-details h2 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .foto-da-semana-post-details h3,
    .foto-da-semana-post-details p {
        display: none;
    }
    .foto-da-semana-image {
        margin-right: -15px !important;
        margin-left: -15px;
    }
    .foto-da-semana-post-details h2 a {
        font-size: 24px;
    }
}

.two_header .col-md-8,
.two_header-section .col-md-8 {
    padding-left: 0!important;
}

.two_header .col-md-4,
.two_header-section .col-md-4 {
    padding-right: 0!important;
    padding-left: 0!important;
}


/* Pessoas header */

.pessoas-home-class .title {
    color: #000!important;
    width: 100%;
}

.pessoas-home-class .title span {
    background-color: #fff;
}

.pessoas-home-container .box-header h2.title a:hover {
    color: #A8C440;
}

.pessoas-home-container .box-header:before {
    background-color: #A8C440;
}

.pessoas-home-container .box-header {
    margin-bottom: 0 !important;
}


/* Podcast header */

.podcastepisodes-section .box-header {
    margin-bottom: 0 !important;
}

.podcast-home-container .title,
.podcastepisodes-section .podcastepisodes-home-class .title {
    color: #000!important;
    width: 100%;
}

.podcast-home-container .title span,
.podcastepisodes-section .podcastepisodes-home-class .title span {
    background-color: #fff;
}

.podcast-home-container h2.title a:hover span,
.podcastepisodes-section .podcastepisodes-home-class h2.title a:hover span {
    color: #34b8b5;
}

.podcast-home-container:before,
.podcastepisodes-section .podcastepisodes-home-class:before {
    background-color: #34b8b5;
}

a.podcast-meta-subscribe {
    background-color: #333;
    color: #fff !important;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 8px 0 5px;
    font-weight: 600;
    border-radius: 5px;
}

.series-subscribe a.podcast-meta-subscribe {
    background-color: #333;
    color: #fff !important;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 8px 0 5px;
    font-weight: 600;
    border-radius: 5px;
}

.series-subscribe a.podcast-meta-subscribe span {
    margin-top: -38px !important;
    display: block;
    padding: 5px 5px 0px 40px;
}

.series-subscribe h2.series-subscribe-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.series-subscribe h2.series-subscribe-title:before {
    position: absolute;
    z-index: 0;
    top: 23px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    content: " ";
}

a.podcast-meta-subscribe:hover {
    background-color: #34B8B5;
}

a.podcast-meta-subscribe span {
    margin-top: -28px !important;
    display: block;
    padding: 5px 5px 5px 30px;
}

.podcast-icon-color {
    fill: #fff;
}

.podcast-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    padding-top: 10px;
}

.series-subscribe .podcast-icon {
    margin: -10px 5px 0 0;
}

.subscribe-buttons {
    margin-bottom: 30px;
}

p.seriesdescription {
    margin-bottom: 30px;
}

.podcast-player .podcast_meta {
    display: none;
}

.widget_podcast_seriesextras .posts-box-sidebar .psum-small .post-meta .post-date {
    color: #34b8b5;
}


/* Nós por lá */

.nosporla-home-container .box-header:before {
    background-color: #636AA0;
}

.nosporla-home-container .box-header {
    margin-bottom: 0 !important;
}

.nosporla-home-class .title {
    color: #fff!important;
    width: 100%;
}

.nosporla-home-container .box-header h2.title a {
    color: #000 !important;
}

.nosporla-home-container .box-header h2.title a:hover {
    color: #636AA0 !important;
}

.nosporla-home-container .box-header .title span {
    background-color: #fff;
}

.nosporla-box .post-backstrech img {
    height: auto;
}


/* Nos por la */

.pessoas_nosporla-section {
    background-color: #DBCBA9;
}

.nosporla-box .nosporla-post-details {
    height: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    content: '';
    background: #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000ff0c', endColorstr='#87000000', GradientType=0);
    /* IE6-9 */
}

.nosporla-box .nosporla-post-details a {
    font-weight: 700;
    padding: 0 10px 0 20px;
    margin: 0;
    font-size: 30px;
    color: #fff !important;
    width: 100%;
}

.nosporla-box .nosporla-post-details a span {
    font-size: 25px;
}

.nosporla-box .nosporla-post-details h2 a:hover {
    color: #449BB7 !important;
}

.nosporla-box .nosporla-place {
    font-size: 35px;
    width: 100%;
    display: inline-block;
    font-weight: 300!important;
    padding: 0 0 10px 20px;
}

.nosporla-box .nosporla-post-details h2 {
    margin: 0px !important;
    padding: 0;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .nosporla-box .nosporla-post-details h2 {
        margin: 0px !important;
        padding: 0;
        display: block !important;
    }
    .nosporla-box .nosporla-post-details a {
        font-weight: 700;
        padding: 0 10px 0 10px;
        margin: 0;
        font-size: 26px;
        color: #fff !important;
        width: 100%;
        display: block;
    }
    .nosporla-box .nosporla-place {
        width: 100%;
        display: inline-block;
        font-weight: 300!important;
        padding: 0 0 10px 0;
    }
    .nosporla-box .nosporla-post-details a span {
        font-size: 22px;
    }
}

.pessoas-box {
    margin: 0;
    padding: 0;
    background-color: #a8c440;
}

.pessoas-box .post-details {
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}

.pessoas-box .post-details p {
    color: #000;
    font-size: 16px;
}


/* Post Summary Horizontal */

.pessoas-box .psum-horizontal .post-image {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.pessoas-box .psum-horizontal .post-details {
    float: left;
    width: 100%;
}

.pessoas-box .psum-horizontal .post-details .post-title {
    font-size: 22px;
    padding: 10px 10px 10px 5px;
}

.pessoas-box .post-summary {
    margin-bottom: 0;
}

.pessoas-box .post-summary .post-title {
    margin: 0 !important;
}

.pessoas-box h2.post-title a:hover {
    color: #fff;
}

.pessoas-box .psum-horizontal .post-meta {
    margin-bottom: 0;
}

.pessoas-home-container .posts-box .posts-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pessoas-home-container .posts-box-2 {
    margin-bottom: 0;
}


/* Especiais */

.especiais-section .title {
    color: #000!important;
    width: 100%;
    margin-bottom: 0 !important;
}

.especiais-section .title span {
    background-color: #fff;
}

.especiais-section .box-header:before {
    top: 23px;
    background-color: #449BB7;
}


/* Oportunidades */

.oportunidades-home-container .box-header {
    margin-bottom: 0 !important;
}

.oportunidades-home-class .title {
    color: #000!important;
    width: 100%;
    margin-bottom: 6px !important;
}

.oportunidades-home-class .title span {
    background-color: #fff;
}

.oportunidades-home-class h2.title a:hover span {
    color: #2820A6;
}

.oportunidades-home-container .box-header:before {
    background-color: #2820A6;
}

.oportunidades-home-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
}

.oportunidades-home-container ul a {
    color: #fff !important;
}

.oportunidades-home-container ul li {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #565656;
}

.oportunidades-home-container ul li a {
    color: #ccc;
}

.oportunidades-home-container ul li:nth-child(odd) {
    background-color: #484848;
}

.post-summary .oportunidades-list-meta-box,
.featured-image .oportunidades-list-meta-box {
    color: #666;
    float: left;
    width: 50%;
}

.post-type-archive-oportunidades .oportunidades-list-meta-box {
    width: 100%;
}

.oportunidades-list-meta-box {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

body.home .oportunidades-list-meta-box-categories,
body.home .oportunidades-list-meta-box-categories a {
    color: #a6a2ef !important;
}

.oportunidades-list-meta-box-categories {
    color: #2820a6 !important;
    display: inline;
    margin-right: 5px;
}

.oportunidades-list-meta-box .oportunidades-list-meta-box-categories a {
    color: #2820a6 !important;
    display: inline;
}


/* Agenda */

.agenda-home-container .box-header {
    margin: 0;
    background-color: #fff;
}

.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn,
.evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p,
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p,
.eventon_filter_line p,
.eventon_weeklyview {
    font-family: 'Roboto', sans-serif !important;
}

#evcal_list .eventon_list_event .evcal_desc em,
.evo_lightboxes .evcal_desc em,
.evcal_desc .evcal_desc3 em i,
#evcal_list .eventon_list_event .evcal_eventcard p,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.evo_lightboxes .evcal_evdata_cell p a {
    font-family: 'Roboto', sans-serif;
}

.ajde_evcal_calendar .calendar_header {
    margin: 0;
}

.evo_cal_above_content,
.evo_cal_above {
    display: none;
}

.eventon_list_event .evo_metarow_details .eventon_full_description p {
    padding-bottom: 8px;
    font-size: 14px !important;
}

.evcal_evdata_row .evcal_evdata_cell a {
    color: #bb3b80 !important;
}

#evcal_list .eventon_list_event .evcal_eventcard p {
    font-style: normal;
}

.evcal_evdata_row .evcal_evdata_cell h3,
.evo_clik_row .evo_h3 {
    font-size: 15px !important;
}

.eventon_events_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow,
.dark1,
.evo_pop_body {
    background-color: transparent !important;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
    border-radius: 0 !important;
}

.evo_clik_row .evcal_evdata_row,
.evo_clik_row.evcal_evdata_row {
    display: block;
    padding: 5px 15px;
    margin: 0;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle {
    color: #6B6B6B;
    font-family: 'Roboto', sans-serif;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,
.evo_pop_body .evcal_desc span.evo_above_title span.featured {
    color: #ffffff;
    background-color: #ffcb55;
    font-family: 'Roboto', sans-serif;
}

.evo_clik_row .evo_h3 {
    padding: 10px 0 5px 30px !important;
}

.evo_ics.evo_clik_row .evo_h3 {
    padding: 6px 0 6px 0 !important;
}

#evcal_head {
    display: none;
}

.event_description .evo_card_row_end:before {
    font-family: 'FontAwesome' !important;
}

.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn,
.evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p,
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p,
.eventon_filter_line p {
    font-family: 'Roboto', 'arial narrow';
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,
.evo_pop_body .evcal_desc em.evcal_time::before,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,
.evo_pop_body .evcal_desc em.evcal_location::before {
    font-family: 'FontAwesome' !important;
}

.evo_widget .evo_cal_above span.evo-search {
    min-height: auto;
}

.evo_cal_above .evo-search:before {
    font-family: 'FontAwesome' !important;
}

.evo_srt_sel p.fa:after {
    font-family: FontAwesome;
}


/*.eventon_events_list .eventon_list_event .evcal_list_a.featured_event span.evcal_event_title:before{ font-family: 'FontAwesome'  !important; } */

.evo_widget .evo_cal_above span.evo-search {
    min-height: auto;
}

.evo_cal_above .evo-search:before {
    font-family: 'FontAwesome' !important;
}

.evo_sort_btn {
    display: none;
}

.evo_sortby,
.eventon_filter_line {
    font-weight: 700;
    font-size: 12px;
}

.evo_sortby p,
.eventon_filter_line p {
    font-size: 16px;
    color: #000;
}

#evcal_head p.evo_month_title {
    color: #bb3b80 !important;
    line-height: 36px;
    height: 50px;
}

.eventon_sorting_section {
    border-top: 1px solid #BB3B80;
    border-bottom: 1px solid #BB3B80;
}

.evo_srt_sel {
    cursor: pointer;
    background-color: #BB3B80 !important;
    padding: 1px 6px;
    border-radius: 4px;
    color: #fff;
    font-style: italic;
}

.evo_srt_sel p.fa {
    margin-top: 4px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 4px;
}

.eventon_sort_line .eventon_sortval_for_dropdown,
.eventon_filter_line .filtering_set_val,
.eventon_sort_line .eventon_sf_cur_val p {
    cursor: pointer;
    background-color: #BB3B80 !important;
    padding: 1px 6px;
    border-radius: 4px;
    color: #fff !important;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}

.eventon_sf_field p {
    color: #000 !important;
    font-size: 12px;
}

.eventon_filter_dropdown p {
    font-size: 12px !important;
    display: inline-block;
}

.eventon_filter_line .filtering_set_val:hover {
    background-color: #d2d2d2;
    color: #ecbbd5 !important;
}

.evo_cal_above span {
    background-color: #333 !important;
}

body .EVOSR_section input[type="text"] {
    border-radius: 0;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
    border-radius: 0;
}

.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc,
.evo_pop_body .hasFtIMG .evcal_desc {
    padding-left: 150px;
}

@media (max-width: 320px) {
    .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc,
    .evo_pop_body .hasFtIMG .evcal_desc {
        padding-left: 50px;
    }
}

@media (max-width: 480px) {
    .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc,
    .evo_pop_body .hasFtIMG .evcal_desc {
        padding-left: 120px;
    }
}

.eventon_filter_dropdown {
    min-width: 400px !important;
}

.eventon_filter_line .eventon_filter_dropdown p.select:before,
.eventon_filter_line.selecttype .eventon_filter_dropdown p:before,
.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before {
    font-family: 'FontAwesome' !important;
}

.eventon_filter_dropdown p.select {
    border-right: 1px solid #ccc;
}

.additinoal_functionality {
    display: none;
}

.evo_cal_above .evo-filter-btn:before,
.evo_cal_above .evo-sort-btn:before {
    font-family: 'FontAwesome' !important;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
}

.ajde_evcal_calendar.color .evoet_cx em i,
.color .evoet_cx em i,
.evoet_cx em i {
    color: #000 !important;
}

.evo_sin_page #evcal_list .eventon_list_event,
.eventon_events_list .eventon_list_event .event_description,
.ajde_evcal_calendar.cev #evcal_list,
.evo_page_content.evo_se_sidarbar .evo_page_sidebar {
    margin-top: 1.3em;
    border-radius: 0 !important;
}

.evo_page_content.evo_se_sidarbar .evo_page_sidebar {
    flex-basis: 21%;
    margin-top: 1.2em;
}

.evo_sin_page #evcal_list .eventon_list_event {
    border: 1px solid #efeeee;
    border-radius: 0px !important;
}


.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx em,
.ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evoet_cx .evcal_desc_info,
.ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,
.ajde_evcal_calendar.color .evoet_cx .evo_below_title .status_reason,
.ajde_evcal_calendar.color .evoet_cx .evo_tz_time .evo_tz,
.ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig i,
.ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig b,
.ajde_evcal_calendar.color .evoet_cx .evcal_desc3 em i,
.ajde_evcal_calendar.color .evoet_cx .evcal_desc3 .evo_ep_pre,
.ajde_evcal_calendar.color .evoet_cx .evcal_desc3 .evo_ep_time,
.ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover i,
.ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover b,
.evo_lightboxes .color.eventon_list_event .evoet_cx .evo_below_title .status_reason,
.evo_lightboxes .color.eventon_list_event .evcal_cblock,
.evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_title,
.evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_subtitle,
.evo_lightboxes .color.eventon_list_event .evoet_cx em,
.evo_lightboxes .color.eventon_list_event .evoet_cx .evcal_desc_info,
.evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day,
.evo_lightboxes .color.eventon_list_event .evoet_cx .evo_tz_time>*,
.evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig i,
.evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig b,
.color.evo_sin_page #evcal_list .eventon_list_event a.desc_trig>*,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info em,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info span,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc_info b,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 em,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc3 span,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_event_title,
.color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
    color: #222 !important;
}

.agenda-home-class .title {
    color: #000!important;
    width: 100%;
}

.agenda-home-class .title span {
    background-color: #fff;
}

.agenda-home-class h2.title a:hover span {
    color: #BB3B80;
}

.agenda-home-container .box-header:before {
    background-color: #BB3B80;
}

a:hover.btn.agendabtn {
    background-color: #ec52a5;
}

a.btn.agendabtn {
    background-color: #bb3b80;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 4px 7px 4px 7px;
}

ul#sidebar li.widget {
    list-style-type: none;
}

.evo_page_content .evo_page_sidebar ul#sidebar li.widget h3.widget-title {
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 15px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Roboto Slab', sans-serif !important;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
}

.evo_page_content .evo_page_sidebar ul#sidebar li.widget h3.widget-title:before {
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(245, 245, 245);
    content: " ";
}


/* Agenda corrections */

li#evcalwidget_sc-2 {
    list-style-type: none;
}

.eventon_events_list .eventon_list_event .evcal_cblock em,
.evo_pop_body .evcal_cblock em {
    color: #333 !important;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
    border-radius: 0;
}


/* /agenda corrections */


/* Multimedia */

.multimedia-section .title {
    color: #fff!important;
    background-color: #222;
}


/* 100vw section */

.multimedia-section {
    background-color: #222;
    position: relative;
}

.multimedia-section:before {
    width: 100vw;
    position: absolute;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block;
    z-index: 1;
    background-color: #222;
    content: '';
    height: 100%;
}

.multimedia-section .box-header {
    padding-top: 10px
}

.multimedia-section .box-header:before {
    position: absolute;
    z-index: 0;
    top: 33px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #DD4A3E;
    content: " ";
}

.multimedia-section .post-summary {
    background-color: #222;
}

.multimedia-section .post-details h2 a {
    color: #fff;
}

.multimedia-section .box-header .title span {
    background-color: #222;
}

.multimedia-section .box-header h2.title a span {
    color: #fff;
}

.multimedia-section .box-header h2.title a:hover span {
    color: #DD4A3E;
}

.multimedia-section .post-details {
    padding-left: 5px;
    padding-right: 5px;
}


/* most section */

.most-section .post-details {
    padding-left: 5px;
    padding-right: 5px;
}

.most-section .row {
    margin-left: 5px;
    margin-right: 5px;
}

.uporto20-section .row {
    margin-left: 10px;
    margin-right: 10px;
}

.most-section .post-summary {
    background-color: #fff;
    height: 100%;
}

.most-section .post-details {
    padding-left: 5px;
    padding-right: 5px;
}

.most-section .btn-default {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


/* atUPorto */

body.page-atuporto .navbar,
body.page-outras-redes-sociais .navbar {
    border-bottom: 5px solid #32AC62;
}

body.page-atuporto ul.navbar-nav li.maismenu a,
body.page-outras-redes-sociais ul.navbar-nav li.maismenu a {
    color: #fff;
    background-color: #32AC62;
    font-weight: 700;
}

body.page-atuporto .navbar-nav>li.maismenu>.sub-menu,
body.page-outras-redes-sociais .navbar-nav>li.maismenu>.sub-menu {
    background-color: #32AC62;
}

.uporto20 .title {
    color: #000!important;
    width: 100%;
    margin-bottom: 0 !important;
}

.uporto20-section .box-header {
    margin-bottom: 0 !important;
    background-color: #fff;
}

.uporto20-section .box-header h2.title a:hover {
    color: #32AC62;
}

.uporto20-section .box-header:before {
    background-color: #32AC62;
}

.social-feed-container * {
    line-height: normal;
}


/* uporto media */

.upmedia-home-container .box-header {
    margin-bottom: 0 !important;
}

.upmedia-home-class .title {
    color: #000!important;
    width: 100%;
    margin-bottom: 0 !important;
}

.upmedia-home-class .title span {
    background-color: #fff;
}

.upmedia-home-class h2.title a:hover span {
    color: #DF2662;
}

.upmedia-home-container .box-header:before {
    background-color: #DF2662;
}

.upmedia-home-container ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.upmedia-home-container ul a:hover {
    color: #449bb7;
}

.upmedia-home-container ul li {
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: #fff;
}

.upmedia-home-container ul li:nth-child(odd) {
    background-color: #E7E7E7;
}


/* 
.upmedia-list-meta-box {} */

.upmedia-media-title {
    display: inline;
    color: #D35A6F;
    font-weight: bold;
    margin-right: 5px;
    font-size: 13px;
}

.upmedia-media-pubdate {
    display: inline;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
}

.upmedia-media-extra {
    display: inline;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}


/*
 * Calendar
 *
 */

.evo_sin_page #evcal_list .eventon_list_event {
    border-radius: 0 !important;
}

.ajde_evcal_calendar.ul .evcal_month_line p {
    display: none;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,
.evo_pop_body .evcal_desc span.evo_above_title span.featured {
    background-color: #000 !important;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
.evo_pop_body .evcal_desc span.evo_above_title span {
    color: #fff;
    border-radius: 0 !important;
}

.eventon_events_list .eventon_list_event .evcal_desc,
.evo_pop_body .evcal_desc,
#page-content p.evcal_desc {
    margin-left: 15px !important;
}

#evcal_list .eventon_list_event .evcal_cblock {
    color: #000;
}

.evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day {
    font-size: 16px !important
}

#evcal_widget .evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day {
    font-size: 12px !important
}

.evcal_desc .evcal_desc3 em i,
#evcal_list .eventon_list_event .evcal_desc em,
.evo_lightboxes .evcal_desc em {
    color: #999 !important;
    font-style: normal !important;
}

#evcal_list {
    border-radius: 0 !important;
}

body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4 {
    text-transform: normal;
}

.ajde_evcal_calendar.boxy #eventon_loadbar_section,
.ajde_evcal_calendar.boxy #evcal_list {
    border-color: transparent;
    overflow: hidden;
    border-radius: 0
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
    height: 340px !important;
}

#evcal_list .sep_month_events {
    border-radius: 0;
}

.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span {
    background-color: #F79191;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    padding: 3px 9px;
    margin-bottom: 4px;
    text-transform: uppercase;
    margin-right: 5px;
}

.evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day {
    font-size: 13px;
    font-weight: normal;
    display: block;
    color: #000;
    text-align: center;
}

.evcal_cblock .evo_start {
    float: none !important;
    vertical-align: baseline !important;
}

.evcal_cblock .evo_end {
    float: none !important;
    padding-left: 0 !important;
    font-size: 14px;
    position: relative;
    margin-top: 4px;
    text-align: center;
    display: block;
}

.evcal_cblock .evo_end:before {
    display: none !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock span {
    margin: 0 !important;
}

.evcal_cblock .evo_end em.month {
    font-size: 12px;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
    border-left-width: 0px !important;
}

#evcal_list {
    border-radius: 0 !important;
}

body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4 {
    text-transform: normal;
}

.ajde_evcal_calendar.boxy #eventon_loadbar_section,
.ajde_evcal_calendar.boxy #evcal_list {
    border-color: transparent;
    overflow: hidden;
    border-radius: 0
}

.eventon_sorting_section p.evo_filter_submit {
    border-radius: 0;
}

.evo_srt_options {
    border-radius: 0;
}

#evcal_list {
    border-radius: 0;
}

#evcal_list .sep_month_events {
    border-radius: 0;
}

.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span {
    background-color: #F79191;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    padding: 3px 9px;
    margin-bottom: 4px;
    text-transform: uppercase;
    margin-right: 5px;
}

.evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day,
.evcal_cblock .evo_end em.day {
    font-size: 13px;
    font-weight: normal;
    display: block;
    color: #000;
    text-align: center;
}

.evcal_cblock .evo_end em.month {
    font-size: 12px;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
    border-left-width: 0px !important;
}

#evcal_list .eventon_list_event .evcal_cblock {
    color: #000;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
    text-transform: normal;
    font-size: 17px !important;
}

.social-feed-container .opacity0 {
    opacity: 1 !important;
}

.evo_srt_sel p.fa:after {
    font-family: 'FontAwesome';
}

span.evcal_event_subtitle {
    font-size: 16px !important;
    text-transform: none !important;
}

#evcal_calendar_agendapage .evcal_event_title {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: initial !important;
}


/* #evcal_calendar_agendapage .evcal_desc {
    padding: 3px 15px 0 45px !important;
} */

#evcal_calendar_agendapage .eventon_list_event .evcal_desc span.evcal_desc2,
#evcal_calendar_agendapage .evo_pop_body .evcal_desc span.evcal_desc2 {
    text-transform: uppercase;
    font-size: 16px !important;
}


/* ------------------
 * 13. Dark templates for media format
 * ------------------ */

body.noticiasup-media-dark .navbar-inner,
body.category-multimedia .navbar-inner,
body.category-video .navbar-inner,
body.category-fotogalerias .navbar-inner,
body.category-fotogaleria .navbar-inner,
body.category-audio .navbar-inner,
body.noticiasup-media-dark .navbar-inner>.container,
body.category-multimedia .navbar-inner>.container,
body.category-video .navbar-inner>.container,
body.category-fotogalerias .navbar-inner>.container,
body.category-fotogaleria .navbar-inner>.container,
body.category-audio .navbar-inner>.container {
    background-color: #222222;
}

body.noticiasup-media-dark #page-wrapper,
body.category-multimedia #page-wrapper,
body.category-video #page-wrapper,
body.category-fotogalerias #page-wrapper,
body.category-fotogaleria #page-wrapper,
body.category-audio #page-wrapper {
    background-color: #222;
    color: #fff;
}

body.category-multimedia .container,
body.category-video .container,
body.category-fotogalerias .container,
body.category-fotogaleria .container,
body.category-audio .container {
    background-color: #222;
}

body.noticiasup-media-dark .breadcrumb-wrapper .container,
body.category-multimedia .breadcrumb-wrapper .container {
    background-color: #222;
    color: #fff;
}

body.category-multimedia h2.post-title a,
body.category-multimedia .post-excerpt,
body.category-video h2.post-title a,
body.category-fotogalerias h2.post-title a,
body.category-fotogaleria h2.post-title a,
body.category-audio h2.post-title a,
body.category-video .post-excerpt,
body.category-fotogalerias .post-excerpt,
body.category-fotogaleria .post-excerpt,
body.category-audio .post-excerpt {
    color: #fff;
}

body.noticiasup-media-dark .fimg-wrapper,
body.category-multimedia .fimg-wrapper,
body.category-video .fimg-wrapper,
body.category-fotogalerias .fimg-wrapper,
body.category-fotogaleria .fimg-wrapper,
body.category-audio .fimg-wrapper {
    background-color: #222;
}

body.noticiasup-media-dark .single-container,
body.category-multimedia .single-container,
body.category-video .single-container,
body.category-fotogalerias .single-container,
body.category-fotogaleria .single-container,
body.category-audio .single-container,
body.single-format-gallery .pub-block,
body.single-format-video .pub-block {
    background-color: #222;
    color: #fff;
}

body.noticiasup-media-dark .breadcrumb-wrapper .container a,
body.noticiasup-media-dark .post-content,
body.noticiasup-media-dark .post-content strong,
body.noticiasup-media-dark .fimg-no-thumb .featured-image .post-meta,
body.noticiasup-media-dark .post-tags .title,
body.noticiasup-media-dark .post-sharing li>a,
body.category-multimedia .breadcrumb-wrapper .container a,
body.category-multimedia .post-content,
body.category-multimedia .post-content strong,
body.category-multimedia .fimg-no-thumb .featured-image .post-meta,
body.category-multimedia .post-tags .title,
body.category-multimedia .post-sharing li>a,
body.category-video .breadcrumb-wrapper .container a,
body.category-fotogalerias .breadcrumb-wrapper .container a,
body.category-fotogaleria .breadcrumb-wrapper .container a,
body.category-audio .breadcrumb-wrapper .container a,
body.category-video .post-content,
body.category-fotogalerias .post-content,
body.category-fotogaleria .post-content,
body.category-audio .post-content,
body.category-video .post-content strong,
body.category-fotogalerias .post-content strong,
body.category-fotogaleria .post-content strong,
body.category-audio .post-content strong,
body.category-video .fimg-no-thumb .featured-image .post-meta,
body.category-fotogalerias .fimg-no-thumb .featured-image .post-meta,
body.category-fotogaleria .fimg-no-thumb .featured-image .post-meta,
body.category-audio .fimg-no-thumb .featured-image .post-meta,
body.category-video .post-tags .title,
body.category-fotogalerias .post-tags .title,
body.category-fotogaleria .post-tags .title,
body.category-audio .post-tags .title,
body.category-video .post-sharing li>a,
body.category-fotogalerias .post-sharing li>a,
body.category-fotogaleria .post-sharing li>a,
body.category-audio .post-sharing li>a {
    color: #fff !important;
}

body.noticiasup-media-dark .related-title h3 {
    color: #fff;
    background-color: #222;
}

body.noticiasup-media-dark .post-sharing-bottom {
    height: 50px;
}

body.noticiasup-media-dark .post-categories a {
    color: #fff !important;
    background-color: #DD4A3E;
    padding: 1px 4px 1px 4px;
    border-radius: 2px;
    font-size: 11px;
}

body.noticiasup-media-dark .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.category-multimedia .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.category-video .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.category-fotogalerias .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.category-fotogaleria .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.category-audio .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a {
    color: #DD4A3E;
    font-size: 26px;
}

body.noticiasup-media-dark .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place,
body.category-multimedia .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place,
body.category-video .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place,
body.category-fotogalerias .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place,
body.category-fotogaleria .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place,
body.category-audio .noticiasup-widget-nos-por-la-posts .post-details h3.nosporla-place {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
}

body.noticiasup-media-dark .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.noticiasup-media-dark .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.category-multimedia .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.category-multimedia .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.category-video .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.category-fotogalerias .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.category-fotogaleria .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.category-audio .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.category-video .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.category-fotogalerias .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.category-fotogaleria .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.category-audio .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a {
    font-size: 21px;
    color: #000;
}

body.noticiasup-media-dark .sidebar-widget .widget-title .title,
body.category-multimedia .sidebar-widget .widget-title .title,
body.category-video .sidebar-widget .widget-title .title,
body.category-fotogalerias .sidebar-widget .widget-title .title,
body.category-fotogaleria .sidebar-widget .widget-title .title,
body.category-audio .sidebar-widget .widget-title .title {
    background-color: #222;
}

body.noticiasup-media-dark .sidebar-widget .widget-title h2.title a,
body.category-multimedia .sidebar-widget .widget-title h2.title a,
body.category-video .sidebar-widget .widget-title h2.title a,
body.category-fotogalerias .sidebar-widget .widget-title h2.title a,
body.category-fotogaleria .sidebar-widget .widget-title h2.title a,
body.category-audio .sidebar-widget .widget-title h2.title a {
    color: #fff;
}

body.noticiasup-media-dark .single-container a:link,
body.noticiasup-media-dark .single-container a:visited,
body.category-multimedia .single-container a:link,
body.category-multimedia .single-container a:visited,
body.category-video .single-container a:link,
body.category-fotogalerias .single-container a:link,
body.category-fotogaleria .single-container a:link,
body.category-audio .single-container a:link,
body.category-video .single-container a:visited,
body.category-fotogalerias .single-container a:visited,
body.category-fotogaleria .single-container a:visited,
body.category-audio .single-container a:visited {
    color: #DD4A3E;
}

body.noticiasup-media-dark .single-container .post-content a strong,
body.category-multimedia .single-container .post-content a strong,
body.category-video .single-container .post-content a strong,
body.category-fotogalerias .single-container .post-content a strong,
body.category-fotogaleria .single-container .post-content a strong,
body.category-audio .single-container .post-content a strong {
    color: #DD4A3E !important;
}

body.noticiasup-media-dark .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-multimedia .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-video .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-fotogalerias .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-fotogaleria .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-audio .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-video .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-fotogalerias .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-fotogaleria .posts-box-sidebar .psum-small .post-meta .post-date,
body.category-audio .posts-box-sidebar .psum-small .post-meta .post-date {
    color: #ccc;
}

body.noticiasup-media-dark .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn,
body.category-multimedia .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn,
body.category-video .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn,
body.category-fotogalerias .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn,
body.category-fotogaleria .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn,
body.category-audio .posts-box-sidebar .more-btn,
body.noticiasup-media-dark .btn {
    background-color: #000;
    color: #DD4A3E;
}

body.noticiasup-media-dark .posts-box-sidebar a:hover.more-btn,
body.noticiasup-media-dark button:hover.btn,
body.category-multimedia .posts-box-sidebar a:hover.more-btn,
body.noticiasup-media-dark button:hover.btn,
body.category-video .posts-box-sidebar a:hover.more-btn,
body.category-fotogalerias .posts-box-sidebar a:hover.more-btn,
body.category-fotogaleria .posts-box-sidebar a:hover.more-btn,
body.category-audio .posts-box-sidebar a:hover.more-btn,
body.category-video button:hover.btn,
body.category-fotogalerias button:hover.btn,
body.category-fotogaleria button:hover.btn,
body.category-audio button:hover.btn {
    background-color: #DD4A3E;
    color: #222;
    border: 1px solid #DD4A3E !important;
}

body.noticiasup-media-dark .widget-subscribe,
body.category-multimedia .widget-subscribe,
body.category-video .widget-subscribe,
body.category-fotogalerias .widget-subscribe,
.widget-subscribe,
body.category-fotogaleria .widget-subscribe,
body.category-audio .widget-subscribe {
    background-color: #333;
}

body.noticiasup-media-dark .fimg-no-thumb .featured-image .vm-middle .post-title,
body.category-multimedia .fimg-no-thumb .featured-image .vm-middle .post-title,
body.category-video .fimg-no-thumb .featured-image .vm-middle .post-title,
body.category-fotogalerias .fimg-no-thumb .featured-image .vm-middle .post-title,
body.category-fotogaleria .fimg-no-thumb .featured-image .vm-middle .post-title,
body.category-audio .fimg-no-thumb .featured-image .vm-middle .post-title {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: bold;
    float: none;
    margin: 0;
    text-align: left;
}

body.noticiasup-media-dark .fimg-no-thumb .featured-image .post-meta,
body.category-multimedia .fimg-no-thumb .featured-image .post-meta,
body.category-video .fimg-no-thumb .featured-image .post-meta,
body.category-fotogalerias .fimg-no-thumb .featured-image .post-meta,
body.category-fotogaleria .fimg-no-thumb .featured-image .post-meta,
body.category-audio .fimg-no-thumb .featured-image .post-meta {
    margin: 0 0 5px;
    clear: both;
    float: none
}

body.noticiasup-media-dark .post-sharing,
body.category-multimedia .post-sharing,
body.category-video .post-sharing,
body.category-fotogalerias .post-sharing,
body.category-fotogaleria .post-sharing,
body.category-audio .post-sharing {
    margin-top: 5px;
    float: right;
}

body.noticiasup-media-dark .fimg-media-video .wp-video,
body.category-multimedia .fimg-media-video .wp-video,
body.category-video .fimg-media-video .wp-video,
body.category-fotogalerias .fimg-media-video .wp-video,
body.category-fotogaleria .fimg-media-video .wp-video,
body.category-audio .fimg-media-video .wp-video {
    width: 100% !important;
}

body.noticiasup-media-dark .fimg-cl .post-excerpt,
body.noticiasup-media-dark .fimg-fn .post-excerpt,
body.noticiasup-media-dark .fimg-cl .post-excerpt,
body.category-multimedia .fimg-cl .post-excerpt,
body.category-video .fimg-cl .post-excerpt,
body.category-fotogalerias .fimg-cl .post-excerpt,
body.category-fotogaleria .fimg-cl .post-excerpt,
body.category-audio .fimg-cl .post-excerpt {
    color: #fff;
}

body.noticiasup-media-dark .post-meta,
body.category-multimedia .post-meta,
body.category-video .post-meta,
body.category-fotogalerias .post-meta,
body.category-fotogaleria .post-meta,
body.category-audio .post-meta {
    float: left !important;
}

body.noticiasup-media-dark .wpcf7-form p,
body.category-multimedia .wpcf7-form p {
    color: #000;
}

body.noticiasup-media-dark .box-header .title,
body.category-multimedia .box-header .title,
body.category-video .box-header .title,
body.category-fotogalerias .box-header .title,
body.category-fotogaleria .box-header .title,
body.category-audio .box-header .title {
    color: #fff;
}

body.noticiasup-media-dark .box-header .title span,
body.category-multimedia .box-header .title span,
body.category-video .box-header .title span,
body.category-fotogalerias .box-header .title span,
body.category-fotogaleria .box-header .title span,
body.category-audio .box-header .title span {
    background-color: #222;
}

body.noticiasup-media-dark .mejs-container,
body.category-multimedia .mejs-container,
body.category-video .mejs-container,
body.category-fotogalerias .mejs-container,
body.category-fotogaleria .mejs-container,
body.category-audio .mejs-container {
    background-color: #000 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.noticiasup-media-dark .mejs-controls,
body.category-multimedia .mejs-controls,
body.category-video .mejs-controls,
body.category-fotogalerias .mejs-controls,
body.category-fotogaleria .mejs-controls,
body.category-audio .mejs-controls {
    background-color: #000 !important;
}

body.noticiasup-media-dark .posts-box-gallery .post-summary h4.post-title,
body.category-multimedia .posts-box-gallery .post-summary h4.post-title,
body.category-video .posts-box-gallery .post-summary h4.post-title,
body.category-fotogalerias .posts-box-gallery .post-summary h4.post-title,
body.category-fotogaleria .posts-box-gallery .post-summary h4.post-title,
body.category-audio .posts-box-gallery .post-summary h4.post-title {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px !important;
    font-weight: normal;
    font-size: 1.2em !important;
    letter-spacing: 0.01em;
}

body.noticiasup-media-dark .post-content h1,
body.category-multimedia .post-content h1,
body.category-video .post-content h1,
body.category-fotogalerias .post-content h1,
body.category-fotogaleria .post-content h1,
body.category-audio .post-content h1,
body.noticiasup-media-dark .post-content h2,
body.category-multimedia .post-content h2,
body.category-video .post-content h2,
body.category-fotogalerias .post-content h2,
body.category-fotogaleria .post-content h2,
body.category-audio .post-content h2,
body.noticiasup-media-dark .post-content h3,
body.category-multimedia .post-content h3,
body.category-video .post-content h3,
body.category-fotogalerias .post-content h3,
body.category-fotogaleria .post-content h3,
body.category-audio .post-content h3,
body.noticiasup-media-dark .post-content h4,
body.category-multimedia .post-content h4,
body.category-video .post-content h4,
body.category-fotogalerias .post-content h4,
body.category-fotogaleria .post-content h4,
body.category-audio .post-content h4,
body.noticiasup-media-dark .post-content h5,
body.category-multimedia .post-content h5,
body.category-video .post-content h5,
body.category-fotogalerias .post-content h5,
body.category-fotogaleria .post-content h5,
body.category-audio .post-content h5,
body.noticiasup-media-dark .post-content h6,
body.category-multimedia .post-content h6,
body.category-video .post-content h6,
body.category-fotogalerias .post-content h6,
body.category-fotogaleria .post-content h6,
body.category-audio.post-content h6 {
    color: #fff;
}

body.noticiasup-media-dark .sidebar-right #main,
body.category-multimedia .sidebar-right #main,
body.category-video .sidebar-right #main,
body.category-fotogalerias .sidebar-right #main,
body.category-fotogaleria .sidebar-right #main,
body.category-audio .sidebar-right #main {
    border-right: 1px solid #111;
}

body.noticiasup-media-dark .posts-box-sidebar .psum-horizontal .no-image-widget,
body.category-multimedia .posts-box-sidebar .psum-horizontal .no-image-widget,
body.category-video .posts-box-sidebar .psum-horizontal .no-image-widget,
body.category-fotogalerias .posts-box-sidebar .psum-horizontal .no-image-widget,
body.category-fotogaleria .posts-box-sidebar .psum-horizontal .no-image-widget,
body.category-audio .posts-box-sidebar .psum-horizontal .no-image-widget {
    border-bottom: 1px solid #111;
}

body.noticiasup-media-dark .post-tags,
body.category-multimedia .post-tags {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

body.noticiasup-media-dark .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.category-multimedia .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.category-video .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.category-fotogalerias .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.category-fotogaleria .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.category-audio .single-container .fimg-wrapper.fimg-no-thumb .featured-image {
    background-color: #222;
}

body.category-multimedia .pagination-loadmore>.btn,
body.category-video .pagination-loadmore>.btn,
body.category-audio .pagination-loadmore>.btn,
body.category-fotogaleria .pagination-loadmore>.btn,
body.category-fotogalerias .pagination-loadmore>.btn,
body.category-multimedia .pagination>a.page-numbers,
body.category-video .pagination>a.page-numbers,
body.category-fotogaleria .pagination>a.page-numbers,
body.category-fotogalerias .pagination>a.page-numbers,
body.category-audio .pagination>a.page-numbers {
    background-color: transparent;
    border: 1px solid #DD4A3E;
    color: #DD4A3E;
}

body.category-multimedia .pagination-loadmore>.btn:hover,
body.category-video .pagination-loadmore>.btn:hover,
body.category-audio .pagination-loadmore>.btn:hover,
body.category-fotogaleria .pagination-loadmore>.btn:hover,
body.category-fotogalerias .pagination-loadmore>.btn:hover,
body.category-multimedia .pagination>a.page-numbers,
body.category-video .pagination>a.page-numbers,
body.category-audio .pagination>a.page-numbers,
body.category-fotogaleria .pagination>a.page-numbers,
body.category-fotogalerias .pagination>a.page-numbers {
    background-color: #DD4A3E;
    border: 1px solid #DD4A3E;
    color: #fff;
}

body.noticiasup-media-dark .featured-image .post-categories a {
    background-color: #DD4A3E;
}

body.noticiasup-media-dark .featured-image li.post-author a {
    color: #DD4A3E;
}


/*
 * Foto da semana - Dark template *
 *
 */

body.post-type-archive-foto-da-semana #page-wrapper,
body.single-foto-da-semana #page-wrapper {
    background-color: #222;
    color: #fff;
}

body.post-type-archive-foto-da-semana .navbar-inner .container,
body.single-foto-da-semana .navbar-inner .container {
    background-color: #222222
}

body.post-type-archive-foto-da-semana .container,
body.single-foto-da-semana .container {
    background-color: transparent;
}

body.post-type-archive-foto-da-semana .breadcrumb-wrapper .container,
body.single-foto-da-semana .breadcrumb-wrapper .container {
    background-color: transparent;
    color: #fff;
}

body.post-type-archive-foto-da-semana h2.post-title a,
body.single-foto-da-semana h2.post-title a {
    color: #fff;
}

body.post-type-archive-foto-da-semana p.post-excerpt,
body.single-foto-da-semana p.post-excerpt {
    color: #fff;
}

body.post-type-archive-foto-da-semana .fimg-wrapper,
body.single-foto-da-semana .fimg-wrapper {
    background-color: #222;
}

body.post-type-archive-foto-da-semana .single-container,
body.single-foto-da-semana .single-container {
    background-color: #222;
    color: #fff;
}

body.post-type-archive-foto-da-semana .breadcrumb-wrapper .container a,
body.post-type-archive-foto-da-semana .post-content,
body.post-type-archive-foto-da-semana .post-content strong,
body.post-type-archive-foto-da-semana .fimg-no-thumb .featured-image .post-meta,
body.post-type-archive-foto-da-semana .post-tags .title,
body.post-type-archive-foto-da-semana .post-sharing li>a,
body.single-foto-da-semana .breadcrumb-wrapper .container a,
body.single-foto-da-semana .post-content,
body.single-foto-da-semana .post-content strong,
body.single-foto-da-semana .fimg-no-thumb .featured-image .post-meta,
body.single-foto-da-semana .post-tags .title,
body.single-foto-da-semana .post-sharing li>a {
    color: #fff !important;
}

body.single-foto-da-semana .post-content {
    margin-top: 30px;
}

body.post-type-archive-foto-da-semana .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a,
body.single-foto-da-semana .noticiasup-widget-nos-por-la-posts .post-details h2.post-title a {
    color: #F9C315;
}

body.post-type-archive-foto-da-semana .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.post-type-archive-foto-da-semana .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a,
body.single-foto-da-semana .noticiasup-widget-pessoas-da-up-posts .post-details h2.post-title a,
body.single-foto-da-semana .noticiasup-widget-foto-da-semana-posts .post-details h2.post-title a {
    color: #000;
}

body.post-type-archive-foto-da-semana .sidebar-widget .widget-title .title,
body.single-foto-da-semana .sidebar-widget .widget-title .title {
    background-color: #222;
}

body.post-type-archive-foto-da-semana .sidebar-widget .widget-title h2.title a,
body.single-foto-da-semana .sidebar-widget .widget-title h2.title a {
    color: #fff;
}

body.post-type-archive-foto-da-semana .single-container a:link,
body.post-type-archive-foto-da-semana .single-container a:visited,
body.single-foto-da-semana .single-container a:link,
body.single-foto-da-semana .single-container a:visited {
    color: #F9C315;
}

body.post-type-archive-foto-da-semana .posts-box-sidebar .psum-small .post-meta .post-date,
body.single-foto-da-semana .posts-box-sidebar .psum-small .post-meta .post-date {
    color: #ccc;
}

body.post-type-archive-foto-da-semana .posts-box-sidebar .more-btn,
body.post-type-archive-foto-da-semana .btn,
body.single-foto-da-semana .posts-box-sidebar .more-btn,
body.single-foto-da-semana .btn {
    background-color: #000;
    color: #F9C315;
}

body.post-type-archive-foto-da-semana .posts-box-sidebar a:hover.more-btn,
body.post-type-archive-foto-da-semana button:hover.btn,
body.single-foto-da-semana .posts-box-sidebar a:hover.more-btn,
body.single-foto-da-semana button:hover.btn {
    background-color: #F9C315;
    color: #222;
    border: 1px solid #F9C315 !important;
}

body.post-type-archive-foto-da-semana .widget-subscribe,
body.single-foto-da-semana .widget-subscribe {
    background-color: #333;
}

body.post-type-archive-foto-da-semana .fimg-no-thumb .featured-image .vm-middle .post-title,
body.single-foto-da-semana .fimg-no-thumb .featured-image .vm-middle .post-title {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: bold;
    float: none;
    margin: 0;
    text-align: left;
}

body.post-type-archive-foto-da-semana .fimg-no-thumb .featured-image .post-meta,
body.single-foto-da-semana .fimg-no-thumb .featured-image .post-meta {
    margin: 0 0 5px;
    clear: both;
    float: none
}

body.post-type-archive-foto-da-semana .post-sharing,
body.single-foto-da-semana .post-sharing {
    margin-top: 5px;
    float: right;
}

body.single-foto-da-semana .post-footer .post-sharing {
    margin-top: 5px;
    float: none;
}

body.post-type-archive-foto-da-semana .fimg-media-video .wp-video,
body.single-foto-da-semana .fimg-media-video .wp-video {
    width: 100% !important;
}

body.post-type-archive-foto-da-semana .fimg-cl .post-excerpt,
body.post-type-archive-foto-da-semana .fimg-fn .post-excerpt,
body.single-foto-da-semana .fimg-cl .post-excerpt,
body.post-type-archive-foto-da-semana .fimg-fn .post-excerpt {
    color: #fff;
}

body.post-type-archive-foto-da-semana .post-meta,
body.single-foto-da-semana .post-meta {
    float: left !important;
}

body.post-type-archive-foto-da-semana .wpcf7-form p,
body.single-foto-da-semana .wpcf7-form p {
    color: #000;
}

body.post-type-archive-foto-da-semana .box-header .title,
body.single-foto-da-semana .box-header .title {
    color: #fff;
}

body.post-type-archive-foto-da-semana .box-header .title span,
body.single-foto-da-semana .box-header .title span {
    background-color: #222;
}

body.post-type-archive-foto-da-semana .mejs-container,
body.single-foto-da-semana .mejs-container {
    background-color: #000 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.post-type-archive-foto-da-semana .mejs-controls,
body.single-foto-da-semana .mejs-controls {
    background-color: #000 !important;
}

body.post-type-archive-foto-da-semana .posts-box-gallery .post-summary h4.post-title,
body.single-foto-da-semana .posts-box-gallery .post-summary h4.post-title {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px !important;
    font-weight: normal;
    font-size: 1.2em !important;
    letter-spacing: 0.01em;
}

body.post-type-archive-foto-da-semana .post-content h1,
body.post-type-archive-foto-da-semana .post-content h2,
body.post-type-archive-foto-da-semana .post-content h3,
body.post-type-archive-foto-da-semana .post-content h4,
body.post-type-archive-foto-da-semana .post-content h5,
body.post-type-archive-foto-da-semana .post-content h6,
body.single-foto-da-semana .post-content h1,
body.single-foto-da-semana .post-content h2,
body.single-foto-da-semana .post-content h3,
body.single-foto-da-semana .post-content h4,
body.single-foto-da-semana .post-content h5,
body.single-foto-da-semana .post-content h6 {
    color: #fff;
}

body.post-type-archive-foto-da-semana .sidebar-right #main,
body.single-foto-da-semana .sidebar-right #main {
    border-right: 1px solid #111;
}

body.post-type-archive-foto-da-semana .posts-box-sidebar .psum-horizontal .no-image-widget,
body.single-foto-da-semana .posts-box-sidebar .psum-horizontal .no-image-widget {
    border-bottom: 1px solid #111;
}

body.post-type-archive-foto-da-semana .post-tags,
body.single-foto-da-semana .post-tags {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

body.post-type-archive-foto-da-semana .single-container .fimg-wrapper.fimg-no-thumb .featured-image,
body.single-foto-da-semana .single-container .fimg-wrapper.fimg-no-thumb .featured-image {
    background-color: #222;
}

body.post-type-archive-foto-da-semana .pagination-loadmore>.btn,
body.single-foto-da-semana .pagination-loadmore>.btn {
    background-color: transparent;
    border: 1px solid #F9C315;
    color: #F9C315;
}

body.post-type-archive-foto-da-semana .pagination-loadmore>.btn:hover,
body.single-foto-da-semana .pagination-loadmore>.btn:hover {
    background-color: #F9C315;
    border: 1px solid #F9C315;
    color: #fff;
}

body.post-type-archive-foto-da-semana .featured-image .post-categories a,
body.single-foto-da-semana .featured-image .post-categories a {
    background-color: #F9C315;
}

body.post-type-archive-foto-da-semana .featured-image li.post-author a,
body.single-foto-da-semana .featured-image li.post-author a {
    color: #F9C315;
}


/* Podcast */

.podcast_player {
    margin-top: 15px !important;
}

.ssp-player.ssp-player-large .ssp-player-inner {
    padding: 15px 15px 0 15px !important;
}

.ssp-player.ssp-player-large h3.episode-title {
    margin: 20px 0 0 0 !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
}

.ssp-album-art-container {
    display: none;
}


/* .ssp-player.ssp-player-large h3.episode-title .ssp-player-series {
  font-size:16px !important;
} */

.series-title {
    background-color: #fff;
}

.series-title a {
    background-color: #34b8b5;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}

.ssp-player-info span.ssp-player-series {
    display: none !important;
}

.ssp-player-info>div {
    display: none;
}

.ssp-player-info>.ssp-media-player {
    display: block;
}

.podcastepisodes-section .post-summary .post-image {
    padding-bottom: 20px;
    margin-bottom: 0;
    background-color: #222;
}


/* .podcastepisodes-section .post-summary {
  background-color:#222;
} */

.podcastepisodes-section .post-summary .post-details {
    background-color: #222;
}

.podcastepisodes-section .post-summary .post-details h2.post-title a {
    color: #fff;
    margin: 0 8px 0 8px;
    display: inline-block;
}

.podcastseries-section .post-summary .post-title {
    font-size: 18px;
}

.podcastepisodes-section .podcast_meta {
    color: #efefef;
    margin: 0 8px 0 8px;
}

.podcastepisodes-section .podcast_meta a {
    color: #34B8B5 !important;
}


/* Social hub */

nav#svc_infinite {
    background: #32AC62 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: auto !important;
    margin: 30px 0 30px 0 !important;
    width: auto !important;
    padding: 15px 15px 15px 15px !important;
}

nav#svc_infinite a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #fff !important;
}


/* Other social network page */


/* .post-content img.aligncenter {
  margin: 10px auto 10px;
} */

.other-social-networks h4.social-network-owner {
    text-align: center;
    margin-top: 10px;
}

.other-social-networks h4.social-network-owner a {
    color: #000;
}

.other-social-networks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 1px solid #efefef;
}

.other-social-networks ul li {
    display: inline-block;
    text-align: center;
}

.other-social-networks li a {
    color: #000 !important;
    font-size: 18px;
    padding: 4px 7px;
    border: 2px solid #000;
    font-weight: bold;
}

.other-social-networks li a:hover {
    border: 2px solid #32AC62;
    color: #fff !important;
    background-color: #32AC62;
}


/* Fp-f teste */

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* mailster error forms */

.mailster-embeded-form body {
    background: 0;
    padding: 0;
    margin: 0
}

.mailster-embeded-form .mailster-form-body {
    padding: 5px !important;
    margin: auto !important
}

.mailster-form-wrap {
    max-width: 100%;
    max-height: 95%;
    min-width: 100px;
    -webkit-overflow-scrolling: touch
}

.mailster-form {
    margin-bottom: 20px;
    position: relative
}

.mailster-form:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-image: url('https://noticias.up.pt/wp-content/plugins/mailster/assets/css/../img/loading.gif');
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.mailster-form.loading:before {
    opacity: 1;
    visibility: visible
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .mailster-form:before {
        background-image: url('https://noticias.up.pt/wp-content/plugins/mailster/assets/css/../img/loading_2x.gif')
    }
}

.mailster-form:after,
.mailster-form-fields:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.mailster-form,
.mailster-form .input,
.mailster-form .mailster-form-info {
    width: 100%;
    box-sizing: border-box
}

.mailster-embeded-form .mailster-form {
    margin-bottom: 3px
}

.mailster-form .mailster-wrapper {
    position: relative;
    margin-bottom: 2px;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.mailster-form.loading .mailster-wrapper {
    opacity: .2
}

.mailster-form textarea.input {
    resize: vertical;
    height: 150px
}

.mailster-form li {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0
}

span.mailster-required {
    font-size: 120%;
    font-weight: 700;
    color: #bf4d4d
}

.mailster-lists-wrapper ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.mailster-lists-wrapper ul li {
    margin-left: 0
}

.mailster-list-description {
    color: inherit;
    display: block;
    margin-left: 25px;
    font-size: .8em
}

.mailster-form-info {
    height: 0;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 4px;
    color: #fff;
    padding: 9px 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.mailster-form.loading .mailster-form-info {
    opacity: 0
}

.mailster-form-info a {
    color: #fff
}

.mailster-form-info.success,
.mailster-form-info.error {
    display: block;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mailster-form .error input,
.mailster-form .error select,
.mailster-form .error textarea {
    outline: 2px solid #bf4d4d;
    outline-offset: 0
}

.mailster-form-info.error {
    background: #bf4d4d
}

.mailster-form-info.success {
    background-color: #6fbf4d;
    text-align: center
}

.mailster-form-info ul,
.mailster-form .mailster-form-info p {
    margin: 0;
    padding: 0
}

.mailster-form-info ul li {
    color: inherit;
    margin-left: 0
}

.mailster-submit-wrapper {
    margin-top: 6px
}

.mailster-form .submit-button {
    cursor: pointer
}

.mailster-form .submit-button:focus {
    outline: 0
}


/* UO */

#navbar-uo .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    border: 2px solid #449BB7;
}

#navbar-uo .navbar-nav>li>a:hover {
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
}

a.uo-link {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0 9px 0;
    display: block;
}

.uo-navbar-inner,
.uo-navbar {
    background-color: #449BB7;
    border-bottom: 5px solid #449BB7;
}

#navbar-uo ul.navbar-nav {
    background-color: transparent;
}

.uo-navbar-inner {
    padding-top: 10px !important;
}

body.page-id-136544 .navbar-wrapper {
    display: none !important;
}

body.page-id-136544, body.page-id-136544 .single-container{
background-color:#F26C61;
}

body.page-id-136544 .footer, .evo_endday, .evo_startday {
display:none;
}

body.page-id-136544 .post-content .aligncenter {
    display: block;
    margin: 0 auto 5px auto;
}


.mailster-form-info.success {
    background-color: #6fbf4d;
    text-align: center;
    height: 40px !important;
}

#ff-stream-1 {
    background-color:#fff !important;
}

article.ff-item {
border-color:#efefef;
}

.section-html.post-content.mas-item.upmediamodule-section {
    visibility: hidden;
}

#evcal_head, .evo_cal_above_content {
    display: block;
}

.evcal_evdata_row .evcal_evdata_icons i,
.evcal_evdata_row .evcal_evdata_custometa_icons i {
    font-family: 'FontAwesome' !important;
}

.evcal_evdata_row, .evcal_evdata_row.evorow_2b .evorow_b {
    border-radius:0;
}

.ajde_evcal_calendar.sev #evcal_list .eventon_list_event {
    border-radius: 0 !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock em,
.evo_pop_body .evcal_cblock em {
    color: #333 !important;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig, .evo_lightboxes .color.eventon_list_event .evopop_top {
    background-color: #efefef !important;
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
    background-color: #e6e6e6 !important;
    border-radius: 0 !important;
}

.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc {
    padding-left:15px;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc em, .ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info, .ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, .ajde_evcal_calendar.color .evcal_desc .evo_below_title .status_reason, .ajde_evcal_calendar.color .evcal_desc .evo_tz_time .evo_tz, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig i, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig b, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 em i, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_pre, .ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_time, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover i, .ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover b, .evo_lightboxes .color.eventon_list_event .evcal_cblock, .evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_title, .evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_lightboxes .color.eventon_list_event .evcal_desc em, .evo_lightboxes .color.eventon_list_event .evcal_desc .evcal_desc_info, .evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_tz_time>*, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig i, .evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_tri 
b { color:#333;}

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop, .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
    border-radius:0 !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
    border-radius: 0!important;
        height: 390px!important;
}

.evocard_box {
    border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.rsssl_pro_license_valid {
    display: none;
}

.eventon_events_list .evose_repeat_header p {
  background-color: #efefef;
}

.eventon_events_list .evose_repeat_header span.title {
    background-color:#efefef;
    color:#000;
}

.ri_nav .prev, .ri_nav .next {
    margin: 0 10px 0 10px;
      padding: 5px;
      background-color:#fed584;
      color:#fff;
}
.ri_nav b {
  margin: 0 10px 0 10px;
  font-weight: bold;
}




.evo_sin_page #evcal_list .eventon_list_event,
.eventon_events_list .eventon_list_event .event_description,
.ajde_evcal_calendar.cev #evcal_list,
.evo_page_content.evo_se_sidarbar .evo_page_sidebar {
    margin-top: 1.3em;
    border-radius: 0 !important;
}

.evo_page_content.evo_se_sidarbar .evo_page_sidebar {
    flex-basis: 21%;
    margin-top: 25px;
}

.evo_sin_page #evcal_list .eventon_list_event {
    border-radius: 0px !important;
}


.evcal_evdata_row .evcal_evdata_icons,
.evcal_evdata_row.evo_clik_row .evo_h3 {
    display: inline-block;
    line-height: 45px;
    color: #bb3b80;
}

a:hover.evcal_evdata_row  .evo_h3 {
opacity: .6;
}

a:hover.evcal_evdata_row span.evcal_evdata_icons {
    color:#808080 !important;
}

#boxer.mobile .boxer-meta, #boxer.mobile .boxer-control {
  background-color: #fff !important;
}