/*
Theme Name: wp blank
Theme URI: https://ordasvit.com/wordpress-themes/wordpress-blank-theme
Author: OrdaSvit team
Author URI: https://ordasvit.com
Description: WordPress Blank Theme – the ultimate boilerplate for getting started with custom theme development. Also known as “starter themes” or “naked themes,” this theme provides a solid foundation with pre-filled basic WordPress PHP, CSS, and HTML code, along with essential theme files. In just a few clicks, you can easily install WordPress with demo data. There you find: WooCommerce – the leading WordPress e-commerce plugin, Community engagement through integration with BuddyPress and BBpress (Forum), Blog, Slider, Contact Form, Patterns. Plus pre-designed custom pages and more.
Requires at least: 4.9
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-blank
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready


.header {
    background: #fff;
}

.wrapper-menu #site-navigation-primary .container-fluid #mega-menu-wrap-primary_menu {
    background: unset !important;
    width: 100%;
}

#site-navigation-primary {
    background: unset !important;
}

.full_img.post-image img {
    object-fit: cover;
}

#footer .logo_link {
    text-align: center;
}

#footer .logo_link img {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 5px;
}

#footer .soc_links ul li a {
    border: 3px solid #f7484e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .soc_links ul li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 3px solid #ffffff;
    background: #ea2e49;
}

.top_up {
	background: rgb(234 46 73);
    color: #fff;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    border: 2px solid #fff;
}

.top_up i {
    margin: 0;
}

.top_up:hover {
    background: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.paginator_single>div>a {
    padding: 5px 10px;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: bold;
    background: #ea2e49;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}

.header>.row {
    position: relative;
    z-index: 2;
}

.header>.row:first-child {
    align-items: center;
    z-index: 9999;
    padding: 20px 0;
}

.header .widget_shopping_cart {
    text-align: right;
}

.header .woocommerce-mini-cart__empty-message {
    margin: 0;
}

.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-item>a,
.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-parent>a,
.wrapper-menu .navbar-collapse .navbar-nav li.current-menu-ancestor>a {
    color: #f7484e;
}

a.logo_link {
    text-align: center;
}

.wrapper-menu .navbar-collapse .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 5px 20px;
}

.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>a,
.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu>li>a {
    color: #000;
    text-transform: capitalize;
}

.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>a:hover,
.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>.sub-menu li>a:hover,
.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li.current-menu-item>a,
.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>.sub-menu li.current-menu-item>a {
    color: #f7484e !important;
}

.wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li.current-menu-ancestor>a {
    color: #000;
}

.wrapper-custom-logo-link {
    text-align: center;
}

@media (max-width: 1100px) {
    .header>.row:first-child>div {
        width: 100%;
    }

    .wrapper-menu {
        margin: 20px 0;
        border: 1px solid #ea2e49;
        border-left: unset;
        border-right: unset;
    }
}

@media (max-width: 991px) {
    .wrapper-menu {
        border: unset;
    }

    .wrapper-menu .navbar-toggler {
        border-color: #14c2ed;
        border-width: 2px;
        background: #14c2ed;
        margin: 0 auto;
    }

    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>.sub-menu {
        background: transparent;
        border-radius: unset;
        padding: unset;
    }

    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>a,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li .sub-menu>li>a {
        color: #14c2ed;
    }

    .bdp-medium-4 {
        width: 50% !important;
    }

    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li.current-menu-ancestor>a,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li.current-menu-item>a,
    .wrapper-menu .navbar-collapse .navbar-nav>li>.sub-menu>li>.sub-menu>li.current-menu-item>a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {

    .bdp-medium-4,
    .bdp-medium-6 {
        width: 100% !important;
    }
}

.wrapper-menu #site-navigation-primary .container-fluid {
    justify-content: center;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
    text-align: center;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: #ea2e49;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin: 0 5px;
    position: relative;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:hover,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:focus {
    background: unset;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: #ea2e49;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #ea2e49;
    z-index: -1;
    transition: .5s;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:hover::before,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:focus::before {
    height: 100%;
    transition: .5s;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    color: #000;
    font-size: 16px;
    transition: .3s;
    font-weight: bold;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ea2e49;
    transition: .3s;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-parent>a.mega-menu-link {
    background: #ea2e49;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 1px 1px 3px #000;
}

.site-footer {
    background-color: #fff;
}

.site-footer h3[class^="my_widget_title"] {
    color: #fff;
    font-size: 20px;
    margin: 20px 0 25px;
    text-align: left;
    border-bottom: 1px solid #ea2e49;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h3[class^="my_widget_title"] {
    margin: 100px 0 30px;
    font-size: 40px;
    text-transform: capitalize;
}

.main_page .entry-title {
    font-size: 40px;
}

.main_single .comment_form .comments #respond .comment-form .form-submit #submit {
    margin-top: 10px;
}

.main_single .comment_form .comments .comment-form .form-submit .submit,
.main_single .comment_form .comments #respond .comment-form .form-submit #submit {
    color: #fff;
    background: #ea2e49;
    border: unset;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
    font-weight: bold;
    font-size: 16px;
}

.main_single .comment_form .comments .comment-form .form-submit .submit:hover,
.main_single .comment_form .comments #respond .comment-form .form-submit #submit:hover {
    transition: .5s;
    background: #000;
}

caption {
    margin: 0;
    color: #000;
}

thead tr {
    color: #ea2e49;
}

tbody tr td {
    color: #000;
}

tbody tr td a {
    color: #ea2e49;
    font-weight: bold;
}

.comment-form {
    justify-content: space-between;
}

.comment-form .comment-form-url {
    margin-top: 20px !important;
}

.comment-form .comment-form-author {
    width: 49%;
    margin-top: 20px !important;
    flex-grow: inherit;
    flex-basis: auto;
}

.comment-form .comment-form-email {
    width: 49%;
    margin-top: 20px !important;
    flex-grow: inherit;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .wrapper-menu .navbar-toggler {
        display: none !important;
    }
}

.wrapper-news-bdp .bdp-post-grid-main.bdp-design-1 .bdp-post-grid-content {
    text-align: left;
}

.post-categories {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.post-categories li {
    list-style: none;
    margin: 0 5px 5px 0;
}

.wrapper-short-post-img {
    margin-bottom: 15px;
}

.wrapper-news-bdp .bdp-post-categories a,
.post-categories li a {
    color: #000;
    border: unset;
    background: #ea2e49;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: .3s;
    display: inline-block;
}

.wrapper-news-bdp .bdp-post-categories a:hover,
.post-categories li a:hover {
    transition: .3s;
    color: #fff;
}

.wrapper-inner-short-post {
    border: unset;
}

.wrapper-short-post-info {
    padding: 0;
}

.wrapper-news-bdp .bdp-post-title a,
.wrapper-short-post-title>a {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    transition: .3s;
}

.wrapper-news-bdp .bdp-post-title a:hover,
.wrapper-short-post-title>a:hover {
    transition: .3s;
    color: #ea2e49;
}

.wrapper-news-bdp .bdp-post-meta span.bdp-post-meta-innr {
    margin: 0;
    font-style: normal;
    color: #000000;
    font-size: 14px;
}

.wrapper-news-bdp .bdp-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wrapper-news-bdp .bdp-post-meta .bdpp-post-meta-sep {
    margin: 0 10px;
    font-style: normal;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.wrapper-news-bdp .bdp-post-meta span.bdp-post-meta-innr.bdp-user-img::before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    color: #ea2e49;
    margin-right: 5px;
    font-weight: bold;
}

.wrapper-news-bdp .bdp-post-meta span.bdp-post-meta-innr.bdp-time::before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    color: #ea2e49;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-short-post-author-with-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.wrapper-short-post-author-with-date .wrapper-short-post-author,
.wrapper-short-post-author-with-date .wrapper-short-post-date {
    margin: 0;
    font-style: normal;
    color: #000000;
    font-size: 14px;
}

.wrapper-short-post-author-with-date .wrapper-short-post-author i,
.wrapper-short-post-author-with-date .wrapper-short-post-date i {
    color: #ea2e49;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-short-post-author-with-date .wrapper-short-post-separator {
    margin: 0 10px;
    font-style: normal;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.wrapper-news-bdp .bdp-post-content .bdp-post-short-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
    margin: 0;
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.wrapper-short-post-desc {
    margin: 15px 0 0px;
    -webkit-line-clamp: 6;
}

.wrapper-short-post-desc p {
    margin: 0;
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.bdp_post_simple_widget,
.widget_categories,
.widget_calendar {
    margin: 50px 0;
}

.widget_categories>h3,
.bdp_post_simple_widget>h3,
.widget_calendar>h3 {
    color: #000;
    margin: 20px 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 24px;
    border-bottom: 1px solid #ea2e49;
    padding-bottom: 5px;
}

.widget_categories ul {
    padding: 0;
}

.widget_categories li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ea2e49;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}

.widget_categories a {
    color: #000;
    text-decoration: unset;
    transition: .5s;
}

.widget_categories a:hover {
    color: #ea2e49;
    transition: .5s;
}

.bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li {
    border: unset;
}

.bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-image-bg {
    display: none;
}

.bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-title {
    margin: 0 0 5px !important;
}

.bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-meta .bdp-post-meta-innr {
    margin: unset;
    color: #ea2e49;
    font-weight: bold;
    font-style: normal;
}

.widget_calendar .calendar_wrap .wp-calendar-table {
    margin: 0;
}
*/
.woocommerce ul.products li.product a img {
    height: 350px;
    object-fit: cover;
    margin: 0;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    padding: 0;
    line-height: 1.5;
    color: #000;
    font-size: 20px;
    transition: .3s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    transition: .3s;
    color: #ea2e49;
}

