@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body {
    font-family: 'Quicksand';
    border: 30px solid #f5f5f5;
    padding: 15px;
}

.centered {
    margin: 0 auto;
    display: block;
}

header {
    margin-bottom: 0;
}


/* buttons */

.btn-primary, .btn-info {
    background: #f1ff50;
    color: #3746a0;
    font-weight: 500;
    border: 0;
}

.btn-primary:hover, .btn-info:hover {
    color: #f1ff50;
    background: #3746a0;  
    border: 0; 
}

.btn-xl {
    font-size: 25px;
}

/* navbar */

.navbar-light {
    background: #3746a0 !important;
}

.navbar-light a {
    color: #fff !important;
}
/*  owl carosel */
.owlTwo .owl-nav .owl-next {
    position: absolute;
    top: 50%;
	outline: none;
    right: 34px;
}

.owlTwo .owl-nav .owl-prev {
    position: absolute;
     top: 50%;
	outline: none;
    left: 34px;
}

.owlTwo span {
    font-size: 50px !important;
    color: #fff;
}
/* owl carosel end */
/* home main image */

.jumbotron {
    background-color: #3746a0;
    background-position: center;
    /* height: 800px; */
    overflow: hidden;
    background-size: 100vh;
    border-radius: 0;
    background-repeat: no-repeat;
}

.page-template-home .jumbotron {
    background-size: cover;
}

.post-type-archive .jumbotron {
    background-size: cover;
}

.category .jumbotron {
    background-size: cover;
}

.post-type-archive .jumbotron {
    background-size: cover;
}

.page-template-default .jumbotron {
    background-size: cover;
}

.page-template-default .jumbotron {
    background-size: cover;
}

img.caravan {
    position: absolute;
    right: 11vh;
    width: 400px;
    bottom: -15vh;
}

.jumbotron h1 {
    color: #f1ff50;
    font-size: 4rem;
}

.jumbotron p {
    color: #fff;
    font-size: 1.3rem;
}

/* carousel */

.carousel-content {
    background: #f6f6f6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-item .col-xs-12 {
    margin: 0;
    padding: 0;
}

.carousel-content h2 {
    color: #3746a0;
    font-size: 3rem;
    margin: 0 auto;
    text-align :center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 800;
    letter-spacing: 0.3rem;
}

.carousel-content .seperator {
    background: #3746a0;
    height: 5px;
    width: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 50px;
    margin-bottom: 30px;
}

.carousel-content .date {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

.carousel-content-inner {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;

}

.post-details h3 { 
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.post-details p {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.post-details .btn {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 30px;
    max-width: 150px;
}

/* block */

.metro .row {
    margin-bottom: 15px;
}

.block.with-image {
    background-size:cover;
    height: 450px;
}

.block-content {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    text-align: center;
}

.block-content h2 {
    color: #3746a0;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.3rem;
}

/* accordion */

.featured-items {
    height: 450px;
    padding-right: 15px;
}

.featured {
    height: 225px;
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.featured-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 70, 160, 0.6);
    transition: 0.3s all ease;
    overflow: hidden;
}

.featured-content:hover {
    background: rgba(55, 70, 160, 1);
    transition: 0.3s all ease;  
}

.featured-content h3 {
    color: #f1ff50;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 94px;
    font-size: 17px;
}

.featured-content sub {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

.featured-content .btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100px;
    margin-top: 130px;
    transition: 0.3s all ease;
}

.featured-content:hover .btn {
    transition: 0.3s all ease;
    margin-top: 30px;  
}

/* footer */

footer {
    background: #3746a0 !important;
    padding: 15px;
    border-top: 5px solid #f1ff4f !important;
}

footer h2 {
    color: #f1ff4f;
    font-size: 45px;
    margin-top: 30px;
    margin-left: 15px;
}

footer sub {
    color: #fff !important;
    display: block;
    font-size: 35px;
    padding-left: 15px;
    margin-bottom: 40px;
    margin-top: 20px;
    bottom: 0;
    line-height: 40px;
}

a.btn.btn-primary.btn-xl {
    margin-left: 15px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.other-information {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 5px;
}

footer h4 {
    color: #f1ff4f;
}

footer ul, footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer a {
    color: #fff;
}

footer svg {
    fill: #1a2677;
}

footer ul {
    margin-top: 31px;
}

footer a:hover {
    text-decoration: none;
    color: #f6f6f6;
}


/********
CATEGORY
********/

.category .jumbotron {
    margin: 0;
}

.jumbotron select {
    background: transparent;
    border: 0;
    color: #f1ff4f;
    -webkit-appearance: none;
    text-decoration: underline;
    appearance: none;
}

#test-list {
    padding-bottom: 30px;
}

.list li {
    list-style: none;
    /* padding: inherit; */
}

ul.list.row.row-eq-height {
    padding: 0;
    margin: 0;
}

.search-text p {
    font-size: 40px;
    max-width: 1200px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    font-weight: 400;
    padding-bottom: 30px;
    margin-left: 0;
}

#resizing_select {
    width: 540px;
    font-weight: 700 !important;
   } 
    
   #width_tmp_select{
    display : none;
   } 

   #resizing_select1 {
    width: 540px;
    font-weight: 700 !important;
   } 
    
   #width_tmp_select1{
    display : none;
   } 

   button.btn.btn-primary.btn-xl {
    font-size: 38px;
    margin-top: 45px;
}

