/* Rhea Lana's 2017 */

@font-face {
	font-family: Cheri;
	src: url(/fonts/cheri.ttf);
}

@font-face {
	font-family: BebasNeue-Regular;
	src: url(/fonts/BebasNeue-Regular.ttf);
}


@font-face {
	font-family: LibreFranklin;
	src: url(/fonts/LibreFranklin-VariableFont_wght.ttf);
}

@font-face {
	font-family: cardenio_modern;
	src: url(/fonts/BebasNeue-Regular.ttf);  /* FOOLED THE CSS BY SUBBING BEBAS FOR EVERTHING CARDENIO! */
}

@font-face {
	font-family: billabong;
	src: url(/fonts/billabong.ttf);
}

@font-face {
	font-family: cardenio_modernbold;
	src: url(/fonts/BebasNeue-Regular.ttf);  /* FOOLED THE CSS BY SUBBING BEBAS FOR EVERTHING CARDENIO! */
	font-weight: 400;
	font-style: normal
}

/* Account for fixed navbar */

body {
	padding-bottom: 30px;
}

body {
	background: #f8e6ef;
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
	background-color: #ffffff
}

.table-striped>tbody>tr:nth-child(2n)>td, .table-striped>tbody>tr:nth-child(2n)>th {
	background-color: #fdedf5
}

/* Finesse the page header spacing */

.page-header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
	border: 0;
}

.home .page-header {
	margin-bottom: 20px;
}

.page-header .lead {
	margin-bottom: 10px;
}

.page-header h1 {
	margin-top: 0px;
	font-family: Cheri, sans-serif;
	text-shadow: 3px 3px 4px #666;
}

/* Because rounded borders */

input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Size the container */

.container {
	max-width: 1070px;
}

/* Demonstrate the grids */

.container .navbar-header, .container .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

.navbar-default {
	background-color: transparent!important;
	border: 0;
	margin-bottom: 0px;
}

.navbar {
	min-height: 0px;
}

.navbar-toggle {
	border: 1px solid white;
}

.navbar-toggle .icon-bar {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: #2fb2f0!important;
}

/* Redeclare since we override the float above */

.navbar-nav .navbar-right {
	float: right;
}

.navbar-nav {
	margin-right: 0px!important;
	margin-top: 30px;
}

/* Undo custom dropdowns */

.navbar .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	font-family: cardenio_modern, sans-serif;
	font-size: 25px;
}

.navbar .open .dropdown-menu>li>a {
	color: #333;
	font-family: cardenio_modern, sans-serif;
}

.navbar .open .dropdown-menu>li>a:hover, .navbar .open .dropdown-menu>li>a:focus, .navbar .open .dropdown-menu>.active>a, .navbar .open .dropdown-menu>.active>a:hover, .navbar .open .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #428bca;
	font-family: cardenio_modern, sans-serif;
}

.navbar .open .dropdown-menu>.disabled>a, .navbar .open .dropdown-menu>.disabled>a:hover, .navbar .open .dropdown-menu>.disabled>a:focus {
	color: #999 !important;
	background-color: transparent !important;
	font-family: cardenio_modern, sans-serif;
}

/* Header */

.header-sale-name {
	font-family: Cheri;
	color: white;
	font-size: 1.5em;
	margin-left: 35px;
	line-height: 1;
}

#header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 245px;
	z-index: -9999;
	width: 100%;
}

.home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 185px;
	z-index: -9999;
	width: 100%;
}

#header-upper {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 15px;
}

#header-upper .btn {
	font-size: 12px;
}

#header-upper .btn-primary {
	background: #ee2a7b;
	text-transform: lowercase;
	border: 1px solid #000000;
}

#header-upper .btn-primary:hover {
	background: #5b8028;
}

.popover-markup {
	display: inline;
}

/* Header */

#subheader-bg {
	background: #f8e6ef;
	position: relative;
	height: 114px;
	z-index: -9999;
	width: 100%;
}

/* Logo */

#logo {
	height: 50px;
	width: auto;
	margin-bottom: 15px;
	margin-left: 40px;
}

/* Nav */

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.nav>li>a {
	padding: 5px;
	font-size: 24px;
	font-family: LibreFranklin-Bold, sans-serif;
}

.nav>li>a.consign {
	padding: 5px 5px 3px 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background: #ee2a7b;
}

/* default the background to green */

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #ee2a7b;
}

