html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}   * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
color: #2b2b2b;
box-sizing: border-box;
font-family: 'all-round-gothic', sans-serif;
font-size: 1em;
line-height: 1.5em;
transition: all 0.4s ease; }
body{
font-family: 'all-round-gothic', sans-serif;
}   nav{
background: #72BDB6;
display: grid;
grid-template-columns: 25% 1fr;
font-family: 'all-round-gothic', sans-serif;
padding: 3.5em 4.25em;
width: 100%;
}
nav img{
max-width: 276px;
}
.main-nav{
align-self: center;
justify-self: end;
margin: 0;
padding: 0;
}
.main-nav a{
color: #2b2b2b;
font-size: 0.8em;
padding: 4px 1em;
}
.main-nav a:hover{
color: #fff;
}
.main-nav li{
align-self: center;
color: #2b2b2b;
display: inline-block;
font-family: 'all-round-gothic', sans-serif;
font-size: 1.3em;
}
.main-nav ul{
list-style-position: inside;
}
.nav-btn{
display: none;
}
.side-nav {
align-items: start;
display: grid;
color: #fff;
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
margin: 0;
background-color: #72Bdb6;
overflow-x: hidden;
transition: 0.4s;
padding: 60px 0 0 0 !important;
list-style-type: none;
z-index: 200;
}
.side-nav a {
color: #2b2b2b;
text-decoration: none;
font-size: 1.5em;
font-weight: 900;
display: block;
transition: 0.4s;
text-align: center;
}
.side-nav a:hover {
font-weight: 900;
}
.side-nav img{
margin: 0 auto;
height: auto;
width: 200px;
}
.side-nav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.nav-btn{
color: #2b2b2b;
font-size: 1.5em;
justify-self: end;
cursor: pointer;
padding: 10px 0;
width: 61px;
}
#nav-icon {
width: 61px;
height: 20px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #2b2b2b;
opacity: 1;
left: 0;
border-radius: 4px;
}
#nav-icon span:nth-child(1) {
top: 0px;
}
#nav-icon span:nth-child(2) {
top: 8px;
}
#nav-icon span:nth-child(3) {
top: 16px;
}
.sub-menu{
display: none;
}
.menu-item-has-children{
position: relative;
}
.menu-item-has-children:hover>.sub-menu{
background-color: #fff;
display: block;
position: absolute;
width: 10em;
}
.sub-menu li{
display: block;
border-bottom: #dddddd 1px solid;
}
.sub-menu li:last-of-type{
border: 0;
}
.sub-menu a{
color: #2b2b2b;
display: block;
font-size: 0.6em;
padding: 8px 1em;
text-transform: none;
}
.sub-menu a:hover{
padding-left: 1.5em;
}
.sub-menu a:after{
content: "";
}
.side-nav li ul li a{
color: #fff;
font-size: 1em;
padding: 4px 4px 4px 48px;
}
.side-nav li ul li a:hover{
padding-left: 48px;
}
.side-nav li ul li {
border: 0;
}   main,body,article{
display: grid;
}
section{
display: grid;
justify-self: center;
padding: 5em 3em;
width: 1200px;
}
footer{
align-content: end;
background: #72Bdb6;
display: grid;
grid-template-columns: 20% 80%;
width: 100%;
padding: 15em 3em 3em;
position: relative;
}
.footer-back{
position: absolute;
top:  0;
left: 0;
width: 100%;
}
.footer-left,.footer-right{
align-self: end;
z-index: 100;
}
.footer-right{
display: grid;
align-content: end;
}
.footer-left h2{
font-size: 2em;
text-align: left;
padding: 0;
}   h1, h2, h3, h4, h5, h6{
color: #1F1E1E;
font-family: 'all-round-gothic', sans-serif;
line-height: 1;
margin: 0.3em 0;
padding: 0 4%;
text-transform: lowercase;
}
h1,h2{
font-weight: bold;
}
h1{
font-size: 3em;
}
h2{
font-size: 3em;
text-align: center;
}
h3{
font-size: 2.25em;
}
h4{
font-size: 1.8em;
}
h5{
font-size: 1.4em;
}
h6{
font-size: 1em;
}
p{
font-family: 'all-round-gothic', sans-serif;
justify-self:  center;
margin-bottom: 0.8em;
max-width: 635px;
padding: 0 4%;
}
ul,ol{
font-family: 'all-round-gothic', sans-serif;
margin: 1.2em 0;
padding: 0 6%;
}
ul{
list-style-type: disc;
}
ol{
list-style-type: decimal;
}
strong{
font-weight: bold;
}
em{
font-style: italic;
}
.underline{
text-decoration: underline;
}
a{
color: #72Bdb6;
cursor: pointer !important;
font-weight: bold;
text-decoration: none;
}
blockquote{
display: grid;
line-height: 1.5;
margin: 1em 0;
width: 60%;
}
blockquote:nth-child(even){
justify-self: start;
}
blockquote:nth-child(odd){
justify-self: end;
}
blockquote p{
font-size: 1.25em;
font-family: 'all-round-gothic', sans-serif;
text-align: center;
}
cite{
color: #72Bdb6;
font-family: 'all-round-gothic', sans-serif;
font-weight: bold;
text-align: center;
}
hr{
background-color: #72Bdb6;
border: 0;
height: 1px;
justify-self: center;
margin: 2em 0;
width: 80%;
}
label{
padding: 0 4%;
}   .archive-header{
padding: 1em 3em 0;
}
.archive-header h1{
padding: 0;
}
.banner{
background: #72bdb6;
width: 100%;
}
.banner.group{
padding: 0 3em 2em;
}
.banner-wrapper{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2em;
justify-self: center;
max-width: 1200px;
padding: 0 2em;
width: 100%;
}
.banner-wrapper img{
justify-self: center;
}
.banner-content{
display: grid;
}
.banner-content, .banner-img{
z-index: 10;
}
.banner-content h1{
align-self: center;
color: #fff;
font-weight: 600;
padding: 0;
}
.banner-img{
border-radius: 50%;
width: 450px;
height: auto;
max-width: 100%;
object-fit: cover;
object-position: center;
}
.sub-banner{
display: grid;
}
.sub-banner h1{
align-self: center;
}
.blog-item-container{
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 2em;
position: relative;
}
.blog-item-container h2{
grid-column-start: span 3;
text-align: center;
}
.blog-item{
background-color: #72Bdb6;
border-radius: 20px;
padding: 2em 16% 1em;
max-width: 350px;
}
.blog-item a{
color: #fff;
font-weight: 400;
}
.blog-item h3{
color: #fff;
}
.blog-item h3, .blog-item p{
padding: 0;
text-align: center;
}
.blog-item img{
border-radius: 50%;
height: 100%;
max-height: 235px;
width: 100%;
}
.blog-item-bottom{
display: grid;
grid-template-columns: 1fr 1fr;
}
.blog-item-bottom ul{
list-style: none;
margin: 0;
padding: 0;
}
.blog-item-bottom li, .blog-item-bottom label{
color: #fff;
}
.blog-item-bottom label{
text-align: right;
}
button{
background: #88C8C3;
border: 4px solid #FFF;
border-radius: 20px;
cursor: pointer;
font-size: 1.25em;
padding: 1.25em 4em;
}
button:hover{
background: #fff;
border: 4px solid #88C8C3;
}
button.rotate{
transform: rotate(-90deg);
}
.contact-form h2, .contact-form h3, .contact-form p{
text-align: center;
}
.contact-form div{
display: grid;
}
.error p{
justify-self: start;
width: 100%;
}
.split{
grid-template-columns: 60% 1fr;
grid-gap: 2em;
}
.split h2{
grid-row-start: span 2;
}
.split h3,.split p{
padding: 0;
}
.split img{
border-radius: 50%;
justify-self: end;
max-width: 300px;
}
.split.alternate{
grid-template-columns: 1fr 60%;
}
.split.alternate img{
justify-self: start;
}
.steps{
background: #fff url(//www.bookmyclass.co.uk/wp-content/uploads/2021/06/dots.png) no-repeat center / contain;
grid-template-columns: 1fr 1fr 1fr;
grid-row-gap: 4em;
}
.steps div{
justify-self: center;
align-content: center;
background: #c4c4c4;
border-radius: 50%;
display: grid;
padding: 1em;
height: 160px;
width: 160px;
}
.steps h2{
grid-column-start: span 3;
}
.steps hr{
display: none;
}
.steps p{
text-align: center;
}
.text-content{
align-self: center;
max-width: 40em;
}
.video-content{
background-color: #72Bdb6;
border-radius: 20px;
display: grid;
grid-gap: 2em;
grid-template-columns: 65% 1fr;
padding: 4em 2.5em;
}   .wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}
form{
display: grid;
grid-row-gap: 2em;
justify-self: center;
margin-top: 2em;
max-width: 450px;
width: 100%;
}
form p{
display: grid;
grid-row-gap: 0.2em;
}
input,textarea{
border: 1px solid #2b2b2b;
border-radius: 20px !important;
padding: 1em;
}
textarea{
max-height: 104px;
}
input::placeholder, textarea::placeholder{
color: #2b2b2b;
font-size: 0.75em;
text-align: center;
}
input[type="submit"]{
background: #88C8C3;
border: 4px solid #FFF;
border-radius: 20px;
color: #fff;
cursor: pointer;
font-size: 1.5em;
justify-self: center;
padding: 0.8em 2em;
max-width: 276px;
}
input[type="submit"]:hover{
background: #fff;
border: 4px solid #88C8C3;
color: #88C8C3;
}   .resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.resp-container iframe, .resp-container object, .resp-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
border-radius: 20px;
}
.wave{
background: url(//www.bookmyclass.co.uk/wp-content/uploads/2021/06/wave.png) no-repeat center/cover;
height: 50vh;
width: 100%;
}   .accordion-wrapper{
background-color: #B8D8D5;
border-radius: 20px;
display: grid;
justify-self: center;
padding: 2em;
}
.accordion {
border-radius: 20px;
color: #2b2b2b;
cursor: pointer;
display: grid;
font-weight: bold;
grid-template-columns: 1fr 20px;
padding: 1em;
width: 100%;
text-align: left;
transition: 0.4s;
}
.accordion:after{
border-bottom: 1px solid #2b2b2b;
content: "";
margin-top: 0.5em;
}
.accordion-right{
color: #2b2b2b;
font-weight: bold;
text-align: right;
}
.accordion:hover > .accordion-right{
color: #fff;
}
.accordion:hover {
background-color: #72Bdb6;
color: #fff;
}
.panel {
border-radius: 20px;
max-height: 0px;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.panel p{
color: #2b2b2b;
margin: 1.5em 0;
padding: 0 1em;
}
@media only screen and (max-width: 1200px) {
section,footer,.accordion-wrapper{
width: 100%;
}
}
@media only screen and (max-width: 1100px) {               }
@media only screen and (max-width: 960px) {   .main-nav{
display: none;
}
.nav-btn{
align-self: center;
display: block;
justify-self: end;
}
nav{
padding: 1.5em 2.25em;
width: 100%;
}
nav img{
max-width: 140px;
}
}
@media only screen and (max-width: 860px) {
.blog-item-bottom{
grid-template-columns: 1fr;
justify-items: center;
grid-row-gap: 0.4em;
}
}
@media only screen and (max-width: 760px) {         .blog-item-container{
grid-template-columns: 1fr;
}
.blog-item-container h2{
grid-column-start: span 1;
}
.blog-item{
justify-self: center;
}
.split,.split.alternate{
grid-template-columns: 1fr;
}
.split h2, .steps h2{
grid-column-start: span 1;
}
.split img, .split.alternate img{
justify-self: center;
grid-row-start: 1;
}
.steps{
background: #fff;
grid-template-columns: 1fr;
grid-row-gap: 1em;
}
.steps hr{
background-color: #2b2b2b;
display: block;
height: 2.5em;
margin: 0;
width: 2px;
}
.text-content{
justify-self: center;
}
.video-content{
grid-template-columns: 1fr;
}   }
@media only screen and (max-width: 560px) {      h1{
font-size: 2em;
}
h2{
font-size: 1.5em;
}
h3{
font-size: 1.3em;
}
h4{
font-size: 1.1em;
}
h5{
font-size: 1em;
}
blockquote p{
font-size: 1.5em;
}
section{
padding: 4em 1.5em;
}
footer{
grid-template-columns: 1fr;
}
footer h2, footer p{
text-align: center !important;
}   button{
padding: 0.75em 2em;
}
.banner-content h1{
text-align: center;
}
.banner-content a{
justify-self: center;
margin-top: 2em;
}
.banner-wrapper{
grid-template-columns: 1fr;
padding-top: 1em;
}
.banner-wrapper img{
grid-row-start: 1;
max-width: 320px;
width: 100%;
}
.blog-item,.video-content{
padding: 2em 1.5em 1em;
}   }
@media only screen and (max-width: 460px) {            }
@media only screen and (max-width: 320px) {
body, header, main, section, footer {
width: 320px;
}
}