/*
Theme Name: Bauhaus
Theme URI: https://gasinforest.com/wordpress/bauhaus/
Author: paul_tf
Author URI: https://themeforest.net/user/paul_tf
Description: Architecture WordPress theme
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, sticky-post, threaded-comments
Text Domain: bauhaus

*/


/* =WordPress Core
-------------------------------------------------------------- */


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    text-align:center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.wp-caption p{
    margin-bottom:15px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    padding: 0 4px 5px;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    color: #21759b;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    z-index: 100000; /* Above WP toolbar. */
}


.gallery-caption {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #707070;
}
.bypostauthor {
    width: 100%;
}


/*.admin-bar .navbar{
    top: 32px !important;
    margin-bottom: 32px!important;
}

@media(max-width:782px){
    .admin-bar .navbar{
        top: 46px !important;
        margin-bottom: 46px!important;
    }
}

@media(max-width:782px){
    .admin-bar .navbar{
        top: 46px !important;
        margin-bottom: 46px!important;
    }
}

@media(max-width:600px){
    .admin-bar .navbar.affix{
        top:0!important;
    }
}*/

#wpadminbar{
    overflow:hidden;
}

.admin-bar .navbar.affix{
    top: 32px !important;
}

@media screen and (max-width: 782px) {
   .admin-bar .navbar.affix{
        top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
         position: fixed;

    }
}

.logostiky {
    display: none;
}
.affix .enable_sticky_logo.logostiky {
    display: inline-block;
}
.affix .enable_sticky_logo.logoheader {
    display: none;
}




.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: static !important;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}


.dn_non{
    display: none;
}

.sticky {
    font-weight: normal;
}

#masonry_container .col2{
    width: 25%;
}

.vc_column_container>.vc_column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.news-item:hover {
    cursor: pointer;
}

.navbar-white .nav-desctop-list li a {
    color: #fff;
}
.navbar-white .nav-desctop-list li a:hover {
    color: #d6ae7b;
}

.alignfull {
    width: 100%;
    text-align: center;

}

.alignfull img {
    width: 100%;
}


.no-image .content , .no-image .news-description, .no-image .read-more {
    opacity: 1 !important;

}
.no-image .read-more {
    position: static;
}
.no-image  .news-title {
    margin-left: 30px;
}


.no-image .hover-border {

    width: 370px;
    height: 370px;

}

.row-services{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* ===== Packages (Bauhaus-style) ===== */
.dt-packages .wp-block-columns {
  gap: 18px;
}

.dt-package {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 22px 18px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  min-height: 100%;
  height: 100%;
}

.dt-package:hover {
  transform: translateY(-2px);
  border-color: rgb(95 128 99);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.dt-package h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
  color: #111;
}

.dt-package p {
  color: rgba(0,0,0,.68);
  line-height: 1.55;
  margin-bottom: 14px;
}

.dt-package ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.68);
}

.dt-package ul li {
  margin: 8px 0;
}

/* Popular badge */
.dt-package--popular {
  border-color: rgb(95 128 99);
  box-shadow: 0 20px 48px rgba(0,0,0,.10);
}

.dt-package--popular::before {
  content: "Популярний";
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgb(95 128 99);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}

.dt-packages .wpb_column .vc_column-inner > .wpb_wrapper{
    height: 100%;
}

.v2-title{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 3.428rem;
    color: #000;
    font-weight: bold;
    position:relative;
    line-height: 1.3;
}

.v2-title::before{
    content:"";
    display: block;
    width: 100px;
    height: 5px;
    background: rgb(95 128 99);
}

.v2-title--revers{
    flex-direction: row-reverse;
}

/* CTA block — style close to Bauhaus template (white + dots + card) */
.section-cta-dimtam{
    padding: 90px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.section-cta-dimtam:before{
    content:"";
    position:absolute; inset:0;
    background-image: radial-gradient(rgba(0,0,0,.12) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity:.18;
    pointer-events:none;
}
.section-cta-dimtam .container{
    position: relative;
    z-index: 1;
}
.cta-dimtam__card{
    max-width: 980px;
    margin: 0 auto;
    background: rgba(255,255,255,.92);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    padding: 56px 44px 44px;
    text-align: center;
}
.cta-dimtam__title{
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    color:#111;
}
.cta-dimtam__subtitle{
    margin: 0 0 26px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(0,0,0,.65);
}
.cta-dimtam__text{
    margin: 0 auto 24px;
    max-width: 720px;
    color: rgba(0,0,0,.65);
}
.cta-dimtam__buttons{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.cta-dimtam__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
    white-space: nowrap;
}
.cta-dimtam__btn:active{ transform: translateY(1px); }

.cta-dimtam__btn--primary{
    background: #f2cc3a;
    color: #111;
    box-shadow: 0 10px 22px rgba(242,204,58,.25);
}
.cta-dimtam__btn--primary:hover{
    box-shadow: 0 14px 28px rgba(242,204,58,.32);
    transform: translateY(-1px);
}
.cta-dimtam__btn--secondary{
    background: #f6f6f6;
    color: #111;
    border-color: rgba(0,0,0,.10);
}
.cta-dimtam__btn--secondary:hover{
    background:#fff;
    border-color: rgba(0,0,0,.18);
    transform: translateY(-1px);
}
.cta-dimtam__btn--instagram{
    background: #1f2d49;
    color: #fff;
    box-shadow: 0 10px 22px rgba(31,45,73,.18);
}
.cta-dimtam__btn--instagram:hover{
    box-shadow: 0 14px 28px rgba(31,45,73,.24);
    transform: translateY(-1px);
}

@media (max-width: 991px){
    .cta-dimtam__title{ font-size: 32px; }
    .cta-dimtam__card{ padding: 44px 20px 24px; }
    .cta-dimtam__buttons{ grid-template-columns: 1fr; }
}
html {
    scroll-behavior: smooth;
}

@media(max-width: 1199px){
  .dt-packages{
    row-gap: 30px;
  }
}

@media(max-width: 767px){
  .navbar__info-item{
    font-size:15px;
  }

  .row-services{
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-title{
    font-size: 2.428rem;
  }
}