body {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    background: #FFFAF5;
}

p, ul li, ol li, .pmpro_content_message {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    /*  Regular=400,Medium=500,SemiBold=600,Bold=700*/
    font-weight: 400;
    color: #707070;
    line-height: 1.58;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 700;
    color: #765339;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

a {
    color: #765339;
    text-decoration: none;
}

a:hover {
    color: #765339;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.pages-padding img {
/*    width: auto;*/
    max-width: 100%;
    height: 100%;
}

.pages-padding img.alignleft {
    float: left;
    margin: 0 30px 16px 0;
    display: block;
}

.pages-padding img.alignright {
    float: right;
    margin: 0 0 16px 30px;
    display: block;
}

.pages-padding a {
    color: #0192cb;
}

.pages-padding .cff-wrapper a {
    color: #765339;
}

.pages-padding a:hover {
/*    color: #007bff;*/
    text-decoration: underline;
}

.theme-color {
    color: #E37A0D;
}

.theme-bgcolor {
    background-color: #E37A0D;
}

#topnav {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);
}

#mainNav {
    background: #FFB87B;
    color: #fff;
    padding: 0;
}

.navbar-brand {
    width: 350px;
}

#menu-btn {
    width: 30px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

#menu-btn span {
    display: block;
    height: 3px;
    width: 100%;
    margin: 6px 0;
    background: #707070;
    border-radius: 0;
    opacity: 1;
    left: 0;
}

.menu-custom-btn {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #765339;
    background: #FFDE55;
    min-width: 215px;
    padding: 8px 10px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    position: relative;
}

.menu-custom-btn:hover {
    background: #FFCE00;
}

.custom-btn {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #765339;
    background: #FFDE55;
    min-width: 165px;
    padding: 10px 30px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
}

.custom-btn:hover {
    color: #765339;
    background: #FFCE00;
}

.custom-btn2 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #E37200;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #E37200;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.custom-btn2:after {
    /*
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 12px;
*/
}

.custom-btn2:hover {
    color: #fff;
    background: #E37200;

}

.custom-btn3 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #765339 !important;
    background: transparent;
    padding: 5px 0px 5px 0px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.custom-btn3:hover {
    text-decoration: underline;
}

.lang-switcher .lang-item {
    display: inline-block;
}

#menu-fc .fas.fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 11px;
}

#menu-fc #searchform {
    min-width: 215px;
    display: inline-block;
}

#menu-fc .form-control {
    color: #765339;
    font-size: 14px;
    height: 35px;
    border: 1px solid #765339;
    border-radius: 0;
}

#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 10px;
    cursor: pointer;
}

.mobile-search-btn {
    position: relative;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 250px;
    background: #fff;
    margin: 10px auto;
    padding: 6px 10px;
    border: 1px solid #765339;
    text-align: left;
    display: block;
}

#mobile-search-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 10px;
    cursor: pointer;
}

#mainNav .top-menu a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #765339;
    padding: 18px 15px;
    display: inline-block;
    cursor: pointer;
}

#mainNav .top-menu > li > a:hover {
    background: #FFDE55;
}

ul.top-menu > li {
    position: relative;
    margin: 0px 15px;
}

ul.top-menu .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 250px;
    background: #FFFCD9;
    top: 60px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

ul.top-menu .menu-item:hover .sub-menu {
    display: block;
}

#mainNav .sub-menu a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #765339;
    padding: 10px 15px;
    display: block;
}

#mainNav .sub-menu a:hover {
    background: #FFDE55;
}

/* mobile start */

#mobile-menu {
    background: #FFB87B;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    padding: 25px 0;
    text-align: center;
    transition: all .3s ease-in-out;
    overflow-y: scroll;
}

#mobile-menu.active {
    top: 0;
}

#mobile-menu a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #765339;
}

#mobile-menu .sub-menu a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

/*
#mobile-menu .menu-item-has-children > a:after {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background: #fff;
    left: calc(50% - 90px);
    bottom: 0;
    text-align: center;
}
*/

/*
#mobile-menu .menu-item-has-children > a:after {
    content: "\f107";
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    margin-left: 13px;
    font-size: 20px;
    top: 3px;
    background: transparent;
}
*/