.woocommerce ul.products li.product .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #ea2e49;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.woocommerce ul.products li.product .price del {
    color: #000;
}

.woocommerce ul.products li.product .button {
    margin: 0;
    width: 49%;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    border-radius: unset;
    height: auto;
    transition: .5s;
    padding: 15px 5px;
}

.woocommerce ul.products li.product .button:hover {
    transition: .5s;
    background: #ea2e49;
}

.woocommerce div.product .compare {
    text-align: center;
    background: #ea2e49;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    border-radius: unset;
    transition: .5s;
    padding: 10px 15px;
    text-decoration: unset;
    height: 36px;
    line-height: 1;
    margin-bottom: 2em;
}

.woocommerce div.product .compare:hover {
    transition: .5s;
    background: #000;
}

.woocommerce div.product form.cart .button,
.woocommerce .single-product a.added_to_cart {
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    border-radius: unset;
    transition: .5s;
    padding: 10px 15px;
    text-decoration: unset;
    height: 36px;
    line-height: 1;
}

.woocommerce .single-product a.added_to_cart {
    margin-left: 10px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce .single-product a.added_to_cart:hover {
    transition: .5s;
    background: #ea2e49;
}

.woocommerce div.product form.cart .button.loading {
    padding-right: 35px;
}

.woocommerce div.product form.cart .button.loading::after {
    right: 10px;
}

.woocommerce div.product p.price {
    color: #ea2e49;
}

.woocommerce .single-product .quantity .qty {
    padding: 5px;
    line-height: 1;
    font-size: 20px;
    height: 36px;
    border: 1px solid #000;
    border-radius: unset;
}

.woocommerce ul.products li.product .button.add_to_cart_button::after {
    position: absolute;
    margin-left: 0;
    right: 3px;
    font-size: 12px;
    vertical-align: middle;
    top: 17px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce .single-product .onsale {
    background: #ea2e49;
    margin: 0;
    border-radius: unset;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    top: 5px;
    right: 5px;
}

.woocommerce .single-product .onsale {
    right: unset;
    left: 5px;
    top: 5px;
}

.woocommerce ul.products li.product {
    padding: 5px;
    box-shadow: 5px 6px 7px 0.3px rgb(0 0 0 / 10%);
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 35%);
    transition: .5s;
    transform: scale(1.03);
}

.woocommerce ul.products li.product a.added_to_cart {
    display: none !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.WOOF_Widget .widget-woof>h3 {
    color: #000;
    margin: 20px 0 10px;
    text-align: left;
    text-transform: capitalize;
    font-size: 40px;
}

.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs .irs-from,
.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs .irs-to,
.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs-bar {
    background-color: #ea2e49;
}

.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs .irs-from::before,
.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs .irs-to::before {
    border-top-color: #ea2e49;
}

.WOOF_Widget .widget-woof .woof_price_filter .woof_container_inner .irs-with-grid .irs-handle {
    border: 4px solid #ea2e49;
}

.WOOF_Widget .widget-woof .woof_container_onsales {
    margin: 20px 0 18px;
}

.WOOF_Widget .widget-woof .woof_container_onsales .woof_container_inner>div>input:checked+label::before {
    background: #ffbfc9;
}

.WOOF_Widget .widget-woof .woof_container_onsales .woof_container_inner>div input:checked+label>span {
    background: #ea2e49;
}

.WOOF_Widget .widget-woof .woof_container_select .woof_container_inner .chosen-container-single .chosen-single {
    background: #fff;
    border: 2px solid #ea2e49;
    border-radius: unset;
    padding: 5px;
    height: auto !important;
}

.WOOF_Widget .widget-woof .woof_container_select .woof_container_inner .chosen-container-single .chosen-single>span {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.WOOF_Widget .widget-woof .woof_container_select .woof_container_inner .chosen-container-single .chosen-single>div {
    top: 5px;
}

.WOOF_Widget .widget-woof .woof_container_select .woof_container_inner .chosen-container-single .chosen-drop {
    border: 2px solid #ea2e49;
}

.WOOF_Widget .widget-woof .woof_container_select .woof_container_inner .chosen-container-single .chosen-drop .chosen-search input {
    border: 1px solid #000;
    font-size: 16px;
}

.WOOF_Widget .widget-woof .woof_container_mselect .woof_container_inner .chosen-container-multi .chosen-choices {
    background: #fff;
    border: 2px solid #ea2e49;
    border-radius: unset;
    padding: 5px !important;
    height: auto !important;
}

.WOOF_Widget .widget-woof .woof_container_mselect .woof_container_inner .chosen-container-multi .chosen-choices .search-choice {
    font-size: 16px;
    color: #000;
    line-height: 1;
    border: 1px solid #000;
}

.WOOF_Widget .widget-woof .woof_container_mselect .woof_container_inner .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    top: 6px;
}

.WOOF_Widget .widget-woof .woof_container_mselect .woof_container_inner .chosen-container-multi .chosen-choices>li>input {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.WOOF_Widget .widget-woof .woof_container_mselect .woof_container_inner .chosen-container-multi .chosen-drop {
    border: 2px solid #ea2e49;
}

.WOOF_Widget .widget-woof .woof_container_checkbox .woof_container_inner>h4 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.WOOF_Widget .widget-woof .woof_price_search_container .woof_container_inner .price_slider_wrapper .price_slider .ui-slider-range {
    background: #ea2e49;
}

.WOOF_Widget .widget-woof .woof_price_search_container .woof_container_inner .price_slider_wrapper .price_slider .ui-slider-handle {
    background: #ea2e49;
}

.WOOF_Widget .widget-woof .woof_container_checkbox .woof_container_inner .woof_list_checkbox {
    padding: 0;
}

.WOOF_Widget .widget-woof .woof_container_checkbox .woof_container_inner .woof_list_checkbox li label {
    color: #000;
    font-size: 18px;
}

.WOOF_Widget .widget-woof .woof_submit_search_form_container {
    flex-direction: column;
}

.WOOF_Widget .widget-woof .woof_submit_search_form_container button {
    width: 100%;
    background: #ea2e49;
    color: #fff;
    border-radius: unset;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: .5s;
}

.WOOF_Widget .widget-woof .woof_submit_search_form_container button:hover {
    transition: .5s;
    background: #000;
}

.woof_products_top_panel_ul li button {
    background: #000;
    color: #fff;
    border: unset;
    padding: 5px 10px;
    font-size: 18px;
}

.woof_products_top_panel_ul li button:hover {
    background: #ea2e49;
}

.woof_products_top_panel_ul li span {
    background-size: 20px 20px !important;
    padding-right: 25px !important;
}

.woof_products_top_panel_ul li a {
    display: inline-block;
}

.woof_products_top_panel_ul li {
    color: #000;
}

.woof_products_top_panel_ul li a span {
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #000;
}

.woocommerce-ordering>select {
    background: #fff;
    border: 2px solid #ea2e49;
    border-radius: unset;
    padding: 5px;
    height: auto !important;
}

.woocommerce .woocommerce-result-count {
    color: #000;
    font-size: 18px;
}

.single-product .related.products>h2 {
    color: #000;
    font-size: 30px;
    margin-top: 50px;
}

@media (max-width: 1400px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        margin: 0 1px;
    }
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics,
div.bbp-template-notice li,
div.bbp-template-notice p {
    font-size: 16px;
}

.bbp-submit-wrapper button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .return-to-shop .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #fff !important;
    background: #ea2e49;
    border: unset;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
    font-weight: bold;
    font-size: 16px;
}

.bbp-submit-wrapper button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transition: .5s;
    background: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
    border-bottom: 1px solid #000;
}

@media (max-width: 1300px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px;
        padding: 10px 7px;
    }

    .woocommerce ul.products {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .woocommerce ul.products::before,
    .woocommerce ul.products::after {
        content: unset !important;
    }

    .woocommerce ul.products li.product {
        width: 49% !important;
        margin: 10px 0 !important;
        clear: none !important;
        float: unset !important;
    }

    .wrapper-news-bdp .bdp-post-grid-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .wrapper-news-bdp .bdp-post-grid-main::before,
    .wrapper-news-bdp .bdp-post-grid-main::after {
        content: unset !important;
    }

    .wrapper-news-bdp .bdp-post-grid-main .bdp-post-grid {
        width: 49% !important;
        margin: 10px 0 !important;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }

    .wrapper-menu .custom-row-mega-menu .mega-sub-menu {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .wrapper-menu .custom-row-mega-menu .mega-menu-column {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .wrapper-news-bdp .bdp-post-grid-main .bdp-post-grid {
        width: 100% !important;
    }

    #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu {
        min-width: 230px !important;
        width: auto;
    }

    .WOOF_Widget .widget-woof .chosen-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        margin: 0;
    }

    div.woof_info_popup {
        left: 10%;
        right: 10%;
        width: 80%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .wrapper-menu .custom-row-mega-menu .mega-menu-column {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .woocommerce ul.products li.product .price {
        flex-direction: column;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        text-align: center;
    }

    .woocommerce ul.products li.product .button {
        margin: 5px 0;
        width: 100%;
    }

    #footer .soc_links ul li a {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 46.8em) {
    .bp-profile-button {
        text-align: center;
    }
}

/* DREAMCLOUDS CSS */
/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
.w3-half-mob{width:49.99999%},.w3-twothird-mob{width:66.66666%},.w3-threequarter-mob{width:74.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-left-reverse{position:relative;animation:animateleftreverse 0.4s}@keyframes animateleftreverse{from{left:0px;opacity:0} to{left:-300;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-right-reverse{position:relative;animation:animaterightreverse 0.4s}@keyframes animaterightreverse{from{right:0px;opacity:0} to{right:-300;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-animate-wiggle{position: relative;
	animation:w3-animate-wiggle 0.5s}@keyframes w3-animate-wiggle{
  0% { left: 2px; }
  20% { left: -2px; }
  40% { left: 1px; }
  60% { left: -1px; }
  80% { left: 1px; }
  100% { left: 0px; }	
}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-margin-left-small{margin-left:8px!important}.w3-margin-right-small{margin-right:8px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ZDL Updates - Started on 1/9/21 */

/* color codes */
.interactive {
	color: #2196F3;	/* This is blue */
	cursor:pointer;
}
	.interactive-icon:hover {
		color: #616161;
		background-color: none!important; /* This is red */
	}
	.interactive .tool-selected {
		color:#fff!important;
		background-color:#2196F3!important;
		cursor: pointer;
	}
.interactive li:hover {
	color: #fff;
	background-color: #2196F3; /* This is blue */
}
.interactive tr:hover {
	color: #fff;
	background-color: #2196F3; /* This is blue */
}
.interactive.button:hover {
	color: #fff!important;
	background-color: #2196F3; /* This is blue */
}

.uneditable {
	color: #9e9e9e;	/* This is gray */
	cursor:not-allowed;
}
.uneditable:hover {
	color: #fff;
	background-color: #616161!important; /* This is dark-gray */
}
.uneditable li:hover {
	color: #fff;
	background-color: #616161!important; /* This is dark-gray */
}
.uneditable tr:hover {
	color: #fff;
	background-color: #616161!important; /* This is dark-gray */
}
.uneditable button:hover {
	color: #fff;
	background-color: #616161!important; /* This is dark-gray */
}

.disabled {
	opacity:0.60!important; /* This is opacity */
	cursor:not-allowed;
}
.disabled:hover {
	opacity:0.60!important; /* This is opacity */
	color: #795548!important;
	background-color: #f1f1f1!important; /* This is light-gray */
	cursor:not-allowed;
}

.attention {
	color: #f44336;	/* This is red */
}
.attention:hover {
	color: #fff;
	background-color: #f44336!important; /* This is red */
}
	.attention-icon:hover {
		color: #f44336;
		background-color: none!important; /* This is red */
	}
.attention li:hover {
	color: #fff;
	background-color: #f44336!important; /* This is red */
}
.attention tr:hover {
	color: #fff;
	background-color: #f44336!important; /* This is red */
}
.attention button:hover {
	color: #fff;
	background-color: #f44336!important; /* This is red */
}

.notification {
	color: #ff5722;	/* This is deep orange */
}
	.notification-icon {
		color: #fff;
		background-color: #f44336!important; /* This is red */
	}
.notification:hover {
	color: #fff;
	background-color: #ff5722!important;	/* This is deep orange */
}
.notification li:hover {
	color: #fff;
	background-color: #ff5722!important;	/* This is deep orange */
}
.notification tr:hover {
	color: #fff;
	background-color: #ff5722!important;	/* This is deep orange */
}
.notification button:hover {
	color: #fff;
	background-color: #ff5722!important;	/* This is deep orange */
}

.main-logo {
	cursor: pointer;
}

login-form .input {
	background-color: rgba(33,150,243,0.5);
	color: white;
}

h4 {
	text-transform: uppercase;
	color: #2196F3;
}

body, h2, h5 {
	color: #333;
}

#stats-tab {
	position: absolute;
	left: 289px;
	top: 39px;
	background-color: #616161;
	height: 40px;
	width: 120px;
	border-top: 1px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	border-radius: 8px 8px 0px 0px;
	transform: rotate(90deg);
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 8px 16px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

#stats-tab:hover {
	background-color: #2196F3; /* Blue */
	color: #fff;
}

/* Stats Main Page Sidebar */
#stats-sidebar {
	max-width: 330px;
	margin-left: -25px;
	border: 1px solid #2196F3;
	border-radius:0 0 8px 0;
	background:white;
	float:left;
}

.closeStats {
	position: fixed;
	left: -305px;
	top:125px;
}

.openStats {
	position: fixed;
	top: 125px;
}

@media (max-width: 1750px) {
	#stats-sidebar {
		display: none;
	}
}

.w3-card-4 button {
	border-radius: 0 0 8px 8px;
}


/* START ENTER DREAMS SECTION */
.dc-enter-dream-textarea {
	border-radius: 16px 16px 0 16px ;
	min-height:80px;
	transition:min-height 0.5s;
}
.dc-expand-btn {
	border-radius: 0 0 16px 16px;
}

/* END ENTER DREAMS SECTION */

.w3-card-4 .dream-feed-post {
	height:90px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; not working as intended */
}

.dream-desc-wrapper {
    margin-left: 88px;
}

.dream-desc-read-more {
    overflow: hidden; /* Keep this for the excerpt */
    transition: max-height 0.5s ease; /* Transition for max-height */
}

.dream-desc-read-more.excerpt {
    max-height: 90px; /* Limit max height for excerpt */
}

.dream-desc-read-more.full {
    max-height: 1000px; /* Setting a sufficiently high value for the transition */
}

.dream-desc-textfade {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease; /* Smooth fade in/out */
}

.dream-desc-textfade.w3-show {
    opacity: 1; /* Make visible when shown */
}

.dream-desc-textfade.w3-hide {
    opacity: 0; /* Make invisible when hidden */
    pointer-events: none; /* Prevent interaction when hidden */
}

/* Profile Options Page CSS */
.profile-options {
	color:#fff!important;
	background-color:#616161!important;
	border-top: 1px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	padding: 16px 0 16px 16px;
	cursor: pointer;
	margin-bottom: -6px;
	border-radius: 8px 8px 0 0;
}

.profile-options:hover {
	color:#fff!important;
	background-color:#2196F3!important;
	border-top: 1px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	padding: 16px 0 16px 16px;
	cursor: pointer;
	margin-bottom: -6px;
	border-radius: 8px 8px 0 0;
}

.profile-options.profile-selection{
	color:#2196F3!important;
	background-color:#fff!important;
	border-top: 1px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	padding: 16px 0 16px 16px;
	cursor: pointer;
	margin-bottom: -6px;
	border-radius: 8px 8px 0 0;
}

.profile-options.profile-selection:hover{
	color:#fff!important;
	background-color:#2196F3!important;
	border-top: 1px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	padding: 16px 0 16px 16px;
	cursor: pointer;
	margin-bottom: -6px;
	border-radius: 8px 8px 0 0;
}

.sub-options li {
	color:#2196F3!important;
	cursor: pointer;
}

.sub-options li:hover {
	color:#fff!important;
	background-color:#2196F3!important;
	cursor: pointer;
}

.sub-options li.tool-selected {
	color:#fff!important;
	background-color:#2196F3!important;
	cursor: pointer;
}

.sub-options li span {
	color:#f44336!important;
}

.sub-options li:hover span {
	color:#000!important;
}

/* Custom style for the image browse section  */
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #2196F3;
		background-color:#2196F3;
		border-radius: 50px;
    padding: 14px 20px;
    cursor: pointer;
}

/* Dream Feed */
.dream-feed-options button {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 0 0 0 0;
}

@media (min-width:601px) {
	.dream-feed-options button:nth-child(2) {
		border-left: 1px solid #fff;
		border-radius: 0 0 0 8px;
	}
	.dream-feed-options button:last-child {
		border-right: 1px solid #fff;
		border-radius: 0 0 8px 0;
	}
	.dream-feed-options.sidebar-btn button:last-child {
		border-right: 1px solid #fff;
		border-radius: 0 0 8px 8px;
	}
}
@media (max-width:600px) {
	.dream-feed-options button:last-child {
		border-radius: 0 0 8px 8px;
	}
}
/* Dream Bank */
.dream-bank-options, .friends-list-options, .comment-options {
	float: right;
}

.dream-bank-dream .dream-bank-options {
	display: none;
}

.dream-bank-dream:hover .dream-bank-options {
	display: block;
}

.profile-settings-your-profile .edit-hover-reveal, .account-settings-your-settings .edit-hover-reveal, .privacy-settings-your-privacy .edit-hover-reveal {
	display: none;
}

.profile-settings-your-profile:hover .edit-hover-reveal, .account-settings-your-settings:hover .edit-hover-reveal, .privacy-settings-your-privacy:hover .edit-hover-reveal  {
	display: block;
}

.user-privacy-accordion-textarea {
	border-bottom:1px solid #ddd;
	padding: 8px 16px;
	color:#000;
}

/* START FILTER DREAMS TOGGLE */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
/* END FILTER DREAMS TOGGLE */

/* Chained Dreams */
.chained-dream-table {
	border-radius: 8px;
	text-align:	center;
	color: #2196F3;
}
.chained-dream-table span {
	color: #f44336; /* red */
}
.chained-dream-table tr:hover {
	color: #fff;
	background-color:#2196F3;
}
.chained-dream-table tr:hover span {
	color: #000;
}
.chained-dream-table tr:hover th {
	color: #2196F3;
	background-color:#fff;
}

/* Friends and Follows */
#friends-list-tab, #follows-list-tab {
	border-top: 1px solid #2196F3;
	border-right: 1px solid #2196F3;
	border-bottom: 0px solid #2196F3;
	border-left: 1px solid #2196F3;
	border-radius: 8px 8px 0 0;
}

footer {
	border-top: 6px solid #2196F3;
	border-right: 1px solid #616161;
	border-bottom: 1px solid #616161;
	border-left: 1px solid #616161;
}

.dc-tabs {
	border: 1px solid #2196F3; /* Blue */
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
}

.dc-uppercase {
	text-transform: uppercase;
}

/* Chat Box */
#chat-container {
	position:fixed;
	top:25%;
	width:300px;
	height:300px;
	background-color: #fff;
	border: 1px solid #2196F3; /* Blue */
	border-radius: 0px 0px 0px 8px;
	padding: 8px;
}

.openChat {
	right:0px;
}

.closeChat {
	right:-300px;
}

#chat-tab {
	position: absolute;
	left: -80px;
	top: 39px;
	background-color: #616161; /* Blue */
	height: 40px;
	width: 120px;
	border-top: 1px solid #2196F3; /* Blue */
	border-left: 1px solid #2196F3; /* Blue */
	border-right: 1px solid #2196F3; /* Blue */
	border-radius: 8px 8px 0px 0px;
	transform: rotate(-90deg);
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 8px 16px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

#chat-tab:hover {
	background-color: #2196F3; /* Blue */
	color: #fff;
}

#chat-container input {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 1px solid #2196F3; /* Blue */
	border-radius: 8px;
	margin: 5px;
	width: 225px;
	padding: 5px;
}

#chat-container #send-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:#ccc; /* gray */
	border: 1px solid #2196F3; /* Blue */
	border-radius: 8px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	margin: 5px;
	color: #000;
	padding: 5px 10px;
}

