@import "home.css";
@import "footer.css";
@import "page-news.css";
@import "help.css";
@import "ourwork.css";
@import "whoweare.css";
@import "missionvision.css";
@import "annualreports.css";
@import "cpp.css";
@import "contact.css";
@import "contact-info.css";
@import "history.css";
@import "shop.css";
@import "cart.css";
@import "checkout.css";
@import "donation_checkout_halk.css";
@import "zvezdeno-nebo.css";
@import "sos-superheroi.css";

/*.lang-item-en{*/
/*    display: none !important;*/
/*}*/
.no-posts-container {
    display: none;
}

.d-none {
    display: none !important;
}

em {
    font-style: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B41;
    font-weight: 600;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.homepage-slider-section {
    width: 100%;
    overflow-x: hidden;
}


/*Top menu*/
#top-menu {
    padding: 10px 20px;
    overflow: hidden;
}

.img-float {
    float: right;
}

.desc-float {
    float: right;
    text-align: right;
}

.float-btn {
    float: left;
}

.left-no-padding {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.right-no-padding {
    padding-right: 0 !important;
}

.left-no-margin {
    margin-left: 0 !important;
}

.right-no-margin {
    margin-right: 0 !important;
}

.top-social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.top-social-media li {
    display: inline-block;
    float: left;
}

.top-social-media li a {
    display: inline-block;
    float: left;
    padding: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-menu ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    width: auto;
    margin: 0;
}

.top-menu ul li {}

.top-menu ul li a {
    font-size: 12px;
    display: block;
    text-decoration: none;
    margin: -10px 8px 0 0;
    background-color: #009ee0;
    color: #fff;
    padding: 10px 14px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-menu ul li a:hover {
    background-color: #ec7404;
}

.top-social-media li a:hover {
    opacity: 0.6;
}

.top-fb {
    background-image: url("../images/social-icons/facebook.svg");
}

.top-tw {
    background-image: url("../images/social-icons/twitter.svg");
}

.top-yt {
    background-image: url("../images/social-icons/youtube.svg");
}

.top-mail {
    background-image: url("../images/social-icons/mail.svg");
}

.top-insta {
    background-image: url("../images/social-icons/instagram.svg");
}

/*MAIN MENU*/
#site-logo {
    float: left;
    max-width: 190px;
    margin-right: 115px;
}

#main-menu .navbar-brand img {
    width: 190px;
    height: auto;
}

#main-menu .navbar {
    padding: 21px 0;
    border-radius: 0;
}

.primary-menu {
    display: flex;
    position: relative;
    z-index: 99;
    justify-content: center;
}

.primary-menu a {
    font-weight: 600;
}

.primary-menu>ul#menu-main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 800px;
}

.primary-menu .my-parent-item {
    line-height: 50px;
}

.primary-menu ul li.menu-item-has-children:after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    margin: 20px 20px 10px 0px;
    top: 10px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #009ee0 transparent transparent transparent;
}

.primary-menu ul ul li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    border-color: #aaa transparent transparent transparent;
}

.primary-menu ul li.menu-item-has-children:hover:after {
    border-color: #fff transparent transparent transparent;
}

.primary-menu .my-parent-item a {
    padding: 10px 20px;
    color: #919191;
    text-decoration: none;
}

.primary-menu .my-parent-item:hover {
    background-color: #009ee0;
}

.primary-menu #menu-main-menu>.my-parent-item.subselected a,
.primary-menu #menu-main-menu>.my-parent-item:hover a {
    color: #fff;
}

.primary-menu #menu-main-menu>.my-parent-item>a {
    font-size: 14px;
}

.primary-menu .my-parent-item:hover>ul {
    display: block;
    position: absolute;
}

.primary-menu .sub-menu {
    display: none;
}

.primary-menu .sub-menu li {
    position: relative;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
    line-height: 30px;
    width: 100%;
}

.primary-menu .sub-menu li a {
    margin: 0;
    padding: 11px 30px 11px 15px;
    line-height: 1.4;
    color: #666 !important;
    display: block;
}

.primary-menu .sub-menu ul li a {
    padding: 11px 15px;
}

.primary-menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 12em;
}

.primary-menu ul ul ul {
    left: 100%;
    top: 0;
    border-left: 2px solid #e4e4e4;
}

.primary-menu li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.primary-menu .my-parent-item li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.primary-menu .expand {
    font-size: 10px;
    float: right;
    margin-right: 5px;
}


@media all and (max-width: 990px) {
    .primary-menu {
        display: none;
    }
}

.the_content img,
.the_content figure {
    width: 100% !important;
    height: auto;
}


.donate-heaeder-button {
    display: inline-block;
    float: right;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*     background: #00AEEF; */
    background: #FF8C00;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 11px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.donate-heaeder-button:hover {
    /*     color: #fff; */
    /*     background: #00aeef91; */
    /* 	background: #FFA500; */
}

.donate-mobile-version:hover img,
.donate-heaeder-button:hover img {
    opacity: 0.8
}