#mobile-menu .menu-item-has-children > a:after:hover {
    background: transparent;
}

#menu-close-button {
    position: absolute;
    color: #fff !important;
    font-size: 26px;
    opacity: 1;
    right: 25px;
    top: 25px;
    z-index: 9;
    cursor: pointer;
}

#header-user-btns > ul {
    text-align: center;
    background: #FFDE55;
    margin-bottom: 0;
}

#header-user-btns > ul > li {
    width: 32.4%;
    display: inline-block;
    text-align: center;
    margin: 8px 0;
    padding: 0 0;
    /*    position: relative;*/
}

#header-user-btns > ul > li:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

#header-user-btns li a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #765339;
    padding: 3px 0;
    text-transform: uppercase;
    display: block;
}

#header-user-btns li:nth-child(2):before {
    /*
    content: '';
    height: 100%; 
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #707070;
*/
}

#header-user-btns li:nth-child(2):after {
    /*
    content: '';
    height: 100%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #707070;
*/
}

.mobile-user-menu_list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /*
    padding-left: 21px;
    text-align: left;
*/
}

#header-user-btns .mobile-user-menu_list a {
    padding: 8px 0;
}

/* mobile end */

.breadcrumb {
    overflow: hidden;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 50px;
    white-space: nowrap;
    background: transparent;
    padding: 0;
}

.breadcrumb li {
    padding: 6px 5px;
}

.breadcrumb a {
    color: #707070;
}

.breadcrumb .currentpart {
    color: #E37200;
    font-weight: 600;
}

.banner-wrap {
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: right;
/*
    width: 100%;
    height: 100%;
    position: relative;
*/
}

.banner-title-wrap {
    width: 475px;
    height: 100px;
    background: #FFB87B;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0 50%);
    padding-right: 25px;
}

.banner-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 31px;
    font-weight: 400;
    color: #765339;
/*    margin: 0;*/
    padding: 15px 15px 15px 80px;
    width: 100%;
    max-width: 450px;
    background: #FFB87B;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0 50%);
/*
    position: absolute;
    top: 40px;
    right: 40px;
*/
}

.home-banner-cta {
    margin-top: 30px;
/*
    position: absolute;
    top: 180px;
    right: 40px;
*/

}

.core-wrap {
    background: #fff;
    text-align: left;
    min-height: 310px;
    padding: 0;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.core-wrap:hover {
    /*    transform: scale(1.1);*/
}

.core-title-wrap {
    padding: 15px 15px 15px 15px;
}

.core-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #765339;
    text-transform: uppercase;
    min-height: 40px;
/*    word-break: break-all;*/
}

.core-image {
    height: 160px;
    background-position: center;
    background-size: cover;
}

/* swiper start*/

.page-banner {
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.swiper-container {
    border-bottom: 6px solid #FFB87B;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* swiper end */

.form-control {
    border-radius: 0;
}

.form-group {
    color: #707070;
}

#cfenquirytype {
    color: #707070;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    width: 100%;
}

#overlay,
#overlay-notice {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 1020;
}

#contact-success-popup,
#reg-success-popup,
#reg-notice-popup {
    position: absolute;
    width: 50%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    color: #765339;
    background-color: #FFFAF5;
    top: 50%;
    left: 50%;
/*    border-radius: 10px;*/
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#contact-success-popup h5,
#contact-success-popup p {
    color: #765339;
}

.article-panel {
    width: 95%;
    height: 100%;
    color: #707070 !important;
    margin: auto;
    padding: 20px 20px;
    border-bottom: 8px solid #ffb87a !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.article-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #707070 !important;
    line-height: 1.58;
}

.article-title a {
    color: #707070 !important;
}

.cff-item {
    border-bottom: 8px solid #ffb87a !important;
}

.um .um-form input[type="submit"].um-button {
    color: #765339;
    background: #FFDE55;
}

.um input[type="submit"].um-button:hover,
.um a.um-button:hover {
    background: #F7D651 !important;
}

.article-datetime {
    font-size: 13px;
    font-style: italic;
}

