/**
 * Theme Name: Light Audio Design
 * Description: Эксклюзивная разработка от Студии Щербакова
 * Author: Shcherbakov's Studio
 * Version: 3.0.0
 */
/* //////////////////Cлужебное///////////////// */

.l-image {
    max-width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

:root {

    --table-border-width: 0;
    --index-card-bg-size: contain;
    --index-card-min-height: 80vh;
    --header-top-margin: 3vh;
    --header-bottom-margin: 1.5vh;
    --card-bg-opacity: 0.15;
    --main-color: #72706f;
    --bs-blue: #72706f;
    --bs-primary: #72706f;
    --page-margin: 5vh;
    --page-side-margin: 2vw;
    --block-margin: 2vh;
    --href-color: #00A7BA;
    --href-hover-color: #00A7BA;
    --index-card-max-height: 80vh;
	--url-hover-color: #00A7BA;
}


* {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
    color: #696969;
}

a:hover {
    text-decoration: underline;
    color: var(--href-hover-color);
}

p {
    line-height: 2em;
}

li {
    line-height: 2em;
}

.rect-hrefs {
    color: white;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.pagetitle {
    font-size: 5vh;
    font-weight: 600;
    padding-bottom: 2vh;
}

.index-page-alert {
    border: 0;
    border-radius: 0;
    width: auto;
    margin-bottom: 0;

}

.catalogrow {
    margin: 1.3vw;
    min-height: 25vh;
    background-color: var(--main-color);
}

.catalogcard {
    background-color: var(--main-color);
    min-height: 25vh;
    border: 0;
}

.catalogcard>div>* {
    padding-bottom: 2vh;
}

.footercat {
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.alert-container {
    padding-left: 0;
    padding-right: 0;
}

.alert-header {
    font-weight: bold;
}

.alert-primary {
    background-color: #525050;
}

.alert-primary>* {
    color: white;
}

.container-fluid {
    position: relative;
}

.row-lighter {}

.newsrow {
    margin-bottom: var(--page-margin);
}

.pagerow {
    margin-top: var(--page-margin);
    margin-left: var(--page-side-margin);
    margin-right: var(--page-side-margin);
    margin-bottom: var(--page-margin);
}

p.newstext *{
	color: black;
}

#legal-footer {
	color: white;
}

#legal-footer:hover {
	color: var(--url-hover-color);
}

.gmap_canvas {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    background: none !important;
}

.wp-block-group {
    padding-top: var(--block-margin);
    padding-bottom: var(--block-margin);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.footer {
    background-color: var(--main-color);
    color: white;
    margin-top: 4vh;
}

footer>a {
    text-decoration: none;
    color: white;
}

.fab,
.fas {
    color: white;
    text-decoration: none;
}

.footer-text {
    color: white;
    font-size: 20px;
}

.footer-social-text>span {
    font-size: 24px;
    font-weight: 500;
}

footer>section>div>span {
    color: white;
}

.footer_slogan {
    color: white;
    font-size: 22px;
}

.footer_company {
    color: white;
    font-size: 28px;
}

.footermenu>li>a,
.footermenu>p,
.footermenu>p>a {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.navbar-nav,
.mr-auto {
    flex: 0.7;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}

.navbar {
    background-color: var(--main-color);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    font-size: 18px;
}

.logo {
    margin-left: 3vw;
    margin-right: 5vw;
    width: 12vw;
}

.index-card-title {
    font-size: 1.7vh;
}

.card-body>ul>li>a {
    font-size: 0.833vw;
    line-height: 16px;
    font-weight: 300;
/*     color: #2C3E50; */

}

.kss {
    width: 15vw;
}

.draw {
    max-width: 42vw;
}

td.lampvaluelabel>span {
    font-weight: 300;
}

.r500_jumbo {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("/wp-content/uploads/2021/08/r500series.jpg");
    background-size: contain;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color);
}

.mobi_ads {
    width: 6vw;
}

@media screen and (max-width: 782px) {

    /* 	.admin-bar {
		margin-top: 64px;
	} */
    .mobi_ads {
        width: 35vw;
    }

    .dropdown-menu {
        background-color: var(--main-color);
        border: 0;
    }

    .dropdown-item {
        color: white;
    }

    .search-field {
        min-height: 42px;
    }

    .logo {
        width: 40vw;
    }

    .footer-social-text {
        display: none;
    }

    .card_index {
        border: 1px solid #dee2e6 !important;
        min-height: 25vh;
    }

    .index-card-title {
        font-size: 24px;
    }

    .card-body>ul>li>a {
        font-size: 20px;
        line-height: 40px;
        font-weight: 300;
        color: #2C3E50;

    }

    .downloads_hrefs {
        margin-left: 8vw;
    }

    .draw {
        max-width: 80vw;
        left: 0;
    }

    .mobile-header-margin {
        margin-bottom: 10vh;
    }

    .catalogrow {
        margin: 4.3vw;
    }

    .kss {
        width: 80vw;
    }
}

.search-label:hover {
    cursor: pointer;
}

/* /////////////////////////////////////////////////////// */
/* ////////////////////Шапка////////////////////// */

/* /////////////////////////////////////////////////////// */
#s {
    display: none;
    z-index: 1000;
}

.index_card_row {
    margin-bottom: 5vh;
}


.divider_hr {
    background-color: #2C3E50;
    height: 1.5px !important;
}

.lampimage,
.lampdraw {
    max-width: 70%;
}

.downloads_hrefs {
    color: var(--href-color);
    font-size: 16px;
}

.linktolamppage {
    color: #2C3E50;
    margin-bottom: -2vh;
    padding-bottom: -2vh
}

.linktolamppage:hover {
    font-weight: 700;
    color: #000000;
    text-decoration: none;

}

.center-que-im {
    margin: auto;
}

.lamp_que {
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    border: 0px solid var(--main-color);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloads_row {
    padding-top: 4vh;
    display: flex;
    align-items: center;
}

.similarlampsquery {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

table,
th,
td {
    border-width: 0;
}

.aboutlamp {
    table-layout: fixed;
    width: 100%;
    border: 0px !important;
}

.lamprow {
    width: 90vw;
    /* margin: 5vw; */
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 5vh;
}

p.comment {
    font-size: 0.8em;
    font-weight: 300;
}


.lampvalue {
    text-align: center;
}

.lampvaluelabel {
    font-weight: 500;
}

table.aboutlamp>tbody>tr>td {
    line-height: 2.2vh;
}

/* Карточки */

.lampscard {
    background-color: #F2F2F2;
}

th.lampscardelements,
td.lampscardelements {
    color: #497087 !important;
    font-weight: 400;
}

.prodlinecardimg {
    width: 250px;
}

.prodline {
    margin-left: 2vw;
    margin-right: 2vw;
}

.h-75 {
    border: 0 !important;
}

.lampcontainer {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.ies_cards_image {
    max-width: 230px;
}

.r500k {
    background-image: url('/wp-content/uploads/2021/06/R500-1K.png');
    background-color: #F2F2F2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h1.card-title {
    color: #FFFFFF;
    font-size: 43px;
    font-weight: bold;
}

a.card-link {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 300;
    text-decoration: underline;
}

.rectrow {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.rectborderfix {
    border: 0;
}

.rect {
    background-color: var(--main-color);
    text-align: left;
    min-height: 370px;
    border-radius: 5px;
}

h5.rectheaders {
    font-size: 22px;
    padding-top: 10%;
    color: white !important;
    text-decoration: underline;
}

#bim {
    background-image: url('/wp-content/themes/ladesign/img/bim_square.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 100.5%;
}

#ies {
    background-image: url('/wp-content/themes/ladesign/img/ies_square.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 100.5%;
}

#dwg {
    background-image: url('/wp-content/themes/ladesign/img/dwg_square.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 100.5%;
}

h5.card-title {
    min-height: 60px;
    color: black;
}

.card-body {
    z-index: 2;
}

.card-body>ul>li>a:hover {
    font-weight: 600;
    color: var(--url-hover-color);
}

.rect>p {
    line-height: 5vh;
    color: white;
}

h5.rectheaders>a {
    color: white;
}

.newscard {
    min-height: 300px;
}

.index_card_row {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 992px) {
    .l-image {
        padding-bottom: 5vh;

        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .lamp_que {
        padding-top: 1.5vh;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
        border: 1px solid rgba(34, 40, 41, 0.4);
    }

    h1.lamptitle {
        font-size: 2.5vh;
    }

    .rect {
        /* width: 100vw; */
        margin-top: 5vh;
        margin-bottom: 2.5vh;
    }
}

.seriesrow {
    margin-top: 5vh;
}

.btncolor {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btncolor:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.67);
}

h5.card-title {
    min-height: 5vh;
}

.entry-content {
    margin-top: var(--page-margin);
    margin-bottom: var(--page-margin);
}

@media screen and (min-width: 768px) {

    .catalogcard {
        background-image: url('/wp-content/themes/ladesign/img/catalogue.png');
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .card1 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/1.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }

    .card2 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/2.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }

    .card3 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/3.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }

    .card4 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/4.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }

    .card5 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/5.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }

    .card6 {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, var(--card-bg-opacity))), url("/wp-content/themes/ladesign/img/cards/6.png");
        background-size: var(--index-card-bg-size);
        background-repeat: no-repeat;
        background-position: bottom;
        min-height: var(--index-card-min-height);
        max-height: var(--index-card-max-height);
    }
}