.nav-pills>li+li {
	margin-left: 20px;
}

/* Content */

#content-top-cap {
	background: url("/img/content-top-cap-700.png") no-repeat;
	height: 59px;
}

#content-inner {
	background: url("/img/pinkleftbox.png") repeat-y;
	padding: 20px 50px 20px;
	min-height: 450px;
	text-align: center;
	margin-top: -21px;
	z-index: -9999;
}

#content-inner-shift {
	background: url("/img/pinkleftbox.png") repeat-y;
	background-size: contain;
	padding: 20px 45px 20px;
	min-height: 450px;
	text-align: center;
	margin-left: 0px;
	margin-top: -21px;
	z-index: -9999;
}

.recall-finder #content-inner {
	min-height: 750px;
}

#content-inner a {
	color: #ffffff;
}

#content-inner a:hover {
	color: #8248ad;
}

#content-bottom-cap {
	background: url("/img/content-bottom-cap-700.png") no-repeat;
	height: 60px;
}

#dashboard-buttons {
	margin-bottom: 10px;
}

/* Slideshow */

#slideshow .carousel-inner {
	border: 0px;
}

/* Info Box */

.home #event-name {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 30px;
	text-shadow: 3px 3px 4px #666;
}

#event-name {
	text-align: center;
	margin-top: -5px;
	font-size: 40px;
	text-shadow: 3px 3px 4px #666;
}

#event-name a {
	color: #ffffff;
	font-family: Cheri, sans-serif;
}

#event-name a:hover {
	text-decoration: none;
}

#date-location {
	color: #000000;
	font-family: cardenio_modern, sans-serif;
	font-size: 36px !important;
}

#date-location-small {
	color: #000000;
	font-family: BebasNeue-Regular, sans-serif;
	font-size: 26px !important;
}

#consignwithus {
	color: #ee2a7b;
	font-family: BebasNeue-Regular, sans-serif;
	font-size: 56px !important;
	text-align: center;
}

#schedule-mailing a {
	color: #eb297a;
	font-family: LibreFranklin, sans-serif;
	font-size: 16px !important;
	text-align: center;
}

#subject-header {
	color: #EE2A7B;
	font-family: BebasNeue-Regular, sans-serif;
	font-size: 76px !important;
	text-align: left;
	margin-left: 60px;
}

#subject-header img {
	color: #000000;
	font-family: BebasNeue-Regular, sans-serif;
	font-size: 76px !important;
	text-align: left;
	margin-left: 60px;
}

.info-box-top {
	background: url("/img/info-box-top-cap.png") no-repeat;
	height: 28px;
}

.info-box {
	background: #f8e6ef;
	padding: 0 10px 0 20px;
	margin-left: -90px;
	height: 268px;
}

.info-box-green {
	position: relative;
	background: #f8e6ef;
	padding: 0 40px;
	margin-left: -90px;
	z-index: 100;
}

.info-box a {
	color: #000000;
}

.info-box a:hover {
	color: #b8006d;
	text-decoration: none;
}

.info-box img {
	margin-bottom: 6px;
}

.info-box-bottom {
	background: url("/img/info-box-bottom-cap.png") no-repeat;
	height: 27px;
	margin: 0 0 10px 0;
}

.info-box input.email, .info-box input.first-name, .info-box input.last-name {
	border: 1px solid #000;
	background: #CCC;
	margin: 5px 0 5px 5px;
	padding: 3px;
	width: 90%;
}

.info-box input.submit {
	margin: 0 0 0 140px;
	width: 50px;
	font-size: 10px;
}

#dates, #location {
	padding: 10px 0;
}

#slideshow {
	max-width: 530px;
	margin-bottom: 20px;
}

/* Right Sidebar */

#right-sidebar {
	margin-top: 25px;
}

#right-sidebar #online-store-promo {
	margin-bottom: 10px;
}

.sidebar-box-top {
	background: url("/img/sidebar-box-top-cap.png") no-repeat;
	height: 16px;
	margin-top: 10px;
}

.sidebar-box {
	background: url("/img/sidebar-box-repeat.png") repeat-y;
	padding: 8px 20px;
}

.sidebar-box img {
	width: 80px;
}

.sidebar-box-bottom {
	background: url("/img/sidebar-box-bottom-cap.png") no-repeat;
	height: 15px;
	margin: 0 0 10px 0;
}

#enews input {
	margin-bottom: 7px;
}

