/*!
	Theme Name: Sferamebli-gp
	Theme URI: https://sferamebli.te.ua/
	Description: A lightweight theme for Sferamebli company
	Author: Andriy Palamar
	Template: generatepress
	Version: 1.0.1
	Text Domain: Sferamebli
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("../generatepress/style.css");
.site-content .content-area {
    width: 72%;
}
.is-left-sidebar {
    width: 28%;
}
.is-right-sidebar {
    width: 28%;
}
body {
    background-image: url("images/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.separate-containers .inside-article {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background: linear-gradient(to bottom, #2B2B2B, #919191); 
}
.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
}
.widget-area .widget {
    padding: 10px 14px 10px 14px;
    border-radius: 10px;
    line-height: 1.2;         
    font-weight: 500;   
    font-size: 15px;    
    font-family: 'Unbounded', sans-serif;    
}
.sidebar .widget {
    background: linear-gradient(to bottom, #f3f4f5, #A9A9A9); 
}
.sidebar-title {
    padding: 0px 0px 0px 0px;    
/*    background-color: #E0E0E0;    */
    color: #2B2B2B;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-family: 'Unbounded', sans-serif;
}
.widget-area .widget a {
    color: #2B2B2B;    
}
.phone-line p {
    margin: 2px 0;         /* мінімальні відступи між абзацами */
    line-height: 1.5;      /* зменшена висота рядка */
    color: #343434;
}
.phone-line img {
    vertical-align: middle;
    margin-right: 6px;
}
.phone-line a {
    vertical-align: middle;
}
.phone-line table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
    padding: 2px 4px;       /* мінімальні внутрішні відступи */
    line-height: 1.2;       /* зменшена висота рядка */
    color: #343434;
}
.sidebar-title a {
    text-align: center;
}
.elementor-heading-title {
    text-align: center;
}
h2 {
    text-align: center;
}
.elementor table, th, td {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
}