.donate-heaeder-button:focus {
    color: white;
}

.search-button {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url("../images/search.svg") no-repeat center center;
    background-size: 20px;
    margin: 26px 10px;
    cursor: pointer;
    position: relative;
}

/*HEADER SEARCH BAR*/
.menu-container {
    position: relative;
}

.header-search-bar {
    position: absolute;
    top: 93px;
    z-index: 99;
    background: #f5f7fa;
    padding: 20px;
    width: 264px;
    border: 1px solid #e6e7e8;
    right: 0;
    display: none;
}

.header-search-bar form,
.header-search-bar form label,
.header-search-bar form input {
    width: 100%;
}

.header-search-bar form input {
    border: 1px solid #e6e7e8;
    box-shadow: none;
    background: #fff;
    padding: 5px;
    font-weight: 300;
    width: 100%;
}

.header-search-bar button {
    background: #00aeef;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 3px 9px;
    position: absolute;
    top: 23px;
    right: 23px;
    display: none;
}

/*MOBILE MENU*/

#main_menu_mobile {
    margin: 0;
}

#main_menu_mobile .sub-menu {
    display: none;
}

.body-padding-fixed-nav {
    padding-top: 116px;
}

#main_menu_mobile .navbar-brand {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: auto;
    left: 0;
    right: 0;
    margin: 10px auto;
}

#main_menu_toggle {
    max-width: 55px;
    border: none;
    margin: 0;
}

#main_menu_toggle:hover,
#main_menu_toggle:focus {
    background: none !important;
}

#main_menu_toggle img {
    width: 100%;
    height: auto;
}

#main_menu_mobile .search-button {
    margin: 16px 10px 16px -4px;
}

#main_menu_mobile .header-search-bar {
    top: 53px;
    width: 100%;
    border: 1px solid #cdcdcd;
    left: 0;
}

.mobile_menu_container {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    left: -100%;
    right: unset;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    padding: 70px 0 70px 0;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mob-menu-opened {
    left: 0;
    right: unset;
}

.close-mobile-menu {
    position: absolute;
    top: 8px;
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
    border-radius: 50%;
    right: 9px;
}

.mobile-menu>ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}

.mobile-menu>ul>li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.drop-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 13px;
    top: 4px;
    margin: auto;
    z-index: 99;
    background-color: #00aeef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 0px;
    border-radius: 5px;
}

.mobile-menu>ul>li>a {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}

.mobile-menu li,
.mobile-menu li a {
    color: #454b41;
    text-decoration: none;
    display: flex;
    min-height: 50px;
    justify-content: flex-start;
    align-items: center;
}

/*SECOND LEVEL MOBILE MENU*/
.mobile-menu>ul>li>ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    background: #f5f7fa;
}

.mobile-menu>ul>li>ul>li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


.mobile-menu>ul>li>ul>li>a {
    font-size: 17px !important;
    padding: 10px 33px !important;
    border-bottom: 1px solid #ddd;
    display: block;
}

/*THIRD LEVEL MOBILE MENU*/

.mobile-menu>ul>li>ul>li>ul {
    background-color: #f2f2f2;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.mobile-menu>ul>li>ul>li>ul li {
    position: relative;
}

.mobile-menu>ul>li>ul>li>ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/arrow-right.svg");
    background-size: 12px;
    left: -20px;
    top: 20px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

#main_menu_mobile {
    display: none;
}

.map-style {
    width: 90%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

/*Default template*/
.default-img {
    position: relative;
    padding-bottom: 35%;
}

.default-description {
    position: absolute;
    font-size: 20px;
    width: 65%;
    background: #3333336e;
    padding: 30px;
    color: white;
    bottom: 0;
    /* right: 0; */
    left: 17.5%;
    text-align: center;
}

.default-description-mobile {
    display: none;
}

.default_page .donate_back p {
    text-align: left;
    width: 70%;
    color: #454B41;
}

.slick-track {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    align-items: center;
    justify-content: center;
}

body {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto !important;
}

.modal-open .modal {
    overflow: auto !important;
}

.widget-area {
    text-align: left;
}

#nav_menu-2 {
    margin-bottom: 50px;
}

#menu-sidebar-menu {
    list-style-type: none !important;
    font-size: 18px;
}

.sidebar-menu {
    margin-top: 25px;
}

.margin-content-default {
    margin-bottom: 50px;
}

.default_btn_link {
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #00AEEF;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
}

.default_btn_link:hover,
.default_btn_link:active {
    color: #fff;
    background: #00aeef91;
}

.default_btn_link:focus {
    color: white;
}


/*Hearts slider*/
/*.hearts{
    background: #F5F7FA;
}*/
#menu-sidebar-menu li a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right.svg);
    background-size: 12px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: 7px;
    left: 17px;
}

#menu-sidebar-menu li a:hover:before {
    margin-left: 1px;
}

#menu-sidebar-menu li a {
    color: #00AEEF;
}

