html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}


.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
} 
.fs-16{
    font-size: 16px;
} 
.fs-18{
    font-size: 18px;
} 
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
} 
.fs-30{
    font-size: 30px;
} 
.fs-32{
    font-size: 32px;
}
.fm-dm{
    font-family: 'DM Sans', sans-serif;
}
.fw-bold{
    font-weight: bold;
}
.fw-medium{
    font-weight: 500;
}

.border-1 {
    border: 1px solid #E1E1E1;
}
.venue-detail-event-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-default {
    color: #333333;
}
.text-orange {
    color: #DF671B;
}
.h-50px {
    height: 50px;
}
.border-radious-6 {
    border-radius: 6px;
}
.venue-detail-section * {
    font-family: 'DM Sans', sans-serif;
}
.venue-detail-event-img img{
    width: 100%;
    /* max-width: 100%; */
    max-height: 100%;
    object-fit: cover;
}
.venue-detail-section .fa,.venue-detail-section .far,.venue-detail-section .fas
 {
    font-family: "Font Awesome 5 Free";
}
.vanue-gs-1 {
    margin-left: -7px;
    margin-right: -7px;
}
.vanue-gs-1 .col-lg-4{
    padding-left: 7px;
    padding-right: 7px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
     .event-filter .all-type-dropdown .dropdown-menu.show{
        transform: translate3d(-7px, 42px, 0px) !important;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}




.events-slider {
    background: url(../image/events-slider.png) no-repeat;
    background-size: cover;
    background-color: #000000;
    padding: 85px 0;
    min-height: 550px;
    text-align: center;
}
.events-content .form-control{
    font-size: 13px;
    padding: 10px;
    background-color: #fff;
    color: #333333;
}
.events-content .form-control.select-arrow{
    background:#fff url(../image/arrow-new-design.svg) no-repeat;
    background-position: 92% center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;

}
.event-location{
    background: url(../image/event-pin.svg) no-repeat;
    background-position: 92% center;
    padding-right: 35px !important;
}
.events-content .card-body{
    padding: 12px 20px 20px;
}
.min-150{
    min-width: 150px
}
.min-200{
    min-width: 200px
}
.event-select select{
    border-radius: 5px;
    font-size: 18px;
    color: #333333;
    background:#fff url(../image/arrow-new-design.svg) no-repeat;
    background-position: 92% center;
    padding: 21px 15px;
    height: 70px;
    border-top-right-radius: 0px !important;
    min-width: 200px;
    appearance: none;
    -webkit-appearance: none;
    border-bottom-right-radius: 0px !important;
    border: none;
}
.event-search input{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: none !important;
    height: 70px;
    position: relative;
}
.event-select{
    position: relative;
}
.event-select::before{
    content: '';
    border-left: 1px solid #ddd;
    right: 0px;
    top: 5px;
    bottom: 5px;
    position: absolute;
}
.event-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    opacity: 1;
    font-size: 18px !important;
    font-family: 'DM Sans', sans-serif;
}
.event-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
    font-size: 18px !important; 
    font-family: 'DM Sans', sans-serif;
}
.event-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    opacity: 1;
    font-size: 18px !important;
    font-family: 'DM Sans', sans-serif;
}
.event-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    opacity: 1;
    font-size: 18px !important;
    font-family: 'DM Sans', sans-serif;
}
.text-gray {
    color: #999999;
}
.footer-other-page-link li a,.footer-follow,.footer-other-bottom{
    font-family: 'DM Sans', sans-serif !important;
    color: #333333 !important;
}
.text-ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event-loc{
    min-height: 25px;
}

