/* 
Theme Name: Helen Barrett Equestrian
Description: A custom theme for Helen Barrett Equestrian website
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template: hello-elementor
Text Domain: helenbarrettequestrian
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.by_indigocube { 
    background-color: var(--e-global-color-secondary);
}

.swiper-slide-contents {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.page-content {
	margin-bottom: 20px;
}

#site-logo-holder {
    position: relative;
}

#site-logo {
    background: url(https://www.helenbarrettequestrian.co.uk/wp-content/uploads/2023/12/Helen-Barrett-Equestrian-Logo.png) transparent no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 382px;
    width: 200px;
    z-index: -100;
}

@media screen and (max-width: 767px) {
#site-logo {
    height: 191px;
    width: 100px;
    background-size: 100px 191px;
}}