/*
Theme Name: CascadeShow Theme
Author: Unidad22
Author URI: https://www.unidad22.com/
Description: Custom, professional websites that work as hard as you do. We realize that your website exists to drive leads, generate sales and service your customers 24 hours a day, 7 days a week. Working with the best CMS software, beautiful custom designs, and intuitive UI, we do great web design that focus on your business goals.
Version: 21.7.23
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CascadeShow Theme
CascadeShow Theme: cascadeshow_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Developed By: Andres MT.;
*/

/**
* Table of Contents:
*
* 1.0 - Reset
*   - Normalize
*   - Genericons
*   - Typography
*   - Elements
* 2.0 - Inputs Reset
*   - Forms
* 3.0 - Classes Default
* 4.0 - Navigation
* 5.0 - Header
*   - Breadcrumbs
* 6.0 - Slider
* 7.0 - Miscellaneous
*   - Accessibility
*   - Alignments
*   - Clearings
* 8.0 - Custom Widget or Module
*   - Default
* 9.0 - Content
*   - Entry Header
*   - Entry Meta
*   - Entry Content
*   - Post Formats
*   - Post/Paging Navigation
*   - Comments
*   - Attachments
*   - Author Bio
*   - Archives
*   - Search Results/No posts
*   - 404
*   - Multisite
* 10.0 - Sidebar
* 11.0 - Footer
* 12.0 - Media Queries
* 13.0 - Browsers (ie)
* ----------------------------------------------------------------------------
*/


