@import url(//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);

/* Global font: Aptos with fallbacks */
html, body, h1, h2, h3, h4, h5, h6, input, textarea, button, select {
    font-family: 'Aptos', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Focus styles */
*:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: 2px dotted #ffbf47;
}

a:focus {
    background: none !important;
    color: inherit !important;
    outline: 2px solid #ffbf47;
}

.wrapper.style5 button:focus {
    background-color: #2e3842;
    border: 2px dotted #ffbf47;
}

/* Menu styles */
#menu .close {
    background-image: url(https://www.boltonvision.org.uk/themes/jadu-spectral/dist/css/images/close.svg) !important;
    background-position: 4.85em 1em !important;
    background-repeat: no-repeat !important;
}

#menu ul.list:nth-of-type(2),
#menu h2:nth-of-type(2),
#main header nav.breadcrumb,
#footer > form.site-search {
    display: none;
}

/* Wrapper and layout */
#main > .wrapper {
    padding: 0;
}

#main > .wrapper.style5 {
    background-color: transparent;
}

#main > .wrapper > .inner {
    width: auto;
    margin-left: -1.5em;
}

@media screen and (max-width: 1280px) {
    #main > .wrapper > .inner {
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    #main > .wrapper > .inner {
        width: auto;
    }
}

/* Widget styles */
.widget-row {
    margin-left: 0;
    margin-right: 0;
}

.widget-width {
    padding: 0;
}

/* Wrapper padding and background colors */
.wrapper.style1, .wrapper.style2, .wrapper.style3, .wrapper.style4, .wrapper.style5 {
    padding: 6em 0 4em 0;
}

.wrapper.style3 {
    background-color: #F0F0F0;
}

.wrapper.style4 {
    color: #ffffff;
}

.wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
    color: #ffffff;
}

.wrapper.alt.style1, .wrapper.alt.style2, .wrapper.alt.style3, .wrapper.alt.style4, .wrapper.alt.style5 {
    padding: 0;
    color: #ffffff;
}

.wrapper.alt.style2 h2, .wrapper.alt.style2 h3, .wrapper.alt.style2 h4, .wrapper.alt.style2 h5, .wrapper.alt.style2 h6 {
    color: #ffffff;
}

@media screen and (max-width: 980px) {
    .wrapper.style1, .wrapper.style2, .wrapper.style3, .wrapper.style4, .wrapper.style5 {
        padding: 4em 3em 2em 3em ;
    }
}

@media screen and (max-width: 736px) {
    .wrapper.style1, .wrapper.style2, .wrapper.style3, .wrapper.style4, .wrapper.style5 {
        padding: 3em 2em 1em 2em ;
    }
}

/* Vision and feature lists */
.vision li {
    padding: 10px;
    width: 100%;
    display: list-item;
    background-color: transparent !important;
}

@media screen and (max-width: 980px) {
    .vision li {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 736px) {
    .vision li {
        border-top: 0;
        display: block;
    }
}

.features li:before {
    color: #2E3842;
}

/* Footer styles */
#footer {
    padding: 3em 0 3em 0;
}

#footer ul.copyright::before {
    content: "Bolton Town Hall Victoria Square Bolton BL1 1RU";
}

#footer ul.copyright li:nth-child(2) {
    display: none;
}

/* Margin helpers */
.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

/* Owl Carousel buttons */
.owl-carousel button.owl-dot:hover {
    background-color: #fff;
}

.owl-carousel button {
    box-shadow: none !important;
    height: auto;
}

.owl-prev, .owl-next {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0;
}

.owl-prev {
    margin-left: -20px;
}

.owl-next {
    right: 0;
}

.owl-prev i, .owl-next i {
    color: #fff;
    font-size: 30px;
}
