@charset "UTF-8";
/*
Theme Name: Archinova
Theme URI: https://archinova.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Archinova is a premium WordPress theme designed for professionals in the architecture and interior design sectors. With its modern and sophisticated aesthetic, Archinova enables users to present their projects with clarity and elegance. Specifically tailored for creative professionals, it enhances online branding by showcasing portfolios in a compelling manner. Discover how Archinova can elevate your website into a visually striking representation of your expertise and creativity. Explore Archinova today to take your digital presentation to the next level.
Requires at least: WordPress 4.9.6
Version: 1.0.3
Tested up to: 6.7.2
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: archinova
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --display: flex;
    --flex-direction: row;
    --main: #131313;
    --accent: #DB9B41;
    --secondary: #F2DDDC;
    --text: #505050;
    --light: #C6C6C6;
    --white: #ffffff;
    --green: #70833c;
    --heading: #131313;
    --body: #505050;
    --bodybg: #ffffff;
    --bodydarkbg: #131313;
    --btn-color: #ffffff;
    --btn-color2: #131313;
    --btn-bgcolor: #131313;
    --btn-dark-bgcolor: #fff;
    --btn-bgcolor2: #DB9B41;
    --e-global-color-primary: #131313;
    --e-global-color-secondary: #DB9B41;
    --menu-color: #131313;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --font-size-md: 18px;
    --line-height-md: 25.2px;
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}