/*
=============================================================================
Theme Name: YMCA of Metropolitan Washington
Description: Custom theme design for YMCA of Metropolitan Washington
Author: UDIO Edge, Inc.
Author URI: https://udioedge.com/
Version: 1.0
Text Domain: ymca
=============================================================================
*/

#bottom_banner_bg_color {
    background: #C12890;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #C12890, #7D28D0);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #C12890, #7D28D0);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #C12890, #7D28D0);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #C12890, #7D28D0);
    /* Standard syntax */
}

.top-bar {
    padding-top: 10px;
    padding-bottom: 11px;
    background: #C12890;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #C12890, #7D28D0);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #C12890, #7D28D0);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #C12890, #7D28D0);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #C12890, #7D28D0);
    /* Standard syntax */
}

.top-bar p {
    font-size: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
}

.top-bar span {
    text-transform: uppercase;
    font-weight: bold;
}

.top-bar_nav {
    float: right;
}

.top-bar_nav li {
    display: inline;
    margin-right: 15px;
    font-size: 13px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.top-bar_nav li:last-child {
    margin-right: 0px;
}

.top-bar_nav li a {
    color: #ffffff;
}

.top-bar_nav li a:hover {
    color: #cccccc;
}

.checkbox-section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.checkbox-section h5 {
    margin-bottom: 5px;
}

.checkbox-section .wpcf7-list-item {
    margin-right: 40px;
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .top-bar p {
        display: inherit;
        text-align: center;
    }
    .top-bar_nav {
        float: none;
        text-align: center;
    }
    /* amenities services */
    body .amenities-services .wpb_wrapper {
        margin-bottom: 30px;
        text-align: center;
    }
    body .amenities-services ul li {
        padding: 0;
    }
    body .amenities-services ul li::before {
        position: relative;
        margin-right: 5px;
        top: -2px;
    }
    body .carousel-wrapper {
        padding: 40px 0 0 0;
    }
    body .carousel-wrapper #clients-carousel {
        padding-bottom: 45px;
    }
    body .purple-background-faq {
        padding-top: 80px;
    }
    body .purple-background-faq::after {
        border-top: 0;
    }
    body .heading_style-3 .section-heading {
        padding: 20px 20px;
    }
    body .custom_img .wpb_single_image .vc_figure {
        justify-content: center;
    }
    body .custom_img img {
        width: 70%;
    }
}

.latest-posts .blog-post .blog-post_body .blog-post_meta .blog-post_author {
    width: auto;
    max-width: 50%;
}

.wpb_text_column ol li {
    margin-left: 20px;
    font-size: 18px;
    line-height: 28px;
}

.vc_row .wpb_text_column p:last-child {
    margin-bottom: 60px;
}

.wpb_text_column.wpb_content_element.accordion-section h4 {
    margin-bottom: 0;
}

.wpb_text_column.wpb_content_element.accordion-section p {
    margin-bottom: 15px;
}

.vc-volcanno.accordion-section-button {
    margin-top: -25px;
}

.accordion-custom-title span {
    font-size: 25px;
}

.purple-heading {
    margin-bottom: 50px !important;
}

.purple-heading h1 {
    font-size: 60px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 10px;
}

.purple-heading .light-purple {
    color: #993497;
}

.purple-heading .dark-purple {
    color: #5A3997;
}

.wpb_text_column.wpb_content_element h1,
.wpb_text_column.wpb_content_element h2,
.wpb_text_column.wpb_content_element h3,
.wpb_text_column.wpb_content_element h4 {
    margin-bottom: 10px;
}

.vc_row .wpb_text_column p:last-child {
    margin-bottom: 20px;
}

span.vc_tta-title-text {
    font-size: 25px;
}


/* Blog sidebar start*/

.sidebar.blog-single-sidebar .widget ul>li {
    background: url("img/arrow.png") no-repeat left center;
}


/* Blog sidebar end */


/* Tweets widget start */

.sidebar .widget_latest_tweets_widget {
    padding-left: 20px;
}

.sidebar .latest-tweets .twitter-hashtag {
    color: #1981B6;
}

.sidebar .latest-tweets .tweet-details time {
    color: #cccccc;
    font-size: 13px;
}

.sidebar.blog-single-sidebar .latest-tweets ul li {
    background: none;
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .sidebar .widget_latest_tweets_widget {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .custom-purple_img.hidden-img img {
        display: none;
    }
}


/* Tweets widget end */


/* Search widget start */

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .sidebar .widget_search input {
        width: 100%;
        margin-bottom: 20px;
    }
    body .sidebar_widget.widget_media_image {
        text-align: left;
    }
}

@media only screen and (max-width: 1285px) and (min-width: 991px) {
    .sidebar .widget_search input#s {
        width: 68%;
    }
}


/* Search widget start */


/* Blog page title start */

