/*
 Theme Name:   Baileys Australia - Dealerships
 Theme URI:    http://baileysaustralia.com.au
 Description:  Theme For Baileys Australia Dealership Websites
 Author:       Parable Productions
 Author URI:   http://parableproductions.com.au
 Version:      1.0.0
*/

body {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

mark,
ins {
    background: none;
}

img#logo-main {
    width: 50%;
}

.img-icon {
    max-width: 80%;
    height: auto;
    display: block;
    margin: auto;
}

.img-icon.icon-caravan {
    max-width: 90px;
    max-height: 90px;
}

@media (max-width: 767px) {
    .img-icon.icon-caravan {
        max-width: 90px;
        max-height: 90px;
    }
}

@media (min-width: 992px) {
    .img-icon.icon-caravan {
        margin-top: 2rem;
        margin-bottom: 1.6rem;
    }
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #bbbbbb;
    text-decoration: none;
}

h3,
.h3 {
    font-size: 22px;
}

/* === LAYOUT === */

p {
    margin: 0 0 8px;
    font-weight: 300;
    font-size: 1.1em;
}

.link-blue {
    color: #223247;
}

.row + .row {
    /* any row that comes immediatly after a row */
    margin-top: 8px;
}

section {
    padding: 20px 0;
}

.cat-inner li,
.children li a,
.footer-nav {
    list-style: none;
}

#scroller {
    display: none;
}

.catalogue-embed-header header {
    display: none;
}

.catalogue-embed-footer .footer {
    display: none;
}

.catalogue-embed-footer .footer-bottom {
    display: none;
}

.btn,
.title,
input#submit {
    font-weight: 700;
    padding-top: 8px;
}

#logo-section {
    padding-bottom: 6px;
}

a:hover,
a:active {
    text-decoration: none;
}

.float-right {
    float: right;
    width: 40%;
    margin-top: 2px;
}

.float-left,
.float-right {
    display: inline-block
}

