/*------------------------------------------------------------------
[Master Stylesheet]
Project: Alegada
Version:  1.0
Assigned to:  Templines
Primary use: Alegada
-------------------------------------------------------------------*/


/* FONTS*/
@import 'https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Roboto:300,300i,400,400i,500,500i,700,700i';
@import 'https://use.fontawesome.com/releases/v5.3.1/css/all.css';
@import '../fonts/stroke/style.css';
@import '../fonts/elegant/style.css';
@import '../fonts/flaticon/font/flaticon.css';



/* PLUGIN CSS */

@import '../libs/bootstrap/bootstrap-grid.css';                /* bootstrap */
@import '../libs/bootstrap/bootstrap.min.css';                /* bootstrap */
@import '../libs/headers/header.css';                /* header */
@import '../libs/headers/yamm.css';                /* header */
@import '../libs/slider-pro/slider-pro.css';         /* main slider */
@import '../libs/owl-carousel/owl.theme.css';                 /* other sliders */
@import '../libs/bxslider/jquery.bxslider.css';                 /* other sliders */
@import '../libs/magnific-popup/magnific-popup.css';            /* modal */
@import '../libs/animate/animate.css';                        /* animations */



/* MAIN CSS */

@import 'theme.css';
@import 'forum.css';
@import 'color.css';
@import 'responsive.css';

.nav-link.portal-login-btn {
    background-color: #8f1d24;
    border: 1px solid #8f1d24;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-left: 10px;
    padding: 10px 16px !important;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.nav-link.portal-login-btn:hover,
.nav-link.portal-login-btn:focus {
    background-color: transparent;
    color: #8f1d24 !important;
}

.footer-brand-message {
    padding: 0;
    margin-top: 14px;
}

.footer-brand-message h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
}

.footer-brand-message .footer-brand-motto {
    color: #c5a47e;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 6px;
}

.footer-brand-message p {
    color: #d8d8d8;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.5;
}

footer .footer-social.footer-social--brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-end;
    padding: 4px 0;
}

footer .footer-social.footer-social--brand .footer-follow-label {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-right: 8px;
    white-space: nowrap;
}

footer .footer-social.footer-social--brand a {
    color: #c5a47e;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
}

footer .footer-social.footer-social--brand a + a:before {
    content: "|";
    color: rgba(255, 255, 255, 0.35);
    position: absolute;
    left: -2px;
}

footer .footer-social.footer-social--brand a:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .footer-brand-message h5 {
        font-size: 17px;
    }

    footer .footer-social.footer-social--brand {
        justify-content: flex-start;
        margin-top: 8px;
    }

    footer .footer-social.footer-social--brand .footer-follow-label {
        width: 100%;
        margin-bottom: 4px;
    }

    .nav-link.portal-login-btn {
        margin: 8px 0 0;
        display: inline-block;
    }
}