#chat-container #send-button:hover {
	background:#2196F3; /* Blue */
	color: #fff;
}

.their-comments {
	color: #000;
	text-align: left;
}

.your-comments {
	color: #2196F3;
	text-align: right;
}

@media (max-width:600px) {
	#chat-container, #chat-tab {
		display: none;
	}
}
input:invalid {
	background: white!important;
}

/*input[type="email"]:invalid {
	background: white!important;
}*/

#user-account-password-backend {
	-webkit-text-security: disc;
	cursor: not-allowed;
}

.account-settings-your-settings a {
	text-decoration: none;
}

.map-slidecontainer {
  width: 100%;
}

/* Map Slider */
.map-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.map-slider:hover {
  opacity: 1;
}

.map-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #2196F3;
  cursor: pointer;
}

.map-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #2196F3;
  cursor: pointer;
}

.slider-value {
	font-size: 30px;
	height: 10px;
}

.percentage-voted-mobile {
	position: absolute;
	left: 46%;
	height: 41px;
	padding: 7px 4px 0px 7px;
	margin: -3px 0px 0px 0px;
	border: 1px solid #2196F3;
	background: #fff;
	min-width: 45px;
}

.percentage-voted-desktop {
	position: relative;
	/*left: 35%;*/
	height: 46px;
	padding: 10px 8px 0px 11px;
	margin: -5px 41px 0px 0px;
	border: 2px solid #2196F3;
	background: #fff;
	min-width: 50px;
}