/** Fonts **/
@font-face {
    font-family: 'Druk-Medium';
    src: url('fonts/druk-medium/Druk-Medium.eot');
    src: url('fonts/druk-medium/Druk-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/druk-medium/Druk-Medium.woff2') format('woff2'),
        url('fonts/druk-medium/Druk-Medium.woff') format('woff'),
        url('fonts/druk-medium/Druk-Medium.ttf') format('truetype'),
        url('fonts/druk-medium/Druk-Medium.svg#Druk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Graphik';
  src: url('fonts/graphik-regular/Graphik-Regular.eot');
  src: url('fonts/graphik-regular/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/graphik-regular/Graphik-Regular.woff2') format('woff2'),
      url('fonts/graphik-regular/Graphik-Regular.woff') format('woff'),
      url('fonts/graphik-regular/Graphik-Regular.ttf') format('truetype'),
      url('fonts/graphik-regular/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Graphik-Bold';
    src: url('fonts/graphik-bold/Graphik-Bold.eot');
    src: url('fonts/graphik-bold/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/graphik-bold/Graphik-Bold.woff2') format('woff2'),
        url('fonts/graphik-bold/Graphik-Bold.woff') format('woff'),
        url('fonts/graphik-bold/Graphik-Bold.ttf') format('truetype'),
        url('fonts/graphik-bold/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

span.text-red, span.text-lightblue {
    font-size: 1.5vw !important;
}

/** Colors **/
.text-red,
.text-red a{
  color: rgb(236, 76, 64) !important;
}
.text-lightblue,
.text-lightblue a{
  color: rgb(83, 147, 255) !important;
}
.text-purple,
.text-purple a{
  color: rgb(140, 91, 235) !important;
}
.text-orange,
.text-orange a{
  color: rgb(255, 102, 35) !important;
}
.text-green,
.text-green a{
  color: rgb(88, 188, 62) !important;
}
.text-yellow,
.text-yellow a{
  color: rgb(254, 193, 4) !important;  
}
.text-blue,
.text-blue a{
    color: #5393ff !important ;
}
.text-purple2,
.text-purple2 a{
    color:#6725ea !important;
}
/** Menu **/


/** Buttons **/


/** Inputs **/


/** Default **/
.tablet,
.slider-mobile{
  display: none;
}

html body > div:not(#page.site):not(.rmp-container) {
  position: absolute;
  opacity: 0;
  bottom: 0;
  margin-bottom: -1000px;
}

.nfts-item a {
  text-transform: none !important;
}
/** Extra **/


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    transition: none;
    background: #fff;
}

body.page-tickets{
  background: #984ff6;
}
body.page-visit{
  background: #ff7900;
}
body.page-starkcoin{
  background: #fdff51;
}
body.page-shop{
  background: #ff3833;
}
body.page-press{
  background: #5393ff;
}
body.page-nfts{
  background: #6725ea;
}
body.page-thank-you{
  background: #6725ea;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #222977;
    text-decoration: none;
    font-family: 'Graphik';
}

body:not(.home) .entry-content a:not(.vc_single_image-wrapper):not(.primary-btn),
body:not(.home) .entry-content a:not(.vc_single_image-wrapper):not(.primary-btn){
  border-bottom: 2px solid;
}

body:not(.home) .entry-content a:not(.vc_single_image-wrapper):not(.primary-btn):hover,
body:not(.home) .entry-content a:not(.vc_single_image-wrapper):not(.primary-btn):active {
  outline: 0;
  opacity: 0.8;
  border-bottom: 2px dotted;
}

a:active,
a:hover {

}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; 
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

select {
    text-transform: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"]{
    display:none;
}
input[type="checkbox"] + span.wpcf7-list-item-label::before,
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/checks.png) no-repeat;
    cursor: pointer;
    transition: none;
    top: 11px;
    margin-right: 15px;
    position: relative;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before {
    background-position: -30px 0 ;
    transition: none;
}
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="radio"] + label::before {
    background-position: -60px 0;
    width: 30px;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before,
input[type="radio"]:checked + label::before {
    background-position: -90px 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 24px;
    min-width: inherit;
    padding: 12px;
}

fieldset >:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: hidden;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak-as: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body, button,
input, select, textarea {
    color: #565656;
    font-size: 16px;
    line-height: 20px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Druk-Medium';
  line-height: 1;
  font-weight: 500 !important;
}

h1 {
    font-size: 4vw;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 20px;
}

.internal .entry-content h1,
.internal .entry-content h2,
.internal .entry-content h3,
.internal .entry-content h4,
.internal .entry-content h5,
.internal .entry-content h6{
  margin-top: 0;
}

dfn, cite,
em, i {
    font-style: italic;
}

blockquote {
    border: 1px solid #fff;
    margin: auto;
    padding: 20px;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 20px;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote >:last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

code,kbd,tt,
var,samp,pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    white-space: pre;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/**
 * 4.0 - Elements
 */

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;

    outline: none;
}

.transition *,
.transition *:before,
.transition *:after{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.no-transition, .no-transition *,
.responsive-menu-container,
.rev_slider_wrapper, .rev_slider_wrapper *{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 24px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 24px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
    vertical-align: top;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #434343;
}

:-moz-placeholder {
    color: #434343;
}

::-moz-placeholder {
    color: #434343;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #434343;
}

::selection {
    background-color: #9c9c9c;
    color: #fff;
}

::-moz-selection {
    background-color: #9c9c9c;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #cfcfcf;
    box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*Scroll bar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
::-webkit-scrollbar-thumb:active {
    background: #999999;
}
::-webkit-scrollbar-track {
    background: #efefef;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #efefef;
}
::-webkit-scrollbar-track:active {
    background: #efefef;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/**
* 2.0 Inputs Reset
* -----------------------------------------------------------------------------
**/


/**
 * 3.0 - Forms
 */

input {
    line-height: normal;
}


/* Buttons */
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    outline: 0;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    margin-bottom: 24px;
}

.post-password-form label {
    color: #565656;
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 6px;
}

.post-password-form >:last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

input[type="search"].search-field {
    color: #565656;
    background: #f2f2f2;
    width: 100%;
}
input[type="search"].search-field,
input[type="search"].search-field:focus{
  border: 1px solid #fdff51;
}


.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 34px;
    position: relative;
    color: #565656;
}

.search-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    background: #fdff51;
}

/**
* 3.0 Class Default
* ----------------------------------------------------------------------------
**/

.center-page {
  margin: 0 auto;
  max-width: none;
  width: 96%;
}

.clear,
.center-page:after,
.navigation:after{
    clear: both;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
}

.inline-block-middle{
    display: inline-block;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-center,
.text-center p {
    text-align: center;
}

.text-white *{
  color: #FFF;
}

.text-left,
.text-left p {
    text-align: left;
}

.text-right,
.text-right p {
    text-align: right;
}

.width100{
    width: 100%;
}

.width50 {
    width: 50%;
}

.vcenter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.iex .vcenter{
    display: table;
    width: 100%;
}
.iex .vcenter>div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.object-cover, .object-cover img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .thumbnail {
    z-index: 9999;
    position: relative;
}

.video .play{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 86px;
    height: 86px;
    margin: auto;
    padding: 0;
    border-radius: 50%;
    font-size: 9999;
}

/*Aspect Ratio
*[class*='aspect-ratio']{
    position: relative;
    width: 100%;
}
.aspect-ratio-1-1{
    padding-top: 100%;
}
.aspect-ratio-3-4{
    padding-top: 75%;
}
.aspect-ratio-16-9{
    padding-top: 56.25%;
}
*[class*='aspect-ratio'] .ap{
    position: absolute;
    top: 0;
}*/

.breadcrumbs {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}

.breadcrumbs #breadcrumbs {
    padding: 5px 10px 5px;
}

.breadcrumbs p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumbs p a {
    color: #d5d4d4;
    margin-right: 5px;
}

.breadcrumbs p a:hover {
    color: #fff;
}

.breadcrumbs p span {
    margin-left: 5px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.no-appearance,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 25px 10px;
    text-align: center;
    text-indent: 0;    
}

button:hover, button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
    opacity: 0.8;
    outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
  font-family: 'Graphik';
  font-size: 1.7vw;
  border: 1px solid #FFF;
  color: rgb(76 76 76);
  padding: 16px 22px;
  text-indent: 6px;
  margin-bottom: 10px;
}

input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,  
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus, select:focus{
  border: 1px solid rgb(76 76 76);
}

input[type="search"]{
    margin-bottom: 0;
}

select:focus {
    outline: 0;
}

textarea {
    max-height: 115px;
}

a[class*="-btn"]{
    padding: 10px 20px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 3.7vw;
    vertical-align: middle;
    line-height: 1;
    font-family: 'Druk-Medium';
    font-weight: 500 !important;
}
a[class*="-btn"]:hover{
    text-decoration: none;
    opacity: 0.8;
}
.primary-btn{
    background: rgb(253, 255, 81);
}
.secondary-btn{
    background: #ffd700;
}
.tertiary-btn{
    background: #6495ed;
}
.full-btn{
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.wpcf7-submit{
  width: 100%;
  background: rgb(76, 76, 76);
  color: #FFF;
  font-family: 'Graphik';
  font-size: 1.7vw;
  line-height: 1;
  padding: 18px;
}

.wpcf7-form input::-webkit-input-placeholder {
  color: rgb(76 76 76 / 75%)
}
.wpcf7-form input:-ms-input-placeholder {
  color: rgb(76 76 76 / 75%)
}
.wpcf7-form input::placeholder {
  color: rgb(76 76 76 / 75%)
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 0 10px;
}

.wpcf7-not-valid-tip,
.wpcf7 form.sent .wpcf7-response-output{
  font-family: 'Graphik';
  color: #FFF;
  padding: 5px;
}
.wpcf7-not-valid-tip {
  background: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 67%;
  background: #46b450;
}

.wpcf7-form .ajax-loader{
  position: absolute;
}

/**
* 4.0 Navigation
* -----------------------------------------------------------------------------
**/

.main-menu {
    position: relative;
    padding-top: 39px;
}

.main-menu li{
    display: inline-block;
    margin-left:-4px;
}

.main-menu li .dropdown-toggle {
    display: none;
}

.main-menu li a {
  font-family: 'Druk-Medium' !important;
  text-transform: uppercase;
  font-size: 2.05vw !important;
  position: relative;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 500 !important;
}

.main-menu li li a {
    color: #030303;
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button):hover > a.rmp-menu-item-link,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-menu-ancestor > a.rmp-menu-item-link,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-page-ancestor > a.rmp-menu-item-link,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current_page_item > a.rmp-menu-item-link,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-menu-item > a.rmp-menu-item-link {
  border-color: transparent !important;
  background-color: transparent !important;
}

.main-menu li.has-button > a {
    padding-bottom: 8px;
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button) > a.rmp-menu-item-link:after {
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    background-color: #c5c5c5;
    content: "";
    display: block !important;
    height: 2px;
    margin-top: 5px;
    transform: scale(0, 1);
    width: 100%;
    position: absolute;
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-purple:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: rgb(140, 91, 235);
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-orange:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: rgb(255, 102, 35);
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-green:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: rgb(88, 188, 62);
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-yellow:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: rgb(254, 193, 4);
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-purple2:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: #6725ea;
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item.text-blue:not(.has-button) > a.rmp-menu-item-link:after{
 background-color: #5393ff;
}

#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button):hover > a.rmp-menu-item-link:after,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-menu-ancestor > a.rmp-menu-item-link:after,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-page-ancestor > a.rmp-menu-item-link:after,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current_page_item > a.rmp-menu-item-link:after,
#site-header-menu ul.rmp-menu > li.rmp-menu-item:not(.has-button).current-menu-item > a.rmp-menu-item-link:after {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    font-size: 0;
}

.main-menu .main-navigation .sub-menu {
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    background-color: #fff;
    max-height: 0;
    min-width: 200px;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.5s;
    z-index: 99999;
}

.main-menu .main-navigation .sub-menu:hover {
    overflow: visible;
}

.main-menu .main-navigation .sub-menu li {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    text-align: left;
    width: 100%;
}

.main-menu .main-navigation .sub-menu li.current-menu-ancestor a,
.main-menu .main-navigation .sub-menu li.current-page-ancestor a,
.main-menu .main-navigation .sub-menu li.current_page_item a,
.main-menu .main-navigation .sub-menu li.current-menu-item a {
    color: #d93734;
}

.main-menu .main-navigation .sub-menu li a {
    display: block;
    padding: 6px 15px;
}

.main-menu .main-navigation .sub-menu li .sub-menu {
    left: 100% !important;
    margin: 0 !important;
    top: 0px !important;
    width: 100%;
}

.main-menu .main-navigation .sub-menu li .sub-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.main-menu .main-navigation li:hover > ul,
.main-menu .main-navigation li ul li:hover > ul {
    -moz-box-shadow: 0 5px 10px -5px #c5c5c5;
    -webkit-box-shadow: 0 5px 10px -5px #c5c5c5;
    box-shadow: 0 5px 10px -5px #c5c5c5;
    max-height: 500px;
}

/**
* 5.0 Header
* ----------------------------------------------------------------------------
**/
#site-header-menu .main-navigation{
    display: block !important;
  }
.header-top{
  padding-top: 24px;
  padding-bottom: 0;
}
.header-top.fixed{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #FFF;
}
.header-top-bar {
    text-align: center;
    padding: 15px 0;
}
.header-top-bar a{
    color: inherit;
}
.header-top-bar .close {
    padding: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #0000004d;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50%;
    right: 25px;
}
.header-top-bar.closed{
    display: none;
}
.header-bar{
    background: #f2f2f2;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.header-bar-left,
.header-bar-right{
    padding: 10px 0;
}

.menu-logo-container{
  position: relative;
  padding: 0 0 0 2px !important;
  margin-left: -3px;
}

.page-tickets .menu-logo-container .site-logo{
  display: none;
}

.menu-logo-container .site-logo{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 9.375vw;
  margin-top: 15px;
  margin-right: -72px;
}

.header-left .textwidget,
.header-right .textwidget{
    margin: 1px 0 0 1px;
}

.header-top p,
.header-top span,
.header-top a{
  font-family: 'Druk-Medium';
  text-transform: uppercase;
  font-size: 2.05vw !important;
  line-height: 1;
  font-weight: 500 !important;
}

.desktop.header-right {
  position: relative;
}
.header-top .widget-sidebar.cart-item {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -2px;
  padding-right: 7px;
}
.header-top .widget-sidebar.cart-item li{
  list-style: none;
}
.header-top .widget-sidebar.cart-item a span {
  display: none !important;
}
.header-top .widget-sidebar.cart-item a i:before{
  color: rgb(83, 147, 255) !important;
}
.header-top .widget-sidebar.cart-item a:hover i:before{
  color: rgb(140, 91, 235) !important;
}
/*
* Social Networks
*/
.social-networks{
    margin: 0 !important;
}
ul.social-networks li{
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    padding: 10px 5px;
}
.social-networks li a{
    font-size: 24px;
}
.social-networks .facebook i{
    color: #3b5998;
}
.social-networks .twitter i{
    color: #1da1f2;
}
.social-networks .google-plus i{
    color: #ea4335;
}
.social-networks .instagram i{
    color: #cd486b;
}
.social-networks .youtube i{
    color: #cd201f;
}
.social-networks .pinterest i{
    color: #bd081c;
}
.social-networks .linkedin i{
    color: #0077b5;
}
.social-networks .whatsapp i{
    color: #25D366;
}
.social-networks .snapchat i{
    color: #fcff00;
}
.social-networks .tripadvisor i{
    color: #00af87;
}
.social-networks i:hover{
    opacity: 0.6;
}
span.company-address a {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

/**
* 6.0 Slider
* -----------------------------------------------------------------------------
**/

.slider {
    position: relative;
}

.slider-container .tparrows {
    background-repeat: no-repeat;
    height: 59px;
    width: 59px;
}

.slider-container .tparrows:hover {
    opacity: 0.7;
}

.slider-container .tparrows.tp-leftarrow {
    background-position: left center;
}

.slider-container .tparrows.tp-rightarrow {
    background-position: right center;
    right: 0;
}
        
.internal .slider,
.banner-section {
    min-height: 210px;
    margin-top: 10px;
}

/*#rev_slider_1_1_wrapper,
#rev_slider_1_1,
#rev_slider_2_2_wrapper,
#rev_slider_2_2{
  width: 100% !important;
}*/

/**
* 7.0 Miscellaneous
* -----------------------------------------------------------------------------
**/


/**
 * 7.0 - Accessibility
 */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999px;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999px;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
* 8.0 - Alignments
*/


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

blockquote.alignleft {
    margin: 5px 12px 12px 0;
}

blockquote.alignright {
    margin: 5px 0 12px 12px;
}

blockquote.aligncenter {
    margin-bottom: 18px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


/**
* 8.0 Custom Widget or Module
* -----------------------------------------------------------------------------
**/

.widget-title {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.widget-sidebar {
    margin-bottom: 20px;
}

.header-top .widget-sidebar{
  margin-bottom: 35px;
}
/* Responsive Menu < 3.0 */

.responsive-menu {
    display: none;
}

.responsive-menu-container {
    position: relative;
}

#responsive-menu {
    height: auto !important;
    margin-top: 45px;
}

#responsive-menu.RMOpened {
    min-width: 220px;
}

#responsive-menu ul li {
    padding-bottom: 0;
    padding-top: 0;
}

#responsive-menu .RMImage {
    margin: auto !important;
    display: block !important;
}

#responsive-menu .sub-menu {
    max-height: 100%;
    max-width: 100%;
}