.award-years {
	margin-top: -20px;
	margin-bottom: 20px;
	z-index: 9999;
	position: relative;
}

.award-years ul {
	list-style-type: none;
	display: inline;
}

.award-years ul li {
	float: left;
	display: inline;
	width: 40px;
	margin-left: -5px;
	margin-right: 0px;
}

.award-years ul li.first {
	margin-left: -10px;
}

.consignment-mommies {
	margin-bottom: 10px;
}

/* Helpers */

.bg-warning {
	background-color: #fcf8e3;
	padding: 15px;
}

/* Footer */

#footer-inner {
	padding: 20px;
	font-size: 10px;
	margin-top: 15px;
}

#social-icons {
	margin-right: 30px;
}

/* Full-width */

.full-width #content-top-cap {
	background: url("/img/content-top-cap-940.png") no-repeat;
	height: 59px;
}

.full-width #content-inner {
	background: url("/img/content-repeat-940.png") repeat-y;
	padding: 10px 50px 20px;
	min-height: 450px;
}

.full-width #content-bottom-cap {
	background: url("/img/content-bottom-cap-940.png") no-repeat;
	height: 60px;
}

/* Form Styling */

#size-price-table ul {
	padding: 0;
	display: block;
}

#size-price-table li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

#voice-notification {
	margin: 0 0 10px 0;
}

/* Misc */

.btn {
	background: #cd337d;
	text-transform: lowercase;
	border: 1px solid #666;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Colors */

/* Pink - pink background with green accents*/

.template-pink .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-pink #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-pink #header-upper .btn-primary {
	background: #ee2a7b;
	border: 2px solid #fff;
	border-radius: 10px;
}

.template-pink #header-upper .btn-primary:hover {
	background: #5e8e3e;
}

.template-pink .nav>li>a:hover, .template-pink .nav>li>a:focus, .template-pink .nav .open>a, .template-pink .nav .open>a:hover, .template-pink .nav .open>a:focus, .template-pink .nav-pills>li.active>a, .template-pink .nav-pills>li.active>a:hover, .template-pink .nav-pills>li.active>a:focus {
	background: #ee2a7b;
}

.template-pink .dropdown-menu {
	background-color: #ee2a7b;
}

.template-pink .dropdown-menu>li>a {
	color: #f5f5f5;
}

.template-pink .dropdown-menu>li>a:hover, .template-pink .dropdown-menu>li>a:focus {
	color: #666;
}

.template-pink h1, .template-pink h2, .template-pink h3, .template-pink h4, .template-pink h5, .template-pink h6 {
	color: #EE2A7B;
}

/* Purple - purple background with green accents*/

.template-purple .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-purple #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-purple #header-upper .btn-primary {
	background: #ee2a7b;
	border: 2px solid #fff;
	border-radius: 10px;
}

.template-purple #header-upper .btn-primary:hover {
	background: #5e8e3e;
}

.template-purple .nav>li>a:hover, .template-purple .nav>li>a:focus, .template-purple .nav .open>a, .template-purple .nav .open>a:hover, .template-purple .nav .open>a:focus, .template-purple .nav-pills>li.active>a, .template-purple .nav-pills>li.active>a:hover, .template-purple .nav-pills>li.active>a:focus {
	background: #ee2a7b;
	color: #fff;
}

.template-purple .dropdown-menu {
	background-color: #ee2a7b;
	font-family: cardenio_modern, sans-serif;
	font-size: 25px;
}

.template-purple .dropdown-menu>li>a {
	color: #f5f5f5;
	font-family: cardenio_modern, sans-serif;
}

.template-purple .dropdown-menu>li>a:hover, .template-purple .dropdown-menu>li>a:focus {
	color: #666;
	font-family: cardenio_modern, sans-serif;
}

.template-purple h1, .template-purple h2, .template-purple h3, .template-purple h4, .template-purple h5, .template-purple h6 {
	color: #EE2A7B;
}

.template-purple h6 {
	font-size: 25px;
	color: #000000;
}

.template-purple h6 a:link {
	font-size: 25px;
	color: #000000;
}

/* Blue - blue background with green accents*/

.template-blue .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-blue #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-blue #header-upper .btn-primary {
	background: #ee2a7b;
	border: 2px solid #fff;
	border-radius: 10px;
}

.template-blue #header-upper .btn-primary:hover {
	background: #5e8e3e;
}

.template-blue .nav>li>a {
	color: #fff;
}

