@font-face {
    font-family: 'ClanOT-Medium';
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Medium.eot');
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Medium.woff2') format('woff2'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Medium.woff') format('woff'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClanOT-Book';
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Book.eot');
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Book.eot?#iefix') format('embedded-opentype'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Book.woff2') format('woff2'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Book.woff') format('woff'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ClanOT-Bold';
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Bold.eot');
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Bold.woff2') format('woff2'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Bold.woff') format('woff'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/clanOT/ClanOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Velino Text Bold';
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/velinoText/VelinoText-Bold.eot');
    src: url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/velinoText/VelinoText-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/velinoText/VelinoText-Bold.woff2') format('woff2'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/velinoText/VelinoText-Bold.woff') format('woff'),
        url('https://top100.businesspost.ie/wp-content/themes/top100/assets/fonts/velinoText/VelinoText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.w-container {
    margin: 0 auto;
    max-width: 1462px;
}
@media (min-width: 1024px) and (max-width: 1461px) {
    .w-container {
        padding: 0 20px;
    }
}
@media (max-width: 1023px) {
    footer .w-container {
        padding: 0;
    }
}
.grid-wrapper-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: var(--secondary);
}
img {
    max-width: 100%;
    height: auto;
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--bg-body);
    color: var(--secondary);
}

:root {
    --bg-body: #FDF0E5;
    --primary: #00A754;
    --secondary: #0A0A0A;
    --tertiary: #183A68;
    --bg-surface-blue: #E8EBF0;
    --bg-surface-green: #E6F6EE;
    --bg-surface-light: #FAFAFA;
    --bg-surface-red: #FEEDE7;
    --bg-surface-samlon-pink-dark: #F7DDC6;
    --border-primary: #E5E5E5;
    --border-secondary: #262626;
    --border-tertiary: #466186;
    --irish-tatler: #10294B;
    --food-wine: #6E8469;
    --neutral-300: #D4D4D4;
    --neutral-600: #525252;
    --neutral-900: #171717;
    --green-400: #4ADE80;
    --red--400: #F87171;
    --red-600: #DC2626;
    --black: #000;
    --white: #FFF;
}

footer {
    background-color: var(--tertiary);
    border-top: 1px solid var(--border-tertiary);
    padding: 40px 20px 20px;
    margin-top: 40px;
}

footer .w-container {
    position: relative;
}

.footer-wrapper {
    padding-bottom: 40px;
}

.logo-socialmedia {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.label {
    font-family: 'ClanOT-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    padding-bottom: 20px;
    display: block;
}

.col-footer-middle .social-media ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.col-footer-middle .social-media{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.menu-footer {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-wrap: wrap;
}

.menu-footer li a {
    color: var(--white);
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
}

.menu-footer li a:hover {
    color: var(--primary);
}

.logo-download {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.logo-download .download-list .download {
    display: flex;
    gap: 20px;
}

.logo-download .download-list span {
    color: var(--white);
    font-family: 'Velino Text Bold';
    font-size: 16px;
    line-height: 32px;
    display: block;
    padding-bottom: 10px;
}

.footer-bottom {
    padding: 20px 0 0;
    border-top: 1px solid var(--border-tertiary);
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom li a {
    color: var(--white);
    font-family: 'ClanOT-Medium';
    font-size: 12px;
    line-height: 16px;
}

.footer-bottom  li a:hover {
    color: var(--primary);
}

.copyright-ff .copyright {
    color: var(--white);
    font-family: 'ClanOT-Book';
    font-size: 12px;
    line-height: 16px;
}

.back {
    background-color: var(--primary);
    color: var(--white);
    padding: 15px 14px;
    width: 200px;
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 767px) {
    .footer-bottom .w-wrapper-h {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom ul li {
        flex-shrink: 0;
    }

    .back {
        width: auto;
    }

    .back span {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .menu-footer {
        height: auto;
    }

    .logo-download .download-list .download {
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .grid-wrapper-4, .grid-wrapper-3 {
        grid-template-columns: 1fr;
    }
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--bg-body);
    color: var(--secondary);
}


:root {
    --bg-body: #FDF0E5;
    --primary: #00A754;
    --secondary: #0A0A0A;
    --tertiary: #183A68;
    --bg-surface-blue: #E8EBF0;
    --bg-surface-green: #E6F6EE;
    --bg-surface-light: #FAFAFA;
    --bg-surface-red: #FEEDE7;
    --bg-surface-samlon-pink-dark: #F7DDC6;
    --border-primary: #E5E5E5;
    --border-secondary: #262626;
    --border-tertiary: #466186;
    --irish-tatler: #10294B;
    --food-wine: #6E8469;
    --neutral-300: #D4D4D4;
    --neutral-600: #525252;
    --neutral-900: #171717;
    --green-400: #4ADE80;
    --red--400: #F87171;
    --red-600: #DC2626;
    --black: #000;
    --white: #FFF;
}

.badge-red{
    font-family: 'ClanOT-Book';
    font-size: 14px;
    line-height: 20px;
    color: var(--red--400);
}

.badge-green{
    font-family: 'ClanOT-Book';
    font-size: 14px;
    line-height: 20px;
    color: var(--green-400);
}

header {
    /*border-bottom: 1px solid var(--border-primary);*/
    margin-bottom: 0;
    z-index: 10;
    background-color: var(--bg-body);
}

header.hidden-header {
    position: sticky;
    top: 35px;
    left: 0;
    right: 0;
    transition: ease-in-out .9s;
}

header.hidden-header #logo-nav-right .menu-logo-nav{
    padding-top: 40px;
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
}

#header #logo-nav-right  {
    border-bottom: 1px solid var(--border-primary);
}

#header #logo-nav-right .logo-nav-right,
#header #logo-nav-right {
    transition-property: padding;
    transition-duration: .3s;
}

#header.fixed-top #logo-nav-right {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--border-primary);
    transition-property: padding;
    transition-duration: .3s;
}

#header.fixed-top #logo-nav-right .logo-nav-right {
    padding: 0 20px 20px;
    transition-property: padding;
    transition-duration: .3s;
}

#header .logo-bsp img {
    height: 40px;
    width: auto;
    transition-property: height;
    transition-duration: .3s;
}

