  body>.unsupported-browser {
    display: none;
}

body.ie>.unsupported-browser {
    display: block;
    background: var(--abc-red);
    color: var(--abc-white);
}

body.ie>.unsupported-browser h1 {
    font-weight: 700;
}

body.ie>.unsupported-browser h1,
body.ie>.unsupported-browser h2 {
    color: var(--abc-white);
}

body.ie>.unsupported-browser a {
    color: var(--abc-white);
    font-weight: 700;
    text-decoration: underline;
}

body.ie>.unsupported-browser .container {
    padding: 30px;
}

html,
body {
    font-family: var(--primary-font);
    color: var(--abc-body-color);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--abc-red);
    font-weight: 400;
    transition: all 0.25s;
}

a:hover {
    color: var(--abc-blue-light);
    text-decoration:underline;
}

hr {
    clear: both;
}

strong {
    font-weight: 600;
}

h2 {
    color: var(--abc-blue);
    font-weight: 600;
}

h2.post-content-title,
.post-content h2 {
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    .h2, h2 {
        font-size: 3rem;
    }
}


h3 {
    color: var(--abc-blue);
}

ul.four-columns {
    columns: 1;
}

.is-style-stripes-abc table,
.is-style-stripes-abc th,
.is-style-stripes-abc td {}

.is-style-stripes-abc td {
    padding: 0.75rem;
    vertical-align: top;
}

.rve-embed-responsive {
    margin: 0 0 1rem 0;
}

.news-post--image img {
    display: block;
    overflow: hidden;
    object-fit: cover;
    width: 100% !important;
    height: auto;
}

.abc-product--image img {
    width: 100% !important;
}

@media (min-width: 576px) {
    ul.four-columns {
        columns: 2;
    }
    .news-post--image img {
        height: 185px;
    }
}

@media (min-width: 768px) {
    ul.four-columns {
        columns: 2;
    }
    .rve-embed-responsive {
        width: 50% !important;
        float: right;
        margin: 0 0 1rem 1rem;
    }
    .news-post--image img {
        height: 252px;
    }
}

@media (min-width: 992px) {
    ul.four-columns {
        columns: 3;
    }
    .rve-embed-responsive {
        width: 50% !important;
    }
    .news-post--image img {
        height: 222px;
    }
}

@media (min-width: 1200px) {
    ul.four-columns {
        columns: 4;
    }
    .rve-embed-responsive {
        width: 480px !important;
    }
    .news-post--image img {
        height: 267px;
    }
}

@media (min-width: 1400px) {
    .news-post--image img {
        height: 312px;
    }
}

button.accordion-button {
    text-transform: uppercase;
    font-weight: 500;
}
button.accordion-button.collapsed {
    background-color: var(--abc-white) !important;
    color: var(--abc-red) !important;
}
button.accordion-button:hover {
    background-color: var(--abc-white) !important;
}
button.accordion-button.collapsed:hover {
    background-color: var(--abc-red) !important;
    color: var(--abc-white) !important;
}

button.accordion-button:not(.collapsed) {
    color: var(--abc-white) !important;
    background-color: var(--abc-blue) !important;
    box-shadow: none !important;
}

button.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.card {
    border-radius: 0;
}

.card-photo {
    padding: 1rem 0.25rem 1rem 1rem;
}

.card-photo a {
    background: var(--abc-blue);
    color: var(--abc-white);
    display: block;
}

.card-photo a:hover {
    background: var(--abc-red);
    color: var(--abc-white);
}

.card-photo span {
    display: block;
    text-align: center;
    padding: 0.25rem;
    font-size: 0.9rem;
}

.nav-outer-wrapper {
    background-color: var(--abc-blue);
}

.nav-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.nav-inner {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-top-nav-wrapper {
    display: none;
}

.myabcsupply-link-wrapper {
    display: none;
}

.header-logo-wrapper {
    height: 48px;
}

.header-logo-wrapper::before {
    display: none;
}

.header-logo {
    display: none;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}

.country-switcher {
    position: relative;
    line-height: 1;
    align-content: center;
}

.country-link {
    color: var(--abc-white);
    font-weight: 300;
    vertical-align: middle;
    text-decoration: none;
}

.country-link:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.country-link span.country {
    display: none;
}

.country-flag {
    position: relative;
    top: -1px;
    right: 2px;
}

.dropdown-arrow {
    margin: 0 0 0 4px;
    font-size: 11px;
}

.country-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: var(--abc-white);
    border: 1px solid #ccc;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 150px;
    z-index: 1000;
}

