/*
* ----------[NOTIFICATION BAR]--------*
*/
#polybar {
    width: 100%;
    background: var(--yellow);
    color: var(--white);
    font-size: var(--copyFontSmall);
    text-align: center;
    z-index: 99999;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--museo);
}
#polybar .message-text {
    flex: 1 1 auto;
    font-size: var(--copyFontSmall);
    padding: 0 10px 0 50px;
}
#polybar .message-text a {
    color: var(--white);
    font-weight: 700;
}
#polybar .close-btn {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#polybar .close-btn:before {
    content: '';
    position: absolute;
    background-color: var(--white);
    height: 2px;
    top: 50%;
    left: 50%;
    width: 14px;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .3s ease-in-out;
}
#polybar .close-btn:after {
    content: '';
    position: absolute;
    background-color: var(--white);
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    height: 14px;
    transition: all .3s ease-in-out;
}
/*
* ----------[NAV ICON]--------*
*/
#nav-icon {
    width: 35px;
    height: 24px;
    position: relative;
    /*  margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/*
* ----------[SEARCH FORM]--------*
*/
.search-container {
    display: flex;
    position: absolute;
    height: 100%;
    left: -60px;
    transition: .4s ease;
}
.search-container.active {
    left: -430px;
}
#searchform,
#searchform-mobile {
    background: rgb(207 127 0 / 100%);
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    width: 370px;
    align-items: center;
    border-bottom: 0px solid;
    position: relative;
    transition: .4s ease;
}
#searchform-mobile {
    width: 100%;
}
#searchform input::placeholder,
#searchform-mobile input::placeholder {
    color: var(--white);
}
.et-db #et-boc .et-l #searchform input.search-field,
.et-db #et-boc .et-l #searchform-mobile input.search-field {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-style: italic;
    width: 100%;
    min-width: auto;
    position: relative;
    flex: 1 1 auto;
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    font-size: var(--copyFontSmall);
    color: var(--white);
    padding: 1rem;
    max-height: 40px;
    margin-left: 20px;
}
.et-db #et-boc .et-l #searchform input[type="submit"],
.et-db #et-boc .et-l #searchform-mobile input[type="submit"] {
    flex: 0 0 auto;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    font-size: var(--copyFontSmall);
    padding: 1rem;
    color: var(--white);
    cursor: pointer;
    border-bottom: 1px solid;
}
.mobile-menu-row .search-container {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 80%;
}
/*
* ----------[HEADER]--------*
*/
.et-db #et-boc .et-l.et-l--header .et_builder_inner_content {
    z-index: 3;
}
.et-db #et-boc #header-section {
    position: fixed;
    width: 100%;
    height: 0;
}
.et-db #et-boc #header-section.active {
    height: 100%;
}
.et-db #et-boc #header-row {
    display: flex;
    align-items: center;
    padding-left: 2%;
    transition: .4s ease;
    border-bottom: 1px solid rgb(255 255 255 /15% );
}
.et-db.et-fb-root-ancestor:not(.et-tb-body-disabled) #et-boc #header-row {
    margin-top: 32px;
    background: rgb(24 38 85 / 65%);
}
.et-db.et-fb-root-ancestor:not(.et-tb-body-disabled) #et-boc #et-main-area {
    margin-top: 60px;
}
.et-db #et-boc #header-row .et_pb_column {
    margin-bottom: 0;
}
.et-db #et-boc #header-section.active #header-row {
    background: var(--blue);
}
.et-db #et-boc #header-row.open,
body.show-bg.et-db #et-boc #header-row.open {
    z-index: 10;
    backdrop-filter: blur(2px);
}
body.show-bg.et-db #et-boc #header-row:not(.open) {
    background: rgb(24 38 85 / 65%);
    backdrop-filter: blur(2px);
}
.et-db #et-boc #header-row .et_pb_column {
    width: auto;
    margin-right: 0;
}
.et-db #et-boc #header-row .et_pb_column:last-child {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 60px;
}
.et-db #et-boc .social-networks-shortcode ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
    min-width: 140px;
}
.et-db #et-boc .social-networks-shortcode ul li {
/*    margin-left: 10px;*/
    line-height: 1;
}
.et-db #et-boc .social-networks-shortcode ul li a {
    line-height: 1;
    transition: .4s ease;
}
body.et-db #et-boc .social-networks-shortcode.blue ul li a {
    color: var(--blue);
    font-size: 28px;
}
body.et-db #et-boc .social-networks-shortcode.blue ul li a:hover {
    transform: scale(1.5);
}
body.et-db #et-boc .social-networks-shortcode.justify-start ul {
    justify-content: start;
}
body.et-db #et-boc .social-networks-shortcode.justify-start ul li {
    margin-right: 20px;
}
.et-db #et-boc header .social-networks-shortcode ul li a:hover {
    color: var(--white);
    transform: scale(1.5);
}
.et-db #et-boc .social-networks-shortcode ul li.et-social-instagram a {
    transform: scale(.9);
}
.et-db #et-boc #header-row .header-right-side {
    justify-content: end;
    height: 100%;
    margin-bottom: 0;
}
.et-db #et-boc .header-right-side a.search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    background: rgb(207 127 0 / 63%);
}
.et-db #et-boc .header-right-side a.search-button svg {
    transition: .4s ease;
}
.et-db #et-boc .header-right-side a.search-button:hover svg {
    transform: scale(1.5);
}
/*.header-right-side a.search-button:hover svg path {
    fill: var(--blue);
}*/
.et-db #et-boc .header-right-side .et_pb_code_inner {
    display: flex;
}
body.et-db #et-boc .et-social-icon a {
    font-size: 18px;
    color: var(--white);
}
.et-db #et-boc .main-menu-module ul {
    display: flex;
    list-style: none;
    padding: 0 20px;
    flex-wrap: wrap;
}
.et-db #et-boc .main-menu-module ul li {
    margin-right: 60px;
}
.et-db #et-boc .main-menu-module ul li:last-child {
    margin-right: 0;
}
.et-db #et-boc .main-menu-module ul li a {
    color: var(--white);
    text-transform: uppercase;