.template-blue .nav>li>a:hover, .template-blue .nav>li>a:focus, .template-blue .nav .open>a, .template-blue .nav .open>a:hover, .template-blue .nav .open>a:focus, .template-blue .nav-pills>li.active>a, .template-blue .nav-pills>li.active>a:hover, .template-blue .nav-pills>li.active>a:focus {
	background: #fff;
	color: #ee2a7b;
}

.template-blue .dropdown-menu {
	background-color: #ee2a7b;
	font-family: cardenio_modern, sans-serif;
}

.template-blue .dropdown-menu>li>a {
	color: #f5f5f5;
	font-family: cardenio_modern, sans-serif;
}

.template-blue .dropdown-menu>li>a:hover, .template-blue .dropdown-menu>li>a:focus {
	color: #666;
	font-family: cardenio_modern, sans-serif;
}

.template-blue h1, .template-blue h2, .template-blue h3, .template-blue h4, .template-blue h5, .template-blue h6 {
	color: #EE2A7B;
}

/* Orange - pink background with orange accents*/

.template-orange .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-orange #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-orange #header-upper .btn-primary {
	background: #f67f21;
	border: 2px solid #fff;
	border-radius: 10px;
}

.template-orange #header-upper .btn-primary:hover {
	background: #ae5726;
}

.template-orange .nav>li>a:hover, .template-orange .nav>li>a:focus, .template-orange .nav .open>a, .template-orange .nav .open>a:hover, .template-orange .nav .open>a:focus, .template-orange .nav-pills>li.active>a, .template-orange .nav-pills>li.active>a:hover, .template-orange .nav-pills>li.active>a:focus {
	background: #f67f21;
}

.template-orange .dropdown-menu {
	background-color: #f67f21;
	font-family: cardenio_modern, sans-serif;
}

.template-orange .dropdown-menu>li>a {
	color: #f5f5f5;
	font-family: cardenio_modern, sans-serif;
}

.template-orange .dropdown-menu>li>a:hover, .template-orange .dropdown-menu>li>a:focus {
	color: #666;
	font-family: cardenio_modern, sans-serif;
}

.template-orange h1, .template-orange h2, .template-orange h3, .template-orange h4, .template-orange h5, .template-orange h6 {
	color: #EE2A7B;
}

/* Yellow - pink background with yellow accents*/

.template-yellow .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-yellow #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-yellow #header-upper .btn-primary {
	background: #fef200;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #666;
}

.template-yellow #header-upper .btn-primary:hover {
	background: #e1d82a;
}

.template-yellow .nav>li>a:hover, .template-yellow .nav>li>a:focus, .template-yellow .nav .open>a, .template-yellow .nav .open>a:hover, .template-yellow .nav .open>a:focus, .template-yellow .nav-pills>li.active>a, .template-yellow .nav-pills>li.active>a:hover, .template-yellow .nav-pills>li.active>a:focus {
	background: #ed008c;
}

.template-yellow .dropdown-menu {
	background-color: #ed008c;
	font-family: cardenio_modern, sans-serif;
}

.template-yellow .dropdown-menu>li>a {
	color: #f5f5f5;
	font-family: cardenio_modern, sans-serif;
}

.template-yellow .dropdown-menu>li>a:hover, .template-yellow .dropdown-menu>li>a:focus {
	color: #666;
	font-family: cardenio_modern, sans-serif;
}

.template-yellow h1, .template-yellow h2, .template-yellow h3, .template-yellow h4, .template-yellow h5, .template-yellow h6 {
	color: #EE2A7B;
}

/* Green - purple background with green accents*/

.template-green .home #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-green #header-bg {
	background: url("/img/pinklinen.png") repeat-x top center;
}

.template-green .nav>li>a:hover, .template-green .nav>li>a:focus, .template-green .nav .open>a, .template-green .nav .open>a:hover, .template-green .nav .open>a:focus, .template-green .nav-pills>li.active>a, .template-green .nav-pills>li.active>a:hover, .template-green .nav-pills>li.active>a:focus {
	background: #ee2a7b;
	color: #fff;
}

.template-green #header-upper .btn-primary {
	background: #fef200;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #666;
}

.template-green #header-upper .btn-primary:hover {
	background: #e1d82a;
}

.template-green .dropdown-menu {
	background-color: #ee2a7b;
	font-family: cardenio_modern, sans-serif;
}

