span.wpcf7-form-control-wrap.date-of-birth {
z-index:99999!important;}
footer .column1 {
    position: relative;
    top: -18px;
}

.shopping_cart_outer {
    display: none;
}

.woocommerce-page .shopping_cart_outer {
    display: table;
}

.cover_boxes ul li .box .box_content {
    top: 0;
}

.cover_boxes ul li .box .qbutton {
    margin-top: 18px;
}

.ls-wp-container .qbutton {
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 36px;
}

@media only screen and (min-width: 1000px) {
    page-id-15984 .ls-nav-prev,
    page-id-15984 .ls-nav-next {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 1000px) {
    page-id-15984 .ls-nav-prev,
    page-id-15984 .ls-nav-next {
        margin-top: -27px;
    }
    .page-id-15173 .q_slider,
    .page-id-15058 .q_slider {
        min-height: 100px;
    }
}

.side_menu_button a:last-child {
    padding: 0 0 0 17px;
}

.page-id-15173 .q_slider,
.page-id-15058 .q_slider {
    min-height: 560px;
}

.filter_outer {
    margin: -8px 0 31px;
}

.filter_holder ul li span {
    font-size: 13px;
}

.title .subtitle {
    margin-top: 14px;
}

.contact_section .separator {
    display: none;
}

.contact_detail h2 {
    margin-bottom: 15px;
}

#nav-menu-item-15674 li,
#nav-menu-item-15918 li,
#nav-menu-item-15919 li,
#nav-menu-item-15920 li,
#nav-menu-item-16140 li {
    width: 280px;
}

.drop_down .second .inner .widget {
    padding-bottom: 13px;
}

.drop_down .second .inner .widget a {
    padding: 0px !important;
}

.footer_bottom {
    padding: 25px 0;
}

.side_menu h5,
.side_menu h6 {
    font-size: 14px;
}

.side_menu .widget li {
    font-size: 13px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #006400 !important;
}

div.wpcf7-mail-sent-ng:before {
    content: '\f00c';
}

.team-intro .vc_single_image-img {
    border: 1px solid #ddd;
    border-radius: 10rem 3rem 10rem 10rem;
    padding: 5px;
    box-shadow: 1px 1px 2px 1px #c4c6c7;
    transition-duration: .3s;
}

.team-intro .vc_single_image-img:hover {
    border-radius: 3rem 9rem 3rem 3rem;
    transition-duration: .3s;
}

.vc_single_image-wrapper {
    position: relative;
}

.vc_single_image-wrapper::before {
    position: absolute;
    top: 0;
    left: -500%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.vc_single_image-wrapper:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.progress_content {
    padding: 2px;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

@media only screen and (min-width: 800px) {
    .vc_column_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    span.s1 {
        font-size: 28px;
    }
    h3.p1 {
        margin-top: 2rem;
    }
    .player-modal-detail {
        max-height: 70vh;
        overflow-y: auto;
        /* Enable scroll if needed */
        overflow-x: hidden;
        margin-top: 3rem;
    }
    .player-modal-detail::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    .player-modal-detail::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }
    .player-modal-detail::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #4a39d6;
    }
}

@media only screen and (max-width: 768px) {
    span.s1 {
        font-size: 18px;
    }
    h3.p1 {
        margin-top: 1rem;
        text-align: center !important;
    }
    .player-modal-detail {
        max-height: 70vh;
        overflow-y: auto;
        /* Enable scroll if needed */
        overflow-x: hidden;
    }
    .player-modal-content {
        max-width: 70% !important;
    }
}

div.player-detail {
    display: none;
    box-shadow: 1px 0px 20px 14px whitesmoke;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 52px !important;
}

div.player-description {
    padding: 10px 0px;
}

div.player-li {
    margin-bottom: 20px;
}

a.back-to-team {
    margin-top: 20px;
    margin-bottom: -20px;
}

a.player-photo {
    padding: 5px;
}

img.player-photo {
    max-height: 300px;
    box-shadow: 0 0 12px -2px slateblue;
    object-fit: cover;
    object-position: center;
    transition-duration: .3s;
}

img.player-photo:hover {
    transition-duration: .3s;
}

.team-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.team-modal .row>.column {
    padding: 8px 8px;
}

.team-modal .row:after {
    content: "";
    display: table;
    clear: both;
}

.team-modal .column {
    float: left;
    width: 25%;
}


/* Modal Content */

.team-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
}


/* The Close Button */

.team-modal-close {
    color: white;
    position: absolute;
    /*top: 10px;*/
    right: 15px;
    font-size: 5rem;
    font-weight: bold;
}

.team-modal-close:hover,
.team-modal-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
    background-color: black;
}

.cursor {
    cursor: pointer
}

.team-buttons {
    text-align: center;
}


/* Next & previous buttons */