#responsive-menu #responsive-menu-title {
    display: none;
}

#click-menu {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.appendLink {
    text-align: center;
    width: 50px;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 24px;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-size: 13px;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 30px;
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 2px 6px 0;
    padding: 7px 6px 7px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #8ac058;
    outline: 0;
}


/* Search widget */

.search-form {
    margin: auto;
    max-width: 300px;
    position: relative;
}


/**
* 9.0 Content .site-content
* ----------------------------------------------------------------------------
**/

.site {
    overflow: hidden;
}

.home .site-content {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0;
}

.internal .site-content{
  padding-top: 100px;
}

.page-shop .site-content,
.page-tickets .site-content{
    padding-bottom: 650px;
}

#main-content-home h3 {
  font-size: 7.6vw;
  text-transform: uppercase;
  line-height: 6.6vw;
}

#main-content-home h3.link-colors a {
  display: block;
  width: 100%;
  padding: 1.7vw 20px 1.8vw 45px;
  font-family: 'Druk-Medium';
  font-weight: 500;
  line-height: 1;
}
#main-content-home h3.link-colors{
  font-size: 5.4vw;
}

#main-content-home h3.link-colors:hover,
#main-content-home h3.link-colors a:hover{
  opacity: 1 !important;
}

#main-content-home h3.bg-purple{
  background-color: #a640ff;
}
#main-content-home h3.bg-purple:hover{
  background-color: rgb(0, 255, 183);
}

#main-content-home h3.bg-orange{
  background-color: #ff6623;
}
#main-content-home h3.bg-orange:hover{
  background-color: rgb(13, 0, 255);
}

#main-content-home h3.bg-yellow{
  background-color: #fdff51;
}
#main-content-home h3.bg-yellow:hover{
  background-color: rgb(255, 0, 195);
}

#main-content-home h3.bg-red{
  background-color: #ff3833;
}
#main-content-home h3.bg-red:hover{
  background-color: rgb(13, 255, 0);
}

#main-content-home h3.bg-blue{
  background-color: #6725ea;
}
#main-content-home h3.bg-blue:hover{
  background-color: #5393ff;
  color: rgb(13, 255, 0) !important;
}

#main-content-home h3.bg-green{
  background-color: #42c49a;
}
#main-content-home h3.bg-green:hover{
  background-color: #a640ff;
  color: #42c49a !important;
}

#main-content-home .first-column .vc_column-inner {
  padding-left: 4% !important;
  padding-top: 47px !important;
  padding-bottom: 10px !important;
}

.page-tickets .entry-content li{
  color: #FFF;
}

.page-visit .entry-content h1,
.page-visit .entry-content h2,
.page-visit .entry-content h3,
.page-visit .entry-content h4,
.page-visit .entry-content h5,
.page-visit .entry-content h6,
.page-visit .entry-content p,
.page-visit .entry-content a,
.page-visit .entry-content li,
.page-shop .entry-content h1,
.page-shop .entry-content h2,
.page-shop .entry-content h3,
.page-shop .entry-content h4,
.page-shop .entry-content h5,
.page-shop .entry-content h6,
.page-shop .entry-content p,
.page-shop .entry-content a,
.page-shop .entry-content li{
    color: #FFF;
}

.page-visit .entry-content h4{
  margin-bottom: 10px;
}

.page-visit .entry-content h3,
.page-starkcoin .entry-content h3,
.page-shop .entry-content h3{
    font-size: 4vw;
    text-transform: uppercase;
}
.page-starkcoin .entry-content h4,
.page-visit .entry-content h4{
  font-family: 'Graphik-Bold';
  font-size: 1.5vw;
}
.page-visit .entry-content a:hover,
.page-starkcoin .entry-content a:hover{
  opacity: 0.8;
}

.page-starkcoin .entry-content *{
  color: #000;
}
 
.page-starkcoin .entry-content .img-starkcoin img{
  width: 470px;
  height: auto;
}

.page-nfts .entry-content p{
    color:#fff;
} 
.page-nfts h3.vc_custom_heading {
    text-transform: uppercase;
}
.single .site-content,
.archive .site-content,
.category .site-content,
.blog .site-content{
  padding-bottom: 200px;
  padding-top: 50px;
}
.single .site-content{
    background-color:#5393ff ;
    color:#fff;
}
.single .site-content a{
    color:#fff;
}
/*.page-press .entry-content p{
    font-size: 20px;
}
.page-press .vc_gitem_row .vc_gitem-col {
    padding: 25px;  
}*/

.page-press h4 a{
    text-decoration: none;
    border-bottom: 0 !important;
}
.page-press h4 a:hover{
    opacity: 0.6;
}
.page-press h4,
.page-press h4 a,
.page-press .entry-content p{
    color: #000 !important;
}
.page-press h4,
.page-press h4 a{
  font-size: 3vw !important;
  font-family: 'Druk-Medium';
}
.page-press h4{
  margin: 20px 0px 20px 0px;
}

