@media only screen and (max-width: 992px) {
    
    #nav-main {
        width: 300px;
        margin-bottom: 10px;
    }

    .site-branding {
        margin-top: 16px;
    }

    input.wpcf7-form-control.wpcf7-submit.footer-button{
        width: 110px;
    }

    .site-branding a {
        padding-bottom: 0;
    }

    .jumbo-page-title {
        font-size: 65px;
        text-align: center;
    }

    .jumbo-page-subtitle {
        font-size: 110px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        margin-top: 16px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 50px;
        height: 50px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {

    .slider-content {
        height: 300px;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .blog-column {
        margin-bottom: 20px;
    }
    
    .lead {
        font-size: 1.15rem;
        font-weight: 400;
    }

    .entry-content {
        margin-top: 0px;
    }

    .rail-blog.big .post-content,
    .rail-blog.big li > a {
        padding: 15px;
        width:100%;
    }

    .rail-blog.big .post-content {
        padding-top: 0;
    }
    
    .rail-blog.big .post-content h2 {
        font-size: 25px;
    }

    .large-cover-wrapper {
        height: 500px;
    }
    
    .cover-overlay .caption p {
        font-size: 14px;
    }

    .cover-overlay .caption h1 {
        font-size: 30px;
    }

    .argument-col ol {
        padding-left: 20px;
        margin-top: 15px;
    }

    .featured-left {
        width: 150px;
        height: 150px;
    }

    #cff .cff-item {
        width: 100%;
    }

    .featured-left img{
        top: 65px;
    }

    .jumbo-page-title {
        font-size: 45px;
    }

    .jumbo-page-subtitle {
        font-size: 78px;
    }

    .post {
        margin-top: 0; 
    }

    .argument-col {
        margin-top: 25px;
    }

    .comment-form-email,
    .comment-form-author,
    .comment-form-url {
        width: 49%;
    }

    .wpforo-widget-wrap .wpforo-widget-content li {
        width: 49%;
    }

    .site-branding {
        margin-top: 14px;
    }

    .jumbotron {
        padding: 2rem 2rem;
    }
 
    .wpforo-widget-wrap .widget-title {
        margin-left: 15px;
    }

    #carousel-88 .fixed-height-image {
        height: 450px !important;
    }

    p.rpc-content {
        font-size: 14px;
        margin-bottom: 0;
    }

    .site-footer .box_header {
        width: 100%;
        margin-left: 0;
    }

    .jumbo-page-title {
        font-size: 30px;
    }

    .jumbo-page-subtitle {
        font-size: 62px;
    }

}

@media only screen and (max-width: 500px) {

    .large-cover-wrapper {
        height: 350px;
    }

    .site-branding {
        margin-top: 35px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .header-top:before {
        top: 45px;
    }

    #nav-main {
        margin-top: 20px;
    }

    .site-branding {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 400px) {

    .header-top:before {
        top: 25px;
    }

} 