/*
Theme Name: Windazo Child Theme
Theme URI: http://windazo.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Windazo
Template: windazo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: windazo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#menu-main-menu .sub-menu li a {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.zs-enabled .zs-slideshow .zs-layer {
  display: block !important;
  background-color: var(--black);
  opacity: 0.4;
}

.ltx-wrapper > p,
.wpb_wrapper > p {
  font-size: 16px;
}

.blog-post .image {
  text-align: center;
}

.rounded-img img {
  border-radius: 6px;
}

.text-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .ltx-navbar-icons {
    display: none;
  }
	
/*   #nav-wrapper.inited #navbar.navbar-desktop {
    width: auto;
    right: 0;
  } */
}