/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/

/*********************
GENERAL STYLES
*********************/

body {
	background-color:white;
}

button, .gform_button, .button {
	background-color: #512C7E !important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:800;
}

.button:hover {
	background-color: #4BB4A9 !important;
}

dl {
	margin-bottom:0;
}

#inner-content {
	background-color:rgba(255,255,255,.9)
}

.column, .columns {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.flexslider {   
    margin: 0 0 0px; 
}

.flex-control-nav {
	display:none;
}

.center-that {
	text-align:center;
}

a { 
    color: #512C7E;
}

.row {
	max-width: 70rem;
}

.bg-purple-dots {
	background-image:url(../images/bg-purple-dots.jpg);
}

.divider-line {
}

.full-width {
	max-width:100% !important;
}
.juicer-feed .j-paginate{
	color: #F17E6F !important;
}
.main-header {
	text-align:center;
	padding-top: 70px;
	padding-bottom: 70px;
	
}

.main-header h1 {
	color:#512C7E;
	font-size:3rem;
}

.flexslider .slides img {
    width: auto;
}

small {
	font-size: .8rem;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  /*
		This highlights links on iPhones/iPads.
		Similar to the :hover selector for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight:800; }
  
  
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;	
  font-weight:800;
  text-transform:uppercase;
  text-align:center;
  }
  
  
/*********************
Responsive youtube video
*********************/  
  
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}  

/*********************
HEADER STYLES
*********************/

.top-logo {
    height:80px;
}

#social-links {
	display:inline-block;
}
#top-menu nav{
	display: flex;
    align-items: center;
}
#store-locator {
/* 	display:inline-block; */
	display:none;
	background-color:rgba(255,255,255,1.00);
	border: 2px solid #C8C8C8;
	border-top:none;
	margin-left:15px;
	padding:5px 15px 15px 15px;
	-webkit-box-shadow: 3px 3px 0px 3px #E0E0E0;
    box-shadow: 2px 2px 1px 2px #E0E0E0;
	
}

#store-locator h4 {
	color:#4BB4A9;
	text-transform:uppercase;
	text-align:left;
}

#store-locator input.zip-search {
	display:inline-block;
	width:200px;
	margin:0;
}

#store-locator input.zip-search-button {
	display:inline-block;
	background-image:url(../images/search.png);
	width:37px;
	height:37px;
	text-indent:-9999px;
	border:none;
	margin-left:10px
}

/*hide phone, email and url*/
.wpsl-contact-details {
	display:none;
}
/*ALWAYS SHOW MORE INFO*/
.wpsl-more-info-listings {
	display:block !important;
}

.wpsl-store-details, .wpsl-store-hours { display:none; }

.upcoming-locations {
	padding-top:45px;
}

.upcoming-locations h2 {
	color:#512C7E;
}

.upcoming-locations h3 {
	color:#4BB4A9;
	text-align:left;
}

.upcoming-locations h5 {
	text-align:left;
}


/*********************
FOOTER MENU STYLES
*********************/

.footer {
	background-color: #512C7E;
	color: white;
    clear: both;
    padding-top: 50px;
	padding-bottom: 50px;
	position:relative;
	z-index:3;
  }

.footer-social {
	text-align:center;
}

.footer-social img {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 10px;
}

.footer p {
	text-align:center;
	margin-bottom: .5rem;
}

.footer-company-name {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:800;
	font-size:1.4rem;
	text-transform:uppercase;
	padding-top:15px;
}


.footer-menu {
	text-align:center;
	
}

ul#menu-footer-menu {
	display:inline-block;
	text-align:center;
}

ul#menu-footer-menu li {
	display:inline-block;
	padding: 0 10px 0 10px;
}

ul#menu-footer-menu li a {
	color:white;
}


/*********************
HOME STYLES
*********************/

.home-community {
	background-color:white;
	padding: 25px 0 25px 0;
}

.home-community h2 {
	text-align:center;
	text-transform:uppercase;
	color:#512C7E;
	font-size:4rem;
}

@media only screen and (max-width: 750px) {
	.home-community h2 { font-size:2.5rem;}
	
	}