.template-green .dropdown-menu>li>a {
	color: #f5f5f5;
	font-family: cardenio_modern, sans-serif;
}

.template-green .dropdown-menu>li>a:hover, .template-green .dropdown-menu>li>a:focus {
	color: #666;
	font-family: cardenio_modern, sans-serif;
}

.template-green h1, .template-green h2, .template-green h3, .template-green h4, .template-green h5, .template-green h6 {
	color: #EE2A7B;
}

@media screen and (min-width: 992px) {
	/*-- which is the widest?  --*/
	#datetimetable {
		width: 600px;
		margin-left: -40px;
	}
	#firstcoltimetable {
		width: 40%;
		font-family: arial;
		font-size: 15px;
	}
	#secondcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 30px;
	}
	#thirdcoltimetable {
		width: 20%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 30px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	.navbar-brand {
		/* margin-top: -60px; */
		max-width: 100%;
		padding-top: 0px;
		padding-left: 50px;
		height: 100px;
	}
	.event-name-container {
		/* margin-top: 25px; */
		padding-bottom: 55px;
		padding-left: 75px;
		padding-right: 75px;
	}
	#content-inner-inner {
		padding: 10px 20px 20px;
		min-height: 450px;
		text-align: center;
		margin-left: 130px;
		z-index: -9999;
	}
	#content-inner-left {
		padding: 10px 0px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: 20px;
		/* 20px for wixform1a.asp */
		width: 100%;
		z-index: -9999;
	}
	#content-inner-table {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: 30px;
		z-index: -9999;
	}
}

@media (min-width: 1070px) {
	/*--  The widest  --*/
	#datetimetable {
		width: 700px;
		margin-left: -10px;
		font-family: cardenio_modern, sans-serif;
		font-size: 20px;
	}
	#firstcoltimetable {
		width: 200px;
	}
	#secondcoltimetable {
		width: 200px;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
	}
	#thirdcoltimetable {
		width: 200px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#content-inner {
		background: url("/img/pinkleftbox.png") repeat-y;
		/* moves the left  pink box on laptop  */
		padding: 10px 60px 0px;
		min-height: 450px;
		text-align: center;
		margin-left: -5px;
		margin-top: -20px;
		background-size: contain;
	}
	#content-inner-franchisepage-box {
		background: url("/img/pinkleftbox.png") repeat-y;
		/* moves the left  pink box on laptop  */
		padding: 10px 60px 0px;
		min-height: 450px;
		text-align: center;
		margin-left: 10px;
		margin-top: -20px;
	}
	#content-inner-franchisepage {
		padding: 10px 60px 0px;
		min-height: 450px;
		text-align: center;
		margin-left: 10px;
		/* for the franchise page */
		margin-top: -20px;
	}
	#content-inner-franchisepage-box img {
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#content-inner-inner {
		/* moves the text in the pink left box on laptop*/
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: 15px;
		z-index: -9999;
	}
	#content-inner-left {
		/* padding: 10px 50px 20px; */
		min-height: 450px;
		text-align: left;
		width: 100%;
		/* margin-left: -55px; */
		/*  -55px for wiform1a.asp this one */
		z-index: -9999;
	}
}

@media (max-width: 939px) {
	#datetimetable {
		width: 600px;
		margin-left: -20px;
	}
	#firstcoltimetable {
		width: 200px;
	}
	#secondcoltimetable {
		width: 200px;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
	}
	#thirdcoltimetable {
		width: 200px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#content-inner-inner {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: center;
		margin-left: 15px;
		z-index: -9999;
	}
	#content-inner-left {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: 15px;
		z-index: -9999;
	}
}

@media (min-width: 768px) and (max-width: 989px) {
	#datetimetable {
		width: 600px;
		margin-left: -20px;
	}
	#firstcoltimetable {
		width: 200px;
	}
	#secondcoltimetable {
		width: 200px;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
	}
	#thirdcoltimetable {
		width: 200px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#content-inner-left {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: -115px;
		z-index: -9999;
	}
	.navbar-brand {
		/* margin-top: -60px; */
		max-width: auto;
		padding-left: 0px!important;
	}
	.home .navbar {
		margin-top: 0px;
	}
	.container.event-name-container {
		width: 67%;
	}
}

