/*
Theme Name: reliqus-resc
Theme URI: http://reliqus.com
Author: Reliqus Consulting
Author URI: http://reliqus.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.1.
Version: 1.50
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: reliqus

*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary:#003366;
    --secondary:#004385;
    --white:#fff;
    --black:#000000;
    --text:#333333;
    --black-2: #141827;
    --grey: #dddddd;
}

body {
    font-size: 16px;
    color: var(--text);
    line-height: 170%;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    letter-spacing: 1px;
}

h1 {
    font-weight: 600;
    font-size: 2.5em;
}

h2 {
    font-size: 1.99em;
    line-height: 120%;
    font-weight: 700;
    color: var(--text);
    text-transform: capitalize;
}

h4 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
}

p {
    font-size: 1em;
    color: var(--text);
    line-height: 170%;
    letter-spacing: 0.5px;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
button,
button:hover {
    text-decoration: none;
}

.transition,
a,
a:hover,
button,
button:hover,
a:before,
a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary,
.um input[type=submit].um-button,
.tribe-button,
.tribe-submit-tickets-form .button,
.christmas-application-form input[type=button]{
    position: relative;
    background-color: transparent !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.2em;
    padding: 10px 15px !important;
    min-width: 170px !important;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.um input[type=submit].um-button:hover,
.um input[type=submit].um-button:active,
.um input[type=submit].um-button:focus,
.um input[type=submit].um-button:hover:focus,
.tribe-button:hover,
.tribe-button:focus,
.tribe-button:active,
.tribe-submit-tickets-form .button:hover,
.tribe-submit-tickets-form .button:focus,
.tribe-submit-tickets-form .button:active,
.christmas-application-form input[type=button]:hover,
.christmas-application-form input[type=button]:active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
/*global classs*/

.no-bottom-padding {
    padding-bottom: 0;
}

.no-top-padding {
    padding-top: 0;
}

.pd-zero {
    padding: 0;
}

.pd-left-zero {
    padding-left: 0;
}

.pd-right-zero {
    padding-right: 0;
}

.gray-bg {
    background-color: #f1f1f1;
}
/*global class end*/

section,
footer {
    padding: 60px 0;
    position: relative;
}

.align-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}

.col-center {
    float: none;
    margin: auto;
}
/*header start*/

.logo:hover {
    opacity: 0.8;
}

header {
    padding: 12px 0;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.12156862745098039);
}

.logo img {
    height: 80px;
}

.search-container {
    text-align: right;
}

.search-container form {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.search-container input {
    height: 40px;
    padding: 8px 57px 8px 8px;
    border-radius: 3px;
    border: 2px solid var(--text);
    width: 100%;
}

.search-container button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--text);
    box-shadow: none;
    border: none;
    height: 100%;
    width: 50px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.search-container button:hover {
    background-color: var(--secondary);
}

.search-container button i {
    color: var(--white);
}

.search-container.search-form-resp form,
.search-container.search-form-resp {
    display: none;
}

.breadcrumb {
    background-color: transparent;
    padding: 9px 0;
    margin: 0 auto;
    border-radius: 0;
    color: var(--white);
    /* margin-left: -12px; */
    align-items: center;
}

.breadcrumb span {
    color: var(--white);
    font-size: 1em;
    vertical-align: top;
    padding: 12px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.breadcrumb span a span,
.breadcrumb span span {
    color: var(--white);
    padding: 0;
    background-color: transparent !important;
}

.breadcrumb span:hover,
.breadcrumb span:hover a span,
.breadcrumb span:hover span,
.breadcrumb span:active,
.breadcrumb span:active a span,
.breadcrumb span:active span,
.breadcrumb span:focus,
.breadcrumb span:focus a span,
.breadcrumb span:focus span {
    color: var(--primary);
    background-color: var(--white);
}

.user-login-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.user-login-name {
    color: var(--text);
}

.user-login-name i {
    margin-right: 5px;
}

.user-icon-head {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    cursor: pointer;
}

.user-icon-head #user-icon:hover {
    color: var(--primary);
}

.user-icon-head ul.dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 0;
    min-width: 220px;
    margin-top: 20px;
    padding: 0;
    z-index: 99999999;
}

.user-icon-head ul.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #efefef;
}

.user-icon-head ul.dropdown-menu li {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block !important;
}

.user-icon-head ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.user-icon-head ul.dropdown-menu li a {
    padding: 10px 15px;
}
.user-icon-head ul.dropdown-menu li a:hover{
    color: var(--primary)
}
/*header end*/

.banner-style {
    background-color: var(--primary);
    padding-top: 15px;
    /* height: 240px; */
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
}

.banner-style:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--primary);
    opacity: 0.8;
}

.banner-style .logo {
    margin-bottom: 40px;
    display: block;
}

.banner-style h1 {
    color: var(--white);
    font-weight: 500;
}

.banner-style h6 {
    margin: 30px 0px;
    color: var(--white);
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.banner-style .breadcrumb {
    margin-bottom: 35px;
}

.banner-style p {
    color: var(--white);
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 150%;
}
.banner-style .banner-center h6:empty,
.banner-style .banner-center p:empty{
    display: none;
}

.filter-style #filters {
    margin: 0;
    border-bottom: 0;
    /*text-align: center;*/
    /* display: block; */
    /*display: -ms-flexbox;
    display: flex;*/
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: center;
}