.post-filters {
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 15px;
    background: #eee;
}

.date-alert {
    color: red;
    background: #eee;
    border-left: 3px solid red;
    padding: 8px 15px;
    margin-bottom: 20px;
    display: block;
}

.um-row-heading {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 700;
}

.um-profile.um-viewing .um-field-label {
    width: 90%;
    border-bottom: solid 2px #FFB87B !important;
    /*    margin-bottom: 0 !important;*/
}

.um-profile-photo > .um-dropdown {
    left: -25px !important;
}

.um *,
.um ::before,
.um ::after {
    box-sizing: border-box!important;
}

.um-profile-body .um-row > div[class^="um-col-"] {
    background: #eee;
    padding: 5px 10px 20px 10px;
}

.um-profile-body .um-row > div:nth-child(2) {
    background: #ffb87a33;
}

.um-faicon-cog {
    color: #765339;
}

.um-field-area {
    /*
    background: #eee;
    padding: 5px 10px;
*/
}

.um-misc-img {
    width: 50%;
    margin: 0 auto 10px;
}

.um-misc-ul {
    list-style: none;
    padding-left: 0;
}

.um-misc-ul a {
    display: block;
    font-weight: 700;
    background: #eee;
    color: #555;
    margin-bottom: 1px;
    padding: 10px 0 10px 20px;
}

.um-misc-ul a:hover {
    background: #ddd;
    text-decoration: none !important;
}

.um-misc-ul li:last-child a {
    background: #db2140;
    color: #fff;
}

.um-account-meta-img img {
    width: 50%;
    height: 50%;
}

.search-area {
    font-size: 14px;
    background-color: #FFFCD9;
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px;
}

.search-area label {
    color: #707070;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
    font-size: 13px;
    color: #808080;
    /*margin: 0 0 16px 0;*/
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
}

.chosen-container {
    position: relative;
}

.select-list {
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.chosen-container-active .select-list {
    opacity: 1;
    visibility: visible;
}

.select-list ul {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 0;
}

.select-list li {
    font-size: 13px;
    color: #707070;
    background: #fff;
    padding: 9px;
    cursor: pointer;
}

.select-list li:hover {
    color: #707070;
    background: #eee;
}

.select-show {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #707070;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.select-show-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.select-show span {
    font-size: 13px;
}

*.btn-custom {
    font-size: 15px;
    color: #765339 !important;
    background: #FFDE55;
    padding: 10px 25px;
    border-radius: 0px;
    display: inline-block;
}

.btn-search {
    font-size: 15px;
    color: #765339;
    background: #FFDE55;
    padding: 10px 25px;
    border-radius: 0px;
    display: inline-block;
}

.btn-custom:hover,
.btn-search:hover {
    background: #FFCE00;
}

#public-search-reset:hover {
    text-decoration: none;
}

table {
    width: 100%;
}

table thead th,
.table thead th {
    font-size: 15px;
    color: #765339;
    background-color: #FFB87B;
    padding: 8px;
}

.datepicker table thead th {
    background-color: unset;
}

table td,
.table td {
    font-size: 14px;
    color: #765339;
    padding: 8px;
}

table a,
.table a {
    /*    color: #1693A5;*/
}

table.table-find-clinicians th:nth-child(1) {
    width: 8%;
}

table.table-find-clinicians th:nth-child(2) {
    width: 20%;
}

table.table-find-clinicians th:nth-child(3),
table.table-find-clinicians th:nth-child(4) {
    width: 30%;
}

table.table-find-clinicians a {
    color: #1693A5;
}

/* user panel start */

.user-myaccount {
    padding: 16px;
    background: #dee6f5;
}

.user-myaccount h3 {
    font-size: 24px;
    color: #E37506;
    margin-bottom: 20px;
}

.user-myaccount .user-data h3 {
    font-size: 20px;
    color: #707070;
    margin: 0;
}

.user-myaccount .user-data .user-data_email {
    font-size: 16px;
    color: #E37506;
    margin: 5px 0 30px;
}

.user-myaccount .user-data .user-data_membership {
    width: 100%;
}