.vc_gitem-post-author{
  font-family: 'Graphik';
  line-height: 1;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 1.5vw;
  color: #000;
  padding-bottom: 20px;
}

.page-press .vc_gitem_row .vc_gitem-col {    
    background-color: #ffff4f;;
}
.page-press .vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    padding: 10px 20px;
    display: inline-block;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 3vw;
    vertical-align: middle;
    line-height: 1;
    font-family: 'Druk-Medium';
    font-weight: 500 !important;
    border-bottom: 0 !important;
}

.page-press .vc_grid-item .vc_gitem-post-data-source-post_excerpt p{
  margin-bottom: 0;
}

body.archive{
  background: rgb(83, 147, 255);
}

/*body.page-thank-you h1{
  font-family: 'Graphik';
  font-size: 1.7vw;
  line-height: 1.4;
}*/

body.woocommerce,
body.woocommerce-page,
body.woocommerce.single .site-content,
body.woocommerce-page.single .site-content{
  background: #FFF;
}

body.woocommerce-page.single-product .site-content{
  min-height: 0 !important;
}

body.woocommerce #masthead .header-top,
body.woocommerce-page #masthead .header-top,
body.woocommerce.single .site-content #masthead .header-top,
body.woocommerce-page.single .site-content #masthead .header-top{
  border-bottom: 2px solid rgb(83, 147, 255);
}


body.archive .site-content h1,
body.archive .site-content h2,
body.archive .site-content h3,
body.archive .site-content h4,
body.archive .site-content h5,
body.archive .site-content h6,
body.archive .site-content p,
body.archive .site-content span,
body.archive .site-content li,
body.archive .site-content a{
  color: #FFF;
}

body.archive .site-content p,
body.woocommerce .site-content p,
body.archive .site-content span,
body.woocommerce .site-content span,
body.archive .site-content li,
body.woocommerce .site-content li,
body.archive .site-content a,
body.woocommerce .site-content a,
body.woocommerce .variations label,
.woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-page .site-content p,
body.woocommerce-page .site-content p,
body.woocommerce-page .site-content span,
body.woocommerce-page .site-content span,
body.woocommerce-page .site-content li,
body.woocommerce-page .site-content li,
body.woocommerce-page .site-content a,
body.woocommerce-page .site-content a,
body.woocommerce-page .variations label,
.woocommerce-cart table,
.cart_totals h2,
h3#order_review_heading,
.shop_table tbody tr td,
.shop_table tfoot th,
.woocommerce-table--order-details tfoot td,
.woocommerce-checkout .woocommerce-info,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout-review-order-table thead th,
.woocommerce-customer-details,
.woocommerce-table--order-details thead th,
body.woocommerce-page .quantity label,
.p-PaymentDetails-group label,
.p-PaymentDetails-group input{
  font-family: 'Graphik';
  font-size: 1.7vw;
  line-height: 1.4;
}

body.woocommerce-page .site-content p,
body.woocommerce-page .site-content p,
body.woocommerce-page .site-content span,
body.woocommerce-page .site-content span,
body.woocommerce-page .site-content li,
body.woocommerce-page .site-content li,
body.woocommerce-page .site-content a,
body.woocommerce-page .site-content a,
body.woocommerce-page .variations label,
body.woocommerce-page .woocommerce-message,
.woocommerce-cart table,
.cart_totals h2,
h3#order_review_heading,
.shop_table tbody tr td,
.shop_table tfoot th,
.woocommerce-checkout .woocommerce-info,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-table--order-details tfoot td,
body.woocommerce .site-content h1,
body.woocommerce .site-content h2,
body.woocommerce .site-content h3,
body.woocommerce .site-content h4,
body.woocommerce .site-content h5,
body.woocommerce .site-content h6,
body.woocommerce .site-content p,
body.woocommerce .site-content span,
body.woocommerce .site-content li,
body.woocommerce .site-content a,
.woocommerce-order-details__title,
.woocommerce-customer-details,
body.woocommerce-page .quantity label{
  color: rgb(83, 147, 255);
}

body.woocommerce-page .woocommerce-message{
  color: #FFF;
}

body.archive .site-content h1,
body.woocommerce .site-content h1{
  margin-top: 50px;
}

form.woocommerce-ordering select,
body.woocommerce .variations select,
body.woocommerce .quantity input{
  font-size: 1.5vw;
  padding: 10px 15px;
  line-height: 1;
  text-indent: 1px;
}
.woocommerce-cart table tbody input#coupon_code,
form.woocommerce-ordering select,
body.woocommerce .variations select,
body.woocommerce .quantity input,
.woocommerce-cart table tbody input,
.woocommerce-page input[type="date"],
.woocommerce-page input[type="datetime-local"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="month"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="text"],
.woocommerce-page input[type="time"],
.woocommerce-page input[type="url"],
.woocommerce-page input[type="week"],
.woocommerce-page textarea,
.woocommerce-page select
{
  border: 1px solid rgb(76 76 76);
}

.woocommerce-cart table tbody input#coupon_code,
form.woocommerce-ordering select,
body.woocommerce .variations select,
body.woocommerce .quantity input,
.woocommerce-cart table tbody input,
.woocommerce-page input[type="date"],
.woocommerce-page input[type="datetime-local"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="month"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="text"],
.woocommerce-page input[type="time"],
.woocommerce-page input[type="url"],
.woocommerce-page input[type="week"],
.woocommerce-page textarea,
.woocommerce-page select,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #5393ff;
}

.woocommerce-page ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5393ff;
  opacity: 1; /* Firefox */
}

.woocommerce-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5393ff;
}