.thumbs-up-voted-desktop, .thumbs-down-voted-desktop {
	border-radius: 8px 0 0 8px;
	border: 1px solid #2196F3 !important;
	color: #fff;
	background-color: #616161 !important;
	width:60px;
}

.thumbs-up-voted-desktop:hover, .thumbs-down-voted-desktop:hover {
	color: #fff !important;
	background-color: #2196F3 !important;
}

.dream-feed-comment {
	position: relative;
}
/* The dream comment */
.dream-comment {
	max-width: 90%;
	display: inline-block;
}
/* Delete Comment icon */
.delete-comment-icon {
	width: 30px;
	height: 30px;
	padding: 3px 0px 0px 0;
}
/* The dreams input text */
.dream-comment-textarea {
	float:left;
	width:91.9%;
	border-radius:16px 0 0 16px;
}
.dream-comment-send {
	float:left;
	width:7.9%;
	border-radius:0 16px 16px 0 !important;
	height:40.5px;
	min-width: 46px;
}
@media screen and (max-width:979px) and (min-width:818px) {
	.dream-comment-textarea {
		width:90%;
	}
}
@media screen and (max-width:817px) and (min-width:756px) {
	.dream-comment-textarea {
		width:89%;
	}
}
@media screen and (max-width:755px) and (min-width:659px) {
	.dream-comment-textarea {
		width:87%;
	}
}
@media screen and (max-width:658px) and (min-width:601px) {
	.dream-comment-textarea {
		width:85%;
	}
}
@media screen and (max-width:600px) and (min-width:515px) {
	.dream-comment-textarea {
		width:89%;
	}
}
@media screen and (max-width:514px) and (min-width:450px) {
	.dream-comment-textarea {
		width:87%;
	}
}
@media screen and (max-width:449px) and (min-width:403px) {
	.dream-comment-textarea {
		width:85%;
	}
}
@media screen and (max-width:402px) and (min-width:367px) {
	.dream-comment-textarea {
		width:83%;
	}
}
@media screen and (max-width:366px) and (min-width:339px) {
	.dream-comment-textarea {
		width:81%;
	}
}
@media screen and (max-width:338px) and (min-width:315px) {
	.dream-comment-textarea {
		width:79%;
	}
}
@media screen and (max-width:314px) {
	.dream-comment-textarea {
		width:100%;
		border-radius:16px 16px 0 0;
	}
	.dream-comment-send {
		width:100%;
		border-radius:0 0 16px 16px !important;
		height:40.5px;
	}
}