@media (max-width: 767px) {
	/*-- sort of skinny --*/
	#datetimetable {
		width: 350px;
		margin-left: -40px;
	}
	#firstcoltimetable {
		width: 40%;
	}
	#secondcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	#thirdcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#babydivider {
		background-color: #000000;
		height: 1px;
	}
	.navbar-brand img {
		margin-top: 0px;
	}
	.template-blue .nav>li>a, .template-green .nav>li>a, .template-yellow .nav>li>a, .template-pink .nav>li>a, .template-orange .nav>li>a, .template-purple .nav>li>a {
		color: #666;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		color: #666;
	}
	.navbar-default .navbar-toggle {
		background: transparent;
		position: absolute;
		right: -10px;
		top: -125px;
	}
	.navbar-collapse {
		background: #f8f8f8;
	}
	.nav>li>a {
		font-family: cardenio_modern;
		text-transform: uppercase;
	}
	.nav-pills>li+li {
		margin-left: 0;
	}
	.nav-pills>li {
		float: none;
	}
	#header-upper {
		display: none;
	}
	#slideshow {
		margin-top: -20px;
		margin-left: -30px;
	}
	#info-box-wrapper {
		max-width: 370px;
		margin: 20px auto;
	}
	#info-box-wrapper-green {
		max-width: 770px;
		margin: 20px auto;
	}
	.home #event-name {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.full-width #content-inner {
		background: none;
	}
	.voice {
		word-wrap: break-word;
		white-space: normal;
	}
	.info-box-green {
		width: 100%;
		background: #f8e6ef;
		padding: 0px;
		margin-left: 0px;
		margin-top: -10px;
		font-size: 38px;
		;
	}
	#content-inner-inner {
		padding: 80px 5px 20px;
		min-height: 450px;
		text-align: center;
		margin-left: -5px;
		z-index: -9999;
		margin-top: -60px;
		/* moves the iphone content up and down */
	}
	#content-inner-left {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: 15px;
		z-index: -9999;
	}
	#content-inner-table {
		padding: 10px 50px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: -70px;
		z-index: -9999;
	}
}

@media (max-width: 480px) {
	.page-header {
		margin-top: 20px;
	}
	#content-inner-shift {
		background: none;
		padding: 20px 45px 20px;
		min-height: 450px;
		text-align: center;
		margin-left: -40px;
		margin-top: -21px;
		z-index: -9999;
	}
	#content-region {
		background: white;
	}
	#content-inner-franchisepage-box img {
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	textarea {
		resize: both;
		overflow: auto;
	}
	#datetimetable {
		width: 100%;
		margin-left: 0px;
	}
	#firstcolmomtobetable {
		width: 20px;
		padding-right: 5px;
	}
	#firstcoltimetable {
		width: 40%;
	}
	#secondcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	#thirdcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
		text-align: right;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#babydivider {
		background-color: #000000;
		height: 1px;
	}
	.navbar-brand {
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.navbar-brand img {
		max-width: 90%;
	}
	.nav>li>a {
		padding: 20px!important;
		font-size: 2.5em;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	/* .nav-pills>li+li {
	margin-left: 2px;
} */
	.navbar .open .dropdown-menu {
		position: relative;
		float: left;
		background-color: #fdedf5;
		border: 1px solid #cccccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-width: 0 1px 1px;
		border-radius: 0 0 4px 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		font-family: cardenio_modern, sans-serif;
		font-size: 30px;
		z-index: 1;
		display: contents!important;
	}
	.navbar-collapse {
		max-height: 600px;
	}
	#event-name {
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0;
		font-size: 36px;
		text-shadow: 3px 3px 4px #666;
		clear: both;
		position: relative;
		margin-top: 60px !important;
	}
	#subject-header {
		color: #ee2a7b;
		font-family: BebasNeue-Regular, sans-serif;
		font-size: 40px !important;
		width: 100%;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	#consignwithus {
		color: #ee2a7b;
		font-family: BebasNeue-Regular, sans-serif;
		width: 100%;
		font-size: 40px !important;
		text-align: center;
	}
	#consignwithus img {
		width: 60px;
	}
	#subject-header img {
		width: 60px;
		margin-left: 0px;
	}
	.info-box-top {
		display: none;
	}
	.info-box {
		background: #f8e6ef;
		display: block;
		padding: 0px 20px;
		width: 115%;
		height: 100%;
		margin-left: -30px;
		margin-right: auto;
		margin-top: -20px;
		text-align: left;
		border-radius: 0px 0px 5px 5px;
	}
	.info-box a {
		color: #000000;
	}
	.info-box-bottom {
		display: none;
	}
	#content-top-cap, .full-width #content-top-cap {
		display: none;
	}
	#content-inner {
		background: none;
		padding: 10px 5px 20px;
		min-height: 450px;
		text-align: center;
	}
	#content-inner-shift {
		background: none;
		padding: 20px 45px 20px;
		min-height: 450px;
		text-align: center;
		margin-left: -40px;
		margin-top: -21px;
		z-index: -9999;
	}
	#content-inner-left {
		/*-- -5px for wixparticipate.asp  --*/
		background: none;
		padding: 10px 10px 20px;
		min-height: 450px;
		text-align: left;
		margin-left: -5px;
	}
	#content-inner-franchisepage-box img {
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#content-inner img {
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#content-bottom-cap, .full-width #content-bottom-cap {
		display: none;
	}
	#logo {
		height: 40px;
		width: auto;
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.navbar-brand {
		/* text-align: center; */
		height: auto;
	}
	.header-sale-name {
		/* margin-left: 20px; */
		/* margin-right: 20px; */
		text-align: center;
		margin-top: 10px;
		margin-left: 0px;
		font-size: 1.5em;
	}
	.navbar-default .navbar-toggle {
		background: transparent;
		position: absolute;
		right: 0px;
		top: 17px;
	}
}

