    /*
Theme Name: DW Theme 21
Theme URI: https://www.designweb.co.uk
Author: Designweb DMA
Author URI: https://www.designweb.co.uk/
Description: Designweb custom theme
Version: 2
License: GNU General Public License v2 or later
License URI: https://www.designweb.co.uk/
Tags: 
Text Domain: designwebvanilla

###
	WooCommerce conditional tags:
		https://docs.woocommerce.com/document/conditional-tags/
	

/* =CORE CSS
-------------------------------------------------------------- */
    /* =WordPress Core
-------------------------------------------------------------- */

    img {
        max-width: 100%;
        height: auto;
    }

    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

    /* Text meant only for screen readers. */

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

    /* accessiblity */

    :focus {
        outline: 2px solid rgba(109, 202, 203, 0.6);
    }

    /* */

    .mza {
        margin: 0 auto;
    }

    .relative {
        position: relative;
    }

    .clear {
        clear: both;
    }

    body {
        font-family: proxima-nova, sans-serif;
        background: #fff;
        color: #000;
        font-weight: 300;
    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol,
    li,
    blockquote {
        padding: 0;
        margin: 0;
        line-height: 1.5em !important;
    }

    h1 {
        margin: 30px 0;
        font-size: 65px;
        font-weight: 600;
        line-height: 1.2em !important;
    }

    h2 {
        margin: 30px 0;
        font-size: 40px;
        line-height: 1.2em !important;
    }

    h3 {
        margin: 30px 0;
        font-size: 30px;
        line-height: 1.2em !important;
    }

    h4 {
        margin: 0 0 15px;
        font-size: 28px;
    }

    h5 {
        margin: 0 0 15px;
        font-size: 18px;
    }

    h6 {
        margin: 0 0 15px;
        font-size: 18px;
    }

    .inner>h1:first-child,
    .inner>h2:first-child,
    .entry-content>h2:first-child,
    .inner>h3:first-child {
        margin: 0 0 30px;
    }

    .inner>h4:first-child,
    .inner>h5:first-child,
    .inner>h6:first-child {
        margin: 0 0 15px;
    }

    h1:last-child {
        margin-bottom: 0;
    }

    aside h3:after {
        display: block;
        content: " ";
        margin: 15px 0 0;
        width: 20px;
        height: 2px;
        background: #ddd;
    }

    p {
        margin: 0 0 15px;
        font-size: 18px;
    }

    li {
        font-size: 18px;
    }

    ul.dashed li {
        list-style-type: none;
        text-indent: -20px;
    }

    ul.dashed li::before {
        content: "— ";
        text-indent: -20px;
        color: #3A9798;
    }

    ul.special {}

    ul.special li {
        font-size: 20px;
    }

    ul.special li:not(:last-child) {
        margin: 0 0 15px;
    }

    ul,
    ol {
        padding: 0 0 0 30px;
        margin: 0 0 15px;
    }

    ul:last-child {
        margin-bottom: 0;
    }

    blockquote {
        padding-left: 5%;
        border-left: 5px solid #000;
        font-style: italic;
        margin: 30px 0;
    }

    cite {}

    .center {
        text-align: center;
    }

    a {
        color: #6DCACB;
    }

    a:hover {
        color: #000;
        text-decoration: none;
    }

    strong {
        font-weight: 700;
    }

    @media screen and (max-width: 789px) {
        h1 {
            font-size: 40px;
            margin: 25px 0;
        }

        h2 {
            font-size: 30px;
            margin: 25px 0;
        }

        h3 {
            font-size: 24px;
            margin: 25px 0;
        }

        h1:first-child,
        h2:first-child,
        h3:first-child {
            margin: 0 0 25px;
        }

        h1:last-child {
            margin-bottom: 0;
        }

        p,
        li {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 370px) {
        h1 {
            margin: 0;
            letter-spacing: 1.5px;
            align-content: center;
            font-size: 40px;
        }

        h2 {
            font-size: 28px;
            margin: 15px 0;
        }

        h3 {
            font-size: 24px;
            margin: 15px 0;
        }

        h1:first-child,
        h2:first-child,
        h3:first-child {
            margin: 0 0 15px;
        }

        p,
        li {
            margin: 0;
            width: 80%;
            font-size: 16px;
        }
    }

    /* remove ios default input styles */
    /*
	input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	*/

    .iframe-container,
    .wp-block-embed__wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
        margin: 0 0 15px;
    }

    .iframe-container iframe,
    .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none !important;
    }

    .color1 {
        color: #2697BC;
    }

    .color2 {
        color: #f2c078;
    }

    .color3 {
        color: #faedca;
    }

    .color4 {
        color: #c1dbb3;
    }

    .color5 {
        color: #743561;
    }

    .small {
        font-size: 14px;
    }

    /* =ANIMATIONS ( //fade on scroll in main.js)
-------------------------------------------------------------- */

    @media screen and (min-width: 1049.8px) {
        .transition-1 {
            transition: all 1.5s cubic-bezier(.68, -0.55, .27, 1.55);
        }

        .transition-2:nth-child(3n-2) {
            transition: all 1s cubic-bezier(.68, -0.55, .27, 1.55);
        }

        .transition-2:nth-child(3n-1) {
            transition: all 1.25s cubic-bezier(.68, -0.55, .27, 1.55);
        }

        .transition-2:nth-child(3n-0) {
            transition: all 1.5s cubic-bezier(.68, -0.55, .27, 1.55);
        }

        .animate-1 {
            position: relative;
            opacity: 0;
            transform: scale(0);
            filter: grayscale(100%);
        }

        .animate-1.show {
            opacity: 1;
            transform: scale(1);
            filter: grayscale(0%);
        }

        .animate-2 {
            position: relative;
            opacity: 0;
            transform: scale(1.5, 1.5);
            filter: grayscale(100%);
            left: -100%;
        }

        .animate-2.show {
            opacity: 1;
            transform: scale(1);
            filter: grayscale(0%);
            left: 0;
        }
    }

    @keyframes growDown {
        0% {
            transform: scaleY(0);
        }

        80% {
            transform: scaleY(1.1);
        }

        100% {
            transform: scaleY(1);
        }
    }

    /* =OTHER
-------------------------------------------------------------- */

    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media screen and (min-width: 790px) {
        .flex article.entry-content {
            width: 65%;
        }

        .flex aside {
            width: 30%;
        }
    }

    @media screen and (max-width: 789px) {
        .flex article.entry-content {
            width: 100%;
            margin: 0 0 30px;
        }

        .flex aside {
            width: 100%;
        }
    }

    /* BREAK POINTS ... */

    @media screen and (min-width: 1250px) {
        .inner {
            width: 1180px;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 1050px) and (max-width: 1249px) {
        .inner {
            width: 960px;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 790px) and (max-width: 1049px) {
        .inner {
            width: 90%;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 480px) and (max-width: 789px) {
        .inner {
            width: 90%;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 479px) {
        .inner {
            width: 90%;
            margin: 0 auto;
        }
    }

    .inner960 {
        max-width: 960px;
    }

    .inner720 {
        max-width: 720px;
    }

    .inner480 {
        max-width: 480px;
    }

    /* =header.site-header
-------------------------------------------------------------- */

    header.site-header {
        position: fixed;
        width: 100%;
        background: #3A9798;
        -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
        z-index: 100;
    }

    header.site-header>.inner {
        height: 115px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header.site-header>.inner,
    header.site-header>.inner * {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header.site-header>.inner>.logo {
        display: block;
    }

    header.site-header>.inner>.logo>img {
        display: block;
        height: 61px;
        width: auto;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    @media screen and (min-width: 1050px) {
        header.site-header.fixed>.inner {
            height: 90px;
        }

        .options-top .button {
            margin: 0;
        }

        nav.site-nav {
            border-top: #6DCACB solid 1px;
        }

        nav.site-nav>.inner>ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            /* justify-content: space-between; */
        }

        nav.site-nav>.inner>ul>li {
            position: relative;
        }

        nav.site-nav>.inner>ul>li>a {
            display: block;
            padding: 0 20px;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            line-height: 70px !important;
            height: 70px !important;
        }

        nav.site-nav>.inner>ul>li>a>span {
            display: none;
        }

        #menu-item-99>a {
            padding-left: 0;
        }

        nav.site-nav>.inner>ul>li:last-child a {
            padding-right: 0;
        }

        nav.site-nav>.inner>ul>li:hover>a {
            text-decoration: underline;
        }

        nav.site-nav>.inner>ul>li.menu-item-has-children>a:after {
            position: relative;
            display: inline-block;
            content: " ";
            margin-left: 10px;
            width: 6px;
            height: 6px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 3px;
        }

        nav.site-nav>.inner>ul>li>ul {
            visibility: hidden;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: top left;
            transition: all 0.35s ease;
        }

        nav.site-nav>.inner>ul>li:hover>ul {
            visibility: visible;
            opacity: 1;
            transform: scaleY(1);
        }

        nav.site-nav>.inner>ul>li>ul.open {
            visibility: visible;
            opacity: 1;
        }

        nav.site-nav>.inner>ul>li>ul {
            margin: 0;
            padding: 0px 0px;
            list-style-type: none;
            position: absolute;
            /* left: -20px; */
            top: 70px;
            width: 300px;
            background: #fff;
            border-radius: 0px;
            -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
        }

        nav.site-nav>.inner>ul>li:first-child>ul {
            left: -20px;
        }

        nav.site-nav>.inner>ul>li>ul>li {
            position: relative;
        }

        nav.site-nav>.inner>ul>li>ul>li:last-child {
            border-bottom: none;
        }

        nav.site-nav>.inner>ul>li>ul>li>a {
            display: block;
            padding: 10px 20px;
            color: #3A9798;
            text-decoration: none;
            font-size: 15px;
        }

        nav.site-nav>.inner>ul>li>ul>li:hover>a {
            text-decoration: underline;
            background-color: #eee;
            color: #000;
        }

        .options-top>.button {
            padding-right: 0;
        }

        .sub-menu .menu-item {}
    }

    .header-clear {
        background: #3A9798;
        height: 186px;
    }

    #menu {
        display: none;
    }

    .site-nav .inner .button:first-child {
        display: none;
    }

    @media screen and (max-width: 1049px) {
        header.site-header>.inner {
            height: 70px;
            width: 100%;
        }

        header.site-header>.inner>.logo {
            margin-left: 5%;
        }

        header.site-header>.inner>.logo>img {
            height: 40px;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        nav.site-nav {
            display: none;
            position: fixed;
            left: -100%;
            top: 70px;
            width: 100%;
            height: calc(100vh - 100px);
            background: #eee;
            overflow-y: scroll;
        }

        .options-top {
            margin: 0 0 0 auto;
        }

        .options-top .button {
            display: none;
        }

        nav.site-nav.open {
            display: block;
            left: 0;
        }

        nav.site-nav.open a {
            color: #3A9798;
            text-decoration: none;
        }

        nav.site-nav.open a {
            padding-left: 10px;
        }

        nav.site-nav.open a:hover {
            background-color: #d8d8d8;
        }

        #menu-menu-1 {
            margin: 0;
            padding: 0 0 100px;
        }

        #menu-menu-1>li {
            list-style-type: none;
            margin: 0;
            font-size: 20px;
            border-top: 1px solid #ddd;
        }

        #menu-menu-1>li>a {
            display: block;
            padding: 10px 0;
        }

        #menu-menu-1>li>ul {
            list-style-type: none;
            padding: 0 0 0 5%;
            margin-bottom: 0;
        }

        #menu-menu-1>li>ul>li {
            list-style-type: none;
            font-size: 20px;
            border-top: 1px solid #ddd;
        }

        #menu-menu-1>li>ul>li>a {
            display: block;
            padding: 10px 0 10px 10px;
            font-size: 18px;
        }

        nav.site-nav>ul {
            margin: 0;
            padding: 5% 0;
            list-style-type: none;
        }

        nav.site-nav>ul>li {
            position: relative;
        }

        nav.site-nav>ul>li>a {
            display: block;
            padding: 10px 5%;
            color: #000;
            text-decoration: none;
            font-size: 24px;
            font-weight: 100;
        }

        nav.site-nav>ul>li:hover>a {
            text-decoration: underline;
        }

        nav.site-nav>ul>li>ul {
            margin: 0;
            padding: 2.5% 0;
            list-style-type: none;
        }

        nav.site-nav>ul>li>ul>li {
            position: relative;
        }

        nav.site-nav>ul>li>ul>li>a {
            display: block;
            padding: 10px 10%;
            color: #000;
            text-decoration: none;
            font-size: 18px;
            font-weight: 100;
        }

        nav.site-nav>ul>li>ul>li:hover>a {
            text-decoration: underline;
        }

        #menu {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        #menu strong {
            display: none;
        }

        #menu .int {
            position: relative;
            width: 30px;
            height: 20px;
        }

        #menu span {
            position: absolute;
            display: block;
            width: 100%;
            height: 1px;
            background: #eee;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #menu span:first-child {
            top: 0;
        }

        #menu span:nth-child(2) {
            top: 50%;
        }

        #menu span:nth-child(3) {
            top: 100%;
        }

        #menu.open span:first-child {
            top: 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #menu.open span:nth-child(2) {
            opacity: 0;
        }

        #menu.open span:nth-child(3) {
            top: 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #menu.open {
            background: #6DCACB;
            border-left: #eee solid 1px;
        }

        .header-clear {
            height: 70px;
        }

        .site-nav .inner .button:first-child {
            display: block;
            margin: 15px 0;
        }

        .site-nav .inner .button:first-child a {
            width: 100%;
            padding: 30px 0;
            margin: 0;
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
        }
    }

    @media screen and (max-width: 479px) {
        header.site-header>.inner>.logo>img {
            height: 30px;
        }
    }

    @media screen and (max-width: 370px) {
        header .button>a {
            padding: 10px 15px;
        }

        header.site-header>.inner>.logo>img {
            height: 25px;
        }
    }

    @media screen and (max-width: 1250px) {
        nav.site-nav>.inner>ul>li>a {
            padding: 0;
        }
    }

    /* standard */

    .standard {
        padding: 100px 0;
        background: #fff;
        color: #3A9798;
    }

    .darken {
        position: relative;
    }

    .darken>.inner {
        position: relative;
        z-index: 10;
    }

    .darken:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.4;
        z-index: 5;
    }

    .bold {
        font-weight: 600;
    }

    .bluebg {
        background-color: #3A9798;
        color: #fff;
    }

    .swirl-1 {
        background-image: url(images/swirl.png);
        background-repeat: no-repeat;
        background-position: top -50px right -50px;
    }

    .swirl-2 {
        background-image: url(images/swirl-mirrored.png);
        background-repeat: no-repeat;
        background-position: bottom -5px left -120px;
    }

    .large-text {
        font-size: 28px;
        width: 70%;
        margin-bottom: 45px;
    }

    @media screen and (max-width: 1250px) {
        .large-text {
            font-size: 20px;
            width: 70%;
            margin-bottom: 45px;
        }
    }

    .bluebg h2 {}

    .bluebg ul {
        padding: 0;
    }

    .bluebg li {
        list-style-type: none;
    }

    @media screen and (max-width: 789px) {
        .bluebg>.inner>p:nth-child(2) {
            width: 80%;
        }
    }

    @media screen and (max-width: 479px) {
        .bluebg>.inner>p:nth-child(2) {
            font-size: 16px;
            width: 90%;
        }
    }

    .greybg {
        background: #F6F6F6;
        color: #3A9798
    }

    .greybg .inner .feature-text p {
        width: 80%;
    }

    .whitebg {
        background-color: #fff;
        color: #3A9798;
    }

    .standard .wp-b k-image {
        margin: 0;
    }

    .standard .wp-block-image img {
        display: block;
        width: 100%;
        height: auto;
        margin: 30px 0;
    }

    .standard .wp-block-image figcaption {
        text-align: center;
        margin: -29px 0 30px;
        padding: 15px 10%;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        background: #fafafa;
    }

    @media screen and (max-width: 789px) {
        .standard {
            padding: 50px 0;
        }

        .standard .wp-block-image figcaption {
            font-size: 14px;
        }

        .content-area {
            width: 80%
        }
    }

    .button {
        margin: 30px 0 45px;
        font-size: 14px;
    }

    .button>a {
        display: inline-block;
        background: #6DCACB;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        transition: all 0.35s ease;
    }

    .button>a:after {
        position: relative;
        display: inline-block;
        content: " ";
        margin-left: 10px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 2px;
    }

    .button.alt>a:after {
        display: none;
    }

    button.wpforms-submit {
        background: #6DCACB !important;
        border: none !important;
        padding: 10px 30px !important;
        color: #fff !important;
        text-decoration: none !important;
        transition: all 0.35s ease !important;
    }

    button.wpforms-submit:hover {
        transform: scale(1.05, 1.05) !important;
    }

    .button a:hover {
        transform: scale(1.05, 1.05);
    }

    .wp-block-table {
        margin: 30px 0;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        margin: 0;
        padding: 5px;
        border: 1px solid #000;
    }

    table th {
        background: #eee;
    }

    table th,
    table td {
        border: 1px solid #000;
        padding: 15px;
    }

    #cboxLoadedContent {
        display: none !important;
    }

    /* =FOOTER
-------------------------------------------------------------- */

    footer {
        background: #3A9798;
        color: #fff;
    }

    footer .top {
        padding: 80px 0;
    }

    footer .top .footer-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /* justify-content: space-between; */
    }

    footer .top .inner>.logo>img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        display: block;
    }

    footer .top .inner .footer-columns .col {
        margin: 0;
        padding: 0;
        width: calc((100% / 3) - (40px / 3));
    }

    footer .top .inner .footer-columns .col:first-child {
        flex-direction: column;
    }

    footer .top .inner .footer-columns .col:first-child p:first-child {
        margin-bottom: 30px;
    }

    footer .footer-link:hover {
        background-color: #6DCACB;
        text-decoration: underline;
    }

    footer>.top>.inner>.col {
        max-width: 33%;
    }

    footer .top .inner .col>ul>li {
        list-style-type: none;
        position: relative;
        border-top: #6DCACB solid 1px;
    }

    footer .top .inner .col>ul>li>a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
    }

    footer .top .inner .col>ul>li>a:hover {
        background-color: #6DCACB;
        text-decoration: underline;
    }

    footer .footer-sub-menu {
        list-style-type: none;
        padding: 10px 0;
        margin: 5px 5px 20px;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.50);
        border-radius: 0 10px 10px 10px;
        background: #6DCACB;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
    }

    footer .footer-sub-menu>li {}

    footer .footer-sub-menu>li>a {
        display: block;
        padding: 7.5px 20px;
        text-decoration: none;
        color: #3A9798;
        font-size: 16px;
        transition: all 0.25s ease;
    }

    footer .footer-sub-menu>li:hover>a {
        padding: 7.5px 20px 7.5px 30px;
    }

    .footer-line {
        display: flex;
        padding-bottom: 1em;
    }

    .footer-line i {
        padding-right: 28px;
        color: #6DCACB;
        font-size: 1.8em;
    }

    .footer-line a {
        text-decoration: none;
        color: #fff;
    }

    .footer-line a:hover {
        text-decoration: underline;
        color: #fff;
    }

    header .socials {
        margin-right: 30px;
    }

    .socials a:not(:last-child) {
        margin-right: 10px;
    }

    @media screen and (max-width: 789px) {
        header .socials a i {
            font-size: 20px;
        }

        header .socials {
            margin-right: 10px;
        }
    }

    .socials i {
        color: #6DCACB;
        font-size: 1.8em;
        margin-left: 0;
    }

    footer>.top>.inner>.col>ul {
        flex-direction: column;
    }

    footer .disclaimer {
        background-color: #6DCACB;
        padding: 20px 0 5px;
        overflow: hidden;
    }

    footer .disclaimer .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .disclaimer .inner p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    footer .disclaimer .inner p span {
        margin: 0 5px;
        opacity: 0.5;
    }

    footer .disclaimer .inner p a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    footer .footer-sub-menu {
        display: none;
    }

    footer .footer-sub-menu li {
        display: block;
    }

    /* .dropdown:hover .footer-sub-menu {
        display: block;
    } */

    footer .dropdown {
        position: relative;
        display: flex;
    }

    footer button {
        background: none;
        border: none;
        box-shadow: none;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        height: 37px;
        width: 37px;
        font-size: 18px;
        cursor: pointer;
        padding: 0;
        transition: all 0.5s ease;
    }

    footer button:hover {
        background: rgba(255, 255, 255, 0.20);
    }

    footer button i {
        transition: all 0.35s ease;
    }

    footer button i.open {
        transform: rotate(180deg);
    }

    .show {
        display: block;
    }

    @media screen and (max-width: 654px) {
        footer .top .logo {
            width: 90%;
        }

        footer .top .inner .footer-columns .col ul {
            display: none;
        }

        footer .top {
            padding: 50px 0;
        }

        footer>.top>.inner>.col:first-child {
            width: 95%;
        }
    }

    @media screen and (max-width: 789px) {
        footer .top .inner {
            flex-wrap: wrap;
        }

        footer .top .inner img {
            margin: 0 auto;
        }

        footer .top .inner ul {
            flex-wrap: wrap;
        }

        footer .top .inner .footer-columns ul li {
            display: block;
            width: 100%;
            margin: 0;
        }

        footer .top .inner .footer-columns .col {
            width: 100%;
        }

        footer .top .inner .footer-columns ul li>a {
            display: block;
            padding: 5px 0;
        }

        footer .disclaimer .inner {
            display: block;
        }

        footer .disclaimer p {
            display: block;
            width: 100%;
        }

        footer button {
            height: 24px;
            width: 24px;
        }
    }

    footer ul.footer-logos {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        list-style-type: none;
        margin: 0 0 30px;
        padding: 0;
    }

    footer ul.footer-logos>li {
        display: flex;
        align-items: center;
    }

    footer ul.footer-logos>li:nth-child(1) {
        width: 25%;
    }

    footer ul.footer-logos>li:last-child {
        width: 12.5%;
    }

    footer ul.footer-logos>li>a {
        display: block;
    }

    footer ul.footer-logos>li>a>img {
        display: block;
        width: 100%;
        max-width: 175px;
        height: auto;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    footer ul.footer-logos>li:last-child>a>img {
        border-radius: 10px;
        -webkit-filter: unset;
        filter: unset;
    }

    @media screen and (max-width: 789px) {
        footer ul.footer-logos {}

        footer ul.footer-logos>li {}

        footer ul.footer-logos>li:nth-child(1) {
            width: 60%;
        }

        footer ul.footer-logos>li:last-child {
            width: 20%;
        }
    }

    .inner720 img {
        height: auto;
    }

    .inner720 img.attachment-large {
        margin: 0 0 45px;
        min-width: 100%;
        max-width: 100%;
        max-height: 70vh;
        object-fit: cover;
    }

    /* =owl 
----------------------- */
    .owl-carousel.hearing-aid-styles-carousel .owl-item img {
        width: unset;
        margin: 0 auto;
    }