#header.fixed-top .logo-bsp img {
    height: 30px;
    width: auto;
    transition-property: height;
    transition-duration: .3s;
}

#header #logo-nav-right .logo-bsp.logo-bsp-mobile img {
    height: 22px;
    width: 165px;
    transition-property: none;
    transition-duration: initial;
}

#stock-ticker {
    background-color: var(--border-secondary);
    padding: 8px 0;
    /*position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 14;*/
}

#stock-ticker .w-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#stock-ticker .visit-markets a {
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    color: var(--red-600);
}

#stock-ticker .stock-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 85%;
    overflow: auto;
}

#stock-ticker .stock-container .stock {
    flex-shrink: 0;
}

#stock-ticker .stock-container .stock a {
    font-family: 'ClanOT-Medium';
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
}

#stock-ticker .stock-container .stock a:hover,
#stock-ticker .visit-markets a:hover {
    color: var(--primary);
}

#stock-ticker .visit-markets a:hover{
    color: var(--red-600) !important;
}

#logo-nav-right {
    padding: 40px 0 0;
}

#logo-nav-right .logo-nav-right {
    display: block;
    padding: 0 20px 20px;
    transition: all;
}

header.hidden-header #logo-nav-right {
    padding: 0;
}

header.hidden-header #logo-nav-right .logo-nav-right {
    display: none;
}

#logo-nav-right .navbarsearch {
    padding: 40px 20px 10px;
}

#logo-nav-right .menu-logo-nav {
    display: none;
}

#logo-nav-right .logo-bsp {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

#logo-nav-right .menu-logo-nav .logo-bsp img {
    width: 165px;   
}

#logo-nav-right .logo-bsp .tagline-date {
    color: var(--white);
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    gap: 10px;
}

#logo-nav-right .logo-bsp .tagline-date .date {
    border-left: 1px solid var(--border-primary);
    padding-left: 10px;
}

#logo-nav-right .nav-right {
    display: flex;
    gap: 10px;
}

#logo-nav-right .nav-right span {
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
}

#logo-nav-right .nav-right span:hover {
    color: var(--primary);
}

#logo-nav-right.hidden-header {
    padding: 0;
}

#logo-nav-right.hidden-header .logo-nav-right {
    display: none;
}

.open-menu {
    height: 25px;
    padding-top: 4px;
}

.close-menu {
    height: 25px;
    padding-bottom: 10px;
}

.close-menu svg {
    margin-top: 3px;
}

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    border-right: 1px solid var(--border-primary);
    padding-right: 20px;
    cursor: pointer;
}

