/*
Theme Name:         Sparsholt College
Theme URI:          https://www.10degrees.uk
Description:        Sparhsolt College theme, developed by 10°.
Version:            1.0.0
Author:             10 Degrees
Author URI:         https://www.10degrees.uk
License:            Copyright Sparsholt College
License URI:        https://www.sparsholt.ac.uk
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/*** Hax ***/

a.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.single-product .event-date {
    display: none!important;
}

button#place_order,
a.checkout-button.button.alt.wc-forward,
.single-product .single_add_to_cart_button {
    color: white!important;
    background-color: #4e9791!important;
    padding: 8px!important;
    border-radius: 3px!important;
}

.single-product .social-follow {
	display: none;
}

input#terms {
    display: block;
    margin-top: 7px;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 24px;
}

article.type-product {
    margin-top: 100px;
}

.homepage-slider.flexslider {
    position: relative;
}

.flex-control-nav {
    bottom: 10px;
}

a.button__blue {
    border: none !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: white !important;
    background: #023946 !important;
    display: inline-block !important;
    padding: 10px 10px 8px !important;
    margin-bottom: 30px;
}