.team-photo-prev,
.team-photo-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.team-photo-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.team-photo-prev:hover,
.team-photo-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    img.team-photo {
        height: 25rem !important;
    }
    .team-modal-close {
        font-size: 5rem;
    }
    .photo-demo {
        height: 8rem !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    .team-modal-close {
        font-size: 3rem;
    }
    img.team-photo {
        height: 100vw !important;
    }
    .photo-demo {
        height: 8rem !important;
        width: auto !important;
    }
}

img.team-photo {
    width: auto;
    max-height: 40rem;
    height: 40rem;
    object-fit: contain;
    object-position: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: black;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: white;
}

.photo-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.photo-demo {
    opacity: 0.6;
    height: 10rem;
    object-fit: cover;
}

.active,
.photo-demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/* The Modal (background) */

.player-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 200;
    /* Sit on top */
    padding: 100px 0px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 1);
    /* Black w/ opacity */
}


/* Modal Content */

.player-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    max-width: 60%;
}

.hideModal {
    z-index: -1;
    opacity: 0;
    -webkit-animation: hide .25s;
    -o-animation: hide .25s;
    animation: hide .25s;
    transform: scale(0);
}

@keyframes hide {
    from {
        z-index: 999;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        z-index: -1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

.showModal {
    opacity: 1;
    z-index: 999;
    -webkit-animation: show .2s;
    -o-animation: show .2s;
    animation: show .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@keyframes show {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        z-index: -1;
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        z-index: 999;
    }
}


/* The Close Button */

.player-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.player-modal-close:hover,
.player-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer {
    z-index: 99 !important;
}

.modal-header {
    z-index: 99 !important;
}

.name-on-gallery {
    color: white;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    background-image: linear-gradient(to top, #777777, transparent, transparent, transparent) !important;
    height: 30% !important;
    /* width: 96% !important; */
    opacity: 1 !important;
    /* left: 2% !important; */
    /* bottom: 5% !important */
    transition: height 1s !important;
}

@media only screen and (min-width: 1024px) {
    .name-on-gallery {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 768px) {
    .name-on-gallery {
        font-size: 24px !important;
    }
}

.name-on-gallery:hover {
    height: 100% !important;
    /* align-items: center !important; */
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    padding-right: 10px;
    top: auto;
}


/* Team Member page */

.our-team {
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.our-team img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    object-position: center;
}

.our-team .team-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
}

.our-team:hover .team-content {
    transform: translateX(0);
    background: #b0000088;
}

.our-team .team-content .post-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.our-team .team-content .post {
    font-size: 14px;
    color: #edf756;
    display: block;
    margin-bottom: 20px;
}

.our-team .description {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.our-team .team_social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-team .team_social li {
    display: flex;
    margin-right: 5px;
    /* 	text-align: center; */
}

.our-team .team_social li a {
    width: 100%;
    height: 40px;
    /*     border-radius: 50%; */
    /*     border: 2px solid #f5f5f5; */
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: left;
    /*     display: flex; */
    transition: border 0.3s ease 0s;
}

.our-team .team_social li a:hover {
    border-color: transparent;
}

.our-team .team-prof {
    width: 90%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 10% 16px;
    background: #b00000;
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}

.our-team:hover .team-prof {
    transform: translateX(100%);
}

.our-team .team-prof .post-title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.our-team .team-prof .post {
    font-size: 14px;
    color: #edf756;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .member-section {
        width: 48% !important;
    }
}
@media screen and (max-width: 767px) {
    .our-team {
        margin-bottom: 20px;
    }
    .member-section {
        width: 98% !important;
    }
    .member-row {
        display: block !important;
    }
    .divider {
        font-size: 24px;
    }
}

.member-section {
    width: 23%;
    /*     padding: 20px; */
    /*float: left;*/
    padding: 1%;
    display: inline-block;
}

.member-row {
    /*display: inline-flex;*/
    width: 100%;
    text-align: center;
    /* 	font-family: 'Kanit', sans-serif; */
}

.divider {
    /* minor cosmetics */
    display: table;
    font-size: 36px;
    text-align: center;
    width: 75%;
    /* divider width */
    margin: 20px auto;
    /* spacing above/below */
}

.divider span {
    display: table-cell;
    position: relative;
}

.divider span:first-child,
.divider span:last-child {
    width: 50%;
    top: 13px;
    /* adjust vertical align */
    -moz-background-size: 100% 2px;
    /* line width */
    background-size: 100% 2px;
    /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#b00000));
    background-image: -webkit-linear-gradient(180deg, transparent, #b00000);
    background-image: -moz-linear-gradient(180deg, transparent, #b00000);
    background-image: -o-linear-gradient(180deg, transparent, #b00000);
    background-image: linear-gradient(90deg, transparent, #b00000);
}

.divider span:nth-child(2) {
    color: #b00000;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
    font-weight: bold;
}

.divider span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b00000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #b00000, transparent);
    background-image: -moz-linear-gradient(180deg, #b00000, transparent);
    background-image: -o-linear-gradient(180deg, #b00000, transparent);
    background-image: linear-gradient(90deg, #b00000, transparent);
}