/*  */
/* General Page Settings */
/*  */

@media only screen and (max-width: 768px) {
    .fl-page-content {
        margin-top: 20px !important;
    }
    .fl-heading {
        text-align: center !important;
    }
    .fl-row-content-wrap {
        padding-left: 0px !important;
    }
}

/*  */
/* Header */
/*  */

/* Top Bar */
@media only screen and (max-width: 418px) {
    #google_language_translator {
        left: -25px !important;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
}

/* Header Menu  */
@media only screen and (max-width: 767px) {
    .fl-page-header .fl-logo-img {
        margin-left: 10px;
        max-width: 200px;
    }
    .fl-page-header-logo {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
    .fl-page-header-logo-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    #menu-headermenu {
        text-align: -webkit-center;
        background-color: #054F97;
        padding-top: 20px;
    }
    #menu-headermenu li {
        background-color: #054F97;
        border: none !important;
        padding: 0px;
    }
    #menu-headermenu li a {
        color: white;
        display: table-cell;
        width: 100%;
        font-size: 24px;
    }
    #menu-headermenu li a:hover {
        color: white;
    }
    #menu-headermenu .donate {
        background: #77CC43;
        width: 100% !important;
    }
    .widget.widget_search {
        padding: 20px 12.5% 30px 12.5%;
        background: #054F97;
    }
    .fl-search-input.form-control {
        height: 44px;
    }
    .navbar-toggle {
        top: 40px !important;
    }
    .navbar-toggle::after {
        content: "Menu"
    }
    .navbar-toggle .fa.fa-bars {
        font-size: 16px;
        padding-bottom: 1px;
    }
}

/*  */
/* Home Page */
/*  */

/* Home Page -> Top Slider */
@media only screen and (max-width: 768px) {
    .home-slider-left {
        min-width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .home-slider-header {
        top: 0px !important;
    }
    .home-slider-header .fl-heading {
        text-align: left !important;
    }
    .home-slider-header .fl-heading span {
        padding-left: 30px;
    }
    .home-slider {
        top: 0px !important;
        padding-top: 25px;
    }
    .home-slider .fl-slide-text #slide-numbers {
        font-size: 32px !important;
    }
}

/* Home Page -> Recent Posts & Featured/Upcoming Events */
@media only screen and (max-width: 418px) {
    .blog-post-col .fl-callout-title,
    .blog-post-col .fl-callout-text {
        text-align: center;
    }
    .upcoming-events-col .fl-post-feed-title,
    .upcoming-events-col .fl-post-feed-meta {
        text-align: center;
    }
}

/*  */
/* Community Resources Online */
/*  */

@media (max-width: 768px) {
    .arrow-right {
        display: none;
    }
}

/*  */
/* Get Help */
/*  */

/* Get Help -> Volunteer */
@media only screen and (max-width: 768px) {
    .get-help-volunteer-position {
        margin-left: 20px;
        margin-right: 20px;
    }
}


/* Get Help Landing Page  */
@media only screen and (max-width: 768px) {
    .get-help-callout .fl-callout-title {
        text-align: center;
    }
    .get-help-callout .fl-callout-text {
        text-align: center;
    }
    .get-help-contact {
        text-align: center;
    }
    .get-help-find-resources .fl-callout-title {
        text-align: center;
    }
    .get-help-find-resources .fl-callout-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .get-help-find-resources .fl-button {
        width: 100%;
    }
}


/* Get Help -> Older Adult Support  */
@media only screen and (max-width: 768px) {
    .legal-support-numbers .fl-module-content.fl-node-content {
        margin-left: 0px;
    }
    .legal-support-hours .fl-module-content.fl-node-content {
        margin-right: 0px;
    }
    .legal-support-hours .fl-callout-title,.legal-support-numbers .fl-callout-title {
        text-align: center
    }
}

/*  */
/* Get Training */
/*  */

@media screen and (max-width: 768px) {
    .get-help-section-img .fl-photo{
        text-align: center !important;
    }
    .get-help-section-options {
        text-align: center;
        /* margin-top: 20px; */
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 60px;
    }
}

/*  */
/* Footer */
/*  */
@media only screen and (max-width: 768px) {
    footer .fl-col-small {
        min-width: 100% !important;
    }
    .footer-sponsors-col .fl-col-content {
        display: inline-flex;
        width: 100%;
    }
    .footer-sponsors-col .fl-module-photo{
        min-width: 50%;
    }
    .footer-sponsors-col .fl-module-photo img {
        width: 100px;
    }
    .footer-sponsors-col #img-1 img {
        float: left;
        margin-left: 15px;
    }
    .footer-menu-header .fl-heading span {
        margin-left: 12px;
    }
    .footer-menu-header .fl-heading {
        text-align: left !important;
    }
    .footer-sponsors-col .fl-module-photo .wp-image-807 {
        float: right;
        margin-right: 15px;
    }
    .footer-contact-col .fl-module-menu .fl-module-content {
        margin-left: 0px !important;
    }
    .footer-contact-col li {
        margin-left: 20px !important;
    }
    .fl-page-footer {
        border-top-color: #002456 !important; 
    }
    .fl-page-footer .fl-page-footer-container {
        padding-top: 0px; 
    }
    .fl-page-footer-text {
        text-align: left !important;
        margin-left: 12px;
    }
    .fl-page-footer .fl-social-icons {
        text-align: left !important;
        height: 42px;
        margin-bottom: 20px;
    }
}