/* Global */

html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #000 !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
}

.img-responsive {
    max-width: 100%;
}

.image img {
    width: 100%;
}

.container-fluid {
    padding: 0;
}

#heroBanner {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 80px;
    padding-top: -5px;
}

#heroBanner h1 {
    text-align: center;
    padding-top: 85px;
    color: white;
}

#textBanner {
    background-size: cover;
    background-position: center;

    text-align: center;
    padding: 40px;
    color: white;
}

#nonText {
    padding: 40px;
}

.warrantyPolicy {
    background-color: #f2f2f2;
}

.subsections {
    background-color: #e2e2e2;
}

.enquiry {
    background-color: #000000;
    color: #ffffff;
}

.fa-th-large,
.fa-hand-receiving,
.fa-map,
.fa-check-square,
.fa-file-certificate,
.fa-people-carry,
.homeIcons a,
.warrantyPolicy a,
.fa-angle-left a,
.fa-angle-right a {
    color: grey;
    text-decoration: none;
}

.fa-th-large:hover,
.fa-hand-receiving:hover,
.fa-map:hover,
.fa-check-square:hover,
.fa-file-certificate:hover,
.fa-people-carry:hover,
.homeIcons a:hover,
.warrantyPolicy a:hover,
.fa-angle-left a:hover,
.fa-angle-right a:hover {
    color: #636363;
}

.ulHyphen {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    margin: 0 0 1.5em 1.5em;
}

.btn.btn-square {
    border-radius: 0;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-fluid {
    width: 100%;
}

.bg-bblue {
    background-color: #f4f8fb;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #f9f9f9;
}

.slick-slide {
    padding: 2rem;
}

/* Fonts */

.font-light {
    font-weight: 300;
}

.font-red {
    color: #FFBF00;
}

.font-gold {
    color: #FFBF00 !important;
}

.font-white {
    color: #fff;
}

.btn-gold {
    color: #000000;
    background-color: #FFBF00;
    border-color: #FFBF00;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus {
    color: #FFBF00;
    background-color: #fff;
    border-color: #FFBF00;
}

.btn-red {
    color: #fff;
    background-color: #FFBF00;
    border-color: #FFBF00;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    color: #FFBF00;
    background-color: #fff;
    border-color: #FFBF00;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    color: #fff;
    background-color: #FFBF00;
    border-color: #FFBF00;
    padding: .5rem 1.75rem;
    font-size: 1rem;
    border-radius: 1rem;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFBF00;
    background-color: #fff;
    border-color: #FFBF00;
}

.btn {
    border-radius: 1rem;
}

a {
    color: #FFBF00;
}

.bg-black a {
    color: #fff;
}

.fa-th-large,
.fa-hand-receiving,
.fa-map,
.fa-check-square,
.fa-file-certificate,
.fa-people-carry,
.homeIcons a,
.warrantyPolicy a {
    color: #fff;
}

/* Modal */

@media (min-width: 992px){ .modal-xlg {
    max-width: 1000px;
	}}

/* Header */

.breadcrumb {
    background-color: transparent;
    color: #FFBF00;
    padding: 0rem;
}

.breadcrumb a {
    color: #fff;
}

.hero-image {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.60);
}

.hero-image h6 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.60);
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* Footer */

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

.card-footer {
    background-color: #fff;
    color: #000;
    border-radius: none;
    border-top: 3px solid #FFBF00;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
}

.sub-footer {
    position: relative;
}

.card.card-footer {
    position: absolute;
}

.no-bullets {
    list-style: none;
    padding-inline-start: 0px;
}

.site-footer a {
    color: #d9d9d9;
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 23px;
}

.site-footer h6 {
    height: auto;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
}

.fa-facebook {
    color: #0084FF;
}

.fa-youtube {
    color: #FF0000;
}

.fa-facebook:hover,
.fa-youtube:hover,
.site-footer a:hover {
    color: #FFBF00;
}

/* Sidebar */

.widget_categories ul {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-start: 0px;
    margin: 0;
}

.widget_categories ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.6rem;
}

.sidebar {
    position: fixed;
    top: 20em;
    right: 0;
    z-index: 99;
    color: #fff;
    background-color: #000;
}