.heading-center {
    text-align: center;
    margin: 0px;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

img.attachment-image-tile.size-image-tile.wp-post-image {
    margin: 0 auto;
    display: block;
}

.container-fluid .row {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.col-eq-height {
    margin-bottom: 8px;
}

.contact-info p {
    color: #000 !important;
}

.wpcf7 {
    width: 100%;
}

a {
    color: #223247;
}

/* === IMAGES === */

.page-featured-image {
    height: 400px;
    background-size: cover;
    color: #fff;
    line-height: 150%;
}

.page-featured-image .btn-hero {
    background: #fff;
    padding: 20px;
    color: #000;
    text-shadow: none;
    margin-left: 25px;
}


/* === QUICK LINKS === */

.quick-links {
    color: #b4b4b4;
}


/* === FINANCE === */

.well-finance {
    background-color: #223247;
    color: #fff;
    padding-bottom: 20px;
    margin-top: 18px;
    border: none;
}

.sfc_calculator div.separator div {
    background-color: #fff;
    color: #414141;
}

.sfc_calculator div.separator {
    border-bottom: 1px solid #fff;
}


/* === CARAVAN FINDER === */

.caravan-finder {
    background: url(/wp-content/themes/baileys-australia/assets/placeholder/find-bailey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.caravan-finder h2 {
    color: #fff;
}

.form-caravan-selector .form-control {
    width: 100%;
}

.btn-search {
    background-color: #223247;
    color: #fff;
}

.btn-search:hover,
.btn-search:active {
    color: #fff;
}

.radio-inline.search-radio {
    font-size: 18px;
}

.search-radio input[type="radio"],
input[type="checkbox"] {
    margin-top: 4px;
}


/* === EXPLORE BAILEYS === */

.explore-baileys {
    background-color: #223247;
    color: #fff;
}

.explore-baileys h2 {
    color: #fff;
}

.btn-explore {
    background-color: #223247;
    border: 2px solid #ffffff;
    font-weight: normal;
    padding-left: 24px;
    padding-right: 24px;
    color: #fff;
}

.btn-explore:hover,
.btn-explore:active {
    color: #ffffff;
}

.btn-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* === RANGE === */

.section-blue {
    background-color: #223247;
    color: #fff;
    padding-top: 0px;
}

.section-blue img {
    width: 100%;
}

.range-slider {
    background-color: #223247;
}

.well {
    background-color: #ffffff;
    padding: 20px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
}

.well h3 {
    text-align: center;
    font-weight: 400;
}

.well img {
    display: block;
    margin: 0 auto;
}

.well button.btn.btn-normal.btn-blue {
    display: block;
    margin: 0 auto;
}

.multi-item-carousel a.carousel-control-prev,
.multi-item-carousel a.carousel-control-next {
    top: 5%;
    color: #000 !important;
}

.range-slider a.carousel-control-prev,
.range-slider a.carousel-control-next {
    top: 40%;
    color: #fff !important;
}

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

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

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

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

.range-hero .carousel-caption {
    width: 100%;
    left: 0%;
    right: 0%;
}

.range-hero {
    padding: 0px;
}

@media (min-width: 768px) {
    .range-hero .carousel-caption h3 {
        text-align: left;
        background: #fff;
        width: 32%;
        padding: 25px;
        padding-left: 100px;
        color: #000;
        text-shadow: none;
    }

    .range-hero .carousel-caption .btn-hero {
        float: left;
        background: #fff;
        padding: 20px;
        color: #000;
        text-shadow: none;
        margin-left: 25px;
    }

    .range-hero .carousel-caption .btn-hero .fa.fa-angle-right {
        margin-left: 8px;
    }
}


/* === RANGE SLIDER === */

.list-inline {
    text-align: center;
}

.list-inline > li {
    margin: 10px 5px;
    padding: 0;
}

.list-inline > li:hover {
    cursor: pointer;
}

.list-inline img {
    opacity: 0.7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.list-inline img:hover {
    opacity: 1;
}

.carousel-item > img {
    max-width: 100%;
    height: auto;
    display: block;
}

.list-inline .selected img {
    opacity: 1;
}

.caravan-gallery a.right.carousel-control,
.caravan-gallery a.left.carousel-control {
    top: 19%;
    color: #000 !important;
}

.caravan-gallery i.fa.fa-circle-thin.fa-stack-2x {
    -webkit-text-stroke: 2px white;
}


/* === RANGE FOCUS === */

.floorplan-info {
    background-color: #90c0e3;
    color: #fff;
    padding: 16px;
}

.floorplan-price {
    font-size: 42px;
    font-weight: 400;
}

.enquire {
    background-color: #223247;
    color: #fff;
}

/* === STOCK FOCUS === */

.stock-info {
    background-color: #223247;
    color: #fff;
    padding: 16px;
}

.stocklist .caravan-gallery {
    padding-top: 0px !important;
}

.stocklist-nav {
    padding: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #223247;
    background-color: #ffffff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-raduis: 0px;
}

.nav-pills .nav-item a {
    color: #ffffff;
    padding: 1rem;
}

.dealership-address {
    padding: 2rem;
}

.on-sale {
    width: 70%;
}

.font-red {
    color: #de374b;
}

/* === TABLES === */

.specs-table table {
    width: 100%;
}

.specs-table th {
    background-color: #223247;
    color: #fff;
    padding: 10px;
    border: 1px solid #aaaaaa;
    text-transform: uppercase;
    width: 50%;
}

.specs-table strong {
    background-color: #223247;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
}

.specs-table td {
    padding: 10px;
    border: 1px solid #aaaaaa;
    width: 50%;
}

.specs-table .spec-col {
    padding: 10px;
    border: 1px solid #aaa;
    margin-bottom: 0rem !important;
}

/* === OUR STORY === */

.page-hero .carousel-caption {
    width: 100%;
    left: 0%;
    right: 0%;
}

.page-hero {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .page-hero .carousel-caption h3 {
        text-align: left;
        background: #fff;
        width: 28%;
        padding: 25px;
        padding-left: 100px;
        color: #000;
        text-shadow: none;
    }

    .page-hero .carousel-caption .btn-hero {
        float: left;
        background: #fff;
        padding: 20px;
        color: #000;
        text-shadow: none;
        margin-left: 25px;
    }
}

/* === NAVBAR === */

.selector-navbar ul {
    margin-bottom: 0rem;
}

.navbar {
    margin-bottom: 0px;
}

.MainNavigation,
.topNavigation {
    width: 100%;
}

header {
    padding-left: 10px;
    padding-right: 10px;
}

.top-menu {
    float: none;
    width: 100%;
}

ul#menu-secondary-menu {
    width: 100%;
    text-align: right;
    margin-right: 0px;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .topNavigation {
        display: none;
    }
}

nav.nav.navbar-top {
    float: right;
    width: 100%;
}

.nav.navbar-top a {
    color: #00529c;
}

/* === DOUBLE NAVBAR === */

.navbar-brand {
    height: auto;
    padding: 0px;
}

#ubermenu-main-2-menu-1-2 {
    margin-top: 10px;
}

a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    color: #fff;
}

/* === FOOTER === */

.footer {
    background: #223247;
    line-height: 180%;
}

.footer-nav li,
.footer-nav li a {
    color: #ffffff;
}

ul.footer-nav {
    -webkit-padding-start: 0px;
    padding-top: 15px;
}

.text-light {
    font-weight: 300;
    color: #000;
}

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

.footer-social i {
    background-color: #000000;
    font-size: 18px;
}

.footer-social i.fa.fa-twitter {
    padding: 14px 13px 14px 13px;
}

.footer-social i.fa.fa-instagram,
.footer-social i.fa.fa-youtube,
.footer-social i.fa.fa-pinterest {
    padding: 14px;
}

.footer-social i.fa.fa-facebook {
    padding: 14px 16px 14px 16px;
}

.footer-social {
    padding: 4px;
}

.social-text {
    padding-left: 10px;
    color: #fff !important;
}

.footer-social i.fa.fa-facebook:hover {
    background-color: #3b5998;
}

.footer-social i.fa.fa-twitter:hover {
    background-color: #00aced;
}

.footer-social i.fa.fa-youtube:hover {
    background-color: #bb0000;
}


/* === SIDEBAR === */

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

.sidebar-nav li {
    -webkit-padding-start: 10px !important;
}

.sidebar li,
.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    clear: both;
}

.sidebar li {
    padding: 15px;
}

.sidebar .sidebar-nav-item {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sidebar .sidebar-nav-first {
    border: 1px solid #fff;
}

.sidebar .sidebar-nav-last {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sidebar i {
    font-size: 16px;
}

.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;
}

.sidebar .sidebar-nav-first img {
    width: 1.5em;
    height: auto;
    margin-top: -.375em;
}

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

td,
th {
    vertical-align: middle !important;
}

.right-aside {
    float: right;
}

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

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

.item-aside:hover {
    background-color: #ccc;
}

.right-aside .fa {
    margin: 15px 22px 15px 22px;
    width: 20px;
    color: #fff;
}

.caravan-icon {
    margin: 15px !important;
}

span.glyphicon.glyphicon-refresh {
    font-size: 17px;
    vertical-align: middle !important;
}

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

.title {
    background-color: #000;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    box-sizing: border-box;
}

.search:hover {
    border-color: #4aa9fb;
    border-width: 1px;
}

.search {
    padding: 3px 8px 3px !important;
}


/* === HOME PAGE === */

.home-slider .carousel-caption {
    width: 100%;
    left: 0%;
    right: 0%;
}

.home-slider {
    padding-top: 0px;
    padding-bottom: 0px;
}

#myCarousel {
    position: inherit;
}

@media (min-width: 768px) {
    .home-slider .carousel-caption h3 {
        text-align: left;
        background: #fff;
        width: 35%;
        padding: 25px;
        padding-left: 100px;
        color: #000;
        text-shadow: none;
    }

    .home-slider .carousel-caption .btn-hero {
        float: left;
        background: #fff;
        padding: 20px;
        color: #000;
        text-shadow: none;
        margin-left: 25px;
    }

    .home-slider .carousel-caption .btn-hero .fa.fa-angle-right {
        margin-left: 8px;
    }
}

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

.logo-carousel i.fa.fa-circle-thin.fa-stack-2x {
    -webkit-text-stroke: 2px white;
}

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

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

.range-description {
    font-size: 13px;
}

.range-title {
    margin: 8px;
}

.homepage-tiles .col-sm-7 {
    padding-right: 0px;
}

/* === HOMEPAGE === */

.homepage-tiles {
    padding: 0px;
}

.homepage-tiles .row + .row {
    margin: 0px;
}


/* === LAYOUT === */

.section-grey {
    background-color: #ebebeb;
}

.col-num-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

/* === SLIDER === */

.carousel-control {
    text-shadow: none;
    color: #ffffff !important;
    opacity: 1;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

a.right.carousel-control,
a.left.carousel-control {
    top: 50%;
}


/* === LAYOUT === */

.img-center {
    display: block;
    margin: 0 auto;
}

.img-right {
    float: right;
}

.img-logo {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}

.img-branding {
    max-width: 500px;
}

.section-no-padding {
    padding: 0px;
}

h3 {
    line-height: 150%;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-title {
    font-size: 30px;
    color: #000 !important;
}

.text-featured {
    font-size: 1.5rem;
}

.text-center {
    text-align: center;
}

.price {
    color: #e58061;
    font-weight: bold;
}

.pagetitle {
    margin-top: -14rem;
    position: absolute;
    background: #fff;
}

.pagetitle h3 {
    margin: 0;
    padding: 2rem 10rem 2rem 10rem;
}

@media (max-width: 767px) {
    .pagetitle {
        display: none;
    }

    .carousel-caption {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .sidebar {
        display: none;
    }
}


/* === AFFIX === */

.affix {
    top: 0;
    width: 100%;
    z-index: 99;
}

#navbar-affix {
    background-color: #223247;
    padding: 0px;
}

#navbar-affix ul li a {
    color: #fff;
    padding: 20px;
}

#navbar-affix ul li a:hover,
#navbar-affix ul li a:active,
#navbar-affix ul li a:focus {
    color: #223247;
    background-color: #fff;
}


/* === MODAL === */

.modal-backdrop.in {
    opacity: 0;
    display: none;
}


/* === TECHNOLOGY === */

.icon-background {
    color: #fff;
}

.well-blue {
    background-color: #223247;
    color: #fff;
}

.icon-blue {
    color: #223247;
}


/* === 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;
    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;
}


/* === BUTTONS === */

.btn-right {
    float: right;
}

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

.btn-normal {
    font-weight: normal;
}

.btn-blue {
    background-color: #223247;
    color: #fff;
    text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #1b2634;
    color: #fff;
}

.btn-orange {
    background-color: #e58061;
    color: #fff;
    text-transform: uppercase;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #e58061;
    color: #fff;
}

.btn-margin {
    margin-top: 18px !important;
}

.btn-year {
    margin-right: 10px;
}

/* === 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;
}

/* === DEALER RESULTS === */

.dealerResults {
    display: block;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

.dealerSidebarContainer {
    background-color: #fff;
}

.container-map {
    max-width: 1300px;
}

.dealer-map {
    margin-left: 500px;
}

@media (min-width: 900px) {
    .dealerSidebarContainer {
        float: left;
        z-index: 99;
    }

    .dealerResults .dealerSidebarContainer .dealerSidebar {
        margin-right: 745px;
        width: 500px;
        margin-right: auto;
    }

    .dealerResults .dealerSidebarContainer .dealerSidebar > .row {
        padding: 45px;
    }
}

@media (max-width: 899px) {
    .dealer-map {
        display: none;
    }

    .dealerSidebarContainer {
        padding: 50px;
    }
}


/* === CALENDAR === */

#sc_calendar th {
    width: 13.25%;
    background: #fdfdfd;
    border: 1px solid #ddd;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 4px !important;
    font-size: 1.2rem;
}

#sc_calendar td.calendar-day {
    background: #fbfbfb;
    height: 65px;
}

