@media (max-width: 1000px) {
.home-banner-area .main-logo.alternate-logos img, .banner-area .main-logo.alternate-logos img {
    width: 120px;
} 
.competition .cols-two {
    flex-wrap: wrap;
    text-align: center;
} 
.competition .cols-two .col-left {
    width: 100%;
}
.competition .cols-two .col-right {
    width: 100%;
}
.competition .article.colo-comp h1 {
    margin: 50px 0;
}


} /* @media 1000px */

@media (max-width: 950px) {
.dropdown-menus, .desktop-nav, .top-bar .links, .top-bar .account-nav {
	display: none;
}
.top-bar {
	background: #fff;
	height: 74px;
}
.mobile-nav {
	display: block;
}
.burger-menu {
	display: block;
}

body .section-container {
	margin: 0 50px;
}

.event-info.zonepage .event-info-flex {
    margin: 0 50px;
}
.home-banner-area {
    /*background: url(/img/kelly2018/kc-home-banner.jpg) no-repeat center -38px; */
    background: url(/img/kelly2023/kc-home-banner.webp) no-repeat center top;
    background-size: cover;
}
.home-banner-area .logo-section div, .banner-area .logo-section div {
     vertical-align: unset; 
}
.home-banner-area .logo-section, .banner-area .logo-section {
	top: -60px;
	left: -32px;
}

.home-banner-area .logo-section #mobile-logo, .banner-area .logo-section #mobile-logo {
	display: block;
}
.home-banner-area .logo-section #desktop-logo, .banner-area .logo-section #desktop-logo {
	display: none;
}

.home-banner-area .home-head-text {
    top: 300px;
}

.home-banner-area .home-head-text img#desktop {
	display: none;
}
.home-banner-area .home-head-text img#mobile {
    display: block;
    width: 70%;
    margin: auto;
}
.banner-area {
    height: auto;
}
/*.banner-area ul li ul a, .banner-area ul li ul a:link, .banner-area ul li ul a:visited {
    color: #1F2532 !important;
}*/
.banner-area ul li ul a, .banner-area ul li ul a:link, .banner-area ul li ul a:visited {
    color: #0f4378;
}
.search-events-container {
    top: -186px;
}

.hamburgler-icon-wrapper {
  position: absolute;
  top: -48px;
  right: 20px;
  height: 26px;
  width: 26px;
  cursor: pointer }

.hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: #0f4378;
  transition: all 0.2s ease }
.hamburgler-icon        { top: 0.75em  }
.hamburgler-icon:before { top: -0.55em }
.hamburgler-icon:after  { top: 0.55em  }
.hamburgler-active .hamburgler-icon { background: transparent; transform: rotate(-135deg) }
.hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after { top: 0 }
.hamburgler-active .hamburgler-icon:before { transform: rotate(90deg) }
.hamburgler-active .hamburgler-icon, .hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
  background: #0f4378; }

.hamburgler-menu {
  transition: all 0.4s ease; 
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(0,0,0,0.9);*/
  background-color: #fff;
  color: #0f4378;
  text-align: left;
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  font-size: 25px;
  line-height: 50px;
}
.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial; 
  z-index: 1100;
}
.hamburgler-menu ul a, .hamburgler-menu ul a:link, .hamburgler-menu ul a:visited {
    color: #0f4378;
}
.hamburgler-menu ul li i:hover {
	cursor: pointer;
}
.hamburgler-menu ul li i {
	position: relative;
    top: -1px;
    left: 5px;
}
.hamburgler-menu ul li ul {
	display: none;
	width: 280px;
	position: absolute;
	right: -280px;
	top: 0;
}
.hamburgler-menu-list {
  display: block;
  transition: all 0.4s ease; 
  padding: 0;
  list-style-type: none;
  position: absolute;
  /*top: 330px;*/
  top: 355px;
  left: 156px;
  transform: translate(-50%, -50%) scale(1.2) }

.hamburgler-menu-list.noauth {
  top: 205px;
}
.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1) }

.hamburgler-menu ul a.mobile-login, .hamburgler-menu ul a.mobile-login:link, .hamburgler-menu ul a.mobile-login:visited {
    color: #FCB027;
}
ul.dd-menu li {
    color: #0f4378;
    font-family: "futura-pt-bold";
  	font-size: 25px;
  	line-height: 30px;
  	border-bottom: unset;
  	padding-bottom: 20px;
}
.hamburgler-menu ul li.active ul { display: block }
.nav-main {
	/*transition: right .25s ease-in-out;
	background: #f1f2f3;
	position: fixed;
	overflow-x: hidden;
	width: 280px;
	right: -280px;
	top: 0;
	bottom: 0*/
}

.nav-main .hamburgler-menu {
	/*transition: left .25s ease-in-out;
	position: relative;
	left: 0*/
}
.fields-area .login-form { 
    width: 70%; 
}
.widgts .boxes.fwrap .box {
    width: 100%;
}
.programme-info .img-cont#vchatfield {
  /*background-position: center -50px;*/
}
.competition .tandc {
    margin: 0 25px 150px;
}
.competition.competition-v2 .tandc {
    margin: 0 100px 100px;
}
.competition.competition-v2 .list {
    width: 80%;
}
.competition.competition-v2 .article .h1 {
    font-size: 30px;
    line-height: 35px;
}




} /* @media 950px */




@media (max-width: 884px) {
.search-form-box #text-input-form {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}
.search-form-box #text-input-form .text-input {
    width: 100%;
}
.find-events-box-blue .map-img img {
    width: 50%;
}

}  /* @media 884px */

@media (max-width: 866px) {

.find-events-box-blue .map-img {
    padding-left: unset;
    text-align: center;
}
.find-events-box-blue .feb-head { text-align: center; }
.find-events-box-blue .feb-right { width: 100%; }
.find-events-box-blue .feb-right p { text-align: center; }
.find-events-box-blue .search-form-box { text-align: center; }
.find-events-box-blue .search-form-box #text-input-form { 
  display: inline-block; 
  padding: 0;
}
.find-events-box-blue .butn-y { 
  min-width: 330px; 
  margin: 20px auto;
}
.article p, .article h2 { width: 100%; }
.article.colo-comp .colm .par .box {
     margin-left: 0; 
}

