/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Version: 3.7.160
Template: astra
**/

.woocommerce-product-gallery *::-webkit-scrollbar {
    width: 6px;
    height: 0;
}
.woocommerce-product-gallery *::-webkit-scrollbar {
    width: 6px;
    height: 0;
}
.woocommerce-product-gallery *{
    scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}
::-webkit-scrollbar-track{
    background: transparent;
}
::-webkit-scrollbar-thumb{
    background: transparent;
}
:hover::-webkit-scrollbar-thumb {
    background: #c36;
}
:hover {
    scrollbar-color: #c36 transparent;
}
.txc {
    text-align: center;
}
.txl {
    text-align: left;
}
.txr {
    text-align: right;
}
.fright{
    float: right;
}
.fleft{
    float: left;
}
.main_c {
    color: #c36;
}
.lm-width {
    max-width: 1368px;
    margin: 0 auto;
    position: relative;
}
.darkt {
    background: #434343;
    color: #f1f1f1;
}
.darkt a {
    color: #f1f1f1;
}
.darkt a:hover {
    color: #ffffff;
}
.lightt {
    color: #555555;
    background: #f1f1f1;
}
.lightt a {
    color: #555555;
}

#content strong,
#content b,
.lightt a:hover {
    color: #c36;
}

.before-container {
    padding: 0;
    margin: 0 0 1em;
}
strong.before-container {
    font-size: 2em;
    color: #c36;
    display: block;
}
h1.before-container.top {
    margin-top: 1em;
}
.between-container {
    padding: 0;
    margin: 1em 0 1em;
}
.entry-content p,
.cat-big-text p {
    margin-bottom: .5em;
}

/* header */

.site-top-menu {
    background: #434343;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.admin-bar .site-top-menu {
    top: 32px;
}
.h-top {
    z-index: 3;
    position: relative;
}
.h-top .navs-w.fright > * {
    display: inline-block;
    vertical-align: middle;
}
.h-top .navs-w.fright > div:last-child button {
    padding: 0;
    background: transparent;
}
.h-top .fright {
    margin-top: 5px;
}
.h-top > div > div:last-child a {
    margin-right: 1em;
}


.h-mid {
    z-index: 2;
    position: relative;
    background: #333333;
}
.h-mid .fright {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
}
.h-btm {
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px dashed #ffbad1;
}
.clear-floats::after {
    content: '';
    display: block;
    clear: both;
    height: 0.01px;
    overflow: hidden;
}
.search-w {
    display: inline-block;
    width: 50%;
}
.logo-w {
    float: left;
}
.navs-w.fleft {
    width: 80%;
}
.drop-w {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 0;
    top: 47px;
    overflow: hidden;
}
.navs-w > a:hover + .drop-w,
.drop-w:hover {
    height: fit-content;
    padding: 9px 6px 10px;
}
.drop-s {
    padding: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 5px #adacac;
    margin: 0 -8px;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
a.flft {
    display: block;
    float: left;
    line-height: 28px;
    margin: 0 5% 0 0;
    border-bottom: 5px solid transparent;
}
a.flft.mtab:hover{
    border-color: #c36;
}

.h-mid .navs-w.fleft {
    padding: 14px 0 9px;
}

.logo-w > a {
    display: block;
    width: 68px;
}

.h-wrap {
    padding: 10px 0 0;
}
.h-btm > div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
}
.h-btm > div > div > a:last-child{
    text-align: right;
}
.drop-s .category-avatars-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 0;
}

.search-ai{
    display: inline-block;
    max-width: 30%;
    width: 30%;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.custom_full {
    width: 100%;
    box-sizing: border-box;
}
.h-top .hs-type-box {
    background: #c36;
}
.h-top .hs-cats a {
    color: #595959;
}

/* mobile menu */
.burger-menu::before {
    content: '\2630';
    line-height: 32px;
    font-size: 32px;
    overflow: hidden;
    display: block;
    font-weight: 900;
}

.burger-menu {
    position: absolute;
    top: 9px;
    right: 16px;
    display: none;
}

#mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #434343;
    box-sizing: border-box;
    display: none;
}

.mbm-main {
    position: absolute;
    top: 48px;
    left: 20px;
    right: 20px;
    bottom: 70px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px dashed #c36;
    padding: 20px 0 0;
    box-sizing: border-box;
}
a.btn-imp {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    background: #c36;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.mbm-close::before {
    content: '\2715';
    font-size: 32px;
    line-height: 32px;
    display: block;
}
.mbm-close {
    position: absolute;
    top: 10px;
    right: 16px;
}
.mbm-main a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
}
.mbm-main h4 {
    color: #f1f1f1;
    margin: 24px 0 0;
}
.mbm-main span.s-separator {
    margin: 0 0 10px;
}

