
/*------------*\
    Default
\*------------*/
html, body {
    height: auto;
}

a:hover,
a:focus {
    text-decoration: none;
}

.section {
    padding: 100px 0;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.64);
}

main.main > .container {
    min-height: calc(100vh - 321px);
}

.side-area {
    height: 100%;
}

@media (min-width: 768px) {
    .sticky-widget {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
}

label.error,
.form-field__error {
    color: #dc3545 !important;
    font-size: 0.8em;
}

.form-field__success {
    color: #4F8A10 !important;
    font-size: 0.8em;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #441062;
    background-color: #441062;
}

.removeTicketTypes {
    color: #441062;
}

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on,
.custom-file-input:focus ~ .custom-file-label,
select:focus,
textarea:focus,
input:focus,
input.active {
    border-color: #4b2c6c !important;
    outline: 0 !important;
    box-shadow: none !important;
}

input:focus + i,
input:active + i,
input.active + i,
select:focus + i {
    color: #4b2c6c !important;
}

input:focus::-webkit-input-placeholder {
    color: #4b2c6c;
}

/*------------*\
    Colors
\*------------*/
.facebook {
    background-color: #4268b3;
    color: #fff;
}

.google {
    background-color: #e53343;
    color: #fff;
}

.d-link {
    background-color: #44a3fd;
    color: #fff;
}

.twitter {
    background-color: #55acef;
    color: #fff;
}

.linked-in {
    background-color: #0077b4;
    color: #fff;
}

.pinterest {
    background-color: #d1372b;
    color: #fff;
}

.email {
    background-color: #999999;
    color: #fff;
}

.event-item.sports .categories,
.filtered-events-category.sports,
.event-submit-btn.sports {
    background-color: #6fcb4f !important;
}

.filtered-events-category.sports h4 {
    color: #6fcb4f;
}

.menu-item-green.active,
.sports.active,
.sports:hover {
    border-color: #6fcb4f !important;
    background-color: #6fcb4f !important;
    color: white !important;
}

.event-item.socialResponsibility .categories,
.filtered-events-category.socialResponsibility,
.event-submit-btn.socialResponsibility {
    background-color: #0c790c !important;
}

.filtered-events-category.socialResponsibility h4 {
    color: #0c790c;
}

.menu-item-darkgreen.active,
.socialResponsibility.active,
.socialResponsibility:hover {
    border-color: #0c790c !important;
    background-color: #0c790c !important;
    color: white !important;
}

.event-item.community .categories,
.filtered-events-category.community,
.event-submit-btn.community {
    background-color: #ea3174 !important;
}

.filtered-events-category.community h4 {
    color: #ea3174;
}

.menu-item-purpale.active,
.community.active,
.community:hover {
    border-color: #ea3174 !important;
    background-color: #ea3174 !important;
    color: white !important;
}

.event-item.night .categories,
.filtered-events-category.night,
.event-submit-btn.night {
    background-color: #891c6f !important;
}

.filtered-events-category.night h4 {
    color: #891c6f;
}

.menu-item-darkpurpale.active,
.night.active,
.night:hover {
    border-color: #891c6f !important;
    background-color: #891c6f !important;
    color: white !important;
}

.event-item.education .categories,
.filtered-events-category.education,
.event-submit-btn.education {
    background-color: #601414 !important;
}

.filtered-events-category.education h4 {
    color: #601414;
}

.menu-item-darkbrown.active,
.education.active,
.education:hover {
    border-color: #601414 !important;
    background-color: #601414 !important;
    color: white !important;
}

.event-item.entertainment .categories,
.filtered-events-category.entertainment,
.event-submit-btn.entertainment {
    background-color: #007bc2 !important;
}

.filtered-events-category.entertainment h4 {
    color: #007bc2;
}

.menu-item-blue.active,
.entertainment.active,
.entertainment:hover {
    border-color: #007bc2 !important;
    background-color: #007bc2 !important;
    color: white !important;
}

.event-item.foodDining .categories,
.filtered-events-category.foodDining,
.event-submit-btn.foodDining {
    background-color: #f9ad01 !important;
}

.filtered-events-category.foodDining h4 {
    color: #f9ad01;
}

.menu-item-yellow.active,
.foodDining.active,
.foodDining:hover {
    border-color: #f9ad01 !important;
    background-color: #f9ad01 !important;
    color: white !important;
}

.event-item.artsCulture .categories,
.filtered-events-category.artsCulture,
.event-submit-btn.artsCulture {
    background-color: #15accb !important;
}

.filtered-events-category.artsCulture h4 {
    color: #15accb;
}

.menu-item-skyblue.active,
.artsCulture.active,
.artsCulture:hover {
    border-color: #15accb !important;
    background-color: #15accb !important;
    color: white !important;
}

.event-item.other .categories,
.filtered-events-category.other,
.event-submit-btn.other {
    background-color: #fb4f00 !important;
}

.filtered-events-category.other h4 {
    color: #fb4f00;
}

.menu-item-orange.active,
.other.active,
.other:hover {
    border-color: #fb4f00 !important;
    background-color: #fb4f00 !important;
    color: white !important;
}

.text-blue.active {
    color: #007bc2;
}

.bg-orange {
    background-color: #fb4f00;
}

.bg-darkgray {
    background-color: #ededed;
}

.bg-light {
    background-color: #a6a6a6;
}

.bg-orange:hover,
.bg-orange:focus {
    background-color: #fb4f00;
    box-shadow: none;
}

.bg-green {
    background-color: #6fcb4f;
}

.bg-green:hover,
.bg-green:focus {
    background-color: #6fcb4f;
    box-shadow: none;
}

.bg-darkgreen {
    background-color: #0c790c;
}

.bg-purpale {
    background-color: #ea3174;
}

.bg-purpale:hover,
.bg-purpale:focus {
    background-color: #ea3174;
    box-shadow: none;
}

.bg-red {
    background-color: #601414;
}

.bg-red:hover,
.bg-red:focus {
    background-color: #601414;
    box-shadow: none;
}

.bg-blue {
    background-color: #007bc2;
}

.bg-blue:hover,
.bg-blue:focus {
    background-color: #007bc2;
    box-shadow: none;
}

.bg-yellow {
    background-color: #f9ad01;
}

.bg-skyblue {
    background-color: #15accb;
}

.bg-skyblue:hover,
.bg-skyblue:focus {
    background-color: #15accb;
}

.bg-black {
    background-color: #000000 !important;
}

.custom-checkbox .entertainment::before {
    background-color: #007bc2;
}

.custom-checkbox .artsCulture::before {
    background-color: #15accb;
}

.custom-checkbox .sports::before {
    background-color: #6fcb4f;
}

.custom-checkbox .foodDining::before {
    background-color: #f9ad01;
}

.custom-checkbox .other::before {
    background-color: #fb4f00;
}

.custom-checkbox .community::before {
    background-color: #ea3174;
}

.custom-checkbox .night::before {
    background-color: #891c6f;
}

.custom-checkbox .socialResponsibility::before {
    background-color: #0c790c;
}

.custom-checkbox .education::before {
    background-color: #601414;
}

/*------------*\
    Buttons
\*------------*/
.btn-md {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 700;
    font-size: 18px;
}

.btn-lg {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    font-size: 20px;
}

.btn-grey {
    background-color: #383838;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #4b2c6c;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #383838;
    color: #fff;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus {
    background-color: #441062;
    color: #fff;
}

.btn-pink,
.btn-pink:hover,
.btn-pink:focus {
    background-color: #ef3679;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-pink-outline {
    border: 1px solid #e63375;
    color: #e63375 !important;
}

.btn-icon-left,
.btn-icon-right {
    position: relative;
}

.btn-icon-right {
    padding-left: 35px;
    padding-right: 55px;
}

.btn-icon-left {
    padding-left: 55px;
    padding-right: 35px;
}

.btn-icon-right i,
.btn-icon-left i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.btn-icon-right i {
    right: 20px;
}

.btn-icon-left i {
    left: 20px;
}

/*------------*\
    Icons
\*------------*/
.icon-qe {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/logo-small.png) no-repeat center;
    background-size: cover;
    vertical-align: text-bottom;
    overflow: hidden;
}