.blog-cat-heading {
    display: none;
}

.filter-style h5,
.blog-sec h5 {
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
}

.filter-style a {
    /*-ms-flex: 1 0;
     flex: 1 0; */
    padding: 20px 5px;
    background-color: transparent;
    text-align: center;
    border: 2px solid #dae2e8;
    /* border-left: none; */
    /* margin: 0 0 0 -3px; */
    /* width: 16%; */
    /* display: inline-block; */
    /* vertical-align: top; */
    /* height: 115px; */
    /* margin-left: -3px; */
    width: 135px;
    height: 135px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 10px 10px;
}
/*.filter-style button:first-child{
    display: none;
}*/
.filter-style a:nth-last-child(n+7) {
    /* border-bottom: none; */
}
.filter-style a:nth-child(6){
    border-bottom: 2px solid #dae2e8;
}
.filter-style a:first-child,
.filter-style a:nth-child(7) {
    border-left: 2px solid #dae2e8;
}

.filter-style a:hover,
.filter-style a:active,
.filter-style a:focus,
.filter-style a.active {
    background-color: var(--primary);
}

.filter-style a .fillter-icon i {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: var(--primary);
}

.filter-style a h6 {
    margin-top: 5px;
    font-size: 1.4rem;
    color: var(--primary);
}

.filter-style a:hover h6,
.filter-style a:hover .fillter-icon i,
.filter-style a:focus h6,
.filter-style a:focus .fillter-icon i,
.filter-style a:active h6,
.filter-style a:active .fillter-icon i,
.filter-style a.active h6,
.filter-style a.active .fillter-icon i {
    color: var(--white);
    text-decoration: none;
}

.blog-sec .container {
    border-top: 1px solid #dae2e8;
}

.blog-item {
    border-bottom: 1px solid #dae2e8;
    border-right: 1px solid #dae2e8;
    height: 100%;
}

.blog-sec .blog-wrapper:nth-child(3n) .blog-item {
    border-right: 0;
}

.blog-item a {
    color: #3c3c3c;
    display: block;
    padding: 25px;
    position: relative;
    height: 100%;
    text-decoration: none;
}

span.bi-date {
    display: block;
    /* margin-bottom: 8px; */
}

.status-time-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-right: 5px;
}

.status-time-wrapper .status-label{
    background-color: red;
    color: var(--white);
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    line-height: 1.3;
}
.status-time-wrapper .status-label.completed{
    background-color: #4CAF50;
}

.bi-text h6 {
    line-height: 130%;
}

.blog-item a:hover h6 {
    color: var(--primary);
}

.bi-text p {
    color: #0b0f13;
    font-size: 15px;
}

.blog-item a:hover {
    text-decoration: none;
    background-color: #f6f7f9;
}

.bi-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #b3c3d1;
}

.blog-wrapper {
    padding: 0;
}

.blog-wrapper:nth-child(3n+1) {
    clear: both;
}
/*Blog Detail Start*/

.blog-detail-content {
    border-right: 1px solid #efefef;
}

.blog-detail-content ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

.blog-detail-content ol li {
    margin-bottom: 15px;
}

.blog-detail-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.blog-detail-content h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-detail-content ul {
    padding-left: 30px;
}

.blog-detail-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.blog-detail-content ul li:after {
    content: "\f105";
    position: absolute;
    left: -15px;
    right: auto;
    top: 2px;
    bottom: 0;
    font-family: FontAwesome;
}

.published-date {
    margin: 20px 0;
    border-top: 1px solid #cecece;
    padding-top: 15px;
}

.published-date span {
    font-weight: bold;
}

.blog-sidebar h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.blog-sidebar .blog-item a {
    padding: 0;
}

.blog-sidebar .blog-item {
    border: none;
    height: 100%;
}

.blog-sidebar .blog-item a .bi-icon {
    position: relative;
    top: 0;
    right: 0;
    float: left;
    margin-right: 15px;
}

.blog-sidebar .blog-item a h6 {
    display: table;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 150%;
}