#menuToggle.close-m {
    border-right: 0;
}

#menuToggle a {
    text-decoration: none;
    color: var(--secondary);
}

#menuToggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: var(--secondary);
    border-radius: 15px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

#menuToggle.menuToggle-top span {
    background: var(--white);
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

/*#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: var(--secondary);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}*/

#menuToggle input:checked ~ ul {
    display: flex;
}

.search-mobile-top a .i-search {
    background-color: var(--white);
}

#menu-mobile {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background: var(--bg-body);
    width: 100%;
    height: 100vh;
    z-index: 15;
    padding-top: 40px;
    margin-top: 40px;
}

#menu-mobile .navbar-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin: 0 20px;
    border-bottom: 1px solid var(--border-primary);
}

#menu-mobile .btn.btn-signin {
    justify-content: flex-start;
    padding: 20px 0 0;
    color: var(--secondary);
}

#menu-mobile .nav-right-mobile {
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-primary);
    margin: 0 20px;
    display: none;
}

.close-m i{
    font-size: 21px;
}

@media (max-width: 1023px) {
    .w-container {
        padding: 0 20px;
    }
}

#menu-mobile .navbar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px !important;
}
ul li::marker{
    content: '' !important;
}

#menu-mobile .navbar li a {
    display: flex;
    color: var(--secondary);
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-primary);
}

#menu-mobile .navbar li a.active-live-news {
    color: var(--red-600);
}

#menu-mobile .navbar li a:hover {
    color: var(--primary);
}

#menu-2 {
    position: absolute;
    top: 30px;
    width: 118px;
    padding: 20px !important;
    background: var(--bg-body);
    border-top: 6px solid var(--primary);
    flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    display: flex;
}
#menu-2 li::marker{
    display: none;
    content: '';
}
#menu-2.menu-desktop {
    background-color: var(--white);
    top: 48px;
    margin: 0;
    left: 0;
}

@media(min-width: 1023px){
#menu-2.menu-desktop{
    max-height: 61vh; /* Limits height to 80% of viewport height */
    overflow-y: auto; /* Enables scrolling */
    width: 170px;
}
}

#menu-2 li a {
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
}

#menu-2 li a.active-live-news {
    color: var(--red-600);
}

#menu-2 li a:hover, #menu-2 li a.active {
    color: var(--primary)
}

