/*
 Theme Name:   Inspiro-Child
 Theme URI:    https://www.wpzoom.com/free-wordpress-themes/inspiro-lite/
 Description:  Child theme of Inspiro Lite.
 Author:       Luca Cilfone, FareilWeb.com
 Author URI:   https://www.fareilweb.com
 Template:     inspiro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain: inspiro
 Domain Path: /languages/
*/

.max-width-1000 {
    max-width: 1000px !important;
    margin: 30px auto 0px auto;
}

.hide-caption figcaption {
    display: none;
}

/* Main Navigation */
@media all and (min-width: 64.0625em) {
    .navbar-nav {
        justify-content: center;
    }
    .navbar-nav ul {
        width: 300px;
    }
    .navbar-nav > li,
    .inspiro--with-page-nav .navbar-nav > li:last-child {
        margin: 0 0.9375em;
        margin-right: 0.9375em;
    }
}
.navbar-toggle {
    margin-left: 2.5em;
}

/* Main Content */
.page .entry-header .inner-wrap {
    margin: 2.8125em auto 0 auto;
}
.page .entry-content {
    margin: 0 auto;
}
.entry-content ol, .entry-content ul {
    margin: 0 1rem 1rem 1rem;
}

/* Post */
.wp-block-post .wp-block-post-title{
    font-size: 2rem;
    height: 5rem;
}
.wp-block-post-featured-image {
    height: 250px;
    overflow: hidden;
}
.wp-block-post-featured-image a {
    display: block;
    height: 100%;
    width: 100%;
}
.wp-block-post-featured-image img {
    height: 100%;
}

/* WP Blocks */
.wp-block-post-excerpt {
    margin-top: 20px;
}
.wp-block-cover a {
    padding: 25px 30px;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    text-shadow: #fff 0px 0px 4px;
    color: #fff;
    transition: all 500ms;
}
.wp-block-cover a:hover {
    background: rgba(0,0,0,1);
    text-shadow: yellow 0px 0px 4px;
    color: #fff;
}

/* Footer */
.site-footer {
    margin-top: 50px;
}

/* Footer Navigation */
.footer-navigation {
    margin-top: 20px;
}
.footer-navigation .footer-navigation__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 15px;
}
.footer-navigation .footer-navigation__col {
    flex: 0 0 100%;
    text-align: center;
}
.footer-navigation .navigation-block {
    margin: 15px;
}
.footer-navigation .menu-name {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 30px 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
}
.footer-navigation .menu-container {
    margin: 0;
    padding: 0
}
/* Main Level */
.footer-navigation ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-navigation ul.menu li.menu-item {
    margin: 0 0 10px 0;
    padding: 0;
}
/* Sub Level 1 */
.footer-navigation ul.sub-menu {
    list-style: none;
    margin: 6px 0 0 25px;
}
.footer-navigation ul.sub-menu li.menu-item {
    margin: 0 0 6px 0;
    padding: 0;
}
@media all and (min-width: 768px) {
    .footer-navigation .footer-navigation__col {
        flex: 0 0 50%;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .footer-navigation .footer-navigation__col {
        flex: 0 0 25%;
        text-align: left;
    }
}



/* Footer Site Info */
.site-info {
    margin: 30px 0 0 15px;
}
.site-info .site-info__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 15px 0 30px 0;
}
.site-info .site-info__col  {
    flex: 0 0 100%;
    text-align: center;
}
@media all and (min-width: 768px) {
    .site-info .site-info__col  {
        flex: 0 0 50%;
    }
}