/*    font-weight: 600;*/
    font-size: var(--menuText);
    transition: .4s ease;
}
.et-db #et-boc .main-menu-module ul li a:hover {
    color: var(--lightOrange);
}
.et-db #et-boc .main-menu-module ul li.active a {
    color: var(--lightOrange);
}
.et-db #et-boc #header-row .social-networks-shortcode {
    height: 100%;
    align-items: center;
    display: flex;
    background: var(--lightOrange);
    z-index: 1;
}
.et-db #et-boc .add-caret a:after {
    content: '\33';
    font-family: 'ETmodules';
    position: absolute;
    transition: transform .4s ease;
}
.et-db #et-boc .main-menu-module ul li.add-caret.active a:after {
    transform: rotate(-180deg);
}
.et-db #et-boc .et-l .mega-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: .4s ease;
}
.et-db #et-boc .ideas-row.active,
.et-db #et-boc .multimedia-row.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
}
.category-list-container {
    margin-top: 15px;
}
.et-db #et-boc ul.cat-list {
    columns: 2;
    padding: 0;
    list-style: none;
}
.et-db #et-boc ul.cat-list li {
    line-height: 1.1;
    margin-bottom: 10px;
}
.et-db #et-boc ul.cat-list li a {
    color: var(--white);
    transition: .4s ease;
}
.et-db #et-boc ul.cat-list li a:hover {
    color: var(--lightOrange);
}
.et-db #et-boc .featured-category-list-container ul.featured-cat-list {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 40px;
}
.et-db #et-boc .featured-category-list-container ul.featured-cat-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.et-db #et-boc .featured-category-list-container ul.featured-cat-list li h3 {
    line-height: 50px;
}
.et-db #et-boc .featured-category-list-container .cat-featured-img {
    height: 200px;
    margin-bottom: 20px;
}
.et-db #et-boc .featured-category-list-container .cat-featured-img img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.et-db #et-boc .featured-category-list-container .cat-archive-btn {
    background: var(--lightOrange);
    margin-top: auto;
    width: fit-content;
