/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}

/** Fonts Roboto **/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-ThinItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Italic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Black.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BlackItalic.ttf") format('woff2');
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}

/** Header **/

#header-contact li a {
    color: #FFF;
    text-transform: none;
}

.nav-dark #header-contact.nav-divided > li + li > a::after {
    border-color: #FFF;
    left: -10px;
}

#header .header-main #logo {
    position: relative;
}

#header .header-main .header-inner::before {
    content: "";
    width: 20%;
    height: 70px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#header .header-main #logo::before {
    content: "";
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#header .header-main #logo::after {
    content: "";
    border-top: 35px solid #fff;
    border-right: 26px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 25px solid #fff;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 1;
}

#header .header-main #logo a {
    z-index: 2;
    position: relative;
}

.header-main .header-button-1 .header-button > .button:not(.is-outline) {
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #cf2030 !important;
    box-shadow: 0 10px 10px rgba(0,0,0,.05);
}

/** Nav **/

.header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

/** Breadcrumbs **/

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}

.breadcrumbs a {
    color: #cf2030;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

.webrt-page-title {
    background-color: #f8f8f8;
}

.webrt-page-title .page-title-inner {
    padding-top: 5px;
}

/** Footer **/

#footer {
    color: #FFF;
    background: #333;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #cf2030;
}

.sidebar-wrapper .widget {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-widget-asea:nth-child(1) {
    flex-basis: 40%;
    max-width: 40%;
}

.footer-widget-asea:nth-child(2) {
    flex-basis: 15%;
    max-width: 15%;
}

.footer-widget-asea:nth-child(3) {
    flex-basis: 20%;
    max-width: 20%;
}

.footer-widget-asea:nth-child(4) {
    flex-basis: 25%;
    max-width: 25%;
}

.footer-widget-asea:nth-child(1) ul li {
    position: relative;
    margin: 0;
    padding-left: 23px;
    line-height: 25px;
    margin-bottom: 8px;
}

.footer-widget-asea:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-widget-asea:nth-child(1) ul li:nth-child(3):before {
    content: "\f095";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(4):before {
    content: "\f0e0";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(5):before {
    content: "\f57e";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(6):before {
    content: "\f0a3";
}

.footer-widget-asea ul.menu {
    padding-left: 14px;
}

.footer-widget-asea ul.menu li {
    list-style-type: disc;
}

.footer-widget-asea ul.menu > li + li {
    border-top: 0;
}

#footer h4,
#footer .widget .widget-title {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-widget-asea .social-icons span {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    padding-right: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer a.back-to-top {
    background: #2f308a;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 85px;
}

.absolute-footer.dark {
    color: #CF2030;
    background: #CF2030;
}

.absolute-footer ul {
    border-bottom: 0;
}

#footer .absolute-footer ul.footer-nav li.menu-item a {
    color: #CF2030;
}

#menu-footer {
    margin: 0;
    padding: 15px 0px;
    background-color: #2f308a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

#menu-footer .menu-item a {
    color: #FFF;
    width: 125px;
    height: 40px;
    border-radius: 5px;
    background-color: #cf2030;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

#menu-footer .menu-item span {
    padding-left: 5px;
}

/** Widget **/

aside.widget .widget-title {
    color: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #2f308a;
}

aside.widget ul {
    border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #2f308a;
}

.widget .is-divider {
    display: none;
}

span.widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.widget .product-categories li a {
    position: relative;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.widget > ul > li + li,
ul.menu > li + li {
    border-top: 1px dashed #2f308a;
}

/* .post-sidebar .widget-area {
    padding: 30px 20px;
    border-radius: 0px;
    border: 1px solid #DDDDDDCC;
    background: linear-gradient(0deg, #F7F9FB, #F7F9FB);
} */

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

/** Page Contact **/

.gg-map p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
    border-radius: 5px;
}

form input[type="submit"] {
    height: 40px;
    padding: 0px 30px;
    border-radius: 5px;
}

/** Blog **/

h1.page-title {
    font-size: 35px;
    color: #2f308a;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    color: #2F308A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

.related-post .flickity-enabled .flickity-page-dots .dot {
    background: #2f308a;
    border: 0;
    opacity: 0.5;
}

#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #DDD;
}

.post-item .box .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #1875CB;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #1875CB;
    border-top-color: rgb(24, 117, 203);
    border-right-color: rgb(24, 117, 203);
    border-bottom-color: rgb(24, 117, 203);
    border-left-color: rgb(24, 117, 203);
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

/** Home **/

.box-blog-post .is-divider {
    display: none;
}

.heading-home .sub-title {
    color: #cf2030 !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.heading-home h2,
.heading-home .h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
}

.heading-home h2::before,
.heading-home .h2::before {
    content: "";
    width: 50px;
    border-top: 2px solid #cf2030;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 15px;
}

.content-intro h4 {
    font-weight: 900;
    color: #2f308a;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

.content-intro h4::before {
    content: "";
    width: 20px;
    position: absolute;
    bottom: 7px;
    left: 0;
    border-bottom: 3px solid #cf2030;
}

.content-intro h2 {
    font-size: 38px;
    color: #cf2030;
}

.btn-home .icon-angle-right::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
}

#counter-box .counter {
    color: #2f308a;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}

#counter-box .counter::after {
    content: "+";
    font-size: 35px;
    padding-left: 5px;
}

