/*
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.
*/

h1 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.breadcrumbs span[property="name"] {
    text-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.footer-widget-area div {
    text-align: left;
}

#ltx-widgets-footer {
    padding: 0;
}

.footer-widget-area .heading {
    margin-top: 32px;
}

.ltx-icon-size-xs .ltx-icon {
    font-size: 14px !important;
}

.ltx-block-icon.ltx-icon-ht-right.ltx-block-icon-xs .block-right {
    padding-left: 34px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.full-width {
    overflow-x: auto;
}