.dc-emotes {
	position: absolute;
	top: 7px;
	right: 9px;
	cursor: pointer;
	font-size: 20px;
}

.dc-emote-options {
	position: absolute;
	width: 165px;
	text-align: center;
	padding: 1px;
	right: -6px;
	top: -4px;
	background: white;
}

.left-round-btn {
	border-radius:8px 0px 0px 8px;
}
.right-round-btn {
border-radius:0px 8px 8px 0px;
}
.round-bottoms-btn {
border-radius:0px 0px 0px 0px;
}	

@media screen and (max-width:600px) {
	.left-round-btn {
		border-radius:8px 8px 0px 0px;
	}
	.right-round-btn {
	border-radius:0px 0px 8px 8px;
	}
 .round-bottoms-btn {
	border-radius:0px 0px 8px 8px;
 }	
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.login-overlay {
	background-color: rgba(73, 74, 91, 0.6); 
	width:76%;
}

@media screen and (max-width:600px) {
	.bgimg .w3-display-middle {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-ms-transform: none;
	}
	.login-overlay {
		background-color: rgba(73, 74, 91, 0.0); 
		width:76%;
	}
	.bgimg {
			background-image: url('site/images/world.jpg');
			min-height: 100%;
			background-position: center;
			background-size: cover;
			position: absolute;
			min-width: 100%;
			overflow: scroll;
	}
}

/* Close Modal icon */
.close-modal-icon {
	top: -23px;
	right: -38px;
	width: 35px;
	height: 36px;
}

/* Animated burger menu icon start */
.burger-nav-container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2 {
  width: 32px;
  height: 1px;
  background-color: #333;
  margin: 8px 0;
	transition: width 0.4s, border-radius 0.4s, height 0.4s, background-color 0.4s, border 0.4s,border-bottom 0.4s,border-top 0.4s, margin 0.4s, opacity 0.4s;
}

.bar3{
  width: 32px;
  height: 1px;
  background-color: #333;
  margin: -23px 0 0 0;
	transition: width 0.4s, border-radius 0.4s, height 0.4s, background-color 0.4s, border 0.4s,border-bottom 0.4s,border-top 0.4s, margin 0.4s, opacity 0.4s;
}

.bar2B {
	opacity:0;
	transition: opacity 0s;
}

.change-burger .bar1 {
	border-radius: 50px 50px 0 0;
	height:15px;
	border: 1px solid #2196F3;
	border-bottom: none;
}

.change-burger .bar2 {
	opacity:0;
}

.change-burger .bar2B {
	position: relative;
	top: -29px;
	right: -12px;
	opacity:1;
	transition: opacity 1.5s;
}

.change-burger .bar3 {
  border-radius: 0 0 50px 50px;
	height:15px;
	border: 1px solid #2196F3;
	margin: -40px 0 0 0;
	border-top: none;
}

.change-burger .bar1,.change-burger .bar2,.change-burger .bar3 {
  background-color: white;
	width: 32px;
}

.burger-dropdown {
	display:none;
	opacity:0;
	transition: opacity 1.5s;
}
.change-burger .burger-dropdown {
	display:block;
	position: absolute;
	right: 0px;
	opacity:1;
}
/* Animated burger menu icon end */

/* Avatar Selector Area */
.avatar-selector-area {
	max-height: 600px;
	overflow: auto;
}

/* Dream Archive Selector */
.dream-archive-selector {
	margin: 16px 0 8px 0;
	padding: 12px;
  border: 1px solid #2196f3;
  border-radius: 8px;
}

/* GOOGLE MAPS
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

/* DarkMode */
body.dark-mode , html.dark-mode  {
  height: 100%;
  background: #1e1e1e;
}

.dark-mode .w3-white, .dark-mode .w3-hover-white:hover {
  color: #000 !important;
  background-color: #1e1e1e !important;
}

.dark-mode .w3-border-blue, .dark-mode .w3-hover-border-blue:hover {
  border-color: #2196F3 !important;
  background: #2c3237;
  color: #85d1ff;
}

.dark-mode .w3-dark-grey, .dark-mode .w3-hover-dark-grey:hover, .dark-mode .w3-dark-gray, .dark-mode .w3-hover-dark-gray:hover {
  color: #2196f3 !important
  background-color: #1f2433 !important;
}

.dark-mode input:invalid {
  background: #1f2433 !important;
  color: #54b3ff;
}

.dark-mode .dc-enter-dream-textarea {
  border-radius: 16px 16px 0 16px;
  min-height: 80px;
  transition: min-height 0.5s;
  background: #1f2433 !important;
  color: #54b3ff;
}

.dark-mode .w3-input {
  background: #1f2433 !important;
  color: #54b3ff;
}

.dark-mode .dream-desc-textfade {
  display: block;
  height: 19px;
  width: 100%;
  position: relative;
  top: -36px;
  background-image: linear-gradient(rgba(53, 53, 53, 0.2),rgb(30, 30, 30));
}

.dark-mode .w3-text-black, .dark-mode .w3-hover-text-black:hover {
  color: #a4a4a4 !important;
}

.dark-mode .interactive li:hover {
  color: #fff;
  background-color: #1f2433;
}

.dark-mode .w3-white, .dark-mode .w3-hover-white:hover {
  color: #a4a4a4 !important;
}

.dark-mode .dream-feed-options button {
	border-bottom: 1px solid #2196f3;
	border-left: 1px solid #2196f3;
	border-right: 1px solid #2196f3;
	border-top: 1px solid #2196f3;
	border-radius: 0 0 0 0;
}

@media (min-width:601px) {
	.dark-mode .dream-feed-options button:nth-child(2) {
		border-left: 1px solid #2196f3;
		border-radius: 0 0 0 8px;
	}
	.dark-mode .dream-feed-options button:last-child {
		border-right: 1px solid #2196f3;
		border-radius: 0 0 8px 0;
	}
	.dark-mode .dream-feed-options.sidebar-btn button:last-child {
		border-right: 1px solid #2196f3;
		border-radius: 0 0 8px 8px;
	}
}
@media (max-width:600px) {
	.dark-mode .dream-feed-options button:last-child {
		border-radius: 0 0 8px 8px;
	}
}

@media (min-width: 601px) {
  .dark-mode .dream-feed-options.sidebar-btn button:last-child {
    border-right: 1px solid #2196f3;
    border-radius: 0 0 8px 8px;
  }
}

.dark-mode .w3-text-dark-grey, .dark-mode .w3-hover-text-dark-grey:hover, .dark-mode .w3-text-dark-gray, .dark-mode .w3-hover-text-dark-gray:hover {
  color: #a4a4a4 !important
}

.dark-mode body, .dark-mode h2, .dark-mode h5 {
  color: #a4a4a4;
}

.dark-mode .bgimg-seperator {
  background-image: url('site/images/long-clouds.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 350px;
  border-color: #2196F3 !important;
  background-color: #2c3237 !important;
}

.dark-mode #stats-sidebar {
  max-width: 330px;
  margin-left: -25px;
  border: 1px solid #2196F3;
  border-radius: 0 0 8px 0;
  background: #2c3237;
	color: #a4a4a4;
  float: left;
}

.dark-mode .w3-modal-content {
  background-color: #1e1e1e;
	color: #a4a4a4;
}

footer li {
	color: #fff;
}
footer li:hover {
	color: #a4a4a4;
	cursor:pointer;
}

/* DREAMCLOUDS ENDS */

/* ZDL */
.um-page-login, .um-page-loggedout {
	background: #fff;
}

.um .um-field-label, .um-field-checkbox-option, .um-field-radio-option, a.um-link-alt {
	color: #fff!important;
}
/*
.um-page-login, .um-page-loggedout {
	background-image: radial-gradient(closest-side at 50% 55%, #0068A6, #1188d2);
}

.um-page-login .header, .um-page-loggedout .header {
	display:none;
}
.site-footer {
	background-color: transparent;
	color:#fff;
}

.entry-title {
	display:none;
}*/


/* https://devdevout.com/css/css-animated-backgrounds 
 * Login BG
 * */
@keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}
@-webkit-keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@-moz-keyframes move-background {    
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

    @-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

.background-container{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
}

.stars {
 background: #001c48 url(https://dreamclouds.app/wp-content/uploads/2024/10/stars.png) repeat;
 position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
  	z-index: 0;
}

.twinkling{
	width:10000px;
	height: 100%;
	background: transparent url("https://dreamclouds.app/wp-content/uploads/2024/10/twinkling-blue.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    
    -moz-animation:move-background 70s linear infinite;
  -ms-animation:move-background 70s linear infinite;
  -o-animation:move-background 70s linear infinite;
  -webkit-animation:move-background 70s linear infinite;
  animation:move-background 70s linear infinite;
	
}

.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("https://dreamclouds.app/wp-content/uploads/2024/10/clouds_repeat-white.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

   -moz-animation:move-background 150s linear infinite;
  -ms-animation:move-background 150s linear infinite;
  -o-animation:move-background 150s linear infinite;
  -webkit-animation:move-background 150s linear infinite;
  animation:move-background 150s linear infinite;
}