.woocommerce-page ::-ms-input-placeholder { /* Microsoft Edge */
  color: #5393ff;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  padding-top: 60px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img{
  width: 100%;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a,
.woocommerce ul.products li.product button,
.woocommerce-page ul.products li.product button{
  display: block;
}

.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2{
  font-size: 1.5vw;
  font-family: 'Graphik-Bold';
  line-height: 1.4;
}

body.woocommerce-page button,
body.woocommerce-page .button,
body.woocommerce button,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce-pagination .page-numbers .page-numbers,
.woocommerce ul.products li.product a.added_to_cart.wc-forward{
  line-height: 1 !important;
  color: rgb(253, 255, 81) !important;
  text-transform: uppercase;
  background: #000;
  margin-top: 10px;
  font-family: 'Druk-Medium' !important;
  font-weight: 500 !important;
  font-size: 2vw !important;
  padding: 10px 25px 10px;
  text-align: center;
}
a.restore-item {
    border-bottom: 0 !important;
    padding: 10px 25px 10px;
}

/*.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: none;
}*/

body.woocommerce-page button:hover,
body.woocommerce-page .button:hover,
body.woocommerce button:hover,
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-pagination .page-numbers .page-numbers:not(.current):hover,
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover{
  opacity: 0.8;
}
body.woocommerce-page .button{
  border-bottom: 0 !important;
}
.woocommerce-pagination{
  text-align: center;
}

.woocommerce-pagination .page-numbers .page-numbers{
  display: inline-block;
  padding: 10px 20px;
}

.woocommerce-pagination .page-numbers .page-numbers.current{
  color: #000 !important;
  background: rgb(253, 255, 81);
}

.product_meta {
  padding: 20px 0 0;
}
.product_meta > span{
  display: block;
}

.woocommerce-notices-wrapper .woocommerce-message{
  position: relative;
  background: #58bc3e;
  margin-bottom: 30px;
  padding: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message a{
  position: absolute;
    right: 0;
    line-height: 1 !important;
    color: rgb(253, 255, 81) !important;
    margin-top: -7px !important;
    font-family: 'Druk-Medium' !important;
    font-size: 2vw !important;
    line-height: 1 !important;
    margin-right: 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    cursor: pointer;
    border: 0 !important;
    display: inline-block;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li[role="tab"] a:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover{
  opacity: 0.8;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
  margin: 0;
  text-align: center;
}
table.variations tr td {
  display: inline-block;
  padding: 0;
}
a.reset_variations {
  margin-left: 15px;
}
body.woocommerce .variations select{
  margin-bottom: 0;
}
table.variations tr td.label {
    margin-right: 15px;
    padding-top: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li[role="tab"] a{
  color: #000;
  background: rgb(253, 255, 81);
  text-transform: uppercase;
  font-family: 'Druk-Medium';
  font-weight: 500 !important;
  font-size: 2vw;
  padding: 10px 15px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li[role="tab"].active a{
  color: rgb(253, 255, 81);
  background: #000;
}

.woocommerce-tabs.wc-tabs-wrapper .entry-content {
  padding: 20px;
  background: #E3E3E3;
  margin-top: 6px;
}
.woocommerce-tabs.wc-tabs-wrapper .entry-content li,
.woocommerce-tabs.wc-tabs-wrapper .entry-content p,
.woocommerce-tabs.wc-tabs-wrapper .entry-content th,
.woocommerce-tabs.wc-tabs-wrapper .entry-content td,
.woocommerce-tabs.wc-tabs-wrapper .entry-content span,
.woocommerce-tabs.wc-tabs-wrapper .entry-content h2,
.woocommerce-tabs.wc-tabs-wrapper .entry-content h3,
.woocommerce-tabs.wc-tabs-wrapper .entry-content h4,
.woocommerce-tabs.wc-tabs-wrapper .entry-content h5,
.woocommerce-tabs.wc-tabs-wrapper .entry-content h6{
  color: #000;
  font-size: 1.7vw;
  font-family: 'Graphik';
}

.woocommerce-tabs.wc-tabs-wrapper .entry-content h2{
  margin-bottom: 10px;
}
/*.woocommerce-tabs.wc-tabs-wrapper .entry-content th,
.woocommerce-tabs.wc-tabs-wrapper .entry-content td{
  padding-top: 12px;
}*/
.woocommerce-tabs.wc-tabs-wrapper .entry-content th,
.woocommerce-tabs.wc-tabs-wrapper .entry-content td{
  display: inline-block;
  line-height: 1;
}
.woocommerce-tabs.wc-tabs-wrapper .entry-content td p{
  margin-bottom: 0;
  line-height: 1;
}
section.related.products{
    padding-top: 45px;
    display: inline-block;
}
section.related.products ul.products {
    padding-top: 0;
}
section.related.products h2 {
  font-size: 2.5vw;
  text-transform: uppercase;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-cart .site-content,
.woocommerce-checkout .site-content{
  padding-bottom: 200px;
}

.woocommerce-cart table a{
  text-decoration: none;
  border-bottom: 0 !important;
}
.woocommerce-cart table thead,
.woocommerce-checkout-review-order-table thead,
.woocommerce-table--order-details thead{
  background: rgb(83, 147, 255);
}
.woocommerce-cart table thead th,
.woocommerce-checkout-review-order-table thead th,
.woocommerce-table--order-details thead th{
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 5px 5px;
}
.woocommerce-cart table tbody tr,
.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-table--order-details tbody tr,
.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-table--order-details tfoot tr{
  border-bottom: 2px solid rgb(83, 147, 255);
}
.woocommerce-cart table tbody input{
  padding: 10px 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text, 
woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto !important;
}
.woocommerce-cart table tbody input#coupon_code {
  margin-top: 10px;
  vertical-align: top;
}
ul.wc_payment_methods.payment_methods.methods{
  margin: 0;
}
ul.wc_payment_methods.payment_methods.methods li {
    list-style: none;
    width: 40%;
    float: right;
}
.woocommerce-page form .form-row textarea.input-text {
  line-height: 1.4;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgb(76 76 76);
    border-radius: 0;
    padding: 17px 18px 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

h2.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 2.5vw;
}
.woocommerce-page .site-content img{
  border: 1px solid rgb(76 76 76);
}

.shop_table .product-remove {
  width: 30px;
}

body.woocommerce-page .quantity label {
    margin-right: 17px;
}

body.woocommerce-page .shop_table .quantity label {
    display: none;
}

body.woocommerce-page .quantity input {
  width: 5.8vw;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    width: 21.5vw;
    padding-right: 6px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select{
  width: 100%;
}

a.woocommerce-product-gallery__trigger{
  display: block;
  width: 27px;
  height: 27px;
  background-image: url('images/magnifying-glass.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.woocommerce-product-gallery__trigger img{
  display: none !important;
}
a.woocommerce-product-gallery__trigger:hover{
  opacity: 0.8;
}

.product_meta .posted_in,
.product_meta .sku_wrapper{
    display: none;
}
#shipping_method{
    list-style: none;
}

.back-to-cart{
  float: right;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  border-bottom: none !important;
  padding-top: 18px;
}
.continue-shopping {
  margin-right: 15px;
  border-bottom: none !important;
  vertical-align: top;
  padding-top: 18px;
  display: inline-block;
}

.wc-stripe-save-source {
    padding-top: 20px;
}

ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label:before {
  display: none;
}

.wc-proceed-to-checkout {
    text-align: right;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    pointer-events: none;
}

#tab-additional_information h2,
#tab-description h2{
    display: none;
}

.select2-results__options {
  font-family: 'Graphik';
}



/* Templates */

.home .page-title-container .entry-header {
    max-width: 50%;
}

.template-fullwidth .article-container {
    min-width: 100%;
}

.template-internal #main,
.single .article-container,
.archive .article-container,
.blog .article-container,
.category .article-container,
.search .article-container{
    width: 75%;
}

.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
    width: 20%;
}

.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
    margin-bottom: 8px;
}

.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
    transition: all .5s ease-in-out;
}

.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
    transform: scale(0.97);
}

.archive .hentry a img {
    width: 100%;
}

.archive h2.entry-title {
    display: inline-block;
}

span.title-line {
    width: 100%;
    display: block;
    border-top: 1px solid #e2e2e2;
    margin: 20px 0;
}

.page-press .vc_btn3-container{
  margin-bottom: 0;
}

.page-press .vc_gitem_row .vc_gitem-col{
  padding: 25px;
}


/* Contact Form 7 */

.wpcf7-form {
    width: 100%;
}
.wpcf7-form .form-group {
    margin: 0 auto 12px;
}
.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
    margin: 10px auto;
    padding: 8px 20px;
    text-align: center;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
    width: 100%;
}
.wpcf7-form select,
.wpcf7-form textarea{    
    width: 100%;
}
div.wpcf7-response-output {
    margin: 15px 0;
    padding: 10px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-list-item-label {
    color: #b1b1b1;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    line-height: 34px;
}
span.wpcf7-list-item {
    margin: 0;
}
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.form-row:after {
    content: '';
    display: block;
    clear: both;
}
.column-100, .column-90, .column-80, .column-70, .column-60, 
.column-50, .column-40, .column-30, .column-20, .column-10{
    float: left;
    position: relative;
    padding: 0.65rem 0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 835px) { 
    .form-row{
        display: inline-block;
    }
    .column-100, .column-90, .column-80, .column-70, .column-60, 
    .column-50, .column-40, .column-30, .column-20, .column-10{
        padding: 0.65rem;
    }
    .column-90{
        width: 90%;
    }
    .column-80{
        width: 80%;
    }
    .column-70{
        width: 70%;
    }
    .column-60{
        width: 60%;
    }
    .column-50{
        width: 50%;
    }    
    .column-40{
        width: 40%;
    }
    .column-30{
        width: 30%;
    }
    .column-20{
        width: 20%;
    }
    .column-10{
        width: 10%;
    }
}

/* Responsive Menu */

#responsive-menu-container #responsive-menu-title {
    text-align: center;
}

.responsive-menu-button .responsive-menu-box {
    height: 40px;
}


/* Visual Composer */

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

.flex-control-paging {
    display: none;
}


/* Icon */