.home-bizlando {
	background-image:url(../images/bg-purple-dots.jpg);
}

.home-bizlando h2 {
	text-transform:uppercase;
	color:white;
	font-size:4rem;
	line-height:4rem;
	margin-bottom: 40px;
}

.home-bizlando p {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	color:white;
	line-height:1.75rem;
}

.home-bizlando span {
	color:#4BB4A9;
	font-size:1.75rem;
}

.home-bizlando .columns {
	padding:0 !important;
}

.home-bizlando .image-left {
	text-align:left;
}

.home-bizlando .image-right {
	text-align:right;
}

.home-bizlando .medium-6 {
	padding: 65px 0 25px 0 !important;
}

@media only screen and (max-width: 1200px) {
	.ice-cream-left{display:none;}
	.ice-cream-right{display:none;}
	.home-bizlando .medium-6 {    
		float: none;
		padding-top: 30px !important;
    	margin-left: auto;
    	margin-right: auto; }
	.home-bizlando h2 { margin-bottom: 20px; }

	}
@media only screen and (max-width: 750px) {
	.home-bizlando h2 { font-size:2.5rem; line-height:2.5rem;}
	.home-bizlando .medium-6 {    
		padding-left:15px !important;
	    padding-right:15px !important;}
	}	
	
.home-loyalty {
	background-color:#4BB4A9;
	background-image:url(../images/bg-trans-drips.png);
	background-repeat:repeat-x;
	text-align:right;
	padding-top:100px;
	padding-bottom:100px;
}

.home-loyalty h2 {
	text-transform:uppercase;
	color:white;
	font-size:4rem;
	line-height:4rem;
	text-align:right;
}

.home-loyalty h3 {
	color:#512C7E;
	font-size:2rem;
	text-align:right;
}

@media only screen and (max-width: 1000px) {
	.home-sundae { width:400px; }
	}
@media only screen and (max-width: 750px) {
	.home-sundae { display:none !important; }
	.home-loyalty { padding-bottom:0px; padding-top:25px;}
	.home-loyalty h2, .home-loyalty h3, .home-loyalty {text-align:center;}
	.home-loyalty h2 { font-size:3rem; line-height:3rem; }
	}

.latest-post-selection article {
    background-color: transparent !important;
	border: none !important;
}

.latest-post-selection img {
	margin-right: 16px;
	
}

.latest-post-selection a {
	color: white;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
}

.latest-post-selection article h1 {
	text-align:left;
	color: yellow;
}

.mobile-menu-home {
	border-top: 1px solid white;
	padding-top: 25px;
	text-align: center;
	background-image:url(../images/bg-purple-dots.jpg);
}

.mobile-menu-home .button {
     background-color:  #4bb5a9 !important;
	 margin-top: 10px;
}

.mobile-tiles img {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


/*********************
NEWS STYLES
*********************/

.news-list h1 {
	color: #4BB4A9;
	margin-top: 50px;
	
}

.news-list h2 {
	text-align: left !important;
	margin-bottom: 0;
}

.news-list .post img {
	margin-top: 2% !important;
	
}

.news-list .post .excerpt-read-more {
	display: block;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
}

.news-article h1 {
	text-align: left !important;
}

.news-article .byline {
	margin-bottom: 15px;
}

/*********************
MENU STYLES
*********************/

.menu-pages-menu {
	background-color:#512C7E;
	text-align:center;
}

@media only screen and (max-width: 1000px) {
	.menu-pages-menu  { display:none !important; }
	}

ul#menu-menu-submenu {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	text-align:center;
	font-size:.9rem;
	list-style:none;
	margin:0;
	padding:0 0 0 0;
}

ul#menu-menu-submenu li {
	display:inline-block;
	padding:0 10px 0 10px;
}

ul#menu-menu-submenu li a {
	color:white;
	line-height:3rem;
	text-transform:uppercase;
}

ul#menu-menu-submenu li a:hover {
	color:yellow;
}

ul#menu-menu-submenu .current-menu-item {
	background-color:yellow;
}

ul#menu-menu-submenu .current-menu-item a, ul#menu-menu-submenu .current-menu-item a:hover{
	color:#512C7E;
}


