/*
Styles for Special Event 1 layout
*/

/* Set the #shell wrapper to be fullwidth for Layouts site */
#content #text-wrap > .inner-wrap > #shell > #shell-wrap {
	width: 100%;
	padding: 0;
}

#special-event {
	font-family: "PT sans", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#special-event p, #special-event li {
	font-size: 16px;
}

.sp_ev-header {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sp_ev-header-img {
	width: 100%;
	height: auto;
	display: block;
}

/* Mobile Nav */
#sp_ev-sticky-nav-mobile {
	display: none;
	position: absolute;
	background-color: #630d45;
	top: 0;
	left: auto;
	width: 100%;
	z-index: 9999;
}

#sp_ev-sticky-nav-mobile.sticky-nav-mobile-fixed {
	position: fixed;
}

#sp_ev-sticky-nav-mobile .mobile-menu-links {
	display: block;
	width: 100%;
	height: 58px;
	overflow: hidden;
}

#sp_ev-sticky-nav-mobile .mobile-menu-links .mobile-menu-open {
	display: block;
	height: 23px;
	width: 6px;
	float: left;
	margin: 19px 0 1em 2em;
}

#sp_ev-sticky-nav-mobile .mobile-menu-links .mobile-menu-open svg {
	width: 100%;
	height: 100%;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#sp_ev-sticky-nav-mobile.menu-is-open .mobile-menu-links .mobile-menu-open svg {
	opacity: 0.6;
}

#sp_ev-sticky-nav-mobile .mobile-menu-links #scroll-top-mobile {
	float: right;
	color: white;
	margin: 0 1.75em 0;
	text-transform: uppercase;
	line-height: 61px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	opacity: 1.0;
}

#sp_ev-sticky-nav-mobile .mobile-menu-links #scroll-top-mobile img {
	width: 1em;
    height: auto;
    margin-right: .35em;
    margin-bottom: -.25em;
}

#sp_ev-sticky-nav-mobile #mobile-nav-options {
	margin: 0 2em;
	padding: 1em 0;
	display: none;
	clear: both;
	width: 100%;
}

#sp_ev-sticky-nav-mobile.menu-is-open #mobile-nav-options {
	display: block;
}

#sp_ev-sticky-nav-mobile ul .sp_ev-nav-mobile-item {
	list-style-type: none;
	display: block;
}

#sp_ev-sticky-nav-mobile ul .sp_ev-nav-mobile-item .sp_ev-nav-mobile-link {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

/* Desktop Nav */

#sp_ev-sticky-nav {
	width: 100%;
	position: relative;
	background-color: #630d45;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	height: 54px;
}

#sp_ev-sticky-nav.sticky-nav-fixed {
	position: fixed;
	top: -54px;
	left: auto;
	z-index:9999;
	opacity: 0.97;
}

#sp_ev-sticky-nav ul {
	width: 75%;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 10%;
	padding: 0;
}

li.sp_ev-nav-item {
	display: inline;
	color: white;
	font-weight: normal;
	margin-right: 2em;
	list-style-type: none;
	margin-bottom: 0;
	line-height: 1;
}

li.sp_ev-nav-item a {
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 54px;
	height: 54px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	display: inline-block;
	box-sizing: border-box;
}

li.sp_ev-nav-item .sp_ev-nav-link.active {
	text-decoration: none;
	border-bottom: 3px solid white;
}

li.sp_ev-nav-item a:hover {
	opacity: 0.8;
}

#sp_ev-sticky-nav #scroll-top {
	display: inline-block;
	color: white;
	font-size: .7em;
	font-weight: normal;
	margin-right: 1em;
	text-transform: uppercase;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-webkit-backface-visibility: hidden;
}

#sp_ev-sticky-nav #scroll-top:hover {
	opacity: 0.8;
	cursor:pointer;
}

#sp_ev-sticky-nav #scroll-top img {
	width: 1em;
	margin-right: .5em;
	margin-bottom: -2px;
}

#special-event section {
	padding: 2.5em 3em;
	text-align: center;
	font-family: "proxima-nova-1", sans-serif;
	font-size: 16px;
	background-position: center center;
	background-size: cover;
}

#special-event section .button-medium {
	background-color: #832860;
	padding: .75em 1.75em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #832860;
	border-radius: 3px;
	display: inline-block;
	margin: 1em auto;
	line-height: 1;
	font-weight: 700;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#special-event section.dark .button-medium {
	background-color: white;
	color: #3b3b3b;
	border-color: white;
}

#special-event section h2 {
	color: #832860;
	font-family: "proxima-nova-1", sans-serif;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: .4em;
	letter-spacing: .02em;
}

#special-event section h3 {
	color: #832860;
	font-family: "proxima-nova-1", sans-serif;
	font-size: 1.625em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: .4em;
}

#special-event h4 {
	color: #000;
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: .4em;
}

#special-event section h6 {
	color: #000;
	font-family: "proxima-nova-1", sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: .4em;
}

#special-event section p {
	color: #000;
	font-family: "proxima-nova-1", sans-serif;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 1em;
}