.yellow-box .content-text-area {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.yellow-box .content-text-area .colm-left .left, .yellow-box .content-text-area .colm-right .right {
    width: 100%;
    padding: 65px 0 0;
}
.yellow-box .content-text-area h2 { text-align: center; }
.yellow-box .content-text-area .colm-right { width: 50%; }
.contact-butn {
    align-items: center;
    flex-direction: column;
}
.contact-butn p {
    width: 60%;
    padding: 5px 3px;
}
.testimonials .quote {
    font-size: 26px;
    width: 100%;
    padding-top: 35px;
}
.testimonials .name-title p {
  font-size: 22px;
}
.competition .details { padding: 10px; }
.competition .details .list { width: 90%; }



} /* @media 866px */

@media (max-width: 780px) {
.programme-info.red .img-cont {
    /*min-height: 600px;*/
}
.programme-info.orange .img-cont {
    /*min-height: 600px;*/
}
.programme-info.green .img-cont {
    /*min-height: 600px;*/
}


}  /* @media 780px */

@media (max-width: 767px) {
.yellow-box .club-features {
    margin-top: 10px;
}
.yellow-box .club-features .hetz {
    padding-top: 40px;
}
.testimonials .quote { line-height: 40px; }
.slick-slider .slick-list {
    /*height: 800px !important;*/
    height: 612px !important;
}
.columns-cont .area-text {
    padding-bottom: 50px;
}

.cols-3 .kids-img#ck-playground {
    background: url(/img/kelly2018/cure-kids-wooden-playground.jpg) no-repeat center 45%;
    background-size: cover;
}

.opportunities .oppor {
  padding-bottom: 25px;
}
.article.colo-comp {
    height: auto;
}
span.fb-page {
    width: 100%;
    margin-top: 35px;
}
.article.colo-comp .content-text-area {
    margin-top: 50px;
    flex-direction: column;
}
.article.colo-comp .content-text-area .colm {
    width: 100%;
}
.article .vacancy-boxes {
    grid-template-columns: auto;
}
.article .two-bx {
    grid-template-columns: auto;
    /*width: 90%;*/
}
.contacts { grid-template-columns: auto auto; }
.product-list {
    grid-template-columns: auto;
}
.product-list .prod-img {
    width: 100%
}
.store-search { display: block; }
.store-search .select-form, .store-search .text-form { display: block; }

.fields-area .login-form .text-field {
    width: 90%;
}
.kf-cont .fields {
  width: 100%;
  flex-direction: column;
}
.main-w-side .kf-cont .fields .third-field {
  width: 100%;
  margin-bottom: 20px;
}
.for-search { width: 95% !important; }
.events-area { 
  width: 100%; 
  display: flex;
  flex-direction: column;
}
.events-area .event {
  width: 100%;
  margin-bottom: 20px;
}
.reg-crumbs {
  height: 70px;
}
.reg-crumbs > div, .reg-crumbs > div.mobile_active {
  width: 70px;
}
.reg-crumbs label {
  top: 75px;
}
.reg-crumbs .mobile {
  font-size: 40px;
}
.heading {
  text-align: center;
}
.section .events .event-cont {
    height: auto;
}
.kf-cont .fields .half-field {
    width: 100%;
}
.kf-cont .fields .third-field {
    width: 100%;
}