#sc_calendar td {
    width: 13.25%;
    border: 1px solid #ddd;
    font-size: 11px;
    padding: 0 !important;
}

#sc_calendar td.calendar-day-np {
    background: #bcc1c7;
}

#sc_calendar td div.sc_day_div {
    padding: 8px;
}

#sc_calendar td div.day-number {
    float: right;
    margin: -6px -4px 0 0;
}

#sc_events_calendar_head {
    padding: 8px;
    background: #223247;
    border: 1px solid #ddd;
    border-bottom: none;
}

#sc_events_calendar_head input {
    font-size: 1rem;
    padding: 2px 10px;
}

#sc_event_nav_wrap form {
    display: inline;
    text-align: right;
}

#sc_events_calendar_head select {
    font-size: 1rem;
}

table.calendar.sc-table {
    width: 100%;
}

#sc_events_calendar_head h2 {
    text-align: center;
    line-height: 26px;
    font-size: 1.8rem;
    color: #fff;
}

#sc_event_nav_wrap {
    text-align: right;
    float: right;
    margin-top: -80px;
}

#sc_event_select {
    display: none;
}

#sc_event_nav_prev,
#sc_event_nav_next {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sc_calendar_submit {
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

/* === Roadside Assist === */

#roadside .tile-content {
    text-align: center;
}

#roadside .tile-content.three {
    text-align: left;
}

.roadside-price {
    text-align: center;
    font-size: 3rem;
}


/* === Our Story === */

#aboutus {
    margin: 2rem auto;
}

#aboutus .tile-content {
    text-align: center;
}

#aboutus .tile-content img {
    max-height: 552px;
    vertical-align: bottom;
    margin: 1rem auto;
}


/* === Pagenavi === */

.wp-pagenavi a {
    color: #223247;
    padding: 6px 10px;
    border: 1px solid #000;
}

.wp-pagenavi span.current {
    padding: 6px 10px;
    border: 1px solid #000;
}


/* === Virtual Tours == */

.virtual-tour-tabs li {
    padding: 10px;
}

.virtual-tour-tabs li a {
    color: #fff;
}

.virtual-tour-tabs li a {
    padding: 0px;
}
