/*
Theme Name: Halo Fitness
Theme URI: https://calumj.uk
Author: Calum Joyce
Version: 1
Updated: 2021-03-26 18:16:15

*/

html.html {
    margin-top: 0 !important;
}

#wpadminbar {
	display: none;
}

:root {
	--pink: #f524ad;
	--skin: #ffd5ee;
	--black: #181818;
}

body, p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Billion Dreams', sans-serif;
}

img {
	display: block;
	height: auto;
}

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme li,
.dark-theme a {
	color: #fff;
}

.font-sans {
	font-family: 'Roboto', sans-serif;
}

.bg-pink {
	background: var(--pink);
}

.bg-skin {
	background: var(--skin);
}

.page-center {
	max-width: 1440px;
	padding: 0 2rem;
	margin: 0 auto;
	width: 100%;
}

.header-scrolled {
    background: var(--black);
}

.header__menu li {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 32px;
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header__menu li a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: var(--pink);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.header__menu li a {
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.header__menu li:hover a:after {
    width: 100%;
}

.header__menu li a:hover {
    color: var(--pink);
}

.header__contacts svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.header__contacts a {
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--pink);
    border-radius: 50%;
    margin-right: 14px;
}

.hero-standard h1,
.text-shadow-pink {
    text-shadow: var(--pink) 1px 0 10px;
}

.swiper-button {
    height: 50px;
    width: 50px;
    background: var(--black);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.swiper-button:after {
    color: #fff;
    font-size: 26px;
}

.packages__price {
	text-shadow: #f524ada6 1px 0 10px;
}

.footer__social svg {
    height: 30px;
    width: 30px;
    margin: 0 10px;
}

@media only screen and (min-width: 992px) {
	.hero-standard h1 {
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		-webkit-transform: translateY(40px);
			-ms-transform: translateY(40px);
				transform: translateY(40px);
		opacity: 0;
	}

	.hero-standard p {
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		-webkit-transform: translateY(40px);
			-ms-transform: translateY(40px);
				transform: translateY(40px);
		opacity: 0;
	}

	.loaded .hero-standard h1,
	.loaded .hero-standard p {
		opacity: 1;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
}

@media only screen and (max-width: 767px) {
	.header__contacts {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    left: 0;
    padding: 18px 70px;
    background: var(--black);
    z-index: 2;
}

.header__contacts ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
	
	.header__contacts a {
		margin-right: 0;
	}

#footer {
    position: relative;
    z-index: 333333;
}
}

@media only screen and (max-width: 640px) {
	#main-content h2 {
    font-size: 52px;
}
	
	.packages .packages__price {
    font-size: 70px;
    margin-bottom: 20px;
}

#main-content .packages__single  h2 {
    font-size: 30px;
}
	
	#footer .footer__column {
    width: 100%;
}

#footer .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
	
	.header__contacts {
		display: none;
	}
	
	body .whatsapp-number {
    bottom: 20px;
}
	
	.hero-standard__buttons a {
    width: 100%;
}

.hero-standard__buttons {
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

	.header__menu li {
    margin-left: 16px;
}

.header__menu li a {
    font-size: 16px;
}
}