.blog-sidebar .blog-item a {
    padding: 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-sidebar .col-md-12:last-child .blog-item a {
    border-bottom: none;
}

.blog-sidebar .blog-item a:hover {
    background-color: transparent;
}

.blog-sidebar .blog-item a:hover h6 {
    color: var(--primary);
}
/*Blog Detail End*/
/*Login start*/

.form-style-wrapper .logo {
    margin-bottom: 30px;
    display: block;
}

.form-style-wrapper .fsw-inner h1 {
    font-size: 2em;
    margin-bottom: 5px;
}

.form-style-wrapper .fsw-inner {
    padding: 25px 50px 40px;
    box-shadow: 4px 6px 20px 4px rgba(0, 0, 0, 0.08);
    max-width: 450px;
    margin: auto;
    background-color: var(--white);
}

.um.um-6,
.um-um_password_id.um {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

.form-style .um-form input[type=text],
.form-style .um-form input[type=password] {
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: none !important;
    font-size: 1.02em !important;
}

.form-style .um-form .um-field {
    padding: 25px 0 0 0;
}

.form-style .um-form .um-field-area {
    text-align: center;
}

.form-style .um-form .um-field-area label.um-field-checkbox {
    display: inline-block;
    margin: 10px !important;
}

.form-style .um-form .um-button {
    position: relative;
    background-color: transparent !important;
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.2em;
    padding: 12px !important;
    min-width: 170px !important;
}

.form-style .um-form .um-button:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.form-style-wrapper .fsw-inner .um-row {
    margin-bottom: 0 !important;
}

.form-style .um-form .um-field .g-recaptcha {
    margin-bottom: 25px;
}

.form-style .um-form .um-field .g-recaptcha div {
    margin: auto;
}

.page-template-login header,
.page-template-forgot-password header,
.page-template-aptitude-test header,
.page-template-thankyou header {
    display: none;
}

.page-template-login section,
.page-template-forgot-password section,
.page-template-thankyou section {
    padding: 45px 0;
}

.page-template-login,
.page-template-forgot-password {
    background-color: #f1f1f1;
}

.form-style-wrapper .um-field-block p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.um-account-meta {
    display: none;
}
/*login end*/
/*search page start*/

.search-page-style form label {
    display: none;
}

.search-page-style form div {
    position: relative;
}

.search-page-style form div:before {
    content: '\f002';
    position: absolute;
    left: auto;
    right: 20px;
    top: 10px;
    bottom: auto;
    font-family: FontAwesome;
    color: var(--white);
    z-index: 9;
    font-size: 1.5em;
}

.search-page-style form#searchform input#s {
    height: 50px;
    border-radius: 0;
}

.search-page-style form div input#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    height: 100%;
    background-color: var(--text) !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    padding: 0 30px !important;
    border-color: var(--text) !important;
}

.search-page-style .search-result-item h4 {
    margin-bottom: 10px;
}

.search-page-style .search-result-item h4 a {
    color: #3c3c3c;
}

.search-page-style .search-result-item {
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.search-page-style .search-result-item a.view-details {
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Event Page */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar{
    margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header{
    padding: 20px;
    margin-bottom: 20px;
}

.tribe-events .tribe-events-calendar-month__header-column{
    padding-bottom: 10px;
}

header.tribe-events-calendar-list__event-header {
    padding: 20px;
}

header.tribe-events-calendar-day__event-header {
    padding: 20px;
}

p.mark-completed-on {
    margin-top: 12px;
    margin-bottom: 0;
}
/* single event page start */
body.single-tribe_events .dmbs-content #tribe-events{
    padding-block: 0 !important;
}
body.single-tribe_events .tribe-events-event-meta:before{
    border: none !important;
}

body.single-tribe_events .tribe-events-venue-map{
    padding-inline: 20px !important;
    border: none !important;
}
body.single-tribe_events .tribe-events-meta-group-gmap{
    padding-inline: 0px !important;
    border: none !important;
}
body.single-tribe_events .col-md-4{
    border-left: 1px solid #efefef;
}

body.single-tribe_events .tribe-events-venue-map{
    width: 100%;
}
/* single event page end */

/* event archeive page start */
body.post-type-archive-tribe_events .tribe-events-l-container{
    padding-block: 0 !important;
}
/* event archeive page end */
@media(max-width: 784px){
    .tribe-events .tribe-events-header{
        margin-bottom: 20px;
        padding: 12px 20px;
    }

    .tribe-events-calendar-day .tribe-events-calendar-day__event:before {
    content: "";
    min-width: 90px;
    width: var(--tec-grid-width-1-of-9);
    }

    .tribe-events .tribe-events-calendar-day__event-details{
        width: auto;
    }
    .tribe-common .tribe-common-g-row.tribe-events-calendar-day__event{
        flex-wrap: nowrap;
        margin-bottom: 20px !important;
    }
}

/*Account Page*/

.um-account-side li a.current span.um-account-icon i {
    color: var(--primary);
}
/*aptitude test*/

.at-form {
    position: relative;
    height: 615px;
}

.aptitude-test-sec {
    padding-top: 30px;
}

.aptitude-test-sec .logo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.aptitude-test-wrapper {
    padding: 40px 0px;
    box-shadow: 4px 6px 20px 4px rgba(0, 0, 0, 0.08);
    margin: auto;
    background-color: var(--white);
    height: 100%;
}

.aptitude-test-wrapper.wlcm .ats-item {
    width: 100%;
}

.aptitude-test-wrapper.wlcm {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.ats-item {
    text-align: center;
    width: 85%;
    margin: auto;
}

.ats-item img {
    margin: auto;
    margin-bottom: 20px;
}

.ats-item h1 {
    font-size: 1.6em;
    line-height: 150%;
}

.grecaptcha-badge {
    z-index: 9999;
}

.happyy-business-people {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center 17%;
    background-repeat: no-repeat;
    margin: 40px 0;
    padding: 20px;
}

.ats-item .question-number {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 100%;
    margin: 0 auto 30px;
    line-height: 60px;
    color: var(--white);
    font-size: 1.5em;
    font-weight: bold;
}

.ats-item p {
    font-size: 1.3em;
    margin-bottom: 30px;
}

.ats-answer-option {
    margin-bottom: 30px;
    display: inline-block;
}

.ats-answer-option br {
    display: none;
}

.ats-answer-option .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.ats-answer-option .prev-btn {
    float: left;
}

.ats-answer-option .next-btn {
    float: right;
}

.ats-answer-option span.prev-btn,
.ats-answer-option span.next-btn {
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
    color: #29639e;
}

.ats-item p span:hover {
    color: #619dda;
}

.ats-item p a {
    font-size: 1em;
}

.at-slider.slick-initialized.slick-slider:focus,
.at-slider.slick-initialized.slick-slider div:focus,
.at-slider.slick-initialized.slick-slider img:focus,
.at-slider.slick-initialized.slick-slider button:focus,
.at-slider.slick-initialized.slick-slider a:focus {
    outline: none;
    border: none;
}

.ats-answer-option label {
    padding: 19px 17px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #dae2e8;
    border-left: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
}

.ats-answer-option span.wpcf7-list-item:first-child:hover {
    background-color: #9c15f2;
}

.ats-answer-option span.wpcf7-list-item:nth-child(2):hover {
    background-color: #13c205;
}

.ats-answer-option span.wpcf7-list-item:nth-child(3):hover {
    background-color: #ef0505;
}

.ats-answer-option span.wpcf7-list-item:nth-child(4):hover {
    background-color: #ffb400;
}

.ats-answer-option span.wpcf7-list-item {
    margin-left: 0;
}

.ats-answer-option span.wpcf7-list-item.first label {
    border-left: 1px solid #dae2e8;
}

.ats-answer-option span.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    z-index: 9;
}

.ats-answer-option span.wpcf7-list-item {
    position: relative;
}

.ats-answer-option span.wpcf7-list-item:hover {
    background-color: #3da53d;
    color: var(--white);
}

.ats-answer-option span.wpcf7-list-item.active {
    background-color: var(--primary);
    color: var(--white);
}

.ats-answer-option span.wpcf7-list-item.active:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    bottom: 0;
    font-family: FontAwesome;
    font-size: 4em;
    margin: auto;
    opacity: 0.2;
    font-weight: normal;
}

.form-group input {
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: none !important;
    font-size: 1.02em !important;
}

.form-group textarea {
    height: 150px;
    border-radius: 0 !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: none !important;
    font-size: 1.02em !important;
}

.aptitude-test-wrapper form.wpcf7-form {
    clear: both;
}

.wpcf7-response-output {
    text-align: center;
}

.info-col h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    line-height: 150%;
    text-transform: inherit;
}
/*Footer start*/