@media (min-width: 1200px){
    .venue-detail-section .container {
        max-width: 1200px;
    }
}
@media (min-width: 1024px){
	
	.navbar-brand-test .show-desktop {
		display: none;
	}
	.navbar-brand-test .show-mobile {
		display: block;
		width: 100px;
	}
	.top-header-white .show-desktop{
		display: block;
		width: 100px !important;
	}
	.top-header-white .show-mobile{
		display: none;
	}
	
.top-header-white.header-section .navbar-nav .nav-link, .header-section .navbar-nav a {
    color: #000 !important;
}
.top-header-white.header-section .navbar-nav a.header-button {
    color: #000 !important;
    border-color: #000;
}
.top-header-white.header-section .navbar-nav a.header-button:hover {
    color: #fff !important;
	background: #000;
}

.top-header-white .navbar-brand-test svg path {
    fill: #000 !important;
}
}
@media only screen and (max-width: 1200px){
    .top-header.header-section{
        background: transparent !important;
    }
    .top-header.top-header-white.header-section{
        background: #fff  !important;
    }
    .new-home.site-index {
        padding-top: 0px !important;
    }
    
}
@media only screen and (max-width: 991px){
    .top-header.header-section{
        background: transparent !important;
    }
    .top-header.top-header-white.header-section{
        background: #df671b  !important;
    }
    .events-slider .banner-data h1 {
        font-size: 30px !important;
    }
    .new-home.site-index {
        padding-top: 0px!important;
    }
    .events-slider{
        min-height: initial;
        padding-bottom: 32px;
        background-position: center;
    }
    .event-search{
        flex-wrap: wrap;
    }
    .events-slider .banner-data-cover{
        left: 0% !important; 
        position: static;
        transform: inherit !important;
        margin: auto;
    }
    .events-slider .banner-data h5{
        font-size: 15px;
        font-weight: normal;
    }
    .events-slider .search-panel {
        margin: 19px 0 0;
    }
    .event-select{
        width: 100%;
    }
    
    .event-select select{
        background-position: 97% center;
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 6px !important;
    }
    .search-panel input{
        border-radius: 6px !important;
    }
    .event-select::before{
        display: none;
    }
    .event-search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #999999;
        opacity: 1;
        font-size: 15px !important; 
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input:-moz-placeholder {
        /* Firefox 18- */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .events-slider .search-btn{
        position: static !important;
         width: 100%;
         margin-top: 10px;
         min-height: 50px !important;

    }
    .mb-fs-20{
        font-size: 20px;
    }
    .event-filter .col-auto.pr-0{
/*        width: 40%;*/
    }
    .event-filter .col-auto{
/*        width: 60%;*/
    }
    .event-filter .col-auto .min-150{
        min-width: auto
    }
    .event-filter .col-auto .min-200 {
        min-width: auto
    }
   /* .venue-detail-event-img{
        height: 150px;
    }*/
    .mb-fs-18{
        font-size: 18px;
    }
    .mb-fs-13{
        font-size: 13px;
    }
    .events-content .card-body {
        padding: 12px 12px 15px;
    }   
    .footer-other-bottom{
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 767px){
    .top-header.header-section{
        background: transparent !important;
    }
    .top-header.top-header-white.header-section{
        background: #df671b  !important;
    }
    .events-slider .banner-data h1 {
        font-size: 30px !important;
    }
    .new-home.site-index {
        padding-top: 0px!important;
    }
    .events-slider{
        min-height: initial;
        padding-bottom: 32px;
        background-position: center;
    }
    .event-search{
        flex-wrap: wrap;
    }
    .events-slider .banner-data-cover{
        left: 0% !important; 
        position: static;
        transform: inherit !important;
        margin: 0 auto;
    }
    .events-slider .banner-data h5{
        font-size: 15px;
        font-weight: normal;
    }
    .events-slider .search-panel {
        margin: 19px 0 0;
    }
    .event-select{
        width: 100%;
    }
    .event-search input,.event-select select{
        height: 50px;
    }
    .event-select select{
        padding: 10px 15px;
        margin-bottom: 10px;
        border-radius: 6px !important;
    }
    .search-panel input{
        border-radius: 6px !important;
    }
    .event-select::before{
        display: none;
    }
    .event-search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #999999;
        opacity: 1;
        font-size: 15px !important; 
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .event-search input:-moz-placeholder {
        /* Firefox 18- */
        color: #999999;
        opacity: 1;
        font-size: 15px !important;
        font-family: 'DM Sans', sans-serif;
    }
    .events-slider .search-btn{
        position: static !important;
         width: 100%;
         margin-top: 10px;
         min-height: 50px !important;

    }
    .mb-fs-20{
        font-size: 20px;
    }
    .event-filter .col-auto.pr-0{
/*        width: 40%;*/
    }
    .event-filter .col-auto{
/*        width: 60%;*/
    }
    .event-filter .col-auto .min-150{
        min-width: auto
    }
    .event-filter .col-auto .min-200 {
        min-width: auto
    }
    /*.venue-detail-event-img{
        height: 150px;
    }*/
    .mb-fs-18{
        font-size: 18px;
    }
    .mb-fs-13{
        font-size: 13px;
    }
    .events-content .card-body {
        padding: 12px 12px 15px;
    }   
    .footer-other-bottom{
        font-size: 13px !important;
    }
    .event-search input,.event-select select{
        height: 50px;
        min-height: 50px !important;
    }
    .event-search .icon-search{
        top: 16px !important;
    }
    #categoryDropdown {
        min-width: auto !important;
    }
}

.dropShare {
    background: rgba(0, 0, 0, 0.6);
    min-height: 40px;
    min-width: 140px;
    top: 40px;
    border-radius: 6px;
    display: none;
    padding: 8px 0;
}

.dropShare {
    padding: 4px 0;
    min-width: auto;
    min-height: auto;
}
.list-right-social-icon {
    float: right;
    /* margin-top: 8px; */
    /* position: absolute; */
    bottom: 0;
    right: 10px;
}
.e-dropdown .list-right-social-link {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
/*    background: #df671b;*/
    font-size: 13px !important;
    text-align: center;
    border-radius: 100px;
    padding: 6px 0px;
    margin-top: 0px !important;
    color: white !important;
    text-decoration: none !important;
}
.e-dropdown .social-links:first-child {
    margin-right: 0;
    margin-left: 4px;
}
.e-dropdown {
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    top: 54px;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.empty { width:100% !important; }

a:hover{
    text-decoration: none;
  }

.all-type-dropdown label.checkbox-label {
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 13px;
    color: #333333;
}
.all-type-dropdown label.checkbox-label:hover{
    background: #DF671B;
    color: #fff;
}
.all-type-dropdown label.checkbox-label input{
    margin-top: -1px;
    vertical-align: middle;
}
#categoryDropdown { min-width:180px; }