/*
Theme Name: ChildTheme - GitHub v2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* CODE FOR TOOLTIP */
.custom-tooltip {
 position: relative;
}

.custom-tooltip::before {
    position: fixed;
    top: -16px;
    left: 50%;
    transform: translatex(-50%) rotate(-45deg);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: 99 !important;
    top: 45px;
}

.custom-tooltip::after {
    display: block;
    position: fixed;
    content: attr(data-tooltip);
    bottom: calc(100% - 53px);
    left: 0;
    right: 0;
    min-width: 100px;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #fff;
    z-index: 9999 !important;
    height: fit-content;
	transition: 0.3s ease-in-out;
}

.custom-tooltip:hover:not(:focus)::before,
.custom-tooltip:hover:not(:focus)::after {
    background-color: rgba(0, 0, 0, 1);
}


/* color variables */
:root{
	--ltblue: #2692C9;
	--blue: #1C457A;
	--red: #F04C36;
	--orange: #FE801F;
	--yellow: #F2C116;
	--ltyellow: #F7D54D;
	--purple: #403379;
}

.nav-dropdown-has-shadow .nav-dropdown{
	box-shadow: 0px 0px 40px 5px rgba(247, 213, 77, .5);
	font-weight: bold;
}

/*.nav-dropdown-has-shadow .nav-dropdown .menu-item:hover a{
	color: var(--ltyellow) !important;
}*/

.text-yellow{
	color: var(--ltyellow) !important;
}

.dark .col-inner p a{
	color: var(--ltyellow) !important;
}

.box-glow > div{
	box-shadow: 0px 0px 40px 5px rgba(38, 146, 201, .5);
	transition: 1.2s;
}

.header.transparent:not(.stuck) .header-inner{
	/* background-color: hsla(0,0%,100%,.5); */
	background-color: rgba(0, 0, 0, .5);
	border-radius: 12px;
	margin-top: 80px;
	box-shadow: 0px 0px 40px 5px rgba(38, 146, 201, .5);
	transition: 1.2s;
}

.header.transparent:not(.stuck) .header-inner:hover{
	box-shadow: 0px 0px 40px 5px rgba(247, 213, 77, .5);
	transition: 1.2s;
}

.header.transparent:not(.stuck) .logo a{
	position: absolute;
	top: -72px;
}

.header.transparent:not(.stuck) #logo img {
    max-height: 150px;
}

.header:not(.stuck) .nav-left, .header .stuck .nav-left{
	justify-content: flex-end;
}

.header:not(.stuck) .nav-right, .header .stuck .nav-right{
	justify-content: flex-start;
}

.header .stuck .nav-dropdown{
	box-shadow: 0px 0px 10px 5px rgb(49 191 242 / 31%);
}

.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-button{
	backdrop-filter: none !important;
}

.header.transparent:not(.stuck) .nav-top-link{
	color: var(--ltyellow);
}

.header.transparent:not(.stuck) .nav-top-link:hover{
	color: var(--ltblue);
}

.header.transparent:not(.stuck) .active .nav-top-link{
	color: var(--ltblue);
}

.simple .icon-box-img{
	margin-bottom: 0;
}

/* font sizing and new classes */
.display-1 {
    font-size: 5em
}

.display-2 {
    font-size: 4em
}

.display-3 {
    font-size: 3em
}

.display-4{
	font-size: 2.5em;
}

.display-1, .display-2, .display-3 {
    padding: 0;
    margin-top: .2em;
    margin-bottom: .2em;
}

.banner .res-text{
	font-size: 100% !important;
}

h1{
	font-size: 2.5em;
}

h2{
	font-size: 2.1em;
}

