/*
Theme Name: Rollans 
Author: Natasha Cook & Lee Carroll @ Azizi Media
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

/* HEADER */
.topbar {
    background-color: #0139b4;
    color: #fff;
    padding: 15px;
    letter-spacing: 1px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.topbar a:hover {
    color: #0139b4;
    text-decoration: none;
}

.header {
    padding: 30px;
    background-color: #eaeceb;
}

.header h2 {
    font-size: 25px;
    color: #0139b4;
}

.header h3 {
    font-size: 18px;
    color: #0139b4;
}

.header a {
    text-decoration: none;
    color: #0139b4;
}

.header a:hover {
    text-decoration: none;
    color: #333;
}

/* NAV */
.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0139b4;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0139b4;
}

.dropdown-menu {
    color: #fff;
    background-color: #0139b4;
    border: 1px solid #0139b4;
    border-radius: 0;
}

.dropdown-item {
    color: #fff;
    font-size: 14px;
}

.dropdown-item:hover {
    background: none;
    color: #0139b4;
    font-size: 14px;
}

.navbar-dark .navbar-toggler {
    border-color: #0139b4;
}

.position-inherit {
    position: inherit !important;
}

.nav-link-sub {
    color: #333 !important;
}

.nav-link-sub:hover {
    color: #0139b4 !important;
}

/* SLIDESHOW */
.slider {
    background: -moz-linear-gradient(-45deg, #37383c 0%, #1159a5 100%);
    background: -webkit-linear-gradient(-45deg, #37383c 0%, #1159a5 100%);
    background: linear-gradient(135deg, #37383c 0%, #1159a5 100%);
    background-color: #37383c;
    padding: 30px;
}

/* CAROUSEL */
.carousel-caption h5 {
    font-size: 35px;
}

.carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 25px;
    }

    .header h2 {
        font-size: 20px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h5 {
        font-size: 15px;
    }

    .header h2 {
        font-size: 20px;
    }
}

/* CONTENT */
.white {
    background-color: #fff;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.white a {
    color: #0139b4;
    text-decoration: none;
}

.white a:hover {
    color: #333;
    text-decoration: none;
}

.grey {
    /*background-image: url(../images/paint-splat.png);*/
    background-position: center;
    background-repeat: repeat;
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.grey hr {
    color: #ddd;
}

.white h1,
.grey h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.white h2 {
    font-size: 30px;
}

.white h3 {
    font-size: 23px;
}

.grey h2 {
    font-size: 23px;
}

.grey h3 {
    font-size: 17px;
}


.colourheader {
    background-color: #0139b4;
    color: #fff;
    padding: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #ddd;
}

.borderlineblue {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #2a4c95;
}

.btn-primary {
    color: #fff !important;
    background-color: #0139b4;
    border-color: #0139b4;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #2a4c95 !important;
    border-color: #2a4c95 !important;
    text-transform: uppercase;
}

.btn-outline-primary {
    color: #0139b4 !important;
    border: #0139b4 1px solid;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2a4c95 !important;
    border: #2a4c95 1px solid !important;
    text-transform: uppercase;
}

.btn-outline-light {
    color: #fff !important;
    border: #fff 1px solid;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    color: #333 !important;
    background-color: #fff;
    border: #fff 1px solid;
    text-transform: uppercase;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding: 50px;
}

.box_area h2 {
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.mainboxes a {
    color: #777;
    text-decoration: none;
}

.mainboxes a:hover {
    color: #202020;
    text-decoration: none;
}

.mainboxes h2 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.mainboxes small {
    letter-spacing: 1px;
}

.mtn {
    margin-top: -25%;
}

.box-shadow-content {
    display: block;
    box-shadow: 0 0 60px rgb(0 0 0 / 30%);
}


/* PARALLAX */
.parallax {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 220px;
    padding-bottom: 220px;
}

.parallaxheader {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax>.container,
.parallaxheader>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1,
.parallaxheader h1 {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax h2,
.parallaxheader h2 {
    color: #FFF;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax p,
.parallaxheader p {
    color: #FFF;
}

@media all and (max-width:768px) {

    .parallax {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .parallax h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .parallaxheader {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .parallaxheader h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}


/* FOOTER */
.footer {
    padding: 60px;
}

.footer h2 {
    font-size: 20px;
    color: #0139b4;
}

.footer a {
    color: #333;
    text-decoration: none;
}

.footer a:hover {
    color: #0139b4;
    text-decoration: none;
}

.footer hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #89cbd7;
    border: 0;
    opacity: .25;
}

/* CONTACT HOURS */
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

.contact-hours .active {
    color: #777;
    font-weight: 500;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

/* Etc */
@media all and (max-width:992px) {
    .position-inherit {
        position: inherit !important;
    }
}

.gradientbg {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background: -moz-linear-gradient(-45deg, #0139b4 0%, #273a3c 100%);
    background: -webkit-linear-gradient(-45deg, #0139b4 0%, #273a3c 100%);
    background: linear-gradient(135deg, #0139b4 0%, #273a3c 100%);
    background-color: #0139b4;
}

.gradientbg h2 {
    color: #fff;
    font-size: 27px;
}

.gradientbg h4,
.bg-light.darker h4 {
    color: #0139b4;
    font-size: 22px;
}


.text-success {
    color: #ffd700 !important;
}

.card {
    border-radius: 0;
    background-color: #f5f5f5;
    border: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
}

.card-body h2 {
    color: #0139b4;
}

.card-body h5 {
    font-size: 17px;
}

.form-control {
    color: #212529;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.input-group-text {
    color: #fff;
    background-color: #2a4c95;
    border: 1px solid #2a4c95;
}

.icon-colour {
    color: #0139b4;
}


/* Woocommerce */
.woocommerce-input-wrapper {
    display: block;
    clear: both;
    width: 100%;
}

.cart_totals .shop_table.shop_table_responsive .woocommerce-shipping-destination {
    display: none;
}


.product_meta {
    font-weight: bold;
}

.posted_in {
    display: none;
}

.sku {
    font-weight: normal;
}

span.onsale.outofstock {
    border-radius: 6px !important;
    background: #ff0041 !important;
    color: #f5f5f5 !important;
    top: 7px !important;
    right: 6px !important;
    left: auto !important;
    margin: 0 !important;
    line-height: 20px !important;
    padding: 5px !important;
    height: auto !important;
    min-height: auto !important;
    font-weight: normal !important;
}

.woocommerce-Price-amount.amount {
    font-weight: 800;
    font-size: 20px;
}

.add_to_cart_button {
    text-transform: capitalize;
}

.added_to_cart.wc-forward {
    font-size: 100%;
    margin: 5px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}


.custom-message {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 15px;
}