/*------------*\
    Header
\*------------*/
.main-navbar .navbar-nav {
    margin-bottom: -8px;
}

.main-navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.main-navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    padding-top: 6px;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.main-navbar .navbar-nav li > a:not(.nav-btn) {
    padding-bottom: 16px;
}

.main-navbar .navbar-nav .active a {
    background-color: #6a4b8a;
}

.main-navbar .navbar-nav .nav-btn {
    color: #4b2c6c;
    font-weight: 500;
}

.main-navbar .navbar-nav .active .nav-btn {
    background-color: #6a4b8a;
    color: #fff;
}

.main-navbar .navbar-nav .active .nav-btn .icon-qe {
    background-image: url("../images/eq.png");
}

.pt-sticky-header {
    padding-top: 102px;
}

.main-header {
    background-color: #4b2c6c;
    padding: 1px 0;
    border-bottom: 4px solid #fff;
    width: 100%;
    z-index: 999;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
}

/*.main-header.sticky + *:not(.sub-menu) {*/
/*margin-top: 102px;*/
/*}*/
.main-header.sticky + .sub-menu {
    position: fixed;
    left: 0;
    top: 102px;
    border-top: 1px solid #d1cadd;
}

.sub-menu.bg-darkgray .container.bg-light {
    border-bottom: 1px solid #e4e4e6;
}

.sub-menu + * {
    margin-top: 46px;
}

.main-header .navbar-brand img {
    height: 70px;
}

.main-header .navbar {
    align-items: flex-end;
}

.sub-menu {
    width: 100%;
    z-index: 998;
}

.sub-menu-nav {
    padding: 10px 0;
    width: 100%;
}

.sub-menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub-menu-nav ul li {
    display: inline-block;
}

.sub-menu-nav ul li + li {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
}

.sub-menu-nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 2px 5px;
    border: 1px solid transparent;
}

.sub-menu-nav ul li a.active {
    border-color: #fff;
}

.sub-menu-nav.capitalize a {
    text-transform: capitalize;
}

.user-dd {
    position: relative;
    top: -6px;
}

.user-dd .user-dd-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.user-dd .btn {
    color: #fff;
    padding: 0;
    border: none;
}

.user-dd .user-dd-avatar img {
    width: 100%;
}

.user-dd .dropdown-menu {
    left: auto;
    right: 0;
}

.user-dd .dropdown-menu .dropdown-item {
    color: #000;
}

.user-dd .dropdown-menu .dropdown-item:hover,
.user-dd .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #4b2c6c;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group i {
    position: absolute;
    top: 12px;
    right: 13px;
    color: #fff;
}

