/*
 Theme Name:   Squared Agency Theme
 Theme URI:    https://arteform.net/
 Description:  Theme built for Arteform
 Author:       Delvin Krasniqi
 Author URI:   https://arteform.com/
 Template:     arteform
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  arteform
*/


/* =Theme customization starts here
------------------------------------------------------------ */


.scheme_dark, body.scheme_dark, .scheme_dark:where(.editor-styles-wrapper){
    --theme-color-bg_color: #141313;
}

.sc_button_default{
    background-color: #8D7756 !important;
}

.sc_button_default:hover{
    opacity: .8;
    transition: .3s ease;
}
@media(max-width:767px){
    .grid-reset .categories_list.categories_list_style_7{
        grid-template-columns: 1fr;
        grid-template-areas: unset;
        grid-template-rows: unset;
    }
    .grid-reset .categories_list.categories_list_style_7 .categories_list_item{
        grid-area: unset !important;
    }
    
}

.sc_portfolio_item.sc_item_container.post_container .post_meta{
    display: none !important;
}

a:hover{
    color: #9B8462 !important;
}
.sc_button:hover{
    color: white !important;
}
.menu_mobile.menu_mobile_fullscreen img{
    max-width: 180px;
}

.reset-footer .sc_layouts_menu_nav{
    text-align: center !important;
}

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold'), url('/wp-content/uploads/fonts/Gilroy-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy'), url('/wp-content/uploads/fonts/Gilroy-Heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light'), url('/wp-content/uploads/fonts/Gilroy-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium'), url('/wp-content/uploads/fonts/Gilroy-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular'), url('/wp-content/uploads/fonts/Gilroy-Regular.woff') format('woff');
}


.f-regular{
    font-family: 'Gilroy-Regular' !important 
}

.f-medium{
    font-family: 'Gilroy-Medium' !important;
}

.f-light{
    font-family: 'Gilroy-Light' !important;
}

.f-heavy{
    font-family: 'Gilroy-Heavy' !important;
}

.f-bold{
    font-family: 'Gilroy-Bold' !important;
}

p, h1, h2, h3, h4, h5, a,span{
    font-family: 'Gilroy-Regular' !important;
}
.sc_skills_item_title, .sc_skills_total, ::placeholder, .rs_splitted_chars{
    font-family: 'Gilroy-Regular' !important;
}

.wpcf7-submit-style .wpcf7-submit{
    background-color: #8D7756 !important;
}