.blog .page-content .section-heading h1,
.blog .page-content .section-heading h3 {
    text-transform: uppercase;
    color: #fff;
}

.blog .page-content .section-heading h3 {
    margin-bottom: 0;
    line-height: 26px;
}

.page-content.page-title-single-post {
    padding: 17px 0;
    background-color: #F7F7F7;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.page-content.page-title-single-post h3 {
    text-align: left;
    color: #666;
    font-size: 20px;
    margin-bottom: 0;
}

.blog-post .post-media {
    margin-bottom: 2px
}

.blog-post .blog-meta {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.blog-post .blog-meta .post-date,
.blog-post .blog-meta .post-author {
    color: #666;
    font-size: 12px;
    float: left;
}

.blog-post .blog-meta .post-author span {
    font-weight: bold;
}

.blog-post .blog-title h1 {
    margin-bottom: 10px;
}


/* Blog page title start */


/* twitter style */

.sidebar {
    border-left: 1px solid #EBEBEB;
}

.sidebar .widget ul>li {
    border-top: 1px solid #EBEBEB;
}

.sidebar .widget ul>li:last-child {
    border-bottom: 1px solid #EBEBEB;
}

.sidebar.blog-single-sidebar .latest-tweets ul {
    border-top: 1px solid #EBEBEB;
}

.sidebar.blog-single-sidebar .latest-tweets ul li {
    border: none;
}

.sidebar .sidebar_widget.widget-service-list-item .sidebar_heading {
    border-bottom: 1px solid #EBEBEB;
}

.blog-post_content {
    font-size: 15px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
    .sidebar {
        border-left: none;
    }
}

.page-content.page-title .pt-image img {
    object-fit: cover;
}

.latest-posts.archive>p {
    text-align: center;
    margin-top: 50px;
}

.blog-post_heading {
    width: 100%;
}

.blog-post_body.equal-height {
    width: 100%;
}

.social-share-posts {
    float: left;
    margin-bottom: 20px;
}


/* new element css */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-tab>a:hover {
    background-color: #dcdcdc;
}

li.vc_tta-tab {
    width: 305px;
}

body.wpb-js-composer .vc_tta.vc_tta-spacing-1.tabs-blog .vc_tta-tab {
    margin: 0;
}

body.wpb-js-composer .vc_tta.vc_general.tabs-blog .vc_tta-tabs-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.tabs-blog .vc_tta-tabs-container {
    margin-bottom: 65px;
}

body.wpb-js-composer .vc_tta.vc_general.tabs-blog .vc_tta-panel-body {
    padding: 0;
}

.tabs-blog .vc_toggle {
    background-color: #f2f2f2;
    border-radius: 8px;
}

.tabs-blog span.vc_tta-title-text {
    font-family: "Verdana", sans-serif;
    font-size: 17px;
}

body.wpb-js-composer .vc_tta.vc_general.tabs-blog .vc_tta-tab>a {
    padding: 10px 20px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding: 4px 20px;
    padding-left: 50px !important;
}

.tabs-blog .vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
    font-family: "Verdana", sans-serif;
    font-size: 17px;
    color: #333;
}

.tabs-blog .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: 18px !important;
}

.home p {
    font-size: 17px;
    margin-bottom: 0;
}

.no-padding .vc_column-inner {
    padding: 0 !important;
}

.no-padding .vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
    width: 305px;
}

body .tabs-blog .flexslider {
    margin: 0;
    border: 0;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    margin-top: 0;
    padding-bottom: 15px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-tab.vc_active>a {
    background-color: #0082B6;
    color: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-tab>a {
    background-color: #f2f2f2;
    color: #333;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs.tabs-blog .vc_tta-panels {
    background: transparent;
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none;
}

body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.tabs-blog .vc_tta-tab.vc_active>a::after {
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 47px;
    position: absolute;
    left: 0;
    top: 42px;
    display: inline-block;
    width: 100%;
    height: 20px;
    color: #0082B6;
    border: 0;
}

body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.tabs-blog .vc_tta-tabs-list,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.tabs-blog .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow: initial;
}

.tabs-blog .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    width: 1px !important;
}

.tabs-blog .vc_toggle_default .vc_toggle_icon {
    border-color: #777;
}

.tabs-blog .vc_toggle_default .vc_toggle_icon::before {
    border-color: #777;
}

.tabs-blog .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    height: 1px !important;
}

.tabs-blog .vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
    background: #777;
}