footer {
    background-color: var(--secondary);
    padding: 30px 0 20px;
}

.footer-detail {
    text-align: center;
}

.footer-detail .footer-item {
    margin-bottom: 15px;
}

.footer-detail .footer-item a {
    color: var(--white);
}

.footer-detail .footer-item a:hover {
    color: #cccccc;
}

.footer-detail .footer-item a i {
    display: inline-block;
    margin-right: 5px;
}

.footer-detail .footer-item a h5 {
    display: inline-block;
}

/* .footer-detail .footer-item.phone-detail a:first-child {
    border-right: 2px solid var(--white);
    margin-right: 12px;
    padding-right: 10px;
} */

.footer-bottom {
    background-color: var(--primary);
}

.copy-right p {
    margin-bottom: 0;
    padding: 6px;
    color: var(--white);
    font-size: 0.85em;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 1170px;
}

.tribe-events-event-image a {
    display: block;
}

.tribe-events-loop .tribe-events-content {
    padding: 0;
}

.tribe-events-list .tribe-events-venue-details {
    font-style: normal;
    font-size: 1.1em;
    line-height: 150%;
}

.tribe-events-event-meta address.tribe-events-address {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
}

h2.tribe-events-list-separator-month {
    margin-top: 0;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}

.tribe-bar-disabled {
    display: none;
}

.fs-events {
    padding-bottom: 60px;
}

.single-tribe_events .breadcrumb > span:nth-child(3) {
    display: none;
}

.tribe-events-tooltip h3.entry-title.summary {
    font-size: 1.3em;
    margin-bottom: 6px;
}

.tribe-events-tickets header {
    padding: 10px;
}
.tribe-events-title-bar {
    padding-top: 60px;
}
#tribe-events-content-wrapper .filter-style {
    padding-top: 0;
}
.tribe-tickets-table input[type=date],
.tribe-tickets-table input[type=datetime-local],
.tribe-tickets-table input[type=email],
.tribe-tickets-table input[type=month],
.tribe-tickets-table input[type=number],
.tribe-tickets-table input[type=password],
.tribe-tickets-table input[type=search],
.tribe-tickets-table input[type=tel],
.tribe-tickets-table input[type=text],
.tribe-tickets-table input[type=time],
.tribe-tickets-table input[type=url],
.tribe-tickets-table input[type=week],
.tribe-tickets-table select,
.tribe-tickets-table textarea {
    background: var(--white);
    height: 40px;
    padding: 8px 57px 8px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 270px;
}

.tribe-tickets-table tr {
    border-top: 1px solid #ddd !important;
}

table.tribe-events-tickets .tribe-tickets-remaining {
    font-size: 1.0em;
}

.single-tribe_events .tribe-events-event-image {
    max-height: 450px;
    overflow: hidden;
}

#tribe-events #legend li a {
    padding: 3px 9px;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
}

div#tribe-events-header {
    display: none;
}

