/* ==============================
global.css
---------------
Developed By: NetKi Pty Ltd
Web: 	www.netki.com.au
Email: 	contact@netki.com.au
Phone: 	1300 557 849
Copyright (c) 2012 NetKi Pty Ltd
============================== */
html
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;  
}
#allocation-form-inner > div#allocation-details {
    overflow: auto;
    max-width: 450px;
}

@media (max-width:1300px) {
    #allocation-form-inner > div#allocation-details {
        width: 95%;
    }
}

body
{
    margin: 0px 0px 0px 0px;
    background: #ffffff;
}

/* Netki Edits
------------------------------ */
#booking-errors.active
{

    margin: 10px;

    border: solid 3px #b50b0b;

    padding: 10px;

    box-sizing: border-box;

    color: #b50b0b;

}

#login-info
{
    margin-top: 1em;
}

#login-info a
{
    cursor: pointer;
    border: 1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px;
    box-shadow: #B4B5B5 1px 1px 1px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #444A9C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cbe3), to(#454b9d));
    background-image: -webkit-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -moz-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -ms-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -o-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: linear-gradient(to bottom, #c9cbe3, #454b9d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

#available-times a.active
{
    font-weight: bold;
}
#student-navigation
{
    background: #444A9C;
}

#student-navigation a
{
    margin-right: 1em;
    color: #ffffff;
    padding: 1em 1em 1em 1em;
    display: inline-block
}

#terms-scroll
{
    margin: 1em 0px 0px 0em; 
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
}

#birs_appointment_form ul #terms-scroll ul
{
}

#birs_appointment_form ul #terms-scroll ul li
{
    padding: 0px 0px 0px 1em;
    margin: 0.5em 0px 0.5em 0px;
}

#birs_appointment_form ul #terms-scroll ul li:before
{
    margin: 0px 10px 0px 0px;
    content: "-";
    position: relative;
    left: 0px;
}

li.birs_form_field.birs_appointment_location
{
    display: none !important;
}

div#birs_appointment_timeoptions span a
{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FAFAFA),
        color-stop(1, #CFCFCF)
        );
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #CFCFCF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #CFCFCF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #CFCFCF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #CFCFCF 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 0%, #CFCFCF 100%);
    float: none;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    border: solid 1px #B5B5B5;	
    margin: 10px 5px 10px 5px;
    color: #636363;
    font-size: 1em;
    text-align: center!important;
    border: solid 1px #CFCFCF!important;

}

div#birs_appointment_timeoptions span a:hover
{
    color: #636363;
}

div#birs_appointment_timeoptions a.selected
{
    padding: 10px 10px 10px 10px!important;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #85C9ED),
        color-stop(1, #017CC3)
        );
    background-image: -o-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -moz-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -webkit-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -ms-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: linear-gradient(to bottom, #85C9ED 0%, #017CC3 100%);
    color: #ffffff!important;
    border: solid 1px #168dd0!important;
}

#birs_appointment_datepicker .ui-state-active
{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #85C9ED),
        color-stop(1, #017CC3)
        );
    background-image: -o-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -moz-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -webkit-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: -ms-linear-gradient(bottom, #85C9ED 0%, #017CC3 100%);
    background-image: linear-gradient(to bottom, #85C9ED 0%, #017CC3 100%);
    border-radius: 3px;
    border: solid 1px #168dd0!important;
}

.ui-datepicker td a
{
    border: solid 1px #ffffff!important;
}

#birs_appointment_form .birs_form_field textarea
{
    font-family: 'Lato', sans-serif; 
}

.cart_item dd p
{
    display: block;
    float: left;
    margin: 0;
}

dd.variation-Service,
dd.variation-Location,
dd.variation-Provider,
dd.variation-Time,
dd.variation-Location,
dd.variation-Date,
dd.variation-Notes
{
    margin: 0;
    display: block;
}

.woocommerce-checkout #payment
{
    background: none;
}

.available
{
    display: block;
    margin-top: 1em;
    border-top: solid 1px #ffffff;
    padding-top: 1em;
    font-size: .9em;
}

#available-times a
{
    text-align: center;
    font-size: 1.1em;
    background: #f7f7f7;
    font-weight: 600;
    padding: .3em;


    cursor: pointer;
    border: 1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px;
    box-shadow: #B4B5B5 1px 1px 1px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 12px 22px 12px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #444A9C;
    letter-spacing: .5px;

}

#search-allocation
{
    cursor: pointer;
    border: 1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px;
    box-shadow: #B4B5B5 1px 1px 1px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 12px 22px 12px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #444A9C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cbe3), to(#454b9d));
    background-image: -webkit-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -moz-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -ms-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -o-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: linear-gradient(to bottom, #c9cbe3, #454b9d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

#available-times a.active
{
    background:  #2f8bca;
    -webkit-box-shadow: #B4B5B5 5px 4px 4px;
    -moz-box-shadow: #B4B5B5 5px 4px 4px;
    box-shadow: #B4B5B5 5px 4px 4px;
    border: 1px solid #2A70A0;
}

/* Elements
------------------------------ */
.mobile-only,
#mobile-buttons,
#home-logo
{
    display: none;
}

a.button,
a.button-black
{
}

a.button:hover
{
}

/* Checkout 
------------------------------- */
body .woocommerce .woocommerce-info, 
body .woocommerce-page .woocommerce-info
{
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

body .woocommerce .woocommerce-info:before, 
body .woocommerce-page .woocommerce-info:before
{
    display: none;
}

body .woocommerce form input.input-text
{
    padding: .7em 0.5em .7em .5em;
    border: none;
    background: #f3f3f2;
    font-family: 'Lato', sans-serif;
}

body .chosen-container-single .chosen-single
{
    border: none;
    padding: .4em 0.5em .4em .5em;
    border-radius: 0px;
    background: #f3f3f2;
    box-shadow: none;
    -webkit-box-shadow: none;
}

body .woocommerce table.shop_table, 
body .woocommerce-page table.shop_table
{
    border-radius: 0px;
}

body .woocommerce input.button.alt
{
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0.5em 2em 0.5em 2em;
    border: solid 2px #31302e;
    color: #31302e;
    min-width: 250px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent;
    font-family: 'Lato', sans-serif; 

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);

    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
}

body .woocommerce input.button.alt:hover
{
    background: #31302e;
    color: #ffffff;
}

body .woocommerce input.button,
body .woocommerce .cart .button, body .woocommerce .cart input.button
{
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

body .chosen-container
{
    max-width: 100%;
}

/* Layout
------------------------------ */
body.page-massage-courses h1,
body.page-fitness-courses h1
{
    text-align: center;
}

.mobile-only
{
    display: none;
}

#fixed-navigation
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: #ffffff;    
}

#fixed-navigation .logo-wrapper-small
{
    float: left;
    color: #2D3491;
    font-size: 0.75em;
    padding: 5px 0px 10px 0px;
}

#fixed-navigation .logo-wrapper-small span
{
    margin: 4px 0px 0px 0px;
    float: left;
}

#fixed-navigation .logo-wrapper-small img
{
    margin: 0px 10px 0px 0px;
    float: left;    
}

#fixed-navigation ul.header-links
{
    font-size: 0.8em;
    margin: 7px 0px 5px 0px;
}

#fixed-menu-wrapper
{
    background: #efefef;
    border-bottom: solid 1px #cccccc;
}

#fixed-menu-wrapper ul.nav
{
    margin: 7px 0px 0px 0px;
    float: left;
}

#fixed-menu-wrapper ul.nav ul
{
    padding-top: 13px;
}

#fixed-menu-wrapper ul.nav ul ul
{
    padding-top: 0px;
}

#fixed-menu-wrapper a.btn-enquire
{
    margin: 0px 0px 0px 0px;
}

#site-wrapper
{
    margin: 0px auto 0px auto;
    width: 100%;
}

.wrapper
{
    float: left;
    width: 100%;
}

.inner-wrapper
{
    margin: 0px auto 0px auto;
    max-width: 1200px;
}

#header
{
    position: relative;
    background: url(../images/site/header-bg.png) repeat-x center bottom;
    padding-bottom: 90px;
    z-index: 2;
}

#header .inner-wrapper
{
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

#header-links-wrapper
{
    float: left;
    width: 100%;
}

ul.header-links
{
    float: right;
    margin: 1em 0px 2em 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.header-links li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0.5em 0.25em 0.5em;
    float: left;
    list-style: none;
    border: solid 1px #d2dbff;
    border-top: none;
    border-left: none;
}

ul.header-links li:last-child
{
    border-right: none;
}

ul.header-links li a
{
    text-transform: uppercase;
    font-size: 0.9em;
}

ul.header-links li.social a
{
    margin: 0px 3px 0px 3px;
}

#logo
{
    margin: -40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 540px;
    height: 115px;
    text-indent: -9999px;
    background: url(../images/site/logo.jpg) no-repeat center;
}

#phone
{
    margin: 0px 0px 0px 0px;
    float: right;
    font-size: 45px;
    width: 50%;
    text-align: right;
    color: #2D3491;
}

#nav
{
    margin: 1em 0px 0px 0px;
    float: left;
}

a.btn-enquire,
a.btn-header-links,
input[type=submit].gform_button,
#birs_book_appointment,
body .woocommerce input.button.alt
{
    cursor: pointer;
    float: right;
    margin: 7px 0px 0px 0px;
    border:1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px; 
    box-shadow: #B4B5B5 1px 1px 1px  ; 
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size:15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; 
    padding: 12px 22px 12px 22px; 
    text-decoration:none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #444A9C; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cbe3), to(#454b9d));
    background-image: -webkit-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -moz-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -ms-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -o-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: linear-gradient(to bottom, #c9cbe3, #454b9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

#birs_book_appointment
{
    float: left;
    margin-bottom: 40px;
}

a.btn-header-links
{
    padding: 6px 11px 6px 11px; 
}

#left-sidebar a.massage
{
    background-color: #444A9C; 
    border:1px solid #2f8bca;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aad9ed), to(#52b3e0));
    background-image: -webkit-linear-gradient(top, #aad9ed, #52b3e0);
    background-image: -moz-linear-gradient(top, #aad9ed, #52b3e0);
    background-image: -ms-linear-gradient(top, #aad9ed, #52b3e0);
    background-image: -o-linear-gradient(top, #aad9ed, #52b3e0);
    background-image: linear-gradient(to bottom, #aad9ed, #52b3e0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#aad9ed, endColorstr=#52b3e0);
}

input[type=submit].gform_button
{
    margin-bottom: 1em;
}

a.btn-courses
{
    float: right;
    margin: 0px 4px 0px 0px;
    border:1px solid #61639d;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px; 
    box-shadow: #B4B5B5 1px 1px 1px  ; 
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size:13px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; 
    padding: 7px 15px 7px 15px; 
    text-decoration:none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #aaacd2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaacd2), to(#6e70ad));
    background-image: -webkit-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -moz-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -ms-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -o-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: linear-gradient(to bottom, #aaacd2, #6e70ad);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

a.btn-workshops
{
    float: left;
    margin: 0px 4px 0px 0px;
    border:1px solid #61639d;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px; 
    box-shadow: #B4B5B5 1px 1px 1px  ; 
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size:13px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; 
    padding: 7px 15px 7px 15px; 
    text-decoration:none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #aaacd2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaacd2), to(#6e70ad));
    background-image: -webkit-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -moz-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -ms-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: -o-linear-gradient(top, #aaacd2, #6e70ad);
    background-image: linear-gradient(to bottom, #aaacd2, #6e70ad);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}


a.btn-courses:hover,
a.btn-workshops:hover
{
    color: #ffffff;
    opacity: 0.8;

}

body.page-testimonials #content-with-sidebar hr
{
    margin: 1em 0px 1em 0px;
}

body.page-industry-partners #content-with-sidebar hr,
body.page-workshops #content-with-sidebar hr
{
    margin: 1.2em 0px 1.2em 0px;
}


a.btn-enquire:hover,
#birs_book_appointment:hover
{
    color: #ffffff;
    opacity: 0.8;
}

#content-wrapper
{

}

#content
{
    padding-bottom: 5em;
    font-size: 0.9em;

    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -moz-transition: -moz-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -o-transition: -o-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    transition: transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#page-header
{
    margin-top: -30px;
}

#page-header .mask
{
    position: relative;
    height: 41px;
    background: url(../images/site/mask.png) no-repeat center top;
    background-size: 100% auto;
}

#page-header img
{
    margin-top: -41px;
}

#breadcrumbs
{
    margin: 1.0em 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #c5c5c5;
    font-weight: 400;
}

#breadcrumbs a,
#breadcrumbs a:visited
{
    color: #c5c5c5;
}

#footer
{
    height: auto;
    min-height: 400px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
    color: #f3f3f3;
    border-top: 1px solid #555555;
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #333333 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(75%,#333333));
    background: -webkit-linear-gradient(top, #666666 0%,#333333 75%);
    background: -o-linear-gradient(top, #666666 0%,#333333 75%);
    background: -ms-linear-gradient(top, #666666 0%,#333333 75%);
    background: linear-gradient(to bottom, #666666 0%,#333333 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
}

.footer-item
{
    margin: 0px 0.8% 0px 0.8%;
    float: left;
    width: 15.0%;
    font-size: 0.75em;
    text-align: left;
}

img.sponsor
{
    margin: 0em 0px 1em 0px;
    display: block;
    max-width: 125px;
}

#footer ul.nav
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#footer ul.nav li
{
    margin: 0em 0px 0.75em 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: block;
}

#footer ul.nav li a
{
    text-transform: none;
    font-size: 1em;
    color: #eeeeee;
}

ul.social-links
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.social-links li
{
    margin: 0px 1em 0px 1em;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: inline;
}

ul.social-links li a
{
    color: #eeeeee;
    font-size: 1.5em;
}

#content .three-wide-desktop .page-item-row-4
{
    margin: 20px 3% 20px 3%;
    padding: 0px 0px 0px 0px;
    width: 27.3%;
    float: left;
}

#back-to-courses
{
}

/* Page Editor
------------------------------ */
#content .panel-grid
{
    margin: 0px 0px 0px 0px;
}

/* Search Form
------------------------------ */
#search-form-wrapper
{   
    margin: -20px 0px 10px 0px;
    float: right;
}

#search-form input[type=text]
{
    margin: 0px 0px 0px 0px;
    padding: 5px 3px 5px 3px;
    border: solid 2px #cccccc;
    border-radius: 5px;
}

#search-form button
{
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 4px 10px 5px 10px;
    border: none;
    font-size: 1.0em;
    color: #2D3491;
    background: transparent;
}

#search-form button:hover
{
}

hr.small-margin
{
    margin: 1em 0px 1em 0px;
}

.search-content p
{
    margin-top: 0;
}

/* Request information form
------------------------------ */
#field_1_9 .ginput_container
{
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

#field_1_9 .ginput_container ul li
{
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}
/* Page Template - Home
------------------------------ */
p.home-quote
{
    margin-bottom: 20px;
}

#awards
{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

/* Pages with Sidebars
------------------------------ */
#left-sidebar
{
    margin: 0px 2% 0px 0px;
    float: left;
    width: 16%;
}

#right-sidebar
{
    margin: 0px 0px 0px 2%;
    float: right;
    width: 16%;
    text-align: center;

}

#right-sidebar img
{
    width: 70%;
}

#content-with-sidebar
{
    float: left;
    width: 64%;
}

/* Blog Listing Page 
--------------------------- */
.blog-item
{
    width: 30%;
    margin: 1em 1.5% 1em 1.5%;
    padding: 0px 0px 1em 0px;
    display: inline-block;;
    border-bottom: solid 1px #cccccc;
}

.pagination
{
    margin: 1em 0px 0px 0px;
    display: block;
    width: 100%;
}

.pagination .nav-previous
{
    float: left;
    width: 50%;
    text-align: left;
}

.pagination .nav-next
{
    float: right;
    width: 50%;
    text-align: right;
}

.blog-widget-item
{
    margin: 0em 0px 1.5em 0px;
    padding: 0px 0px 1.5em 0px;
    border-bottom: solid 1px #cccccc;
}

.featured-image
{
    margin: 1em 1em 1em 1em;
    float: left;
    max-width: 25%;
}

/* Testimonial Sidebar
--------------------------- */
#left-sidebar > div
{
    float: left;
    padding-bottom: 2em;
}

.testimonial-loop-wrapper
{
    color: #7e7e7e;
}

.testimonial-loop-wrapper hr
{
    margin: 0px 0px 0px 0px;
}

/* Job Listings 
--------------------------- */
#job-listings .job-listing a.btn-enquire
{
    float: none;
}

#job-listings .job-listing .job-button-wrapper
{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

a.btn-job
{
    font-weight: bold;
    color: #969696;
    margin-right: 1em;
}

#job-filter select
{
    border: solid 2px #ededed;
    font-family: 'Lato', sans-serif;
    padding: .5em 1em .5em .5em;
}

#job-filter button
{
    margin: 0em 0px 0px 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #444a9c;
    border: solid 2px #373d8a;
    color: #ffffff;
    padding: .5em .8em .5em .8em;
}

#job-filter button:hover
{
    opacity: 0.8;
}

.job-logo
{
    display: block;
}

.job-logo img
{
    max-width: 35%;
    height: auto;
    float: right;
}

.filter-row
{
    display: block;
    margin: 1em 0px 1em 0px;
}

/* Job Listings - Single
--------------------------- */
#left-sidebar.jobs-page
{

}

#left-sidebar.jobs-page a.btn-enquire
{
    text-align: center;
}

/* Subscribe Form 
------------------------------ */
#mc-embedded-subscribe-form label
{
    margin: 0.25em 0px 0.25em 0px;
    display: inline-block;
    width: 45%;
    max-width: 100px;
    margin-right: 1%;
}

#mc-embedded-subscribe-form input
{
    display: inline-block;
    width: 50%;
    margin-left: 1%;
}

#mc-embedded-subscribe-form input[type=submit]
{
    cursor: pointer;
    width: auto;
    margin: 7px 0px 0px 0px;
    border:1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px; 
    box-shadow: #B4B5B5 1px 1px 1px  ; 
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size:15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; 
    padding: 12px 22px 12px 22px; 
    text-decoration:none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #444A9C; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444A9C), to(#5258B5));
    background-image: -webkit-linear-gradient(top, #444A9C, #5258B5);
    background-image: -moz-linear-gradient(top, #444A9C, #5258B5);
    background-image: -ms-linear-gradient(top, #444A9C, #5258B5);
    background-image: -o-linear-gradient(top, #444A9C, #5258B5);
    background-image: linear-gradient(to bottom, #444A9C, #5258B5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

/* Mobile Menu
------------------------------ */
#mobile-menu
{
    padding: 0.5em 0em 0px 0em;
    width: 50%;
    position: fixed;
    top: 80px;
    left: -50%;
    z-index: 900;
    background: #3e4599;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -moz-transition: -moz-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -o-transition: -o-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    transition: transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#mobile-menu a.mobile-menu-button
{
    margin: 1em 10% 1em 10%;
    padding: 0.25em 0.5em 0.3em 0.5em;
    display: block;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    border: solid 2px #ffffff;
}

#mobile-menu a.mobile-menu-button:hover
{
    background: #ffffff;
    color: #3e4599;
}

ul.nav-mobile
{
    display: block;
    margin: 1.4em 0px 0px 0px;
    padding: 1em 2em 1em 2em;
    list-style: none;
    background: #f8f8f9;
}

ul.nav-mobile li
{
    margin: 2em 0px 2em 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.nav-mobile li a
{
    text-transform: uppercase;
    font-weight: 700;
}

/* Second Level */
ul.nav-mobile li ul
{
    display: none;
    padding-left: 0;
}

ul.nav-mobile li ul li
{
    margin: 1.5em 0px 1.5em 0px;
}

ul.nav-mobile li ul li:last-child:after
{
    margin: 1em 0px 0px 0px;
    content: "";
    display: none;
    width: 100%;
    height: 1px;
    background: #8b8b9b;
}

ul.nav-mobile li ul li a
{   
    color: #747bce;
    font-size: 0.9em;
    padding-left: 0.5em;
    border-left: solid 2px #747bce;
}

/* Third Level */
ul.nav-mobile li ul li ul
{
}

ul.nav-mobile li ul li ul li::marker
{
}

ul.nav-mobile li ul li ul li
{
    margin-left: 1em;
    padding-left: 10px;
    background: url(../images/site/mobile-menu-marker.png) no-repeat left 8px;
}

ul.nav-mobile li ul li ul li a
{
    padding-left: 0px;
    border-left: none;
    text-transform: none;
}

ul.nav-mobile li ul li ul li:last-child:after
{
    display: none;
}

/* Social Icons */
ul.mobile-social
{
    margin: 0px 0px 0px 0px;
    padding: 1em 0px 1em 0px;
    list-style: none;
    background: #58595b;
    text-align: center;
}

ul.mobile-social li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: inline;
}

ul.mobile-social li a
{
    color: #ffffff;
    margin: 0em 5% 0em 5%;
    font-size: 1.5em;
}

ul.mobile-social li a:hover
{
    opacity: 0.75;
}

/* Slider
------------------------------ */
.slideshow
{
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slideshow ul.slideshow-nav
{
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    background: transparent;
    top: 35%;
    margin: 0px auto 0px -700px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    z-index: 20;
}

/* Forms
------------------------------ */

ul.fields,
ul.form
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.fields li,
ul.form li
{
    margin-bottom: .5em;
}

ul.fields li input,
ul.fields li select,
ul.form li input,
ul.form li select,
#username,
#password
{
    padding: .5em;
    font-family: 'Lato', sans-serif;
}

#username
{
    margin-bottom: 1em;
}

#password
{
    margin-bottom: 1em;
}

ul.fields li button,
#login,
#allocation-form-inner button
{
    cursor: pointer;
    margin: 7px 0px 0px 0px;
    border: 1px solid #333775;
    -webkit-box-shadow: #B4B5B5 1px 1px 1px;
    -moz-box-shadow: #B4B5B5 1px 1px 1px;
    box-shadow: #B4B5B5 1px 1px 1px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 12px 22px 12px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #444A9C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cbe3), to(#454b9d));
    background-image: -webkit-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -moz-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -ms-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: -o-linear-gradient(top, #c9cbe3, #454b9d);
    background-image: linear-gradient(to bottom, #c9cbe3, #454b9d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444A9C, endColorstr=#5258B5);
}

#allocation-form-inner
{
    margin-bottom: 2em;
}

#allocation-details
{
    margin-top: 1em;
    margin-bottom: 1em;
}

#allocation-details table,
table.appointment-list
{
    background: #f5f5f5;
    padding: .5em;
}

#allocation-details table td,
table.appointment-list td
{
    padding: .9em;
    background: #f8f8f8;
}

.page-title.Login
{
    margin-bottom: 1em;
}

.course-name-box p {
    color: #fff !important;
}

button#reset-pass-submit {
    background: #feb415;
    border: 0px;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-top: 27px;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}

.custom_bbtns .vc_col-sm-4{
    width: auto;
}

@media screen and (max-width: 1400px)
{
    .slideshow ul.slideshow-nav
    {
        width: 100%;
        margin: 0px auto 0px -50%;
    }
}

.slideshow ul.slideshow-nav a
{
    color: #a1a1b2;
    font-size: 2em;
}

.slideshow ul.slideshow-nav .prev
{
    margin-left: 3%;
    float: left;
}

.slideshow ul.slideshow-nav .next
{    
    margin-right: 3%;
    float: right;
}

.slideshow ul.nav li a
{

}

.slideshow ul.slides
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    min-height: 120px;
}

#testimonilas .slideshow ul.slides
{
    min-height: 200px;
}

.slideshow ul.slides li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    text-align: center;
    width: 100%;
}

#awards ul.slides li a
{
    margin: 0px 2% 0px 2%;
    display: inline;
    max-width: 20%;
}

#awards ul.slides li img
{
    max-width: 116px;
    max-height: 116px;
    width: 16%;
    height: auto;
}

#awards ul.slideshow-nav
{
    display: none;
}

#testimonials ul.slides
{
    position: relative;
    background: #f5f5f9;
    margin-bottom: 2em;
    float: left;
    height: auto;
    width: 100%;
}

#testimonials ul.slides li
{
    padding: 1em 10% 6em 10%;
    width: 80%;
}

#testimonials h2
{
    text-align: center;
    width: 90%;
    font-size: 1.7em;
    color: #464295;
    margin: 0px 5% 1em 5%;
}

#testimonials .testimonial-description
{
    font-weight: 700;
}

#testimonials ul.slides li table
{
    border: solid 1px red;
}
div#available-times a {
    border: 1px solid #2ea3d9 !important;
    background: none !important;
    color: #000 !important;
    font-weight: 300 !important;
    width: 180px !important;
    box-shadow: none !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
    text-shadow: none !important;
}
div#available-times a .available{
    margin-top: 0 !important;
    border: none !important;
    padding: 0 !important;
}
div#available-times span.no_results {
    display: block;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 15px 0px;
    background: #e6e6e6;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#available-times a.active{
    background: #2ea3d9 !important;
}

/*booking page css*/

.cls-datetime-outer {
    display: table;
    justify-content: space-between;
    width: 100%;
}        	

.cls-datetime-outer #appointment_datepicker {
    width: auto;
}

.cls-datetime-outer .cls-next-booking-outer {
    width: auto;
}

.cls-datetime-outer > * {
    display: table-cell;
    width: 33%;
}



#next-available-times a {
    border: 1px solid #2ea3d9;
    background: none;
    color: #000;
    font-weight: 300;
    width: 180px;
    border-radius: 21px;
    margin: 15px 1% 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 10px;
}
#next-available-times a .cls-date {
    display: block;
}
#next-available-times a.active {
    background-color: #2ea3d9;
    color: #fff;
    border-color: #2ea3d9;
}
div#next-available-times {
    display: flex;
    flex-wrap: wrap;
}

#next-available-times a span.available {
    margin-top: 3px;
    padding: 0;
    border: none;
}
.cls-datetime-outer h3 {
    margin: 0 10px;
    width: 20%;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.cls-datetime-outer h3:before, .cls-datetime-outer h3:after {content: "";width: 1px;height: 42%;position: absolute;left: 0;right: 0;margin: 0 auto;background: #ccc;}
.cls-datetime-outer h3:before {
    top: 0;
}
.cls-datetime-outer h3:after {
    bottom: 0;
}
#available-times a.active {
    color: #fff!important;
}


/* Media Query - Tablet
--------------------------- */
@media screen and (max-width: 975px){
    #content h1
    {
        margin-bottom: 1em;
    }

    .mobile-only
    {
        display: inline-block;
    }

    .mobile-hide
    {
        display: none;
    }

    .mobile-only
    {
        display: block;
    }

    a#logo
    {
        margin-right: 1.5%;
        float: right;
        height: 80px;
        max-width: 30%;
        background-size: contain;
    }

    a#phone
    {
        margin-top: 0.6em;
        margin-right: 2%;
        font-size: 30px;
    }

    a.btn-enquire
    {
        margin: 1.3em 1.8% 1em 0.5em;
    }

    #header
    {
        padding-bottom: 0px;
        background: none;
        position: fixed;
        z-index: 3;
        background: #ffffff;
        border-bottom: solid 2px #cccccc;
    }

    #mobile-menu
    {
        position: fixed;
    }

    #page-header
    {
        margin-top: 0px;
    }

    #page-header .mask
    {
        background: none;
    }

    #content-wrapper
    {
        overflow-x: hidden;
    }

    #content
    {   
        position: relative;
        padding-top: 82px;
        background: url(../images/site/header-bg.jpg) repeat-x center -90px;
    }

    #content-overlay
    {
        position: fixed;
        top: 0;
        right: 100%;
        z-index: 190;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);

        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        -moz-transition: -moz-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        -o-transition: -o-transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: transform 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    }

    .footer-item
    {
        margin: 0px 0.8% 0px 0.8%;
        float: left;
        width: 30.0%;
        font-size: 0.75em;
        text-align: left;
    }

    #sponsors
    {
        margin-top: 1em;
        width: 98.4%;
        text-align: center;
        font-size: 1.2em;
        background: transparent;
    }

    #sponsors span
    {
        display: block;
        width: 100%;
    }

    #sponsors a,
    #sponsors .mobile-only
    {
        margin: 0px 1em 0px 1em;
        display: inline-block;
    }

    #sponsors .mobile-only
    {
        margin: 0;
    }

    #sponsors .mobile-only img.sponsors
    {
        max-width: 125px;
        min-width: 125px;
    }

    #sponsors img.sponsors
    {
        display: inline-block;
    }

    #content .page-item-row-4,
    #content .three-wide-desktop .page-item-row-4
    {
        margin: 0px 5% 20px 5%;
        padding: 0px 0px 0px 0px;
        width: 40%;
        float: left;
    }

    .separator
    {
        float: left;
        width: 100%;
        height: 10px;
        background: transparent;
    }

    body.page-home .page-item-row-4 img,
    body.page-fitness-courses .page-item-row-4 img,
    body.page-massage-courses .page-item-row-4 img
    {
        display: block;
        width: 100%;
        height: auto;
    }

    body.page-home .page-item-row-4 h3,
    body.page-fitness-courses .page-item-row-4 h3,
    body.page-massage-courses .page-item-row-4 h3
    {
        text-align: center;
    }

    body.page-home .page-item-row-4 p:last-child,
    body.page-fitness-courses .page-item-row-4 p,
    body.page-massage-courses .page-item-row-4 p
    {
        display: none;
    }

    body.page-fitness-courses .page-item-row-4 p:first-child,
    body.page-massage-courses .page-item-row-4 p:first-child,
    body.page-fitness-courses .page-item-row-4:last-child p:last-child,
    body.page-massage-courses .page-item-row-4:last-child p:last-child
    {
        display: block;
    }
    body .boxed div.section .section_inner, 
    body .carousel-inner .slider_content_outer, 
    body .container .container_inner, 
    body .container_inner nav.content_menu, 
    body .footer_bottom_border.in_grid, 
    body .footer_top_border.in_grid, 
    body .full_width .parallax_content, 
    body .steps_holder_inner, 
    body .title_border_in_grid_holder, 
    body div.grid_section .section_inner, 
    body nav.content_menu ul, 
    body article#content{
        width: 100% !important;
        margin: 0 auto!important;
        padding: 0 15px;
    }
    .container {
        padding: 0 15px;
        width: 100%;
    }
    body.page-home .home-quote
    {
        margin: 1em 10% 1em 10%;
        font-size: 1.5em;
    }

    #left-sidebar,
    #right-sidebar
    {
        display: none;
    }

    #content-with-sidebar
    {
        padding-left: 3%;
        padding-right: 3%;
        float: left;
        width: 100%;
    }
}

/* Media Query - Mobile
--------------------------- */

@media screen and (max-width: 890px){

    a.btn-courses
    {
        display: none;
    }

    #testimonials h2
    {
        font-size: 1.2em;
    }

    #content blockquote
    {
        display: block;
        width: 100%;
        text-indent: 0px;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
    }

    #content
    {   /*
        padding-top: 45px;
        background: url(../images/site/header-bg.jpg) repeat-x center -30px;
        background-size: auto 90px; */
    }

    #mobile-menu
    {
        width: 80%;
        left: -80%;
    }

    #header a.btn-enquire
    {
        display: none;
    }

    #header a#phone
    {
        display: none;
    }

    #mobile-buttons
    {
        position: absolute;
        left: 70px;
        top: 1.0em;
        width: 450px;
        display: block;
        text-align: left;
        background: transparent;
    }

    #mobile-buttons a.btn-enquire
    {
        margin-top: 0.6em;
        margin-bottom: 0.5em;
        float: none;
        display: inline-block;
        font-size: 0.85em;
    }

    #mobile-buttons a .fa
    {
        padding-left: 1em;
    }

    a#logo
    {
        margin: 7px 10px 0px 0px;
        float: right;
        width: 300px;
        height: 68px;
        background-size: contain;
    }

    #header
    {
        min-height: 78px;
    }

    .footer-item
    {
        margin: 0px 1% 0px 1%;
        width: 98%;
        text-align: center;
        margin-bottom: 2em;
    }

    #footer-copyright img.sponsor
    {
        margin: 0px auto 0px auto;
        display: block;
    }

    .footer-menu
    {
        display: none;
    }

    body.page-home hr
    {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #awards .slideshow ul.slides
    {
        min-height: 120px;
    }
}

@media screen and (max-width: 760px){

    #awards .slideshow ul.slides
    {
        min-height: 72px;
    }

    #testimonials .slideshow ul.slides
    {
        min-height: 300px;
    }

    #mobile-menu
    {
        top: 50px;
    }

    #header
    {
        min-height: 50px;
    }

    #home-logo
    {
        display: block;
    }

    body.page-home .home-quote
    {
        text-align: left !important;
        font-size: 0.9em;
    }

    body.page-home .page-item-row-4 h3,
    body.page-fitness-courses .page-item-row-4 h3,
    body.page-massage-courses .page-item-row-4 h3
    {
        padding-top: 0px;
        margin-top: 0px;
        font-size: 0.9em;
    }

    #content .page-item-row-4 
    {
        margin: 5px 5% 5px 5%;
    }

    body.page-home #content .page-item-row-4 p,
    body.page-fitness-courses #content .three-wide-desktop .page-item-row-4 p,
    body.page-massage-courses #content .three-wide-desktop .page-item-row-4 p
    {
        margin: 0;
        padding: 0;
    }

    a#logo
    {
        display: none;
        margin: 3.4em auto 0px 5%;
        position: relative;
        width: 90%;
        max-width: 90%;
        left: 0;
        float: left;
    }

    #content
    {   
        padding-top: 46px;
        background: url(../images/site/header-bg.jpg) repeat-x center -30px;
        background-size: auto 90px;
        background: none;
    }

    #mobile-buttons a.btn-enquire 
    {
        font-size: 0.8em;
        margin: 0px 2px 0px 2px;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

    #mobile-buttons 
    {
        top: 0.5em;
        right: 0;
        left: initial;
        text-align: right;
        width: 280px;
    }

    body #nav > a
    {
        padding: 0.7em 0.9em 1.6em 0.9em;
        font-size: 1.2em;
    }

    .blog-item 
    {
        width: 100%;
    }

    .blog-item h2
    {
        margin-top: 1em;
    }

    .blog-item a
    {
        display: block;
        text-align: center;
    }
    #allocation-form-inner button{
        width: auto;
    }
    .cls-datetime-outer {
        flex-wrap: wrap;
        display: flex;
    }
    .cls-datetime-outer #appointment_datepicker {
        width: 100%;
    }
    .cls-datetime-outer #appointment_datepicker .ui-datepicker-inline {
        width: 100%;
    }
    .cls-datetime-outer .cls-next-booking-outer {
        width: 100%;
    }
    .cls-datetime-outer h3 {
        margin: 20px 10px;
        width: 100%;
        text-align: center;
    }
    .cls-datetime-outer h3:before, .cls-datetime-outer h3:after {
        width: 45%;
        height: 1px;
        top: 50%!important;
        bottom: auto!important;
        transform: translateY(-50%);
    }   
    .cls-datetime-outer h3:before {
        left: 0;
        right: auto;
    }
    .cls-datetime-outer h3:after {
        right: 0;
        left: auto;
    } 
}