h3{
	font-size: 1.7em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

h6{
	font-size: 1em;
}

p.lead{
	font-size: 1.2em
}

.small{
	font-size: .9em
}

/* Google Maps */
/* adjust padding to change the height of maps */

.google-maps {
  position: relative;
  padding-bottom: 44%;
  height: 0;
  width:  100%;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*change color of checkmarks from flatsome's green */
.dark ul li.bullet-checkmark:before, .dark ul li.bullet-arrow:before, .dark ul li.bullet-star:before{
	color: white;
}

/* change the color of bullets. Set your colors at the top */
ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before{
	color: var(--red);
}

ul li.bullet-checkmark{
	border-bottom: none;
}

/* gravity forms */

.gform_page_footer{
	margin-top: 20px !important;
}

.gform_wrapper{
	text-align: left !important;
}

.gform_wrapper legend{
    text-transform: none !important; 	
}

.gform_wrapper label{
    color: #333;
}

.gform_wrapper form{
	margin-bottom: 0;
}

.gform-field-label{
	color: #333;
}

.gform_wrapper .ginput_complex label{
	font-size: .8em !important;
}

.full-width .gform_button.button{
    width: 100%;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{
	background-image: linear-gradient(to right bottom, #FE801F, #F04C36, #aa201b);
}

.gform_button, .gform_next_button{
	background-image: linear-gradient(to right bottom, #FE801F, #F04C36, #aa201b);
	box-shadow: 0px 5px 18px 1px rgba(254, 128, 31, .8);
	border-color: var(--orange) !important;
}

.gform_button:hover, .gform_next_button:hover{
	border-color: var(--yellow) !important;
}

.gform_button::after, .gform_next_button::after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 1px .5px rgba(255, 240, 0, .8);
	position: absolute; top: 0; left: 0;
	border-radius: 12px;
}
.gform_button:hover, .gform_next_button:hover{
	box-shadow: 0px 5px 25px 1px rgba(254, 128, 31, .4);
	transition: 1.2s;
}

.gform_wrapper.gravity-theme .gfield-choice-input{
	margin-bottom: 0;
}

.gform_wrapper .gfield_required{
	color: var(--primary);
}

/*.gform_button.button{
	border-radius: 10px;
}*/

/* horizontal forms */
.gform_wrapper .gf_simple_horizontal .gform_body{
	width: 100%;
	max-width: unset;
}

.gform_wrapper .gf_simple_horizontal .gform_button.button{
	margin: 0 !important;
}

.gform-button--width-full{
	margin: 0 !important;
}

/* align buttons at bottom of row (must be set to equal) */
.align-buttons .button{
	margin-top: auto;
}

.align-buttons .col-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.align-buttons .text-center.col-inner{
	align-items: center;
}

.align-buttons .col-inner div{
	width: 100%;
}

/* fix weird spacing on buttons */
.button span {
    padding-top: 5px;
}

/* horizontally align icons */

.align-icons{
    align-items: center;
}


/* fill image height */

.fill img, .fill .img-inner{
	height: 100%;
}

.fill img{
	object-fit: cover;
}

.show-radius .col-inner{
	overflow: hidden;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    /* mobile for display sizes */
    .display-1 {
		font-size: 3em;
	}

	.display-2 {
		font-size: 2.5em;
	}

	.display-3 {
		font-size: 2.3em;
	}

	.display-4{
		font-size: 2em;
	}

	.header.transparent:not(.stuck) .header-inner{
		background-color: rgba(0, 0, 0, 0);
		border-radius: 12px;
		margin-top: 30px;
		box-shadow: 0px 0px 40px 5px rgba(38, 146, 201, 0);
		transition: 1.2s;
	}

	.header.transparent:not(.stuck) .logo a{
		position: absolute;
		top: -32px;
	}
	
	.header.transparent:not(.stuck) #logo img {
		max-height: 100px;
	}

	.google-maps {
		padding-bottom: 54%;
	}
}

/* limit size of containers on mobile */
@media only screen and (max-width: 1200px){
	.container-width, .full-width .ubermenu-nav, .container:not(.banner-layers), .row:not(.row-collapse){
		width: calc(100% - 30px);
	}
}

/* fix alignment on absolute footer */
@media (min-width: 850px){
	.footer-secondary{
		padding: 0px !important;
	}
}




/* homepage slider */


.custom-slider-btns .flickity-button.previous{
	left: 50%;
	top: 95%;
	transform: translateX(-40px) !important;
	background: #f68e3d;
}

.custom-slider-btns .flickity-button.next{
	right: 50%;
	top: 95%;
	transform: translateX(40px) !important;
	background: #f04c36;
}

.custom-slider-btns .slider:hover .flickity-button.previous{
	transform: translateX(-40px) !important;
}

.custom-slider-btns .slider:hover .flickity-button.next{
	transform: translateX(40px) !important;
}

.custom-slider-btns .slider-style-focus .flickity-slider>:not(.is-selected){
	opacity: .75;
}

.custom-slider-btns .slider .flickity-prev-next-button:hover .arrow, .custom-slider-btns .slider .flickity-prev-next-button:hover svg{
	fill: white;
}


/* clickable cards */


/* square tiles */
.clickable-card .clickable-card-link, .special-clickable-card .clickable-card-link{
	position: absolute;
	display: block;
	width: 100%; /* width and height 100% of the parent container column-inner */
	height: 100%;
	top: 0; /* make sure absolute position is in the right place */
	left: 0;
	z-index: 99; /* bring link element to the top of the card so it is covering everything else */
}

.clickable-card:not(.image-first) .col-inner > .img img{
	opacity: 0;
}

.clickable-card .col-inner:hover > .img img{
	opacity: .7;
}

.clickable-card > .col-inner:hover *{
	color: white; /* make all the text inside your hovered card white */
}

.clickable-card > .col-inner img{
	transition: .2s ease-in;
}

.clickable-card > .col-inner:hover .icon img{
	filter: brightness(0) invert(1);
}

.clickable-card .icon-box-img{
	margin-bottom: 5px;
}

/* activities cards */
.special-clickable-card.attraction-card > .col-inner:hover{
	background-color: #403379 !important; /* on hover, change your card color to a new color */
}

.attraction-card .attraction-button{
	align-self: center !important;
	margin-bottom: -25px !important;
	background-color: white;
}

.attraction-card > .col-inner:hover .attraction-button{
	background-image: linear-gradient(to right bottom, #FE801F, #F04C36, #aa201b);
}

.attraction-card .col-inner .row{
	align-self: center;
}

/* gradient image cards */
.image-first.purple-overlay .img .overlay{
	background-image: linear-gradient(to right bottom, #2eb6ec, #403379, #7b0634);
	opacity: .8;
}

.image-first.orange-overlay .img .overlay{
	background-image: linear-gradient(to right bottom, #FE801F, #F04C36, #aa201b);
	opacity: .8;
}

.image-first.maroon-overlay .img .overlay{
	background-image: linear-gradient(to right bottom, #aa201b, #403379);
	opacity: .8;
}

.clickable-card.image-first > .col-inner .img{
	transition: .3s ease-in-out;
}

.clickable-card.image-first > .col-inner .fill img{
	object-position: 50% 50%;
}

.clickable-card.image-first > .col-inner:hover .fill img{
	object-position: 50% 0%;
}

.image-first.purple-overlay > .col-inner:hover{
	background-color: #403379 !important; /* on hover, change your card color to a new color */
}

.image-first.orange-overlay > .col-inner:hover{
	background-color: #F04C36 !important;
}

.image-first.maroon-overlay > .col-inner:hover{
	background-color: #aa201b !important;
}

.image-first > .col-inner{
	border: 2px solid transparent;
	transition: .2s ease-in;
}

.image-first > .col-inner:hover{
	border-color: white;
}

.clickable-card.clickable-card.image-first > .col-inner:hover .img{
	opacity: .5;
}


/* specials cards for slider */

.special-clickable-card > .col-inner:hover *{
	color: white; 
}

.special-clickable-card > .col-inner img{
	transition: .2s ease-in;
}

.special-clickable-card > .col-inner:hover img{
	transform: scale(1.1);
}

.special-clickable-card .col-inner > .row {
	flex-grow: 1;
}


.special-clickable-card .col-inner > .row .col, .special-clickable-card .col-inner {
	display: flex;
	flex-direction: column;
}

.special-clickable-card .col-inner > .row .col .col-inner a{
	margin-top: auto;
}

.specials-slider .flickity-slider>:not(.is-selected){
	opacity: 1;
}

.specials-slider .slider-style-focus .flickity-slider>.is-selected{
	transform: scale(.93);
}


.specials-slider .slider-style-focus .flickity-slider > .row > .col > .col-inner{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.special-box{
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 30px 5px 30px;
	font-size: 1.1em;
	letter-spacing: .05em;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 30px;
	z-index: 5;
	color: white
}

.special-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	z-index: -1;
	transform: skew(-10deg)
}

 .special-clickable-card > .col-inner{
	 transition: .2s ease-in-out;
 }

.red-card .special-box:before, .special-clickable-card.red-card > .col-inner:hover{
	background-color: #f04c36 !important;
}

.orange-card .special-box:before, .special-clickable-card.orange-card > .col-inner:hover{
	background-color: #f68e3d !important;;
}

.orange-card .button{
	color: #f68e3d;
}

.yellow-card .special-box:before, .special-clickable-card.yellow-card > .col-inner:hover{
	background-color: #e3ae59 !important;;
}

.yellow-card .button{
	color: #e3ae59;
}

.blue-card .special-box:before, .special-clickable-card.blue-card > .col-inner:hover{
	background-color: #2792c9 !important;;
}

.blue-card .button, .gradient-card .button{
	color: #2792c9;
}

.dark-blue-card .special-box:before, .special-clickable-card.dark-blue-card > .col-inner:hover{
	background-color: #1d5589 !important;;
}

.dark-blue-card .button{
	color: #1d5589;
}

.purple-card .special-box:before, .special-clickable-card.purple-card > .col-inner:hover{
	background-color: #3f3a7e !important;;
}

.purple-card .button{
	color: #3f3a7e;
}

.maroon-card .special-box:before, .special-clickable-card.maroon-card > .col-inner:hover{
	background-color: #80072e !important;;
}

.maroon-card .button{
	color: #80072e;
}

.gradient-card .special-box:before, .special-clickable-card.gradient-card > .col-inner:hover{
	background-image: linear-gradient(to right bottom, #2eb6ec, #403379, #7b0634);
}

.slider .special-clickable-card .col-inner > .row .col-inner{
	min-height: 250px;
	display: inline-flex;
	flex-direction: column;
}

.special-clickable-card .button{
	margin-bottom: 0;
	margin-top: auto;
	align-self: flex-start;
}

.specials-slider .flickity-button.previous{
	left: 50px;
	transform: unset;
}

.specials-slider .flickity-button.next{
	right: unset;
	left: 10px;
}

.specials-slider .flickity-button svg path{
	fill: white;
}

.specials-slider .flickity-page-dots{
	left: 110px;
	right: unset;
}


/* locations alert icon fix */

.icon-box.icon-alert{
	justify-content: center;	
}

.icon-alert .icon-box-text{
	flex: unset;
}

/* menu hover */
.ux-menu.sidebar-menu span {
	position: relative;
	overflow: hidden;
	transition: .2s ease-in-out;
}

.ux-menu.sidebar-menu span:before {
	content: url('/wp-content/uploads/2024/03/location-dot-solid-1.svg');
	display: block;
	width: 20px;
	position: absolute;
	left: -25px;
	top: 3px;
	transition: .2s ease-in-out;
}

.ux-menu.sidebar-menu a:hover span {
	padding-left: 25px;
}

.ux-menu.sidebar-menu a:hover span:before {
	left: 0;
}


.ux-menu.sidebar-menu .ux-menu-link__link{
	border-bottom-color: #c5c5c5;
}

/* location activities */

.location-activity-tiles a{
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	border-radius: 5px;
	transition: .2s ease-in-out;

}

.location-activity-tiles a:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right bottom, #FE801F, #F04C36, #aa201b);
	border-radius: 5px;
	transition: .2s ease-in-out;
	opacity: 0;
	border: 2px solid transparent;
}

.location-activity-tiles a:hover:before{
	opacity: 1;
	border-color: white;
}

.location-activity-tiles a:hover svg path{
	fill: white;
}

.locations-template-default .section-title-bold .section-title-main{
	border-color: rgba(255,255,255,.1)
} 


/* pricing table */

.price-title{
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	padding: 5px 15px;
	border-radius: 10px 10px 0px 0px;
}


/* food menu tabs */

.food-menu .nav{
	background-color: #050d32;
}

.food-menu li a{
	font-family: 'Zilla Slab' !important;
	font-size: 1.2em;
	color: white;
	justify-content: center;
}

.food-menu li{
	border: none !important;
	padding-bottom: 10px;
}

.food-menu .nav:before{
	content: url('/wp-content/uploads/2024/03/great-bites_1.svg');
	width: 80%;
	padding-top: 70px;
	padding-bottom: 70px;
	
}

.food-menu li a span{
	line-height: 1em;
	text-align: center;
	padding: 13px 15px;
	position: relative;
	overflow: hidden;
	transition: .2s ease-in;
}

.food-menu li span:before{
	width: 23px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-23px, -50%);
	transition: .2s ease-in;
}

.food-menu li a:hover span:before, .food-menu .nav-pills>li.active>a span:before{
	transform: translate(0px, -50%);
}

.food-menu li a:hover span, .food-menu .nav-pills>li.active>a span{
	padding-left: 30px;
}

.food-menu .nav-pills>li.active>a{
	background-color: #f68e3d;
}

.food-menu .nav-pills>li>a:hover{
	background-color: #2692c9;
	color: white;
}

.food-menu .nav-pills>li>a{
	border-radius: 10px;
	max-width: 80%;
	margin: auto;
}

.food-menu li:nth-child(1) span:before{
	content:url('/wp-content/uploads/2024/03/french-fries-solid-1.svg');
}

.food-menu li:nth-child(2) span:before{
	content:url('/wp-content/uploads/2024/03/plate-utensils-solid-2.svg');
}

.food-menu li:nth-child(3) span:before{
	content:url('/wp-content/uploads/2024/03/drumstick-bite-solid-1.svg');
}

.food-menu li:nth-child(4) span:before{
	content:url('/wp-content/uploads/2024/03/pizza-slice-solid-1.svg');
}

.food-menu li:nth-child(5) span:before{
	content:url('/wp-content/uploads/2024/03/burger-soda-solid-1.svg');
}

.food-menu li:nth-child(6) span:before{
	content:url('/wp-content/uploads/2025/02/star-solid.svg');
}

.food-menu li:nth-child(7) span:before{
	content:url('/wp-content/uploads/2024/03/burger-cheese-solid.svg');
}

.food-menu li:nth-child(8) span:before{
	content:url('/wp-content/uploads/2024/03/soft-serve-solid-1.svg');
}

.food-menu li:nth-child(9) span:before{
	content:url('/wp-content/uploads/2024/03/glass-citrus-solid-1.svg');
}

.food-menu .tab-panels, .background-repeat{
	background-image: url('/wp-content/uploads/2024/01/background-pattern-2.webp');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: repeat-y;
}

/* super menu styles */

.super-menu-link{
	background-color: rgba(255, 255, 255, .15);
	border-radius: 10px;
	padding: 5px 30px;
	margin-bottom: 10px;
	transition: .2s ease-in-out;
	overflow: hidden;
	position: relative;
	border: 2px transparent solid;
}

.super-menu-link:before{
	content: '';
	background-image: linear-gradient(90deg, #2eb6ec, #403379);
	position: absolute;
	top: 0;
	right: 100%;
	width: 150%;
	height: 100%;
	z-index: -1;
	transition: .2s ease-in-out;
}

a:hover .super-menu-link{
	background-color: transparent;
	border-color: white;
}

a:hover .super-menu-link:before{
	animation: move-gradient 3s infinite; 
}

header .has-dropdown a:hover {
	opacity: 1 !important;
}

@keyframes move-gradient{
	0%{
		right: 0;
	}
	50%{
		right: -50%;
	}
	100%{
		right: 0;
	}
}

header .row-divided>.col+.col:not(.large-12){
	border-color: hsla(0,0%,100%,.15);
}

.tippy-box {
	background-color: #1C457A;
}
.tippy-arrow{
	color: #1C457A;
}
.select-button {
	font-size: 38px;
	font-family: 'Zilla Slab';
}
.custom-radio{
	position: relative;
	padding: 7px 10px;
}
.custom-radio:not(.disabled):hover{
	background-color: #050d32;
	border-radius: 5px;
}
.custom-radio:not(.disabled):hover *{
	cursor: pointer;
}
.custom-radio input{
	opacity: 0;
}
.custom-radio.disabled{
	opacity: .3;
}
.custom-radio.disabled *{
	cursor: no-drop;
}
.radio-image{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 28px;
	height: 28px;
	display: inline-block;
	filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(325deg) brightness(102%) contrast(105%);
}
.location-image{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.btn-location{
    max-width: 550px;
    overflow-x: hidden;
    text-wrap: nowrap;
}


/* custom button style */

.button:not(.is-link){
	border-width: 2px;
	overflow: hidden;
}

.button:not(.is-link) span{
	z-index: 5;
	position: relative;
}

.button:not(.is-link):hover:before{
	animation: move-gradient 3s infinite; 
}

.button:not(.is-link):before{
	content: '';
	position: absolute;
	top: 0;
	right: 0%;
	width: 150%;
	height: 100%;
	transition: .2s ease-in-out;
}


/* colors */

.button.primary:not(.is-link):before{
	background-image: linear-gradient(90deg, #2eb6ec, #403379);
}

.button.primary:not(.is-link):hover{
	border-color: #2eb6ec;
}

.button.secondary:not(.is-link):before{
	background-image: linear-gradient(90deg, #1c457a, #4571db);
}

.button.secondary:not(.is-link):hover{
	border-color: #4571db;
}

.button.success:not(.is-link):before{
	background-image: linear-gradient(90deg, #F2C116, #F04C36);
}

.button.success:not(.is-link):hover{
	border-color: var(--yellow);
}

.button.alert:not(.is-link):before{
	background-image: linear-gradient(90deg, #aa201b, #403379);
}

.button.alert:not(.is-link):hover{
	border-color: var(--red);
}

.button.primary.purple-button:before{
	background-image: linear-gradient(90deg, #3f3a7e, #9180d8) !important;
}

.button.primary.purple-button{
	border-color: var(--purple);
}

.button.primary.purple-button:hover{
	border-color: #9180d8;
}

.button.primary.green-button:before{
	background-image: linear-gradient(90deg, #397030, #5ec64d) !important;
}

.button.primary.green-button:hover{
	border-color: #5ec64d;
}

.dark .button:not(.is-link):hover{
	border-color: white;
}

/* outline buttons */
.is-outline:before{
	opacity: 0;
}

.is-outline:hover:before{
	opacity: 1;
}

/* exit on popup maker */
.popmake-close{
    font-family: Arial, monospace !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    width: 40px !important;
	color: white !important;
	opacity: .6;
}

.popmake-close:hover {
    opacity: 1;
}