.tribe-events-page-title {
    font-size: 30px;
    font-weight: 400;
}

#legend_box {
    text-align: center;
}

.tribe-events-schedule {
    margin: 0 0 15px;
}

dd.tribe-events-event-cost,
dt.tribe-events-event-cost-label {
    display: none;
}

.tribe-events-meta-group {
    padding: 0 20px !important;
    width: 100% !important;
    margin: 0 !important;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap iframe {
    height: 200px !important;
}

address.tribe-events-address {
    line-height: 180% !important;
}

#tribe-events-content a {
    display: block;
}

.single-tribe_events .tribe-events-event-meta {
    margin: 0 !important;
    background-color: var(--white);
    font-family: 'Poppins', sans-serif;
    border: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.765em;
    font-weight: 400;
    color: #42444b;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 0;
}

.tribe-events-meta-group.tribe-events-meta-group-venue h2 {
    color: var(--black-2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title {
    margin-bottom: 10px;
    font-size: 1.4em !important;
    font-weight: 600;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    margin-bottom: 15px;
    font-size: 16px;
}

#tribe-events-content .tribe-events-abbr {
    text-decoration: none;
}

.tribe-events-meta-group.tribe-events-meta-group-venue h2.tribe-events-single-section-title {
    margin: 5px 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-location {
    margin-bottom: 0;
}

dd.tribe-venue {
    display: none;
}

#tribe-events-content {
    margin-bottom: 0;
}

.type-tribe_events {
    padding-bottom: 40px;
}

/* .event-banner {
    padding: 15px 0 30px;
} */

.tribe-events-meta-group.tribe-events-meta-group-gmap {
    padding-bottom: 20px !important;
}

#tribe-events-content .tribe-events-event-categories a {
    font-size: 1.0em;
    letter-spacing: 1px;
    margin-top: 2px;
}

.tribe-rsvp-message-success {
    border: 1px solid #03b600 !important;
}

.tribe-rsvp-message-error {
    border: 1px solid red !important;
}

.tribe-rsvp-message-error,
.tribe-rsvp-message-success,
.tribe-rsvp-message-success {
    font-size: 1.0em !important;
    padding: 10px !important;
    background-color: white !important;
    letter-spacing: 1px !important;
}

#tribe-events-content li a {
    letter-spacing: 1px;
}

span.tribe-events-cost {
    font-weight: bold;
}

.tribe-tickets-has-rsvp.tribe-events-tickets tr.tribe-tickets-meta-row {
    border-top: none
}

td.tribe-tickets-attendees {
    padding: 30px;
}

table.tribe-tickets-table,
.tribe-events-tickets header {
    box-shadow: none;
    background-color: transparent;
}

td.tribe-tickets-attendees P {
    padding: 15px 15px 0;
}

.type-tribe_events .col-md-8 {
    /* border-right: 1px solid #efefef; */
    padding-right: 30px;
}


form .tribe-rsvp {
    padding: 0;
}

.tribe-rsvp h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 1.6em;
    font-weight: 500;
}

.tribe-events-calendar thead th {
    background-color: transparent;
    color: #1f1f1f;
    border-left: none;
    border-right: none;
    text-transform: capitalize;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
}

#tribe-events-content table.tribe-events-calendar {
    border-left: none;
    border-right: none;
}

.tribe-events-calendar thead th:first-child,
.tribe-events-calendar thead th:last-child {
    color: #c6c6c6;
}

.tribe-events-calendar thead th {
    border-bottom: 1px solid #ddd;
}

.tribe-events-calendar thead th,
.tribe-events-calendar tbody td {
    text-align: right;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]>a {
    color: #4f4f4f !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 1px;
}

.tribe-events-othermonth .tribe-events-month-event-title,
.tribe-events-othermonth div[id*=tribe-events-daynum-] {
    opacity: 1;
}

.tribe_events.type-tribe_events {
    text-align: left;
}

.tribe-events-tooltip {
    border-radius: 6px;
    border: 1px solid #ddd !important;
    padding: 15px !important;
}

.tribe-events-tooltip p {
    margin-bottom: 0;
}

#tribe-events-content .tribe-events-tooltip h3 {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    padding: 0 !important;
}

.tribe-events-tooltip .tribe-events-event-body {
    font-size: 13px;
}

#tribe-events-content .tribe-events-abbr {
    text-decoration: none;
    /* font-weight: 600; */
    color: #3a3a3a;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
}

dd.tribe-event-tags a {
    display: inline-block !important;
    margin-left: 4px;
    letter-spacing: 1px;
}

dd.tribe-event-tags a:first-child {
    margin-left: 0;
}

.tribe-events-calendar tr td:last-child,
.tribe-events-calendar tr td.tribe-events-othermonth:last-child,
.tribe-events-calendar tr td:first-child,
.tribe-events-calendar tr td.tribe-events-othermonth:first-child {
    background-color: #f5f5f5 !important;
}

.tribe-events-calendar tr td:last-child div[id*=tribe-events-daynum-],
.tribe-events-calendar tr td.tribe-events-othermonth:last-child div[id*=tribe-events-daynum-],
.tribe-events-calendar tr td:first-child div[id*=tribe-events-daynum-],
.tribe-events-calendar tr td.tribe-events-othermonth:first-child div[id*=tribe-events-daynum-] {
    color: #a3a3a3 !important;
}

