*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}
/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
    display: none;
}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: bold;
}
/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}
/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}
/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}
/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}
/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
    /* 2 */
    overflow: visible;
}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}
/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    border: none;
}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
blockquote {
    border-left: 1px solid #c6a669;
    padding: 0px 20px 0px 50px;
    margin: 70px 0px;
}
form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
select {
    padding: 15px 12px 10px 12px !important;
    margin-bottom: 0px;
    height: 45px;
    outline: none;
    font-size: 21px !important;
    line-height: 29px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    background: #f9f9f9 !important;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #0045ff;
    outline: 0;
}
textarea {
    padding: 12px 25px;
    border: 1px solid #000000;
}
label,
legend {
    font-size: 16px;
    display: block;
    margin-bottom: 0.5rem;
    color: #302c2e;
}
fieldset {
    border-width: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
input[type="submit"]:focus {
    outline: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(70, 70, 70, 0.37);
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(70, 70, 70, 0.37);
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(70, 70, 70, 0.37);
}
dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
}
dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem;
}
dl {
    list-style: none;
}
ul {
    list-style: circle inside;
}
ol {
    list-style: decimal inside;
}
dt,
dd,
li {
    margin-bottom: 10px;
}
hr {
    border-top: 0.1rem solid #4a4d50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
input,
textarea,
fieldset {
    margin-bottom: 1rem;
}
input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}
pre,
dl,
figure,
table,
p,
ul,
ol {
    margin-bottom: 1.4rem;
}
pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}
table {
    width: 100%;
}
.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}
.clearfix {
    *zoom: 1;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.tacenter {
    text-align: center;
}
.taright {
    text-align: right;
}
.taleft {
    text-align: left;
}
.relative {
    position: relative;
}
body,
html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #000;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: urbane, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}
h1 {
    font-size: 36px;
    line-height: 46px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 26px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 34px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #ffd500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #ffd500;
}
p {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}
img {
    max-width: 100%;
    height: auto;
}
.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}
.tblcell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.imgresponsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.paddingtop {
    padding: 40px 0px;
}
.inlineblock {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}
.gform_wrapper .gfield {
    position: relative;
    margin-bottom: 20px !important;
}
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select {
    padding: 15px 12px 10px 12px !important;
    margin-bottom: 0px;
    height: 45px;
    outline: none;
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 24px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid #ffd500 !important;
    border-radius: 0px !important;
    background: #f9f9f9 !important;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
.gform_confirmation_message {
    font-size: 16px;
    line-height: 26px;
    color: #231f20;
}
.gform_wrapper .gform_body {
    margin-bottom: 10px !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: none !important;
    font-size: 14.992px;
    margin-top: 8px;
    padding: 0px !important;
    border: none !important;
    background: no-repeat;
    text-align: left;
}
.gfield_label,
.gform_wrapper .gfield_checkbox li label {
    font-size: 16px;
    line-height: 26px;
    color: #231f20;
    margin-bottom: 0px !important;
}
.gfield_required {
    display: none !important;
}
.ginput_container_checkbox,
.gform_wrapper ul li.gfield.hidelabel,
.gfield_checkbox {
    margin: 0px !important;
}
.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    height: 100%;
}
.weeklyevent .containerinner {
    max-width: 70%;
}
.containerinner {
    max-width: 88%;
    margin: 0 auto;
    position: relative;
}
.owl-carousel .owl-stage {
    margin: auto;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}