.entry-content .vc_icon_element {
    font-size: inherit;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content {
    margin-bottom: 0;
    padding: 5px 0;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content p {
    margin: 0;
    line-height: 24px;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
    height: auto;
    margin: 0 6px;
    vertical-align: middle;
    width: auto;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
    bottom: 0;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}

.wpb_posts_slider .wpb_flexslider .flex-caption {
    padding: 30px 45px;
    text-align: center;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 1px !important;
}

.vc-custom-buttons-wrap {
    position: relative;
    z-index: 5;
}

.vc_gitem-col.col-post-right-image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.vc-internal-border-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*Custom Text*/
.custom-text{
    position: relative;
}
.custom-text img {
    height: 75px;
    margin-right: 15px;
}
.custom-text .title{
    line-height: 1;
}
.custom-text .title a{
    position: relative;
}
.custom-text .title:hover a:after{
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

/*Content Column*/
.content-column{
    max-width: 650px !important;
    margin: 0 auto;
    padding-top: 95px !important;
    padding-bottom: 70px;
}

div.bg-left-top{
    background-position: left top !important;
}
div.bg-left-bottom{
    background-position: left bottom !important;
}       
div.bg-right-top{
    background-position: right top !important;
}
div.bg-right-bottom{
    background-position: right bottom !important;
}

/*
* Color box
*/
.vc_row-o-equal-height .wpb_wrapper{
    height:100%;
}
.vc-color-box{
    padding: 20px;
    height: 100%;
}
.vc-color-box *{
    color: #fff;
}
.vc-color-box h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px !important;
}
.color-box-content.left {
    width: 75%;
}

/* WooCommerce */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce .woocommerce-info {
    border-color: #699442;
}

.woocommerce .woocommerce-info:before {
    color: #699442;
}

.woocommerce .select2-container .select2-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    margin-bottom: 13px;
    padding: 4px 0 5px 14px;
    text-indent: 6px;
}

.woocommerce .apb-room-selected_item > h6 {
    font-size: 18px;
}

.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
    padding: 10px 20px;
}

.woocommerce .woocommerce-checkout .apb-room-selected_content span {
    font-size: 16px;
}

.woocommerce #order_review .place-order .button:hover {
    background-color: #699442;
}

.woocommerce-product-gallery__wrapper * {
    transition: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
figure.woocommerce-product-gallery__wrapper {
    background: #F8F4ED;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    text-align: center;
    margin-bottom: 15px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    margin: 0 20px 20px 0;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}

.woocommerce-invalid input,
.woocommerce-invalid .select2-container--default .select2-selection--single{
  background: rgb(236 76 64);
}

/*
* Theme elements
*/
.theme-element .vc_row,
.theme-element .row{
    width: 100%;
    margin: 0 auto;
}
.theme-element .vc_row.vc_row-o-equal-height{
    max-width: 1180px;
}

/*
* Carousel
*/
.u22-carousel-logos-wrapper {
    margin: 40px auto;
    overflow: hidden;
}
.u22-carousel-logo {
    text-align: center;
    position: relative;
    display: inline-block;
}
.u22-carousel-logo img {
    height: 160px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 20px;
}
.u22-carousel-logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*Testimonials*/
.u22-testimonial{
    text-align: center;
}
.testimonial-quote {
    font-style: italic;
}
span.testimonial-author,
span.testimonial-position {
    display: block;
}
.slick-dots{
    list-style: none;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button{
    padding: 10px;
    line-height: 1;
    font-size: 0;
}

/**
* 9.1 Entry Header
* ----------------------------------------------------------------------------
**/

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}


/**
* 9.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #f07724;
}

.entry-meta a:hover {
    color: #8ac058;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    font-family: "Genericons";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
    font-family: "Genericons";
}

.comments-link a:before {
    content: "\f300";
    font-family: "Genericons";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
    font-family: "Genericons";
}

.tags-links a:first-child:before {
    content: "\f302";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    font-family: "Genericons";
    position: relative;
    top: 2px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
* 9.3 Entry Content
* ----------------------------------------------------------------------------
**/

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content blockquote {
    font-size: 20px;
    line-height: 1.2;
    background: #e0e0e0;
    margin: 20px 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content ul,
.entry-content ol{
    margin: 0 0 35px 25px;
}
.entry-content li ul, 
.entry-content li ol {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 20px;
}
.entry-content li {
    margin-bottom: 0;
}

.page-tickets .entry-content ul{
  padding-top: 20px;
}

.entry-content p{
  margin-bottom: 25px;
}

/*.home .entry-content p{
  margin-bottom: 10px;
}
*/
.entry-content p,
.entry-content li{
  font-family: 'Graphik';
  font-size: 1.7vw;
  line-height: 1.4;
}

.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
    color: #fff;
}

.entry-footer {
    margin-top: 25px;
}

.entry-footer * {
    font-size: 15px;
}

.entry-footer > span {
    margin-right: 8px;
}

.entry-footer .avatar {
    margin-right: 5px;
}

.entry-footer .posted-on .updated {
    display: none;
}

.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 15px 15px 0;
    width: 42px;
}

.author-description >:last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-attachment {
    margin-bottom: 15px;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 15px;
}

.entry-caption >:last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 30px;
}

.vc_gitem-post-data-source-post_excerpt .more-link {
  display: none;
}


/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
}

.woocommerce-shop .woocommerce-info{
  display: none;  
}


/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 12px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
* 9.5 Post/Paging Navigation
* ----------------------------------------------------------------------------
**/

.post-navigation {
    clear: both;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 15px auto;
    padding: 5px 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    font-size: 18px;
    padding: 0 5px;
    font-style: normal;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #6725ea;
}

.post-navigation div + div {
  border-top: 4px solid #FFF;
  margin: 20px 0;
  padding: 10px 0;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.nav-links .page-numbers {
    margin-right: 15px;
}

.nav-links .page-numbers.current {
    color: #8ac058;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
}

.paging-navigation a {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    border-radius: 50%;
    color: #e63f2a;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.pagination{
    text-align: center;
    margin-top: 50px;
}
.pagination li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    background: #D5C7E2;
}
.pagination li.active{
    background: #592C82;    
}
.pagination li a{
    color: #fff;
    padding: 10px 15px;
    display: block;
}

/**
* 9.6 Comments
* ----------------------------------------------------------------------------
**/

.comments-area {
    margin: 5% 7.6923% 5%;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 24px;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 17px;
}

.comments-title {
    margin-bottom: 17px;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 24px 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 12px;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 6px;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 12px;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 30px;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #222977;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #8ac058;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 7px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 21px 17px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-top: 30px;
    padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #8ac058;
    outline: 0;
}

.comment-form {
    padding-top: 24px;
}

.comment-form label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    line-height: 1.6153846154;
    margin-bottom: 30px;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 24px;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #FFF;
}
.woocommerce-checkout .required {
  color: rgb(83, 147, 255);
  border-bottom: none;
  text-decoration: none;
}
.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #8ac058;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}


/**
* 9.7 Attachments
* ----------------------------------------------------------------------------
**/

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    float: left;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}


/**
* 9.8 Author Bio
* ----------------------------------------------------------------------------
**/

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    margin: 0 0 8px;
}

