/*
Theme Name: Crown Theme
Theme URI: https://www.norcalsbdc.org
Author: Jordan Crown
Author URI: http://www.jordancrown.com
Description: A custom theme developed specifically for the Northern California SBDC Network website.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

iframe{
    max-width: 100%;
}

.featured-image-alt{
    display: none;
}

.header__logoContainer_mobile{
    display: none!important;
}

.wp-block-crown-blocks-page-section.full-width.inspiration .wp-block-crown-blocks-featured-posts.grid.has-featured-images.column-count-2 {
    margin: 0 50px 10px;
}

@media screen and (max-width: 768px) {
    .content_header__info{
        display: block!important;
        margin-bottom: 5px;
    }

    .content_header__info .content_header__category{
        margin-bottom: 10px;
    }

    .content_header__info .dot{
        display: none;
    }
    
    .single-container{
        padding-top: 20px;
    }

    .wp-block-crown-blocks-featured-posts{
        padding-top: 25px;
    }

    .wp-block-crown-blocks-header-posts .post-teaser__post{
        display: flex;
        flex-direction: column-reverse;
    }

    .wp-block-crown-blocks-header-posts .post-teaser__bg{
        height: 100%;
    }
    
    .wp-block-crown-blocks-header-posts .post-teaser__post-img{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .wp-block-image img{
        max-width: 100%;
    }
    .header__logoContainer_mobile{
        display: block!important;
        padding: 10px 0 5px!important;
        border-bottom: 1px solid #deecfa;
    }

    .header__logoContainer_mobile .container{
        display: flex;
        justify-content: center;
    }
    .header__logoContainer_mobile .container .log{
        height: 40px;
    }

    #rvshare-logo {
        widht: 110px;
        height: 35px;
    }
}