.product {
    -webkit-box-shadow: -3px 0px 44px -16px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 44px -16px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 44px -16px rgba(0,0,0,0.3);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    height: 100%;
}

.product .dropdown,  .product .dropup {
    position: relative;
    font-size: 14px;
    position: absolute;
    left: 7px;
    top: 38px;
}

.product .thumbnail {
    width: 100%;
}

.product .thumbnail img {
    width: 100%;
}

.product p {
    padding-left: 15px;
    padding-right: 15px;
}

.product span {
    padding-left: 15px;
    padding-right: 15px;   
}

.product .btn {
    margin-left: 15px;
    margin-right: 15px; 
    margin-bottom: 30px;    
}

span.price {
    color: #3746a0 !important;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
}

span.old-price {
    margin-top: 30px;
    display:block;
    text-decoration: line-through;
}

.product svg {
    width: 29px;
    fill: #ccc;
}

.float-right span {
    color: #ccc;
    padding: 0;
    margin: 0;
    line-height: 10px;
    top: -4px;
    position: relative;
}

.float-right {
    position: relative;
    top: 9px;
}

.filters {
    position: absolute;
    display: block;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 15px;
    border-radius: 0 !important;
    right: 0;
    background: #f6f6f6;
}

.filters ul, .filters li {
    list-style: none;
    padding: 0;
    /* margin: 0; */
}

.filters .btn-primary + a {
    top: 3px;
    position: relative;
    margin-left: 5px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.listing {
    margin-bottom: 120px;
}

.dropdown-toggle::after {
    display: auto;
    margin: 0;
    content: initial;
}

button#dropdownMenuButton {
    border-radius: 30px;
    padding-left: 14.5px;
    padding-right: 14.5px;
    background: #3746a0 !important;
    border: 2px solid #f1ff50;
}

.dropdown-toggle svg {
    fill: #f1ff50;
}


.dropdown-menu a {
    font-size: 18px;
}

/* single caravan */

.title label {
    color: #3746a0 !important;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    display: block;
}

span.single-price, span.single-stock {
    font-size: 35px;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.title a svg {
    width: 35px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    fill: #3746a0 !important;
}

.title a {
    font-size: 35px;
    line-height: 0.6;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #000;
    line-height: 33px;
    font-style: italic;
    top: -17px;
    position: relative;
}

.title {
    border-bottom: 2px solid #f1ff4f;
    margin-bottom: 40px;
    padding-bottom: 40px;
}



.title h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -40px;
    background: #fff;
    display: block;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-top: -55px;
    padding-top: 20px;
    padding-bottom: 60px;
}


.caravan .jumbotron {
    margin-bottom: 0;
}

.stats svg {
    height: 75px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
}

.single-berth, .single-weight, .single-status {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 25px;
}

.stats svg {
    fill: #3746a0;
    margin-bottom: 9px;
    margin-top: 40px;
}

.single-berth, .single-weight, .single-status {
    font-style: italic;
    border-bottom: 2px solid #f1ff4f !important;
    padding-bottom: 20px;
    margin-bottom: 18px;
    font-size: 35px;
    color: #000;
}

.enquire {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: auto;
    padding-right: 15px;
    background: #fffcfc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.enquire h2, .about h2, .stats h2, .virtual h2 {
    color: #3746a0;
    font-weight: 700;
}

.filters-inner.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.filters-inner a {
    color: #3746a0;
    line-height: 35px;
}

.title a svg {
    top: 17px;
    position: relative;
}

a.nav-link.active {
    color: #f1ff50 !important;
}