.menu-header {
	padding-top:50px;
	padding-bottom:50px;
}

.menu-header h1 {
	color:#512C7E;
	font-size:4rem;
}

.menu-flavors {
	background-color:#512C7E;
	background-image:url(../images/bg-trans-drips.png);
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:70px;
}

.menu-flavors h2 {
	background-color:white;
	display:inline-block;
	color:#512C7E;
	padding:15px;
	margin-bottom:25px
}

.flavor-chocolate {
	margin-left:13.33333% !important;
}


/*animation timing for flavors*/
.wp-image-151 { animation-delay:.25s;}
.wp-image-150 { animation-delay:.5s;}

.flavor-list {
	text-align:center;
	color:white;
}

.flavor-list em {
	color:yellow;
	font-weight:bold;
}

@media only screen and (max-width: 640px) {
	.flavor-strawberry { margin-left: auto;
    margin-right: auto;
    float: none; }
	.flavor-chocolate {
	margin-left:0 !important;
}
	}
	
.menu-flavor-side-cones {
}

@media only screen and (max-width: 1200px) {
	.menu-flavor-side-cones { display:none;}
	}

.menu-cone-or-cup {
	text-align:center;
	background-color:#4BB4A9;
	background-image:url(../images/bg-trans-drips.png);
	background-repeat:repeat-x;
	padding-top:70px;
	padding-bottom:70px;
}

.menu-cone-or-cup h3 {
	background-color:white;
	display:inline-block;
	color:#512C7E;
	padding:15px;
	margin-bottom:25px
}
/*animation timing for cones*/
.wp-image-160 { animation-delay:.75s;}
.wp-image-161 { animation-delay:.25s;}
.wp-image-162 { animation-delay:.5s;}

.menu-additional-items {
	text-align:center;
}

.menu-additional-items p.additional-item-title {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
}

.menu-additional-items p {
	margin:0;
}

.menu-additional-items img {
	width:100%;
}