#tribe-events #legend li:hover {
    opacity: 0.7;
}

a.tribe-events-ical.tribe-events-button:hover {
    background-color: #34a2d3 !important;
}

.type-tribe_events.status-publish {
    border-radius: 5px;
    padding: 2px !important;
    margin-bottom: 8px !important;
    border: none !important;
}
#tribe-events #legend li {
    border-radius: 5px;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-size: 12px;
}

#tribe-events #legend li:first-child {
    margin-left: 0;
}
#form-modal .modal-header {
    border: none;
    padding: 0;
    min-height: initial;
}
#form-modal input.form-control {
    height: 40px;
}
#form-modal form.wpcf7-form {
    text-align: center;
}
.form-content a:first-child {
    margin-right: 10px;
}
#form-modal .modal-content {
    top: 120px;
    padding: 30px;
}
#form-modal textarea {
    height: 100px;
    width: 100%;
    padding: 0 12px;
}
#form-modal .modal-content .modal-body {
    padding: 0;
}
#form-modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 1.5em;
    opacity: 1;
    background-color: var(--primary);
    text-shadow: none;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 100%;
    color: white;
}
#form-modal .close:focus {
    outline: none;
}
#form-modal .btn-primary:last-child {
    margin-left: 10px;
}
.modal-open {
    padding-right: 0 !important;
}
.form-content {
    padding-top: 15px;
}
.tmsg, 
.emsg {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 36px;
    margin: 35px auto;
    padding-bottom: 5px;
    display: block;
    max-width: 700px;
    padding: 10px;
}
.tmsg {
    color: #00af00;
    border: 2px solid #00af00;
}
.emsg {
    color: red;
    border: 2px solid red;
}
.course-rl-form span.wpcf7-form-control-wrap.Time select {
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid #b0b0b0 !important;
    box-shadow: none !important;
    font-size: 1.02em !important;
    width: 100%;
    padding: 14px 12px;
    color: #888888;
}
.form-control, 
#searchform #s {
    padding: 14px 12px;
}
.course-rl-form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.form-control {
    color: #888888;
}
.course-rl-form input::placeholder {
    color: #888888;
}

.course-rl-form input::-webkit-input-placeholder {
    color: #888888;
}
.course-rl-form input::-ms-input-placeholder {
    color: #888888;
}
.course-rl-form input::-moz-input-placeholder {
    color: #888888;
}
.course-rl-form select::-moz-input-placeholder {
    color: #888888;
}
.course-rl-form select::-o-input-placeholder {
    color: #888888;
}
.course-rl-form select::input-placeholder {
    color: #888888;
}
.course-rl-form h4 {
    margin-bottom: 25px;
}
.course-rl-form .col-md-6:nth-child(1), 
.course-rl-form .col-md-6:nth-child(3) {
    padding-right: 0;
}
.course-rl-form .btn.btn-primary {
    margin-top: 10px;
}
.course-rl-form label {
    color: #575757;
}
.course-rl-form label span {
    color: #f00;
    font-weight: 600;
    margin-left: 2px;
}
a.tab.filter-button.filter-button-all {
    cursor: pointer;
}
.modal-style .modal-content {
    padding: 30px;
}
.modal-style .modal-header {
    padding: 0 0 15px;
}
.modal-style .modal-body {
    padding: 15px 0 0;
}
.modal-style.modal.in .modal-dialog {
    max-width: 800px;
    width: 100%;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    -moz-transform: translateY(120px);
    transform: translateY(120px);
}
.logged-in .grecaptcha-badge {
    display: none;
}
button.close {
    float: none;
    position: absolute;
    left: auto;
    right: -15px;
    top: -15px;
    bottom: auto;
    background-color: var(--primary);
    opacity: 1;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 50%;
    border-radius: 100%;
    outline: none 0;
}
.close:hover, .close:focus {
    color: var(--white)fff;
    opacity: 1;
    background-color: #828788;
}
.date-format {
    color: #999999;
    letter-spacing: 0.5px;
}
/*Pagination*/
.wp-pagenavi {
    text-align: center;
    padding: 30px 0 0;
    display: block;
}
.wp-pagenavi span.current {
    background-color: var(--primary);
    color: var(--white);
}
.wp-pagenavi a, .wp-pagenavi span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: var(--white);
    -moz-box-shadow: 0 7px 7px rgba(0,0,1,.2);
    -webkit-box-shadow: 0 7px 7px rgba(0,0,1,.2);
    box-shadow: 0 7px 7px rgba(0,0,1,.2);
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    color: #272626;
    border: none;
    padding: 9px;
    margin: 0px 6px;
    font-size: 1.125em;
    font-weight: 500;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
    background-color: var(--primary);
    color: var(--white);
}



