body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
}


/* Mobile Menu */
.navbar-overlay {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.open-menu {
    left: -70% !important;
}
.open-menu .navbar-overlay {
    visibility: visible;
    opacity: 1;
}
.open-menu .menu-container {
    right: 0 !important;
}
.hamburger-menu {
    display: none;
    color: #090909;
    cursor: pointer;
}
.hamburger-menu i {
    font-size:30px;
}
/* Buttons */
.previous-icon,
.next-icon {
    width: 20px;
    height: 16px;
    background-image:url(https://dreamrides.com.au/wp-content/themes/understrap-child/img/icon-dropdown.svg);
    background-size:cover;
    background-position:center;
    transform-origin: center;
    transform:rotate(90deg);
    display: inline-block;
}
.next-icon {
    transform:rotate(270deg);
}
.btn:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Header */
.header {
    top:0px;
    width: 100%;
    position: fixed;
    z-index: 300;
    background-color:#fff;
    height:80px;
    box-shadow:rgb(0 0 0 / 8%) 0px 1px 12px !important;
}
.header.user_logged_in {
    top:32px;
}
/* ####### Carousels ####### */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -50px;
    z-index: 20;
    position: relative;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #FFF;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff66;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* Header Nav */
.navbar-container {
    position: relative;
    width: 100%;
    padding:10px;
}
.navbar-container .navbar-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 0;
    display: flex;
    text-align: center;
}
.navbar-brand {
    padding:0px !important;
}
.navbar-brand img {
    max-width:60px
}
.navbar-container .navbar-nav .nav-link {
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #090909;
    padding: 5px 20px 5px 20px !important;
}
.navbar-container .navbar-nav .nav-link:hover{
    background-color: #090909;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.btn-login  {
    /*font-family: "Roboto", Sans-serif;*/
    /*font-family: "Hind Vadodara", Sans-serif;*/

    font-family: FontAwesome;
    padding: 0 !important;

    font-size: 24px;
    font-weight: 500;
    /*
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    */
    fill: #FFFFFF;
    color: #fff;
    background-color: #fff;
    /*
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #090909;
    */
    border-radius: 0px 0px 0px 0px;
    /*padding: 10px 20px 10px 20px !important;*/
}
.navbar-nav .nav-link.btn-login:before {
    content: "\f2be";
    color: #090909;
    font-size: 24px;

}
.navbar-nav .show .nav-link.btn-login:before {
    color: #ed2387;
} 
.navbar-nav .nav-link.btn-login:hover {
    background-color: #fff;
}
.navbar-nav .nav-link.btn-login:after {
    content:none;
}
.navbar-nav .nav-link.btn-login img  {
    max-height: 18px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .navbar-nav .nav-link.btn-login  {
        border: none;
        background-color: #fafafa;
    }
    .navbar-nav .nav-link.btn-login img  {
        max-height: 15px;
    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu {
        border: none;
    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu a{
        width: 100%;
        padding: 15px 20px 15px 30px !important;
        font-size: 13px;
        text-align: left;
    }
}


/* Mega Menu */
#findaride_menu + .mega-menu {
    position: fixed;
    top:0px;
    width: 100%;
    margin-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
    padding: 40px 80px 60px 80px;
}
.user_logged_in #findaride_menu + .mega-menu {
    top:32px;
}
.dropdown-menu.mega-menu {
    border: none;
    top: 52px;
    margin: 0;
    box-shadow: 0px 12px 15px -11px rgb(0 0 0 / 50%);
    margin-bottom: 0px;
    padding: 20px 30px 40px 30px;
    border-radius: 0px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 0;
}
.dropdown-menu.mega-menu.show {
    opacity: 1;
}
.mega-menu h4,
.mega-menu .menu-title {
    color: #0B0B0B;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mega-menu h4 + ul,
.mega-menu h4 + aside ul,
.mega-menu .menu-title + ul,
.mega-menu .menu-title + aside ul{
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mega-menu h4 + ul li,
.mega-menu h4 + ul li > a,
.mega-menu h4 + aside ul li,
.mega-menu h4 + aside ul li > a,
.mega-menu .menu-title + ul li,
.mega-menu .menu-title + ul li > a,
.mega-menu .menu-title + aside ul li,
.mega-menu .menu-title + aside ul li > a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}
.mega-menu h4 + ul li,
.mega-menu h4 + aside ul li,
.mega-menu .menu-title + ul li,
.mega-menu .menu-title + aside ul li{
    margin: 0;
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.mega-menu h4 + ul li > a ,
.mega-menu h4 + aside ul li > a,
.mega-menu .menu-title + ul li > a ,
.mega-menu .menu-title + aside ul li > a {
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 14px;
    font-weight: 200;
}


/* Account Menu */
.menu-header {
    padding: 20px 20px 30px 30px;
    text-align: left;
    display: none;
    align-items: center;
}
.menu-header a {
    margin-left: auto;
    background-color: #ed2387;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
}
.nav-profile-img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(https://dream.dnhq.com.au/wp-content/themes/understrap-child/img/logo-black.svg);
    margin-left:auto;
}

/* Help Tag */
#help-tag {
    left:0;
}

/* Product Grid */
.square-product-grid {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

/* Carousels */
.owl-carousel.off {
    display: flex;
}


/* ####### Cards and Block ####### */

/* Ride Cards */
.ride-card {
    display:block;
    position:relative;
    height:100%;
    width:100%;
}
.ride-card:hover {
    box-shadow: 0 8px 16px 0 rgb(35 31 32 / 10%), 0 0 3px 0 rgb(35 31 32 / 5%);
    transform: translateY(-2px);
}
.ride-card:hover, 
.ride-card:hover span {
    color:#090909;
}
.ride-card:after {
    transition: all .25s ease;
}
.ride-card .square-product-img {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transition: all .25s ease;
}
.ride-card .square-product-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ride-card:hover .square-product-img {
    opacity: 0.85;
}
.ride-card .product-grid-text-block {
    padding: 0 15px 15px 15px;
    width: 100%;
}
.ride-card .product-grid-text-block h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:'Hind Vadodara';
}
.ride-card .product-grid-text-block h6 {
    font-family: 'RoadRadio';
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#090909;
    font-weight: 600;
}
.ride-card .product-grid-text-block .product-grid-location,
.ride-card .product-grid-text-block .product-grid-seats,
.ride-card .product-grid-text-block .product-grid-rating {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 2px 0 2px 18px;
    margin-right: 20px;
}    
.ride-card .product-grid-text-block .product-grid-location:before,
.ride-card .product-grid-text-block .product-grid-seats:before,
.ride-card .product-grid-text-block .product-grid-rating:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 14px;
    height: 100% !important;
    left: 0;
    top: 0;
    position: absolute; 
}
.product-grid-location:before {
    background-image: url('/wp-content/themes/understrap-child/img/icon-location.svg');
}
.product-grid-seats:before {
    background-image: url('/wp-content/themes/understrap-child/img/icon-seat.svg');
}
.product-grid-rating:before {
    background-image: url('/wp-content/themes/understrap-child/img/icon-star.svg');
}
.ride-card .product-grid-text-block .product-grid-price {
    color: #ed2387;
    font-size: 14px;
}
.ride-card .product-grid-text-block .product-grid-price span {
    display:inline-block;
    line-height: 18px;
    color: #ed2387;
    letter-spacing:1.13px;
}
.ride-card .product-grid-text-block .product-grid-price .price-value {
    font-size: 18px;
    font-weight: 700;
    color: #ed2387;
} 
@media (max-width: 767px) {
    .ride-card {
        box-shadow: 0 8px 16px 0 rgb(35 31 32 / 10%), 0 0 3px 0 rgb(35 31 32 / 5%);
    }
    .ride-card .product-grid-text-block {
        padding: 0 15px 15px 15px !important;
        width: 100%;
    }
}

/* Category Cards */
.category-block {
    margin-bottom:60px;
}
.category-block h3 {
    font-size: 32px;
    font-family: 'BebasKai';
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 1.18px;
    margin-bottom:30px;
    font-weight:400;
    margin-left: 30px;
}
.category-block .row {
    margin-left:-15px;
    margin-right:-15px;
}
.category-block .owl-carousel {
    padding: 0 30px;
}
.category-block .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height:20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 !important;
    padding-bottom:0px !important;
    display: block;
}
.category-block .owl-carousel .owl-nav > button.owl-prev {
    left: 0px;
    position:absolute;
}
.category-block .owl-carousel .owl-nav > button.owl-next {
    right: 0px;
    position:absolute;
}
.category-card {
    padding: 2px 0 20px 0;
}
.category-card a {
    display: block;
    margin: 0px 10px;
}
.category-card a:hover {
    box-shadow: 0 8px 16px 0 rgb(35 31 32 / 10%), 0 0 3px 0 rgb(35 31 32 / 5%);
    transition: all 0.25s ease-in-out;
    transform: translateY(-2px);
}
.category-card .card-image {
    min-height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
@media (max-width: 767px) {
    .category-block {
        margin-bottom: 0;
    }
    .category-block .owl-carousel {
        padding: 0;
    }
    .category-block .row {
        margin-left: 0;
        margin-right: 0;
    }
    .category-block h3 {
        text-align: center;
    }
    .category-card {
        padding: 0;
    }
    .category-card a {
        margin: 0px;
    }
}

/* Testimonials */
.testimonial-block {
    padding: 40px;
    background-color: #f3f3f3;
    margin-bottom: 60px;
}
.testimonial-block h3 {
    font-size: 47px;
    font-family: 'BebasKai';
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 1.18px;
    font-weight:400;
}
.testimonial-block h3 + .subtitle {
    font-family: 'Hind Vadodara', sans-serif;
    font-weight:200 !important;
    font-size: 15px;
    font-weight: normal;
    color: #090909;
    max-width: 500px;
    margin: 0 auto 50px auto; 
}
.review-card .review-image {
    width:110px;
    height:110px;
    background-position: center center;
    background-size:cover;
    border-radius:50%;
    overflow:hidden;
}
.review-card h4 {
    font-size: 22px;
    font-family: 'RoadRadio';
    font-weight: 800;
    color: #090909;
    text-transform:uppercase;
}
.review-card .star-rating,
.review-card .review-text .description {
    font-family: 'Hind Vadodara', sans-serif;
    font-size:14px;
}
.review-card .star-rating-container {
    margin-bottom:15px;
}
.review-card .star-rating {
    font-family: 'RoadRadio';
    font-weight: 800;
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 0.38px;
    text-transform: uppercase;
}
.review-card .review-text {
    padding-right:15%;
}
.testimonial-block .owl-theme .owl-dots {
    margin-top:0px;
    display:block;
}
.testimonial-block .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-block .owl-theme .owl-dots .owl-dot:hover span {
    background-color:#090909;
}

/* ####### Home Page ####### */

/* HOME */


/* Home - Hero */
.hero-block {
    height: 695px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:50px;
}
.home-hero-slider:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(16%, rgba(87, 71, 46, 0.59)), color-stop(98%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(87, 71, 46, 0.59) 16%, rgba(0, 0, 0, 0) 98%);
    background-image: -o-linear-gradient(left, rgba(87, 71, 46, 0.59) 16%, rgba(0, 0, 0, 0) 98%);
    background-image: linear-gradient(90deg, rgba(87, 71, 46, 0.59) 16%, rgba(0, 0, 0, 0) 98%);
    top: 0;
    left: 0;
}
.home-hero-slider,
.home-hero-slider .owl-stage-outer,
.home-hero-slider .owl-stage-outer div {
    height:100%;
}
.home-hero-slider .slider {
    background-position:50% 50%;
    background-size:cover;
}
.home-hero-section-new .home-inner-hero-section {
    z-index: 10;
    margin-left:15%;
}
.home-search-widget form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* Home - Featured Articles */
.featured-article-block .featured-article-carousel {
    padding:0 100px;
    position:relative;
}
.featured-article-carousel .image-link-block .huge-image,
.featured-article-carousel .image-link-block .image-link-text-block {
    width:50%;
}
.featured-article-carousel .image-link-block .image-link-text-block {
    padding: 0 10% 0 10%;
}
.featured-article-carousel .image-link-block .image-link-text-block h3 {
    font-size: 52px;
    font-family: 'BebasKai';
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 1.18px;
    margin-bottom:20px;
    font-weight:500;
}
.featured-article-carousel .image-link-block .image-link-text-block span {
    font-size: 18px;
    font-family: 'RoadRadio';
    font-weight: 800;
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 0.38px;
    margin-bottom:5px;
}
.featured-article-carousel .image-link-block .image-link-text-block p {
    font-size:15px;
}
.featured-article-carousel .owl-nav {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin-bottom: 0 !important;
    padding: 0;
    margin-top: 0;
    height: 40px;
}
.featured-article-carousel .owl-nav button.owl-prev,
.featured-article-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 15px;
}
.featured-article-carousel .owl-nav button.owl-prev {
    left:0px;
}
.featured-article-carousel .owl-nav button.owl-next {
    right:0px;
}
.featured-article-carousel .owl-nav button.owl-prev span,
.featured-article-carousel .owl-nav button.owl-next span {
    font-size:100px;
}
@media only screen and (max-width: 768px) {
    .featured-article-block {
        margin-bottom:40px;
    }
    .featured-article-block .col-md-12 {
        padding:0 !important;
    }
    .featured-article-block,
    .featured-article-carousel .image-link-block .huge-image, 
    .featured-article-carousel .image-link-block .image-link-text-block {
        width: 100%;
    }
    .featured-article-carousel {
        padding:0 !important;
    }
    .featured-article-carousel .image-link-block .image-link-text-block {
        padding: 40px 10% !important;
    }
    .featured-article-carousel .image-link-block .image-link-text-block .title-block-left {
        text-align:center;
    }
    .featured-article-carousel .owl-dots {
        position: absolute;
        margin: 0;
        width: 100%;
        text-align: center;
        bottom: 15px;
    }
}
/* Home - Button Section */
@media (max-width: 767px) {
    .button-section .cta-label{
        display:block;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}
/* Home - Instagram */
.instagram-block h3 {
    font-size:47px;
    font-family: 'BebasKai';
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 1.18px;
    font-weight:400;
}
.instagram-block h3 + .subtitle {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #090909;
    max-width: 500px;
    margin:0 auto;
    margin-bottom: 40px;
}

/* ####### Vehicles and Taxonomy ####### */
.product-result-main-container .products li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin:0 !important;
    padding:0 1.5% 2.992em 1.5% !important;
}
.product-result-main-container .products.columns-4 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin:0 !important;
    padding:0 1.5% 2.992em 1.5% !important;
}
.product-result-main-container .product-result-filter-container {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .product-result-main-container .products li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .product-result-banner {
        margin-bottom: 45px;
        height: auto;
    }
    .product-result-banner .dr_header-container {
        padding-left: 0 !important;
    }
}