/* footer */
.footer-container {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: #333333;
    color: #aaaaaa;
    padding: 4% 0 0;
}

.footer-main > div, .footer-second >div {
    max-width: 1368px;
    margin: 0 auto;
}

.footer-container ul {
    margin: 0;
    list-style: none;
}

.footer-main a {
    display: block;
}

.footer-container a {
    color: #f1f1f1;
}

.footer-container h4 {
    color: #fff;
    margin: 0;
    padding: 0 0 1em;
}

.footer-second {
    background: #434343;
    padding: 1em 0 74px;
}

.footer-main {
    padding: 0 0 2%;
}
.footer-main > div > ul li:first-child {
    width: 34%;
    padding: 0;
}

.footer-second ul li:last-child {
    text-align: right;
}

.footer-second ul li a {
    display: inline-block;
    margin-left: 1em;
}

.footer-container ul li {
    display: inline-block;
}

.footer-main > div > ul li {
    width: 22%;
    vertical-align: top;
    padding-left: 3%;
}
.ft-map {
    margin: -14px 0 14px;
    max-width: 180px;
}

.icons-flex {
    display: flex;
    gap: 10px;
}

.icons-flex a svg {
    padding: 0;
    margin: 0;
}

.icons-flex a {
    line-height: 24px;
}

.footer-second ul li {
    width: 50%;
}

.footer-main a:hover {
    color: #ffffff;
    text-decoration: underline;
}
span.s-separator {
    display: inline-block;
    width: 50%;
    border-bottom: 1px dashed #777;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.btm-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #333;
    padding: 10px;
    text-align: center;
    z-index: 100;
}

.btm-actions > a > svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.btm-actions > a {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}

a.cerere {
    font-size: 14px;
    background: #c36;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
a.chat-wp {
    color: #67b721;
}
div#ast-scroll-top {
    right: 10px;
    bottom: 12px;
}

/* astra */
.ast-container.page_c {
    flex-flow: column;
}
.page_c #primary {
    width: 100%;
}
.ast-container.product_c #primary {
    width: 100%;
}
div#content {
    padding-top: 116px;
}
header.woocommerce-products-header {
    margin: 0 0 3em;
    padding: 0 0 1em;
    border-bottom: 1px dashed #ffbad1;
}
header.woocommerce-products-header .term-description p {
    margin: 0;
    padding: 0;
}

.category-banner .page-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: 0;
    background: #fff;
    padding: 10px 19px 10px 25px;
    font-weight: 900;
}

.category-banner {
    position: relative;
}

.category-banner .page-title::after {
    content: '';
    display: inline-block;
    transform: skewx(10deg);
    background: #ffffff;
    width: 24px;
    position: absolute;
    top: 0;
    bottom: -1px;
    border-right: 5px solid;
    right: -11px;
}

.term-description {
    padding: 1em 0 0;
}

/* woocommerce */
.woocommerce-variation-description {
    display: none !important;
}
.woocommerce-variation-add-to-cart {
    display: none;
}

.woocommerce-product-gallery__image > a {
    display: block;
    position: relative;
    height: 50vw;
    overflow: hidden;
    padding: 0;
    max-height: 54vh;
    min-height: 520px;
}

.woocommerce-product-gallery__image > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.woocommerce-js div.product div.images .flex-control-thumbs {
    float: left;
    width: 10%;
    height: 50vw;
    overflow-y: auto;
    max-height: 54vh;
    min-height: 520px;
}

.woocommerce-js div.product div.images .flex-control-thumbs > li {
    display: block;
    width: 100%;
    height: 0 !important;
    position: relative;
    background: #fafafa;
    margin: 0 0 10px;
    padding: 0 0 100%;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-js div.product div.images .flex-control-thumbs > li >img {
    position: absolute;
    padding: 6px;
    mix-blend-mode: darken;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: contain;
    opacity: .8;
}

.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 90%;
}

.woocommerce-js div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce-js div.product form.cart .variations {
    border-bottom: none;
}

.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    width: 100%;
    text-align: center;
    padding: .5em;
    box-sizing: border-box;
}

.woocommerce-js div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce-js div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.woocommerce-products-header__title.page-title {
    font-weight: 700;
    margin: 0;
}

.woocommerce-no-products-found {
    margin: 0 0 2em;
}

.custom-no-prods {
    display: table;
    width: 100%;
}

.cnp-right {
    width: 46%;
}

.custom-no-prods > div {
    display: table-cell;
    vertical-align: middle;
}

