/*
 * Fonts
 */
@import url(../../../base/fonts/Mada.css);

/*
 * Common
 */
@import url(../main.css);

/*
 * Specific values
 */
:root {
    --font-family: 'Mada';
    --primary-color: #1f2020;
    --secondary-color: #ffffff;
    --tertiary-color: #082d38;
    --primary-color-border: rgba(0,0,0,.15);

    --h1-font-size: 60px;
    --h1-font-color: #1f2020;
    --h1-line-height: 64px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-size: 36px;
    --h2-font-color: #1f2020;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #f4f5f6;
    --line-theme3: #1f2020;
    --line-theme4: linear-gradient(180deg, rgba(31,32,32,0.70) 0%, rgba(0,0,0,0.00) 100%);
    --navbar-inner-background: linear-gradient(45deg, #1f2020 0%, #1f2020 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/general/fullwidth/fullwidth-bg-1.jpg) no-repeat;
}

/*
 * Site
 */
#shownextelements a {
    color: #1f2020;
}
.sidebar .recent_posts li .thumb {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