#counter-box h3 {
    font-size: 22px;
    font-weight: 700;
}

#counter-box p {
    font-size: 14px;
}

.border-counter .icon-box::before {
    content: "";
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    border-right: 2px dashed #ddd;
}

.list-menu-dichvu .icon-box {
    background: #FFF;
    border-radius: 5px;
    padding: 10px 15px;
}

.list-menu-dichvu .icon-box .icon-box-img img {
    padding-top: 0;
}

.list-menu-dichvu .icon-box .icon-inner {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 0px 10px;
    text-align: center;
    line-height: 55px;
    background-color: #2f308a;
}

.list-menu-dichvu .icon-box .icon-box-text {
    display: flex;
    align-items: center;
}

.list-menu-dichvu .icon-box h3 {
    color: #cf2030;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.list-menu-dichvu .icon-box:hover h3 {
    color: #2196f3;
}

.item-step {
    display: flex;
    flex-direction: column;
}

.icon-box.item-step .icon-box-img {
    width: 100% !important;
    margin-bottom: 0;
}

.item-step .icon-box-img .icon {
    background: #eaeaea;
    padding: 15px;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    position: relative;
}

.item-step .icon-box-img .icon::after {
    top: 45%;
    left: 120%;
    transform: rotate(-60deg);
}

.step-top-right .icon-box-img .icon::after {
    transform: rotate(60deg);
    top: -45%;
    left: 120%;
}

.item-step .icon-box-img .icon::before {
    top: 14%;
    right: 98%;
    transform: rotate(-51deg);
}

.item-step .icon-box-img .icon::after  {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #eaeaea;
}

.item-step.remove-after .icon-box-img .icon::after {
    display: none;
}

.item-step .icon-box-img .icon-inner {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: 0 auto;
    line-height: 1;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f308a;
}

.item-step .icon-box-img img {
    padding-top: 0;
}

.item-step .icon-box-text {
    display: block;
    position: relative;
}

.item-step .icon-box-text::before {
    content: "";
    height: 40px;
    border-left: 2px dashed #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    opacity: .5;
}

.step-bottom-right .icon-box-text {
    margin-top: 40px;
}

.step-bottom-right .icon-box-text::before {
    bottom: 100%;
}

.step-top-right .icon-box-text{
    margin-bottom: 40px;
    order: 1;
}

.step-top-right .icon-box-text::before {
    top: 100%;
    bottom: auto !important;
}

.step-top-right .icon-box-img {
    order: 2;
}

.item-step h3 {
    font-weight: 900;
    color: #ffc107 !important;
    font-size: 2rem;
    margin-bottom: 0;
}