.country-dropdown.show {
    display: block;
}

.country-dropdown li {
    line-height: 1.5;
}

.country-dropdown li a {
    padding: 4px 10px;
    display: block;
    text-decoration: none;
}

.country-dropdown li a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.country-dropdown .country-flag {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

@media (min-width: 992px) {
    .country-link span.country {
        display: inline;
    }
}

@media (min-width: 992px) {
    .header-top-nav-wrapper {
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        justify-content: flex-end;
        gap: 14px;
        font-size:0.7rem;
    }
}

@media (min-width: 1200px) {
    .header-top-nav-wrapper {
        gap: 16px;
        font-size:0.75rem;
    }
}

@media (min-width: 1400px) {
    .header-top-nav-wrapper {
        gap: 18px;
        font-size:0.8rem;
    }
}

.myabcsupply-link-wrapper {
    text-align: right;
    position: relative;
    right: 0;
    float: right;
}

.myabcsupply-link {
    color: var(--abc-white);
    position: relative;
    display: inline-block;
    font-weight: 300;
    vertical-align: middle;
}

.myabcsupply-link:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
}

.myabcsupply-link::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    content: "\f2bd";
    font-size: 1.1em;
    right: -2px;
    top: 0;
}

.myabcsupply-link span {
    display: none;
}

.wpml-ls-mobile {
    display: none;
}

.wpml-ls-desktop {
    padding: 0;
    margin: 0 auto;
    color: var(--abc-white);
    position: relative;
}

.wpml-ls-desktop a {
    padding: 0;
    line-height: 0;
    display: inline-block;
}

.wpml-ls-desktop img {
    line-height: 0;
    margin: 4px 0 0 0;
}

.owl-carousel .col-sm-6,
.owl-carousel .col-md-6,
.owl-carousel .col-lg-4,
.owl-carousel .col-xl-3 {
    width: 100%;
}

@media (min-width: 576px) {
    .wpml-ls-mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .wpml-ls-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .wpml-ls-mobile {
        display: none;
    }
    #mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 0.9rem;
    }
     :lang(es-ES)>#mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 0.85rem;
        padding: 0px 5px 0px 5px;
    }
    .nav-inner {
        top: 36px;
    }
    .myabcsupply-link-wrapper {
        display: block;
    }
    .header-logo-wrapper {
        height: 76px;
        position: relative;
    }
    .header-logo {
        display: block;
        height: 100%;
        width: auto;
    }
    .header-logo-wrapper::before {
        position: absolute;
        content: "";
        background-color: var(--abc-white);
        height: 76px;
        width: 300%;
        left: -300%;
        display: block;
    }
    .myabcsupply-link span {
        display: block;
        margin-right: 24px;
    }
}

@media (min-width: 1200px) {
    .wpml-ls-mobile {
        display: none;
    }
    #mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 0.95rem;
    }
     :lang(es-ES)>#mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 13px;
        font-size: 0.9rem;
    }
    .nav-inner {
        top: 52px;
    }
    .header-logo-wrapper {
        height: 96px;
    }
    .header-logo-wrapper::before {
        height: 96px;
    }
}

@media (min-width: 1400px) {
    .nav-outer-wrapper {
        height: 96px;
    }
    #mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 1rem;
    }
     :lang(es-ES)>#mega-menu-wrap-Primary-Navigation #mega-menu-Primary-Navigation>li.mega-menu-item>a.mega-menu-link {
        font-size: 0.95rem;
    }
    .nav-inner {
        top: 54px;
    }
}

#mega-menu-wrap-Primary-Navigation .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin: 0 10px;
}

#mega-menu-wrap-Primary-Navigation .mega-menu-toggle .mega-toggle-block-3 a.mega-menu-logo img.mega-menu-logo {
    width: 100% !important;
    height: 52px !important;
    display: block !important;
}


/* #announcment */

#announcment {
    background-color: var(--abc-red);
    color: var(--abc-white);
    padding: 6px 10px;
    text-align: center;
    font-size: 0.85rem;
}