/*    font-weight: 600;*/
}
/*.featured-category-list-container .cat-archive-btn:hover {
    background: var(--darkOrange);
}*/
.et-db #et-boc .featured-category-list-container .cat-authors {
    font-weight: 300;
    font-size: var(--copyFontSmall);
    padding-right: 10%;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.et-db #et-boc .featured-category-list-container .cat-authors span {
    text-transform: uppercase;
/*    font-weight: 600;*/
}
.et-db #et-boc .featured-category-list-container {
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-top: 50px;
}
/*
* ----------[MOBILE MENU]--------*
*/
.et-db #et-boc .et-l .mobile-menu-row,
.et-db #et-boc .et-l .mobile-ideas-row,
.et-db #et-boc .et-l .mobile-multimedia-row {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
    transition: .4s ease;
}
.et-db.et-fb-root-ancestor:not(.et-tb-body-disabled) .mobile-menu-row,
.et-db.et-fb-root-ancestor:not(.et-tb-body-disabled) .mobile-ideas-row,
.et-db.et-fb-root-ancestor:not(.et-tb-body-disabled) .mobile-multimedia-row {
    visibility: hidden;
}
.et-db #et-boc .et-l .mobile-menu-row.open,
.et-db #et-boc .et-l .mobile-ideas-row.active,
.et-db #et-boc .et-l .mobile-multimedia-row.active {
    left: 0;
}
.et-db #et-boc .et-l .mobile-ideas-row.active,
.et-db #et-boc .et-l .mobile-multimedia-row.active {
    background: var(--darkBlue);
}
.et-db #et-boc .et-l .mobile-multimedia-row .most-recent-posts-module .custom-btn a {
    padding: 10px 30px;
}
.et-db #et-boc .et-l .mobile-multimedia-row .most-recent-posts-module .most-recent-post .card-thumbnail {
    display: block;
}
.et-db #et-boc .et-l .mobile-menu-row.active {
    z-index: 0;
}
.et-db #et-boc .et-l .main-menu-module-mobile ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.et-db #et-boc .et-l .main-menu-module-mobile ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid;
}
.et-db #et-boc .et-l .main-menu-module-mobile ul li a {
    color: var(--white);
}
.et-db #et-boc .et-l .mobile-ideas-row ul.cat-list {
    columns: 2;
}
.et-db #et-boc .mobile-ideas-row ul.cat-list li {
    border-bottom: 1px solid var(--lightGrey);
    padding-bottom: 10px;
}
.et-db #et-boc .et-l a.go-back {
    color: var(--white);
    text-transform: uppercase;
}
@media only screen and (min-width: 981px) {
    .hero-btn-row .et_pb_column {
        display: flex;
        gap: 10px;
    }
    .et-db #et-boc ul.cat-list {
        columns: 4;
    }
    .et-db #et-boc footer ul.cat-list {
        columns: 3;
    }
    .et-db #et-boc ul.cat-list li {
        margin-bottom: 10px;
    }
    .et-db #et-boc ul.cat-list li a {
        font-size: var(--smallFontMax);
        line-height: 30px;
    }
    .et-db #et-boc #header-row .et_pb_column:nth-child(2) {
        margin: auto;
    }
}
@media only screen and (max-width: 980px) {
    .et-db #et-boc #header-row .et_pb_column:last-child {
        justify-content: end;
        margin-left: auto;
        margin-right: 2.5% !important;
    }
    .et-db #et-boc #header-row.hidden-menu .et_pb_column:last-child {
        margin-right: 0 !important;
    }
}