/*
Theme Name: Publisher Child Theme
Theme URI: http://themeforest.net/item/publisher/15801051?ref=Better-Studio
Version: 1.0.0
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: publisher
Copyright: (c) 2016 BetterStudio
Template: publisher
*/

.page-layout-1-col .container, .page-layout-1-col .content-wrap, body.page-layout-1-col .boxed.site-header .main-menu-wrapper, body.page-layout-1-col .boxed.site-header.header-style-5 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block, body.page-layout-1-col .boxed.site-header.header-style-6 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block, body.page-layout-1-col .boxed.site-header.header-style-8 .content-wrap>.bs-pinning-wrapper>.bs-pinning-block, body.page-layout-1-col.boxed .main-wrap, .page-layout-2-col-right .container, .page-layout-2-col-right .content-wrap, body.page-layout-2-col-right.boxed .main-wrap, .page-layout-2-col-left .container, .page-layout-2-col-left .content-wrap, body.page-layout-2-col-left.boxed .main-wrap, .page-layout-1-col .bs-vc-content>.vc_row, .page-layout-1-col .bs-vc-content>.vc_vc_row, .page-layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper, .footer-instagram.boxed, .site-footer.boxed, .page-layout-1-col .bs-vc-content>.vc_row.vc_row-has-fill .upb-background-text.vc_row {
    max-width: 1300px !important;
}

.page-layout-3-col-0 .container, .page-layout-2-col-right .container, .page-layout-3-col-4 .container {
    padding-left: 10px;
}

.content-container {
    padding-left: 15px;
}

@media screen and (max-width: 525px) {
    .content-container {
        padding-left: 15px;
    }
}

.social-login-btn.btn {
    text-transform: none;
}