.fields-area .register-login .login-form {
    width: 80%;
}
.kf-cont.students .fields, .kf-cont .fields {
    padding-bottom: 0;
}
.kf-cont.students .fields > div, .kf-cont .fields > div {
    padding-bottom: 20px;
}
.kf-cont.students .fields > div.rselect, .kf-cont .fields > div.rselect {
    margin-top: 20px;
}
.table { display: none; }
.table.mobile {
    display: block;
}
.table.mobile.view-invoice .event-name {
    display: flex;
    justify-content: space-between;
}
.table.mobile.view-invoice {
    border-radius: unset;
    background-color: unset; 
    box-shadow: unset;
    font-weight: 300;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 10px;
}
.table.mobile.view-invoice .event-name p {
    color: #1F2532;
}
.table.mobile.view-invoice .notes p {
    color: #1F2532;
    font-size: 16px;
}
.table.mobile.view-invoice .event-name strong {
    font-weight: 700;
}
.main-w-side .main hr { display: none; }
.event-info .event-info-flex {
    flex-direction: column;
}
.event-info .side-l {
    width: 100%;
}
.event-info .side-l .fran-info { display: none; }
.event-info .side-l .big-img {
    height: auto;
}
.event-info .side-r .fran-info.mobile { 
    /*display: inline-block; */
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.event-info .side-r .fran-info.mobile .contacts {
  grid-template-columns: auto;
  width: 100%;
  margin-bottom: 30px;
}
.event-info .side-r .fran-info.mobile .contacts .contact-details h5, .event-info .side-r .fran-info.mobile .contacts .contact-details h4 {
  font-size: 30px;
  line-height: 40px;
}
.event-info .big-img .event-cat {
    width: 100%;
    font-size: 26px;
    top: 30px;
    left: 25px;
}
.event-info .event-details .contact-details p > a {
    color: #1F2532;
    text-decoration: underline;
    font-size: 25px;
}
.event-info .big-img img#logo {
    width: 60%;
}
.event-info .side-r {
    width: 100%;
}
.big-h1 {
    font-size: 36px;
    text-align: center;
    padding-top: 30px;
}
.event-info .side-r .event-details {
  padding-top: 35px;
}
.event-info .event-details i {
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 25px;
}
.event-info .event-details .location {
    font-size: 30px;
}
.event-info .event-details p {
    font-size: 30px;
}
.event-info .event-details p.p-light {
    line-height: 45px;
}
.event-info .event-details .sub-head {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.event-info .event-details p.p-light.sessions {
    line-height: 45px;
}
.contacts .contact .contact-details .soc-fb {
    width: 30px;
    margin-top: 10px;
}
.event-info .event-details .butns .butn {
    font-size: 25px;
    width: 100%;
    height: 50px;
}
.event-info .event-details .social {
    display: flex;
    padding-top: 40px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
}
.event-info .event-details .social i {
    font-size: 45px;
    position: relative;
    top: 7px;
}
.contacts .contact {
    padding: 10px;
}
.widgts.heading .butns a {
  width: 100%;
  margin-right: unset;
  margin-bottom: 20px;
}
.my-invoices.view-invoice .main .venue-info.second { 
    border-bottom: unset; 
    margin-bottom: 0;
    padding-bottom: 0;
}
.view-invoice .table.td { display: none; }
.my-invoices .main .venue-info.last .venue {
    text-align: center;
}
.my-invoices .main .venue-info.last .venue .account-info p.ai-left {
    padding-left: 0;
    width: 50%;
}
.my-invoices .main .venue-info .venue .account-info.last p {
    width: 100%;
}
.table.also-mobile { display: block; }
.table.also-mobile .notes { display: none; }
.table.also-mobile .table-row > div.totals {
    width: 80%;
}
.table.also-mobile .table-row > div.amt {
    width: 20%;
}
.table.mobile.view-invoice .dues.totals div p {
    display: inline-block;
}
button.slick-arrow { opacity: 0; }
.hp-slider button.slick-arrow { opacity: 1; }
.testimonials .quote { width: 100%; }
.testimonials .testimonial .circle-img { margin-top: 50px; }
.find-events-box-blue.venue-search { margin-top: 100px; }
.article#isc ul {
    list-style-position: unset;
    text-align: left; 
}
.article p, .article h2.aleft {
  text-align: left;
  padding-top: 15px;
}
.article .flx p { text-align: center; }
.cancel-book {
    position: relative;
    top: 0;
    display: block;
    font-size: 22px;
    margin-bottom: 35px;
}
.kf-cont .butn#butn-submit, .kf-cont .butn-y#butn-submit {
    width: 100%;
    margin-bottom: 15px !important;
}
.butn-y {
    width: 100%;
}
.learn-more.lms, .learn-more.lms.jcenter {
    padding: 30px 0 0;
    flex-direction: column;
    align-items: center;
}
.learn-more .ticktext {
    font-size: 60px;
}
.learn-more .text {
    font-size: 24px;
}
.section-container.full-width {
    padding: 0 50px;
}
.learn-more.lms .lm {
    width: 100%;
    margin-bottom: 30px;
}
.testimonials .quote {
    font-size: 22px;
    width: 100%;
    padding-top: 35px;
    line-height: 35px;
}
.testimonials .quote-img img {
    width: 32px;
}
div.child-booked { flex-direction: column; }
div.child-booked .child-name { width: 100%; }
div.child-booked .book-info { width: 100%; }
div.child-booked .book-info .event-info { 
  width: 100; 
  padding: 0;
}
div.bookingpage#popmodal .btn {
  font-size: 16px;
}
.event-info .event-details i.fa-map-marker-alt {
  padding-left: 0;
}
.event-info .event-details i.fa-calendar-alt {
  padding-left: 0;
}
.event-info .event-details i.fa-map-marker-alt {
  padding-left: 0;
}
.event-info .event-details i.fa-child {
  padding-left: 0;
}
.article .two-bx.flx .flbox {
  width: 48%;
}
.flx .programme-info { width: 100%; }
.flx .programme-info .butn-y {
  position: relative;
  bottom: unset;
}
.ffo .article .ck-butn { 
  width: 100%;
  text-align: center;
}
.ffo .article .ck-butn .butn {
  padding: 10px;
  border-radius: 35px;
}
.flx .programme-info.no-bord {
  padding: 50px;
}
.article .two-bx.flx .flbox { width: 100%; }
.article.colo-comp .content-text-area .colm.img {
    margin: auto;
}
.article.colo-comp .content-text-area .colm.desc {
    width: 100%;
}
.article.colo-comp .content-text-area .colm p { text-align: center; }
.article.colo-comp .content-text-area .colm h2 { text-align: center; }
.article.colo-comp .content-text-area .colm .contact-person p { padding: 0; }
.founder { 
    text-align: center;
    display: inline-block;
    width: 100%;
}
.article.colo-comp .colm.img .par {
    height: 350px;
}
.article.ff#quality-care h2 {
    width: 100%;
}
.full-banner#compete-ks {
    background: url(/img/kelly2020/Competition-Banner2.jpg) no-repeat center top;
    background-size: cover;
    height: 300px;
}
.full-banner.form#isc { height: 1500px; }
.full-banner.form .section-container { width: 90%; }
.full-banner .banner-text .kf-cont .fields { padding-top: 0; }
.kf-cont .fields .half-field.other { display: none; }
.segment2.flx .butn-y {
  width: 90%;
}
.programme-info .img-cont#basc {
    background-position: center top;
}
.row-left {
  margin-bottom: 10px;
}
.article#kiorahi {
    padding: 50px 0;
}
#contacts .kel .contact-details.locations.club .view-ev-btn a {
  width: 90%;
}
.note-medi {
    top: 0;
}
.section.t-buttons .buttons {
    top: -135px;
    flex-wrap: wrap;
}
.section.t-buttons .butn {
    width: 230px;
}
.article.c19 .kpeof {
    width: 90%;
}
.home-banner-area .home-head-text div.hp-banner-h1 {
    font-size: 30px;
    line-height: 35px;
}

.competition .about {
    text-align: center;
    margin: 0 25px 75px;
}
.ccs-table {
    width: 100%;
}
.fl-boxes {
    width: 90%;
}
.competition.competition-v2 .list {
    width: 100%;
}
.kcPromoPop {
    width: 90%;
}
.kcPromoPop .butn-y {
    width: 176px;
}




} /* @media 767px */