/* body css*/
.text-wrap {
    padding: 3% 0 0;
}
.short-wrap {
    padding: 3% 0 0;
}
.short-wrap + .short-wrap {
    padding: 0;
}
.short-wrap:last-child {
    padding: 0 0 3%;
}

.text-wrap h1,
.text-wrap h2,
.text-wrap > h3,
.text-wrap > h4,
.text-wrap > h5,
.short-wrap h1,
.short-wrap h2,
.short-wrap > h3,
.short-wrap > h4,
.short-wrap > h5 {
    color: #c36;
}

.home-bwr {
    position: relative;
    margin: 0 0 50px;
}

.home-bwr .action {
    position: absolute;
    z-index: 4;
    background: #c36;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 40%;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 7vw;
}

.action .cse-wrap .cse-sec.left {
    width: 100%;
    padding: 0;
    margin: 0;
}

.action .cse-wrap {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 3vw;
}

.action .cse-wrap .cse-sec.left h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.action .cse-wrap .cse-sec.left p {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 1em;
}

.action .cse-wrap .cse-sec.left div a {
    display: inline-block;
    color: #fff;
    margin: .5em;
    line-height: 2.4em;
    border: 2px solid;
    padding: 0 1.5em;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}

/* contact */
.contact-top {
    position: relative;
    background: #f1f1f1;
    padding: 50px;
    margin: 0 0 50px;
    border-radius: 20px 0 20px 0;
}

.contact-top > div > img {
    position: absolute;
    height: 220px;
    width: auto;
    left: 60%;
    top: 0;
    border-radius: 0 0 70% 37%;
    max-width: 480px;
}

.contact-top p {
    font-size: 36px;
    font-weight: 600;
}

.contact-top span::before {
    content: '/';
    display: inline-block;
    padding: 0 5px;
}

.contact-middle > div {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}

.contact-middle > div:first-child > p:first-child {
    margin: 0 0 50px;
}

.contact-middle > div:first-child > p span {
    display: block;
    font-weight: 600;
}

.contact-middle > div:first-child > p span + span {
    font-weight: 400;
}

.contact-middle h3 {
    color: #c36;
    margin: 0;
    padding: 20px 0 10px;
}

.contact-middle > div:last-child {
    padding-left: 50px;
}

.contact-map {
    position: relative;
}

.contact-map a {
    position: absolute;
    top: 40%;
    margin: auto;
    left: 0;
    right: 0;
    width: 30%;
    background: #c36;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.contact-middle {
    margin: 0 0 50px;
}
/* portfolio */
.header-section h1 {
    color: #c36;
    line-height: 1.2;
    margin: 0;
}

.header-section p {
    font-style: italic;
}

.header-section {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 30px;
}

.mini-carousel {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
    scrollbar-width: none;
}
.mini-carousel:hover {
    scrollbar-width: auto;
}
.mini-carousel img {
    max-height: 80px;
    object-fit: contain;
    flex: 0 0 auto;
}

.mini-carousel::-webkit-scrollbar {
    display: none;
}
.fake-dots {
    text-align: center;
}

.fake-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ddd;
    margin: 3px;
    border-radius: 10px;
}

.fake-dots span:nth-child(3) {
    background: #777;
}

.text-section .half {
    display: inline-block;
    vertical-align: top;
}

.text-section div {
    margin-bottom: 50px;
    text-align: center;
}

.text-section div h2, .text-section div h3 {
    color: #c36;
    line-height: 1.2;
    margin-bottom: 12px;
}

.text-section div + .half {
    padding-right: 50px;
}