/* ####### RIDES ####### */
#single-product-review-block.product-reviews-true {
    display: block !important;
}
/* ####### BLOG ####### */
#blog-wrapper {
    margin: 80px 0 0 0;
    position: relative;
}
.gallery-carousel-container {
    margin:0 auto 30px auto;
    width: 100%;
}
.gallery-carousel-container .gallery-carousel .owl-dots button span {
    width: auto;
    height: auto;
    margin: inherit;
    background-color: transparent;
}
/* ####### HELP ####### */
#single-basic-wrapper {
    padding-top: 80px;
}
/* ####### USER ####### */
.thankyou-page .woocommerce-notice, .thankyou-page .thankyou-description {
    margin-bottom: 20px;
}
.wc_payment_method_note ,
.wc_payment_method_note li{
    font-size: 13px;
    font-weight: 400;
}
/* Bookings */
.booking-block .booking-text-container .booking-text-block {
    max-width: 450px;
}
/* Payments */
.woocommerce-checkout #payment #place_order {
    float: none;
    display: flex;
    margin-left: auto;
}
/*
.woo-page-container {
    padding: 60px 0;
}
*/

/* ####### DRIVER ####### */
/*
.thankyou-page.thankyou-page-template, .thankyou-page.woocommerce-order {
    padding:120px 0;
}
*/
.footer-contact {
    margin-bottom:0;
}