body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.tabs-blog .vc_tta-tab.vc_active>a,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.tabs-blog .vc_tta-tab>a {
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    body.wpb-js-composer .vc_tta.vc_general.tabs-blog .vc_tta-panel-title>a {
        padding: 12px 20px;
        padding-bottom: 15px;
    }
    body.wpb-js-composer .vc_tta.vc_general.tabs-blog .vc_tta-panel {
        display: block;
        margin-bottom: 20px;
    }
    body.wpb-js-composer .vc_tta.vc_tta-spacing-1.tabs-blog .vc_tta-panel.vc_active .vc_tta-panel-heading,
    body.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
        margin-bottom: 0;
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-panel .vc_tta-panel-title>a {
        color: #333333;
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #fff;
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background-color: #1981B6;
        margin-bottom: 20px;
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-panel .vc_tta-panel-body {
        background: transparent;
    }
    .no-padding .vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
        width: 100%;
    }
    .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
        padding: 10px 20px;
    }
    body.wpb-js-composer .vc_tta.vc_tta-shape-square.tabs-blog .vc_tta-panel-heading {
        border-radius: 8px;
    }
    .flexslider .slides img {
        height: auto;
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.tabs-blog .vc_tta-panel .vc_tta-panel-heading {
        background-color: #f2f2f2;
    }
}

#header .upper-nav__buttons .button {
    display: block !important;
    padding: 16px 0px;
    width: 176px;
    text-align: center;
}

#header .upper-nav__buttons .button span {
    top: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    body.wpb-js-composer .vc_tta.vc_tta-spacing-1.tabs-blog .vc_tta-tab {
        width: 230px;
    }
    .no-padding .vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
        width: auto;
        margin-right: 20px;
    }
    .navbar .logo-wrapper .navbar-brand>img,
    .navbar .logo-wrapper a>img {
        max-width: 210px;
    }
    .navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location {
        padding-bottom: 0;
        height: 55px;
    }
    .navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location span {
        line-height: 15px !important;
    }
    .navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .button {
        padding: 14px 48px;
    }
    .upper-nav__buttons {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
    .ymca-item .wrap h1 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 21px;
    }
    .carousel-wrapper .owl-carousel .owl-item .ymca-item img {
        max-width: initial;
        height: 155px;
    }
    .ymca-item .wrap {
        height: 210px !important;
    }
    /* Call to action */
    body .call-to-action_row {
        padding: 30px 20px;
        margin: 0 20px;
    }
    body .call-to-action_row .vc-volcanno .button {
        padding: 14px 6px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
    /* Call to action */
    body .call-to-action_row {
        padding: 30px 0;
        margin: 0 10px;
        margin-bottom: 50px;
        flex-direction: column;
        text-align: center;
    }
    body .call-to-action_row .vc-volcanno .button {
        padding: 14px 20px;
        float: none;
        margin: 0 auto;
    }
    body .vc_row.call-to-action_row .wpb_text_column p:last-child,
    body .call-to-action_row h5 {
        margin-bottom: 20px;
    }
    body .vc_row.call-to-action_row .wpb_text_column p:last-child {
        font-size: 15px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .ubermenu-responsive-default.ubermenu-responsive {
        width: 100% !important;
    }
}

.navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .nav-wrapper #main-nav .upper-nav .upper-nav__location span {
    position: inherit;
    line-height: 18px;
}

#header .top-bar p {
    font-size: 15px;
}


/* post-block post-block_style-1 */

.post-block {
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    overflow: hidden;
}

.post-block a {
    display: flex;
}

.post-block .post-block_image,
.post-block .post-block_content {
    width: 50%;
}

.post-block_image {
    height: 300px;
    overflow: hidden;
}