.menu-additional-items p.additional-item-title span {
	background-color:white;
	display:inline-block;
	color:#512C7E;
	padding:15px;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	text-transform:uppercase;
	font-size: 1.4rem;
	margin-bottom: 30px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu-additional-items a:hover p.additional-item-title span {
	color:#4BB4A9;
	margin-bottom: 50px;
}

.menu-shakes-button {
	background-color:#4BB4A9;
	padding: 15px 0 15px 0;
}

.menu-shakes-button a, .menu-hotdogs-button a {
	color:white;
	text-align:center;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	text-transform:uppercase;
	font-size: 1.4rem;
	padding: 15px 0 15px 0;
	display:block;
}

.menu-shakes-button a:hover, .menu-hotdogs-button a:hover {
	color:#512C7E;
}

.menu-hotdogs-button {
	background-color:#8BD1CC;
	padding: 15px 0 15px 0;
}

.extra-menu-buttons {
	text-align:center;
	margin-top:70px;
	margin-bottom:50px;
}

.extra-menu-buttons a {
	margin-left:10px;
	margin-right:10px;
}

.tab-bar-section img {
	width: 200px;
	margin-left: 20px;
}

/*********************
CONES and Cups STYLES
*********************/
.cone-types {
	padding-top:35px;
	padding-bottom:35px;
}


.cone-cup-main-area {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	color:white;
	position:relative;
}

.cone-cup-main-area h2 {
	color:yellow;
}

.cone-cup-main-area p {
	font-size:1.4rem;
}

.cone-holder {
	position:absolute;
	right:0;
	z-index:2;
	overflow:hidden;
	width:40%;
	text-align:right;
}

@media only screen and (max-width: 1145px) {
	.cone-holder { top:20px; }
	}
@media only screen and (max-width: 1000px) {
	.cone-holder { display:none; }
	.cone-sizes, .add-toppings, .yellow-bar .medium-8  { width:100%; }
	}	

.cone-sizes {
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

.yellow-bar {
	background-color:yellow;
	color:#512C7E;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

.yellow-bar small {
	font-weight:bold;
	font-size:.7rem;
}

.add-toppings {
	text-align:center;
	margin-top:30px;
}

.toppings-image {
	margin-bottom:0;
}


/*********************
Flavors STYLES
*********************/
#flavors-header, .default-header {
	padding-top:150px;
	padding-bottom:150px;
	background-size:1200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
}

.flavor-page-list .columns {
	height:260px;
}

@media only screen and (max-width: 800px) {
	#flavors-header, .default-header { padding-top:50px; padding-bottom:50px; background-size:cover; }
	.flavor-page-list .columns {
	   padding-left: 0rem;
       padding-right: 0rem;
	   height:290px;
      }

	}


#flavors-header h1, .default-header h1 {
	color:white;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.default-header h4 {
	color:white;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

/*********************
Twirls STYLES
*********************/

.main-header h4 {
	color:#512C7E;
}

.twirls-area {
	padding-bottom:0;
}

.twirls-area h4 {
	color:white;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.twirls-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	padding-top:100px;
	text-align:center;
	color:white;
	font-size:1.5rem;
}

.wp-image-239 {
	margin-bottom:-75px;
}

/*********************
Sundae STYLES
*********************/

.sundae-area {
	padding-bottom:0;
}

.sundae-area h4 {
	color:white;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.sundae-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	padding-top:70px;
	text-align:center;
	color:white;
	font-size:1.5rem;
}

.wp-image-252 {
	margin-bottom:-75px;
	
}

@media only screen and (max-width: 975px) {
	.sundae-info { padding-top:90px; }
	}
	
	
/*********************
Favorites STYLES
*********************/

.favorite-header {
	padding-bottom: 80px;
}

.favorite-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	padding-top:70px;
	text-align:center;
	color:white;
	font-size:1.4rem;
}

.wp-image-261 {
	margin-bottom:-175px;
}

@media only screen and (max-width: 875px) {

	}
	
/*********************
Slushie STYLES
*********************/

.slushie-area {
	padding-bottom:0;
}

.slushie-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	padding-top:70px;
	text-align:center;
	color:white;
	font-size:1.4rem;
}

.wp-image-268 {
	margin-bottom:-70px;
}

/*********************
Shakes and malts STYLES
*********************/


.shakes-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	padding-top:50px;
	text-align:center;
	color:white;
	font-size:1.4rem;
	
}

/*********************
Jobs STYLES
*********************/

.jobs-area {
	padding-top:50px;
	padding-bottom:50px;
	background-size:cover;
}

.jobs-info {
	text-align:center;
	color:white;
}

