/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
    --primary: #0069F5;
    --secondary: #FFB900;
    --light: #E8F2FF;
    --dark: #002657;
}

* {
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0, "clig" 0 !important;
}

strong {
    color: var(--primary);
    font-weight: 800;
}

strong.dark {
    color: var(--dark);
}

span.gold {
    color: var(--secondary);
}

span.blue {
    color: var(--primary);
}

.brxe-container .brxe-text ul {
    padding-left: 20px;
}

h1.fp-hero-h1 {
    font-size: 90px;
    line-height: 1;
}
@media (max-width: 991px) {
    h1.fp-hero-h1 {
        font-size: 70px;
        line-height: 1.1;
    }
}
@media (max-width: 768px) {
    h1.fp-hero-h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

.tillaga .bricks-layout-wrapper {
    padding-top: 10px;
}


/*
* =======
* Effects
* =======
*/
.brxe-button:hover {
    transition: all 0.3s ease;
    transform: translateY(-2px);

}

.bricks-layout-item:hover {
    transition: all 0.3s ease;
    transform: translateY(-2px);
}

.brxe-carousel .content-wrapper h3:hover {
    transition: all 0.3s ease;
    transform: translateY(-2px);
}


/*
* =======
* Mobile menu
* =======
*/

.bricks-mobile-menu {
    margin-top: 20px;
}


/*
* =======
* Article
* =======
*/

.single-post__date {
    font-weight: 400 !important;
}