input[type=text].search-input {
    width: 50px;
    box-sizing: border-box;
    border: none;
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
    background-image: url('../icons/search.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    background-color: var(--bg-body);
    padding: 12px 20px 12px 40px;
}

input[type=text].search-input:focus {
    width: 90%;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 3;
    outline: none;
}

.menu-navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-mobile-scroll {
    overflow: auto;
    height: calc(71vh);
}

.navbar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 40px;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.navbar ul li {
    flex-shrink: 0;
    display: flex;
}

.navbar ul li a {
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
    padding: 20px 0;
    position: relative;
}

.navbar ul li a.active::after, 
.navbar ul li a:hover::after {
    content: '';
    border-bottom: 2px solid var(--primary);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.navbar ul li a.active, 
.navbar ul li a:hover,
.navbar-second li a.active,
.navbar-second li a:hover {
    color: var(--primary);
    transition: color 0.2s ease;
}

.bg-container {
    background-color: var(--bg-body)
}

.navbar-search {
    position: relative;
}

.navbar-second {
    position: absolute;
    top: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 130px;
    padding: 20px;
    background: var(--bg-body);
    -webkit-box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 15px -10px rgba(0,0,0,0.75);
    z-index: 5;
}

.navbar-second.navbar-connected {
    left: 38%;
}

.navbar-second.navbar-food-wine {
    left: 67%;
}

.navbar-second.navbar-irish-tatler {
    left: 75%;
}

.navbar-second li a {
    font-family: 'ClanOT-Medium';
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
}

.navbar-second li a.active::after, 
.navbar-second li a:hover::after {
    content: none;
}

.nav-right a {
    display: flex;
    gap: 5px;
    align-items: stretch;
    color: black;
    justify-content: center;
    align-items: center;
}

.search i{
    font-size: 18px;
    padding-right: 8px;
}

.nav-right a:hover {
    color: var(--white);
}

.nav-right a.search:hover {
    color: var(--primary);
}

.nav-right a:hover .i-search {
    background-color: var(--primary);
}

.nav-right a.active {
    color: var(--primary);
}

.nav-right a.active .i-search {
    background-color: var(--primary);
}

@media (max-width: 767px) {
    #logo-nav-right .logo-nav-right {
        display: none;
    }
    
    #logo-nav-right .menu-logo-nav {
        display: block;
        position: relative;
        padding-bottom: 20px;
    }

    #logo-nav-right .nav-right span, #logo-nav-right .navbar-search .nav-right {
        display: none;
    }

    #stock-ticker {
        overflow: hidden;
        padding: 8px 0 8px;
    }

    #stock-ticker .stock-container {
        gap: 20px;
    }

    #stock-ticker .stock-container .stock {
        flex-shrink: 0;
    }

    #stock-ticker .visit-markets {
        width: 50%;
        text-align: right;
    }

    .navbar-search #menuToggle, input[type=text].search-desktop {
        display: none;
    }

    .navbar-search .navbar {
        overflow: hidden;
    }

    .navbar-search .navbar ul {
        border-left: 0;
        padding: 0 0 0;
        overflow: auto;
        gap: 20px;
    }

    header.hidden-header .navbar-search .navbar ul {
        padding: 5px 0 0;
    }

    .navbar-search .navbar ul li {
        flex-shrink: 0;
    }

    .navbar-second {
        top: 65px;
    }

    header.hidden-header #logo-nav-right .menu-logo-nav {
        display: none;
    }

    header.hidden-header #logo-nav-right {
        padding: 0;
    }

    #menuToggle {
        padding-right: 0;
        padding-top: 2px;
        border-right: 0;
    }

    .menu-navbar {
        overflow: hidden;
    }

    .nav-right a.search:hover {
        color: var(--white);
    }

    .nav-right a:hover .i-search {
        color: var(--white);
    }

    .nav-right a.search.active {
        color: var(--white);
    }

    .nav-right a.active .i-search {
        background-color: var(--white);
    }

    .nav-right a:hover .i-search {
        background-color: var(--white);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #menu-mobile {
        top: 0;
    }

    #logo-nav-right .logo-nav-right {
        display: none;
    }
    
    #logo-nav-right .menu-logo-nav {
        display: block;
        padding-bottom: 20px;
    }

    #logo-nav-right .nav-right span, #logo-nav-right .navbar-search .nav-right {
        display: none;
    }

    #stock-ticker {
        overflow: hidden;
        padding: 8px 0 8px;
    }

    #stock-ticker .stock-container {
        width: 100%;
        overflow: auto;
        gap: 20px;
    }

    #stock-ticker .stock-container .stock {
        flex-shrink: 0;
    }

    #stock-ticker .visit-markets {
        width: 15%;
        text-align: right;
    }

    .navbar-search #menuToggle, input[type=text].search-desktop {
        display: none;
    }

    .navbar-search .navbar {
        overflow: hidden;
    }

    .navbar-search .navbar ul {
        border-left: 0;
        padding: 0 20px;
        overflow: auto;
    }

    .navbar-search .navbar ul li {
        flex-shrink: 0;
    }

    #logo-nav-right.hidden-header .menu-logo-nav {
        display: none;
    }

    .menu-navbar {
        overflow: hidden;
    }

    .nav-right a.search:hover {
        color: var(--white);
    }

    .nav-right a:hover .i-search {
        color: var(--white);
    }

    .nav-right a.search.active {
        color: var(--white);
    }

    .nav-right a.active .i-search {
        background-color: var(--white);
    }

    .nav-right a:hover .i-search {
        background-color: var(--white);
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .menu-navbar {
        width: 90%;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.w-container {
    margin: 0 auto;
    max-width: 1462px;
}
@media (max-width: 1023px) {
    #header #logo-nav-right .logo-nav-right {
        transition-property: none;
        transition-duration: inherit;
        padding: 40px 0 0;
    }
}
@media (min-width: 1024px) and (max-width: 1461px) {
    .w-container {
        padding: 0 20px;
    }
}
.w-wrapper-h {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.bp-nav-home-icon {
    width: 20px;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    list-style-type: initial !important;
    padding: initial !important;
    line-height: initial !important;
}

.et-l.et-l--footer{
    background-color: initial !important;
    border-top: 0 !important;
    padding: initial !important;
    margin-top: initial !important;
}

footer li::marker{
    content: '' !important;
}