@media (max-width: 600px) {
.contacts { grid-template-columns: auto; }
.select-form { margin: 10px auto 50px; }
.yellow-box .club-features {
    width: 100%;
}
.yellow-box .club-features p { font-size: 20px; }
.yellow-box .club-features li p.cicon {
    font-size: 21px;
    width: 10%;
}
.article#cart .section-container {
    margin: 0 10px;
}
.kf-cont .fields .half-field {
    width: 100%;
}
.butn-butn {
    display: block;
    width: 50%;
    margin: auto;
}
.events-area .event.no-flex {
    flex-direction: column;
}
.add-booking .events-area .event .img-area {
    width: 100%;
}
.events-area .event.no-flex .event-details .butns {
    align-items: center;
}
.add-booking .events-area .event .event-details {
    width: 100%;
    padding-top: 10px;
}
.events-area .event.no-flex .event-details .butns .butn-y, .events-area .event.no-flex .event-details .butns .butn {
    margin: auto;
    width: 100%;
}
.add-booking .selected {
    width: 100%;
    right: 0;
    text-align: center;
    bottom: -30px;
}
.kf-cont .week .day.first .name{
   display: none;
}
.kf-cont .week .day {
  flex-wrap: wrap;
}
.kf-cont .week .day .name {
  width: 100%;
}
.kf-cont .week .day .name .with-qm p {
  text-align: center;
  width: 100%;
}
.kf-cont .week .day:last-child .name {
  text-align: center;
  width: 100%;
}
.with-qm .help.package {
    right: 70px;
}
.kf-cont .week .day .name {
    padding-bottom: 10px;
}
.kf-cont .description .sub-description {
    width: 100%;
}
.add-booking .two-butn {
    flex-wrap: wrap;
}
.two-butn .butn, .two-butn .butn-y {
    width: 100%;
    margin-bottom: 10px;
}
.kf-cont .booking .butn#butn-submit {
    width: 100%;
}
.kf-cont .week .day > div {
    font-size: 16px;
}
.kelly-form {
    padding: 30px 25px 25px;
}
.book-summary-mobile .items .item {
    flex-direction: column;
}
.cart-row-mobile .item {
    display: flex;
    flex-direction: column;
    font-size: 26px;
}
.book-summary-mobile .items .item .name-total, .cart-row-mobile .item .name-total {
  display: flex;
  width: 100% !important;
}
.book-summary-mobile .items .item .name-total .name {
    width: 85%;
    font-weight: 300;
}
.cart-row-mobile .item .name-total .name {
   width: 75%;
}
.book-summary-mobile .items .item .name-total .total, .cart-row-mobile .item .name-total .total { 
    width: 15%; 
    font-weight: bold;
}
.book-summary-mobile .items .item .qty-amt, .cart-row-mobile .item .qty-amt {
  display: flex;
  width: 100% !important;
  color: #827e7e;
  text-align: left !important;
  padding-top: 15px;
}
.cart-row-mobile .item .qty-amt {
  width: 80% !important;
}
.book-summary-mobile .items .item .qty-amt .qty, .cart-row-mobile .item .qty-amt .qty {
    width: 15%;
    font-weight: 300;
    font-size: 18px;
}
.book-summary-mobile .items .item .qty-amt .amt, .cart-row-mobile .item .qty-amt .amt { 
    width: 85%; 
    font-weight: 300;
    font-size: 18px;
}
.book-summary-mobile .items .item .qty-amt .qty span, .cart-row-mobile .item .qty-amt .qty span {
    font-size: 22px;
    color: #212529;
}
.book-summary-mobile .items .item .qty-amt .amt span, .cart-row-mobile .item .qty-amt .amt span {
    font-size: 22px;
    color: #212529;
}
.cart-head, .cart-row.desktop { display: none; }
.cart-row-mobile { 
    display: block; 
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 20px;
}
.cart-row-mobile .item .qty-amt .qty {
    width: 50%;
    font-size: 22px;
}
.cart-row-mobile .item .qty-amt .amt {
    width: 50%;
    font-size: 22px;
}
.cart-row-mobile .qty-inp input {
    width: 35%;
}
.cart-row-mobile .item .qty-amt {
    align-items: center;
    display: flex;
    align-items: flex-start;
}
.cart-row-mobile .item .qty-amt .amt span {
    /*font-size: 28px;*/
    font-size: 22px;
    font-weight: 400;
}
#cart .cart-row.mobile .cart-col.col1 { display: none; }
#cart .cart-row.mobile .cart-col.col2.mobile { display: none; }
#cart .cart-row.mobile .cart-col.col3-4.mobile { 
    /*width: 83%; */
    width: 75%;
}
#cart .cart-row.mobile .cart-col.col2 { width: 66%; }
#cart .cart-col p {
    font-size: 20px;
}
#cart .cart-col p.pfee {
  font-size: 16px;
}
#cart .cart-row .cart-col.col5.mobile {
    font-size: 26px;
    font-weight: bold;
}
#cart .cart-row .cart-col.col6.mobile {
    display: none;
}
#cart .cart-row-btn .butn-y {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
}
#cart .cart-table .delete {
 text-align: right;
 margin-top: 15px;
}
#cart .cart-table .delete a span{
  text-decoration: underline;
}
#cart .cart-table .delete a i{
  position: relative;
  top: 3px;
}
#cart .cart-row .cart-col.col5.total {
    font-size: 26px;
}
#cart .col5 {
    width: 8%;
}
#cart .col5 {
    width: 10%;
}

.book-summary.book-summary-mobile .items .item.total {
    display: flex;
    flex-direction: row;
}
.section.book-summary { display: none; }
.section.book-summary.book-summary-mobile { display: block; }
.kf-cont .butn#butn-submit, .kf-cont .butn-y#butn-submit {
    width: 100%;
    margin-bottom: 15px !important;
}
.butn-y {
  width: 100%;
}
.secure {
    padding-bottom: 100px;
}
.kf-cont .week .day:last-child .name {
    width: 75%;
}
.kf-cont #jsBookSection .week .day:last-child .name {
    width: 100%;
}
.kf-cont #jsBookSection .week .day .name p {
     text-align: center; 
     width: 100%;
}
.kf-cont .sub-btns {
    display: flex;
    flex-direction: column-reverse;
}
.kf-cont .butn-y#butn-submit {
    margin-right: 0;
}
.my-invoices .proceed-checkout {
    float: none;
    margin: auto;
    width: 100%;
}
.table.mobile a.butn {
  width: 100%;
}
.kf-cont .sub-btns .butn, .kf-cont .sub-btns .butn-y {
  margin-bottom: 15px;
}
.contact-kelly h2 {
    width: 80%;
}
.my-invoices.view-invoice .main .venue-info { flex-direction: column; }
.my-invoices.view-invoice .main .venue-info .logo {
    width: 100%;
    padding-bottom: 10px;
}
.my-invoices.view-invoice .main .venue-info .logo.first {
    text-align: center;
}
.my-invoices.view-invoice .main .venue-info .venue {
    width: 100%;
}
.my-invoices.view-invoice .main .venue-info.first {
    padding-top: 0;
    margin-bottom: 10px;
}
.my-invoices.view-invoice .main .venue-info {
    padding-top: 0;
    margin-bottom: 10px;
}
.booking-summary .kf-cont .two-butn {
  display: block;
}
.my-bookings .main-w-side.no-kf-cont .side { width: 100%; }
.order-complete p {
    width: 100%;
}
.article .two-bx.flx .flbox { width: 100%; }
.article.c19 .kpeof {
    width: 100%;
}
.programme-info .img-cont#torange {
    background: url(/img/kelly2021/Traffic-Light-Orange.jpg) no-repeat center top;
    background-size: contain;
}

