/*
Theme Name: Teddy Tennis
Theme URI: http://
Description: Teddy Tennis
Author: AJ Clarke
Author URI: http://
Template: Total
Version: 1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* icons */

.header-one #site-logo {
    float: left;
    height: auto!important;
}
#site-header .wpex-h-100 {
    height: auto!important;
}

/* Icons */
.centre-phone, .centre-email {
    margin-bottom: 10px;
	text-align: left!important;
}
.centre-phone::before {
    display: inline-flex!important;
	content: ''!important;
	background-image: url('/wp-content/uploads/2025/04/number.svg')!important;
	background-size: 15px 15px!important;
	height: 15px!important;
	width: 15px!important;
    float: left!important;
    margin-right: 10px!important;
	margin-top: 5px;
}
.centre-email::before {
    display: inline-flex!important;
	content: ''!important;
	background-image: url('/wp-content/uploads/2025/04/email.svg')!important;
	background-size: 15px 15px!important;
	height: 15px!important;
	width: 15px!important;
    float: left!important;
    margin-right: 10px!important;
	margin-top: 5px;
}
/* end icons */

.intro-copy {
	padding: 40px 0px 0px 0px!important;
}

.number-of-students {
	padding: 1.5em;
}
.text-white{
	color: #fff;
}

#booking-form {
 width:100%;
 min-height:480px
}
#Small {
 width:100%;
 min-height:350px!important
}
#Medium {
 width:100%;
 min-height:550px!important
}
#Large {
 width:100%;
 min-height:650px!important
}
.single-portfolio .centre-booking-frame .execphpwidget {
    margin-bottom: 0;
    border: 4px solid darkorange;
    border-radius: 5px !important;
    padding: 5px 5px 0 5px;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: none medium;
	margin: 0px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.booking-faq-section .booking-faq-btn {
    display: block;
    background-color: #188b44;
    border: 1px solid #188b44;
    border-radius: 3px;
    color: #fff;
    padding: .538em 1.077em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 40px auto 20px auto;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 160px;
    width: 100%;
    transition: 0.15s all ease;
}
.booking-faq-section .booking-faq {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px !important;
    border: 1px solid #ffa232;
    padding: 25px;
    border-radius: 3px;
}
.booking-faq-section .booking-faq .faq-question {
    color: #198c44;
    font-family: VAG-Rounded-Bold;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	#top-bar-content {
		margin-top: -100px;
	}
}