/*
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.
*/

body {
    overflow-x: hidden;
}

#qlwapp.qlwapp-bottom-right {
	right: 80px;
}
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    text-shadow: 2px 2px 1px #FFF, 2px 2px 5px #fff;
}

.ltx-go-top.floating {
    bottom: 30px!important;
	right: 20px!important;
}

.grecaptcha-badge {
	visibility: hidden!important;
}

nav.navbar .logo img {
  margin-top: 0;
}

nav.navbar .navbar-logo {
    display: inline-block;
}

#nav-wrapper.navbar-layout-white .navbar-logo {
  margin-top: 12px;
}

.color-palette li {
    width: 33%;
    display: inline-block;
}

@media (min-width: 700px) {
    .color-palette li {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .color-palette li {
        width: 12%;
    }
}

.color-palette li .header {
    display: flex;
    font-size: 11px;
    justify-content: center;
}

.footer-widget-area div {
    text-align: left;
}


body.admin-bar header.page-header {
    background-position: 50% 50%;
}

.about-us-features .descr {
    font-weight: 300 !important;
    font-family: inherit !important;
    margin-top: 15px !important;
}

.custom-inner-header {
    background-attachment: initial !important;
    background-size: cover;
}