.call-broker {
    position: fixed;
    z-index: 9;
    transform: rotate(270deg);
    right: -75px;
    top: 50%;
    background-color: var(--primary);    
    border-radius: 5px 5px 0 0;
    font-size: 1em;
}
.call-broker:hover{
    opacity: 0.9;
}
.call-broker h4{
    font-size: 1.2em;
}
.call-broker a {
    color: var(--white);
    padding: 15px;
    display: block;
    text-decoration: none;
}
/*Floor Duty*/
.cal-header {
    margin-bottom: 20px;
    text-align: center;
}
.cal-header h1 {
    font-weight: 500;
    margin-bottom: 30px;
}
.cal-header .month-year .prev-arr,
.cal-header .month-year .next-arr {
    display: inline-block;
}
.cal-header .month-year .prev-arr i,
.cal-header .month-year .next-arr i {
    color: var(--white);
    width: 25px;
    height: 25px;
    background-color: var(--primary);
    text-align: center;
    line-height: 150%;
}
.cal-header h4 {
    display: inline-block;
    margin: 0 25px;
}

.floor-duty-calender th {
    color: #575757;
    padding: 10px;
    text-align: right;
    letter-spacing: .03em;
    border-bottom: none !important;
}
.floor-duty-calender td {
    border: 1px solid #c5c5c5;
    width: 14.3%;
    padding: 0 !important;
}
.floor-duty-calender .date-number {
    height: 30px;
    display: block;
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

.floor-duty-calender ul.duty-time li:last-child{
    border-bottom: none;
}
.floor-duty-calender ul.duty-time li {
    color: #000;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 15px;
    align-items: center;
    display: flex;
    padding: 0 50px;
}
.floor-duty-calender ul li {
    list-style: none;
    min-height: 32px;
    border-bottom: 1px solid #efefef;
    padding: 2px 4px;
    border-radius: 2px;
    margin: 0;
    white-space: normal;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    width: 100%;
    color: var(--white);
    position: relative;
    text-transform: uppercase;
}
.floor-duty-calender ul li:last-child{
    border-bottom: none;
}
tbody td.grey-bg {
    background-color: #dedcdc;
}
tbody td.dark-grey-bg {
    background-color: #e8e8e8;
}
.next-year{
    display: inline-block;
    float: right;
}
.prev-year{
    display: inline-block;

}
.next-year i {
    margin-left: 7px;
}
.prev-year i{
    margin-right: 7px;
}
.popover h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.popover h4 a {
    text-transform: capitalize;
}
.popover a {
    font-size: 14px;
    line-height: 140%;
    text-transform: lowercase;
    display: block;
}
.popover a:first-child{
    margin-bottom: 8px;
}

.user-name-fillter {
    margin-bottom: 15px;
}
.user-name-fillter input {
    width: 100%;
    padding: 4px;
}
.user-name-list ul {
    max-height: 750px;
    overflow-y: scroll;
}
.user-name-list li {
    line-height: 16px;
    padding: 2px;
}
.page-template-manage-floor-duty .container-fluid {
    width: 100%;
    max-width: 1600px;
}
.slot-droppable.ui-droppable-hover {
    background-color: #d0ffb3;
}
.user-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: move;
    z-index: 100;

    list-style: none;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    background-color: var(--primary);
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11.5px;
    text-align: left;
    height: 30px;
    display: block;
    text-shadow: 1px 1px 0px #000;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.user-item:hover {
    opacity: 0.8;
}
.page-template-floor-duty .user-item {
    cursor: pointer;
}
.user-item.ui-draggable-dragging {
    min-width: 173px;
}
.delete-user-item {
    top: 8px;
    cursor: pointer;
    margin: 5px 2px;
    text-shadow: none;
    display: none;
    position: absolute;
    right: 7px;
}
.floor-duty-calender .user-item:hover .delete-user-item {
    display: inline-block;
}
.floor-duty-single-wrapper {
    border: 2px solid;
    padding: 30px;
    margin: 0 auto;
    max-width: 600px;
}
.fds-date {
    margin-bottom: 10px;
}
.fds-time {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.fds-username, .fds-userphone {
    margin-bottom: 10px;
}
#add-calendar {
    display: inline-block;
}
#add-calendar label {
    cursor: pointer;
}

/*marketing*/

.marketing-item .mi-image {
    height: 300px;
    margin-bottom: 15px;
    background-color: #e3e3e3;
}
.marketing-item .mi-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.mi-text h6 {
    font-size: 1.2em;
    color: #3c3c3c;
    text-align: center;
    text-decoration: none;
}
.marketing-item a:hover img,
.marketing-item a:hover h6 {
    opacity: 0.8;
}
.marketing-item {
    margin-bottom: 30px;
}
.marketing-detail-content h2 {
    font-weight: 500;
    font-size: 1.8em;
    margin-bottom: 10px;
}
.marketing-detail-content p {
    margin-bottom: 20px;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: var(--primary) !important;
}
.section-heading h5.top-title {
    font-size: 1.1em;
    padding-bottom: 20px;
    margin: 20px 0px 25px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

/*application form*/

.christmas-application-form .nf-form-fields-required{
    display:none;    
}
.christmas-application-form  .field-wrap.html-wrap p{
    margin-bottom:15px;
}

.christmas-application-form  #nf-field-14-wrap .nf-field-element{
    height:50px;
}
.christmas-application-form #nf-field-14-container,
.christmas-application-form #nf-field-20-container,
.christmas-application-form #nf-field-30-container{
    margin-bottom:0;    
}
.christmas-application-form .field-wrap.hr-wrap{
    padding: 0 0 15px;
}
.christmas-application-form #nf-field-30-container p{
    margin-top: -20px;
}
.christmas-application-form input,
.christmas-application-form textarea,
.christmas-application-form select{
    border: 2px solid #ddd !important;
}
.christmas-application-form input, .christmas-application-form textarea,
.christmas-application-form select{
    background-color: var(--white)fff !important;
}
.christmas-application-form input{
    color: #666666;
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    outline: none !important;
}
.christmas-application-form input[type=button]{
    background: var(--white) !important;
    line-height: 0;
    border-radius: 5px;
    cursor: pointer !important;
}
.christmas-application-form label,
.christmas-application-form span{
    color: #555555 !important;
    font-size: 16px !important;
}
.christmas-application-form .nf-error.field-wrap .nf-field-element:after{
    height: 38px !important;
    width: 40px !important;
    line-height: 45px !important;
}
.christmas-application-form .list-radio-wrap ul li label{
    font-weight:100;
}
.christmas-application-form input[type=radio] {
    display: none !important;
}
.christmas-application-form .listradio-wrap .nf-field-element label.nf-checked-label:before{
    top:auto;
}
.christmas-application-form .nf-pass.field-wrap .nf-field-element:after{
    line-height: 43px !important;    
}