.author-link {
    color: #f07724;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
* 9.9 Archives
* ----------------------------------------------------------------------------
**/

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**
* 9.10 Search Results/No posts
* ----------------------------------------------------------------------------
**/

.page-title {
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

.search-form input {
    padding: 6px;
}


/**
* 9.11 404
* ----------------------------------------------------------------------------
**/
.error404{
  background-color: #984ff6;
}

.error404 .content-area{
  padding-top: 30px;
  padding-bottom: 200px;
}

.error404 .page-title {
    margin: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    width: auto;
    color: #fdff51;
    font-size: 40px;
}

.error404 .page-title:after {
    color: #fdff51;
    content: "\f423";
    font-family: "Genericons";
    font-size: 25vw;
    line-height: 1;
    left: 0px;
    overflow: hidden;
    width: 100%;
    right: 0;
    top: 25px;
    display: block;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.error404 .page-content{
  padding: 0 0 40px;
}

.error404 .page-header p,
.error404 .page-content p {
    text-align: center;
    color: #fdff51;
    font-size: 20px;
    font-family: 'Graphik';
}


/**
* 9.12 Multisite
* ----------------------------------------------------------------------------
**/

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}


/**
* 10.0 Sidebar
* ----------------------------------------------------------------------------
**/

.sidebar-container ul li {
    list-style-position: inside;
}

/**
* 11.0 Footer site-footer
* ----------------------------------------------------------------------------
**/

.site-footer {
  width: 100%;
  background: #FFF;
  z-index: 9999;
  padding: 30px 0;
  
}
/*.page-tickets .site-footer,
.page-shop .site-footer{
  position: absolute;
  top: 100%;
}*/
.site-footer ul[class*='menu'] li {
    padding: 0 10px;
    display: inline-block;
    margin-left: -4px;
}

.site-footer-menu .sub-menu{
    display: none;
}

.site-footer .wpb_image_grid .wpb_image_grid_ul li{
  margin-right: 35px;
}
.site-footer .wpb_image_grid .wpb_image_grid_ul img {
  height: 1.5vw;
  width: auto;
  max-width: none;
}

.site-footer .widget-sidebar,
.site-footer .wpb_content_element{
  margin-bottom: 0 !important;
}

.site-footer p,
.site-footer span,
.site-footer a{
  font-family: 'Druk-Medium' !important;
  text-transform: uppercase;
  font-size: 1.5vw;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.site-footer a:hover{
  opacity: 0.8;
  color: #333;
}
.footer-links a{
  margin-right: 15px;
}
.footer-links a:last-child{
  margin-right: 0;
}
/*
* Gravity Forms
*/
.gform_wrapper .top_label .gfield_label{
    display:none !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background:initial;
    border: 0;
}
.gform_wrapper li.gfield.gfield_error input[type=email], .gform_wrapper li.gfield.gfield_error input[type=number], 
.gform_wrapper li.gfield.gfield_error input[type=password], .gform_wrapper li.gfield.gfield_error input[type=tel], 
.gform_wrapper li.gfield.gfield_error input[type=text], .gform_wrapper li.gfield.gfield_error input[type=url], 
.gform_wrapper li.gfield.gfield_error textarea{
    background:#A71933;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin:0 1em 0 0;
}
.gf_left_half {
    float: left;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin:0 0 8px 0 !important;
}

body #page .gform_wrapper ul li.gfield{
    margin-top: 0;
    padding-right: 0;
}
body #page .gform_wrapper.gf_browser_chrome select {
    padding: 6px 0 7px 3px;
    margin-top: 2px;
}
 #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin-bottom: 0;
    margin-top: 2px;
}

.single .entry-footer{
  display: none;
}

.footer-gallery a{
  display: inline-block;
  margin-right: 3%;
  width: auto;
  height: 1.6vw;
}

.footer-gallery a img{
  width: auto;
  height: 100%;
}

.footer-gallery a:first-child{
  height: 1.2vw;
}
.footer-gallery a:nth-child(5) {
  height: 1.4vw;
}
.footer-gallery a:last-child{
  height: 0.8vw;
}

.site-footer,
.site-footer *{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 1920px){
  .page-shop .site-content,
  .page-tickets .site-content{
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 1680px){
  .main-menu {
    padding-top: 32px;
  }
}

@media screen and (max-width: 1600px){
  .main-menu {
    padding-top: 29px;
  }
}

@media screen and (max-width: 1536px){
  .main-menu {
    padding-top: 27px;
  }
}

@media screen and (max-width: 1366px){
  .main-menu {
    padding-top: 24px;
  }
}

@media screen and (max-width: 1180px) {
    .center-page {
        max-width: 95%;
    }
    .primary-menu > li > a {
        padding-left: 0;
    }
    .widget-footer-top {
        margin-left: 5%;
        max-width: 35%;
    }
    .main-menu {
    padding-top: 18px;
  }

}

@media screen and (max-width: 1024px) {
  .primary-menu > li > a {
    padding-right: 12px;
  }
  .widget-header-right {
    top: 20px;
  }
  .page-shop .site-content,
  .page-tickets .site-content{
    padding-bottom: 0;
  }
  .main-menu {
    padding-top: 12px;
  }
}

/*Tablet devices*/

@media screen and (max-width: 990px) {

  .tablet{
    display: block;
  }
  .desktop{
    display: none;
  }

  .product-remove.desktop{
    display: block;
  }
  
  .header-top p,
  .header-top span,
  .header-top a,
  .main-menu li a,
  .site-footer p,
  .site-footer span,
  .site-footer a{
    font-size: 30px !important;
  }
  .main-menu li a {
    margin: 0 7px !important;
  }
  #content-blue-home .vc_column-inner {
    padding-right: 7.5px !important;
  }
  #content-blue-home .vc_custom_heading {
    font-size: 40px !important;
  }
  .entry-content p,
  .entry-content li,
  a[class*="-btn"]{
    font-size: 22px;
  }

  /*.slider,*/
  #rev_slider_1_1_forcefullwidth,
  #rev_slider_1_1_wrapper,
  #rev_slider_1_1,
  #rev_slider_2_2_forcefullwidth,
  #rev_slider_2_2_wrapper,
  #rev_slider_2_2,
  #rev_slider_3_2_forcefullwidth,
  #rev_slider_3_2_wrapper,
  #rev_slider_3_2{
    height: 540px !important;
  }
  .site-footer .wpb_image_grid .wpb_image_grid_ul img {
    height: 30px;
  }
  .site-footer .wpb_image_grid .wpb_image_grid_ul li {
    margin-right: 25px;
    position: unset !important;
    float: none !important;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer-top .wpb_column *{
    text-align: center !important;
  }
  .footer-top .vc_col-md-8{
    margin-bottom: 30px;
  }
  .site-footer .wpb_image_grid .wpb_image_grid_ul li:last-child{
    margin-right: 0;
  }
  .site-footer p a{
    margin-left: 0;
  }
  .site-footer p a:first-child{
    margin-right: 10px;
  }
  .header-top .header-left{
    width: 25%;
    flex: none;
    max-width: none;
    padding-right: 0 !important;
  }
  .menu-logo-container{
    width: 46%;
    max-width: none;
    flex: none;
  }
  .menu-logo-container .site-logo {
    margin-top: 40px;
    margin-right: 0;
  }

  .header-top .widget-sidebar.cart-item{
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .menu-logo-container .site-logo {
    margin-top: 50px;
  }
}

@media screen and (max-width: 834px) {
  .single .article-container,
  .single .sidebar-container,
  .template-internal #main,
  .template-internal .sidebar-container {
    float: none;
    margin: 0 auto 35px;
    width: 100% !important;
  }
  .breadcrumbs {
    position: relative;
    text-align: center;
  }
  .home .page-title-container .center-page {
    padding: 0;
  }
  .home .page-title-container .entry-header {
    background: rgba(0, 0, 0, 0.3);
    min-width: 100%;
    text-align: center;
  }
  .internal-slider img {
    min-height: 300px;
  }
  .template-internal .slider {
    margin: auto;
    position: unset;
    width: auto;
  }
  .template-internal #main, .single .article-container, .archive .article-container, .blog .article-container, .category .article-container, .search .article-container,
  .template-internal .sidebar-container, .single .sidebar-container, .archive .sidebar-container, .blog .sidebar-container, .category .sidebar-container, .search .sidebar-container{
    width:100%;
  }
  .site-footer .wpb_image_grid .wpb_image_grid_ul img {
    height: 20px;
  }
  #content-blue-home .vc_custom_heading br {
    display: none;
  }
  #content-blue-home .vc_custom_heading {
    font-size: 42px !important;
    line-height: 1.4;
  }

  .footer-gallery a:first-child,
  .footer-gallery a:nth-child(5),
  .footer-gallery a:last-child,
  .footer-gallery a {
    height: 25px;
    margin-bottom: 20px;
  }
  .page-starkcoin .entry-content .img-starkcoin img{
    width: auto;
  }
  ul.wc_payment_methods.payment_methods.methods li {
    width: 100%;
    float: none;
  }
}

/* Mobile devices */