#announcment a {
    color: var(--abc-white);
    text-decoration: underline;
}


/* #home-carousel */

#home-carousel {
    height: 440px;
    position: relative;
}

#home-carousel .carousel-indicators {
    margin-bottom: 1.75rem;
}

#home-carousel .carousel-caption {
    bottom: 2.25rem;
}

#home-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 6px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

#home-carousel .carousel-indicators [data-bs-target].active {
    opacity: 1;
}

#home-carousel .carousel-inner,
#home-carousel .carousel-item {
    height: 100%;
}

#home-carousel .slide-bkg::before {
    content: "";
    /*::before and ::after both require content*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(120deg, #eaee44, #33d0ff);*/
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 75%);
    /*opacity: .7;*/
}

#home-carousel .slide-bkg {
    position: relative;
    padding-top: 0;
    height: 440px;
    background-image: url();
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;*/
}

#home-carousel .slide-bkg.position_0 {
    background-position: 0 50%;
}

#home-carousel .slide-bkg.position_25 {
    background-position: 25% 50%;
}

#home-carousel .slide-bkg.position_50 {
    background-position: 50% 50%;
}

#home-carousel .slide-bkg.position_75 {
    background-position: 75% 50%;
}

#home-carousel .slide-bkg.position_100 {
    background-position: 100% 50%;
}

@media (min-width: 576px) {
    #home-carousel {
        height: 440px;
    }
    #home-carousel .slide-bkg {
        height: 100%;
        background-position: 50% 50%;
    }
}

@media (min-width: 768px) {
    #home-carousel {
        height: 480px;
    }
    #home-carousel .slide-bkg.position_0 {
        background-position: 75% 50%;
    }
    #home-carousel .slide-bkg.position_25 {
        background-position: 75% 50%;
    }
    #home-carousel .slide-bkg.position_50 {
        background-position: 75% 50%;
    }
    #home-carousel .slide-bkg.position_75 {
        background-position: 75% 50%;
    }
    #home-carousel .slide-bkg.position_100 {
        background-position: 75% 50%;
    }
}

@media (min-width: 992px) {
    #home-carousel {
        height: 520px;
    }
}

@media (min-width: 1200px) {
    #home-carousel {
        height: 560px;
    }
}

@media (min-width: 1400px) {
    #home-carousel {
        height: 600px;
    }
}


/* .nearby-locations */

.nearby-locations {
    display: flex;
    flex: auto;
    justify-content: center;
}


/* .home-banner */