.product h3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 20px;
}

.single-status sub {
    font-size: 11px;
    display: block;
    bottom: 0;
    margin-top: 10px;
    color: #000;
    line-height: 20px;
}

.page-template-default .jumbotron {
    height: 400px;
}

.page-template-default. .title {
    padding-bottom: 0;
}

footer li {
    padding: 0;
    margin: 0;
}

footer li a {
    padding: 0 !important;
    margin: 0;
}

input.wp_autosearch_input.ac_input {
    background: transparent !important;
}

body .wp_autosearch_form_wrapper, .fuzzy-search {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 6px solid #f1ff50 !important;
    color: #fff !important;
    width: 100%;
}    

body input.wp_autosearch_input.ac_input, .fuzzy-search {
    color: #fff !important;
    font-size: 23px;
    line-height: 58px;
}

body a.wp_autosearch_category.wp_autosearch_clickable {
    background: #3746a0 !important;
    font-size: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

body a.wp_autosearch_category.wp_autosearch_clickable {
    background: #3746a0 !important;
    font-size: 25px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.archive .jumbotron {
    height: 400px;
}

body .ac_over {
   background:  #3746a0 !important;
  }

  .current-menu-item a {
    color: #f1ff50 !important;
    font-weight: 700;
}

.single .title h1, .post-template-default .title h1 {
    padding-bottom: 0;
}

.caravans-template-default .jumbotron {
    background-color: #f6f6f6;
    background-size: 90%;
}

.col-xs-12.col-sm-4.col-md-5 {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.tax-manufacturers section.jumbotron {
    background-size: cover;
}
.product .dropdown-menu a {
    font-size: 16px;
}

.col-xs-12.col-sm-6.col-md-4 {
    margin-bottom: 15px;
}

@media (max-width: 992px){
    body { 
        font-size: 14px;
    }
    .jumbotron h1 {
        color: #f1ff50;
        font-size: 3rem;
    }
    a.nav-link {
        padding-left: 15px;
        margin-left: 15px;
    }button.navbar-toggler {
    background: #f1ff4f;
    margin-left: 15px;
}
section.jumbotron {
    background-size: cover;
}
}



@media (max-width: 767px) {
	.owlTwo .owl-nav .owl-next {
    top: 42%;
}

.owlTwo .owl-nav .owl-prev {
     top: 42%;
}
    .hidden-sm {
        display: none;
    }
    body {
        font-family: 'Quicksand';
        border: 6px solid #f5f5f5;
        padding: 15px;
    }
}

@media (max-width: 567px) {
	.owlTwo .owl-nav .owl-next {
    top: 36% !important;
}

.owlTwo .owl-nav .owl-prev {
     top: 36% !important;
}
    .block.with-image {
        background-size: cover;
        height: 450px;
        margin-right: 15px;
    }
    .col-xs-12.col-sm-8.col-md-7 {
        margin-left: 15px;
    }
    .featured-items {
        height: auto;
        padding-right: 15px;
    }
}

span.phone-numbers {
    text-align: center;
    margin: 0 auto;
    position:  relative;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    font-size: 25px;
}

span.phone-numbers a {
    color: #3746a0 !important;
}

header {}

nav#navmain {
    margin-top: 15px;
}

.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    }

    .fixed img {
        width: 200px;
        padding-top: 30px;
        transition: 0.3s all ease;
    }

    a {
        COLOR: #3746a0;
    }

    svg.svg-inline--fa.fa-facebook.fa-w-14 {
        color: #1a2677 !important;
        font-size: 40px;
    }


    .sold {
        background: red;
        color: #fff;
        width: 50px;
        border-radius: 100%;
        padding-top: 11px;
        position: absolute;
        top: 39px;
        padding-bottom: 11px;
        text-align: center;
        right: 25px;
        width: 61px;
        font-size: 12px;
    }

    span.sale-agreed {
        text-align: center;
        display: block;
        font-size: 12px;
        color: red;
    }

    .hidden {
        display: none;
    }

    .jumbotron img {
        width: 100%;
    }

    @media (max-width: 500px){
        span.phone-numbers {
            font-size: 1rem;
        }
    }

    iframe {
        width: 100%;
    }

    body.modal-open {
        position: fixed;
    }

    .featured-content img {
        width: auto;
        height: 100%;
        display: block;
        top: auto;
        position: relative;
        opacity: 0.1;
        z-index: 1;
    }

    .featured-content-text {
        z-index: 20;
        display: block;
        position: relative;
    }