.green-banner {
	background: url("/img/greenbannernarrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0px 0px 0px 0px;
}

/* Right Sidebar */

#right-sidebar {
	margin-top: 25px;
	background: none;
	padding: 10px 10px 20px;
	min-height: 450px;
	text-align: left;
}

#right-sidebar img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Off Canvas navbar toggle right
 * --------------------------------------------------
 */

@media screen and (max-width: 768px) {
	/*-- Rhea Lana's iphone! and maybe 480?  --*/
	#datetimetable {
		width: 100%;
		margin-left: 0px;
	}
	#firstcolmomtobetable {
		width: 20px;
		padding-right: 5px;
	}
	#firstcoltimetable {
		width: 20%;
		padding-right: 5px;
	}
	#secondcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
		padding-right: 5px;
	}
	#thirdcoltimetable {
		width: 30%;
		font-family: cardenio_modern, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	#tabledivider {
		background-color: #ee2a7b;
		height: 3px;
	}
	#babydivider {
		background-color: #000000;
		height: 1px;
	}
	.row-offcanvas .collapsing {
		-webkit-transition: none 0;
		-moz-transition: none 0;
		transition: none 0;
	}
	.row-offcanvas .navbar {
		position: absolute;
		z-index: 2;
		right: 0;
		height: 100%;
		width: 55px;
		border: 0;
	}
	.row-offcanvas .navbar-toggle {
		margin-right: 5px;
		margin-left: 5px;
	}
	.row-offcanvas {
		/* margin-top: -80px; */
	}
	.row-offcanvas-right.active .navbar {
		position: absolute;
		z-index: 2;
		right: 0%;
		width: 60%;
	}
	.row-offcanvas-right.active {
		left: 0%;
	}
	.row-offcanvas-right.active .navbar-collapse {
		position: relative;
		width: 100%;
		max-height: 450px;
	}
	.row-offcanvas .content {
		width: calc(100% - 60px);
	}
	.row-offcanvas .navbar .open .dropdown-menu {
		float: none;
		background: none;
		position: absolute;
		border: 0;
		box-shadow: none;
	}
	.row-offcanvas .navbar-collapse {
		z-index: 9999;
	}
}

/*
	margin/padding helper classes
*/

.mt-1 {
	margin-top: 0.25rem;
}

.mt-2 {
	margin-top: 0.50rem;
}

.mt-3 {
	margin-top: 1.00rem;
}

.mt-4 {
	margin-top: 1.50rem;
}