.galerie-mozaic {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.galerie-mozaic .gcell {
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 7px #ddd;
}

.gcell h4, .gcell p {
    padding: 0 20px 20px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.gcell img {
    margin: 0 0 20px;
}

.gcell h4 {
    line-height: 1.2;
    color: #c36;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.text-section div ul {
    text-align: left;
}

.text-section > div > a {
    line-height: 2.8;
    background: #c36;
    display: inline-block;
    padding: 0 2em;
    color: #fff;
    border-radius: 5px;
    margin: 20px auto;
}

.logos-carousel-wrapper.wrap_5 img {
    width: 100%;
    height: 68px;
    object-fit: contain;
}

.call-toaction {
    background: url(https://brandita.ro/wp-content/uploads/2025/09/apel-2.jpg);
    padding: 3vw;
    text-align: right;
    background-position: top 0 left 0;
    background-size: 100% auto;
    margin: 0 0 50px;
    background-repeat: no-repeat;
}

.call-toaction > div {
    display: inline-block;
    background: #c36;
    color: #fff;
    padding: 50px;
    max-width: 48%;
    text-align: center;
    border-radius: 2vw;
}

.call-toaction > div p.h2_cl {font-size: 48px;line-height: 1.15;margin: 0 0 15px;font-weight: 600;}

.call-toaction > div p {
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px;
}

.call-toaction > div a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid;
    line-height: 1.4;
    padding: .5em 1em;
    border-radius: .5em;
    display: inline-block;
}

.call-toaction > div a:hover {
    background: #fff;
    color: #c36;
}


.banner-contact {
    background: url(https://brandita.ro/wp-content/uploads/2025/09/email-2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    text-align: center;
    background-size: auto 100%;
}

.banner-contact > div {
    width: 50%;
    padding: 40px 50px;
    background: #c36;
    color: #fff;
}

.banner-contact form label span {
    display: none;
}

.banner-contact form p {
    margin: 0 0 14px;
}

.banner-contact form label br {
    display: none;
}

.banner-contact fieldset + p,
.banner-contact fieldset + p + p {
    display: inline-block;
    width: 50%;
}

.banner-contact form fieldset + p {
    padding-right: 15px;
    box-sizing: border-box;
    display: block;
    float: left;
}

.banner-contact form textarea {
    height: 150px;
}

.banner-contact .h2_cl {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.15;
}

.banner-contact > div > p {
    margin: 0 0 20px;
    font-size: 18px;
}

.banner-contact form p input.wpcf7-submit {
    background: transparent;
    border: 2px solid;
    font-size: 24px;
    font-weight: 600;
    box-shadow: none;
}

.banner-contact form p input, .banner-contact form p textarea {
    border: none;
}

@media (min-width: 1800px) {
	.home-bwr .action{
		top: 5vw;
	}
}

@media (min-width: 922px) {
    #primary {
        width: 78%;
        margin-top: 10px;
    }
    .ast-left-sidebar #primary {
        padding-left: 2em;
        border-left-style: dashed;
        border-color: #ffbad1;
    }
    #secondary {
        width: 22%;
        margin-top: 0;
    }
    .ast-left-sidebar #secondary {
        padding-right: 2em;
        border-right-style: dashed;
        border-color: #ffbad1;
    }
    div#content.page_c.home_p {
        padding-top: 134px;
    }
    .ast-plain-container.ast-no-sidebar #primary{
    	margin-top: 20px;
    }
}