.item-step p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.gallery-logo .gallery-col img {
    width: 100%;
    height: 85px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

/** Product **/

h1.shop-page-title {
    color: #2F308A;
    font-size: 30px;
    margin-bottom: 0;
}

.shop-page-title .page-title-inner {
    padding-top: 30px;
}

.shop-page-title .page-title-inner .is-medium {
    display: none;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.product-small.box-normal {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 15px 0px #0000001a;
}

.product-small.box-normal .name.product-title a {
    color: rgb(47, 48, 138);
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.product-small.box-normal .title-wrapper {
    margin-bottom: 10px;
}

.product-small.box-normal .box-text {
    padding-top: 15px;
}

.product-small.box .price-wrapper {
    font-size: 20px;
}

.product-small.box .price-wrapper del {
    font-size: 16px;
}

.add-to-cart-button a.button {
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    text-transform: none;
}

.product-small.box.box-vertical .add-to-cart-button a.button {
    font-size: 12px;
    color: #FFF;
    padding: 0px 10px;
}

.product-small.box.box-vertical .price-wrapper,
.product-small.product .price-wrapper {
    font-size: 16px;
}

.product-small.product .name.product-title a {
    font-size: 16px;
    color: #2F308A;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-small.product .box-image .image-fade_in_back img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .banner-slider_home .img-inner {
        padding-top: 250px !important;
    }

    .banner-slider_home .img-inner img {
        height: 250px;
    }

    .content-intro h2,
    .heading-home h2,
    .heading-home .h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .item-step .icon-box-img .icon {
        padding: 10px;
        width: 110px;
        height: 110px;
    }
    .item-step .icon-box-img .icon-inner {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .step-top-right .icon-box-img {
        order: 1;
    }
    .step-top-right .icon-box-text {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .step-top-right .icon-box-text::before {
        top: auto;
        bottom: 100% !important;
    }
    .item-step .icon-box-img .icon::after {
        width: 10px;
        height: 50px;
    }
    .item-step .icon-box-img .icon::after {
        top: 30%;
        left: calc(100% + 10px);
        transform: rotate(-90deg);
    }
    .item-step.remove-after-mobile .icon-box-img .icon::after {
        display: none;
    }
    .item-index .icon-box-img .icon-inner img {
        width: 55px;
    }
    #counter-box .counter {
        font-size: 35px;
        line-height: 45px;
    }
    #counter-box h3 {
        font-size: 15px;
    }
    /** Footer **/
    .footer-widget-asea:nth-child(1),
    .footer-widget-asea:nth-child(2),
    .footer-widget-asea:nth-child(3),
    .footer-widget-asea:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;
    }
    #menu-footer .menu-item a {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        gap: 5px;
    }
    /** Product **/
    .product-small.box-normal .name.product-title a {
        font-size: 15px;
    }
    .product-small.box .price-wrapper {
        font-size: 15px;
    }
    .product-small.box .price-wrapper del {
        font-size: 14px;
    }
    .add-to-cart-button a.button {
        font-size: 13px;
    }
}
#counter-box .counter {
    color: #1b8f07;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}
.item-step .icon-box-img .icon-inner {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: 0 auto;
    line-height: 1;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cf2030;
}
.ux-shop-ajax-filters .widget_price_filter .price_slider_amount .button {
    display: none
}

.ux-shape-divider {
    --divider-top-width: 100%;
    --divider-width: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.ux-shape-divider svg {
    display: block;
    height: 150px;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.ux-shape-divider--top {
    top: -1px;
    transform: rotate(180deg)
}

.ux-shape-divider--top svg {
    width: calc(100% + 2px);
}

.ux-shape-divider--bottom {
    bottom: -1px
}

.ux-shape-divider--bottom svg {
    width: calc(var(--divider-width) + 2px)
}

.ux-shape-divider--flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.ux-shape-divider--to-front {
    z-index: 2
}

.ux-shape-divider .ux-shape-fill {
    fill: #fff
}
aside.widget .widget-title {
    color: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #006837;
}
aside.widget ul {
    border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #bdbdc1;
}
#footer a.back-to-top {
    background: #175b39;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 85px;
}