/**
 * V5.9 — the only part of WPBakery's stylesheet this theme actually uses.
 *
 * The theme shipped js_composer.min.css (459 KB, 45 KB gzipped) on every request. It is
 * WPBakery's complete stylesheet, captured from the Euthenia demo — but the WPBakery
 * plugin is not installed here and the site is built with Elementor. The markup in
 * single-leopati_project.php and the hero slider still carries the vc_/wpb class names,
 * so the file could not simply be dropped: disabling it moved 19 of 25 measured elements
 * on the project page.
 *
 * These are the rules that survive two filters: the selector must mention a class the
 * theme actually prints, and every vc_/wpb class it demands must be one the theme prints
 * — a rule needing .vc_row-has-fill can never match, so it is not here.
 *
 * Verified by swapping this in for the full file on the live site and re-measuring
 * geometry, padding, margin and float of every element: 124 elements on the home page and
 * 68 on a project page, zero differences, identical page height. Enqueue order matters —
 * this must load in the same slot the original did, before style.css and
 * theme-overrides.css, or rules the theme means to override start winning.
 */
.vc_column-inner::after,.vc_row:after{clear:both;}
.vc_row:after,.vc_row:before{content:" ";display:table;}
.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table;}
.vc_row{margin-left:-15px;margin-right:-15px;}
.vc_row[data-vc-full-width]{transition:opacity .5s ease;overflow:hidden;}
.vc_column_container{width:100%;padding-left:0;padding-right:0;}
.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%;}
.vc_col-lg-8,.vc_col-md-8,.vc_col-sm-12,.vc_col-sm-6{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box;}
.wpb-content-wrapper{margin:0;padding:0;border:none;overflow:unset;display:block;}
.wpb_content_element{margin-bottom:35px;}
#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0;}
.wpb_single_image a{border:none;outline:0;}
.wpb_single_image img{height:auto;max-width:100%;vertical-align:top;}
.wpb_single_image .vc_single_image-wrapper{display:inline-block;vertical-align:top;max-width:100%;}
.wpb_single_image .vc_figure{display:inline-block;vertical-align:top;margin:0;max-width:100%;}
.wpb_single_image.vc_align_center{text-align:center;}
.wpb_single_image.vc_align_left{text-align:left;}

@media (min-width:768px){
  .vc_col-sm-12,.vc_col-sm-6{float:left;}
  .vc_col-sm-12{width:100%;}
  .vc_col-sm-6{width:50%;}
}
@media (min-width:992px){
  .vc_col-md-8{float:left;width:66.66666667%;}
  .vc_col-md-offset-2{margin-left:16.66666667%;}
}
@media (min-width:1200px){
  .vc_col-lg-8{float:left;width:66.66666667%;}
  .vc_col-lg-offset-2{margin-left:16.66666667%;}
}
