/* Enter Your Custom CSS Here */
#facebook-comments h3 { width: 100%; float: left; margin-top: 20px; margin-bottom: 10px;  }

@media only screen and (max-width: 767px) {
  .home #gform_1 #gform_submit_button_1 { width: 280px; }
}

/* Header Fix */
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  max-height: 80px !important;
}


@media only screen and (max-width: 1128px) {
    .qodef-page-header {
        display:none;
    }

    .qodef-mobile-header {
        display: block
    }

    .qodef-header-vertical .qodef-vertical-menu-area {
        display: none
    }

    .qodef-header-vertical .qodef-content,.qodef-header-vertical footer {
        padding-left: 0
    }

    .qodef-header-vertical .carousel-inner {
        left: 0!important;
        width: 100%
    }

    .qodef-top-bar-mobile-hide .qodef-top-bar {
        display: none;
        height: 0
    }
}