/***** CSS Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/***** HTML5 display-role reset for older browsers *****/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*************************/
html {font-size:62.5%;}
body {
    color:#FFFFFF;
    font-size:18px;
    font-size:1.8rem;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
    line-height:1;
    background:#FFF;
}
body>iframe {display:none;} /* This kills the empty iframe from captcha that causes a white block at the bottom of the contact page. */
strong {font-weight:bold;}

/***** Default Links *****/
a:link, a:active, a:visited {color:#EC1846;text-decoration:none;}
a:hover {color:#EC1846;text-decoration:none;}
.recaptchatable {background:#FFF;}
.recaptchatable a, .recaptchatable a:hover {color:#333333 !important;font-size:13px;font-size:1.3rem;} /*** CAPTCHA Links ***/
#recaptcha_response_field {border:1px solid #CCC !important;padding:5px !important;font-size:14px !important;}

/***** Default Lists *****/
ul.list {
    list-style:disc;
    margin:0;
    padding-left:20px;
}

/***** Default Container Classes *****/
@media (max-width: 420px) {
  .wrapper1200 {
    width:1200px;margin:0 auto;
  }
}
.container {
    width:100%;
    position:relative;
    overflow:auto;
    background:#FFF;
}
header, .inner, footer {
    width:960px;
    position:relative;
    margin:0 auto;
    overflow:auto;
}

/***** Default Headers *****/
h1, h2, h3 {
    display:block;
	color:#FFFFFF;
    font-size:70px;
    font-size:7.0rem;
    font-weight:700;
    font-family:'Quicksand', sans-serif;
	line-height:1;
}
h1 {margin-bottom:40px;}
h2 {font-size:30px;font-size:3.0rem;margin-bottom:20px;}
h3 {font-size:24px;font-size:2.4rem;margin-bottom:20px;}

/***** Default Paragraphs *****/
p {line-height:1.7;margin-bottom:20px;}
.grayLine {margin:30px 0;border-top:1px solid #AAAAAA;}
.center {text-align:center;}
.noMargin {margin:0;}
.bgGreen {background:#8FC549;}
.bgPurple {color:#FFFFFF;background:#6E308E;}
.bgMenu {background:url('../img/sprite.jpg') center 0 no-repeat;}
.bgOrange {background:#FCAE0E;}
.bgRed {background:#EC1946;}

/***** Header Section *****/
.logo {
	display:block;
	text-align:center;
	height:100px;
	width:730px;
	margin:30px auto 0;
	background:url('../img/icons2.png') 0 0 no-repeat;
	/*background:url('../img/sprite.jpg') 0 -785px no-repeat;*/
}
/*
.socialMediaTab {position:absolute;right:0;top:200px;padding:20px;background:#6E308E;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;}
.facebookTabIcon, .twitterTabIcon, .instagramTabIcon {float:right;clear:right;display:block;height:40px;width:40px;}
.facebookTabIcon {float:none;width:20px;padding:0 10px;margin:0 auto 20px;background:url('../img/icons2.png') -995px -5px no-repeat;}
.instagramTabIcon {margin-bottom:20px;background:url('../img/icons2.png') -994px -86px no-repeat;}
.twitterTabIcon {margin-bottom:0;background:url('../img/icons2.png') -995px -45px no-repeat;}
*/

/***** Navigation Menu *****/
/*
.franchiseOp {float:right;display:block;height:55px;padding:10px 20px;background:#6E308E url('../img/icons.png') -10px 63px no-repeat;}
.franchiseOp span {display:block;color:#FFFFFF;font-size:24px;font-size:2.4rem;font-weight:700;font-family:'Quicksand', sans-serif;text-align:center;}
.franchiseOp .franchiseBottom {font-size:20px;font-size:2.0rem;}
*/
.socialMedia {float:right;height:40px;padding:13px 20px 12px;background:#6E308E;}
.facebookTabIcon, .twitterTabIcon, .instagramTabIcon {float:left;display:block;height:40px;width:40px;}
.facebookTabIcon {width:30px;margin:0 auto;background:url('../img/icons2.png') -1000px -5px no-repeat;}
.instagramTabIcon {margin:0 25px 0 20px;background:url('../img/icons2.png') -994px -86px no-repeat;}
.twitterTabIcon {background:url('../img/icons2.png') -995px -45px no-repeat;}
nav {height:65px;position:relative;}
nav ul {overflow:auto;background:transparent;}
nav li {float:left;color:#FFF;}
nav li a {
    display:block;
    color:#FFF;
    font-size:20px;
    font-size:2.0rem;
    font-weight:700;
    font-family:'Quicksand', sans-serif;
    padding:20px 40px;
}
nav li a:link, nav li a:active, nav li a:visited {color:#FFF;text-decoration:none;}
nav li a:hover, nav li a.active {color:#EC1846;}
nav li a.last {border:0;}
/**************************/

.slider-wrapper {width:1200px;margin:-10px auto 0;z-index:-1;}

/***** Content *****/
.contentPad {padding:60px 0;}
.humphrey {font-size:28px;font-size:2.8rem;}
.firstLine {margin-bottom:10px;}
.menu {padding:50px 0;}
.menu h1 {margin-bottom:0;}
.menuItems {color:#000000;}
.menuItems h1, .menuItems h2 {color:#EC1846;}
.menuItems h2 {font-size:40px;font-size:4rem;margin-bottom:30px;}
.menuLists h3 {color:#8FC549;margin-bottom:10px;}
.menuItems span {display:block;}
.imgAbout {float:left;display:block;height:300px;width:400px;margin:0 30px 20px 0;background:url('../img/originalStore.jpg') 0 0 no-repeat;}
.imgHumphrey {float:right;display:block;height:460px;width:460px;background:url('../img/sprite.jpg') -472px -800px no-repeat;}
/*.imgHumphrey {float:right;display:block;height:460px;width:460px;background:url('../img/sprite.jpg') -735px -785px no-repeat;border-radius:50%;}*/
.viewMenu {color:#FFFFFF;font-size:30px;font-size:3.0rem;font-weight:700;font-family:'Quicksand', sans-serif;padding:8px 20px;border:2px solid #FFFFFF;}
.viewMenu:hover {cursor:pointer;}

/***** Menu Blocks *****/
.clearLeft {clear:left;}
.marginRight {margin-right:60px;}
.menuImg {float:left;clear:left;display:block;width:450px;height:200px;position:relative;top:0;left:0;color:#FFFFFF;font-size:38px;font-size:3.8rem;font-weight:700;font-family:'Quicksand', sans-serif;text-align:center;margin-bottom:30px;}
.menuImg span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:450px;
    height:200px;
    line-height:200px;
	text-align:center;
    background:url('../img/bgPurple.png') 0 0 repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition:    opacity 0.3s ease-in-out;
    -o-transition:      opacity 0.3s ease-in-out;
    transition:         opacity 0.3s ease-in-out;
}
.menuImg span:hover, .menuImg span.activeMenu {color:#FFFFFF;opacity:0;filter:alpha(opacity=0); /* filter for IE6+ because its stupid */}
.menuImg:hover {color:#8FC549;cursor:pointer;text-decoration:none;}
.menuLists {display:none;float:right;width:450px;font-size:16px;font-size:1.6rem;line-height:1.4;}
.menuItem {font-size:18px;font-size:1.8rem;font-weight:700;}
.menuItemDesc {font-style:italic;margin-bottom:20px;}
.menuItem+ul {margin-top:10px;}
.menuItemDesc+ul {margin-top:-10px;}
.menuLists .arrowList li {padding:0;}
.activeMenuItem {display:block;}
.coldSandwichesLink {background:url('../img/imgColdSandwiches.jpg') 0 -50px no-repeat;}
.coldSandwiches {display:block;}
.hotSandwichesLink {background:url('../img/imgHotSandwiches.jpg') 0 -5px no-repeat;}
.frozenYogurtLink {clear:left;background:url('../img/imgFrozenYogurt.jpg') 0 -50px no-repeat;}
.saladsLink {background:url('../img/imgSalads.jpg') 0 -5px no-repeat;}
.menuList {float:left;width:210px;margin:0;padding-left:15px;}

#locationList h2 { display:block;font-size: 7.0rem;font-weight: 700;font-family: 'Quicksand', sans-serif;color: #6E308E; }
.col1-3 {
  color: #000;
  float: left;
  width: 26%;
  background: #eee;
  margin: 5px;
  padding: 30px;
  min-height: 378px;
}
.row { clear: both; }
.foodRow {height:200px;width:100%;background:url('../img/sprite.jpg') 755px -585px repeat-x;}
.socialIcons {overflow:auto;margin-bottom:30px;}
.socialIcon {float:left;display:block;height:200px;width:200px;padding:50px;margin-right:30px;background:#FAB831;}
.socialIcon.last {margin:0;}
.facebookIcon, .twitterIcon, .instagramIcon {display:block;margin:0 auto;}
.facebookIcon {height:112px;width:55px;margin-top:40px;background:url('../img/icons.png') 0 -15px no-repeat;}
.twitterIcon {height:110px;width:100px;margin-top:40px;background:url('../img/icons.png') -55px -20px no-repeat;}
.instagramIcon {height:110px;width:100px;margin-top:40px;background:url('../img/icons.png') -155px -14px no-repeat;}
.hashtag {color:#6E308E;font-size:36px;font-size:3.6rem;font-weight:600;margin-bottom:0;}
.hashtagDetails {color:#FFFFFF;font-size:24px;font-size:2.4rem;font-weight:600;margin-bottom:0;}

/***** Lists *****/
.arrowList, .wysiwyg ul {margin:0 0 20px 20px;padding-left:20px;list-style-image:url('../img/arrow.png');}
.arrowList li, .wysiwyg li {padding:7px 0;}
.viewAll {display:block;font-size:14px;font-size:1.4rem;margin-top:10px;}

/***** Graphic Links *****/
.graphicLinks li {
	float:left;
    display:block;
	position:relative;
	width:300px;
    height:150px;
	margin-right:30px;
    background:#4D4D4D;
}
.graphicLinks li.last {margin-right:0;}
.graphicLinks a {
    display:block;
    width:300px;
    height:150px;
	line-height:150px;
	color:#FFF;
	font-size:30px;
	font-size:3.0rem;
	text-align:center;
}
p.hours {
  font-size: 14px;
  font-size: 1.4rem;
}

.graphicLinks a:hover {color:#FFF;text-decoration:none;}

/***** WYSIWYG Content *****/
.wysiwyg {min-height:300px;}
.wysiwyg p {font-size:inherit;line-height:1.7;}
.wysiwyg p.grayLine {margin-top:10px;border-bottom:1px solid #CCC;}
.wysiwyg p+ul {margin-top:-10px;}
.wysiwyg li+ul {list-style:circle;margin-bottom:0;}
.wysiwyg span {font-size:inherit !important;line-height:inherit !important;}
.videoDescription {margin:10px 0 50px;}

/***** News and Events *****/
.newsCopy, .eventDetails {min-height:300px;overflow:auto;}
.newsCopy h2, eventDetails h2 {margin-bottom:10px;}
.newsImgContainer, .eventImgContainer {float:right;margin-left:30px;overflow:auto;}
.newsImgContainer img, .eventImgContainer img {float:right;clear:right;max-width:300px;margin-bottom:30px;}

/***** Photo Gallery *****/
.photoGalleryImages {overflow:auto;}
.photoGalleryImages a {float:left;display:block;margin:0 20px 20px 0;}
.photoGalleryImages img {width:220px;height:220px;}

/***** Facebook Like Button *****/
#FacebookLikeButton {margin-top:20px;}

/***** Contact Section *****/
.leftHalf {float:left;width:450px;margin-right:30px;}
.rightHalf {float:right;width:450px;margin-left:30px;}
#contact h1 {text-align:left;}
.contactInfo {font-size:16px;font-size:1.6rem;line-height:1.5;}
#googleMap {height:700px;width:100%;}

.infoWindow {width:600px;color:#333333;font-size:14px;font-size:1.4rem;overflow:auto;}
.infoWindow h1 {color:#EC1846;font-size:20px;font-size:2.0rem;line-height:1.3;text-indent:30px;margin-bottom:20px;}
.infoWindow h1.street {margin-bottom:0;}
.infoWindow h3 {color:#333333;font-size:20px;font-size:2rem;margin-bottom:5px;}

.infoWindowNew {color:#333333;font-size:14px;font-size:1.4rem;overflow:hidden;}
.infoWindowNew h2 {color:#EC1846;font-size:18px;font-size:1.8rem;line-height:1.3;padding-left::30px;margin-bottom:20px;}
.infoWindowNew h2.street {margin-bottom:10px;}
.infoWindowNew h3 {color:#333333;font-size:16px;font-size:1.6rem;margin-bottom:5px;padding-left::30px;}

.storeImage {margin:0 30px 30px 20px;max-width:200px!important;max-height:225px;}
.withSite {margin-bottom:80px;}

/***** Contact Form Table *****/
td {padding:0;}
td input, td textarea {width:935px;color:#333333;font-size:16px;font-size:1.6rem;font-weight:700;font-family:'Open Sans', sans-serif;letter-spacing:0.5px;padding:10px;margin-bottom:20px;border:0;}
#recaptcha_response_field {color:#58595B;padding:5px;border:1px solid #DFDFDF !important;}
input.submitButton, a.orderButton {
    color:#FFF;
    width:auto;
    padding:15px 25px;
    margin:20px 0 0;
    border:0;
    border-radius:3px;
    background:#FCAE0E;
	transition-property:background;
	transition-duration:.3s;
	transition-timing-function:linear;
}
input.submitButton:hover, a.orderButton:hover {cursor:pointer;background:#FCAE0E;}

a.orderButton { font-weight: bold; }

/***** Form Error Message *****/
#errorMessage, #successMessage {
    width:auto;
    color:#CC3333;
    font-size:16px;
    font-size:1.6rem;
	font-weight:700;
    line-height:24px;
    padding:20px;
    margin-bottom:20px;
    border:1px solid #CCC;
    background:#FFFFFF;
}
#successMessage {
    color:#58595B;
    padding-left:70px;
    background:#DFF2BF url("../img/greenCheck.png") no-repeat 10px 50%;
}
span.errorGeneral, span.errorLine {display:block;}
span.errorLine {text-indent:15px;}

/***** Footer *****/
footer {overflow:auto;color:#FFF;padding:50px 0;font-size:14px;font-size:1.4rem;}

/***** Copyright Info *****/
#copyright {
    float:left;
    width:50%;
    height:20px;
    line-height:20px;
}
#designedBy {
    float:right;
    width:50%;
	height:20px;
	line-height:22px;
	letter-spacing:0.5px;
    text-align:right;
	background:url('../img/logoTag.png') right center no-repeat;
}
#designedBy a {display:block;color:#FFF;padding-right:25px;}

img.locationSocialIcons {
    float: left;
    width: 40px;
    margin: 20px 20px 0 0;
}

img.locationSocialIcons:hover {
	opacity: 0.8;
}

.infoWindowNew img.locationSocialIcons{
    float: left;
    width: 30px;
    margin:0 20px 10px 0;	
}

.locationState {
    display: flex;
    flex-wrap: wrap;	
}


a.orangeOrderButton {
    display: block;
    margin-top: 10px;
    text-align: center;
    background: #fcae0c;
    border-radius: 15px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    transitions: 0.3s;
}
    
a.orangeOrderButton:hover {
    background: #6E308E;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}