/* from inline css #color-settings */
.top-nav ul li a:hover, .social-meidia li a:hover, .site-title a:hover, .main-navigation, .main-navigation2, .footer-widget-container ul li a:hover, .big-blue-recent-post .meta-info-comment a:hover, .big-blue-recent-post .post-author a:hover, a, #featured-post h3 a:hover,
.featured-articles .article-excerpt h2 a:hover, .entry-title a:hover, .site-footer a:hover, .slide-post-details h1 a:hover, .comment-meta .fn a, .reply a, #search-icon .fa-search:hover,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .read_more:hover, .pagination, .widget-area ul li a{color:#99332f}
button, input[type="button"], input[type="reset"], input[type="submit"], .featured-post-meta, .read_more, .next.page-numbers, .prev.page-numbers{ background:#99332f}
.read_more, button, input[type="button"], input[type="reset"], input[type="submit"], .read_more:hover {
    border: solid 2px #99332f;
}

.footer-widget-container{ background:#002716}

/* from inline css  */

.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

/* from inline css #custom-background-css */
body.custom-background { background-color: #050700; }
/* from inline css #wp-custom-css */
body {
    background-color: #00281B;
}
.turbolinks-progress-bar {
    height: 3px;
    background-color: #ff7e00;
}

.widget-area .widget,
article, .page-content{
    background-color: #00281B;
}
.entry-content h2 {
    color: #5fb804;
}
.blue-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-wrapper {
    background: rgba(4, 86, 49, 0.5) none repeat scroll 0 0;
}
header .header-image {
    height: auto;
}
.site-header {
    background: linear-gradient(130deg,#000000,#3357a1 75%,#703e57 95%);
    border-bottom-color: #ff7e00;
    border-bottom-width: 2px;
    padding-top: 0;
}

#search-icon .fa-search, .social-meidia .fa {
    background-color: #ff7e00;
}
.social-meidia svg.fa path {
    fill: #000;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #ff7e00;
}
.main-navigation a:hover {
    color: #ff7e00;
}
.article-header .entry-title {
    color: #ff7e00;
}
.site-content ol.carousel-indicators li {
    margin-bottom: 0;
}
.home #content header.entry-header {
    display: none;
}
/* ---- Tables */
.wp-block-table.colored thead,
table.colored thead {
    border-bottom: 2px solid #5fb804;
}
.wp-block-table.colored thead tr,
table.colored thead tr {
    background-color: rgba(4, 86, 49, 0.5);
    color: #5fb804;
    border-bottom: 2px solid #5fb804;
}

.wp-block-table.colored thead tr th,
table.colored thead tr th {
    border-color: #5fb804;
}

.wp-block-table.colored tbody tr,
table.colored tbody tr {
    background-color: #5fb804;
    border-bottom: 2px solid #00281B;
    color: #00281B;
}

.wp-block-table.colored tbody tr:nth-child(2n),
table.colored tbody tr:nth-child(2n) {
    background-color: #ff7e00;
}

.wp-block-table.colored tbody tr:nth-child(2n+1),
table.colored tbody tr:nth-child(2n+1) {
    background-color: #5fb804;
}
.wp-block-table.colored tbody tr.head,
table.colored tbody tr.head {
    background-color: #363636;
    border-bottom: 2px solid #00281B;
}
.wp-block-table.colored tr th:last-child, .wp-block-table.colored tr td:last-child,
table.colored tr th:last-child , table.colored tr td:last-child {
    text-align: right;
}

/*-- Reset styles from big-blue */
@media (max-width: 480px) {
    body {
        word-break: unset;
    }
}
.main-navigation ul#menu-primary {
    display: block;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.inner-wrapper {
    padding: 5px;
}
/*-- TS_CUSTOM  */
.has_header-image .site-branding {
    width: 100%;
}

.site-branding .site-info img.custom-logo {
    width: 276px;
    height: 156px;
}

ul.social-meidia {
    position: absolute;
    right: 15px;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-toggle {
    margin: 0;
}
.navbar-toggle .icon-bar {
    border: 2px  solid #cd4c00;
}
.site-header .app-user-menu .nav {
    font-size: 16px;
}
.site-header .app-user-menu .nav>li>a {
    color: #ff7e00;
}
.site-header .nav>li>a:hover, .site-header .nav>li>a:focus {
    background-color: inherit;
}

.main-navigation a {
    color: #5fb804;
}
.app-user-menu {
    color: #5fb804;
}

.site-header .app-user-menu .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: inherit;
}
.site-header .app-user-menu .dropdown-menu {
    background-color: rgba(4, 86, 49, 0.5);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #045631;
}

.site-header .app-user-menu .dropdown-menu>li>a {
    color:#ccc;
}

@media (max-width: 768px) {
    .site-header .app-user-menu {
        padding-right: 15px;
        padding-left: 15px;
    }
    .site-header .app-user-menu ul.nav > li {
        display: block;
    }
    .site-header .app-user-menu li a {
        padding: 10px 0;
    }

}

@media only screen and (max-width: 599px){
    .site-header .app-user-menu ul.nav > li {
        display: block;
    }
    .site-header .app-user-menu li a {
        border-bottom: dashed 1px #555;
        padding: 8px 5px;
    }
}
.modal-dialog .modal-content {
    background-color: #002716;
}
.modal-dialog .modal-header h4.modal-title {
    clear: none;
}
.user-quick-menu {
    margin: 0.5em 0;
}
.user-quick-menu .access-button {
    text-transform: inherit;
    background-color: #5fb804;
    border-color: #2d8600;
}
.user-quick-menu .my-profile-button {
    text-transform: inherit;
    background-color: #ff7e00;
    border: 1px solid #C85200 !important;
    color: #002716;
}
.user-quick-menu > .btn {
    width: 50%;
}
.panel {
    background-color: #002716;
}
#program-holder .panel {
    background-color: #002716;
}

table.program.hidden-xs thead th,
table.program.visible-xs tbody th {
    text-align: center;
}
table.program tbody tr td {
    padding: 0;
}
table.program.hidden-xs tbody tr td {
    background-color: #5fb804;
}
table.program.hidden-xs tbody tr th.hour {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
}
table.program tbody tr td div.orar-item {
    background-color: #ff7e00;
    padding: 5px;
    line-height: 1.1em;
}
table.program tbody tr td.instructor-4 div.orar-item .instructor,
table.program tbody tr td.instructor-8 div.orar-item .instructor {
    display: none;
}
table.program tbody tr td div.orar-item .rezerva img {
    vertical-align: baseline;
}
table.program tbody tr td div.orar-item .rezerva a {
    font-weight: bold;
    color: #045631;
}
table.program tbody tr td div.orar-item .rezerva a:hover {
    color: #ddffdd;
}
table.program.visible-xs tbody tr td div.orar-item .rezerva {
    text-align: center;
    margin-top: 10px;
}
table.program.visible-xs tbody tr td div.orar-item .rezerva a {
    background-color: #FFB164;
    padding: 5px 10px;
    border-radius: 8px;
}
table.program tbody tr td div.orar-item .time > sup {
    font-size: 0.9rem;
}
table.program.visible-xs tbody tr th.hour {
    white-space: nowrap;
}
article#post-9 header h3 {
    display: none; /* hide "Home" title */
}