.jobs-info h1, .jobs-info h3 {
	color:white;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.jobs-info a {
	margin-right:25px
}

/*********************
FAQ STYLES
*********************/

.faq-area {
	padding-top:50px;
	padding-bottom:50px;
}

.faq-area h1 {
	color:#512C7E;
}

.tabs {
	border-bottom: 1px solid #4BB4A9;
	text-align:center;
}


.tab-title {
	margin-right:2px;
	display:inline-block;
	float:none !important;
}

.tab-title a {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:800;
	font-size:1.5rem;
	text-transform:uppercase;
}

.tabs .tab-title.active a, .tabs dd.active a {
    background-color: #4BB4A9;
    color: white;
}

.tabs-content {
	margin-top:45px;
}

.tabs-content h3 {
	color:#4BB4A9;
	padding-bottom:35px;
	text-align:left;
}

.tabs-content strong {
	color:#4BB4A9;
}

@media only screen and (max-width: 865px) {
	.tabs { border-bottom: none; }
	.tab-title { border-bottom: 5px solid white; }
	}
	
	
/*********************
Press STYLES
*********************/

.press-area {
	position:relative;
}

.press-header {
	background-image:url(../images/press-header.jpg);
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
}

.press-side {
	position:absolute;
	width:250px;
	bottom:0;
	z-index:50;
}

.press-side-left {
	text-align:left;
	left:0;
}

.press-side-right {
	text-align:right;
	right:0;
}

.press-info {
	padding-bottom:45px;
	padding-top:45px;
}

.press-info a {
	color:#4BB4A9;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:800;
	font-size:1.2rem;
	
}
@media only screen and (max-width: 1180px) {
	.press-side-left, .press-side-right { display:none; }
	}
	
	
/*********************
Loyalty STYLES
*********************/

.loyalty-area {
	position:relative;
}

.loyalty-info {
	text-align:center;
	color:white;
	padding-top:50px;
	padding-bottom:75px
}

.loyalty-info span {
	display:block;
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	color:white;
	line-height:1.6rem;
	padding-top:5px;
	padding-bottom:25px;
}

.loyalty-info span strong {
	font-size:1.4rem;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	font-style:oblique;
	
	}

.loyalty-side {
	position:absolute;
	width:200px;
	bottom:0;
	z-index:50;
}

.loyalty-side-left {
	text-align:left;
	left:0;
}

.loyalty-side-right {
	text-align:right;
	right:0;
}

@media only screen and (max-width: 1240px) {
	.loyalty-side-left, .loyalty-side-right { display:none; }
	}


/*********************
Contact STYLES
*********************/

.contact-area {
	padding-bottom:25px;
	padding-top:35px;
}

.contact-info {
	color:#512C7E;
	padding-bottom:78px;
}

.contact-info strong {
	color:#4BB4A9;
	text-transform:uppercase;
}

.contact-info span {
	color:#4BB4A9;
}

.contact-info label {
	color:#512C7E;
}

.contact-info input, .contact-info textarea {
	background-color:rgba(216,216,216,1.00);
}

ul.gfield_checkbox {
}

ul.gfield_checkbox li {
	display:inline-block;
	margin-right:25px !important; 
	font-size: 1.5rem;
}

ul.gfield_checkbox li label {
	font-size: 1.2rem;
	font-style: oblique;
}

/*********************
ABOUT US STYLES
*********************/

.about-area {
}

.about-building {
	margin-top:-50px;
}

.about-text {
	padding-top:30px;
}

.about-info {
	background-color:#4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
	padding-bottom:50px;
	color:white;
	font-size:1.2rem;
}

.about-info p {
	font-size:1.2rem;
}

.about-info strong {
	color:#512C7E;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
}
	
	
/*********************
Location STYLES
*********************/

.page-id-25 .page-title {
	text-align:center;
	text-transform:uppercase;
	color:#4BB4A9;
}

.wpsl-store-location {
	}
	
.wpsl-store-location strong {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	font-size:2rem;
	}
#wpsl-wrap #wpsl-result-list li {
    padding: 20px 10px 20px 10px;
}

#wpsl-stores {
	border: 2px solid #4BB4A9;
}

#wpsl-stores li {
	display: inline-block;
	width: 31%;
	vertical-align: top;
}

#wpsl-wrap #wpsl-result-list li {
    padding: 20px 20px 20px 20px !important;
}

.wpsl-store-location p {
	font-size: .9rem;
}

.wpsl-back {
	background-color: #512C7E !important;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem;
    font-size: 1rem;
    color: #FFF;
    transition: background-color 300ms ease-out;
}

.single-wpsl_stores .entry-title {
	color: #512C7E;
	padding-top: 25px;
	padding-bottom: 15px;
}

@media only screen and (max-width: 800px) {
	#wpsl-stores li { width: 100%;}
	}

.wpsl-info-window > span {
	display: none;
}
	
/*********************
NAVIGATION STYLES
*********************/

#social-links {
}

#social-links a {
}

#social-links img {
	width:30px;
}

#top-menu {
	position:relative;
	z-index:9999;
	background-color:white;
	height:135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);	
	border-top: 15px solid #512C7E;
	-webkit-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.75)
}


ul#menu-main-menu {
	list-style:none;
	margin: 0 0 0 0;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
	text-align:left;
	text-wrap:none;
}

ul#menu-main-menu > li {
	display:inline-block;
	text-align:center;
	padding: 0 10px 0 10px;
	position:relative;
	font-size:1rem;
	line-height:40px;
}

ul#menu-main-menu > li:hover > ul {
	position:absolute;
	z-index:50;
	display:block;
	background-color: #512C7E;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	left:0;
}

