

/* VAR
-------------------------------------------------- */
:root {
    --red:          #CC3300;
    --lightred:     #FFC9A2;
    --lightred2:    #FEF2EB;
    --lightgrey:    #F2F2F2;
    --lightgrey2:   #F8F8F8;
    --green:        #09A286;
    --grey:         #333333;
    --grey2:        #666666;
    --grey3:        #A0A0A0;

    --nightblue:        #C7DCE7;    
    --nightlightblue:   #3A4060;
    --nightlightblue2:  #525A84;
}




/* GLOBAL STYLES
-------------------------------------------------- */


body {
    font-family: 'Gudea';
    color: var(--grey);
    background-color: #fff;
    line-height: 1.6rem;
    font-size: 16px;
    margin-bottom: 0;
    /*overflow-x: hidden;*/
    background: #fff url('../img/bg.png') no-repeat;
    background-position: -100px 100px;
}

a {
    color: var(--red);
    text-decoration: none;
}
a:visited {
    color: var(--red);
}
h1, h2, h3, h4 {
    font-family: 'Montserrat';
}
h1, h2 {
    font-size: 30px;
    padding-bottom: 22px;
}
h3, h4 {
    text-transform: uppercase;
}
h3 {
    font-size: 21px;
    font-weight: 700;
}
h4 {
    font-size: 19px;
    font-weight: 600;
}
strong {
    font-weight: normal;
    font-family: 'Montserrat';
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}

.button {
    font-family: 'Montserrat';
    font-weight: 700;
    display: inline-block;
    background: var(--lightred2);
    color: var(--red) !important;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.night .button {
    color: #ffffff !important;
    background: var(--nightlightblue);
}
.button.btn-link {
    /*color: var(--grey) !important;*/
}
.button.btn-small {
    font-size: 14px;
    padding: 8px 25px;
}
.se-header .button {
    background: #ffffff;
}
.button-home {
    background: var(--lightred2) url('../img/homesign.svg') no-repeat;
    padding-left: 75px;
    background-position: 30px 8px;
}
.night .button-home {
    background: var(--nightlightblue) url('../img/night/homesign.svg') no-repeat;
    padding-left: 75px;
    background-position: 30px 8px;
}

.only-mobile {
    display: none;
}

.night table {
    color: #fff;
}

/* HEADER
-------------------------------------------------- */

header {
    /*background: #000;*/
}

.head-row-1 {
    padding: 20px 0;
    /*transition: padding 500ms ease;*/
}
.head-row-2 {
    padding: 0 0 40px 0;
}

.site-header .container {
    display: flex;
    justify-content: space-between;

}
.site-header .container .navbar {
    padding-top: 24px;
    align-self: flex-end;
   /* transition: padding 500ms ease;*/
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.sticky + main {
    padding-top: 120px;
}

.sticky .head-row-1 {
    padding: 0 0 10px 0;
}
.sticky.site-header .container .navbar {
    padding-top: 15px;
}
.sticky .site-branding {
    padding: 10px 0 0 0;
}

/* ASIDE
-------------------------------------------------- */

.sidebar {
    padding: 70px 0 0 0;
    text-align: right;
}

/* SIDE
-------------------------------------------------- */

.site-main {
    padding: 30px 0;
}



/* START
-------------------------------------------------- */

.link-home {
    padding: 25px 0 0 0;
}


.additional {
    padding-top: 60px;
    padding-left: 60px;
}
.additional h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--red);
}

/* FOOTER
-------------------------------------------------- */

.night footer {
    color: #000;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer a:hover {
    color: var(--red);
}
.footer-1 {
    background: var(--lightgrey);   
}
.footer-1 .container {
    background: url('../img/ico-footer.svg') no-repeat right;
    padding: 35px 0;
}
.footer-2 {
    padding: 20px;
    background: #000000;
    text-align: center;
}
.footer-2 img {
    margin: 0 25px;
}
.footer-2 img:nth-of-type(1) {

}
.socialmedia {
    float: right;
    padding: 5px 25px 0 0;
}
.socialmedia img {
    margin: 0 10px;
}

/* BLOCK - GALLERY
-------------------------------------------------- */

.wp-gallery {
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.single-gallery {
    padding-top: 30px;
}

.my-lightgallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.my-lightgallery a {
    display: inline-block;
    flex-basis: 25%;
    padding: 15px;
}
.gallery-title {
    text-align: center;
}
.gallery-title ul {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.gallery-title li {
    float: left;
}
.gallery-title button{
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

.wp-gallery .wp-block-image {
    padding: 15px;
}


.wp-gallery .wp-block-image img {
    border-radius: 20px !important;
}



/* CONTENT
-------------------------------------------------- */

.night .card {
    background-color: inherit;
    border: 0;
}


/* FOOTER
-------------------------------------------------- */




/* WORDPRESS
-------------------------------------------------- */

.post-edit-link {
    background: var(--grey);
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    padding: 5px 15px;
    margin: 25px 0;
}
/* GUTENBERG
-------------------------------------------------- */

figure.wp-block-embed.is-type-video, .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    margin: 50px 0;
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-image.is-style-rounded img {
    border-radius: 15px;
}

.wp-block-separator {
    border-bottom: 0;
    border-top: 0;
    opacity: 1;
    height: 1px;
    margin: 40px 0;
}



/* SPACES
-------------------------------------------------- */

.wp-paragraph + .wp-heading h2 {
    padding-top: 20px;
}


/* NIGHT
-------------------------------------------------- */

body.night {
    background: #0F1536 url('../img/night/background.png') repeat-x;
    color: #fff;
}
.night .sticky {
    background: #0F1536;
}



/* RESPONSIVE
-------------------------------------------------- */

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




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

    .site-header .container {
        flex-direction: column;
    }
    .site-branding {
        margin-left: 15px;
        width: 75%;
    }
    .navbar {
        margin: auto;
    }
    .sticky + main {
        padding-top: 195px;
    }


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

    .sidebar {
        text-align: inherit;
        padding: 0;
    }

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

    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }

    .head-row-1 {
        padding: 0;
    }
    .navbar {
        margin: 0;
        width: 100%;
    }
    h1, h2 {
        font-size: 25px;
    }

    .sticky {
        position: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .sticky + main {
        padding-top: 0;
    }
    
    .additional {
        padding-top: 30px;
        padding-left: 0;
    }
    .socialmedia {
        float: none;
        padding: 15px 0 5px 0;
    }

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


}