/*
* Description: Location Site (Studios) Custom CSS
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

:root {
	--accent4: #FAFAF0; /* some type of yellow */
	--accent5: #F8B6BD; /* a new pink that wasn't listed anywhere, but it's in the comp */
	--accent6: #BD1948; /* a wild new color from the comp appeared */
	--light3: #FAFAFA;
}

/* quick vars quick vars quick vars quick vars quick vars quick vars  */

/* trying to force hubspot forms to be wider, unfortunately requiring very vague css, but it doesn't seem to have adverse effects on the other 50/50's  */
.fifty-fifty .vc_column-inner > .wpb_wrapper {
    width: 100%;
}

/* adding space between footer socials and newsletter */
footer .widget ul.social.top-widget-socials {
    margin-bottom: 1.5em;
}

/* Taken from customizer */
body p.col-2-nap a {
	color: #383838 !important;
}
.vc_col-sm-4.span4.footer-right .wpcf7 input[type="email"] {
    border-bottom: 1px solid #383838 !important;
    color: #383838 !important;
}
input::placeholder {
	color: #383838 !important;
}
footer#footer p.col-2-hours-notes,
footer#footer p.col-2-header,
footer#footer p.col-3-header,
footer#footer p.copyright-para,
p.ftr-hours-heading,
p.ftr-hours-para {
    color: #383838 !important;
}
/* /Taken from customizer */

/* merlot background */
.top-widget {
	background: var(--accent1);
}

section.light3,
.wpb_row.light3,
.wpb_column.light3 {
	background: var(--light3);
}

/* white text */
body .wpb_row.dark1 p a:not(.btn-bt),
.wpb_row.dark1 h4,
.wpb_column.dark1 h4 {
	color: var(--light1);
}

.top-widget .span6.left a,
.top-widget .span6.right a {
	font-variation-settings: var(--ovReg);
	color: var(--light1);
	letter-spacing: 2px;
}
.top-widget .span6.left a i {
    background: var(--accent5);
    color: var(--accent1);
}

/* /quick vars /quick vars /quick vars /quick vars /quick vars /quick */

/* General */

@media (min-width: 980px) {
	li#menu-item-1719 {
		display: none;
	}
}

.slick-prev:before,
.slick-next::before {
    font-family: 'Font Awesome 5 Free';
}
@media (max-width: 979px) {
	#top-menu li:first-child {
	    background-image: unset;
	    margin-left: unset;
	    width: unset;
	}
}

footer ul.social li a i {
    background: var(--accent6);
    color: var(--light1);
}
.fifty-fifty iframe.gmap-embed {
	height: 100% !important;
}
.news-post-grid .vc_arrow-icon-navicon:before {
    font-family: 'Font Awesome 5 Free';
}
summary {
    border: 3px solid var(--dark1);
    background: var(--dark1);
    color: var(--light1);
    border-radius: 50px;
}
details.open summary,
summary:hover {
    border: 3px solid var(--accent1);
    background: var(--accent1);
}
summary:hover span,
details.open summary span,
details summary span {
	background: unset;
}
.map-nap-row h4 {
    font-size: 24px !important;
    line-height: 1 !important;
    color: var(--accent1);
    margin-bottom: 8px;
}
.map-nap-row .ctct-hours {
	justify-content: flex-start;
}
.map-nap-row .ctct-hours p {
    background: unset;
    max-height: unset;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 50%;
}
.map-nap-row p.hours-notes {
	margin-top: 22px;
}
.map-nap-row p.hours-notes br {
	display: none;
}

/* Home Video Hero */

/*div#HeroVideo {
	height: 700px;
}
#HeroVideo .container {
    height: 100%;
}
#HeroVideo .wpb_column {
    align-items: center;
    display: flex;
}
video#background-video {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
	left: 0;
	top: 0;
}

#HeroVideo h2 {
	text-shadow: 2px 2px 1px var(--dark3);
	color: var(--light1);
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 4px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 0;
    position: relative;
    z-index: 1;
}
#HeroVideo p {
	color: var(--light1);
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    text-shadow: 2px 2px 1px #000;
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}
p.hero-video-button-p {
    line-height: 28px !important;
}
#HeroVideo a.btn-bt {
	text-shadow: none !important;
}*/

/* /Home Video Hero */

@media (max-width: 979px) {
	.map-nap-row h2 {
		text-align: center;
	}
	.map-nap-row .ctct-hours p {
		text-align: center;
	    width: 100%;
	}
}

/* form 50/50's */
.fifty-fifty.plan-your-custom-party .wpb_column:nth-child(1) .vc_column-inner {
	padding: 0;
}
body:not(.home) .fifty-fifty.image-right:not(.inline-image):not(.odd-inline).plan-your-custom-party .wpb_column:not(.vc_col-has-fill):nth-child(1) {
    padding: 32px 2.5% 0 2.5%;
}

@media (max-width: 979px) {
	.fifty-fifty.plan-your-custom-party .wpb_column:nth-child(2) {
		padding-top: 60px;
	}
}

/* promo slider towards the bottom of pages */
@media (max-width: 979px) {
    .wwo-grid h4 {
		line-height: 24px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .wwo-grid h4 {
		line-height: 12px;
        font-size: 12px;
    }
}

/* Reviews widget */
.wpb_row .ti-widget {
    width: 90% !important;
    max-width: unset;
    margin: 0 auto;
}