/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.15.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dark .logo a {
    position: absolute;
    top: 0;
}

.nav-dark .is-outline, .dark .nav > li > a, .dark .nav > li.html, .dark .nav-vertical li li.menu-item-has-children > a, .dark .nav-vertical > li > ul li a, .dark .nav-vertical-fly-out > li > a, .nav-dropdown.dark > li > a, .nav-dropdown.dark .nav-column > li > a, .nav-dark .nav > li > a, .nav-dark .nav > li > button {
    color: rgba(255, 255, 255, 1);
}

.nav > li > a, .nav-dropdown > li > a, .nav-column > li > a, .nav-vertical-fly-out > li > a {
    color: #000000;
}

.header-main .nav > li > a {
    font-weight: normal;
}

.header-button .button {
    font-weight: normal;
}

.header.show-on-scroll, .stuck .header-main {
    height: 80px !important;
    background: white;
}

.slide-text h2 {
    line-height: 3.8rem;
}

.slide-btn-col {
    padding-bottom: 0;
    margin-top: 20px;
}

.section-right-leaf .img-inner, .section-footer-leaf .img-inner {
    position: initial;
}

.section-left-drop .img-inner {
    position: initial;
}

.slide-text .green-bb {
    border-bottom: 5px solid #21b14b;
}

.greenme {
    color: #21B14B;
}

.blueme {
    color: #147CC3;
}

.section-right-leaf img {
    position: absolute;
    max-width: 30%;
    top: -60px;
    right: -50px;
    opacity: 0.1;
}

.section-footer-leaf img {
    position: absolute;
    max-width: 30%;
    top: 80px;
    right: -50px;
    opacity: 0.5;
}

.section-left-drop img {
    position: absolute;
    max-width: 35%;
    top: -30px;
    left: 0;
    opacity: 0.05;
}

.novice-widget .box-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.novice-widget .box-push {
    background-color: #F5F5F5 !important;
    border-radius: 20px;
}
.novice-widget .col .col-inner{
    border-radius: 20px;
}

.novice-widget .box-text {
    border-radius: 20px;
}

.absolute-footer {
    display: none;
}

footer ul li.bullet-checkmark:before, footer ul li.bullet-arrow:before, footer ul li.bullet-star:before {
    color: #1c1c1c;
}

footer .primary.is-link, footer a {
    color: #1c1c1c;
}

.footer-section {
    padding-top: 60px;
}

#mc_embed_signup {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

#mc_embed_signup .mc-field-group #mce-EMAIL {
    width: 100%;
    border-radius: 99px;
}

#mc_embed_signup #mc-embedded-subscribe {
    margin: 15px auto;
}

form#mc-embedded-subscribe-form {
    margin-bottom: 0;
}

.brandingLogo {
    visibility: hidden !important;
    display: none;
}

.br-15, .br-15 .fill, .br-15 .img-inner {
    border-radius: 20px;
}

.lightbox-content h3 {
    margin-top: 15px;
}

.form-flat small {
    display: block;
    margin-bottom: 20px;
}

.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    background: none;
    border-color: #d1d1d1;
}

.col-inner .map-height {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.entry-meta .byline {
    display: none;
}

.box-image, .entry-image img {
    border-radius: 20px;
}

.zaposleni-section .banner .fill {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blog-wrapper.page-wrapper {
    padding-top: 0;
}
.blog-wrapper.blog-single.page-wrapper {
    padding-top: 60px;
}

.error404 #primary .error-404 {
    margin-top: 160px;
    margin-bottom: 90px;
}
.box > .box-text{
    padding-bottom: 0;
}
.box > .box-text h3 > a{
    color: inherit;
    transition: 0.3s all;
}
.box > .box-text h3 > a:hover{
    color: #21B14B;
}
.acc-scroll{
    color: #21B14B;
    font-weight: bold;
}
.acc-scroll:hover{
    cursor: pointer;
}
@media only screen and (max-width: 850px) {
    .col-inner .map-height {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 0;
    }

    .zaposleni-section .banner .fill {
        border-bottom-left-radius: 0;
    }

    .zaposleni-section .col-inner.text-right {
        text-align: left;
    }

    .zaposleni-section .col-inner.text-right a.button {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .slide-text h2, .slide-text h3, .slide-text h4, .slide-btn-col .text-left {
        text-align: center;
    }

    .transparent #logo img {
        max-height: 90px !important;
    }

    .slide-text h2 {
        line-height: 2.8rem;
    }

    .section-right-leaf img {
        position: absolute;
        max-width: 50%;
        top: -40px;
        right: -10px;
    }

    .section-left-drop img {
        max-width: 40%;
    }
}

@media only screen and (max-width: 650px) {

}

@media only screen and (max-width: 550px) {
    .zaposleni-section .banner .fill {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }
}
@media (max-width: 549px) {
    .is-large {
        font-size: 1.4em;
    }
}