.user-myaccount .user-data .user-data_membership tr:nth-child(odd) {
    background-color: #FFE9D6;
}

.user-myaccount .user-data .user-data_membership tr td:first-child {
    color: #E37506;
    width: 30%;
    /*    padding: 8px 10px;*/
}

/* order table start */

table.shop_table {
    margin-bottom: 20px;
    border: 1px solid #FFB87B;
}

table.my_account_orders thead tr {
    background: #FFB87B;
}

table.shop_table td {
    border-top: 1px solid #FFB87B;
    padding: 13px 0 13px 10px;
    /*    line-height: 1.5em;*/
}

table .order-actions a.button,
.custom-btn4 {
    font-size: 13px;
    color: #765339 !important;
    background-color: #FFDE55;
    border-radius: 3px;
    padding: 3px 12px;
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

table .order-actions a.button:hover {
    background: #FFCE00;
    text-decoration: none;
}

a.custom-btn4:hover {
    text-decoration: none;
}

/* order table end */

/* checkout pay page start */

#payment #place_order {
    color: #765339;
    background: #FFDE55;
}

ul.wc_payment_methods input[type="radio"] {
    width: 20px;
    height: 20px;
}

.payment_method_ppec_paypal img {
    /*
    width: 90px;
    max-height: unset !important;
*/
}

#payment #place_order {
    color: #765339;
    background: #FFDE55;
    transition: all 0.3s ease-in-out;
}

#payment #place_order:hover {
    color: #765339;
    background: #FFCE00;
}

/* checkout pay page end */

/* my event page start */

table.user-myevent {
    border: 1px solid #FFB87B;
}

table.user-myevent tr {
    border-top: 1px solid #FFB87B;
}

/* my event page end */

/* user panel end */

/* event css start */

#tribe-events {
    text-align: left;
}

h1.tribe-events-single-event-title {
    margin-bottom: auto;
}

#tribe-events-content .tribe-events-month-event-title a {
    color: #333 !important;
    display: block;
}

.tribe-events-cal-links {
    display: none;
}

.tribe-events-single-section-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4rem !important;
    color: #212529;
}

.tribe-events-single .tribe-events-event-meta {
    background: #e9ecef;
}

.tribe-events-month .tribe-events-event-meta {
    background: #e9ecef;
}

.tribe-events-list .tribe-events-event-meta {
    /*        padding-left: 10px;*/
}

.tribe-events-list .tribe-events-venue-details {
    margin-bottom: 0 !important;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
    /*     padding: 0 0 !important; */
}

.tribe-events-single-event-description.tribe-events-content img {
    width: 100% !important;
    height: auto;
}

.tribe-events-sub-nav {
    margin: 20px 0 !important;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: none;
    -webkit-text-decoration: none;
}

#tribe-events-content.tribe-events-single a {
    color: #0192cb;
}

#tribe-events-content .tribe-events-calendar .tribe-events-viewmore a {
    color: #0177A5;
}

div[class*='tribe-events-category-conference'] {
    background: #FF0000;
}

div[class*='tribe-events-category-webinar'] {
    background: #FF01FF;
}

div[class*='tribe-events-category-workshop'] {
    background: #00FF00;
}

div[class*='tribe-events-category-seminar'] {
    background: #FFFF00;
}

div[class*='tribe-events-category-eventcat'] {
    background: #06FFFF;
}

div[class*='tribe-events-category-online-workshop'] {
    background: #FF9F43;
}

div[class*='tribe-events-category-online-forum'] {
    background: #6C63FF;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
    margin-bottom: 0 !important;
}

/*
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    background: #e9ecef;
    margin: 0 !important;
    padding: 20px;
}
*/

#tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin: 0 0 32px !important;
    padding: 20px;
}

#tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-event-meta {
    padding: 15px 0;
}

a.tribe-events-read-more {
    color: #333;
}

.tribe-events-list a.tribe-events-read-more {
    color: #333;
    text-decoration: underline !important;
}

.tribe-events-day-time-slot-heading {
    color: #333 !important;
}

a.tribe-events-read-more:hover {
    text-decoration: underline !important;
}

