@charset "UTF-8";
/*
Theme Name: Expert ZT
Theme URI: https://expert.zt.ua
Author: TolTolyanich
Author URI: https://sebweo.com
Description: тема для сайту експертної оцінки майна в Житомирі та області.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.3
Text Domain: expert-zt
*/

/* Core styles are loaded from assets/css/main.css */

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

[id] {
    scroll-margin-top: 80px;
}

.container .row {
    display: grid;
    grid-gap: 24px;
    padding: 24px 0;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 300 1.6rem "Montserrat", system-ui;
    height: 4rem;
    min-width: 7.55em;
    padding: 0 2rem;
    background-color: rgb(174 174 174 / .15);
    border: .1rem solid;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-out;
    cursor: pointer;
    user-select: none;
    appearance: none;
    position: relative;
    z-index: 2;
}

h3,
.h3 {
    font: 600 2rem / 1.2 "Montserrat", sans-serif;
    margin: 0;
    text-transform: uppercase;
}

h3.widget-title {
    font: 300 1.5rem / 1.2 "Montserrat", sans-serif;
}

aside h3 {
    font: 300 1rem / 1.2 "Montserrat", sans-serif;
    text-transform: none;
}

.input {
    width: 100%;
    max-width: 100%;
    height: 3.7rem;
    font-family: "Montserrat", system-ui;
    font-size: 1.6rem;
    font-weight: 300;
    color: #0d0d13;
    background-color: #b4b4b4;
    border-width: 0 0 .1rem;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, rgb(173 129 82 / .4) 0%, #e86240 53%, rgb(162 138 114 / .11) 100%);
    padding: 0 1rem;
    border-radius: 0;
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

p {
    font: 300 1rem "Montserrat", sans-serif;
    margin: 1rem 0;
}

ul {
    margin-left: 2rem;
}

.exp {
    display: block;
    position: relative;
}

[disabled],
.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.text-center {
    text-align: center;
}

.widget-area ul {
    margin-left: 25px;
}

.site-main.container {
    min-height: 60vh;
}