#special-event section.dark h2, #special-event section.dark h3, #special-event section.dark h4, #special-event section.dark h5, #special-event section.dark h6, #special-event section.dark p {
	color: #FFF;
}

#special-event section p img, #special-event section img {
	border: 8px solid #832860;
	box-sizing: border-box;
}

#special-event section.dark p img, #special-event section.dark img {
	border-color: #fff;
}

#special-event section .button-medium:hover {
	text-decoration: none;
	opacity: 0.8;
}

#special-event section .fluid-width-video-wrapper {
	width: 75%;
	padding-top: 42.182227222%;
	margin: 1em auto 2em;
}

/* Countdown Styles */

#special-event section #countdown-timer {
	font-size: 36px;
	font-weight: 600;
	color: black;
	font-family: "proxima-nova-1", sans-serif;
	margin: 0 auto 0;
	line-height: 1.1;
	text-align: center;
}

#special-event section #countdown-timer .time-block {
	display: inline-block;
}


#special-event section #countdown-timer .time-block span.num {
	font-size: 1em;
	display: block;
}


#special-event section #countdown-timer .time-block span.label {
	font-size: .5em;
	display: block;
}

#special-event section #countdown-timer span.colon {
	font-size: 1em;
	padding: 0 .5em;
	vertical-align: top;
}


#special-event section.dark #countdown-timer {
	color: white;
}

/* Tab Content */

/*TABS SECTION*/

.special-event-tabs-wrapper ul.special-event-tabs {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.special-event-tabs-wrapper ul.special-event-tabs li {
    display: block;
    list-style: none;
    margin-right: 0;
    min-width: 150px;
}

.special-event-tabs-wrapper ul.special-event-tabs li:last-child {
    margin-right: 0px;
}

section .special-event-tabs-wrapper ul.special-event-tabs li.active a,
section .special-event-tabs-wrapper ul.special-event-tabs li:hover a {
    border-color: rgba(30,30,30,0.75);
}

section.dark .special-event-tabs-wrapper ul.special-event-tabs li.active a,
section.dark .special-event-tabs-wrapper ul.special-event-tabs li:hover a {
	border-color: rgba(255,255,255,0.75);
}

section .special-event-tabs-wrapper ul.special-event-tabs li.active a:after {
	 position: absolute;
	 top: 40px;
	 left: 50%;
	 margin-left: -7.07106781186548px;
	 content: '';
	 width: 0;
	 height: 0;
	 border-left: 10px solid transparent;
	 border-right: 10px solid transparent;
	 border-top: 10px solid rgba(30,30,30,0.75);
}

section.dark .special-event-tabs-wrapper ul.special-event-tabs li.active a:after {
	border-top-color: rgba(255,255,255,0.75);
}

section .special-event-tabs-wrapper ul.special-event-tabs li a {
    color: rgba(30,30,30,0.95);
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 4px solid;
    border-color: rgba(30,30,30,0.4);
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: .15em;
    position: relative;
    height: 40px;
    font-size: 1em;
}

section.dark .special-event-tabs-wrapper ul.special-event-tabs li a {
color: rgba(255,255,255,0.95);
border-color: rgba(255,255,255,0.4);
}

.special-event-tabs-wrapper ul.special-event-tabs li .special-event-tabs-content-mobile {
    display: none;
}

.special-event-tabs-wrapper .special-event-tabs-content {

}

section .special-event-tabs-wrapper .special-event-tabs-content.loading {
    background-image: url(/_layouts/specialevent_1/_img/ajax-loader-black.gif);
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20%;
}

section.dark .special-event-tabs-wrapper .special-event-tabs-content.loading {
	background-image: url(/_layouts/specialevent_1/_img/ajax-loader.gif);
}

/* Location/Map Section */

#special-event #map {
	height: 500px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#special-event #map p {
	margin-bottom: 0;
}

/* Contact Form */

#sp_ev-contact form {
	font-family: "proxima-nova-1", sans-serif;
}

#sp_ev-contact form legend {
	display: none;
}

#sp_ev-contact form label.heading {
	display: block;
}

#sp_ev-contact form input, #sp_ev-contact form textarea {
	margin: .5em 0;
}

#sp_ev-contact form .name input {
	width: 250px;
	margin: .5em auto;
	display: inline-block;
}

#sp_ev-contact form .text, #sp_ev-contact form .email {
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	font-family: "proxima-nova-1", sans-serif;

}

#sp_ev-contact form input, #sp_ev-contact form .text input, #sp_ev-contact form .email input {
	width: 100%;
	font-size: 1em;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: .5em;
	box-sizing: border-box;
	color: #555;
	border-color: #777;
	font-family: "proxima-nova-1", sans-serif;
}

#sp_ev-contact form input::-webkit-input-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form input::-moz-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form input::-ms-input-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form input::-moz-placeholder {
	color: #c3c3c3;
}


#sp_ev-contact form textarea::-webkit-input-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form textarea::-moz-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form textarea::-ms-input-placeholder {
	color: #c3c3c3;
}

#sp_ev-contact form textarea::-moz-placeholder {
	color: #c3c3c3;
}


#sp_ev-contact form input:focus::-webkit-input-placeholder {
	color: transparent;
}

