/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.program-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.slide-bg-overlay {
    background-color: #0007 !important;
}

/* ==============================
    SECONDARY HEADER
 ============================== */

/* ==============================
    HOMEPAGE HERO SECTION
 ============================== */

.nectar-slider-wrap .swiper-slide.vr-hero .container .content h2 {
	font-size: 51px !important;
    line-height: 1.2 !important;
    font-weight: 700;
}

.nectar-slider-wrap .swiper-slide.vr-hero .container .content p {
	font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 500;
}

@media (max-width: 690px) {
    .nectar-slider-wrap .swiper-slide.vr-hero .container .content h2 {
        font-size: 40px !important;
    }

    .nectar-slider-wrap .swiper-slide.vr-hero .container .content p {
        font-size: 16px !important;
    }
}

.vr-hero .button.transparent {
    background-color: #0004;
}

/** ==============================
    FOOTER
 ============================== */

.footer-menu h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu li {
    list-style-type: none;
    padding: 4px 0;
}

.footer-menu li a {
    color: #fff;
    position: relative;
    display: inline-block;
}

.footer-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.footer-menu li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.footer-copyright {
    --size: 12px;

    display: flex;
    gap: 4px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-copyright .love {
    display: flex;
}

.footer-copyright p {
    font-size: var( --size ) !important;

    white-space: nowrap;
}

.footer-copyright div.nectar_icon {
    padding: 0 4px !important;
    translate: 0 -2px !important;
}

.footer-copyright i {
    font-size: var( --size ) !important;
    height: var( --size ) !important;
    width: var( --size ) !important;
    line-height: var( --size ) !important;

    color: #efda86 !important;
}

.footer-copyright a {
    color: var(--nectar-font-light-color);
}

.footer-copyright a:hover {
    color: #ccc;
}

@media (max-width: 690px) {
    .footer-copyright {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer-copyright .separator {
        display: none;
    }
}


div.newsletter-subscription h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

div.newsletter-subscription form > input {
    background-color: #cccccc;
}

div.newsletter-subscription form > button {
    margin-top: 8px;

    font-size: 16px !important;
}

.footer-social-icons {
    margin-top: 32px;
}

/* Popuniti točke u Iskustva stručnjaka sekciji stranice O nama */
.nectar-icon-list .list-icon-holder {
    background-color: #40527b !important;
}

div.nectar-responsive-text p,
.archive-description p,
.program-hero-kratki-opis,
.wysiwyg p, 
.wysiwyg ul,
.program-faq-answer p {
	text-align: justify;
}

/* Namjestanje opisa u Off-canvas menu */
.off-canvas-info {
    font-size: 1rem;
}

#header-secondary-outer nav {
	display:flex;
}

body #header-secondary-outer .nectar-center-text {
	text-align: end;
	max-width: 100%;
	padding: 0px;
}

