/*
* Responsive Media Queries
*/
@media screen and (max-width: 1024px) {
    .responsive-menu {
        display: none;
    }

    #mobile-header{
        display:block !important;
    }
}

@media screen and (max-width: 992px) {

    .wedding-header-above-text{
        font-size:50px;
    }
    .wedding-header-title,
    .wedding-below-header,
    .header-divider-container{
        display:none;
    }

    .comment-body > .row > .col-md-10 {
        margin-left: 0 !important;
    }

    .custom-search-form input[type="text"],
    .custom-search-form select{
        width:100% !important;
        margin:0 !important;
    }
    .custom-search-form input[type="text"]:first-child{
        margin:0 !important;
    }
    .custom-search-form input[type="submit"]{
       margin:0 !important;
    }

}

@media screen and (max-width: 768px) {
    #wedding-logo {
        text-align: center;
    }

    #logo {
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 520px) {


}