#tribe-events-content .tribe-events-calendar td {
    background-color: #ffff000d;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
    padding: 15px !important;
}

.tribe-events-list .type-tribe_events {
    margin-bottom: 2rem;
    padding: 15px !important;
}

.tribe-events-day .tribe-events-nav-previous a,
.tribe-events-day .tribe-events-nav-next a {
    color: #0192cb !important;
}

.custom-category-color {
    min-height: 15px;
}

.main-content {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: calc(100vh - 467px);
}

.event-color-guide-box {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.event-color-guide-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    white-space: nowrap !important;
}

.event-color-guide-title:hover {
    text-decoration: underline;
}

#customer_details {
    display: none;
}

/* ticket box width */

.tribe-common.tribe-tickets {
    max-width: none !important;
}

.tribe-dialog__wrapper .tribe-tickets__item__attendee__fields__footer button.tribe-common-c-btn-link,
.tribe-dialog__wrapper .tribe-tickets__item__attendee__fields__footer .tribe-block__tickets__item__attendee__fields__footer__divider {
    display: none;
}

#tribe-events-pg-template .tribe-events-content ul,
.tribe-events-after-html ul,
.tribe-events-before-html ul {
    padding-left: 20px;
}

.datepicker {
    z-index: 1031 !important;
}

.events-section ul {
    color: #707070;
    padding-left: 15px;
    list-style: square;
}

.home-event-div {
    padding: 30px 15px 30px 0px;
    border-bottom: 1px solid #eee;
}

.home-event-title {
    font-size: 17px;
    /*    min-height: 60px;*/
    margin: 0 0 10px 0;
}

.home-event-content {
    font-size: 15px;
    min-height: 200px;
    margin-bottom: 15px;
    word-break: break-word;
}

.home-event-datetime {
    font-size: 14px;
    margin-bottom: 15px;
}

/* event css end */

/* checkout cart page start */

.product-thumbnail {
    width: 25%;
    text-align: center;
}

.product-thumbnail img {
    width: 40%;
}

/* checkout cart page end */

/* jqueru ui start */

.ui-widget {
    font-size: 13px;
}

.ui-widget-content {
    color: #808080;
}

.ui-button {
    border-radius: 0;
    color: #808080;
}

.ui-button:focus {
    outline: none;
}

.overflow {
    max-height: 200px;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    padding: 10px 10px;
    background: #fff;
    margin-bottom: 16px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 10px;
}

/* jqueru ui end */

/* paginate */

.page-numbers {
    padding: 5px 10px;
    color: #765339 !important;
    border: 1px solid #FFB87B;
    background: #fff;
    text-decoration: none;
}

.page-numbers.current {
    color: #fff;
    background: #FFB87B;
    border: 1px solid #FFB87B;
}

.page-numbers:hover {
    color: #fff;
    background: #FFDE55;
}

/* paginate end */

/* Sidebar */

.page-sidebar {
    background: #fff;
}

.page-sidebar-list,
.user-sidebar-list {
    padding: 0 15px;
}

h3.special-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #765339;
    background: #FFB87B;
    margin-bottom: 0;
    padding: 15px 15px;
    text-transform: uppercase;
}

.page-sidebar h4 {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #E37200;
    display: inline-block;
}

.page-sidebar i.far {
    font-size: 20px;
}

.page-sidebar i.fas {
    font-size: 20px;
    color: #765339;
    margin-right: 7px;
}

.page-sidebar p {
    font-size: 14px;
    margin-bottom: 0;
}

.page-sidebar li {
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
}

.page-sidebar li:last-child {
    border-bottom: none;
}

.page-sidebar li div {
    display: inline-block;
}

.page-sidebar li div:first-child {
    /*    width: 20%;*/
    margin-left: 10px;
    vertical-align: top;
    /*    text-align: center;*/
}

.page-sidebar li div:last-child {
    width: 75%;
}

/* Sidebar end */

.edoc-icon, .ecert-icon {
/*    position: relative;*/
    font-size: 16px;
    color: #765339 !important;
/*    margin-left: 10px;*/
}

.um-field-type_checkbox .um-field-checkbox:not(.um-field) {
    margin: 3px 0 !important;
}

