/*!
Theme Name: MADRIDXTRA
Author: Arren Marketing
Author URI: https://www.arrenmarketing.com/
Description: MADRIDXTRA Theme
Version: 1.0.1
Text Domain: lynxblog
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 *
 * 1.0 - Base
 *   1.1 - Normalize
 *   1.2 - Basic Elements
 *   1.3 - Grid System
 *   1.4 - Helpers
 *   1.5 - Buttons
 *   1.6 - Overlay
 *   1.7 - Popup
 *   1.8 - Slick Slider
 *   1.9 - Perfect Scrollbar
 */

/* --- / --- */


/*======
*
* 1.0 - Base
*
======*/
:root {
    --lx-primary: #b1a567;
    --lx-secondary: #000;
    --lx-dark: #b1a567;
    /*--lx-text: #7C8B99;*/
    --lx-accent: #b1a567;
    --lx-accent-hover: #ffdd43;
}

@media (max-width: 767px) {
    :root {
        --lx-header-height-mobile: 80px;
    }
}

body.light-mode .header__logo-wrapper img {
    filter: none !important;
}

div:not(.blog__wrapper) .section--bg .heading,
.dark-mode div:not(.blog__wrapper) .heading,
.dark-mode div:not(.blog__wrapper) .post-item__title a,
.dark-mode div:not(.blog__wrapper) .post-item__description,
.dark-mode div:not(.blog__wrapper) .post-item .category-item__link,
.dark-mode div:not(.blog__wrapper) .post-item__meta {
    color: var(--lx-secondary);
}

div:not(.blog__wrapper) .section--bg .heading a:hover,
.dark-mode div:not(.blog__wrapper) .heading a:hover,
div:not(.blog__wrapper) .section--bg .heading a:focus,
.dark-mode div:not(.blog__wrapper) .heading a:focus,
.dark-mode div:not(.blog__wrapper) .post-item__title a:hover,
.dark-mode div:not(.blog__wrapper) .post-item__title a:focus,
.dark-mode div:not(.blog__wrapper) .post-item .category-item__link:hover,
.dark-mode div:not(.blog__wrapper) .post-item .category-item__link:focus {
    color: var(--lx-white);
}

.heading a svg {
    color: inherit;
}

.newsletter__heading.heading{
    color: var(--lx-white) !important;
}

/*@media only screen and (max-width: 1024px) {*/
/*    .header__menu-wrapper.active {*/
/*        background-color: var(--lx-secondary);*/
/*    }*/
/*}*/

@media only screen and (max-width: 576px) {
    #blog-main iframe {
        max-width: 100% !important;
    }
}

/*@media only screen and (max-width: 370px) {*/
/*    .heading {*/
/*        font-size: 36px;*/
/*    }*/
/*}*/

.footer {
    background-color: var(--lx-primary);
}

.footer__title {
    color: var(--lx-white);
}

.footer .forminator-button-submit.btn.btn--primary {
    background-color: var(--lx-secondary);
}

/*.promo-post .category-item__link {*/
/*    color: var(--lx-secondary);*/
/*}*/

/*.section--bg .heading a:hover,*/
/*.dark-mode .heading a:hover,*/
/*.section--bg .heading a:focus,*/
/*.dark-mode .heading a:focus {*/
/*    color: var(--lx-accent);*/
/*}*/

/*.dark-mode .post-item__title a:hover,*/
/*.dark-mode .post-item__title a:focus {*/
/*    color: var(--lx-accent);*/
/*}*/

.footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0 24px;
}

.header__logo-wrapper {
    width: auto;
}

body.light-mode .header__logo-wrapper img {
    filter: brightness(0) invert(1);
}

.header__actions {
    width: auto;
}

.header .menu-item a {
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .header .menu-item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header .menu-item a {
        font-size: 20px;
    }
    .header__menu-wrapper {
        justify-content: center;
        padding-top: var(--lx-header-height-mobile);
        padding-bottom: var(--lx-header-height-mobile);
    }
    /*.header__navigation {*/
    /*    height: 100%;*/
    /*}*/
    /*.header__navigation {*/
    /*    height: 100%;*/
    /*}*/
    /*.header__menu {*/
    /*    justify-content: space-around;*/
    /*    height: 100%;*/
    /*}*/
}

@media (max-height: 400px) {
    .header .menu-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header .menu-item a {
        font-size: 16px;
    }
}

body .fs-embed-wrapper {
    color: var(--lx-text);
}

body .fs-upcoming-wrapper {
    margin-left: auto;
    margin-right: auto;
    color: var(--lx-text);
}

body .article__content .embed-responsive iframe {
    margin-top: 0;
    margin-bottom: 0;
}

/*body .article__share .addtoany_list a span {*/
/*    background-color: var(--lx-secondary) !important;*/
/*}*/

.newsletter {
    position: relative;
}

.newsletter__container {
    position: relative;
    z-index: 2;
}

.newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.newsletter .text-dark {
    /*color: var(--lx-secondary) !important;*/
}

#forminator-module-6.forminator-ui {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    max-width: 600px;
}

#forminator-module-6.forminator-ui input[type=text],
#forminator-module-6.forminator-ui input[type=email],
#forminator-module-6.forminator-ui input[type=tel],
#forminator-module-6.forminator-ui input[type=number],
#forminator-module-6.forminator-ui input[type=date],
#forminator-module-6.forminator-ui input[type=time],
#forminator-module-6.forminator-ui input[type=month],
#forminator-module-6.forminator-ui input[type=password],
#forminator-module-6.forminator-ui input[type=search],
#forminator-module-6.forminator-ui input[type=url],
#forminator-module-6.forminator-ui input[type=week],
#forminator-module-6.forminator-ui input[type=datetime],
#forminator-module-6.forminator-ui select,
#forminator-module-6.forminator-ui textarea {
    border: 1px solid var(--lx-grey-400);
}

#forminator-module-6.forminator-ui .forminator-label {
    display: none;
}

@media only screen and (max-width: 1365px) {
    .blog__inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .latest__row {
        display: flex;
        flex-direction: column;
        gap: 44px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__wrapper .promo-post {
        margin-left: -12px;
        margin-right: -12px;
    }
}
/* --- / --- */