@media screen and (max-width: 769px) {
  #main-content-home,
  #main-content-home.vc_row.vc_row-no-padding .second-column .vc_column-inner,
  #main-content-home.vc_row.vc_row-no-padding .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #main-content-home h4,
  .site-content h4,
  .page-press h4 a{
    line-height: 1;
    font-size: 42px !important;
  }
  #main-content-home h3 br{
    display: none;
  }
  #main-content-home .first-column .vc_column-inner {
    padding: 40px 4% !important;
  }
  #main-content-home h3.link-colors a {
    padding: 33px 4% 38px 4%;
  }
  .page-tickets .vc_col-sm-6{
    margin-bottom: 30px;
  }
  .page-tickets .vc_col-sm-6 .vc_empty_space{
    display: none;
  }
  input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea, select,
  .wpcf7-submit{
    font-size: 20px;
  }
  .page-tickets h3 br{
    display: none;
  }

  h1,
  .page-tickets h3,
  .page-nfts h3,
  .page-visit .entry-content h3,
  .page-nfts .entry-content h3,
  .page-starkcoin .entry-content h3,
  .page-shop .entry-content h3,
  .page-starkcoin .entry-content h4,
  .page-visit .entry-content h4,
   body.page-thank-you h1{
    font-size: 38px !important;
    line-height: 1.3;
  }
  .entry-content p,
  .entry-content li{
    font-size: 20px !important;
  }

  a[class*="-btn"]{
    font-size: 28px !important;
  }


  .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{
    font-size: 32px !important;
  }
  #main-content-home .first-column h3{
    line-height: 1.3;
  }
  #main-content-home h3.link-colors,
  #main-content-home .first-column h3{
        font-size: 42px;
  }
  .vc_grid-item .vc_gitem-post_title,
  .vc_grid-item .vc_gitem-post-data-source-post_excerpt{
    height: auto !important;
  }
  .page-press .vc_grid-item .vc_gitem-zone-c{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vc_gitem-post-author {
    font-size: 22px;
    padding-bottom: 30px;
  }

  .text-content-ticket-page{
    height: auto !important;
  }

}

@media screen and (max-width: 768px) {
  body.archive .site-content p,
  body.woocommerce .site-content p,
  body.archive .site-content span,
  body.woocommerce .site-content span,
  body.archive .site-content li,
  body.woocommerce .site-content li,
  body.archive .site-content a,
  body.woocommerce .site-content a,
  form.woocommerce-ordering select,
  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce-pagination .page-numbers .page-numbers,
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-message a,
  body.woocommerce .variations label,
  form.woocommerce-ordering select,
  body.woocommerce .variations select,
  body.woocommerce .quantity input,
  body.woocommerce button,
  .woocommerce-tabs.wc-tabs-wrapper .wc-tabs li[role="tab"] a,
  .woocommerce-tabs.wc-tabs-wrapper .entry-content h2,
  section.related.products h2,
  .woocommerce-tabs.wc-tabs-wrapper .entry-content th,
  .woocommerce-tabs.wc-tabs-wrapper .entry-content td,
  body.woocommerce-page .site-content p,
  body.woocommerce-page .site-content p,
  body.woocommerce-page .site-content span,
  body.woocommerce-page .site-content span,
  body.woocommerce-page .site-content li,
  body.woocommerce-page .site-content li,
  body.woocommerce-page .site-content a,
  body.woocommerce-page .site-content a,
  body.woocommerce-page .variations label,
  body.woocommerce-page .woocommerce-message,
  .woocommerce-cart table,
  .cart_totals h2,
  body.woocommerce-page button,
  body.woocommerce-page .button,
  h3#order_review_heading,
 .shop_table tbody tr td,
 .shop_table tfoot th,
 .woocommerce-checkout .woocommerce-info,
 .woocommerce-billing-fields h3,
 .woocommerce-additional-fields h3,
 .woocommerce-checkout-review-order-table thead th,
 .woocommerce-table--order-details thead th,
 .woocommerce-table--order-details tfoot td,
 .woocommerce-customer-details,
 body.woocommerce-page .quantity label,
.woocommerce ul.products li.product a.added_to_cart.wc-forward{
    font-size: 20px !important;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    padding-right: 0;
    width: 45.5vw;
  }
  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2 {
    font-size: 18px;
  }
  .woocommerce-notices-wrapper .woocommerce-message a{
    position: unset;
  }
  .woocommerce-page table.cart .product-thumbnail{
    display: inline-block;
    width: 75px;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{
    display: none;
  }
  h2.woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 36px;
  }
  td.product-quantity input {
    width: 80px;
  }
  .internal .site-content{
    min-height: 0 !important;
  }
  .product-remove.mobile{
    display: block;
  }
  .product-remove.desktop{
    display: none !important;
  }
  .shop_table .product-remove,
  .back-to-cart,
  a.checkout-button.wc-forward,
  .continue-shopping{
    width: 100%;
  }
  body.woocommerce-page .quantity input {
    width: 95px;
  }
  .back-to-cart,
  .continue-shopping{
    margin-right: 0;
  }
  .woocommerce-cart table tbody input#coupon_code,
  .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    width: 100% !important;
  }

  .back-to-cart,
  .continue-shopping{
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
    .desktop,
    #site-header-menu .main-navigation{
      display: none !important;
    }
    .mobile{
        display: block;
    }
    h1 {
        font-size: 24px;
        line-height: 24px;
    }
    
    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 20px;
    }
    
    h4 {
        font-size: 18px;
        line-height: 18px;
    }
    
    h5 {
        font-size: 16px;
        line-height: 16px;
    }
    
    h6 {
        font-size: 14px;
        line-height: 14px;
    }
    
    p {
        font-size: 14px;
        line-height: 14px;        
    } 

    div[class*="vc_custom"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Override VC Elements */
    .vc_gitem-col.col-post-right-image {
        position: relative;
    }
    .footer-top div[class*="col-"]{
        width:100%;
        margin: 20px 0;
    }
  .site-footer {
    padding: 10px 0;
  }
  .header-top .header-left,
  .menu-logo-container{
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  .header-top .header-left aside:not(.cart-item){
    margin-bottom: 0;
    width: 255px;
  }
  .menu-logo-container .site-logo {
    margin-top: -40px;
    width: 17vw;
    margin-right: 2%;
  }
  .rmp-menu-item-link{
    font-family: 'Druk-Medium' !important;
    font-weight: 500 !important;
  }

  .vc_grid-item .vc_gitem-post-data-source-post_title,
  .vc_grid-item .vc_gitem-post-data-source-post_excerpt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-top .widget-sidebar.cart-item {
    position: unset;
  }
}

@media screen and (max-width: 720px) {
  .slider-mobile{
    display: block;
  }
  .slider-desktop{
    display: none;
  }
}

@media screen and (max-width: 640px) {
  body #page .gform_wrapper ul li.gfield {
    width: 100%;
  }
  body #page .gform_wrapper ul li.gfield {
    margin-top: 0;
  }
  body #page .gform_wrapper.gf_browser_chrome select{
    padding-bottom: 0;
  }    
  .site-content {
    margin-bottom: 215px;
  }
  /*.slider,*/
  #rev_slider_1_1_forcefullwidth,
  #rev_slider_1_1_wrapper,
  #rev_slider_1_1,
  #rev_slider_2_2_forcefullwidth,
  #rev_slider_2_2_wrapper,
  #rev_slider_2_2,
  #rev_slider_3_2_forcefullwidth,
  #rev_slider_3_2_wrapper,
  #rev_slider_3_2{
    height: 400px !important;
  }
}

@media screen and (max-width: 480px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
  .header-top-right ul li {
    display: block;
  }
  .header-top-right ul li:after {
    display: none;
  }
  #content-blue-home .vc_custom_heading {
    font-size: 36px !important;
    line-height: 1.3;
  }
  .menu-logo-container .site-logo {
    margin-top: -20px;
    width: 22vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .site-footer .wpb_image_grid .wpb_image_grid_ul img {
    height: 18px;
  }
}