.home-banner {
    background-color: var(--abc-blue);
    min-height: 160px;
    color: var(--abc-white);
    background-image: url(/wp-content/themes/abcsupply/img/banner-bkg.jpg);
    background-position: 100% 10%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner .wrapper {
    margin: 40px 20px 10px 20px
}

.home-banner .inner {
    padding: 24px 0;
}

.home-banner .usa_icon {
    width: 180px;
    margin: 40px auto 20px auto;
}

.home-banner .wrapper .headline {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    text-align: center;
}

.home-banner .wrapper .subheadline {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    text-align: center;
}

@media (min-width: 768px) {
    .home-banner .wrapper {
        flex: 1;
        margin: 0;
    }
    .home-banner .wrapper .headline {
        margin-top: 32px;
        font-size: 24px;
    }
    .home-banner .wrapper .subheadline {
        margin-top: 4px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .home-banner .inner {
        display: flex;
        padding: 24px 0;
    }
    .home-banner .usa_icon {
        width: 180px;
        margin: 40px 40px 20px 0;
    }
    .home-banner .wrapper .headline {
        margin-top: 32px;
        font-size: 32px;
    }
    .home-banner .wrapper .subheadline {
        margin-top: 4px;
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .home-banner .wrapper .headline {
        margin-top: 24px;
        font-size: 48px;
    }
    .home-banner .wrapper .subheadline {
        margin-top: 4px;
        font-size: 32px;
    }
}


/* .news-posts */

.news-posts {}

.news-posts-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.news-post--title {
    padding-top: 10px;
    min-height: 60px;
    line-height: 1.2;
}

.news-post--title a {
    font-weight: 600;
    /*font-size: 1.1rem;*/
}

.news-post--title h2 {
    font-size: 2rem;
    line-height: 1.3rem;
}

.news-post--excerpt {
    min-height: 100px;
    overflow: hidden;
}

.press-release-posts {
    background-color: var(--abc-blue-light);
    color: var(--abc-white);
    padding: 1.25rem;
}

.press-release-posts h3 {
    color: var(--abc-white);
    font-size: 2rem !important;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.press-release-post--text {
    margin-bottom: 1rem;
}

.press-release-post--text .post-date {
    margin-bottom: 0;
}

.bkg-blue-dark a,
.abc-services a,
.press-release-post--title a {
    font-weight: 600;
    color: #ccffff;
    border-bottom: dotted 1px #ccffff;
}

.bkg-blue-dark a:hover,
.abc-services a:hover,
.press-release-post--title a:hover {
    color: var(--abc-white);
    border-bottom: solid 1px var(--abc-white);
    text-decoration: none;
}

.abc-services a.btn-light {
    font-weight: 600;
    color: var(--abc-blue-light);
    padding-bottom: 0.5em;
}

.abc-services a.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--abc-white);
}

.abc-connect a.btn-light {
    font-weight: 600;
    color: var(--abc-black);
    padding-bottom: 0.5em;
}

.abc-connect a.btn-light:hover {
    background-color: var(--abc-black);
    color: var(--abc-white);
}


/* .abc-apps */

.abc-apps {
    background-color: var(--abc-red);
}

.abc-apps-bkg {
    background-image: url('/wp-content/themes/abcsupply/img/side_bkg2_app_50.jpg');
}

.abc-apps a {
    font-weight: 600;
    color: var(--abc-white);
    border-bottom: dotted 1px var(--abc-white);
}

.abc-apps a:hover {
    color: #ffcccc;
    border-bottom: solid 1px #ffcccc;
}


/* .abc-services */

.abc-services {
    background-color: var(--abc-blue);
}

.abc-services-bkg {
    background-image: url('/wp-content/themes/abcsupply/img/side_bkg_service_50.jpg');
}


/* .abc-connect */

.abc-connect {
    background-color: var(--abc-black);
}

.abc-connect-bkg {
    background-image: url('/wp-content/themes/abcsupply/img/side_bkg_api_50.jpg');
}


/* .home-banner, .abc-apps, .abc-services, .abc-connect, .news-posts */

.home-banner.bar,
.abc-apps.bar,
.abc-services.bar,
.news-post--thumbnail.bar {
    position: relative;
}

.bar:before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    height: 36px;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: 5;
}

.abc-apps,
.abc-services,
.abc-connect {
    margin-top: 18px;
    color: var(--abc-white);
    position: relative;
    overflow: hidden;
}

.abc-apps-bkg,
.abc-services-bkg,
.abc-connect-bkg {
    background-position: 100% 10%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 240px;
    display: block;
    width: 100%;
    top: 0;
}

.abc-apps .inner,
.abc-services .inner,
.abc-connect .inner {
    padding: 24px 0;
}

.abc-apps h3,
.abc-services h3,
.abc-connect h3,
.news-posts h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.abc-apps h3,
.abc-services h3,
.abc-connect h3 {
    color: var(--abc-white);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .abc-apps-bkg,
    .abc-services-bkg,
    .abc-connect-bkg {
        background-size: cover;
        background-position: 50% 25%;
        position: absolute;
        background-repeat: no-repeat;
        height: 100%;
        top: 0;
        z-index: 0;
    }
    .abc-apps-bkg,
    .abc-connect-bkg {
        width: 50%;
        left: 50%;
    }
    .abc-services-bkg {
        width: 50%;
        left: 0;
    }
    .abc-apps .inner,
    .abc-services .inner,
    .abc-connect .inner {
        /* padding: 96px 54px 96px 0;*/
        z-index: 10;
    }
    .abc-apps .inner,
    .abc-connect .inner {
        padding: 96px 72px 96px 0;
    }
    .abc-services .inner {
        padding: 96px 54px 96px 54px;
    }
}

@media (min-width: 1200px) {
    .abc-apps .inner,
    .abc-connect .inner {
        padding: 96px 72px 96px 0;
    }
    .abc-services .inner {
        padding: 96px 0 96px 72px;
    }
}

@media (min-width: 1400px) {
    .abc-apps-bkg,
    .abc-connect-bkg {
        width: 50%;
        left: 50%;
    }
    .abc-services-bkg {
        width: 50%;
        left: 0;
    }
    .abc-apps .inner,
    .abc-connect .inner {
        padding: 96px 72px 96px 0;
    }
    .abc-services .inner {
        padding: 96px 0 96px 72px;
    }
}

footer {
    background-color: var(--bkg-grey-light);
    color: var(--abc-body-color);
}

footer a {
    color: var(--abc-body-color);
    transition: all 0.2s ease-in-out;
}

footer a:hover {
    color: var(--abc-grey-dark);
}

.navigation-footer-wrapper {
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.navigation-footer-wrapper ul#menu-footer-menu-1 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.navigation-footer-wrapper ul#menu-footer-menu-2 {
    text-align: center;
    margin: 0 auto;
}

.navigation-footer-wrapper ul li {
    margin-bottom: 0.5rem;
}

.navigation-footer-wrapper li:not(:last-child)::after {
    content: " | ";
    margin: 0 0 0 .5rem;
}

.navigation-app-wrapper,
.navigation-social-wrapper {
    text-align: center;
}

.row-social-app {
    display: flex;
    order: 1;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.col-social-app {
    display: flex;
    order: 2;
    flex-direction: column;
    flex-basis: 0;
    flex: 1;
}

.social-media-navigation {
    line-height: 1;
}

.social-media-navigation .list-inline-item:not(:last-child) {
    margin-right: 0.75rem;
}

.mobile-app-navigation {
    margin-bottom: 0;
}

.icon-social {
    color: var(--abc-grey-dark);
    position: relative;
}

.icon-social:hover {
    color: var(--abc-body-color);
    opacity: 0.75;
}

.icon-social span {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.icon-social::after {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
}

.icon-instagram::after {
    content: "\e055";
    font-weight: 400;
}

.icon-youtube::after {
    content: "\f167";
}

.icon-facebook::after {
    content: "\f082";
}

.icon-linkedin::after {
    content: "\f08c";
}

.mobile-app-navigation.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.icon-app {
    position: relative;
}

.icon-app span {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.icon-googleplay {}

.icon-appstore {}

.icon-googleplay::after,
.icon-appstore::after {
    width: 120px;
    height: auto;
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.icon-googleplay:hover::after,
.icon-appstore:hover::after {
    opacity: 0.75;
}

.icon-googleplay::after {
    content: url('/wp-content/themes/abcsupply/img/icon-googleplay.svg');
}

.icon-appstore::after {
    content: url('/wp-content/themes/abcsupply/img/icon-appstore.svg');
}

.abc-apps .icon-googleplay::after {
    content: url('/wp-content/themes/abcsupply/img/icon-googleplay-white.svg');
}

.abc-apps .icon-appstore::after {
    content: url('/wp-content/themes/abcsupply/img/icon-appstore-white.svg');
}

@media (min-width: 768px) {
    .navigation-footer-wrapper ul#menu-footer-menu-1 {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .navigation-app-wrapper,
    .navigation-social-wrapper {
        text-align: right;
    }
    .navigation-footer-wrapper ul#menu-footer-menu-1 {
        text-align: left;
        width: 100%;
    }
    .navigation-footer-wrapper ul#menu-footer-menu-2 {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .navigation-app-wrapper,
    .navigation-social-wrapper {
        text-align: right;
    }
    .row-social-app {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .col-social-app {
        display: flex;
        flex-direction: column;
        flex-basis: 0;
        flex: 1;
    }
}


/* #page-featured */

##page-featured {
    height: 400px;
    position: relative;
}

##page-featured-footer {
    height: 640px;
    position: relative;
}

##page-featured .page-featured-inner,
##page-featured-footer .page-featured-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-title {
    background-color: var(--abc-blue-dark);
    color: var(--abc-white);
    padding: 5px 0;
    margin-bottom: 20px;
    position: relative;
}

.page-title::after {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 15%);
    position: absolute;
    height: 120px;
    width: 100%;
    display: block;
    content: " ";
    top: 100%;
    z-index: -1;
}

.page-title h1 {
    margin: 0;
    padding: 0 0 0.375rem 0;
    text-transform: uppercase;
    font-weight: 600;
}

.abc-products {
    margin-bottom: 20px;
}

.abc-product a {
    color: var(--abc-white);
    display: block;
}

.abc-product a .abc-product--title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 10px 10px;
    min-height: 36px;
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.abc-product a:hover .abc-product--title {
    background-color: rgba(0, 0, 0, 0.75);
}

.abc-product--image {
    position: relative;
}

.page-services,
.page-servicios {}

.page-services h2 ..page-servicios h2 {
    font-weight: 700;
    font-size: 2.2rem;
}

.page-services h3,
.page-servicios h3 {
    font-weight: 400;
    font-size: 1.6rem;
}

.page-services h3 span,
.page-servicios h3 span {
    font-weight: 700;
    color: var(--abc-blue-light);
}

.abc-difference-icons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.abc-difference-icon {
    display: flex;
    flex-direction: column;
}

.abc-difference-text {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-right: 20px;
}

.services-icon {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .page-services h2,
    .page-servicios h2 {
        font-size: 3rem;
    }
    .page-services h3,
    .page-servicios h3 {
        font-size: 2.5rem;
    }
}

.bkg-gray {
    background-color: var(--bkg-grey-light);
}

.bkg-blue-dark {
    background-color: var(--abc-blue);
    color: var(--abc-white);
}

a.btn {
    text-decoration: none;
    padding: .375em .75em .5em .75em;
}

a.btn:hover {
    text-decoration: none;
}

a.btn-sm {
    font-size: .75rem;
}

.btn {
    /*line-height: 1.2;*/
}

.btn-primary {
    background-color: var(--abc-blue);
    border-color: var(--abc-blue);
}

.btn-primary:hover {
    background-color: var(--abc-red);
    border-color: var(--abc-red);
}

.btn-light {
    background-color: var(--abc-white);
    border-color: var(--abc-white);
}

.btn-light:hover {
    background-color: var(--abc-grey-light);
    border-color: var(--abc-grey-light);
}

.btn-100 {
    width: 100%;
}

@media (min-width: 576px) {
    .btn-100 {
        width: auto;
    }
}

.btn-more,
.btn-directions,
.btn-call {
    position: relative;
}

.btn-more,
.btn-directions,
.btn-call {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.btn-directions,
.btn-call {
    width: 200px;
}

.btn-more::after,
.btn-directions::after,
.btn-call::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: "\f105";
    position: relative;
    font-size: 1.5rem;
    top: 4px;
    margin: 0 0 0 10px;
    line-height: 0;
}

.btn-more::after {
    font-weight: 900;
    content: "\f105";
    font-size: 1.5rem;
    top: 4px;
    margin: 0 0 0 10px;
}

.btn-directions::after {
    font-weight: 900;
    content: "\f5eb";
    font-size: 1.5rem;
    top: 4px;
    margin: 0 0 0 10px;
}

.btn-call::after {
    font-weight: 900;
    content: "\f098";
    font-size: 1.5rem;
    top: 4px;
    margin: 0 0 0 10px;
}

.post-date {
    font-size: 0.8rem;
}

.post-featured {
    position: relative;
    padding: 0 0 20px 0;
}

.post-featured img {
    width: 100%;
    height: auto;
}

.single-post h2 {
    color: var(--abc-blue-light);
}

.single-post h3 em {
    font-size: 1.375rem;
    font-weight: 600;
}

footer hr {
    opacity: 0.15;
}

.legal {
    text-align: center;
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .legal {
        text-align: right;
    }
}


/**
* ABC Supply | Footer section Onetrust Menu css changes.
* Publicis Sapinet - Aug-Sep 2024 - I have commented out for testing to see if necessary
*/


/*
#menu-footer-menu-2 li.manage-pref-footer a,
#menu-footer-menu-2-spanish li.manage-pref-footer a{
	color: #6b6c6f;
	font-size: 0.8rem !important;
	font-weight: 600;
    transition: all 0.2s ease-in-out;
	border:0px solid;
    padding: 0px;
	background: none;
	cursor:pointer;
	text-decoration: none;
}
#menu-footer-menu-2 li.manage-pref-footer a:hover,
#menu-footer-menu-2-spanish li.manage-pref-footer a:hover{
	background-color: transparent;
	color: var(--abc-blue-light);
}
*/