.right-aside {
    background: #000;
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: width 1s;
}

.sidebar a {
    font-size: .75em;
    width: 100%;
    clear: both;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-top: 1px;
    text-decoration: none;
    letter-spacing: 1.5px;
}

.stock-sidebar {
    border-top: 3px solid #FFBF00 !important;
    border-radius: 0rem !important;
}

.right-aside .aside-icon {
    margin-left: 5px;
    margin-right: 10px;
    width: 20px;
    color: #fff;
}

.item-aside {
    height: 50px;
    overflow: hidden;
    color: #fff;
    padding: 15px;
}

.item-aside:hover {
    background-color: #000 !important;
}

.right-aside:hover {
    width: 250px;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.logo-carousel a.carousel-control-prev {
    margin-left: -100px;
}

.logo-carousel a.carousel-control-next {
    margin-right: -100px;
}

.logo-carousel a.carousel-control-prev,
.logo-carousel a.carousel-control-next {
    color: #000 !important;
}

.logo-carousel a.carousel-control-prev,
.logo-carousel a.carousel-control-next {
    color: #000 !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6% !important;
    background-color: #000;
    opacity: 1;
}

a.carousel-control-prev.floorplan-control,
a.carousel-control-next.floorplan-control {
    width: 6% !important;
    background-color: #fff !important;
    opacity: 1;
}

a.carousel-control-prev.floorplan-control .fa-stack-1x,
a.carousel-control-next.floorplan-control .fa-stack-1x {
    color: #000 !important;
}

.slide a {
    color: #000;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

/*--------------------------------------------------------------
## Model
--------------------------------------------------------------*/

.model-tab {
    border-top: 2px solid #FFBF00 !important;
    border-left: 2px solid #FFBF00 !important;
    border-right: 2px solid #FFBF00 !important;
    border-radius: 0rem !important;
}

a.model-tab {
    color: #FFBF00;
}

.nav-tabs {
    border-bottom: 2px solid #FFBF00;
    text-align: center;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #FFBF00;
    border-color: #FFBF00;
}

.nav-pills .nav-selector .nav-link.active,
.nav-pills .nav-selector .show > .nav-link {
    color: #FFBF00;
    background-color: transparent !important;
}

img.d-inline-block.align-top.site-logo {
    width: 32%;
}

#plans img {
    display: none;
}

#plans img.active {
    display: block;
    margin: 0 auto;
}

#plan-selector {
    width: 205px;
    margin: 0 auto 2em;
    height: 44px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    border: 2px solid #FFBF00;
    color: #000;
    font-weight: 500;
    border-radius: 0rem !important;
}

.bg-checker {
    background-size: cover;
    background-repeat: no-repeat;
}

.font-semibold {
    font-weight: 600;
}

/* Forms */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 6px 6px 6px 12px;
}

.form-control {
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 6px 6px 6px 12px;
}

input#service-date {
    width: 100%;
}

/* Model */

#virtualTourButton img:hover {}

.circleNavContent {}

.halfCircleBottom {
    height: 250px;
    width: 500px;
    border-radius: 300px 300px 0 0;
    background: white;
    z-index: 12;
    position: relative;
    top: 295px;
}

.nav-pills .nav-selector .nav-link.active,
.nav-pills .nav-selector .show > .nav-link {
    color: #000;
    background-color: none !important;
}

/* Selectore Pills */

.pill-one {
    position: relative;
    display: block;
    top: 400px;
    left: 50px;
    z-index: 5;
}

.pill-two {
    position: relative;
    display: block;
    top: 270px;
    left: 75px;
    z-index: 5;
}

.pill-three {
    position: relative;
    display: block;
    top: 195px;
    left: 140px;
    z-index: 5;
}

.pill-four {
    position: relative;
    display: block;
    top: 195px;
    left: 300px;
    z-index: 5;
}

.pill-five {
    position: relative;
    display: block;
    top: 270px;
    left: 355px;
    z-index: 5;
}

.pill-six {
    position: relative;
    display: block;
    top: 400px;
    left: 380px;
    z-index: 5;
}

.single-floorplan {
    display: none;
}

/* Dealer Search */