/*.programme-info.orange .img-cont {
    min-height: 500px;
}
.programme-info.green .img-cont {
    min-height: 500px;
}
.programme-info.red .img-cont {
    min-height: 500px;
}*/
.fl-boxes .fl-box {
    width: 100%;
}
.competition .yellow-box {
    padding: 50px 15px;
}




} /* @media 600px */



/*@media (min-width: 200px) and (max-width: 500px) {*/
@media (max-width: 500px) {
body .section-container {
    margin: 0 20px;
}
.h1 {
    font-size: 24px;
    line-height: 25px;
    padding: 40px 40px 20px;
}
.article#privacy, .article#terms-cond, .article#basc {
    width: 100%;
}
.article#basc .h1 {
    font-size: 24px;
    line-height: 35px;
}
h2, h3 {
    line-height: 30px;
}
.home-banner-area {
    height: 450px;
    background: url(/img/kelly2023/kc-home-banner.webp) no-repeat center center;
    background-size: cover;
}
.home-banner-area:after {
    height: 450px;
}

.kf-cont.students .fields > div, .kf-cont .fields > div {
    padding-bottom: 5px;
}

.home-banner-area .home-head-text {
    /*top: 193px;*/
    top: 115px;
}
.home-banner-area .home-head-text img#mobile {
    /*width: 85%;*/
    width: 70%;
}
.home-banner-area .logo-section, .banner-area .logo-section {
    top: -63px;
    left: 0;
}
.home-banner-area .main-logo img, .banner-area .main-logo img {
    width: 165px;
}
.home-banner-area .home-head-text div {
    font-size: 18px;
    margin-top: 10px;
    line-height: 20px;
}
.full-banner { height: 285px; }
.full-banner.zonepage  { height: 600px; }
.full-banner .banner-text { 
    font-size: 30px;
    line-height: 35px;
}
.full-banner .banner-text span {
    width: 85%;
    margin: auto;
    line-height: 25px;
}
.full-banner#paul, .full-banner#staff {
    height: 285px;
}
.full-banner#paul .banner-text, .full-banner#staff .banner-text {
    font-size: 30px;
    line-height: 40px;
}
.full-banner .banner-text .head { padding-top: 25px; }
.full-banner .banner-text .head span { font-size: 20px; }
.full-banner#os-sub .oscar { top: 228px; }
.full-banner#os-sub .oscar img { width: 110px; }
.full-banner#boy-soccer .ks-logo {
    top: 25px;
}
.full-banner#boy-soccer .ks-logo img {
    width: 155px;
}
.event-info.zonepage {
    padding: 0;
}

section#oscar-sub > .article {
  padding: 25px 0 50px;
}
.hp-view section#oscar-sub > .article {
    padding: 70px 0 50px;
}
.section-container.employment { padding-top: 32px; }
.section-container.employment p.svcnt {
    width: 100%;
}
.article {
    padding: 50px 0;
}
.article.colo-comp#autoh, .article.colo-comp#autoh-w {
    padding: 0;
    padding-top: 12px;
}
.article.colo-comp#autoh h2 {
    font-size: 21px;
}
.article.colo-comp#autoh-w .content-text-area .colm {
    width: 100%;
    padding-bottom: 20px;
}
.article.colo-comp h1.vacancy {
    width: 95%;
    line-height: 32px;
    font-size: 24px;
}
.article.colo-comp#autoh-w .colm p {
    font-size: 20px;
    /*font-weight: 300;*/
    padding-top: 16px;
    line-height: 29px;
}
.article p.svcnt {
    width: 100%;
    font-size: 20px;
    padding-top: 16px;
    line-height: 29px;
}
.article.colo-comp .colm .par .box {
    font-size: 20px;
    padding-top: 16px;
    line-height: 29px;
}
.article .vacancy-boxes .vacancy-box h2 {
    font-size: 22px;
    width: 100%;
}
.article .vacancy-boxes .vacancy-box .title p {
    font-size: 20px;
    line-height: 29px;
}
.article .vacancy-boxes .vacancy-box .learn-more {
    padding-top: 25px;
}
.article .vacancy-boxes {
    /*padding: 65px 0 75px;*/
    padding: 0 0 75px;
}
.article#privacy, .article#terms-cond {
    padding: 0;
    padding-top: 20px;
    width: 100%;
}
.article#quality-care h2 { width: 100%; }
.yellow-box .content-text-area .colm-left,
.yellow-box .content-text-area .colm-right {
    width: 100%;
}
.yellow-box .content-text-area .colm-left .left, .yellow-box .content-text-area .colm-right .right {
    padding: 22px 0 0;
}
.yellow-box .colm-left .left h2 {
    font-size: 25px;
}
.contact-butn p {
    width: 53%;
}