.profile-section {
    background-color: #002716;
}
.profile-section h1.name {
    color: #5fb804;
    border-bottom: 2px solid #ff7e00;
}
.profile-section .profile-photo {
    background-color: #ff7e00;
    border-radius: 0;
}
.profile-section .profile-photo>img {
    border-width: 0;
    border-radius: 0;
}

.profile-section .list-group {
    margin-left: 0;
}

.profile-section .list-group .list-group-item {
    margin-bottom: 0;
    background-color: inherit;
    border-color: #1A5B3F;
}

.profile-section .list-group li.list-group-item:first-child {
    background-color: rgba(4, 86, 49, 0.5);
    color: #ff7e00;
}
.card.border-danger {
    background-color: inherit;
}
.card.border-danger .card-header {
    background-color: brown;
}
ul.timeline {
    background-color: inherit;
}
#termsPanel1 h4.modal-title {
    display: none;
}
#termsPanel1 > .modal-body {
    padding: 0;
}
.footer-widget-container {
    border-top-width: 0;
}
.site-footer {
    border-top: 2px solid #ff7e00;
}
.cookies-eu {
    border-color: #002716;
    background-color: #002716;
    color: #cccccc;
    position: static;
}
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
    padding: 4px 16px;
    margin: 16px 8px;
    background-color: #cd4c00;
}
.cookies-eu .cookies-eu-link {
    font-weight: bold;
    color: #ffffff;
}
@media (max-width: 768px){
    .has_header-image {
        height: 80px;
    }
    .has_header-image img.header-image {
    }

    .site-branding .site-info {
        text-align: left;
    }

    .site-branding .site-info img.custom-logo {
        width: 192px;
        height: auto;
    }

    .site-content > .article-header{
        height: auto;
    }
    .site-content > .article-header .container {
        padding: 10px 0;
    }
    .site-content > .article-header .container .entry-detail h1 {
        margin-bottom: 0;
    }
    .content-area {
        margin-top: 10px;
    }
}


@media only screen and (max-width: 568px) {
    .has_header-image {
        height: 64px;
    }
    .has_header-image img.header-image {
    }
    .site-branding .site-info img.custom-logo {
        width: 128px;
    }
    .widget-area .widget, article, .page-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .inner-wrapper {
        padding: 5px 0;
        margin-bottom: 15px;
    }
    .inner-wrapper > .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .inner-wrapper > .container > .row > .col-md-12 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .inner-wrapper > .container > .row > .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cookies-eu {
        position: fixed;
        bottom: 16px;
        left: 32px;
        right: 32px;
        z-index: 1001;
        padding: 16px 4px;
    }

    .cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
        margin: 0;
    }
}