.bg-map {
    background-image: url("/jbcaravans/wp-content/themes/jbcaravans/assets/img/map-aus-bw.jpg");
    height: 600px;
}

.dealership-searchform {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}

.searchandfilter ul {
    padding: 0px;
}

hr {
    border: 0;
    width: 90%;
    color: #f00;
    background-color: #000;
    height: 2px;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    color: #000;
}

.nav-selector a {
    color: #000;
}

nav#ubermenu-main-2-menu-1-2 {
    font-weight: 300;
}

.nav-pills .nav-selector .nav-link.active,
.nav-pills .nav-selector .show > .nav-link {
    color: #000;
}

.nav-selector .fa-circle {
    color: #fff;
}

.tp-caption .fa-circle {
    color: #fff;
}

.tp-caption a {
    color: #000;
}

.thumbnail-image {
    margin-bottom: 0.8em;
}

/* Homepage */

#accordian .card-header {
    background-color: #fff;
    color: #000;
    border-radius: 0px !important;
}

#accordian .card {
    border-top: 1px solid #000;
    border-bottom: transparent;
    border-left: transparent;
    border-right: transparent;
}

#electrical {
    border-bottom: 1px solid #000;
}

.card-text {
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    letter-spacing: .00937em;
}

.homepage-card {
    border: 0px;
    border-radius: 0px !important;
    background-color: #f4f8fb;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 400;
    text-transform: uppercase;
    width: 100% !important;
}

#google_language_translator {
    display: inline-block;
}

img.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple {
    background-color: #000 !important;
    border: transparent !important;
    font-size: 0.8rem !important;
    color: #fff;
}

.goog-te-gadget-simple .goog-te-menu-value {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
}

/* Embed */

#video-slide iframe {
    transform: scale(2);
}

/* Card */

.card {
    background: #fefefe;
    border-radius: 0;
    /* margin-bottom: 30px; */
}

.stocklistCard {
    border-top: 3px solid #FFBF00;
    border-left: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-right: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 0 19px 4px #eee;
    display: block;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.card-features .list-group-item {
    display: flex;
    font-weight: lighter;
    border: none;
    padding: .5rem 1.25rem;
}

.card-price {
    text-align: right;
}

.card-features span {
    float: left;
    flex: 1;
}

.list-group-item {
    margin-bottom: 0px;
}

.featcard {
    border-top: 3px solid #ed2246;
    border-left: 1px solid #ed2246;
    border-bottom: 1px solid #ed2246;
    border-right: 1px solid #ed2246;
}

.stocklistCard:hover,
.stocklistCard:active,
.stocklistCard:focus {
    border-top: 3px solid #FFBF00;
    border-left: 1px solid #FFBF00;
    border-bottom: 1px solid #FFBF00;
    border-right: 1px solid #FFBF00;
}

.salesticker {
    position: relative;
    background: #ed2246;
    color: #fff !important;
    z-index: 9;
    float: left;
    left: 0;
    margin-top: -32px;
    padding: 4px 10px 4px 10px;
}

.card-features .list-group-item {
    display: flex;
    font-weight: lighter;
    border: none !important;
    padding: .5rem 1.25rem;
}

.two-col {
    column-count: 2;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6% !important;
    background-color: #000;
    opacity: 1;
}

/* Corner Ribbon */

.ribbon {
    z-index: 9;
    text-align: left;
}

.ribbon .red-ribbon {
    z-index: 9;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-35deg);
    width: 86px;
    display: block;
    background-color: #ed2246;
    position: absolute;
    top: 0px;
    left: -18px;
    border-radius: 0.6rem 0.6rem 0rem 0rem;
}

.ribbon .red-ribbon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #c71232;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71232;
}

.ribbon .red-ribbon::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c71232;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71232;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
}

#summary .collapse:not(.show) {
    height: 160px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#summary .collapsing {
    min-height: 160px !important;
}

#summary a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}

/* === SOCIAL MEDIA === */

.acadp-social-facebook {
    background: #3B5997;
}

.acadp-social-twitter {
    background: #00aced;
}

.acadp-social-googleplus {
    background: #D64937;
}

.acadp-social-link {
    padding: 4px 8px 6px 8px;
    color: white !important;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
}

.acadp-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