.hamburgler-icon-wrapper {
    top: -51px;
    right: 23px;
}
.hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
    width: 28px;
}
.search-events-container {
    /* top: -290px; */
}
.search-events-container .find-events-box {
    width: 100%;
    padding: 20px;
}
.find-events-head img {
    min-width: 285px;
    /*padding-top: 20px;*/
}
.search-form-box {
  /*padding-top: 20px;*/
  padding-top: 10px;
}
.search-form-box #text-input-form {
    padding-right: 0;
    padding-top: 7px;
    text-align: center;
}
.search-form-box #text-input-form .text-input {
    width: 270px;
    height: 40px;
} 
.search-form-box #text-input-form .text-input::placeholder {
  /*font-size: 16px;*/
  line-height: unset;
}
.programme-info .img-cont {
    min-height: 290px;
    margin-bottom: 15px;
}
.yellow-box {
    margin-top: 80px;
}
.yellow-box .h1 {
  font-size: 40px;
  padding: 50px 20px 0 20px;
  line-height: 46px;
}
.yellow-box .h1 p {
  font-size: 18px;
  padding-top: 17px;
}
.hp-view .yellow-box .h1 {
    font-size: 30px;
    line-height: 35px;
}
.yellow-box h2, .yellow-box h3 {
  font-size: 20px;
  line-height: 29px;
}
.yellow-box .video-box .video-responsive {
    /* height: 198px; */
}
.yellow-box .club-features .hetz {
    padding-top: 5px;
    width: 100%;
}
.yellow-box .club-features li { clear: both; }
.yellow-box .club-features li p {
    display: inline-block;
    width: 83%;
    padding-bottom: 15px;
}
.testimonials .testimonial .circle-img#sarah {
    width: 125px;
    height: 125px;
}
.testimonials .testimonial .circle-img {
    margin-top: 42px;
}
.testimonials .quote {
    /*font-size: 24px;*/
    font-size: 22px;
    width: 100%;
    padding-top: 35px;
    line-height: 32px;
}
.testimonials .quote-img {
    /*top: 42px;*/
}
.testimonials .quote-img img {
    /*width: 30px;*/
    width: 20px;
}
.testimonials .quote {
    line-height: 35px;
}
button.slick-prev, button.slick-next { display: none; }
.slick-slider .slick-list {
    height: 625px !important;
}
.name-title p {
    padding-top: 21px;
    font-size: 22px;
}
.slick-dots {
    bottom: -70px !important;
}
.find-events-box-blue {
    padding: 55px 0 75px;
}
.find-events-box-blue .map-img img {
    width: 45%;
}
.find-events-box-blue .map-img {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.find-events-box-blue .feb-right {
    width: 100%;
}
.find-events-box-blue .feb-head img {
    width: 100%;
}
.feb {
    grid-gap: 35px;
}
.feb .search-form-box #text-input-form .text-input {
    /*width: 333px;*/
    width: 100%;
}
.feb .search-form-box #text-input-form {
    text-align: left;
}
.feb .search-form-box #text-input-form:last-child {
    width: 100%;
}
.feb .butn-y {
    margin-top: 10px;
    margin-bottom: 20px;
}
.cols-3 {
    padding: 45px 0 10px !important;
}
.cols-3 .kids-img {
    height: 265px;
}

.opportunities {
    padding-top: 26px;
    padding-bottom: 45px;
}
.opportunities h1 {
    font-size: 25px;
    margin-bottom: 10px;
}
.opportunities .text-area {
    width: 100%;
}
.opportunities h2, h3 {
    font-size: 20px;
}
.opportunities .learn-more {
    padding-top: 28px;
}
.opportunities .learn-more #learn-more {
    margin-bottom: 35px;
}
.opportunities h1, .colo-comp h1 { font-size: 26px; }

.fields-area .login-form { 
    width: 90%; 
    padding: 12px 0;
}
.fields-area .home-banner-area { padding: 55px 0; }
.fields-area .login-form h1 {
    font-size: 26px;
}
.fields-area.login-banner .home-banner-area {
    height: 750px;
}
.fields-area.login-banner .home-banner-area:after { height: 750px; }
.fields-area .login-form p {
  width: 94%;
  font-size: 21px;
  line-height: 24px;
}
.fields-area .login-form .text-field {
  width: 94%;
}
.fields-area .login-form .login-butn, .fields-area .login-form .reg-butn { width: 94%; }
.fields-area .forgot-pass a, .fields-area .forgot-pass a:active, .fields-area .forgot-pass a:visited {
    font-size: 20px;
}
span.fb-page {
    font-size: 17px;
}
.footer {
  height: auto;
}
.footer .filler {
    margin-top: 0;
}
.footer .to-top-cont {
    height: 36px;
}
footer .name-title p {
    padding-top: 15px;
}
.footer .text-area p {
    font-size: 21px;
    font-weight: 300;
}
.footer .copyright {
    margin-top: 27px;
    padding-bottom: 28px;
}
.footer .copyright p {
    font-size: 17px;
}
.heading h1 {
  font-size: 25px;
}
.main-w-side .main {
  padding: 25px 20px;
}
.main-w-side .main .search-now {
  width: 100%
}
.wk-row {
  padding: 20px;
}
.wk-row i {
  top: 23px;
}
.wk-row h2 {
  font-size: 20px;
}
.colms .colm p {
  font-size: 18px;
}
.fields-area .register-login .login-form .text-field {
    padding: 5px 0 10px;
}
.for-search .filters .three-frth {
    padding: 0 25px;
}
.for-search .filters .one-frth { 
  padding: 0 15px;
}


.search-results h1 {
  font-size: 23px;
  text-align: center;
}