/* ####### Misc ####### */
.paragraphc-section > p {
    font-weight:200;
}
.cta-label {
    font-size: 18px;
    font-family: 'RoadRadio';
    font-weight: 800;
    color: #090909;
    margin-bottom: 0;
    letter-spacing: 0.38px;
}
.woo-page-account-container {
    padding-bottom: 60px;
}



@media (max-width: 767px) {

    /* Header */
    .header {
        height: auto;
        z-index: 200;
    }
    header > .container {
        width: 100%;
    }

    /* Mobile Menu */
    .hamburger-menu {
        display: flex; 
    }

    /* Header Nav */
    .navbar-container .menu-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #FFF;
        position: fixed;
        height: 100%;
        width: 70%;
        right: -70%;
        top: 0;
        z-index: 300;
    }
    .navbar-wrapper .navbar {
        padding:0;
    }
    .navbar-nav .nav-item{
        border-bottom: 1px solid #e4e4e4;
        width:100%;
        background-color:#fafafa;
    }
    .navbar-container .navbar-nav .nav-link {
        width: 100%;
        padding: 15px 20px 15px 30px !important;
        font-size:13px;
        text-align:left;
    }

    /* Mega Menu */
    .user_logged_in #findaride_menu + .mega-menu {
        top: auto;
    }
    .mega-menu div[class*=col-] {
        padding:0;
    }
    #findaride_menu + .mega-menu {
        box-shadow:none;
        padding:10px 30px 10px 30px !important;
        background-color:#fafafa;
        top: auto;
        position: inherit;
        margin-top: 0;
    }
    .mega-menu h4,
	.mega-menu .menu-title{
        font-size: 13px;
        margin-bottom: 0px;
        color: #090909;
        padding: 10px 0;
    }
    .mega-menu h4 + ul, 
    .mega-menu h4 + aside ul,
	.mega-menu .menu-title + ul, 
    .mega-menu .menu-title + aside ul{
        align-items: start;
    }
    
    .mega-menu h4 + ul li > a,
	.mega-menu .menu-title + ul li > a{
        font-size: 13px;
        color:#717171;
    }
    .mega-menu h4 + ul li > a, 
    .mega-menu h4 + aside ul li > a,
	.mega-menu .menu-title + ul li > a, 
    .mega-menu .menu-title + aside ul li > a{
        font-size: 12px;
    }

    .mega-menu .image-block {
        display: none;
    }
    .mega-menu .menu-block {
        padding-left:0px !important;
    }

    /* Account Menu */
    .menu-header {
        width: 100%;
        display: flex;

    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu {
        padding: 10px 30px 10px 30px !important;

    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu h4 {
        font-size: 13px;
        margin-bottom: 0px;
        color: #090909;
        padding: 10px 0;
    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu a.dropdown-item {
        padding: 0 !important;
        margin: 0;
    }
    .navbar-nav .nav-link.btn-login + .dropdown-menu a.signin {
        padding: 0 !important;
        margin: 10px 0;
        display: block;
        color: #ed2387;
    }
}
@media (min-width: 768px) {  
    
    /* Account Menu */
    .account-options {
        padding-left:40px;
    }
    .account-options span {
        font-weight:500;
    }
    .account-options .dropdown-menu {
        box-shadow: 0px 12px 15px -11px rgb(0 0 0 / 50%);
        min-width: 220px;
        background-color: #fff;
        padding: 0 30px 20px 30px;
        border-color: #fff;
        margin-top: 10px;
        border-radius: 0px;
    }
    .account-options .dropdown-menu h4 {
        color: #0B0B0B;
        font-family: "Hind Vadodara", Sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding: 15px 0px 10px 0px;
    }
    .account-options .dropdown-menu > .dropdown-item {
        font-family: "Hind Vadodara", Sans-serif;
        font-size: 14px;
        font-weight: 200;
        padding: 5px 0px;
    }
    .account-options .dropdown-menu .signin {
        font-size: 16px;
        font-weight: 700;
        padding: 12px 10px 12px 0;
        color: #ed2387;
    }
    .account-options .dropdown-menu > .dropdown-item:hover {
        background-color: inherit;
        color: #ed2387;
    }
    .account-options .dropdown-menu > .dropdown-item:active,
    .account-options .dropdown-menu > .dropdown-item.active {
        background-color: inherit;
        color: inherit;
    }
    .visible-m {display:none;}
}

.summary-descriptor {
    color:#ed2387;
    font-size: 13px;
    font-family: "Hind Vadodara", sans-serif;
}
.single-product-review .woocommerce-review__verified.verified {
    display: none;
}
#judgeme_product_reviews .jdgm-rev-widg__header .jdgm-row-stars>div {
    border:none;
}

/* Region Selector*/
.region-search-container {
    margin-top:10px
}
.state-filter .region-dropdown {
    min-width:100%;
    margin-bottom:10px;
}
.state-filter .region-dropdown .btn-dropdown {
    border: 1px solid #000;
    width:100%;
}
.state-filter .region-dropdown .dropdown-menu {
    border-color: #000;
}
.region-dropdown {
    display: inline-flex;
    position: relative;
    min-width: 240px;
}
.region-dropdown .dropdown-menu {
    border-radius: 0;
    border-color: #fff;
}
.region-dropdown.show .dropdown-menu {
    display: block;
}
.region-dropdown .all-rides {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0.55rem 1.5rem;
    border-radius: 0;
}						
.region-dropdown .btn-dropdown {
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 15px !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.region-dropdown .btn-dropdown i {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;							
}
.region-dropdown .btn-dropdown i:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(https://dreamrides.com.au/wp-content/themes/understrap-child/img/icon-location.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;							
}
.region-dropdown .btn-dropdown i + span {
    width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}	
.region-dropdown .dropdown-toggle::after {
    display: block;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-left: auto;
}
.region-dropdown .accordion-item button {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0.55rem 1.5rem;
    border-radius: 0;
}
.region-dropdown .accordion-item button:focus:not(:focus-visible) {
    outline: 0;
}
.region-dropdown .accordion-item .dropdown-item {
    font-size:14px;
}
.region-dropdown .accordion-body .dropdown-item:hover {
    color: #ed2387;
}