#sp_ev-contact form input:focus::-moz-placeholder {
	color: transparent;
}

#sp_ev-contact form input:focus:-moz-placeholder {
	color: transparent;
}

#sp_ev-contact form input:focus:ms-input-placeholder {
	color: transparent;
}

#sp_ev-contact form textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

#sp_ev-contact form textarea:focus::-moz-placeholder {
	color: transparent;
}

#sp_ev-contact form textarea:focus:-moz-placeholder {
	color: transparent;
}

#sp_ev-contact form textarea:focus:ms-input-placeholder {
	color: transparent;
}


#sp_ev-contact form textarea {
	width: 42%;
	font-size: 1em;
	padding: .5em;
	box-sizing: border-box;
	color: #555;
	font-family: "proxima-nova-1", sans-serif;
	border-radius: 3px;
}

#sp_ev-contact form input[type='submit'] {
	font-size: 1em;
	background-color: #832860;
	border: 1px solid white;
	border-radius: 3px;
	border-color: #832860;
	padding: .5em 2em;
	font-weight: 700;
	color: white;
	width: auto;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	font-family: "proxima-nova-1", sans-serif;
}

#sp_ev-contact.dark form input[type='submit'] {
	background-color: white;
	color: #832860;
	border-color: white;
}

#sp_ev-contact form input[type='submit']:hover {
	opacity: 0.8;
	cursor: pointer;
}

/* MOBILE STYLES */

@media only screen and (max-width: 930px) { /* Suggested BP is 768px, but 930px was needed here to account for Layouts site #shell */

	/* Sticky Nav Desktop */
	#sp_ev-sticky-nav {
		display: none;
	}

	#sp_ev-sticky-nav-mobile {
		display: block;
	}

	.sp_ev-header-img {
		margin-top: 58px;
	}

	#special-event section {
		padding: 2.5em 1.5em;
	}

	#special-event section .fluid-width-video-wrapper {
		width: 95%;
		padding-top: 53.437499332%;
		margin: 1em auto 2em;
	}

	/* Tab Content */
	.special-event-tabs-wrapper ul.special-event-tabs li {
		display: block;
		width: 100%;
	}

	section.dark .special-event-tabs-wrapper ul.special-event-tabs li a {
		width: 100%;
		padding: 10px 0;
		height: 50px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: .85em;
	}

	section .special-event-tabs-wrapper ul.special-event-tabs li.active a:after {
		top: 50px;
	}

	section .special-event-tabs-wrapper .special-event-tabs-content.loading {
	    min-height: 100px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 30%;
	}

	#special-event section #countdown-timer {
		font-size: 32px;
	}

	/* Dummy Contact Form */

	#sp_ev-contact form fieldset {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    min-width: 0;
	}

	#sp_ev-contact form textarea {
		width: 74%;
		min-width: 200px;
		margin: 0;
	}

	#sp_ev-contact form .name input, #sp_ev-contact form .email input {
		width: 210px;
		margin: 0 auto;
		display: block;
	}
}

/*
--------------------------------------------------
COLOR PICKER NEEDS TO HAVE TWO NEW VARIABLES ADDED
"Special Event Accent" AND "Special Event Menu"
--------------------------------------------------
*/

/* Special Event Accent */
#special-event section .button-medium,
#sp_ev-contact form input[type='submit'] {
	background-color: #832860;
}

#sp_ev-contact form input[type='submit'],
#special-event section .button-medium,
#special-event section p img,
#special-event section img {
	border-color: #832860;
}

#sp_ev-contact.dark form input[type='submit'],
#special-event section h2,
#special-event section h3 {
	color: #832860;
}

/* Special Event Menu */

#sp_ev-sticky-nav, #sp_ev-sticky-nav-mobile {
	background-color: #630d45;
}

/*
-------------------------------------------------
GRID STYLES: CORRESPOND TO MONK "GRID-GENERATOR"
-------------------------------------------------
*/
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  .div-row:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
  }
  @media (min-width: 768px) {
    .div-row {
      margin-bottom: 1.5em; } }
  .div-row .div-col {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0; }
    @media (min-width: 768px) {
      .div-row .div-col {
        float: left;
        margin: 0 0 0 10%; } }
    @media (min-width: 768px) {
      .div-row .div-col:first-child {
        margin-left: 0 !important; } }
    .div-row .div-col p:last-child {
      margin: 0; }

@media (min-width: 768px) {
  .div-row.one-half .div-col {
    width: 45%; } }

@media (min-width: 768px) {
  .div-row.one-third .div-col {
    width: 26.666666%; } }

@media (min-width: 768px) {
  .div-row.one-fourth .div-col {
    width: 17.5%; } }

@media (min-width: 768px) {
  .div-row.two-third .div-col {
    width: 60%; } }
@media (min-width: 768px) {
  .div-row.two-third .div-col:first-child {
    width: 30%; } }

@media (min-width: 768px) {
  .div-row.two-third.right .div-col {
    width: 30%; } }
@media (min-width: 768px) {
  .div-row.two-third.right .div-col:first-child {
    width: 60%; } }