.reg-crumbs {
  height: 50px;
}
.reg-crumbs > div, .reg-crumbs > div.mobile_active {
  width: 50px;
}
.reg-crumbs label {
  top: 55px;
  width: 18%;
}
.reg-crumbs .mobile {
  font-size: 25px;
}
.reg-crumbs > div {
  font-size: 12px;
}
.reg-crumbs > div.lining {
    border-bottom: 5px solid #0A427A;
}
.butn-butn { width: 100%; }
.events-area .event .event-details .location {
    font-size: 15px;
}
.events-area .event .event-details p {
    font-size: 18px;
}
.events-area .event .event-details .event-name {
    font-size: 21px;
}
.add-booking .selected {
    font-size: 18px;
}
.heading {
    padding-bottom: 0;
    margin-top: 0px;
}
.heading h1 {
    line-height: 32px;
}
.kf-cont .description h2, .kf-cont .description h2 > span.studentCount {
    font-size: 20px;
}
.kf-cont .butn#butn-submit, .kf-cont .butn-y#butn-submit {
  float: none;
  margin: auto;
}
.kf-cont .fields #jsHowGetHome span {
  font-size: 12px;
}
.fields-area .register-login .login-form {
    width: 90%;
    padding: 15px;
}
.fields-area .register-login .login-form.register .text-field span {
  left: 10px;
}
.fields-area .login-form .text-field input {
    width: 100%;
}
.fields-area .register-login .login-form .login-butn {
    width: 90%;
}
.kf-cont h1, .kelly-form h1, .article#cart h1, .article#store h1 {
    font-size: 25px;
}
.fields-area .register-login .login-form .text-field { width: 100%; }
.my-bookings .heading .butns a {
    width: 100%;
    margin-bottom: 20px;
}
.book-summary .items .item div {
    font-size: 20px;
}

.book-summary-mobile .items .item .qty-amt .qty {
    font-size: 16px;
}
.book-summary-mobile .items .item .qty-amt .amt { 
    font-size: 16px;
}
.book-summary-mobile .items .item .qty-amt .qty span {
    font-size: 20px;
}
.book-summary-mobile .items .item .qty-amt .amt span {
    font-size: 20px;
}
.form-error { width: 100%; }
#cart .cart-row .cart-col.col5.total {
    font-size: 22px;
}
#cart .cart-row .cart-col.col5.mobile {
    font-size: 22px;
}
.cart-row-mobile .item {
    font-size: 22px;
}
.fields-area .register-login .login-form.for-search .login-butn {
    width: 90%;
}
.for-search .filters select {
    width: 100%;
}
.for-search .filters .checkbox label {
    font-size: 18px;
}
.kf-cont .week.sports-clinic .day .runs-on {
    width: 100%;
}
.big-h1 {
    font-size: 25px;
}
.event-info .event-details .location {
    font-size: 20px;
}
.event-info .event-details p {
    font-size: 20px;
}
.event-info .event-details .sub-head {
    font-size: 20px;
}
.event-info .event-details p.p-light.sessions {
    line-height: 25px;
}
.event-info .big-img .event-cat {
    font-size: 20px;
}
.event-info .event-details i {
    margin-bottom: 15px;
}
.event-info .side-r .fran-info.mobile .contacts .contact-details h5, .event-info .side-r .fran-info.mobile .contacts .contact-details h4 {
    font-size: 20px;
    line-height: 30px;
}
.event-info .event-details .contact-details p > a {
    font-size: 20px;
}
.event-info .event-details .butns .butn {
    font-size: 20px;
    height: 45px;
}
.form-error.warning .warning-icon i {
    font-size: 40px;
}
.form-error.warning {
    padding: 20px 20px;
}
.form-error.warning .warning-icon {
    padding-right: 20px;
}
.form-error.warning .form-error-message {
    font-size: 16px;
}
.kf-cont .fields .long-span-text span {
  position: relative;
  top: 0;
}
.kf-cont .fields .long-span-text textarea {
  padding: 5px 7px 10px;
}
.my-invoices.view-invoice .main .venue-info .venue p { font-size: 18px; }
.my-invoices.view-invoice .main .venue-info .logo p { font-size: 18px; }
.table.mobile.view-invoice .event-name p { font-size: 18px; }
.table.mobile.view-invoice .dues p { font-size: 18px; }
.table.also-mobile .table-row > div.amt {
    width: 50%;
}
.table.also-mobile .table-row > div.totals {
    width: 50%;
}
.invoice-calendar {
    background-color: unset;
    padding-top: unset;
}
.invoice-calendar .wk-row h2 {
    text-align: center;
}
.for-search .filters .checkbox input {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.kf-cont .fields .user-select span {
    top: -20px;
}
.section-container.full-width {
    padding: 0 20px;
}
.learn-more .ticktext {
    font-size: 55px;
}
.learn-more .text {
    font-size: 20px;
}
.store-item .details {
    align-items: center;
    flex-direction: column;
}
.store-item .details .item-img {
    width: 100%;
    margin-bottom: 30px;
}
.store-item .details .item-info {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.store-item .details .item-info .h1 {
    text-align: center;
}
.item-info.kf-cont .fields .eight-field {
    position: relative;
    width: 25%;
    margin: auto;
}
.item-info.kf-cont .fields span {
    position: unset;
}
.store-item .sub-butn {
    width: 100%;
}
.social-icons {
    flex-direction: column;
}
.product-list .product .prod-desc {
    text-align: center;
}
.product-list .product .butn-cont {
    position: unset;
    margin: auto;
}
div.bookingpage .desktop {
  display: none;
}
div.bookingpage .mobile {
  display: block;
}
div.bookingpage#popmodal .btn {
  width: 90%;
}
div.bookingpage#popmodal strong {
  font-size: 30px;
}
div.bookingpage#popmodal .btn {
  font-size: 14px;
}
.kf-cont .fields span.checkmark {
  top: 7px;
}
.event-info .event-details .social i {
    font-size: 35px;
}
.order-complete .img {
    width: 80%;
}
.find-events-box-blue .butn-y {
    min-width: unset;
    width: 100%;
    font-size: 13px;
}
.article .two-bx.flx .one-row .flbox.clist {
    /*flex-wrap: wrap;*/
    justify-content: center;
}
.article.colo-comp#autoh-w .colm .contact-person p { padding-top: 0; }
.article.colo-comp#autoh-w .content-text-area .colm.img {
  text-align: center;
}

