/*
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;

}