.nf-response-msg p {
    display: block;
    padding: 15px;
    border: 2px solid #d4edda;
    background-color: #d4edda;
    border-radius: 5px;
}
.christmas-application-form #nf-field-33-container{
    margin-top: -15px;
}
.christmas-application-form .nf-form-content input[type=checkbox] {
    display: none !important;
}
.page-id-3892 .call-broker {
    display: none;
}

/* Media table CSS start */
.table-reponsive{
    width: 100%;
    overflow-y: auto;
}
.media-upload-table>table tbody{
    border: 1px solid var(--grey);
}
.media-upload-table .thead-theme{
    background-color: var(--secondary);
    color: var(--white);
    border: var(--secondary);
}
.media-upload-table .thead-theme th{
    border: 0;
    font-weight: 500;
}
.file-container{
    display: flex;
    gap: 1rem;
}
.file-container .media-item{
    width: 100%;
    height: auto;
    max-width: 8rem;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 0.5px solid var(--grey);
}
.file-container .media-desc p{
    text-align: left;
    word-break: break-word;
    margin: 0;
    font-size: 1.4rem;
}
.media-upload-table tbody td{
    font-size: 1.4rem;
}
.fw-600{
    font-weight: 600;
}
.media-upload-table .btn-grp{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.media-upload-table .btn-style{
    display: flex;
    align-items: center;
    background-color: var(--primary);
    font-size: 1.2rem;
    color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    transition: transform 0.2s;
    cursor: pointer;
}
.media-upload-table .btn-style:hover{
    transform: scale(1.1);
}
/* Media table CSS end */

/* For making footer to bottom of page CSS start */
body.page-template-forgot-password,
body.page-template-login,
body.archive.category{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.page-template-forgot-password > section.form-style,
body.page-template-login > section.form-style{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
body.archive.category > section.section-blog{
    flex-grow: 1;
}
/* For making footer to bottom of page CSS end */

/* Dashboard CSS Start */
body.um-page-loggedin .um-form{
    border: 1px solid var(--grey);
    border-radius: 1rem;
    overflow: hidden;
}
body.um-page-loggedin .um-account-main{
    border-left: 1px solid var(--grey);
    padding: 2.2rem;
}
body.um-page-loggedin .um-account-side li a.current,
body.um-page-loggedin .um-account-side li a:hover{
    background: var(--primary)
}
body.um-page-loggedin .um-account-side li a.current span.um-account-title,
body.um-page-loggedin .um-account-side li a.current,
body.um-page-loggedin .um-account-side li a.current span.um-account-icon i,
body.um-page-loggedin .um-account-side li a:hover span.um-account-title,
body.um-page-loggedin .um-account-side li a:hover,
body.um-page-loggedin .um-account-side li a:hover span.um-account-icon i{
    color: var(--white) !important;
    font-weight: 700;
}
body.um-page-loggedin .um-account-side li a.current span.um-account-arrow{
    opacity: 1;
}
/* Dashboard CSS End */
.email-form-modal .modal-backdrop{
    z-index: 0;
}

@media (max-width: 1024px){
    .nf-error-msg.nf-error-field-errors{
        padding: 0 10px;
    }  
}
@media (max-width: 991px){
    body.single-tribe_events .tribe-events-meta-group-gmap,
    body.single-tribe_events .tribe-events-venue-map,
    body.single-tribe_events .tribe-events-meta-group{
        padding-inline: 0px !important;
    }
    body.single-tribe_events .col-md-4{
        border: none;
    }  
}
@media (max-width: 767px){
    .media-upload-table .file-container{
        min-width: 20rem;
    }
    .file-container .media-item{
        max-width: 6rem;
        max-height: 6rem;
    }
}
@media (max-width: 480px){
    .christmas-application-form #nf-field-13-wrap h2{
        font-size: 1.5em;
    }
    .christmas-application-form label, .christmas-application-form span {
        font-size: 15px !important;
    }
    .christmas-application-form .nf-field-container{
        margin-bottom: 20px;
    }
    body.um-page-loggedin .um-form{
        border: none;
        padding-inline: 1.6rem;
    }
    body.um-page-loggedin .um-account-main{
        border-left: none;
    }
}