div#popmodal span.closepop {
  left: -10px;
} 
.section.t-buttons {
    height: 200px;
}
.section.t-buttons .buttons {
    top: 30px;
}
.section.t-buttons .butn {
    width: 160px;
}
.article.c19 {
    padding: 25px 0 5px;
}
.article.c19 .h1 {
    font-size: 40px;
    line-height: 40px;
    font-size: 30px;
}
.article.c19 .kpeof .twocs .sleft {
    width: 75%;
}
.article.c19 .kpeof .twocs .sright {
    width: 100%;
}
.article.c19 .kpeof .twocs .butn {
    margin: auto;
}
.article.c19 .kpeof .twoflx {
    flex-wrap: wrap;
}
.article.c19 .kpeof .twoflx .fleft {
    width: 100%;
}
.article.c19 .kpeof .twoflx .fright {
    width: 100%;
}
.c19 .h1 {
    font-size: 30px;
    line-height: 40px;
}
.c19 .h1 p.pc19 {
    width: 100%;
}
.kf-cont .fields textarea {
    height: 200px;
}
.kf-cont.zonepage .fields textarea {
    padding: 50px 7px 10px;
}
.kf-cont.zonepage .fields .checkbox.cb-custom {
    left: 10px;
}
.hp-slider .slick-slide img {
    width: 250px;
}
.article .hp-timetable h2 {
    font-size: 30px;
    line-height: 35px;
}
.hp-view .club-features .hp-geni div {
    min-height: unset;
}
.home-banner-area .logo-section div.santa-hat, .banner-area .logo-section div.santa-hat {
    right: 129px;
}


/* ul.event-downloads {
    text-align: center;
} */
.event-iframe {
    width: 90%;
    height: 500px;
}
.competition .yellow-box {
    padding: 10px;
}
.competition .list { width: 100%; }
.competition .list ol li p {
    line-height: 25px;
}
.competition .details li p.cicon {
    padding-right: 40px;
}
.competition .details ul li {
    line-height: 40px;
}
.oscar-view .sides {
    flex-wrap: wrap;
}
.oscar-view .osc-cols .sides .side1 {
    width: 1090%;
}
.oscar-view .osc-cols .sides .side2 {
    width: 100%;
}
.oscar-view .osc-cols .osc-col-right {
    padding: 0 10px;
}
.oscar-view .osc-cols .sides .dl-form {
    width: 85%;
    margin: auto;
    margin-top: 25px;
}
.oscar-view .article.great-news {
    padding-top: 175px;
}
.oscar-view .yellow-box .h1 {
    font-size: 24px;
}
.oscar-view .osc-cols a.a-undlin, .oscar-view .osc-cols a.a-undlin:link, .oscar-view .osc-cols a.a-undlin:visited {
    font-size: 16px;
}
.oscar-view .section-container.oscar {
    margin: 0 10px;
}
.oscar-view .faq .butn-y { width: 300px; }
.video-box.yt-vid { width: 100%; }
.fl-boxes .fl-box .fl-icont {
    float: none;
    margin: auto;
}
.fl-boxes .fl-box .fl-text {
    float: none;
    width: 100%;
    margin-top: 15px;
}
.fl-boxes .fl-box .fl-text h2 {
    text-align: center;
}
.fl-boxes .fl-box .fl-text p {
    text-align: center;
}
.competition.competition-v2 .tandc {
    margin: 0 25px 100px;
}
.competition.competition-v2 .article .h1 {
    font-size: 24px;

}
.competition .yellow-box .h1 {
    font-size: 24px;
}
.competition.competition-v2 .yellow-box {
    padding: 10px 50px 50px;
}
.book-summary .items .item.total div {
    width: 25%;
}
.book-summary .items .item.total div:first-child {
    width: 70%;
}
.book-summary-mobile .items .item .name-total .name {
    width: 80%;
}
.book-summary-mobile .items .item .name-total .total, .cart-row-mobile .item .name-total .total {
    width: 20%;    
}
.event-info ul.event-downloads.is-flx li {
    width: 100%;
}
.event-info ul.event-downloads.is-flx li a.butn-y {
    width: 100%;
    margin: none;
}
.kcPromoPopCont {
    background: url(/img/kelly2024/2025OctoberHPWide.webp) no-repeat -160px center;
    background-size: cover;
}
.kcPromoPopText {
    font-size: 25pt;
    line-height: 30pt;
    padding-top: 40px;
}
.kcPromoPopButn {
	padding-top: 60px;
}





} /* @media 500px */

@media (max-width: 390px) {
/* .kcPromoPopText {
    font-size: 30pt;
    line-height: 30pt;
} */
/* .kcPromoPopButn {
    padding-top: 95px;
} */

} /* @media 390 */


@media (max-width: 380px) {
/*.hamburgler-active .hamburgler-menu-list {
    transform: translate(-42%, -50%) scale(1);
    width: 80%;
}*/
.hamburgler-menu-list {
  left: 130px;
}
.back-butn {
    left: 25px;
}
h2 {
  font-size: 20px;
}
.employment.detailed .vacancy-boxes h2 span {
  font-size: 18px;
}
.article.colo-comp p {
  font-size: 20px;
}
.employment.detailed .vacancy-boxes li {
  font-size: 20px;
}
.article.colo-comp p a {
  font-size: 18px;
}
.widgts .boxes .box, .widgts .contacts .contact {
    padding: 40px 25px;
}
.widgts .boxes .box .edit {
    top: 10px;
    right: 11px;
}
#cart .cart-col p.pfee {
  line-height: 25px;
}
.article#store, .article#cart {
    padding: 82px 15px 32px;
}
.testimonials .quote {
  font-size: 18px;
}
.testimonials .name-title p {
  font-size: 18px;
  line-height: 25px;
}
div.child-booked .book-info .event-info { flex-direction: column-reverse; }
div.child-booked .book-info .edit { font-size: 20px; }
div.child-booked .book-info .event-info .event-venue { width: 100%; }
div.bookingpage#popmodal strong {
  font-size: 26px;
}
div.bookingpage#popmodal .btn {
  font-size: 12px;
}

.full-banner#compete-ks {
    background: url(/img/kelly2020/Competition-Banner2.jpg) no-repeat center right;
    background-size: cover;
}
.section.t-buttons {
    height: 295px;
}
.section.t-buttons .butn {
    width: 200px;
}

.kf-cont .fields span.checkmark {
    left:  10px;
}
.kf-cont .fields .checkbox.cb-custom {
    left:  10px;
}
.kcPromoPopCont {
    background: url(/img/kelly2024/2025OctoberHPWide.webp) no-repeat -160px center;
    background-size: cover;
}
/* .kcPromoPopButn {
    padding-top: 55px;
} */




} /* @media 380 */