#menu-sidebar-menu li a:hover,
#menu-sidebar-menu li a:focus {
    text-decoration: none;
}

#hearts {
    overflow: hidden;
}

.hearts-slider {
    /*padding:0 40px;*/
    margin-bottom: 80px;
    background: #fff;
    position: relative;
}

.hearts-title {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #00AEEF;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
}

/*Partners slider*/
.partners-slider {
    padding: 0 40px;
    margin-bottom: 120px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: #fff;
}

.a-left.control-c {
    height: 30px !important;
    left: 10px !important;
}

.a-right.control-c {
    height: 30px !important;
    right: 10px !important;
}

.partners-title {
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #00AEEF;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
}

.logo-wrapper {
    padding: 10px;
    /*border: 1px solid #ddd;*/
}

.logo-wrapper img {
    display: block;
    max-width: 400px;
    /*  width: 100%;*/
    margin: auto
}

.link-hearts {
    -webkit-transition: 0.33s ease;
    -moz-transition: 0.33s ease;
    -o-transition: 0.33s ease;
    transition: 0.33s ease;
}

.title-single-heart h3 {
    text-align: center;
    position: relative;
    background: #00aeef;
    width: 100%;
    padding: 10px;
    color: white;
    margin-top: 5px;
    text-decoration: none;
    font-size: 20px;
}

.link-hearts:hover {
    text-decoration: none !important;
    opacity: 0.4;
}

.stani-prijatel-page .wpcf7-form label {
    width: 30% !important;
    margin: 0 !important;
    text-align: left !important;
}

.stani-prijatel-page .wpcf7-form>div {
    margin-bottom: 25px !important;
}

.stani-prijatel-page .wpcf7-form>div.button-monthly {
    margin-bottom: 0 !important;
    float: left !important;
}


/*MEDIA QUERIES*/

@media all and (min-width: 1280px) {
    #main-menu .navbar-brand img {
        width: 280px;
    }
}

@media all and (max-width: 1440px) {
    /*    .default-description{
        width: 80% !important;
    }*/
}

@media all and (max-width: 1199px) {
    #site-logo {
        margin-right: 20px;
    }

    .default-description {
        width: 100%;
        font-size: 17px;
        padding: 10px;
        left: 0;
    }

    .primary-menu>ul>li {
        margin-right: 5px !important;
    }

    .search-button {
        margin: 23px 43px;
    }
}

@media all and (max-width: 1024px) {
    .mobile-logo-sos {
        width: 170px;
    }
}

@media all and (max-width: 769px) {
    .default_page .donate_back span {
        float: unset;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }

    .reverse-row {
        margin-right: 0;
        margin-left: 0;
    }

    .default-img {
        padding-bottom: 60%;
    }
}

@media all and (min-width: 768px) {


    .mobile-menu>ul>li>ul>li>ul li:before {
        left: -10px;
        top: 10px;
    }

    .reverse-row {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        flex-direction: row-reverse;
    }

    .no_padding_container {
        padding: 0;
    }

    .default_page {
        margin-top: 30px;
        padding: 0;
    }
}

@media all and (max-width: 550px) {
    .mobile-logo-sos {
        width: 130px;
        position: relative;
        left: -20px;
    }

    .home-sl-nav {
        display: none !important;
    }

    .default-img {
        padding-bottom: 80%;
    }

    .top-social-media {
        display: none;
    }

    .default-description-mobile {
        display: block;
        text-align: center;
        background: #00aeef;
        color: white;
        padding: 10px;
    }

    .default_page {
        margin-top: 0;
    }

    .entry-title {
        text-align: center;
    }

    .default-description {
        display: none;
    }

    .top-menu ul {
        float: left;
    }

    .top-menu ul li a {
        margin-right: 10px;
    }

    .top-menu-wrapper {
        float: left;
        width: 100%;
        padding: 0;
    }

    .stani-prijatel-page .wpcf7-form label {
        width: 100% !important;
    }

}

@media (max-width: 991px) {
    #main_menu_mobile {
        display: block;
    }

    #main-menu {
        display: none;
    }

    .body-padding-fixed-nav {
        padding-top: 53px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }
}

#single_post .child_img {
    float: right;
}

#single_post .the_content ul {
    list-style: disc;
}

#primaryNav {
    margin: 60px 0 !important;
}

.main-menu {
    transition: all ease-in-out .4s;
}

.main-menu .main-menu-btn,
.main-menu .main-menu-logo {
    opacity: 0;
    transition: all ease-in-out .4s;
}

@media (min-width:992px) {
    .main-menu.sticky .row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .main-menu.sticky {
        background: rgba(255, 255, 255, 0.9);
        filter: blur(10);
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    }

    .main-menu.sticky .main-menu-btn,
    .main-menu.sticky .main-menu-logo {
        opacity: 1;
    }

    .admin-bar .main-menu.sticky {
        top: 32px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .primary-menu .my-parent-item a {
        padding: 10px 7px;
    }
}

@media (max-width:991px) {
    .main-menu {
        display: none;
    }
}