/* ajax search */
::-webkit-scrollbar {
    width: 10px;
    background-color: red;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
}

.search-form {
    position: absolute;
    width: 85vw;
    z-index: 1000;
    box-shadow: none;
}

.search-field {
    width: 85vw;
    height: 5vh;
    z-index: 1000;
    box-shadow: 0;
    outline: none;
}

.search-form__input:focus {
    border-width: 0;
    box-shadow: 0;
}

/* .transition {
    opacity: 0;  
    width: 0;
    height: 0;
    padding: 0;
    -webkit-transition: all 2s ease-in-out;  
}*/
.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    background-color: white;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}

.divTable {
    display: table;
    padding-left: 1vw;
    padding-right: 1vw;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: none;
    display: table-cell;
    padding: 3px 10px;
    font-weight: 100;
    font-size: 2.1vh;
    line-height: 3.5vh;
    color: white;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.l-col {
    display: flex;
    align-items: center;
}

.que_im {
    align-items: right;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.cityheader {
    font-weight: bold;
}

.number>a {
    color: white !important;
}

.lamp_name_que {
    font-size: 1.5vh;
}

* {
    box-sizing: border-box;
}

.downloads_icons {
    width: 43px !important;
}

.l-image {
    max-width: 75%;
}

.nikgrad {
    background: -webkit-linear-gradient(#333, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-row-offset {
    margin-bottom: 2vh;
}
.card-link:hover{
	color: var(--url-hover-color);
}