/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Baumans|Source+Sans+Pro:300,400,600,900');
html,body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 400;
	color: #464646;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}
.default-font {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
}
.h1, h1 {
    font-size: 30px;
    font-family: 'Baumans', cursive;
}
h1.panel-title {
    font-family: 'Baumans', cursive;
    font-size: 34px;
	color:#454545;
}
.h2, h2 {
    font-family: 'Baumans', cursive;
}
.h2.headline-green, h2.headline-green {
    font-family: 'Baumans', cursive;
	color:#02AD2D;
	font-weight:600;
	text-transform:uppercase;
}
h2.headline-item {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	color:#00AA2C;
	font-weight:600;
	text-align:center;
	display:block;
	margin:10px 0px;
	line-height:1;
}
.header-headline {
    position: absolute;
    color: white;
    bottom: 7%;
    left: 11%;
    letter-spacing: 0.25rem;
}
h1.page-top-header {
    color: #fff;
    font-family: 'Baumans', cursive;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
.line-under {
    height: 3px;
    width: 30%;
    background-color: #00B62E;
    display: block;
    margin-top: 5px;
}
h3.eventdate {
    font-size: 1.5rem;
}
a:focus, a:hover {
    color: #7c4071;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
a {
    color: #99007f;
    text-decoration: none;
	font-weight:600;
    background-color: transparent;
}
.logo-wrapper {
    z-index: 99;
    margin: 50px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.logo-wrapper img {
    width: 220px;
}
.side-menu {
    position: absolute;
    top: 7%;
    right: 2%;
    z-index: 999;
}
.side-menu ul > li {
	margin-top:5px;
	margin-bottom:5px;
}
.side-menu ul > li .btn-lable {
	display:none;
}
.side-menu ul > li:hover .btn-lable {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    right: 100%;
    letter-spacing: 0.4em;
    position: absolute;
    width: auto;
    white-space: nowrap;
    margin-top: 8px;
    margin-right: 10px;
}
.vertical-text {
    writing-mode: vertical-rl;
	writing-mode: bt-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0px 0px 30px 8px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.btn-info {
    color: #fff;
    background-color: #89005b;
    border-color: #5c003d;
    width: 120px;
}
.btn-info:hover {
    color: #fff;
    background-color: #9a017f;
    border-color: #9a017f;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #9a017f;
    border-color: #9a017f;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.header-wrapper {
    width: 100%;
    max-height: 60vh;
    min-height: 20vh;
    position: relative;
    overflow: hidden;
    background: #000;
}
.header-wrapper-background img {
    object-position: center;
    object-fit: cover;
    opacity: 0.5;
}
.menu-wrapper {
    z-index: 99;
    margin: 0px auto;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.menu-wrapper nav {
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #fff;
    font-size: 0.8em;
}
.menu-wrapper.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu-wrapper .nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 500;
    color: #fff;
    border-bottom-color: #fff;
}
/* why wrapper */
.why-wrapper {
    background-color: #2FB953;
    color:#fff;
}
.why-title {
    background-color: #44C165;
    padding: 15px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'Baumans', cursive;
    line-height: normal;
}
.why-content-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #2DBA52;
    padding: 10%;
}
.mega-sale-text {
    margin: 6%;
    font-size: 100%;
    line-height: 1.3em;
    font-weight: 300;
}
.mega-sale {
    margin-top: -12%;
    margin-bottom: 5%;
}
.icon-wrapper {
    padding: 0.5rem;
}

.icon-wrapper .icon-list {
    padding: 1rem;
    text-align: center;
    font-size: 2.5rem;
    color: green;
}
.icon-wrapper .icon-text {
    padding: 1rem;
    font-size: 1.135rem;
    line-height: normal;
    text-align: center;
}

/*search events */
.search-event-info {
    border-left: solid 2px #97007d;
    padding-left: 15px;
}
.search-title {
    font-family: 'Baumans', cursive;
    font-size: 2.135rem;
    padding-left: 0%;
    padding-bottom: 2%;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}
.search-describe {
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    line-height: 1;
    font-size:1.135rem;
}
.search-thumb-wrapper {
    background-image: url(../img/bg-event-thumb.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
}
.search-thumb-wrapper .thumb-event {
    width: 100%;
    padding: 15px 15px 15px 0px;
    overflow: hidden;
}
.search-thumb-wrapper .video-wrapper-event {
    width: 100%;
    padding: 15px 15px 15px 0px;
    overflow: hidden;
}
.search-link {
    display:block;
    margin-top:0.5em;
    margin-bottom:1em;
}
 a.search-info-link {
    color: #00ab2c;
    font-weight: 600;
    font-size: inherit;
    text-transform: uppercase;
    padding: 14px;
    border: 1px solid #dcdcdc;
    margin: 1.135rem 0;
    display: inline-block;
    -webkit-box-shadow: 0px -1px 30px 6px rgba(255,255,255,0.30);
    -moz-box-shadow: 0px -1px 30px 6px rgba(255,255,255,0.30);
    box-shadow: 0px -1px 30px 6px rgb(255, 255, 255);
    min-width: 40%;
    text-align: center;
    position: relative;
}
a.search-info-link:hover {
    color: #353535;
    font-weight: 600;
    font-size: inherit;
    text-transform: uppercase;
    padding: 14px;
    border: 1px solid #dcdcdc;
    margin: 1.135rem 0;
    display: inline-block;
    -webkit-box-shadow: 0px -1px 10px 2px rgba(227, 227, 227, 0.25);
    -moz-box-shadow: 0px -1px 10px 2px rgba(227, 227, 227, 0.25);
    box-shadow: 0px -1px 10px 2px rgba(227, 227, 227, 0.25);
    min-width: 40%;
    text-align: center;
    position: relative;
}
.search-info-link::after { content: "\f178"; font-family: 'FontAwesome'; color:#009933; margin-left:10px; }
/* concierge */
.img-circle {
    border-radius: 50%;
    padding: 9px;
    border: 3px solid #4a9301;
    box-shadow: 1px 1px 2px rgba(11, 0, 0, 0.25);
    background: #fff;
}
.concierge-name {
    text-align: center;
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.concierge-about {
  overflow: hidden;
  margin-bottom:0.35rem;
  text-align: left;
}
.concierge-type {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.135rem;
    font-weight: 900;
    color: #0d000d;
}
.concierge-money {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}
.score .stars-active-off {
    color: #C4C4C4;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
/* fance lines */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.video-wrapper-event-detail {
    padding: 4px;
    border: 2px solid #000;
    border-radius: 0;
}
@media (min-width: 576px) {
    .header-headline {
    position: absolute;
    color: white;
    bottom: 10%;
    left: 11%;
    letter-spacing: 0.25rem;
    }
    h1.page-top-header {
    color: #fff;
    font-family: 'Baumans', cursive;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1rem;
    }
}

@media (min-width: 768px) {
    .header-headline {
    position: absolute;
    color: white;
    bottom: 20%;
    left: 10%;
    letter-spacing: 0.25rem;
    }
    h1.page-top-header {
    color: #fff;
    font-family: 'Baumans', cursive;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.5rem;
    }
}

@media (min-width: 992px) {
    h1.page-top-header {
    color: #fff;
    font-family: 'Baumans', cursive;
    text-transform: uppercase;
    font-size: 1.325rem;
    line-height: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .header-headline {
    position: absolute;
    color: white;
    bottom: 25%;
    left: 10%;
    letter-spacing: 0.25rem;
    }
    h1.page-top-header {
    color: #fff;
    font-family: 'Baumans', cursive;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.85rem;
    }
    .icon-wrapper {
    padding: 1.5rem;
    }
    .icon-wrapper .icon-text {
    padding: 1rem;
    font-size: 1.35rem;
    line-height: normal;
    text-align: center;
    }
}

@media (min-width: 1400px) { ... }