.mt-5 {
	margin-top: 3.00rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-2 {
	margin-bottom: 0.50rem;
}

.mb-3 {
	margin-bottom: 1.00rem;
}

.mb-4 {
	margin-bottom: 1.50rem;
}

.mb-5 {
	margin-bottom: 3.00rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.ml-2 {
	margin-left: 0.50rem;
}

.ml-3 {
	margin-left: 1.00rem;
}

.ml-4 {
	margin-left: 1.50rem;
}

.ml-5 {
	margin-left: 3.00rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mr-2 {
	margin-right: 0.50rem;
}

.mr-3 {
	margin-right: 1.00rem;
}

.mr-4 {
	margin-right: 1.50rem;
}

.mr-5 {
	margin-right: 3.00rem;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pt-2 {
	padding-top: 0.50rem;
}

.pt-3 {
	padding-top: 1.00rem;
}

.pt-4 {
	padding-top: 1.50rem;
}

.pt-5 {
	padding-top: 3.00rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-2 {
	padding-bottom: 0.50rem;
}

.pb-3 {
	padding-bottom: 1.00rem;
}

.pb-4 {
	padding-bottom: 1.50rem;
}

.pb-5 {
	padding-bottom: 3.00rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

.pl-2 {
	padding-left: 0.50rem;
}

.pl-3 {
	padding-left: 1.00rem;
}

.pl-4 {
	padding-left: 1.50rem;
}

.pl-5 {
	padding-left: 3.00rem;
}

.pr-1 {
	padding-right: 0.25rem;
}

.pr-2 {
	padding-right: 0.50rem;
}

.pr-3 {
	padding-right: 1.00rem;
}

.pr-4 {
	padding-right: 1.50rem;
}

.pr-5 {
	padding-right: 3.00rem;
}

table.align-middle td, table.align-middle th {
	vertical-align: middle!important;
}

.swal2-styled {
	font-size: 1.75rem!important;
}

.bk-pink-hash {
	background: url(../images/hash-texture.png) #030d68
}

.bk-dave-hash {
	background: url("/img/pinkfade.png") ;
	background-size: 100%;
}




.bk-green-slash {
	background: url(../images/hash-texture.png), linear-gradient(-.75deg, #e30d68 0, #e30d68 15%, #ee2a7b 15%)
}

@media screen and (min-width:768px) {
	.bk-green-slash {
		background: url(../images/hash-texture.png), linear-gradient(-.75deg, #e30d68 0, #e30d68 30%, #ee2a7b 31%)
	}
	.bk-dave-slash {
	background: url("/img/pinkfade.png") repeat;
	}
	
	
	
}

.upper-header .icon-social-bar {
	position: absolute;
	right: 0;
	top: 1em
}

.right
{
float:right;
}

.icon-social-bar {
	font-size: .75rem;
	text-align: center;
	margin-bottom: .625rem;
	display: none
}

.icon-social-bar ul {
	display: inline-block;
	margin: 0 auto
}

.icon-social-bar li {
	display: inline
}

.icon-social-bar li a {
	text-decoration: none;
	font-size: .75em
}

.icon-social-bar li a .fa-stack-1x {
	font-size: .75em
}

.icon-social-bar li a:active, .icon-social-bar li a:focus, .icon-social-bar li a:hover {
	text-decoration: none
}

@media screen and (min-width:992px) {
	.icon-social-bar {
		text-align: right;
		font-size: 1.5rem;
		display: block
	}
	.icon-social-bar ul {
		margin: unset;
		float: right
	}
	.icon-social-bar ul li {
		margin: 0 .5rem
	}
}

.upper-footer .icon-social-bar {
	text-align: left;
	display: block
}

@media screen and (min-width:768px) {
	.upper-footer .icon-social-bar {
		text-align: center
	}
	.upper-footer .icon-social-bar ul {
		float: left
	}
	.upper-footer .icon-social-bar ul li {
		clear: both
	}
	.upper-footer .icon-social-bar ul li:nth-child(2):after {
		content: "\A";
		white-space: pre
	}
}

.contact-info {
	font-family: cardenio_modernbold
}

.contact-info a {
	display: inline-block;
	padding: 10px 20px 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	text-decoration: none;
	vertical-align: middle;
}

@media screen and (min-width:768px) {
	.contact-info ul {
		float: left
	}
	.contact-info a {
		font-size: 2rem
	}
}

.row {
	max-width: 1440px;
	margin: 0 auto;
}

.form-control:focus {
	border-color: #ee2a7b;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(138 187 42 / 60%);
}

label.brand-purple {
	color: #000000;
}

.schedule-row {
	font-family: arial;
	font-size: 15px;
}

.date-column {
	font-family: cardenio_modern, sans-serif;
	font-size: 30px;
	padding: 0;
}

.time-column {
	font-family: cardenio_modern, sans-serif;
	font-size: 30px;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.display-flex-center {
		display: flex;
		align-items: center;
	}
}

.no-padding {
	padding: 0;
}

.green-divider {
	background-color: #000000;
	height: 3px;
}