.owl-carousel .owl-stage img {
    width: auto;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.bgproperty {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    mix-blend-mode: normal;
}
.bgoverlayinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bgbutton {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #ffd500;
    font-family: urbane, sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.109877px;
    color: black;
    text-align: center;
    padding: 17px 22px 14px 22px;
    margin-top: 20px;
    min-width: 174px;
    cursor: pointer;
    position: relative;
}
.bgbutton:hover,
.bgbutton:focus {
    color: #fff;
}
.brdrbtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgba(152, 26, 145, 0.0001);
    border: 2px solid #ffd500;
    font-family: work-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 19px 11px 27px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    position: relative;
    min-width: 180px;
    background: #000;
}
.brdrbtn:hover {
    background: #ffd500;
    color: #fff;
}
.columnthird {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.columnhalf {
    flex: 0 0 48%;
    max-width: 48%;
}
.columnfull {
    flex: 0 0 100%;
    max-width: 100%;
}
.flex-inherit {
    justify-content: inherit;
}
.tagline {
    font-family: work-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffd500;
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
}
.commonsect h2,
.commonsect h1 {
    font-family: urbane, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.235451px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
    text-align: center;
}
.commonsect ul li,
.commonsect ol li,
.faqsect ul li,
.pagesect ul li {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.commonsect ul li:before,
.faqsect ul li:before,
.pagesect ul li:before {
    content: "";
    background: #ffd500;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}
.commonslider .owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    font-size: 0px;
    width: 100%;
}
.commonslider .owl-nav span {
    display: none;
}
.commonslider .owl-prev {
    width: 48px;
    height: 30px;
    background: url(../images/prev-arrow.svg) !important;
    z-index: 99;
    position: absolute;
    outline: none;
    left: -65px;
}
.commonslider .owl-next {
    width: 48px;
    height: 30px;
    background: url(../images/next-arrow.svg) !important;
    z-index: 99;
    position: absolute;
    outline: none;
    right: -65px;
}
.commonslider .owl-dots {
    display: block;
    text-align: center;
    margin: 20px auto 0px auto;
}
.commonslider .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: #ffd500 !important;
    margin: 0px 7px;
    border-radius: 50%;
    display: inline-block;
    outline: none;
    position: relative;
}
.commonslider .owl-dots .owl-dot:after {
    content: "";
    border: 1px solid transparent;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    padding: 0px 8px;
    position: absolute;
    top: -5px;
    left: -5px;
}
.commonslider .owl-dots .owl-dot.active {
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
}
.headersect {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #000;
}
.admin-bar .headersect {
    margin-top: 32px;
}
.headerinner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobilemenu {
    display: none;
}
.gform_ajax_spinner {
    display: none;
}
.logo {
    max-width: 330px;
}
.logo a {
    display: block;
    padding-top: 11px;
}
.headercover {
    margin-top: 90px;
}
.slidersect {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 0;
    height: 600px;
}
header.slidersect {
    background-position: center;
}
.slidersect img {
    margin: 110px 0px 30px 0px;
    display: none;
}
.slidersect h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.235451px;
    text-transform: uppercase;
    text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 40px;
}
.home .bgoverlay {
    background: rgba(0, 0, 0, 0.3);
}
.listcircle {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circleinner {
    width: 120px;
    height: 120px;
    border: 1.8px solid #ffd500;
    border-radius: 50%;
    margin-bottom: 20px;
}
.circleinner h2,
.circleinner p {
    font-family: almaq-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #ffd500;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.circleinner p {
    color: #fff;
}
.social {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: -42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social p {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    text-align: right;
    letter-spacing: 0.117725px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-right: 5rem;
    transform: rotate(90deg);
    margin-bottom: 0px;
    white-space: nowrap;
}
.social p:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
    width: 40px;
    height: 0.1rem;
    background-color: #fff;
}
.social a:first-of-type {
    margin-top: 4rem;
}
.social a {
    border: 0.1rem solid rgba(255, 255, 255, 0.7);
    height: 30px;
    width: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}
.social a i {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}
.headerbtn {
    position: absolute;
    right: 20px;
    bottom: -47px;
    display: flex;
    z-index: 9;
}
.headerbtn .brdrbtn,
.headerbtn .bgbutton {
    margin-top: 0px;
}
.brdrbtn:before {
    content: url("../images/ticket-icon.svg");
    width: 27px;
    height: 28px;
    position: absolute;
    top: 7px;
    left: 8px;
}
.brdrbtn.noicon:before {
    content: none;
}
.brdrbtn.noicon,
.partybussect .columnhalf .brdrbtn.noicon {
    padding: 14px 19px 11px 20px;
}
.brdrbtn:after {
    content: url("../images/btn-arrow.svg");
    width: 17px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 13px;
}
.headerbtn .bgbutton .fas {
    margin-right: 5px;
}
.homeintro .containerinner {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}
.weeklyevent .bgoverlay {
    height: 298px;
    overflow: hidden;
    background-size: cover;
}
.eventlist {
    margin-top: 75px;
}
.eventbg {
    height: 160px;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 0px 15px #2f99b3);
}
.eventbg .bgoverlay {
    background: rgba(0, 0, 0, 0.2);
}
.eventinner {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 35px;
    position: relative;
}
.eventinner:before {
    content: "";
    background: #113740;
    width: 210px;
    height: 130px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -9;
}
.eventinner:after {
    content: "";
    opacity: 0.51;
    border: 1px solid #ffd500;
    width: 100%;
    height: 160px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -9;
}
.weeklyevent .eventinner {
    padding: 0px 35px 80px 35px;
}
/*.weeklyevent .eventinner:after {bottom: 60px;}*/
.eventinfo {
    padding: 25px;
    position: absolute;
    z-index: 9;
    bottom: 0px;
}
.eventinfo h3 {
    font-family: urbane, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
.learnmore {
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-right: 20px;
}
.learnmore:after {
    content: url("../images/plus.svg");
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 1px;
}
.homeinfo {
    margin: 40px auto 0px auto;
    max-width: 100%;
    text-align: center;
}
.homeinfo .flex {
    align-items: flex-start;
}
.homeinfo h3 {
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}
.homeinfo p {
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.329412px;
    text-transform: uppercase;
    color: #ffd500;
    margin-bottom: 0px;
}
.infoinner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0px 25px;
}
.logosect {
    /*padding-top: 90px;*/
}
.toursect {
    background: #fff;
    padding: 50px 0px 0 0px;
}
/*.tourleft {flex: 0 0 45%;max-width: 45%;}
.tourright {flex: 0 0 42%;max-width: 42%;background: #F9F9F9;border-radius: 10px;padding: 50px 100px;}*/
.tourleft {
    flex: 0 0 100%;
    max-width: 100%;
}
.tourright {
    background: transparent;
    padding: 0;
    margin: 30px auto 0;
    text-align: center;
}
.home__toursect .tourright {
    flex: 0 0 100%;
    max-width: 780px;
}
.toursect h2 {
    color: #000;
    text-align: left;
}
.toursect .tourcolumn {
    margin-top: 60px;
}
.tourcolumn .columnhalf {
    margin-bottom: 30px;
    flex: 0 0 42%;
    max-width: 42%;
}
.tourcolumn .columnhalf:last-child:nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
}
.tourcolumn h3 {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 15px 0px 5px 0px;
}
.tourcolumn p {
    font-weight: 300;
    color: #000;
}
.tourright h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.172664px;
    text-transform: uppercase;
    color: #ffd500;
}
.partysect .columnhalf > img {
    margin-top: 35px;
}
.partysect h3 {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 15px 0px 5px 0px;
}
.partyinner {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 40px;
}
.partyinfo {
    flex: 0 0 64%;
    max-width: 64%;
}
.partysect h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
    text-align: left;
}
.partyinfo h3 {
    margin-top: 0px;
}
.eventlists {
    margin: 60px 0px 0px 0px;
    position: relative;
    z-index: 9;
    justify-content: inherit;
}
.eventcolumn {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 0px 20px rgba(16, 23, 29, 0.1));
    padding: 0px 10px;
    margin-bottom: 30px;
}
.eventimg {
    height: 430px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.serviceinfo {
    padding: 60px 50px 50px 50px;
    transform: translateY(95%);
    transition: all ease-in-out 0.5s;
    align-self: stretch;
    position: absolute;
    bottom: 100px;
    z-index: 999;
    width: calc(100% - 20px);
}
.eventheading {
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
}
.eventcontent {
    transition: all ease-in-out 0.5s;
    opacity: 0;
}
.eventcolumn:hover .eventheading {
    transform: translateY(0);
}
.eventcolumn:hover .serviceinfo {
    transform: translateY(0);
}
.eventcolumn:hover .eventcontent {
    opacity: 1;
}
.eventcolumn:hover .eventheading span {
    opacity: 0;
    transition: all ease-in-out 0.5s;
}
.eventcolumn h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.219754px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    padding-top: 20px;
    font-weight: 600;
}
.eventcolumn:hover .eventcontent {
    margin-top: -15px;
}
.eventcolumn:hover .bgoverlay {
    background: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.5s;
}
.testimonial .containerinner {
    max-width: 50%;
}
.testislider {
    margin-top: 55px;
}
.testislider .item {
    height: 300px;
}
.footersect {
    padding: 80px 0px 30px;
}
.footermenu {
    flex: 0 0 16%;
    max-width: 16%;
}
.contactmenu {
    flex: 0 0 26%;
    max-width: 26%;
}
.contactmenu img {
    margin-bottom: 30px;
}
.footersect h3 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 13px;
}
.footersect ul li {
    list-style: none;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.55);
    padding: 4px 0px;
}
.footersect ul li a,
.footersect p {
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.55);
}
.contactmenu .social {
    top: inherit;
    transform: inherit;
    right: auto;
    flex-direction: inherit;
    position: inherit;
    margin-top: 38px;
}
.contactmenu .social p {
    transform: inherit;
    padding-right: 0px;
    color: #fff;
}
.contactmenu .social a:first-of-type {
    margin: 0px 5px 0px 4rem;
}
.contactmenu .social a {
    margin: 0px 5px;
}
.contactmenu .social p:after {
    top: 47%;
    transform: translateY(-47%);
    right: -52px;
}
.footersect ul li a:hover,
.footersect ul li.current-menu-item a {
    color: #ffd500;
}
.copyright {
    padding: 30px 0px;
}
.copyright p,
.copyright a {
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.copyright a {
    color: rgba(255, 255, 255, 0.65);
}
.copyright a:hover {
    color: #fff;
}
.innersect {
    height: 425px;
    padding-bottom: 0px;
}
.innersect .bgoverlay {
    background: rgba(0, 0, 0, 0.1);
}
.innersect h1 {
    font-size: 35px;
    line-height: 45px;
}
.innersect h1 span {
    color: #ffd500;
}
.homeintro {
    padding: 30px 0px 0 0;
}
.ticketintro {
    background: #fff;
}
.ticketintro h2,
.ticketintro p {
    color: #000000;
}
.ticketlogo {
    padding: 65px 0px;
}
.bgoverlayinner {
    height: 215px;
}
.btmbanner {
    top: inherit;
    bottom: 0;
    height: 700px;
    z-index: -1;
}
.singlesect {
    padding: 80px 0px;
}
.singlesect .columnleft {
    float: left;
    width: 40%;
}
.singlesect .columnright {
    float: left;
    width: 40%;
    margin: 40px 0px 0px 100px;
}
.singlesect .sliderimg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 350px;
}
.singlesect .thumbimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 69px;
    border: 1px solid transparent;
    cursor: pointer;
}
.slider-nav-thumbnails {
    margin: 22px auto;
    max-width: 75%;
}
.slider-nav-thumbnails .slick-slide {
    margin: 0px 5px;
}
.slider-nav-thumbnails .slick-next {
    background: url("../images/next-arrow.svg");
    width: 48px;
    height: 30px;
    font-size: 0px;
    top: 18px;
    right: -65px;
    position: absolute;
}
.slider-nav-thumbnails .slick-prev {
    background: url("../images/prev-arrow.svg");
    width: 48px;
    height: 30px;
    font-size: 0px;
    top: 18px;
    left: -65px;
    position: absolute;
}
.slider-nav-thumbnails .slick-next:before,
.slider-nav-thumbnails .slick-prev:before {
    content: none;
}
.slick-slide.slick-current.slick-current .thumbimg {
    border: 1px solid #ffd500;
}
.backlink {
    position: relative;
    padding-left: 23px;
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffffff;
}
.backlink:before {
    content: url("../images/back-arrow.svg");
    width: 15px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
}
.singlesect .slider {
    margin-top: 20px;
}
.singlesect .tagline {
    text-align: left;
}
.singlesect .columnright h2,
.singlesect .columnright h1 {
    text-align: left;
}
.singlesect .columnright p {
    margin-bottom: 40px;
}
.singlesect .columnright h4 {
    font-family: almaq-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    color: #ffd500;
}
.singlesect .columnright h4 span {
    color: #fff;
}
.singlesect .columnright ul {
    column-count: 2;
}
.price {
    margin: 50px 0px 0px 0px;
}
.singlesect .columnright .brdrbtn {
    padding: 14px 10px 11px 40px;
    min-width: 160px;
    margin-top: 5px;
}
.singlesect .columnright .brdrbtn:after {
    content: none;
}
.singlesect .columnright h3 {
    font-size: 20px;
    line-height: 23px;
}
.ticketlist .flex {
    margin-bottom: 35px;
    border-bottom: 1px solid #ffd500;
    padding-bottom: 35px;
}
.ticketlist .flex:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.ticketlist .twocolumnleft {
    flex: 0 0 30%;
    max-width: 30%;
}
.ticketlist .twocolumnright {
    flex: 0 0 65%;
    max-width: 65%;
}
.ticketlist h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.235451px;
    color: #ffffff;
    margin-bottom: 25px;
}
.columnflex .twocolumnleft {
    order: 2;
}
.columnflex .twocolumnright {
    order: 1;
}
.clubsect {
    padding-bottom: 25px;
}
.clublist {
    margin-top: 20px;
    align-items: inherit;
}
.clublist .columnhalf {
    margin-bottom: 40px;
    padding: 25px 30px 0px 50px;
    position: relative;
    overflow: hidden;
}
.clublist .columnhalf:hover {
    background: rgba(0, 0, 0, 0.02);
}
.clublist .columninner {
    position: relative;
    height: 100%;
}
.clublist .columninner img {
    margin-top: 25px;
}
.clublist .columninner:before {
    content: "";
    border-left: 1px solid #ffd500;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -25px;
}
.clubsect h2 {
    color: #000000;
}
.clubsect h4 {
    color: #000000;
    text-align: center;
}
.clubsect h3 {
    margin: 15px 0px;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.156967px;
    color: #000000;
    position: relative;
    padding-right: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.clubsect h3:after {
    content: url(../images/arrow-icon.svg);
    width: 14px;
    height: 10px;
    position: relative;
    right: -10px;
    top: -1px;
}
.clubsect p {
    color: #000000;
    margin-bottom: 20px;
}
.clublist .columnhalf:hover h3 {
    color: #ffd500;
}
.clublist .columnhalf:hover h3:after {
    content: url(../images/arrow-icon.svg);
    color: #ffd500;
}
.learnsect {
    padding-top: 100px;
}
.learnsect .containerinner {
    max-width: 65%;
}
.learnsect .learninner {
    border: 2px solid #ffd500;
    padding: 73px 30px 40px 30px;
    text-align: center;
}
.learnbtn {
    background: #ffd500;
    border: 2px solid #ffd500;
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 43px 11px 20px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.learnbtn:after {
    content: url(../images/btn-arrow.svg);
    width: 17px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 17px;
}
.learnbtn:hover {
    background: #981a91;
    border: 2px solid #981a91;
    color: #fff;
}
.learnicon {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    max-width: 165px;
    background: #000;
}
.eventslider {
    margin-top: 30px;
}
.eventslider .eventinner {
    flex: inherit;
    max-width: inherit;
    padding: 0px;
    display: block;
}
.eventslider .owl-stage-outer {
    padding: 50px 0px 20px 0px;
}
.eventslider .eventinner:before {
    left: -20px;
}
.eventslider .eventbg {
    filter: inherit;
}
.wickedevent .bgoverlayinner {
    height: 303px;
}
.blue {
    color: #ffd500;
}
.eventsect {
    overflow: hidden;
    padding: 35px 0px 10px 0px;
}
.wickedevent,
.home .eventsect {
    padding-top: 30px;
}
.clubsectlist {
    padding-top: 35px;
}
.eventsect .containerinner {
    max-width: 55%;
    text-align: center;
}
.eventlists .bgoverlay {
    background: rgba(0, 0, 0, 0.1);
}
.hensect {
    background: #000;
    padding: 70px 0px;
}
.hensect .containerinner {
    max-width: 55%;
    text-align: center;
}
.hensect .learnbtn {
    margin-top: 30px;
}
.hensect .bgoverlay {
    opacity: 0.1;
}
.commoninner {
    margin-bottom: 40px;
}
.twocolumnright ul {
    column-count: 2;
}
.packageform {
    background: #fff;
    overflow: hidden;
}
.packageform .containerinner {
    max-width: 70%;
}
.packageform h2,
.packageform h3 {
    color: #000;
}
.packageform p {
    color: #000;
    text-align: center;
}
.packageform .commonsect {
    max-width: 79%;
    margin: 0 auto;
    text-align: center;
}
.forminner {
    background: #f9f9f9;
    padding: 60px 50px;
    margin-top: 60px;
}
.faqsect .containerinner {
    max-width: 70%;
}
.faqlist {
    margin-top: 40px;
}
.faqitem {
    position: relative;
    margin-bottom: 30px;
    background: #1b1b1b;
}
.faqsec {
    padding: 19px 25px 15px 35px;
    cursor: pointer;
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.141271px;
    color: #ffffff;
}
.faqans {
    display: none;
    padding: 25px 0px;
    margin: 5px 65px 20px 35px;
    border-top: 1px solid rgba(67, 219, 255, 0.26);
}
.faqans p {
    font-size: 16px;
    line-height: 24px;
}
.faqsec:after {
    content: url(../images/down-arrow.svg);
    position: absolute;
    right: 40px;
    top: 18px;
    width: 7px;
    height: 14px;
}
.faqsec.open:after {
    content: url(../images/up-arrow.svg);
    width: 7px;
    height: 14px;
    right: 40px;
    top: 18px;
}
.pagesect .containerinner {
    max-width: 65%;
}
.privacypage h2,
.privacypage h1 {
    text-align: left;
    margin-bottom: 15px;
}
.privacypage h3 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 65px;
}
.privacypage h3:first-of-type {
    margin-top: 25px;
}
.privacypage ul {
    margin: 10px 0px;
}
.partybussect .columnhalf {
    flex: 0 0 49%;
    max-width: 49%;
}
.partybussect .commonsect {
    padding-right: 150px;
}
.partybussect .columnhalf h2,
.partybussect .columnhalf .tagline {
    text-align: left;
}
.partybussect .columnhalf h4 {
    font-family: almaq-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    color: #ffd500;
}
.partybussect .columnhalf h4 span {
    color: #fff;
}
.partybussect .columnhalf ul {
    column-count: 2;
}
.partybussect .columnhalf .brdrbtn {
    padding: 14px 10px 11px 40px;
    min-width: 160px;
}
.partybussect .columnhalf .brdrbtn:after {
    content: none;
}
.partybussect .columnhalf h3 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 60px;
}
.infoinner .fa-star {
    color: #ffd500;
}
.pagesect .bgoverlay {
    height: 870px;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-family: urbane, sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.109877px;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: -8px;
    left: 15px;
    background: #f9f9f9;
    padding: 0px 8px !important;
}
.ginput_container_checkbox {
    border: 1px solid #ffd500 !important;
}
.ginput_container_checkbox .gfield_checkbox {
    display: flex;
    padding: 15px 20px 13px 20px;
    flex-wrap: wrap;
}
.ginput_container_checkbox .gfield_checkbox .gchoice {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.ginput_container_checkbox .gfield_checkbox .gchoice input {
    height: auto;
}
.ginput_container_checkbox .gfield_checkbox .gchoice label {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 25px;
    color: #000000;
}
.gform_footer {
    margin: 0px auto !important;
    padding: 0px !important;
    text-align: center;
    position: relative;
    max-width: 145px;
}
.gform_footer .gform_button {
    background: #ffd500;
    border: 2px solid #ffd500;
    font-family: work-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.176471px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 51px 10px 20px;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gform_footer:after {
    content: url(../images/btn-arrow.svg);
    width: 17px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 35px;
}
.gform_footer .gform_button:hover {
    background: #981a91;
    border: 2px solid #981a91;
}
.page-template-jobs .logosect {
    padding-top: 45px;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}
.aboutinto .containerinner {
    max-width: 63%;
}
.aboutinto {
    padding-bottom: 20px;
}
.aboutinto .bgoverlay {
    height: 870px;
}
.aboutinto .flex {
    margin-top: 60px;
}
.aboutlist .columnhalf {
    margin-bottom: 70px;
    max-width: 44%;
    flex: 0 0 44%;
}
.aboutlist h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.156967px;
    color: #ffffff;
    margin-top: 17px;
}
.page-template-about .logosect {
    padding: 65px 0px;
}
.interest .gchoice:nth-child(2) {
    flex: 0 0 61%;
    max-width: 61%;
}
.ui-datepicker select {
    padding: 0px !important;
    border: none !important;
    background: transparent !important;
}
.footericon {
    flex: 0 0 16%;
    max-width: 16%;
}
.socialus {
    flex: 0 0 31%;
    max-width: 31%;
    background: #010101;
    padding: 30px 20px;
}
.socialus .gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
    background: #010101;
}
.socialus .gform_wrapper .ginput_container input {
    background: #010101 !important;
    color: #fff !important;
}
.socialus .gform_footer {
    max-width: 100%;
}
.socialus .gform_footer .gform_button {
    width: 100%;
    text-align: center;
}
.socialus .gform_footer:after {
    content: url(../images/btn-arrow.svg);
    width: 17px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 0;
    left: 70px;
    text-align: center;
    margin: 0 auto;
}
.socialus .gform_wrapper input::-webkit-input-placeholder {
    color: #fff;
}
.socialus .gform_wrapper input::-moz-placeholder {
    color: #fff;
}
.socialus .gform_wrapper input::-ms-input-placeholder {
    color: #fff;
}
.socialus .gform_confirmation_message {
    color: #fff !important;
}
.errorsect .brdrbtn {
    margin-top: 10px;
    padding: 13px 27px 12px 5px;
}
.errorsect .brdrbtn:before {
    content: none;
}
.blogpagi {
    text-align: center;
    margin-top: 15px;
}
.blogpagi .page-numbers {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
}
.blogpagi .current,
.blogpagi .page-numbers:hover {
    background: #ffd500;
    color: #fff;
}
.searchinners {
    margin-bottom: 25px;
}
.searchinners h2,
.searchinners h1,
.searchinners h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.searchinners p {
    font-size: 16px;
    line-height: 26px;
}
.searchinners ul li {
    font-size: 16px;
    line-height: 26px;
}
.owl-carousel .owl-video-play-icon {
    background-image: url("../images/owl.video.play.svg");
}
.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blogsect {
    padding-bottom: 20px;
}
.bloginfo {
    padding: 0px 20px;
}
.bloginfo h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-top: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.bloginfo p {
    font-size: 14px;
}
.blogsect .eventcolumn {
    padding: 0px 20px;
}
.blogsect .eventcolumn .eventimg {
    height: 310px;
}
.blogsect .containerinner {
    max-width: 88%;
    text-align: left;
}
.blogsect .eventcolumn:hover h3 {
    color: #ffd500;
}
.clubvideosect {
    height: 450px;
    margin-top: 40px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
.modal-content {
    position: relative;
    background: transparent;
    margin: 0px auto;
    padding: 20px;
    width: 840px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    text-align: center;
}
.modal-content .container {
    padding: 0;
}
.modal-body {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 20px 10px;
}
@-webkit-keyframes animatetop {
    from {
        top: -500px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -500px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.modal-open {
    overflow: hidden;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.modal-top {
    position: absolute;
    right: 18px;
    top: 25px;
    cursor: pointer;
}
.modal-body iframe {
    width: 100%;
}
.videosect .containerinner {
    max-width: 60%;
}
.menu-item-type-custom > a {
    cursor: inherit;
    color: #ffd500 !important;
}
.menu-item-type-custom > a[href]:not([href=""]) {
    cursor: pointer !important;
    color: white !important;
}
.iconlist {
    margin: 40px 0px 40px -20px;
}
.iconinner {
    flex: 0 0 17%;
    max-width: 17%;
    text-align: center;
}
.iconinner h6 {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.logoslider.owl-carousel .owl-stage img {
    margin: 0 auto;
}
.logoslider.owl-carousel.owl-drag .owl-item {
    margin: 0 15px !important;
}
.home .partysect {
    display: none;
}
.tourleft h2 {
    text-align: center;
}
.tourleft h2 b {
    color: #ffd500;
    font-weight: inherit;
}
.tourcolumn .columnhalf {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
    text-align: left;
}
.tourimg {
    height: 79px;
    vertical-align: bottom;
    display: table-cell;
}
.tourimg img {
    display: block;
}
.tourcolumn h3 {
    margin: 20px 1px 5px 0px;
}
.toursect .tourcolumn {
    margin-top: 50px;
    justify-content: flex-start;
    align-items: inherit;
}
.toursect .tourlogo {
    display: flex;
    align-items: center;
    min-height: 72px;
}
.party__headline h2 {
    color: #ffd500;
    margin-bottom: 3rem;
}
.party__title p {
    color: #000;
}
.party_event_code {
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
    max-width: 91%;
    margin: 0 auto;
    align-items: center;
}
.party__title h2 {
    text-align: center;
}
.our_party_title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tourright h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #000;
    font-family: cairo, sans-serif;
    padding-left: 20px;
    margin-bottom: 0px;
}
.tourright h3 strong {
    color: #ffd500;
    display: block;
    font-weight: inherit;
}
.intro_tickets {
    background: #fff;
}
.intro_tickets_main {
    flex: 0 0 100%;
    max-width: 650px;
    padding: 0;
    margin: 30px auto 50px;
    text-align: center;
}
.intro_tickets .party__title h2 {
    color: #000000;
}
.intro_tickets .party_event_code {
    display: flex;
    padding-top: 71px;
    justify-content: space-between;
    max-width: 91%;
    margin: 0 auto;
}
.intro_tickets .our_party_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.intro_tickets .our_party_title h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #000;
    font-family: cairo, sans-serif;
}
.intro_tickets .our_party_title h3 strong {
    color: #ffd500;
    display: block;
    font-weight: inherit;
}
.intro_tickets .our_party_title img {
    padding-right: 20px;
}
.headerbtn .brdrbtn:after {
    right: 9px;
    transform: rotate(90deg);
}
.single-events .columnright.commonsect ul.list-star.text-uppercase li {
    line-height: 20px;
    margin-bottom: 7px;
}
.single-events .singlesect .columnright p {
    margin-bottom: 30px;
}
.party_event_code .tourinner.event__right {
    padding: 0 25px 0;
    margin: auto;
}
.party_event_code .tourinner.event__left {
    padding: 0 25px 0;
    margin: auto;
}
.code {
    color: #ffd500;
    font-size: 30px;
    line-height: 40px;
    font-family: urbane, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.archive-categories {
    background-color: #272a2d;
}
.archive-categories ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.archive-categories ul li {
    margin-bottom: 0px;
}
.archive-categories ul li a {
    font-size: 18px;
    font-family: cairo, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    padding: 20px 15px 15px 15px;
    display: inline-block;
    color: #fff;
}
.archive-categories ul li a:hover {
    color: #ffd500;
}
.child-categories {
    padding: 35px 0px;
    text-align: center;
}
.child-categories ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.child-categories ul li {
    margin-bottom: 0px;
}
.child-categories ul li a {
    font-size: 18px;
    font-family: cairo, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
}
.child-categories ul li a:hover {
    color: #ffd500;
}
.child-categories p {
    max-width: 65%;
    margin: 0 auto;
}
.cateventlists {
    margin: 0 auto !important;
    align-items: inherit;
}
.cateventsect {
    padding: 60px 20px 30px 20px !important;
}
.archive .cateventsect {
    padding: 0px 20px 30px 20px !important;
}
.postbanner {
    height: 550px;
}
.single-post {
    padding-bottom: 0px;
}
.single-post p {
    font-size: 17px;
    line-height: 27px;
}
.single-post strong {
    font-weight: normal;
}
.single-post .col .author-info {
    margin: 0 0 2rem;
}
.single-post .col .author-info .profile-image {
    border-radius: 100%;
    width: 5rem;
    flex: 0 0 5rem;
    height: 5rem;
    margin-right: 1.5rem;
}
.single-post .col .author-info div h4 {
    flex: 0 0 100%;
    margin: 0 0 5px;
}
.single-post .col .author-info div {
    display: flex;
    flex-wrap: wrap;
}
.single-post .col .author-info div span {
    margin: 0 0.5rem;
    color: #fff;
}
.author .cateventsect {
    padding: 60px 0px;
}
.recent-posts {
    margin-top: 50px;
    background: #090a0b;
    padding: 60px 0px 20px 0px;
}
.recent-posts h2 {
    text-align: center;
}
.recent-posts .flex {
    margin-top: 50px;
    align-items: inherit;
}
.post {
    flex: 0 0 calc(25% - 19px);
    max-width: calc(25% - 19px);
    margin: 0 25px 3rem 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #17191b;
}
.post .post-thumbnail {
    position: relative;
    width: 100%;
    height: 300px;
}
.post .post-content {
    padding: 30px 25px;
    display: inline-block;
    width: 100%;
}
.post .post-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.post .post-info p {
    display: flex;
    font-size: 12px;
    color: #919394;
    margin: 0 1rem 0 0;
}
.post .post-info p svg {
    margin: 4px 5px 0px 0px;
}
.post .post-info p:last-of-type {
    margin: 0;
}
.post h3 {
    font-size: 18px;
    margin: 0 0 1rem;
    line-height: 28px;
    display: inline-block;
    font-weight: normal;
}
.post p {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1rem;
}
.post .read-more {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}
.post .read-more:hover {
    color: #ffd500;
}
.post .tag {
    display: flex;
    font-size: 12px;
    color: #919394;
    margin: 15px auto 0px auto;
    background: transparent;
}
.post .tag svg {
    margin: 6px 5px 0px 0px;
}
.post:nth-of-type(4n + 4) {
    margin-right: 0;
}
.author-main {
    padding-bottom: 40px;
}
.back-button {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.author-info {
    display: flex;
    margin-bottom: 5rem;
}
.author-info .profile-image {
    border-radius: 100%;
    width: 20rem;
    flex: 0 0 20rem;
    height: 20rem;
    position: relative;
    margin-right: 5rem;
}
.author-info .author-social {
    margin-top: 3rem;
    display: flex;
}
.author-info .author-social a {
    border: 1px solid #fff;
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.author-info .author-social a:hover {
    border-color: #ffd500;
}
.flex-image {
    margin-top: 40p;
}
.flex-columns h2 {
    margin: 30px 0px 20px 0px;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
}
.flex-columns p {
    margin-bottom: 30px;
}
.flex-columns img {
    margin: 15px auto;
}
.bg_video_v.clubvideosect iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clubvideosect.bgproperty.bg_video_v {
    height: 448px;
    position: relative;
}
.accordian_list .accordion-wrapper {
    padding: 20px 0;
    margin-bottom: 10px;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.accordian_list .accordion-wrapper.active button:after {
    background: url(../images/up_arrow.svg) no-repeat right center;
}

.accordian_list .accordion-wrapper button {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    padding-right: 50px;
    font-family: urbane, sans-serif;
    color: #fff;
    line-height: 23px;
}
.accordian_list .accordion-wrapper button:after {
    background: url(../images/down_arrow.svg) no-repeat right center;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    right: 0;
    transition: 0.3s;
}
.accordian_list .accordion-wrapper p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 35px;
    color: #fff;
    margin-top: 0;
    font-family: cairo, sans-serif;
    font-weight: 400;
}
.accordian_list .accordian_main > h2 {
    text-align: center;
    margin-bottom: 50px;
}
.accordian_list .accordian_main {
    max-width: 800px;
    margin: 0 auto;
}
.accordian_list .collepsing-div {
    padding-top: 20px;
}
.accordian_list .accordion-wrapper li {
    color: #fff;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}
.single-clubs .singlesect .columnright .brdrbtn:before {
    display: none;
}
.single-clubs .singlesect .columnright .brdrbtn {
    padding: 14px 10px 11px 10px;
}
.slidersect .tblcell_bottom {
    vertical-align: bottom;
}
p.custom_breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
}
.breadcrumbs {
    display: inline;
}
.breadcrumbs .current {
     display: inline;
     color: #FFD500;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li::marker {
    content: ">>";
    color: #FFD500;
}
.instagram h2 {
    margin-bottom: 50px;
}
.instagram {
    padding: 0;
    text-align: center;
}
.weeklyevent .eventbg .bgoverlay {
    background: unset;
}

.clipboard-copy {
    border: 0.1rem solid rgba(255, 255, 255, 0.7);
    height: 29px;
    width: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
}
.clipboard-copy:hover span.tooltip {
    visibility: visible;
    opacity: 1;
}
span.tooltip {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    background: #ffd500;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 13px;
    line-height: 1.618;
    transform: translate(-50%, -140%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.clipboard-copy i {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.clipboard-copy .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffd500 transparent transparent transparent;
}
.footer-review {
    padding: 30px 0px;
    margin: 35px 0;
}
.footer-review .footer-review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-review .footer-review-col {
    flex: 0 0 calc(50% - 60px);
    text-align: center;
}
.footer-review .footer-review-col-left h2 {
    font-size: 40px;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 55px;
}
.footer-review .footer-review-col-left h2 span {
    display: block;
}
.footer-review-rating-stars i {
    color: #ffd500;
    font-size: 15px;
}
.footer-review .footer-review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.footer-review .footer-review-rating-stars {
    margin-right: 10px;
}
.footer-review .footer-review-rating-info {
    font-size: 15px;
    color: #fff;
    font-family: cairo, sans-serif;
}
.footer-review .footer-review-entry {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(74 74 74 / 15%);
    padding: 50px 40px;
    margin: 50px 60px 50px -60px;
}
.footer-review .footer-review-entry {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(74 74 74 / 15%);
    padding: 50px 40px;
    margin: 20px 60px 20px -60px;
}
.footer-review .footer-review-entry .review-entry-meta {
    margin: 30px 0 0 0;
}
.footer-review .footer-review-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.bluebtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #ffd500;
    font-family: urbane, sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.109877px;
    color: #ffffff;
    text-align: center;
    padding: 17px 22px 14px 22px;
    margin-top: 20px;
    min-width: 174px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.bluebtn:hover {
    background: #981a91;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer-review-entry h2 {
    font-family: urbane, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
}
.footer-review-entry p {
    color: #000;
}
.review-entry-meta h4 {
    font-family: cairo, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.job_top_intro {
    background: #fff;
    text-align: center;
    padding-bottom: 0;
}
.job_top_intro p,
.job_top_intro h2,
.job_top_intro h3 {
    color: #000;
    text-align: center;
}
section.job_section {
    padding: 50px 0;
}
section.job_section h2 {
    text-align: center;
    text-transform: uppercase;
}
.job_single {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 30px 0;
}
.job_single .twocolumnleft {
    width: 40%;
}
.job_single .twocolumnright {
    width: 60%;
    padding-left: 70px;
}
.contact_intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_left {
    flex: 0 0 48%;
}
.contact_right {
    flex: 0 0 48%;
}
.contact_intro h2 {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px;
}
.contact_intro p {
    color: #000;
    text-align: left;
}
.contact_intro .location {
    display: flex;
}
.contact_intro .map_title h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.contact_intro .map_view {
    flex: 0 0 55%;
    padding-bottom: 20px;
    margin-left: 20px;
    position: relative;
}
.contact_intro .map_view iframe {
    height: auto;
}
.contact_intro .gform_wrapper.gravity-theme .gfield_label {
    background: #fff;
}
.page-id-44 .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px !important;
}
.indexpage_bradcum {
    padding: 10px 0;
}
section.pb_tickit {
    background: #fff;
}
.pb_tickit .party__title {
    max-width: 780px;
    margin: 0 auto;
}
.pb_tickit .party__title h2 {
    color: #000;
    text-transform: uppercase;
}
.pb_tickit .tourinner.event__right {
    max-width: 330px;
    margin: 0 auto;
    padding: 0 !important;
}
.pb_middle {
    background: #fff;
    padding: 70px 0 0;
}
.pb_middle .middle_intro {
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}
.pb_middle h2,
.pb_middle h3,
.pb_middle p,
.pb_middle ul li {
    color: #000;
}
.pb_middle .middle_intro ul {
    column-count: 3;
    text-align: left;
}
.pb_middle .middle_intro ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.pb_middle .middle_intro ul li:before {
    content: "";
    background: #ffd500;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}
.packages_sub_title {
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
}

/* FORM */

.quote_form .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.quote_form .half {
    width: 50%;
    padding: 16px 10px;
    position: relative;
}
.quote_form .full {
    width: 100%;
    padding: 16px 10px;
    position: relative;
}
.quote_form .form-row input,
.quote_form .form-row select,
.quote_form .form-row textarea {
    width: 100%;
    padding: 15px 12px 15px 12px !important;
    margin-bottom: 0px;
    height: 45px;
    outline: none;
    font-family: cairo, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 24px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid #ffd500 !important;
    border-radius: 0px !important;
    background: #f9f9f9 !important;
}
.quote_form form .iti {
    width: 100%;
}
.quote_form .iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}
.quote_form form .iti input {
    padding-left: 100px !important;
}
.quote_form .form-row label {
    font-family: urbane, sans-serif !important;
    font-size: 14px !important;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: 7px;
    left: 15px;
    background: #f9f9f9;
    padding: 0px 8px !important;
    margin: 0;
    z-index: 1;
}
.quote_form .form-row .checkbox label {
    position: relative;
}
.quote_form .form-row .checkbox input {
    display: none;
}
.quote_form .form-row .checkbox p {
    position: relative;
    cursor: pointer;
}
.quote_form .form-row .checkbox label {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.quote_form .form-row .checkbox p:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ffd500;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.quote_form .form-row .checkbox input:checked + p:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffd500;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.quote_form .form-row .checkbox label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    left: 0;
}
.quote_form .form-row textarea {
    height: auto;
}

.club_title {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.club_title .columnhalf {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.clubsect .columnhalf {
    flex: 0 0 50%;
    max-width: 50%;
}

.clubsect .containerinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clubsect .containerinner h4 {
    width: 100%;
}

.clubsect .club_title .columnhalf {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.clublist .columninner img {
    margin-bottom: 20px;
}

.commonsect {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .eventinner:after {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .yellow .container {
        padding-bottom: 1em !important;
    }

    .homeintro .containerinner {
        padding-bottom: 3em !important;
    }
    .footermenu2 {
        flex: 0 0 30%;
        max-width: 30%;
        margin-top: 122px;
		margin-right: 20em;
    }
    /* Give the help menu more breathing room for its 2-column list */
    .footermenu2 #menu-help-menu {
        column-count: 2;
        column-gap: 30px;
    }
    
 
}
@media (min-width: 1025px) {
    .headerlogo {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .mobileversion {
        display: none;
    }
    .nav {
        display: flex;
        align-items: center;
    }
    .nav > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 0px;
    }
    .nav > li > ul {
        position: absolute;
        display: none;
        border: none;
        border-radius: 0px;
        min-width: 240px;
        top: 90px;
        left: 0px;
        margin: 0px;
        background: #1b1b1b;
        list-style: none;
        z-index: 99;
    }
    .nav li a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        padding: 30px 22px 30px 10px;
        font-family: cairo, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.125574px;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0px;
    }
    .nav > li:last-child > a {
        padding-right: 20px;
    }
    .nav > li.menu-item-has-children > a:after {
        content: url("../images/menu-arrow.svg");
        margin-left: 8px;
        vertical-align: top;
        width: 11px;
        height: 7px;
        position: absolute;
        top: 30px;
    }
    .nav > li:hover > ul {
        display: inline-block;
    }
    .nav li li {
        margin-bottom: 0px;
        position: relative;
    }
    .nav li li a {
        display: block;
        position: relative;
        padding: 5px 30px;
        text-align: left;
        text-transform: inherit;
        border: none;
        font-family: cairo, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.141271px;
        color: #ffffff;
    }
    .nav li li:last-child a {
        border-bottom: none;
    }
    .nav > li > a:hover,
    .nav > li.current-menu-item > a {
        color: #ffd500;
        background: #1b1b1b;
    }
    .nav li li a:hover,
    .nav li li.current-menu-item > a {
        color: #ffd500;
        background: #1b1b1b;
    }
    .nav > li.menu-item-has-children > a:hover:after {
        content: url("../images/menu-arrow.svg");
        top: 28px;
    }
    .nav > li > ul {
        padding: 12px 0px;
    }
    .nav li li ul {
        display: block;
        list-style: none;
    }
    .nav > li > ul > li:first-child > a {
        border-bottom: 1px solid rgba(67, 219, 255, 0.26);
        margin-bottom: 10px;
    }
    .menu-item-546 {
        border-top: 1px solid rgba(67, 219, 255, 0.26);
        margin-top: 10px;
        padding-top: 10px;
    }
    .homeintro .get_tickets {
        display: none;
    }
}
@media (max-width: 1300px) {
    .logo {
        max-width: 300px;
    }
    .nav li a {
        padding: 30px 28px 30px 10px;
        font-size: 15px;
    }
    .social {
        right: 0px;
    }
    .singlesect {
        padding: 30px 0px 80px 0px;
    }
    .singlesect .columnleft {
        width: 45%;
    }
    .singlesect .columnright {
        float: left;
        width: 45%;
        margin: 40px 0px 0px 60px;
    }
}

@media (max-width: 1200px) {
    .nav li a {
        font-size: 14px;
    }
    .containerinner {
        max-width: 100%;
    }
    .paddingtop {
        padding: 30px 0px;
    }
    .eventimg {
        margin-bottom: 0px;
    }
    .serviceinfo {
        position: inherit;
        padding: 0px;
        bottom: inherit;
        transform: inherit;
    }
    .eventcolumn:hover .eventcontent {
        margin-top: 0px;
    }
    .eventheading {
        transform: inherit;
    }
    .commonsect h2,
    .eventcolumn h3,
    .ticketlist h3,
    .singlesect .columnright h2,
    .singlesect .columnright h1 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .eventcolumn h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .eventheading img {
        margin-top: 25px;
    }
    .eventheading .learnmore {
        display: none;
    }
    .eventcontent {
        opacity: 1;
    }
    .testislider,
    .toursect .tourcolumn {
        margin-top: 35px;
    }
    .testimonial .containerinner {
        max-width: 80%;
    }
    .contactmenu .social {
        flex-wrap: wrap;
    }
    .contactmenu .social p:after {
        content: none;
    }
    .contactmenu .social p {
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .contactmenu .social a:first-of-type {
        margin-left: 0px;
    }
    .partysect,
    .eventsect {
        padding-bottom: 20px;
    }
    .partysect .columnhalf:first-child {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .partysect .columnhalf:nth-child(2) {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .eventcolumn {
        margin-bottom: 50px;
    }
    .footersect {
        padding: 30px 0px;
    }
    .innersect h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .page-template-tickets .eventsect,
    .page-template-occasions .eventsect,
    .page-template-packages .eventsect {
        padding: 0px;
    }
    .page-template-packages .eventsect.hensect {
        padding: 50px 0px;
    }
    .singlesect .social,
    .partybussect .social {
        right: 0;
        bottom: 0;
        text-align: center;
        left: 500px;
        top: inherit;
        flex-direction: inherit;
        align-items: center;
        transform: inherit;
    }
    .single-occasions .singlesect .social,
    .partybussect .social {
        bottom: -70px;
    }
    .singlesect .social p,
    .partybussect .social p {
        transform: inherit;
    }
    .singlesect .social a:first-of-type,
    .partybussect .social a:first-of-type {
        margin-top: 0px;
    }
    .singlesect .social a,
    .partybussect .social a {
        margin: 0px 10px;
    }
    .clublist {
        margin-top: 0px;
    }
    .clubsect {
        padding-bottom: 30px;
    }
    .learnsect {
        padding-top: 100px;
    }
    .clublist .columninner:before {
        left: -30px;
    }
    .clublist .columnhalf {
        padding: 25px 30px 0px 30px;
    }
    .pagesect .containerinner,
    .faqsect .containerinner {
        max-width: 100%;
    }
    .faqlist {
        margin-top: 20px;
    }
    .aboutinto {
        padding-bottom: 0px;
    }
    .aboutinto .flex {
        margin-top: 30px;
    }
    .partybussect {
        padding-bottom: 80px;
    }
    .partybussect .columnhalf {
        flex: 0 0 47%;
        max-width: 47%;
    }
    .partybussect .commonsect {
        padding-right: 0px;
    }
    .eventinfo h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .eventslider .owl-stage-outer {
        padding: 30px 20px 50px 20px;
    }
    .eventslider {
        max-width: 93%;
        margin: 0 auto;
    }
    .eventinner:after {
        width: 85%;
    }
    .slidersect h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .single-events .social {
        left: 0;
        bottom: -60px;
        right: 50%;
        justify-content: flex-end;
        margin-right: -387px;
    }
}
@media (max-width: 1100px) {
    .clipboard-copy {
        margin: 0px 10px;
    }
    .nav li a {
        font-size: 13px;
        padding: 30px 18px 30px 7px;
    }
    .homeinfo {
        max-width: 70%;
    }
    .tourright {
        padding: 50px 20px;
    }
    .eventlists {
        margin: 40px 0px 0px 0px;
    }
    .eventimg {
        height: 300px;
    }
    .post {
        flex: 0 0 calc(33.33% - 19px);
        max-width: calc(33.33% - 19px);
    }
    .post:nth-of-type(3n + 3) {
        margin-right: 0;
    }
    .post:nth-of-type(4n + 4) {
        margin-right: 25px;
    }
}
@media (max-width: 1024px) {
    .headercover {
        margin-top: 85px;
    }
    .desktopmenu {
        display: none;
    }
    .mobilemenu {
        display: block;
    }
    .menutoggle {
        width: 30px;
        height: 25px;
        cursor: pointer;
        position: fixed;
        top: 24px;
        right: 20px;
        z-index: 99999;
    }
    .admin-bar .menutoggle {
        top: 57px;
    }
    .headersect {
        padding: 20px;
        background: #000;
    }
    .headersect .container {
        height: 100%;
        padding: 0px;
    }
    .headerinner {
        margin-bottom: 0px;
        height: 100%;
        border-bottom: 0px;
        padding: 0px;
    }
    .headersect .headermains {
        display: inline-block;
        position: relative;
        width: 100%;
        background: #000;
    }
    .headersect.on {
        height: 100%;
        position: fixed;
        background: #000;
        padding: 20px 0px;
    }
    .headersect.on .headermains {
        padding: 0px;
        z-index: 99999;
        background: #000;
    }
    .headersect.on .headerlogo {
        padding-left: 20px;
    }
    .headerlist {
        height: 100%;
    }
    .one,
    .two,
    .three {
        width: 100%;
        height: 3px;
        background: #fff;
        margin: 7px auto;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        cursor: pointer;
        border-radius: 5px;
    }
    .menusection.on {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        margin: 0px;
        overflow-y: scroll;
    }
    .menutoggle.on .two {
        opacity: 0;
    }
    .menutoggle.on .one {
        -moz-transform: rotate(45deg) translate(6px, 6px);
        -ms-transform: rotate(45deg) translate(6px, 6px);
        -webkit-transform: rotate(45deg) translate(6px, 6px);
        transform: rotate(45deg) translate(6px, 6px);
        background: #fff;
    }
    .menutoggle.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -8px);
        -ms-transform: rotate(-45deg) translate(8px, -8px);
        -webkit-transform: rotate(-45deg) translate(8px, -8px);
        transform: rotate(-45deg) translate(8px, -8px);
        background: #fff;
    }
    .nav {
        margin: 0;
        padding: 0px;
        list-style: none;
        margin: 3em auto !important;
        list-style: none;
    }
    .nav.hidden {
        display: none;
    }
    .nav li,
    .nav ul {
        list-style: none;
        margin-bottom: 0px;
    }
    .nav > li {
        float: none !important;
        padding: 0px !important;
        display: block !important;
        position: relative;
        background: #000;
        border-bottom: 1px solid #fff;
    }
    .nav > li > ul {
        display: none;
        padding: 0px 0px 15px 40px;
    }
    .nav li a {
        padding: 15px 20px !important;
        display: inline-block;
        font-family: cairo, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.125574px;
        text-transform: uppercase;
        color: #ffffff;
        position: relative;
    }
    .open > .sub-menu {
        display: block !important;
        padding: 0px 0px 10px 35px;
    }
    .nav .sub-menu li a {
        padding: 7px 0px !important;
    }
    .nav span.carets:before {
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 6px solid transparent;
        transform: rotate(270deg);
        position: absolute;
        top: 24px;
        right: 22px;
    }
    .nav span.carets {
        position: absolute;
        top: 0;
        right: 0px;
        padding: 30px;
    }
    .headerbtn {
        bottom: -67px;
        right: 0px;
        display: none;
    }
    .ticketlogo,
    .ticketlist {
        padding-top: 0px;
    }
    .packageform .containerinner {
        max-width: 100%;
    }
    .faqsec {
        padding: 19px 40px 16px 20px;
    }
    .faqsec:after {
        right: 25px;
    }
    .faqans {
        margin: 5px 25px 20px 20px;
    }
    .aboutinto .containerinner {
        max-width: 90%;
    }
    .modal {
        overflow: scroll;
    }
    .iconlist {
        margin: 20px 0px;
    }
    .slidersect {
        height: 500px;
    }
}
@media (max-width: 992px) {
    
    .ticketlogo {
        padding: 25px 0 0 0;
    }
    .headerlogo a {
        max-width: 500px;
        display: block;
        padding-top: 8px;
    }
    .homeintro .containerinner {
        max-width: 100%;
        margin-bottom: 1em;
    }
    .eventinner {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .homeinfo {
        max-width: 100%;
        margin: 0px;
    }
    .tourleft,
    .tourright {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .toursect h2,
    .partysect h2,
    .partysect .columnhalf:first-child {
        text-align: center;
    }
    .partysect .columnhalf:first-child,
    .partysect .columnhalf:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .partysect .columnhalf:nth-child(2) {
        margin-top: 80px;
    }
    .partysect .columnhalf > img {
        display: inherit;
        margin: 50px auto 0px auto;
    }
    .eventcolumn {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footermenu {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
    .footersect {
        padding-bottom: 0px;
    }
    .eventsect .containerinner {
        max-width: 100%;
        margin-bottom: 1em;
    }
    .singlesect {
        padding-bottom: 22px;
    }
    .singlesect .columnleft {
        width: 100%;
    }
    .singlesect .columnright {
        width: 100%;
        margin-left: 0px;
    }
    .singlesect .social {
        left: 0;
        bottom: -60px;
        position: absolute;
        right: inherit;
    }
    .packageform .containerinner {
        max-width: 90%;
    }
    .packageform .commonsect {
        max-width: 100%;
    }
    .forminner {
        padding: 40px 20px 30px 20px;
        margin-top: 25px;
    }
    .aboutinto .containerinner {
        max-width: 100%;
    }
    .partybussect .columnhalf {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .partybussect .columnhalf.commonsect {
        margin-top: 40px;
    }
    .partybussect .social {
        left: 30px;
    }
    .page-template-party-bus .logosect {
        padding: 30px 0px;
    }
    #videopopup .modal-content {
        width: 100%;
    }
    .modal-body iframe {
        width: 100%;
        height: 60vw;
    }
    .videosect .containerinner {
        max-width: 80%;
    }
    .slidersect h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .slidersect {
        height: 600px;
    }
    .author-info .profile-image {
        margin-right: 25px;
    }
    .recent-posts .flex {
        margin-top: 50px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .cateventlists {
        align-items: flex-start;
        justify-content: space-between;
    }
    .post {
        flex: 0 0 calc(50% - 19px);
        max-width: calc(50% - 19px);
        margin: 0px 0px 3rem 0px !important;
    }
    .author-info {
        margin-bottom: 3rem;
    }
    .archive-categories {
        padding: 1.4rem 0 1rem;
    }
    .archive-categories ul li a {
        padding: 5px 10px;
    }
    .child-categories p {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 785px) {
    .admin-bar .headersect {
        margin-top: 46px;
    }
}
@media (max-width: 767px) {
    .headerlogo a {
        max-width: 320px;
        padding-top: 8px;
    }
    .ticketlist.party_tips_tc {
        padding-top: 60px;
    }
    /*.page-id-48 header.slidersect{display: none;}*/
    .contact_left {
        flex: 0 0 100%;
    }
    .contact_right {
        flex: 0 0 100%;
        margin-top: 40px;
    }
    .job_single {
        flex-direction: column;
    }
    .job_single .twocolumnleft {
        width: 100%;
    }
    .job_single .twocolumnright {
        width: 100%;
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }
    .footer-review .footer-review-col-left h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .footer-review .footer-review-rating {
        flex-direction: column;
    }
    .footer-review {
        padding: 0 !important;
    }
    .footer-review .footer-review-bg {
        width: 100%;
        height: calc(100% - 246px);
        top: auto;
        bottom: -15px;
    }
    .footer-review .footer-review-entry {
        margin: 20px;
    }
    .footer-review .footer-review-row {
        flex-wrap: wrap;
    }
    .footer-review .footer-review-col-left {
        padding: 0 0 40px;
    }
    .footer-review .footer-review-col {
        flex: 100%;
    }
    .footer-review .footer-review-col {
        flex: 100%;
    }
    .home__toursect .columnhalf .tourimg {
        height: auto;
    }
    .home__toursect .tourright {
        margin-top: 0;
        padding-bottom: 0;
    }
    .package__page__eve:nth-child(5n-4) {
        display: none;
    }
    .toursect .tourlogo {
        justify-content: center;
    }
    .eventcolumn h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .packageform .containerinner {
        max-width: 100%;
    }
    .clubvideosect {
        height: 400px;
    }
    .toursect .tourcolumn {
        margin-top: 0;
    }
    .tourcolumn .columnhalf {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .tourright {
        margin: 50px 0 10px;
    }
    .party_event_code {
        display: block;
    }
    .tourinner.event__right {
        margin-top: 50px;
    }
    .tourimg {
        display: inline-block;
    }
    .our_party_title {
        justify-content: center;
    }
    .intro_tickets .tourinner.event__right {
        margin-top: 0;
    }
    .intro_tickets .party_event_code {
        flex-direction: column;
        align-items: center;
    }
    .intro_tickets .tourinner {
        margin-bottom: 30px;
    }
    .intro_tickets_main {
        margin: 30px auto 20px;
    }
    .party_event_code .tourinner.event__right {
        padding-left: 0;
    }
    .party_event_code .tourinner.event__left {
        padding-right: 0;
    }
    .slidersect {
        height: 500px;
        padding: 50px 0px;
    }
    .slidersect h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .page-id-42 .slidersect h1 {
        margin-bottom: 70px;
    }
    .social {
        position: inherit;
        top: inherit;
        transform: inherit;
        align-items: center;
        justify-content: center;
        flex-direction: inherit;
        margin-top: 0px;
    }
    .home header.headercover .social {
        padding-top: 5px;
        flex-wrap: wrap;
    }
    .home header.headercover .social p {
        flex: 0 0 100%;
        justify-content: center;
    }
    .social p {
        transform: inherit;
    }
    .social a:first-of-type {
        margin-top: 0px;
    }
    .social a {
        margin: 0px 10px;
    }
    .listcircle {
        position: inherit;
        flex-wrap: wrap;
        flex-direction: row;
        transform: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 35px 0px 15px 0px;
    }
    .circleinner {
        margin: 0px 15px 30px 15px;
    }
    section.package_intro {
        padding: 40px 0;
    }
    .page-id-44 .singlesect {
        padding-bottom: 30px;
    }
    .packages_information {
        padding-top: 60px;
    }
    .home .slidersect {
        padding-bottom: 20px;
    }
    .home .slidersect .listcircle {
        margin: 0px 0px 0px 0px;
    }
    .home .slidersect .circleinner {
        margin-bottom: 0;
        background: #00000070;
    }
    section.package__page__eve {
        padding-top: 50px !important;
    }
    .admin-bar .menutoggle {
        top: 70px;
    }
    .home header.headercover .home_slider_tbl {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        background: #00000070;
        height: auto;
        bottom: -20px;
        padding: 20px 10px;
    }
    .home .bgoverlay {
        background: unset;
    }
    .pb_tickit #tickets_list {
        padding: 0;
    }

    .clubsect .columnhalf {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .club_title {
        width: 100%;
    }
    .social {
        display: none;
    }
    .instagram {
        padding: 0;
    }
    .wickedevent,
    .home .eventsect {
        padding-top: 0;
    }
    .party_event_code .tourinner.event__left {
        padding: 0;
    }
    .party_event_code .tourinner.event__right {
        padding: 0;
    }
    .paddingtop {
        padding: 0;
    }
    .commonsect {
        margin-bottom: 0;
    }
    .tagline {
        font-size: 20px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .eventlist {
        margin-top: 30px;
    }
    .columnhalf img {
        margin: 0 auto;
        display: flex;
    }
    .brdrbtn {
        margin: 0 auto;
        display: table;
    }
    .singlesect .custom_breadcrumbs {
        display: none;
    }
    .admin-bar .headersect {
        padding-bottom: 0;
    }
    .columnhalf p {
        text-align: center;
    }
    .aboutlist h3 {
        text-align: center;
    }
}
@media (max-width: 640px) {
    #wpadminbar {
        position: fixed;
    }
    .singlesect .socialm,
    .partybussect .social {
        position: absolute;
        justify-content: flex-start;
        left: 25px;
    }
    .ticketlist .flex {
        margin-bottom: 18px;
        padding-bottom: 10px;
    }
    .ticketlist .twocolumnleft,
    .ticketlist .twocolumnright {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ticketlist .twocolumnright {
        margin-top: 30px;
    }
    .ticketlist h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .columnflex .twocolumnright {
        order: 2;
    }
    .columnflex .twocolumnleft {
        order: 1;
    }
    .learnsect .containerinner,
    .videosect .containerinner {
        max-width: 100%;
    }
}
@media (max-width: 570px) {
    .footer-review .footer-review-entry {
        padding: 30px 10px;
    }
    .footer-review .footer-review-bg {
        display: none;
    }

    .eventinner {
        max-width: 380px;
        flex: 0 0 100%;
        margin: 0px auto 80px auto;
    }
    .eventinner:last-child {
        margin-bottom: 0px;
    }
    .homeinfo .flex {
        align-items: flex-start;
    }
    .eventimg {
        height: 250px;
    }
    .copyright .flex {
        align-items: center;
        justify-content: center;
    }
    .copyright .copyinner {
        margin-top: 5px;
    }
    .copyright p,
    .copyright a {
        text-align: center;
        line-height: 20px;
    }
    .singlesect .sliderimg {
        height: 300px;
    }
    .ginput_container_checkbox .gfield_checkbox .gchoice {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .aboutlist .columnhalf {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px !important;
    }
    
    .eventslider {
        max-width: 85%;
    }
    .iconinner {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .home .weeklyevent .eventlist a:nth-child(1) {
        order: 3;
    }
    .home .weeklyevent .eventlist a:nth-child(2) {
        order: 2;
    }
    .home .weeklyevent .eventlist a:nth-child(3) {
        order: 1;
    }
    .home .weeklyevent .eventlist a.eventinner:last-child {
        margin-bottom: 80px;
    }
    .author-info {
        display: block;
    }
    .author-info .profile-image {
        margin-bottom: 35px;
    }
    .child-categories p {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
    .headercover {
        margin-top: 73px;
    }
    .headerlogo a {
        max-width: 280px;
    }
    .circleinner {
        padding: 20px;
    }
    .commonsect h2,
    .eventcolumn h3,
    .slidersect h1,
    .circleinner h2,
    .circleinner p,
    .eventinfo h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .innersect {
        height: 350px;
    }
    .innersect h1 {
        font-size: 30px;
        line-height: 40px; /*visibility: hidden;*/
    }
    .infoinner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .partylist {
        text-align: center;
    }
    .partylist img {
        margin: 0 auto;
    }
    .partyinfo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .partysect .columnhalf:nth-child(2) {
        margin-top: 50px;
    }
    .eventcolumn,
    .footermenu {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonial .containerinner {
        max-width: 70%;
    }
    .testislider .item {
        height: 250px;
    }
    .contactmenu .social {
        justify-content: left;
    }
    .headerbtn {
        left: 0;
    }
    iframe {
        width: 100% !important;
    }
    .social p {
        transform: inherit;
        display: inherit;
        padding-right: 0;
        margin-top: 6px;
    }
    .social p:after {
        content: none;
    }
    .clublist .columnhalf {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 30px;
    }
    .singlesect .columnright h4,
    .singlesect .columnright h2,
    .singlesect .columnright h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .slider-nav-thumbnails {
        max-width: 100%;
    }
    .slider-nav-thumbnails .slick-next,
    .slider-nav-thumbnails .slick-prev {
        display: none !important;
    }
    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 12px !important;
    }
    .singlesect .columnright ul,
    .partybussect .columnhalf ul,
    .twocolumnright ul {
        column-count: 1;
    }
    .clubvideosect {
        height: 350px;
    }
    .eventcolumn {
        padding: 0px 20px;
    }
    .blogsect .eventcolumn {
        padding: 0px;
    }
    .home .circleinner {
        padding: 10px;
    }
    .home .circleinner {
        width: 95px;
        height: 95px;
    }
    .home .circleinner h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .home .circleinner p {
        font-size: 16px;
        line-height: 16px;
    }
    .weeklyevent .eventinner:after {
        bottom: -20px;
    }
    .weeklyevent .eventinner {
        padding: 0px 35px;
    }
    .circleinner {
        margin: 0px 5px 20px 5px;
    }
    .post {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px 0px 3rem 0px !important;
    }
    .pb_tickit .party__title h2 {
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 359px) {
    .headerlogo {
        max-width: 240px;
    }
    .headersect.on .headerlogo {
        max-width: 260px;
    }
    .innersect {
        height: 300px;
    }
    .innersect h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .home .circleinner {
        width: 85px;
        height: 85px;
    }
    .circleinner {
        margin: 0px 2px 20px 2px;
    }
}
.yellow .container {
    padding: 0;
}
.VaHEVc {
    color: white;
    font-size: 15px;
}

.footermenu #menu-help-menu {
    column-count: 2;
    column-gap: 20px;
}