@media (max-width: 1368px) {
    .lm-width,
    .footer-main,
    .footer-second {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}
@media (max-width: 1280px) {
   .home-bwr .action {
        width: 58%;
        top: 5.5vw;
    }
}

@media (max-width: 1100px) {
    .home-bwr .action {
        position: relative;
        width: auto;
        border-radius: 0;
        top: 0;
        bottom: unset;
        padding: 2em;
    }

    .home-bwr .action::before {
        height: 0;
        width: 0;
    }

    .action .cse-wrap {
        width: 100%;
    }

    .action .cse-wrap .cse-sec.left {
        width: 100%;
    }

    .action .cse-wrap .cse-sec.left h2 {
        font-size: 34px;
    }

    .action .cse-wrap .cse-sec.left p {
        font-size: 18px;
    }
    .contact-middle > div {
        width: 100%;
    }
    .contact-middle > div:last-child {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .lm-width,
    .footer-main,
    .footer-second  {
        padding-left: 16px;
        padding-right: 16px;
    }

    .logo-w {
        float: none;
        position: absolute;
        left: 16px;
        top: 0;
    }

    .search-w {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 8px;
    }

    .h-top > div > div:last-child {
        position: absolute;
        top: 7px;
        right: 58px;
    }

    .mob-menu {
        display: none;
    }
    .burger-menu {
        display: block;
    }

    .footer-main > div > ul li {
        width: 100% !important;
        padding: 16px 0 !important;
    }

    .footer-second ul li {
        width: 100%;
        padding: 16px 0;
        text-align: left !important;
    }

    .footer-second ul li a {
        margin: 0 1em 0 0;
    }
    .cse-sec {
        width: 100%;
        margin-bottom: 1em;
        padding: 0;
    }
    .cse-wrap {
        margin-bottom: 3em;
    }
    .ssingle-left,
    .ssingle-right {
        width: 100%;
        clear: both;
    }
    .serviciu-single {
        padding: 2em 0;
    }
    .ssingle-left {
        padding: 0 0 2em;
        position: relative;
        top: 0;
    }
    .cere-oferta form {
        padding: 16px;
    }

    .cof-left {
        width: 100%;
    }

    .cof-right {
        width: 100%;
        padding: 0 0 1em;
    }

    .cere-oferta {
        padding: 2em 14px;
    }
    .custom-no-prods > div {
        display: block;
    }

    .custom-no-prods {
        display: block;
    }

    .action .cse-wrap .cse-sec.left h2 {
        font-size: 30px;
    }

    .action .cse-wrap .cse-sec.left p {
        font-size: 16px;
    }

    .action .cse-wrap .cse-sec.left div a {
        font-size: 16px;
        border-radius: 40px;
    }
    .contact-top {
        overflow: hidden;
    }

    .contact-top > div > p {
        font-size: 26px;
    }

    .contact-top > div > img {
        display: none;
    }
    .galerie-mozaic {
		gap: 10px;
		flex-wrap: wrap;
	}

	.galerie-mozaic > div {
		flex: 1 1 calc(50% - 10px);
	}

	.mini-carousel img {
		max-height: 32px;
	}
	
	.call-toaction {
		padding: 0;
		padding-top: 30vw;
	}

	.call-toaction > div {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.call-toaction > div p.h2_cl {
		font-size: 32px;
	}

	.call-toaction > div p {
		font-size: 16px;
	}

	.call-toaction > div a {
		font-size: 18px;
	}
	    
    .banner-contact > div {
		width: 100%;
		padding: 30px 40px;
	}

	.banner-contact {
        background: none;
	}
}
@media (max-width: 520px) {
    header#site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 1000;
    }
    div#content {
        padding-top: 128px;
        overflow: hidden;
    }
    div#content.home_p {
        padding-top: 128px;
    }
    .ast-container.page_c {
		padding-left: 10px;
		padding-right: 10px;
	}
	.logos-carousel-wrapper.wrap_5 img {
		height: 50px;
	}	
	.contact-top {
		padding: 20px 20px;
		margin-bottom: 30px;
		border-radius: 0;
		margin: 0 -10px !important;
	}
	.contact-top > div > p {
		font-size: 20px;
		line-height: 1.15;
	}
	.text-section div {
		margin-bottom: 30px;
	}
	.text-section div + .half {
		padding: 0;
	}
	.lm-width, .footer-main, .footer-second {
		padding-left: 10px;
		padding-right: 10px;
	}
	div#mob-menu {
		z-index: 30;
	}

    .servicii-container,
    .category-avatars-grid.columns-10,
    .category-avatars-grid.columns-8,
    .category-avatars-grid.columns-4 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 12px;
    }
    h1, 
    .entry-content h1,
    strong.before-container {
        font-size: 20px;
        line-height: 1.2;
        padding: 0 0 .25em;
    }
    h2, 
    .entry-content h2 {
        font-size: 20px;
        line-height: 1.2;
        padding: 0 0 .25em;
    }
    .servicii-wrapper {
        margin-bottom: 2em;
    }
    .category-avatars-grid:last-child {
        margin-bottom: 2em;
    }
    .ast-separate-container #content .ast-container {
        padding: 0 16px;
    }
    .h-top > div > div:last-child a {
        margin-right: 7px;
    }
    .short-wrap {
        padding-top: 1.5em;
    }
    div#ast-scroll-top {
        right: 10px;
        bottom: 12px;
        display: block !important;
    }
    .btm-actions {
        text-align: center;
    }
    .action .cse-wrap .cse-sec.left div a {
        font-size: 14px;
    }
    .category-avatars-carousel {
        gap: 12px;
    }
    .category-avatars-carousel .category-avatar {
        width: 150px;
    }
    .home-bwr {
		margin: 0 -10px;
	}
	.call-toaction > div p.h2_cl {
		font-size: 24px;
	}
	.call-toaction > div p {
		font-size: 14px;
	}
	.call-toaction > div a {
		font-size: 16px;
	}
	.banner-contact > div {
		padding: 30px 30px 20px;
	}
	.banner-contact form p input.wpcf7-submit {
		width: 100%;
		font-size: 16px;
		padding: 10px;
	}
	.banner-contact .h2_cl {
		font-size: 24px;
	}
	.header-section {
		margin-bottom: 30px;
	}
	.avatars-carousel-wrapper {
		margin-bottom: 30px;
	}
	.text-wrap {
		padding: 0;
	}
	.call-toaction {
		margin-bottom: 30px;
	}
	.call-toaction > div {
		padding: 20px;
	}
	.cse-wrap {
		margin-bottom: 30px;
	}
	.cse-sec.media {
		margin-bottom: 0;
	}
	.contact-middle {
		padding-top: 30px;
	}
	.contact-middle > div:first-child > p:first-child {
		margin: 0 0 30px;
	}
}
