@media (min-width: 576px) {
    .btn-wrap {
        max-width: 340px;
    }
    .bricklayer-column-sizer {
        width:50%
    }
}

@media (min-width: 768px) {


    body {
        overflow-x: hidden;
    }


}

@media (min-width: 992px) {
    .card-data {
        bottom: 20px;
        left: 30px;
    }
    a.v-text.toc-trigger {
        background: #D1D1D1;
        width: auto;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        bottom: 0;
    }
    .card {
        margin-bottom: 50px;
    }
    a.view-more {
        font-size: 16px;
        line-height: 28px;
    }
    .section-head {
        margin-bottom: 60px;
    }

    .post_toc {
        padding: 15px 20px 15px 30px;
    }
    div#toc {
        left: 20px;
        max-width: 282px;
        top: 175px;
    }
    .main-nav > a:hover,.footer-links > a:hover {
        opacity: .7;
    }
    .card-text {
        font-size: 18px;
        line-height: 29px;
    }
    strong.schema-faq-question {
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
    }
    .author .single-author-avatar {
        /* width: 336px; */
        margin-left: auto;
        text-align: right;
        margin-right: 0;
        max-width: 316px;
    }
    .card-area {
        font-size: 28px;
        line-height: 38px;
    }
    section.hero.front-hero h1 {
        position: static;
        top: 0;
    }
    .page-template-authors-template .author-name {
        font-size: 24px;
        line-height: 36px;
    }

    h1 {
        font-size: 42px;
    }
    .bottom-footer {
        align-items: center;
        flex-direction: row;
    }
    .top-footer {
        flex-direction: row;
    }
    .footer-social > a {
        margin-left: 6px;
        margin-right: 0;
    }
    .footer-links > a {
        margin-right: 50px;
    }
    .footer-links {
        margin-left: 15px;
        flex-direction: row;
        text-align: left;
        margin-bottom: 0;
    }
    .footer-social {
        margin-left: 30px;
        margin-top: 0;
    }
    .section-head h2 {
        font-size: 38px;
        line-height: 50px;

        /* Dark */
        color: #161616;
    }
    .author-box img {
        margin: 0 auto 10px;
        width: 316px;
        height: 100%;
    }
    .home .author-box img {
        width: 194px;
        height: 194px;
    }
    h3.card-title {
        font-size: 28px;
        line-height: 38px;
        min-height: 76px;
    }
    .single-post-excerpt p {
        font-size: 24px;
        line-height: 40px;
    }
    section.single-post h1 {
        font-size: 40px;
        line-height: 56px;
    }
    .side-nav {
        top: 160px;
        left: 20px;
        right: auto;
        bottom: auto;
    }
    .v-text.share-text {
        display: block;
    }
    .side-nav .social-icon {
        display: flex;
    }
    header#masthead {
        padding: 15px;
    }

    .site-branding img {
        max-width: 170px;
    }
    .hero {
        padding: 100px 0;
        height: 580px;
        background-image: url(../img/bg-3.jpg);
    }


    a.btn, input[type="submit"] {
        /* min-width: 300px; */
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }
    section {
        padding: 85px 0;
    }
    .bricklayer-column-sizer {
        /* width:33.333%; */
    }

}

@media (min-width: 1200px) {
    .search-tool {
        width: 280px;
        margin-right: 0;
        margin-left: 0;
    }.site-branding {
         width: 280px;
     }
    .main-nav {
        display: flex;
    }
    .main-nav-mobile {
        display: none !important;
    }
    .hamburger {
        display: none;
    }

    .alignfull.size-full {
        max-width: 60vw;
        left: calc(-30vw + 50%);
    }

    .home h1 {
        /* margin-top: 1.57em; */
    }


    header#masthead {
        /* background: transparent; */
    }


    .container.m-container {
        max-width: 1300px;
    }

    .container.s-container {
        max-width: 630px;
    }

    .inner-content {
        text-align: left;
        padding-right: 40px;
        padding-left: 40px;
    }

    .subtitle {
        font-weight: 400;
        font-size: 26px;
        line-height: 40px;
        /* or 155% */
        text-align: center;
        letter-spacing: 0.36px;
        font-style: italic;
    }



    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 30px;
    }
    .bricklayer-column-sizer {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .inner-content {
        padding-right: 120px;
        padding-left: 80px;
    }
    .alignfull.size-full {
        max-width: 52vw;
        left: calc(-26vw + 50%);
    }

}