ul#menu-main-menu > li:hover {
	background: #512C7E;
}

ul#menu-main-menu > li > ul > li:hover {
	background-color:#4BB4A9;
}

ul#menu-main-menu > li:hover > a {
	color:rgba(255,255,255,1);
}


ul#menu-main-menu li a {
	color:#512C7E;
}

ul#menu-main-menu ul {
	list-style:none;
	margin: 0 0 0 0;
	display:none;
	width:190px;
	letter-spacing:0px;
}

ul#menu-main-menu ul li {
	padding: 5px 15px 5px 15px;
	text-align:left;
	font-size:.9rem;
	font-weight:800;
	border-bottom: 1px solid white ;
}

ul#menu-main-menu ul li a {
	color:white;
}


ul#menu-main-menu ul li:first-child {
	padding: 8px 15px 5px 15px;
}

ul#menu-main-menu ul li:last-child {
	padding: 5px 15px 8px 15px;
}

.tab-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.tab-bar .menu-icon, .tab-bar a.menu-icon {
    color: black !important;
	background-color:#4BB4A9;
}

@media only screen and (min-width: 865px) {
	#mobile-menu { display:none; }
	}
@media only screen and (max-width: 865px) {
	#top-menu { display:none; }
	}
	
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\21E8" ;
}
.left-submenu .back>a:before {
    content: "\21E6 ";
}

.move-left .exit-off-canvas, .move-right .exit-off-canvas, .offcanvas-overlap .exit-off-canvas, .offcanvas-overlap-left .exit-off-canvas, .offcanvas-overlap-right .exit-off-canvas {
    box-shadow: none;
}

.left-off-canvas-menu, .right-off-canvas-menu, .left-submenu {
    background: #4BB4A9;
	background-image:url(../images/bg-dots-trans.jpg);
}

.off-canvas-list ul {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size:2rem;
  color:white;
  }
  
 .left-submenu .back>a, .right-submenu .back>a {
	  background-color:#8BD1CC;
	  color:rgba(0,125,109,1.00);
}
  
.off-canvas-list ul li a {
  border-bottom: 0px; 
  text-align:center;}

ul.off-canvas-list li label {
    display:none;
}

/*********************
POSTS & CONTENT STYLES
*********************/

.wp-post-image {
	padding-bottom:15px;
}

#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999;
  margin-bottom: 0;
   }

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007095; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    color: #FFFFFF; }


/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }


/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }
@media only screen and (min-width:40.0625em) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; } }

#sidebar-offcanvas .widgettitle {
  color: #fff; }


/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }
  
/*********************
IMAGE GALLERY STYLES
*********************/
[class*="gallery-columns-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="gallery-columns-"]:before, [class*="gallery-columns-"]:after {
    content: " ";
    display: table; }
  [class*="gallery-columns-"]:after {
    clear: both; }
  [class*="gallery-columns-"] > .gallery-item {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.gallery-columns-1 > .gallery-item {
  width: 100%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-1 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both; }

.gallery-columns-2 > .gallery-item {
  width: 50%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-2 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both; }

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-3 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both; }

.gallery-columns-4 > .gallery-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-4 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }

.gallery-columns-5 > .gallery-item {
  width: 20%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-5 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both; }

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-6 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both; }

.gallery-columns-7 > .gallery-item {
  width: 14.28571%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-7 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both; }

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-8 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both; }

.gallery-columns-9 > .gallery-item {
  width: 11.11111%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-9 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
    clear: both; }

.gallery-columns-10 > .gallery-item {
  width: 10%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-10 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-10 > .gallery-item:nth-of-type(10n+1) {
    clear: both; }

.gallery-columns-11 > .gallery-item {
  width: 9.09091%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-11 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-11 > .gallery-item:nth-of-type(11n+1) {
    clear: both; }

.gallery-columns-12 > .gallery-item {
  width: 8.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-12 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-12 > .gallery-item:nth-of-type(12n+1) {
    clear: both; }


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
PRINT STYLES
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }
	
	
@media only screen and (max-width: 40em) {
	
	
	
	
	 }	
	
	
	
	
	
.store-container .row{
	border:none !important;
}