.um-field-checkbox-option, .um-field-radio-option {
    margin: 0px 0px 0px 28px !important;
}

.search-speechtherapist-btn {
    font-size: 14px;
    color: #765339 !important;
    background: #FFDE55;
    padding: 5px 10px;
    margin: 10px 0 20px;
    display: inline-block;
}

a.search-speechtherapist-btn:hover {
    text-decoration-line: none;
}

.search-speechtherapist-extra-content {
    display: none;
}

.user-msg {
    font-size: 14px;
    color: #fff;
    background: #BA433F;
    margin: 0 0 15px;
    padding: 15px;
    border-left: 3px solid #999;
    animation: blinker 3s linear infinite;
}

.user-msg-notice {
    font-size: 14px;
    color: #765339;
    background: #eee;
    margin: 0 0 15px;
    padding: 15px;
    border-left: 3px solid #765339;
/*    animation: blinker 3s linear infinite;*/
}

.blog-row {
    padding: 48px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.blog-grey {
/*    background: #eee;*/
}

.blog-main-title {
    font-size: 22px;
}

.blog-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.blog-info {
    margin-bottom: 30px;
}

.blog-author {
    font-size: 13px;
/*    color: #4588D8;*/
    color: #8B8B8B;
    margin: 0 8px 5px 0;
}

.blog-date {
    font-size: 13px;
    color: #8B8B8B;
}

.search-msg {
    font-size: 13px;
    color: #fff;
    background: #BA433F;
    margin: 15px 0 15px;
    padding: 10px 15px;
    border-left: 3px solid #999;
/*    animation: blinker 3s linear infinite;*/
}

#overlay-reg {
    position: fixed;
/*    display: none;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 1031;
}

#reg-success-popup h2,
#reg-success-popup h3,
#reg-success-popup p {
    color: #765339;
}

#reg-success-popup p {
    font-size: 13px;
}

.reg-close-btn {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #765339;
    background: #FFDE55;
    padding: 8px 20px;
    border-radius: 6px;
    display: inline-block;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #FFDE55 !important;
    color: #765339 !important;
}

.tribe-checkout-backlink {
    color: #765339;
    background-color: #FFDE55;
    border-radius: 3px;
    padding: 6px 12px;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

#order_review #payment {
    background: #ebe9eb;
    padding: 1em;
    border-radius: 5px;
}

.scroll-margin-top {
    height: 240px;
}

.banner-hyperlink {
    position: absolute;
    width: 100%;
    height: 100%;
}

tr.woocommerce-cart-form__cart-item.cart_item > td.product-remove > a.remove {
    display: none;
}

input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.wpcf7-recaptcha > div {
    margin: auto;
}

#tribe-events-content .tribe-events-notices {
    background: #eee;
    color: #765339;
    text-shadow: unset;
}

#tribe-events-content .tribe-events-cost {
    font-size: 15px;
    background: #ffb87a;
    color: #765439;
    margin-left: 5px;
    padding: 3px 12px;
    border-radius: 4px;
    display: inline-block;
}

.table-slide-notices {
    color: #765339;
    font-size: 14px;
}

.wc_payment_methods {
    padding-left: 0;
    list-style: none;
}

.search-disclaimer {
    background: #dee6f5;
    padding: 15px;
}

.pmpro_content_message a {
    display: none !important;
}

.tooltip-inner {
    min-width: 300px; /* the minimum width */
}

.custom-notice-success,
.custom-notice-error {
    font-size: 15px;
    color: #707070;
    background: #fff;
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid #c3c4c7;
    border-left: 3px solid #00a32a;
}

.custom-notice-error {
    border-left: 3px solid #d63638;
}


























/* Footer */

.footer {
    color: #ffffff;
    background: #555555;
}

.footer-title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

.footer p {
    color: #fff;
}