.search-form .form-group .form-control {
    background-color: transparent;
    border-radius: 20px;
    color: #fff;
    padding-right: 32px;
    padding-left: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*.search-form .form-group .form-control:hover,*/
.search-form .form-group .form-control:focus {
    color: #fff !important;
    background-color: #4b2c6c !important;
}

.search-form .form-group .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.search-form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-form .form-group .form-control::placeholder {
    color: #fff;
}

.search-form .form-group .form-control:focus::-webkit-input-placeholder { /* Edge */
    color: #441062;
}

.search-form .form-group .form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #441062;
}

.search-form .form-group .form-control:focus::placeholder {
    color: #441062;
}

/*------------*\
    Footer
\*------------*/
.footer-menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 800px;
    flex-wrap: wrap;
}

.footer-menu li {
    list-style: none;
    margin-right: 40px;
    margin-right: 23px;
}

.footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
}

.footer-social-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-social-links li {
    list-style: none;
}

.footer-social__item {
    display: block;
    margin: 0 5px;
}

.footer-social-links li a {
    text-decoration: none;
    color: #fff;
    margin-left: 0;
}

.footer-download__item img {
    max-width: 78px;
}

.footer-signup-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 30px;
    color: #fff;
}

.footer-signup-form {
    text-align: right;
}

.footer-signup-form input {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 0;
    border-radius: 0;
}

.footer-signup-form button {
    width: 20%;
    padding: 8px 16px;
    color: #fff;
    margin-left: -4px;
    border: 0;
    border-radius: 0;
    background-color: #441062;
}

.footer-copyright {
    text-align: center;
    color: #fff;
}