.post-block_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-block_content {
    padding: 0 30px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-block_content h4 {
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}

.post-block_content p {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}

.post-block_icon {
    position: absolute;
    right: 35px;
    bottom: 30px;
    width: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.post-block a:hover .post-block_icon {
    right: 20px;
}


/* post-block post-block_style-2 */

.post-block.post-block_style-2 {
    background: rgba(255, 255, 255, 0.9);
}

.post-block.post-block_style-2 .post-block_image {
    display: none;
}

.post-block.post-block_style-2 .post-block_content {
    padding: 50px;
    width: 100%;
}


/* custom off grid padding */

body .vc_row.wpb_row.post-block_column-padding {
    padding-left: 37% !important;
    padding-right: 37% !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    /* custom off grid padding */
    body .vc_row.wpb_row.post-block_column-padding {
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    /* Bottom section background */
    body .vc_custom_1517289052072 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    /* Bottom section background */
    body .vc_custom_1527504171220 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* custom off grid padding */
    body .vc_row.wpb_row.post-block_column-padding {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .post-block_content {
        padding: 0 15px;
    }
    .post-block_content h4 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }
    /* Tabs */
    body .heading_style-3 .section-heading h2,
    body .heading_style-2 .section-heading h2 {
        font-size: 36px;
        line-height: 42px
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs.new-tabs .vc_tta-panels .vc_tta-panel-body {
        padding: 0;
    }
    /* Purple section */
    body .custom-purple_background::after {
        border-top: 300px solid white;
    }
    body .custom-purple_background {
        height: 800px;
    }
    body .custom-purple_content {
        margin-top: -830px;
    }
    body .custom-purple_text-content h3 {
        font-size: 36px;
        margin-bottom: 20px !important;
    }
    body .custom-purple_background {
        display: none;
    }
    body .custom-purple_content {
        margin: 0;
        background: linear-gradient(#6595E5, #CB9DE5);
        padding-top: 60px;
    }
    body .custom-purple_img.hidden-img img {
        display: block !important;
    }
    body .custom-purple_height.hidden-img {
        height: 100% !important;
        position: absolute !important;
        top: 0;
        right: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    /* custom off grid padding */
    body .vc_row.wpb_row.post-block_column-padding {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    /* Tabs */
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel .vc_tta-panel-heading {
        background-color: #fff;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
        color: #333;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background-color: #59AFE9;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
        color: #fff;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel .vc_tta-panel-heading i {
        color: transparent;
        background-repeat: no-repeat;
        background-position: center;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading i {
        background-image: url('img/heart-icon.png');
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel .vc_tta-panel-heading i {
        background-image: url('img/heart-icon_b.png');
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:nth-child(2) .vc_tta-panel-heading i {
        background-image: url('img/apple-icon_b.png');
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active:nth-child(2) .vc_tta-panel-heading i {
        background-image: url('img/apple-icon.png');
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:nth-child(3) .vc_tta-panel-heading i {
        background-image: url('img/house-icon_b.png');
        background-size: 35px;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active:nth-child(3) .vc_tta-panel-heading i {
        background-image: url('img/house-icon.png');
        background-size: 35px;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:last-child .vc_tta-panel-heading i {
        background-image: url('img/arrow-icon_b.png');
        background-size: 30px;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel.vc_active:last-child .vc_tta-panel-heading i {
        background-image: url('img/arrow-icon.png');
        background-size: 30px;
    }
    .wpb-js-composer .vc_tta.vc_general.new-tabs .vc_tta-panel-title>a {
        border-radius: 0;
    }
    body.wpb-js-composer .vc_tta.vc_tta-style-classic.new-tabs .vc_tta-panel-heading {
        border-radius: 0;
        margin: 0;
    }
    body .dark-background {
        margin-top: 0;
    }
    .blog-single-sidebar .widget_aptf_widget,
    .sidebar .widget_aptf_widget{
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 479px) and (max-width: 768px) {
    .post-block_column-padding .wpb_column:nth-child(2) .post-block {
        margin-top: 30px !important;
    }
    .carousel-wrapper .owl-carousel .owl-item .ymca-item img {
        height: initial;
    }
    /* Tabs */
    body .heading_style-3 .section-heading h2,
    body .heading_style-2 .section-heading h2 {
        font-size: 32px;
        line-height: 38px
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs.new-tabs .vc_tta-panels .vc_tta-panel-body {
        padding: 40px;
    }
    body .tabs-new_content h3 {
        font-size: 32px;
    }
    body .tabs-new_content.right .wpb_wrapper p {
        margin-bottom: 20px;
    }
    .new-tabs .vc_row .wpb_column:first-child .tabs-new_content {
        margin-bottom: 50px !important;
    }
    /* Purple section */
    body .custom-purple_background::after {
        border-top: 200px solid white;
    }
    body .custom-purple_background {
        height: 1000px;
    }
    body .custom-purple_content {
        margin-top: -1000px;
    }
    body .custom-purple_text-content h3 {
        font-size: 32px;
        margin-bottom: 20px !important;
    }
    body .custom-purple_img img {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }
    .blog-single-sidebar .widget_aptf_widget,
    body #text-2,
    .sidebar .widget_aptf_widget{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    body .custom-purple_background {
        display: none;
    }
    body .custom-purple_content {
        margin: 0;
        background: linear-gradient(#6595E5, #CB9DE5);
        padding-top: 60px;
    }
    body .custom-purple_img.hidden-img img {
        display: block !important;
    }
    body .custom-purple_content {
        margin: 0;
    }
    body .custom-purple_img img {
        position: relative !important;
        margin-top: 40px;
    }
    .custom-purple_content .vc_row {
        margin: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .post-block_column-padding .wpb_column:nth-child(2) .post-block {
        margin-top: 30px !important;
    }
    .post-block {
        max-height: initial;
    }
    .post-block a {
        display: block;
    }
    .post-block .post-block_image,
    .post-block .post-block_content {
        width: 100%;
    }
    .post-block_content {
        padding: 30px 15px;
    }
    .ymca-item {
        margin: 0;
    }
    .carousel-wrapper .owl-carousel .owl-item .ymca-item img {
        height: initial;
        margin: 0;
    }
    .ymca-item .wrap {
        height: initial;
    }
    /* Tabs */
    body .heading_style-3 .section-heading h2,
    body .heading_style-2 .section-heading h2 {
        font-size: 32px;
        line-height: 38px
    }
    body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs.new-tabs .vc_tta-panels .vc_tta-panel-body {
        padding: 40px 10px;
        border: 0;
    }
    body .tabs-new_content h3 {
        font-size: 32px;
    }
    body .tabs-new_content.right .wpb_wrapper p {
        margin-bottom: 20px;
    }
    .new-tabs .vc_row .wpb_column:first-child .tabs-new_content {
        margin-bottom: 50px !important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:first-child .vc_tta-panel-heading i,
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:nth-child(2) .vc_tta-panel-heading i {
        background-size: 24px !important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:nth-child(3) .vc_tta-panel-heading i {
        background-size: 30px !important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-panel:last-child .vc_tta-panel-heading i {
        background-size: 25px !important;
    }
    /* Purple section */
    body .heading_style-3 .section-heading {
        padding: 20px 10px;
    }
    body .custom-purple_background::after {
        border-top: 200px solid white;
    }
    body .custom-purple_background {
        height: 1140px;
    }
    body .custom-purple_content {
        margin-top: -1140px;
    }
    body .custom-purple_text-content h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px !important;
    }
    body .custom-purple_img img {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    body .custom-purple_text-content {
        margin-top: 40px;
    }
    body .purple-background-faq {
        padding-top: 40px;
    }
    body .purple-background-faq .faq-row .vc_toggle_title h4 {
        font-size: 18px;
    }
    body .purple-background-faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
        padding-left: 0 !important;
    }
    body .purple-background-faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
        padding-left: 30px !important;
    }
    body .purple-background-faq .faq-row .vc_toggle_title {
        padding: 14px 0px;
    }
    .blog-single-sidebar .ymca-sidebar-twitter-icon,
    .sidebar .ymca-sidebar-twitter-icon{
        padding-left: 0;
    }
    /* dark background carousel */
    body #ymca-carousel-testimonial {
        padding: 0;
    }
    body div#ymca-carousel-testimonial::before,
    body div#ymca-carousel-testimonial::after {
        display: none;
    }
    body #ymca-carousel-testimonial p::before,
    body #ymca-carousel-testimonial p::after {
        position: relative;
        display: inline;
        content: '"';
        top: 0;
        left: 0;
        color: #fff;
    }
}

@media only screen and (min-width: 0px) and (max-width: 340px) {
    /* Purple section */
    body .custom-purple_background {
        height: 1140px;
    }
    body .custom-purple_content {
        margin-top: -1200px;
    }
    body .custom-purple_text-content h3 {
        margin-bottom: 20px !important;
    }
    body .custom-purple_img img {
        width: 80%;
    }
    body .custom-purple_text-content {
        margin-top: 20px;
    }
}


/*
New home page design
*/

.upper-nav__buttons .button.btn-theme span {
    color: #a6a6a6;
}

.upper-nav__buttons .button.btn-theme.purple span {
    color: #fff;
}

.upper-nav__buttons .button.btn-theme {
    background-color: #fff;
    border: 1px solid #a6a6a6;
}

.upper-nav__buttons .button.btn-theme.purple {
    background-color: #9c37b3;
    border: 1px solid #9c37b3;
}

.upper-nav__buttons .button.btn-theme:hover,
.upper-nav__buttons .button.btn-theme.purple:hover {
    border: 1px solid #802E93;
    background-color: #802E93;
}

.upper-nav__buttons .button.btn-theme:hover span,
.upper-nav__buttons .button.btn-theme.purple:hover span {
    color: #fff;
}


/* Carousel */

#ymca-carousel .ymca-item {
    margin: 5px 12px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

#ymca-carousel .ymca-item .wrap-image {
    display: block;
    overflow: hidden;
}

#ymca-carousel .ymca-item img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s ease-in-out;
}

#ymca-carousel .ymca-item .wrap {
    padding: 20px 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ymca-carousel .ymca-item .wrap h1 {
    font-size: 22px;
    line-height: 29px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    color: #333333;
    transition: all .5s ease-in-out;
}

#ymca-carousel .ymca-item .wrap p {
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #665665;
}

#ymca-carousel .ymca-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5;
}

#ymca-carousel .ymca-item:hover h1 {
    color: #1981B6;
}

#ymca-carousel .owl-nav {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

#ymca-carousel .owl-prev,
#ymca-carousel .owl-next {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    margin: 0 3px;
    padding-top: 4px;
}

#ymca-carousel .owl-next .fa {
    position: relative;
    left: 2px;
}


/* Heading */

.heading_style-2 .section-heading h2,
.heading_style-3 .section-heading h2 {
    color: #333;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Verdana', sans-serif;
}

.heading_style-3 .section-heading {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.heading_style-3 .section-heading p,
.heading_style-2 .section-heading p {
    font-size: 20px;
    font-family: 'Verdana', sans-serif;
    color: #333;
}


/* Tabs */

.new-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 25%;
}

.wpb-js-composer .vc_tta.new-tabs.vc_tta-shape-rounded .vc_tta-tab>a {
    border: none;
    border-radius: 0;
    text-align: center;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded.new-tabs .vc_tta-tabs-container {
    margin: 0;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1.new-tabs .vc_tta-tab {
    margin: 0;
}

.new-tabs span.vc_tta-title-text {
    font-size: 15px;
    font-family: 'Verdana', sans-serif;
    color: #333;
}

.wpb-js-composer .vc_tta.new-tabs.vc_tta-shape-rounded .vc_tta-tab:nth-child(2)>a,
.wpb-js-composer .vc_tta.new-tabs.vc_tta-shape-rounded .vc_tta-tab:nth-child(3)>a {
    border-right: 1px solid #EBEBEB;
}

.wpb-js-composer .vc_tta.new-tabs.vc_tta-shape-rounded .vc_tta-tab:nth-child(2)>a {
    border-left: 1px solid #EBEBEB;
}

.wpb-js-composer .vc_tta.new-tabs.vc_tta-shape-rounded .vc_tta-tab:last-child>a {
    border: none;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic.new-tabs .vc_tta-tabs-container {
    margin-bottom: 60px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab>a {
    background-color: #fff;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab.vc_active>a {
    background-color: #59AFE9;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab.vc_active>a .vc_tta-title-text {
    color: #fff;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab>a:hover {
    background-color: #ebebeb;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab.vc_active>a:hover {
    background-color: #59AFE9;
}

.new-tabs .vc_tta-tabs-container {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab>a {
    display: flex;
    flex-direction: column;
    padding: 27px 0;
}

.wpb-js-composer .vc_tta.vc_general.new-tabs .vc_tta-icon {
    line-height: initial;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab>a i {
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    position: relative;
    top: -4px;
    height: 35px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs.vc_active .vc_tta-tab>a i {
    height: 35px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:first-child.vc_active>a i {
    background-image: url('img/heart-icon.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:first-child>a i {
    background-image: url('img/heart-icon_b.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:nth-child(2).vc_active>a i {
    background-image: url('img/apple-icon.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:nth-child(2)>a i {
    background-image: url('img/apple-icon_b.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:nth-child(3).vc_active>a i {
    background-image: url('img/house-icon.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:nth-child(3)>a i {
    background-image: url('img/house-icon_b.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:last-child.vc_active>a i {
    background-image: url('img/arrow-icon.png');
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.new-tabs .vc_tta-tab:last-child>a i {
    background-image: url('img/arrow-icon_b.png');
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.new-tabs .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.new-tabs .vc_tta-tabs-list {
    overflow: initial;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.new-tabs .vc_tta-tab.vc_active>a::after {
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 47px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -8px;
    display: inline-block;
    width: 100%;
    height: 20px;
    color: #59AFE9;
    border: 0;
}

.wpb-js-composer .vc_tta.vc_general.new-tabs .vc_tta-tab.vc_active>a {
    transition: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs.new-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 60px;
    background-color: #fff;
}

.new-tabs_heading .section-heading {
    text-align: left;
}

.new-tabs_heading .section-heading h4 {
    margin: 0;
    line-height: 1;
    font-size: 24px;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.new-tabs_heading .section-heading h4::after {
    content: '';
    position: absolute;
    background-color: #59AFE9;
    width: 4px;
    height: 25px;
    display: block;
    top: 0;
    left: 0;
}

.tabs-new_content .wpb_wrapper h5 {
    font-size: 15px;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}

.tabs-new_content .wpb_wrapper p {
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    color: #665665;
    margin-bottom: 20px;
    line-height: 22px;
}

.tabs-new_content h3 {
    font-size: 45px;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #59AFE9;
    line-height: 1;
    margin-bottom: 10px;
}

.tabs-new_content.right .wpb_wrapper p {
    margin-bottom: 40px;
}


/* Purple section */

.custom-purple_background {
    width: 100%;
    height: 800px;
    background: linear-gradient(#6595E5, #CB9DE5);
    position: relative;
}

.custom-purple_content {
    position: absolute;
    margin-top: -820px;
}

.custom-purple_background::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 400px solid white;
    border-left: 100vw solid transparent;
}

.heading_style-3 .section-heading {
    margin-top: 10px;
}

.custom-purple_text-content {
    margin-top: 50px;
}

.custom-purple_text-content h3 {
    font-size: 45px;
    font-family: 'Verdana', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px !important;
}

.custom-purple_text-content p {
    color: #fff;
    font-size: 15px;
    font-family: 'Verdana', sans-serif;
}

.custom-purple_height {
    height: 100%;
}

.custom-purple_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.dark-background .heading_style-2 .section-heading p {
    color: #fff;
}

.dark-background {
    padding: 128px 0;
}


/* Call to action */

.call-to-action_row {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 60px;
    display: flex;
    align-items: center;
}

.vc_row.call-to-action_row .wpb_text_column p:last-child {
    margin-bottom: 0;
    color: #000;
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
}

.call-to-action_row h5,
.call-to-action_row h5 strong {
    color: #000;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.call-to-action_row h5 strong {
    color: #9F29B0;
}

.call-to-action_row .vc-volcanno .button {
    margin: 0;
    width: auto;
    padding: 14px 20px;
    float: right;
    background-color: #9F29B0;
}

.call-to-action_row .vc-volcanno .button:hover {
    background-color: #832291;
}


/* Bottom section */

#bottom_banner_bg_color {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b92997+0,7d27cf+100 */
    background: #b92997;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b92997 0%, #7d27cf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b92997 0%, #7d27cf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b92997 0%, #7d27cf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b92997', endColorstr='#7d27cf', GradientType=1);
    /* IE6-9 */
}

.bkg-color_section .section-heading h2 {
    font-family: 'Verdana', sans-serif;
    font-size: 35px;
    line-height: 48px;
    font-weight: bold;
}

.bkg-color_section .simple-list li p {
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
}

.bkg-color_section .simple-list li span {
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.bkg-color_section a.button.btn-theme.purple {
    background-color: transparent;
    border: 1px solid #fff;
}

.bkg-color_section a.button.btn-theme.purple:hover {
    background-color: #fff;
}

.bkg-color_section a.button.btn-theme.purple:hover span {
    color: #000;
}


/* Amenities services */

.amenities-services h5 {
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 22px;
}

.amenities-services ul li {
    position: relative;
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.amenities-services ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #66CCFF;
}

.amenities-services .links ul li::before {
    display: none;
}

.amenities-services .links ul li a {
    color: #66CCFF;
}

.amenities-services .links ul li a:hover {
    color: #54A7D1;
}

.amenities-services .links ul li {
    padding: 0;
}


/* dark background carousel */

#ymca-carousel-testimonial {
    text-align: center;
    padding: 0 70px;
}

#ymca-carousel-testimonial p,
#ymca-carousel-testimonial span {
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

#ymca-carousel-testimonial p {
    margin-bottom: 20px;
}

#ymca-carousel-testimonial span {
    font-size: 15px;
}

div#ymca-carousel-testimonial {
    position: relative;
}

div#ymca-carousel-testimonial::before,
div#ymca-carousel-testimonial::after {
    position: absolute;
    display: block;
    content: '';
    background: url('img/quotation1.png') no-repeat center;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
}

div#ymca-carousel-testimonial::after {
    background: url('img/quotation2.png') no-repeat center;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}


/* custom faq */

.purple-background-faq .faq-row {
    margin-top: 40px;
}

.purple-background-faq .vc_row.faq-row:last-child .wpb_text_column p:last-child {
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.purple-background-faq .faq-row .vc_toggle_title h4 {
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 20px;
}

.purple-background-faq .faq-row .vc_toggle_title {
    padding: 14px 20px;
}

.purple-background-faq .faq-row .vc_toggle {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

.purple-background-faq .faq-row .vc_toggle:last-child {
    border: none;
}

.purple-background-faq .faq-row .vc_toggle_content {
    padding: 0;
}

.purple-background-faq .faq-row .vc_toggle_content p {
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
}

.purple-background-faq .faq-row .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    border: 1px solid #fff;
    background: #fff;
    height: 2px;
}

.purple-background-faq .faq-row .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    width: 2px;
    border: 1px solid #fff;
    background: #fff;
}

.purple-background-faq .faq-row .vc_toggle_default .vc_toggle_icon::after,
.purple-background-faq .faq-row .vc_toggle_default .vc_toggle_icon::before {
    background: #fff;
}

.purple-background-faq {
    width: 100%;
    background: linear-gradient(#6595E5, #CB9DE5);
    position: relative;
}

.purple-background-faq::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 350px solid white;
    border-left: 100vw solid transparent;
    z-index: 1;
}

.purple-background-faq .heading_style-3,
.custom_faq,
.custom_img {
    position: relative;
    z-index: 10;
}

.custom_faq {
    margin-bottom: 50px;
}

.custom_img .wpb_wrapper,
.custom_img .wpb_single_image {
    height: 100%;
}

.custom_img .wpb_single_image .vc_figure {
    display: flex;
    align-items: flex-end;
}

.carousel-wrapper {
    padding: 40px 0 0 0;
}

.carousel-wrapper #clients-carousel {
    padding-bottom: 95px;
}


/* New Sidebar */

.sidebar_widget.widget_media_image {
    text-align: center;
}

.sidebar-heading {
    text-transform: uppercase;
}

.sidebar-heading h3 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #0e0f12;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.sidebar-heading h3 span {
    color: #5bb8e9;
}

.sidebar-heading p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #989898;
    letter-spacing: 1px;
}

.aptf-tweet-date,
.aptf-tweet-username {
    display: none;
}

.aptf-tweet-name {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #989898;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
}

.aptf-tweet-content,
.aptf-tweet-content a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #5bb8e9;
    line-height: 1.3;
}

.aptf-tweet-content a:hover {
    color: #4B97BF !important;
}

.aptf-tweet-content {
    color: #989898;
}

.blog-single-sidebar .widget_aptf_widget,
.sidebar .widget_aptf_widget{
    padding-left: 20px;
    padding-right: 40px;
}

#text-3,
.sidebar .ymca-sidebar-twitter-title{
    padding-bottom: 10px;
}

.aptf-center-align {
    text-align: left;
}

.aptf-follow-btn i {
    display: none;
}

.aptf-follow-btn {
    background-color: #5bb8e9;
    background-image: none;
    text-shadow: none;
    border: none;
    text-align: center;
    height: initial;
    font: initial;
    padding: 5px 20px;
    font-family: Arial, sans-serif;
    border-radius: 4px;
}

.aptf-follow-btn .label {
    font-size: 12px;
    padding: 0;
}

.aptf-follow-btn .label b {
    display: none;
}

.aptf-follow-btn:hover {
    background-color: #4B97BF;
}

.blog-single-sidebar .ymca-sidebar-twitter-icon,
.sidebar .ymca-sidebar-twitter-icon{
    text-align: left;
    padding-bottom: 30px;
    padding-left: 20px;
}

#ymca-carousel-testimonial p:before,
#ymca-carousel-testimonial p::after {
    display: none;
}

.navbar .ubermenu-skin-minimal .ubermenu-item-level-0:last-child>.ubermenu-target {
    padding: 0 !important;
}

h3.tabs-heading {
    font-family: "Verdana", sans-serif;
    font-size: 32px;
    color: #333;
    line-height: 42px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    #ymca-carousel .ymca-item .wrap {
        height: auto;
        padding: 15px 8px;
    }
    .carousel-wrapper #ymca-carousel.owl-carousel .owl-item {
        display: block;
    }
    #ymca-carousel .ymca-item {
        margin: 10px 5px;
    }
    #ymca-carousel .ymca-item .wrap h1 {
        font-size: 16px;
        line-height: 20px;
    }
    #ymca-carousel .ymca-item .wrap {
        height: 245px;
    }
}


/* Header font */

.navbar .upper-nav__buttons .button span {
    font-family: Arial, sans-serif;
}

.upper-nav__location span {
    font-family: CachetPro, sans-serif;
}

.ubermenu-item .ubermenu-target span.ubermenu-target-title.ubermenu-target-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.ubermenu-item .ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
    font-family: CachetPro, sans-serif;
}


/* Sidebar font */

.sidebar .sidebar_widget .sidebar_heading h6,
.sidebar_list li a span,
.sidebar .sidebar_widget .sidebar_blog a li span {
    font-family: CachetPro, sans-serif;
}


/* Footer font */

.footer-wrapper .footer-wrapper__footer .widget-nav .widget-nav_nav .widget-nav_nav-item a,
.footer-wrapper .footer-wrapper__footer .widget-list .widget-list_info ul span,
.footer-wrapper .footer-wrapper__footer .widget-list .widget-list_info ul li {
    font-family: Arial, sans-serif;
}


/* Main content accordion */

.vc_general.vc_tta-accordion {
    margin-bottom: 40px;
}

.accordion-section .wpb_wrapper h4 {
    font-family: "CachetPro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.accordion-section .wpb_wrapper p {
    font-size: 14px;
    color: #333;
}

span.vc_tta-title-text {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #666666;
    position: relative;
    top: -5px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}

.wpb-js-composer .vc_tta-container {
    margin-bottom: 0 !important;
}

.button.btn-theme {
    background-color: #59AFE9;
}

.button.btn-theme:hover {
    background-color: #51A0D4;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px 43px !important;
}

.accordion-custom-title span {
    font-size: 16px;
    font-family: 'CachetPro', sans-serif;
}

.wpb_text_column ul li {
    font-size: 14px;
    line-height: 1.8;
}

.accordion-custom-title .SubTitleSecondary,
.accordion-custom-title .SubTitlePrimary {
    font-weight: bold;
    font-size: 20px;
}

.vc_tta-panel-body .wpb_wrapper p {
    margin-bottom: 10px;
}

.vc_tta-panel-body .wpb_wrapper p:first-child {
    margin-bottom: 30px;
}

.vc_tta-panel-body .wpb_text_column ul {
    margin-bottom: 30px;
}

.accordion-custom-title .vc_tta-panel-body {
    border-color: transparent!important;
}

.vc_tta-accordion .vc_tta-panel-body .wpb_wrapper p {
    font-size: 14px;
}

.vc_custom_1500984960454 p{
    font-family: "Verdana", sans-serif;
    font-size: 18px;
}