.bspw-header-style-8,
.site-header.header-style-8.full-width>.bs-pinning-wrapper>.content-wrap.pinned {
    background: #afbf12;
    background: -webkit-linear-gradient(#c3d208, #afbf12);
    background: -o-linear-gradient(#c3d208, #afbf12);
    background: -moz-linear-gradient(#c3d208, #afbf12);
    background: linear-gradient(#c3d208, #afbf12);
}

.top-menu.menu>li .sub-menu {
    width: 200px !important;
    background-color: #00aaad !important;
    color: #e7fdfd;
}
.top-menu.menu .sub-menu>li>a {
    color: #e7fdfd !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    line-height: 22px !important;
}

/* TOP Menu on the right side */
.topbar .section-menu {
    float: right;
}
.topbar-sign-in {
    margin-top: 2px;
    border-left: 1px #4a4a4a solid;
    padding-left: 14px;
}
/* Add Gallery to the right side of a post */

.dbs-primary-content {
    margin-bottom: 24px;
}

.dbs-gallery-view {
    float: right;
    padding-left: 14px;
    padding-bottom: 14px;
    max-width: 238px;
}

.dbs-gallery-view img  {
    width: 110px;
    height: 110px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* Fix Mobile admin bar */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
/* END: Fix Mobile admin bar */

#dbs-site-logo {
    position: absolute;
    float: left;
    display: flex;
    margin-left: 25px;
}

#dbs-logo-bg {
    background: #9d3865;
    padding: 15px 24px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#dbs-logo-name {
    padding: 20px;
    font-size: 24px;
    line-height: 24px;
    color: white;
    font-weight: 300;
}

#dbs-header-space {
    background: #afbf12;
    background: -webkit-linear-gradient(#c3d208, #afbf12);
    background: -o-linear-gradient(#c3d208, #afbf12);
    background: -moz-linear-gradient(#c3d208, #afbf12);
    background: linear-gradient(#c3d208, #afbf12);
}

.main-menu-inner {
    background: #879409;
    background: -webkit-linear-gradient(#afbf12, #879409);
    background: -o-linear-gradient(#afbf12, #879409);
    background: -moz-linear-gradient(#afbf12, #879409);
    background: linear-gradient(#afbf12, #879409);
}

.site-header .search-container.open .search-box {
    width: 40%;
    min-width: 500px;
    border-radius: 15px;
    height: 35px;
}

/* FOOTER: Set footer to the bottom of the page
.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
}

html {
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 86px;
  min-height: 100%;
}

 FOOTER: END */

.layout-1-col, .layout-2-col, .layout-3-col {
    margin-top: 0 !important;
}


/*
.dbs-5-header #logo-img {
    background-color: #9d3865;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    padding: 8px;
}*/

.dbs-5-header #logo-img {
    background-color: #9d3865;
    border-radius: 35px;
    width: 65px;
    height: 65px;
    padding: 12px;
    margin-left: -8px;
}

.dbs-5-header #logo-name {
    color: #00AAAD;
    margin: auto 60px auto 10px;
    line-height: 20px;
    display: block;
}

.dbs-5-header .site-meta {
    line-height: 18px;
    margin-top: 10px !important;
    display: flex;
}

.dbs-5-header > a {
    width: 25%;
}

.dbs-5-header {
    height: 79px;
    display: flex;
}

.top-menu.menu .sub-menu>li.menu-item-has-children>a:after {
    top: -1px !important;
}

.site-header.header-style-5 .main-menu>li>a {
    line-height: 49px !important;
}

.site-header.header-style-5 .main-menu.menu {
    height: 50px !important;
    margin-top: 20px;
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dbs-5-header .header-full-view {
    height: 50px;
    width: 100vw;
    z-index: -5;
    position: absolute;
    top: 20px;
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.site-header.header-style-5 .search-container .search-box .search-form .search-field {
    height: 35px !important;
    margin-top: 27.5px;
    border-radius: 5px;
    /*background-color: #33f28b !important;*/
    border: 1px #00AAAD solid;
}

.site-header.header-style-5 .search-container.open .search-handler {
    margin-top: -9px !important;
}

.site-header .dbs-5-header .search-container.close {
    height: 50px !important;
    margin-top: 20px;
    background-color: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px #e8e8e8 solid;
}

.site-header.header-style-5 .site-branding {
    width: 100% !important;
    float: unset !important;
    float: none !important;
}

#main-navigation a {
    color: #9d3865;
    text-transform: uppercase;
    font-size: 14px;
}

.site-header.header-style-5 .main-menu.menu>li.current-menu-item>a {
    background: rgba(0,0,0,0.03) !important;
}

/* Hide down carret */
.site-header.header-style-5 .main-menu.menu>li.menu-item-has-children>a:after {
    display: none !important;
}

.topnotch.overflow--holder {
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: -15px;
    z-index: 99999;
}

.topnotch.overflow--inner {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

header {
    margin-bottom: 15px;
}

.post-tp-3-header.wfi:before {
    top: unset !important;
    height: 190px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)) !important;
}

.bf-breadcrumb {
    text-align: left;
    font-family: Lato !important;
    padding: 0!important;
}

.bf-breadcrumb > div {
    padding: 0!important;
    margin-left: 2px !important;
}

.widget.widget_nav_menu ul.menu li a, .widget.widget_nav_menu ul.menu .sub-menu>li:last-child a {
    border: none !important;
}

.widget.widget_nav_menu ul.menu > li > a:before {
    display: none !important;
}

.widget.widget_nav_menu ul.menu > li {
    /*border: 1px solid #dedede;*/
}

.widget.widget_nav_menu ul.menu > li > a {
    background-color: transparent !important;
    text-transform: uppercase;
}

.widget.widget_nav_menu ul.menu li .sub-menu>li {
    margin-left: 0;
}

.widget.widget_nav_menu ul.menu li .sub-menu>li>a:before {
    content: '\f105' !important;
    margin-left: 0;
}

.widget.widget_nav_menu ul.menu li .sub-menu>li>a {
    content: '\f105' !important;
}

.rh-header.dark .rh-container {
    background: #00aaad;
}

.logo-container-mobile #logo-name {
    color: white;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    margin-left: 15px;
}

.logo-container-mobile #logo-img {
    display: inline-block;
    background-color: #9d3865;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding: 9px 10px;
    margin-top: -5px;
    margin-left: 15px;
}

.main-menu.menu .sub-menu>li:hover>a {
    color: #FFF !important;
}

.logo-container-mobile {
    min-width: 175px;
}

div.section-heading.sh-t1.sh-s1, #nav_menu-2.widget .section-heading.sh-t3.sh-s1 {
    display: none;
}

h1.section-heading.sh-t1.sh-s1 .post-title.h-text {
    font-size: 25px;
    line-height: 20px;
    font-family: 'Barlow Condensed';
}

h1.section-heading.sh-t1:after {
    display: none;
}

/* Front widget - fixed link color */
article.listing-item .term-badge > a:hover {
    color: #fff !important;
}

/* SPREMEMBE 8 3 2018 */
.listing-mg-type-1 .title {
    line-height: 1.1 !important;
}

.listing-mg-type-1 .title:hover, .entry-content.single-post-content a:hover, .single-page-simple-content .entry-content a:hover:not(.csm-nav) {
    text-decoration: none !important;
    color: #00aaad; /* !important */
}


.term-badges > .term-badge > a:hover {
    color: #fff !important;
}


.listing-mg-type-1 .post-meta {
    font-family: 'Barlow Condensed';
}

.post-tp-3-header.wfi .single-post-title {
    line-height: 1.1 !important;
}

.post-tp-3-header.wfi .post-meta {
    font-size: 22px;
}
.single-post-excerpt.post-excerpt-bc, .site-header.header-style-5.full-width {
    border-bottom: none !important;
}

.archive-title {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.rss-link {
    margin-top: -5px !important;
}

.archive-title .term-badges {
    margin-top: 0 !important;
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter>.sub-menu {
    border-radius: 0 0 5px 5px;
}

.sdb-datafiles-icon {
    height: 26px;
    width: 26px;
    margin-right: 8px;
}
.sdb-datafiles-table {
    width: 100%;
}

.sdb-datafile-wrap {
    margin-bottom: 35px;
}

#menu-mladi a {
    border-bottom: #dfdfdf 1px dashed !important;
    font-size: 18px;
    /*color: #00aaad;*/
}

#menu-mladi a:hover {
    background-color: transparent !important;
    color: #000;
}

.menu-mladi-container {
    padding-top: 66px;
    padding-bottom: 66px;
}

.section-heading.sh-t3:after {
    background-color: #00aaad !important;
}

.sdb-datafiles-table:not(.border) tbody tr th, .sdb-datafiles-table:not(.border) tbody tr td, .sdb-datafiles-table:not(.border) {
    border: none !important;
}

.sdb-datafiles-table th {
    font-weight: 500;
}

.sdb-datafiles-table td:nth-child(3) {
    text-align: right;
}

.post-author-a {
    display: none;
}

#content .container > div.content-column {
    padding-left: 5px;
}

.calendar-view .section-heading {
    margin: 0px;
}

.calendar-view p {
    margin-bottom: 0px !important;
}
.calendar-view hr {
    margin-top: 5px !important;
    margin-bottom: 2px !important;

}

.calendar-view ul {
    margin-top: 0px !important;
    padding-left: 0;
}

.calendar-view ul.simcal-events {
    margin-left: 0 !important;
    margin-right: 0;
}

.calendar-view li {
    margin-bottom: 0px !important;
}

.calendar-view .simcal-nav.simcal-current h3 {
    text-transform:uppercase;
    font-size:20px;
    font-weight: 500;
}

.calendar-view .simcal-event-description {
    margin-bottom: 0 !important;
}

#site-footer .container {
    margin-left: 20px !important;
}

strong, b {
    letter-spacing: 0.3px;
    font-weight: 500;
}

.footer-widget strong {
    font-weight: 500;
}

.footer-widget {
    font-size: 15px;
    line-height: 1.4;
}

.simcal-event-big-date-container {
    min-width: 75px;
    float: left;
    padding: 5px 10px;
    text-align: center;
}

.simcal-event-big-date {
    border: #00aaad 2px solid;
    border-radius: 30px;
    padding: 5px;
    background-color: #f2f2f2;
}

.simcal-event-big-date-month {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    text-transform: uppercase;
}

.simcal-event-big-date-day {
    font-size: 26px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 6px;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
    min-height: 70px;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
    border-bottom: 2px solid #f0f0f0;
}

.simcal-events-list-container > div > ul > li {
    border: 0;
}

.simcal-event {
    display: flex;
}

.simcal-event-details {
    margin: auto 0;
}

.single-post-content .entry-terms.post-tags a {
    font-size: 14px;
}

.topbar.use-pretty-tabs {
    /*z-index: 80 !important;*/
}

.bs-pinning-block {
    /*z-index: 99 !important;*/
}

.bs-pinning-wrapper.bspw-header-style-5 .content-wrap.bs-pinning-block.smart.pinned {
    height: 98px;
}

.vc-hoverbox-wrapper .vc-hoverbox {
    margin-bottom: 35px;
}

.nf-field-label label, .nf-field-element label {
    font-weight: 500 !important;
}

.has-post-thumbnail.single-page-content .featured img {
    width: 100%;
}

.footer-widgets {
    padding: 30px 0 10px;
}

.entry-content table>tbody>tr>td, .entry-content table>tbody>tr>th, .entry-content table>tfoot>tr>td, .entry-content table>tfoot>tr>th, .entry-content table>thead>tr>td, .entry-content table>thead>tr>th {
    border: 0;
}

.entry-content table {
    border: 0;
}

/* Category view - button list fix */
.archive-title .term-badges span.term-badge a {
    font-size: 13px;
    font-weight: 400;
}

/* START: Projekti v izvajanju */
.sdb-active-projects div.vc-hoverbox-front-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00aaadc2;
    padding: 12px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sdb-active-projects h2 {
    text-align: center;
    line-height: 1;
    margin: 0;
}
/* END: Projekti v izvajanju */

/* START: Donation Hover elements */
.sdb-donations div.vc-hoverbox-front {
    height: 290px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	justify-content: unset;
}

.sdb-donations div.vc-hoverbox-front-inner  {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.sdb-donations div.vc-hoverbox-front-inner h2 { 
	margin: 0;
    font-size: 22px;
}
.sdb-donations div.vc-hoverbox-back-inner div.vc_btn3-container > a:hover { 
	color: #FFF;
	font-weight: 500;
}
.sdb-donations div.vc-hoverbox-back-inner div.vc_btn3-container > a {
	font-weight: 500;
}


.sdb-active-projects h2 {
    text-align: center;
    line-height: 1;
    margin: 0;
}
/* END: Donation Hover elements */

/* END: Front Page projects fix */
.sdb-front-project-content {
	justify-content: space-around;
    flex-direction: column;
}
/* END: Front Page projects fix */