.footer ul li a {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.footer ul li a:hover {
/*    text-decoration-line: underline;*/
}

.footer-heading {
    font-family: 'Barlow', Arial, sans-serif;
    color: #FDEAA9;
    font-size: 1.3rem;
}

.footer-copyright {
    font-size: 0.7rem;
}

.footer-icon {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.footer-icon:hover {
    color: #555555;
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.footer-icon i {
    font-size: 15px;
    line-height: 33px;
}

.footer table td {
    color: #fff;
    padding: 8px 8px 8px 0;
}

ul.lang-switcher li a {
    font-family: 'Barlow', Arial, sans-serif;
    /*    font-size: 15px;*/
    font-weight: 400;
    color: #ffffff;
    background: #767676;
    transition: all 0.3s ease;
    display: inline-block;
}

.lang-item-en {
    margin-right: 5px;
}

.lang-item-en a,
.lang-item-zh a {
    padding: 5px 14px 5px;
}

.lang-item-en a:hover,
.lang-item-zh a:hover {
    color: #767676;
    background: #eee;
    text-decoration-line: none;
}

/* Footer end */

.pages-padding {
    padding: 40px 0;
    min-height: calc(100vh - 668px);
    /*430px = header + footer height*/
}

.pages-padding_2 {
    padding: 70px 0;
    min-height: calc(100vh - 668px);
}

@media (max-width: 1200px) {
    .navbar-brand {
        width: 350px;
    }
    ul.top-menu > li {
        margin: 0px 5px;
    }
    .menu-custom-btn {
        font-size: 13px;
        min-width: 200px;
    }
    #menu-fc #searchform {
        min-width: 200px;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand {
        width: 300px;
    }
    .scroll-margin-top {
        height: 150px;
    }
    ul.top-menu > li {
        margin: 10px 0;
    }
    ul.top-menu .sub-menu {
        list-style: none;
        padding: 0;
        position: relative;
        background: transparent;
        width: 250px;
        top: 0;
        margin: 5px auto 0;
        border-top: 1px solid #fff;
        min-width: unset;
        display: block;
        box-shadow: none;
    }
    #mobile-menu .sub-menu li {
        padding: 1px;
    }
    #mobile-menu .sub-menu a {
        font-size: 15px;
        padding: 4px 0;
        display: inline-block;
    }
    #contact-success-popup,
    #reg-success-popup {
        width: 60%;
    }
    .page-banner {
        height: 450px;
    }
    .banner-title {
        top: 40px;
        right: 0;
    }
    .home-banner-cta {
        top: 80%;
        right: unset;
        left: calc(50% - 62px);
    }
    .page-sidebar {
        margin-top: 60px;
/*        cursor: pointer;*/
    }
    .user-sidebar-list {
        display: none;
    }
    td {
        font-size: 14px;
        width: 50%;
        padding: 8px 10px;
    }
    .article-panel {
        width: 100%;
    }
    .core-wrap {
        min-height: 238px;
    }
    /*ul.lang-switcher li a {*/
    /*    font-size: 16px !important;*/
    /*    background: #fff;*/
    /*}*/
}

@media (max-width: 767.98px) {
    .pages-padding img.alignleft {
        float: unset;
        margin: 0 0 16px 0;
    }
    .pages-padding img.alignright {
        float: unset;
        margin: 0 0 16px 0;
    }
    .banner-title {
        font-size: 24px;
        padding: 15px 15px 15px 80px;
        max-width: 350px;
        float: right;
    }
    .custom-btn {
        min-width: unset;
    }
    .event-color-guide-title {
        font-size: 14px;
    }
    table th,
    .table th {
        font-size: 13px;
        color: #765339;
        padding: 6px;
    }
    .home-event-btn {
        text-decoration: underline;
    }
    .um-profile-body .um-row > div[class^="um-col-"] {
        margin-bottom: 20px;
    }
    .tribe-events-sub-nav li a {
        background: #fff !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        width: 240px;
    }
    .scroll-margin-top {
        height: 114px;
    }
    #contact-success-popup {
        width: 80%;
    }
    #reg-success-popup {
        width: 80%;
        height: 500px;
        overflow: scroll;
    }
}

@keyframes blinker {
    30% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

.search-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 1100;
    display: none;
}

.loader-icon {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loader {
    border: 8px solid #6c757d;
    border-top: 8px solid #FFDE55;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin .6s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