.footer-logo {
    display: block;
    max-width: 270px;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.footer .footer-social__item._fb,
.footer .footer-social__item._in,
.footer .footer-social__item._tw {
    width: 36px;
    height: 33px;
    margin: 0;
}

.powered-by {
    text-align: center;
    line-height: 28px;
}

.powered-by span {
    color: #fff;
    text-transform: lowercase;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: bottom;
}

.powered-by img {
    width: 120px;
}

/*------------*\
    Advertisement
\*------------*/
.advertisement-widget {
    margin-bottom: 20px;
    text-align: center;
}

.side-area .advertisement-widget {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/*------------*\
    Side Area
\*------------*/
.widget {
    margin-bottom: 20px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*------------*\
    Events Page Style
\*------------*/
.read-more-btn {
    border-radius: 20px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-right: 12px;
    padding: 3px 10px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.event-submit-btn {
    width: 100%;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.event-submit-btn:hover,
.event-submit-btn:active,
.event-submit-btn:focus {
    outline: none;
    box-shadow: none;
}

.events-carousel p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.events-carousel .owl-nav {
    text-align: right;
    color: #000;
    /*margin-top: 20px;*/
    /*float: right;*/
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    /*padding: 8px 10px;*/
}

/*.events-carousel button.owl-prev {*/
/*margin-right: 15px;*/
/*}*/
.events-carousel.owl-carousel .owl-nav button.owl-prev,
.events-carousel.owl-carousel .owl-nav button.owl-next {
    padding: 8px 10px !important;
}

.latest-events {
    padding: 7px 0;
    margin: 0;
    display: flex;
}

.latest-events li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #000;
    margin-right: 50px;
    padding-right: 50px;
}

.latest-events li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.latest-events li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    list-style: none;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.latest-events li a.active {
    background-color: #441062;
    color: #fff;
}

.filtered-events-category {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.75);

}

.filtered-events-category h4 {
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    margin: 0;
}

.filtered-events-category .date {
    text-align: center;
    display: flex;
    height: calc(100% - 34px);
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.event-media-obj h5 {
    color: #441062;
}

.event-media-obj .filter-meta {
    margin-top: 10px;
    color: #441062;
    font-size: 0.8em;
}

.event-box {
    border: 1px solid #ccc;
    background-color: #fff;
}

.event-box img {
    width: 100%;
}

.event-box .event-box-img {
    display: block;
    padding: 6px;
    position: relative;
}

.event-item .event-slide-img {
    display: block;
    height: 420px;
}

.event-slide-disc {
    position: absolute;
    bottom: 0;
    background-color: #00000000;
    /*background-color: #00000085;*/
    padding: 10px;
    width: 100%;
}

.event-slide-disc p {
    display: block;
}

.event-slide-disc .categories {
    display: inline-block;
    padding: 3px 8px 4px;
    font-size: 13px;
    color: #fff;
}

.event-slide-img img {
    min-height: 100%;
    height: auto;
    width: auto !important;
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-box .box-body {
    color: #000;
    padding: 10px 15px;
    padding-top: 0 !important;
    font-size: 14px;
    border-top: 1px solid transparent;
}

.event-box .box-body h4 {
    font-size: 20px;
}

.event-box .box-body hr {
    margin: 5px 0;
}

.event-box .box-body h4 a {
    min-height: 50px;
    color: #000;
    display: block;
}

.event-box .media.location {
    min-height: 42px;
}

.event-box .box-body span {
    font-weight: 600;
}

.event-box .box-body hr {
    border-top: 1px solid rgb(195, 195, 195);
}

.event-box .box-body i {
    min-width: 20px;
    margin-top: 5px;
    font-size: 16px;
}

.calendar-widget {
    padding: 15px;
    background-color: #4b2d6d;
    margin-left: auto;
    margin-right: auto;
}

.calendar-widget > div {
    padding: 0 !important;
    border-radius: 5px;
    background-color: #fff;
}

.calendar-widget .widget-head {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #4b2d6d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -14px;
    z-index: 1;
    position: relative;
    padding: 12px 5px 0;
}

.calendar-widget .flatpickr-calendar.inline {
    width: 100%;
}

.search-filter-widget {
    background-color: #ededed;
    padding: 20px;
}

.search-filter-widget .accordion > .card:last-of-type {
    background-color: transparent;
    border: none;
}

.search-filter-widget .btn.btn-link {
    border-radius: 20px;
    width: 100%;
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
    color: #383838;
    font-size: 18px;
    font-weight: 500;
}

.search-filter-widget .btn.btn-link .fa {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.search-filter-widget .btn.btn-link.collapsed .fa {
    transform: rotate(-90deg);
}

.search-filter-widget .accordion > .card .card-header {
    padding: 0;
    background-color: transparent;
    margin: 0;
    border: none;

}

.search-filter-widget .card-body {
    padding: 0 !important;
}

.search-filter-widget form label {
    color: #383838;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.search-filter-widget form .form-control {
    border-radius: 0;
    background-color: #606060;
    border: none;
    color: #fff;
}

.search-filter-widget input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.search-filter-widget input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.search-filter-widget input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.search-filter-widget input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.search-filter-widget .custom-checkbox {
    padding-left: 0;
    margin-bottom: 10px;
}

.search-filter-widget .custom-checkbox .custom-control-label {
    position: relative;
    padding-left: 60px;
    line-height: 40px;
    width: 100%;
}

.search-filter-widget .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    box-shadow: none;
}

.search-filter-widget .custom-checkbox .custom-control-label::after {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}

.search-filter-widget .btn {
    border-radius: 20px;
}

.pagination-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list li {
    display: inline-block;
    vertical-align: middle;
}

.pagination-list li a {
    display: block;
    background-color: #fff;
    color: #000;
    min-width: 40px;
    border: 3px solid #441062;
    line-height: 33px;
    height: 40px;
}

.pagination-list li a:hover,
.pagination-list li a:active,
.pagination-list li a.active {
    background-color: #441062;
    color: #fff;
}

/* Event Details Page */
.event-details-section h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.event-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 20px;
}

.event-status .left span {
    font-size: 14px;
    padding-right: 15px;
    margin-left: 15px;
    border-right: 1px solid #fff;
}

.event-status .left span:last-child {
    border-right: none;
}

.event-status .right span {
    font-size: 14px;
}

.user-info {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.user-info:after {
    content: '';
    position: absolute;
    top: 0;
    right: -17px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.user-info.text-center .user-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto 10px;
    overflow: hidden;
}

.user-info .user-img img {
    width: 100%;
}

.user-info h4 {
    font-size: 18px;
    font-weight: 500;
    color: #441062;
}

.user-info ul {
    padding: 0;
    margin: 0;

}

.user-info ul.social-links {
    margin: 10px 0;
}

.social-links {
    padding: 0;
    margin: 0;
}

.social-links li {
    list-style: none;
    display: inline-block;
    height: 30px;
    padding: 4px 0;
    width: 30px;
    text-align: center;
    border-radius: 5px;
}

.social-links li + li {
    margin-left: 10px;
}

.social-links li a {
    color: #fff;
    text-decoration: none;
}

.event-details {
    margin-top: 20px;
}

.event-details h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-details img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.google-map {
    border: 1px solid gray;
    height: 300px;
    overflow: hidden;
}

.event-address {
    padding: 0;
    margin: 0;
}

.event-address li {
    list-style: none;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -6px;
}

.event-address li b {
    text-transform: capitalize;
}

.event-address li a {
    text-decoration: none;
}

.event-share-links {
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

.event-share-links h4 {
    font-size: 24px;
}

.events-carousel {
    padding: 5px;
    background-color: #fff;
}

.hd-common {
    font-size: 30px;
    margin-bottom: 15px;
}

.event-item {
    padding: 5px;
    position: relative;
}

.event-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.event-item h5,
.event-item p {
    color: #000 !important;
}

.event-item .media img {
    width: 200px;
}

.event-item .media-body h4 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    font-weight: 600;
    margin-bottom: 15px;
}

.event-item .media-body h4 a {
    color: #000;
}

.event-item .information {
    padding: 0;
    margin: 0;
}

.event-item .information li {
    list-style: none;
    font-size: 14px;
}

.event-item .information li p {
    width: 80%;
}

.event-item .information .d-flex {
    font-size: 15px;
}

.event-item .information li i {
    font-size: 15px;
    margin-right: 10px !important;
    color: #441062;
}

.event-item .user-info {
    border: none;
    text-align: left;
}

.event-item .user-info img {
    height: 40px;
    width: 40px;
}

.event-item .user-info h6,
.event-item .user-info span {
    font-size: 13px;
    margin: 0;
}

.categories p {
    font-size: 14px;
}

.left-widget {
    padding-top: 10px;
    border-top: 1px solid #dadada;
    justify-content: space-between;
}

.left-widget p {
    margin: 0;
    font-size: 14px;
}

.other-events h4.heading-title {
    margin-bottom: 25px;
    font-size: 25px;

    font-weight: bold;
    text-transform: uppercase;
}

.btn-pink {
    border: 1px solid #e63375;
    color: #fff;
}

.bg-pink.active {
    background-color: #e63375;
    color: #fff !important;
    border-color: #e63375;
}

.widget.categories-links h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.categories-links ul {
    padding: 0;
    margin: 0;
}

.categories-links ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

.categories-links ul li a {
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #dadada;
    padding: 10px 9px;
    color: #000;
    margin-right: 5px;
    display: inline-block;
}

.widget.tweets h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.widget.tweets img {
    padding: 1px 0px;
}

.response-section {
    padding: 50px 0;
    text-align: center;
}

.news-widget .widget-tabs {
    color: #fff;
}

.news-widget .widget-tabs a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.news-widget .nav-tabs {
    border-bottom: none;
}

.news-widget .widget-tabs li a.active {
    border: 1px solid #fff;
    border-bottom: none;
}

.news-widget .nav.nav-tabs .nav .nav-pills li {
    width: 33.33%;
    position: relative;
}

.section-comment-tabs {
    padding: 40px 0 120px;
    position: relative;
}

.comment-tabs .nav.nav-pills {
    border-bottom: 3px solid #e8e9ee;
    padding-bottom: 10px;
}

.comments-section .nav.nav-pills li a {
    text-decoration: none;
    color: #000;
    margin-right: 30px;
    font-size: 20px;
    font-weight: bold;
}

.comment-tabs ul.nav li {
    margin-right: 30px;
}

.comment-tabs ul.nav li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #dddddd;
    padding-bottom: 11px;

}

.comment-tabs ul.nav li a.active {
    color: #000;
    border-bottom: 4px solid #0000ee;
}

.login-btn-area {
    position: absolute;
    top: 0;
    right: -6px;
    width: 165px;
    text-align: right;
    height: 40px;
}

.login-btn {
    color: #656d7a;
    font-weight: 500 !important;
}

.notifications {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: #441062;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
    font-weight: 600;
    color: #fff;
}

.notifications::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f15e70;
    bottom: 1px;
    left: -2px;
    clip-path: polygon(50% 0%, 100% 0%, 82% 90%, 0% 100%);
}

.login-btn-area .dropdown {
    display: inline-block;
}

.login-btn-area .btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.login-btn-area .dropdown-toggle::after,
.sort-list-dd .dropdown-toggle::after {
    font-size: 17px;
    vertical-align: inherit;
}

.action-feedback {
    padding: 0;
    margin: 0;
}

.action-feedback li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.action-feedback li.recommend-link {
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
}

.action-feedback li.recommend-link a i {
    color: #441062;
}

.action-feedback li.twitter-link a {
    background-color: #00acec;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 500;
}

.action-feedback li.face-book-link a {
    background-color: #3b5999;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 500;
}

.action-feedback li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.action-feedback li a i {
    margin-right: 8px;
    font-weight: 500;
}

.sort-list-dd .dropdown .sort-btn {
    padding: 0;
    margin-top: -15px;
    margin-right: 5px;
}

.user-image {
    display: block;
    width: 60px;
    height: 50px;
    background-color: #ddd;
    border-radius: 7px;
    overflow: hidden;
}

.user-image img {
    min-width: 100%;
    min-height: 100%;
}

.user-discution-field input.form-control {
    height: 50px;
    font-size: 20px;
}

.user-discution-field input[type="text"]::-webkit-input-placeholder {
    color: #697b87;
}

.login h6,
.sing-up h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.login ul {
    padding: 0;
    margin: 0;
}

.login ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
}

.login ul li a {
    text-decoration: none;
    color: #fff;
}

.login ul li.d-link.first:before {
    content: '';
    width: 20px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    height: 20px;
    background-color: #44a3fd;
    clip-path: polygon(25% 0%, 17% 0%, 85% 83%, 0% 100%);
}

.sing-up input.form-control {
    height: 35px;
    font-size: 15px;
}

.sing-up input[type="text"]::-webkit-input-placeholder {
    color: #697b87;
}

/* Qatar feature page */
.features-section {
    padding: 100px 0;
}

.features-section .feature-img {
    position: relative;
    z-index: 1;
}

.features-section .content h1 {
    position: relative;
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #e73275;
}

.features-section .content h1:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 1px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background-color: #4a4a4a;
}

.features-section .content.right h1:after {
    right: 20px;
    left: auto;
    width: 180%;
}

.features-section .content p {
    font-size: 24px;
    max-width: 450px;
}

/* About US page */
.brace-img.light {
    display: none;
}

.hero-section.sub-hero {
    padding: 40px 0 60px;
    background-color: #4b2c6c;
    color: #fff;
}

.hero-section.sub-hero h1 {
    font-size: 55px;
    color: #faad00;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-section.sub-hero p {
    margin-left: 30px;
    font-size: 30px;
    margin-bottom: 0;
}

.hero-section.sub-hero .g-logo {
    height: 345px;
    width: 345px;
    border-radius: 50%;
    border: 18px solid #4b2c6c;
    background-color: #4b2c6c;
    margin-bottom: -92px;
}

.about-us-content .section-desc {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}

.about-us-content p {
    font-size: 24px;
}

.about-us-content .right {
    margin-top: -20px;
}

.about-us-content h1 {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 700;
}

.about-us-content h1 span {
    color: #faad00;
}

.about-us-content .right h5 {
    font-size: 30px;
    font-weight: 400;
}

.about-us-content .social-links-lg {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.about-us-content .social-links-lg li {
    display: inline-block;
    min-width: 87px;
}

.about-us-content .social-links-lg li + li {
    margin-left: 20px;
}

.about-us-content .social-links-lg li a {
    display: block;
    background: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 38px;
    color: #fff;
    line-height: 70px;
    margin: 0 auto 10px;
}

.about-us-content .social-links-lg li a i.fa-facebook-f {
    color: #3a559f;
}

.about-us-content .social-links-lg li a i.fa-instagram {
    color: #ec063b;
}

.about-us-content .social-links-lg li a i.fa-twitter {
    color: #3bc1e9;
}

/* Modal Forms */
.qe-modal .gradient-line {
    width: 350px;
    position: absolute;
    height: 10px;
    top: 16px;
}

.qe-modal .modal-header {
    border: none;
    position: relative;
}

.qe-modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.qe-modal .modal-body {
    padding: 45px;
}

.qe-modal .modal-title {
    margin: 30px 0 0;
    text-align: center;
    color: #4b2c6c;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.qe-modal .modal-title img {
    width: 60px;
}

.qe-modal .follow-us-links {
    margin-top: 30px;
}

.qe-modal .follow-us-links > span {
    margin-right: 15px;
}

.follow-us-links {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.follow-us-links a {
    /* padding: 7px 25px; */
    /* border-radius: 30px; */
    /* color: #fff; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* text-decoration: none; */
    display: inline-block;
    vertical-align: middle;
}

.follow-us-links a + a {
    margin-left: 13px;
}

/*.follow-us-links a i {*/
/*margin-right: 10px;*/
/*line-height: 21px;*/
/*}*/
.qe-modal .form-link {
    display: inline-block;
    text-decoration: underline;
    color: #4b2c6c;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.qe-modal input::-webkit-outer-spin-button,
.qe-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.modal-form .form-group > i {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #aaaaaa;
}

.modal-form .form-control {
    padding: 10px 30px;
    border-radius: 2rem;
    min-height: 55px;
    position: relative;
}

.modal-form .form-field__error,
.modal-form label.error {
    margin-left: 30px;
}

.modal-form select.form-control,
.modal-form input.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.modal-form .btn-submit {
    margin: 0 auto;
    width: 100%;
}

/*Contact Us Modal*/
.contact-us-form textarea.form-control {
    height: 225px;
}

.contact-us-form .btn-submit {
    max-width: 245px;
}

.qe-modal .logo {
    max-width: 200px;
    margin-bottom: 30px;
}

/* Login Form */
.login-form .btn-submit {
    max-width: 245px;
}

.login-modal .modal-dialog {
    width: 100%;
    max-width: 540px;
}

/* Register Section */
.register-modal .modal-dialog {
    width: 100%;
    max-width: 540px;
}

.register-form .btn-submit {
    max-width: 250px;
}

.register-form .agree-text {
    font-size: 10px;
}

.register-form .agree-text .form-link {
    font-size: 10px;
}

/*Edit Profile Page Styling*/
h1.form-title {
    color: #4b2c6c;
    font-size: 35px;
    font-weight: 700;
}

h2.form-title {
    margin-bottom: 20px;
    color: #4b2c6c;
    font-weight: 700;
    font-size: 20px;
}

.select-file {
    position: absolute;
    bottom: 6px;
    right: 60px;
}

.select-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.select-file span {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

.btn-sharp {
    border-radius: 0;
}

.btn-submit-rec:hover {
    color: #fff;
}

.icon-input-control {
    position: relative;
}

.icon-input-control .fa {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999;
}

.icon-input-control .form-control {
    padding-left: 32px;
}

.location-form-group .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.create-event-form .error {
    font-size: 80%;
    color: #dc3545;
}

.main .container.d-flex .section {
    max-width: 500px;
    width: 100%;
}

.inner-box {
    /*border: solid 1px #a6a6a6;*/
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.43);
    background: #fff;
}

.inner-box a {
    color: #4b2c6c;
    text-decoration: underline;
}

.inner-box a:hover {
    color: #4b2c6c;
    text-decoration: none;
}

.inner-box h1.form-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.error-page h1 {
    color: #4b2c6c;
    font-size: 32px;
    font-weight: 700;
}

.error-page p {
    margin-bottom: 0;
    padding: 5px 0;
}

.submit-page h1 {
    font-size: 32px;
    margin-bottom: 25px;
}

.themeMode {
    position: fixed;
    z-index: 99999;
    top: 35%;
    left: 0;
    transform: translateX(-70px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 6px 6px 0;
    color: #fff !important;
    background-color: #1a1a1a;
    border: 1px solid #444;
    padding: 6px 10px;
    font-size: 13px;
    border-left: none;
    cursor: pointer;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.35);
    user-select: none;
}

.themeMode:hover {
    transform: translateX(0);
    background-color: #000;
}

.themeMode a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.themeMode a:hover {
    color: #ffd700;
    text-decoration: none;
}

.themeMode i {
    padding: 2px 4px 2px 8px;
    vertical-align: middle;
    font-size: 14px;
    color: #f1c40f;
}

.event-ended {
    position: absolute;
    z-index: 96;
    top: 0;
    left: 0;
    margin: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    cursor: pointer;
    background: rgba(0, 0, 0, .8);
}

.event-ended_text {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-4 {
    margin-left: -4px;
    margin-right: -4px;
}

.row-4 [class^="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

form.form {
    color: #000000;
}

.search-results h1,
.search-results p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.search-results p {
    background-color: #745ca1;
    color: #fff;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 19px;
    margin-left: 10px;
}

.search-results .list-group-item {
    border: 1px solid rgb(75, 44, 108);
}

.search-results .list-group-item-action:focus,
.search-results .list-group-item-action:hover {
    background-color: #745ca1bf;
    color: #fff;
}

/*flat picker overrides*/
.calendar-widget .flatpickr-calendar.inline .flatpickr-rContainer {
    width: 100%;
}

.calendar-widget .flatpickr-calendar.inline .flatpickr-days {
    width: 100%;
}

.calendar-widget .flatpickr-calendar.inline .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.advertisement-widget img {
    max-width: 100%;
    height: auto;
}

.event-slide-img img {
    min-height: unset;
    height: 100%;
    width: 100% !important;
    max-width: 100%;
    margin: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
}

.events-carousel .event-slide-disc {
    background-color: #00000085;
}

.events-carousel .event-item h5,
.events-carousel .event-item p {
    color: #fff !important;
}

.events-carousel .event-item {
    padding: 0;
    position: relative;
}

.event-address li {
    overflow: hidden;
}

/*26-5-2021*/

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 10px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 20px;
    height: 20px;
}

.flatpickr-months .flatpickr-month {
    height: 70px;
}

.flatpickr-current-month {
    height: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 18px;
    font-weight: 600;
    height: auto;
    color: #ffffff;
    background-color: #4b2d6d !important;
}

.flatpickr-current-month .numInputWrapper {
    margin-top: 14px;
}

.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: #4b2c6c;
    border-color: #4b2c6c;
    color: #fff;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: #e7e7e7;
    cursor: default;
}

.flatpickr-day {
    background: none;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4b2c6c;
    transition: all 0.5s ease;
}

.flatpickr-day.today {
    border-color: #4b2c6c !important;
    background-color: #4b2c6c !important;
    color: #fff;
}

.flatpickr-months {
    margin-bottom: 6px;
    -webkit-box-shadow: 0 3px 8px #4b2c6c73;
    box-shadow: 0 3px 8px #4b2c6c73;
    background-color: #4b2d6d;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: rgb(255 255 255);
    fill: rgb(255 255 255);
}

span.flatpickr-weekday {
    color: #4b2c6c;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #4b2c6c;
    border-color: #4b2c6c;
}

.selectedDateBox {
    display: none !important;
    opacity: 0;
}

.flatpickr-current-month input.cur-year {
    color: #fff;
}

.calendar-widget {
    padding: 15px;
    background-color: #aaaeaf47;
    margin-left: auto;
    margin-right: auto;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255, 255, 255, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.9);
}

.qe-social-icons {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url(../images/png-sprite/social-icons.png) no-repeat;
    vertical-align: middle;
}

.qe-social-icons-round {
    display: inline-block;
    width: 45px;
    height: 46px;
    background: url(../images/png-sprite/social-icons-round.png) no-repeat;
    vertical-align: middle;
}

.qe-social-icons-round.i-facebook,
.qe-social-icons.i-facebook {
    background-position: 0 0;
}

.qe-social-icons-round.i-twitter {
    background-position: -60px 0;
}

.qe-social-icons.i-twitter {
    background-position: -64px 0;
}

.qe-social-icons-round.i-instagram {
    background-position: -119px 0;
}

.qe-social-icons.i-instagram {
    background-position: -129px 0;
}

.mt-51px {
    margin-top: 51px;
}

.follow-us-widget {
    padding: 5px;
}

.follow-us-widget .follow-us-links > span {
    font-size: 18px;
    font-weight: 500;
    color: #4b2c6c;
    text-transform: uppercase;
    margin-right: 8px;
    vertical-align: middle;
}

.advertise-with-us-link {
    display: inline-block;
}

/*.advertise-with-us-link img{*/
/*max-height: 90px;*/
/*}*/

.top-slider-content {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 105px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4b2c6c;
}

.top-slider-controls__item {
    font-size: 1.125rem;
    line-height: 50px;
    padding: 0 7px;
}

.top-slider-content__category {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    color: #4b2c6c;
}

.top-slider-content__title {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #262626;
    font-weight: 700;
    font-size: 15px;
}

.top-slider-content__text {
    color: #262626;
    font-size: 14px;
    line-height: 1rem;
}

.top-baner-right {
    position: relative;
}

.top-baner-right .top-baner-right__image {
    height: 400px;
    overflow: hidden;
}

.top-baner-right .top-baner-right__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.top-baner-right .top-baner-right__content {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.top-baner-right .top-baner-right__button {
    font-size: .775rem;
    line-height: 40px;
    width: 90px;
    height: 40px;
    background-color: #4b2c6c;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

img._half-slider-image {
    max-width: 100%;
    max-height: 400px;
    width: 100%;
    height: 100%;
}

.top-slider__item .top-slider__image img {
    max-width: 100%;
    max-height: 400px;
}

.events-row [class*="-8"] {
    max-width: 68%;
    flex: 0 0 68%;
}

.events-row [class*="-4"] {
    max-width: 32%;
    flex: 0 0 32%;
}

.main-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.main-double__left,
.main-double__right {
    padding-left: 5px;
    padding-right: 5px;
}

.main-double__left {
    width: 100%;
    max-width: 619px;
}

.main-double__right {
    width: 100%;
    max-width: 370px;
}

.toggle-collapseEventCategories {
    display: none;
    padding: 0 !important;
    float: right;
    width: auto !important;
    position: relative;
    top: -6px;
}

@media (min-width: 768px) {
    #collapseEventCategories {
        display: block;
    }
}

@media (max-width: 767px) {
    .main-double {
        flex-direction: column;
    }

    .main-double__right {
        margin-top: 10px;
        max-width: 380px;
    }

    .toggle-collapseEventCategories {
        display: block;
    }

    .toggle-collapseEvent {
        pointer-events: none;
    }

    .toggle-collapseEvent i {
        display: none;
    }

    .main-double__left .slick-slide {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .main-double__left .top-slider-content {
        position: relative;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
        background-color: transparent;
    }
    .main-double__left .top-slider-content .top-slider-controls{
        max-width: 100%;
        margin-top: 15px;
    }

    .main-double__left .top-slider-content .top-slider-content__text{
        min-height: 48px;
    }

}

/*2-17-22*/
.event-media-obj img {
    max-width: 190px;
    margin-right: 16px;
}

@media (max-width: 767px) {
    .advertise-with-us-link {
        width: 100%;
    }

    .advertise-with-us-link img {
        width: 100%;
    }

    .main-double .main-double__right {
        max-width: 100%;
    }

    .top-baner-right .top-baner-right__image {
        object-fit: contain;
        object-position: center;
    }

    .register-modal .modal-dialog,
    .login-modal .modal-dialog {
        max-width: 100% !important;
        padding-right: 15px;
    }

    .advertisement-widget.inFeedBanner {
        margin-top: 12px;
    }

    .main-navbar .navbar-nav .nav-item {
        margin-top: 10px;
    }

    .sub-menu-nav ul li + li {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .sub-menu-nav ul li {
        border-right: 1px solid #ccc;
        margin-right: 5px;
        padding-right: 5px;
    }

    .event-item > .media a {
        width: 100%;
    }

    .brace-img {
        display: none !important;
    }

    .about-us-content .social-links-lg li + li {
        margin-left: 10px !important;
    }
}

/*.top-baner-right .top-baner-right__image img {*/
    /*height: 400px !important;*/
/*}*/

.mb-2 .advertise-with-us-link {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.mb-2 .advertise-with-us-link .img-fluid {
    max-width: 100%;
    height: 90px;
    width: 100%;
}

/*fix font issue on terms and privacy page*/
#terms ul li, #privacy ul li {
    font-size: 24px;
}

.radio-like-checkbox {
    width: 0;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
}

.radio-like-checkbox + label {
    font-size: .875rem;
}

.radio-like-checkbox + label .custom-radio {
    border: 1px solid #767676;
    width: 13px;
    height: 13px;
    line-height: 11px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    top: -2px;
}

.radio-like-checkbox:checked + label .custom-radio {
    background-color: #0075ff;
    border-color: #0075ff;
}

/*4-22-2022*/
@media (min-width: 768px) {
    .main-double .main-double__left {
        /*width: 67%;*/
        max-width: 664.75px;
    }

    .main-double .main-double__right {
        /*width: 33%;*/
        max-width: 334px;
    }
}

.top-slider__item .top-slider__image img {
    width: 100%;
}

.content.left, .content.right {
    margin-top: -47%;
}

.latest-events {
    justify-content: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .top-baner-right .top-baner-right__image img {
        height: 100% !important;
        min-height: 361px;
    }

    .follow-us-links > span {
        display: block;
    }

    .bg-darkgray .container {
        max-width: 1140px;
    }

}

@media (max-width: 1270px) {
    .top-baner-right .top-baner-right__image img {
        height: 100% !important;
        min-height: 361px;
    }
}

@media (max-width: 1148px) {
    .top-baner-right .top-baner-right__image img {
        height: 100% !important;
        min-height: 301px;
    }
}

@media (max-width: 767px) {
    .content.left, .content.right {
        margin-top: 0;
    }

    .latest-events li {
        flex: 1 1 0;
    }
}

#contactRecaptcha {
    text-align: center;
}

#contactRecaptcha > div {
    display: inline-block;
}

.event-address.my-4 div {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -6px;
}
.event-address.my-4 div ul {
    margin-top: -20px;
}

.footer-copyright a{
    color: #ffffff !important;
    text-decoration: underline  !important;
}

/*05-09-2022*/
@media (max-width: 767px) {
    .latest-events li {
        border: none;
        position: relative;
    }

    .latest-events li:before {
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #000;
        right: 0;
        top: 50%;
        bottom: 0;
        content: "";
        transform: translateY(-50%);
    }

    .latest-events li:last-child:before {
        display: none;
    }

    .dark-mode .latest-events li:before {
        background-color: #fff;
    }
}




/* Perfect Uniform Event Cards & Images */
.row-4 {
    display: flex;
    flex-wrap: wrap;
}

.row-4 > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.event-box {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 4px;
    overflow: hidden;
}

.event-box .event-box-img {
    display: block !important;
    padding: 6px !important;
    position: relative !important;
    height: 250px !important;
    overflow: hidden !important;
}

.event-box .event-box-img img,
.event-box img.img-fluid {
    width: 100% !important;
    height: 100% !important;
    max-height: 238px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 3px;
}

.event-box .box-body {
    color: #000;
    padding: 12px 15px !important;
    padding-top: 6px !important;
    font-size: 14px;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.event-box .box-body h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.event-box .box-body h4 a {
    min-height: 44px !important;
    color: #000 !important;
    display: block !important;
    line-height: 1.3 !important;
}

.event-box .box-body .event-submit-btn {
    margin-top: auto !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 9px 0 !important;
}
