/*
Theme Name: Jerrys Artarama
Theme URI: https://www.jerrysartarama.com/
Description: Jerrys Artarama website July, 2017
Author: Kirk A. Sporman w/ the Textivia team
Author URI: http://www.textivia.com/
Template: wp-forge
Version: 2.0
Text Domain: wp-starter
*/

/* ------------------------------------------------------------------------------------ */
/* Global ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

:focus {
	outline: none;
}

body {
	background-color: white;
}

.attachment-post-thumbnail {
	margin-bottom: 0;
}

.header_wrap,
.nav_wrap,
.content_wrap,
.footer_wrap {
	background: transparent !important;
	max-width: 75rem;
	margin: 0 auto;
}

.content_wrap {
	padding-top: 0;
}

a {
	transition: .1s all linear;
}

.cover-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contain-bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

/* ------------------------------------------------------------------------------------ */
/* Fonts ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

html, 
body,
h1,
h2,
h3,
h4,
h5,
h6,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-family: 'Open Sans', sans-serif;
}

ul li,
p {
	font-size: 16px;
	color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

h1 {
	color: #007080;
	font-size: 2rem;
}

h2 {
	color: #268a87;
	font-size: 1.875rem;
}

h2 small {
	font-size: 0.8125rem;
}

h1 small {
	font-size: 0.8125rem;
}

.full-width-content h3 {
	color: #268a87;
	font-size: 1.275rem;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #8e9191;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	display:block;
	text-transform: uppercase;
	clear:both;
	line-height: 1.1;
	letter-spacing: 1px;
}

.button {
	margin-bottom:0;
}

a.button,
.button {
	background: #007080 !important;
	font-size: 0.875rem;
	color: white;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	padding: 1rem 2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button.alt {
	background: #8e9191 !important;
	padding: 1rem 3rem;
}

a.button:hover,
.button:hover {
	background: rgba(193,25,2,1) !important;
	color: white;
}

.button.alt:hover {
	background: #007080 !important;
}

button[type=submit] {
	background-color: transparent;
}

.full-size-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

.content-link {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------------------------ */
/* Header ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

@media only screen and (min-width: 1025px) {
	#header {
		display: flex;
		align-items: center;
	}
}

.site-contact {
	background: #d8d9d9;
	position: relative;
	margin-bottom: 32px;
}

.site-contact:after {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 43px;
	content: " ";
	background-image: url('images/graysection-bottomedge.png');
}

#menu-top-menu li a {
	color: #2082a3;
	font-size: 0.8175rem;
	font-weight: 600;
	text-transform: lowercase;
}

#menu-top-menu li.current-menu-item a {
	background: none;
	color: #2082a3 !important;
}

#menu-top-menu li a:hover {
	color: #007080 !important;
}

#menu-top-menu li.location-finder a {
	font-size: 1rem;
	color: #cc5555;
	text-transform: uppercase;
}

.search-row {
	position: relative;
}

#searchform button[type=submit] {
	position: absolute;
    right: 4px;
    top: 3px;
}

#menu-top-menu li a {
	position: relative;
}

#menu-top-menu li.border-right a:after {
	border-right: 1px solid #b8babb;
	position: absolute;
	right: 0;
	height: 33%;
	top: 33%;
	width: 1px;
	content: "";
}

@media only screen and (max-width: 640px) {
	li#menu-item-427 {
	    display: block;
	    text-align: center;
	    clear: both;
    }
    
    ul#menu-top-menu.right {
	    float:none !important;
	    text-align: center;
    }
    
    ul#menu-top-menu li:not(#menu-item-427) {
	    display: none !important;
    }
}
/* ------------------------------------------------------------------------------------ */
/* Menu ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.navigation {
	background: #007080;
}

.nav_wrap {
	background: transparent !important;
}

.top-bar,
.top-bar ul, 
.top-bar ul li {
	background: transparent !important;
}

.page:not(.home) .top-bar-right {
	position: relative;
    z-index: 200;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
	left: 0;
	right: auto;
	background: #007080 !important;
	border: 0;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu li a {
/* 	border-top: 5px solid rgba(0,0,0,0) !important; */
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu li:hover a {
	background: #005f7c !important;
/*     border-top: 5px solid #3c557d !important; */
}

/*
@media only screen and (min-width:64rem) {
	.top-bar > ul > li {
		width: 16.666667%;
	}
}
*/

.top-bar .name a, 
.top-bar ul li a, 
.menu .active > a {
	text-transform: uppercase;
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	letter-spacing: 1px;
	color: white !important;
	font-size: .8375rem;
}

.top-bar ul li ul li a {
	text-transform: none;
}

.top-bar-left .menu > li.name:hover, 
.top-bar-right .menu > li.name:hover,
.top-bar .menu > li:not(.menu-text) > a:hover, 
.top-bar .menu > .active:hover {
	background: #005f7c !important;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: white transparent transparent;
}

#main-menu ul li {
	position: relative;
	border-right: 2px dotted #7799a6;
}

#main-menu > ul > li:first-of-type {
	border-left: 2px dotted #7799a6;	
}

.menu-footer-menu-container .menu,
#main-menu > ul.menu.table.centered {
    display: flex; 
    justify-content: space-between; 
}

.menu-footer-menu-container .menu li,
#main-menu > ul.menu > li {
    align-self: stretch;
    width: 100%;
    text-align: center;
}

/*
.menu-footer-menu-container ul.menu > li {
    align-self: center;
}
*/

#main-menu > ul > li {
	align-items: center;
    display: flex;
    justify-content: center;
}

/* ------------------------------------------------------------------------------------ */
/* Slideshow -------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.taxonomy-content-area,
.hero {
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #dfdfdf 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 );
	position: relative;
}

.home .slick-slide img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.slick-prev:before, .slick-next:before {
	color: #939d9e;
	font-size: 1.875rem;
}

.slick-next:before {
	content: "\f054";
	font-family: 'FontAwesome';
}

.slick-next {
	right: -35px;
}

.slick-prev {
	left: -35px;
}

.slick-prev:before {
	content: "\f053";
	font-family: 'FontAwesome';
}

.hero-slide figure {
	position: relative;
}

/* ------------------------------------------------------------------------------------ */
/* Content Section -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.single-location-listing,
.full-width-content.gray-background {
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #dfdfdf 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 );
	position: relative;
 	padding-bottom: 4rem;
}

.single-location-listing {
	padding-bottom: 2rem;
}

/* ------------------------------------------------------------------------------------ */
/* Event Gallery ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.event-gallery h2 {
	color: #268a87;
}

.blog-section h2,
.view-all {
	position: relative;
}

@media only screen and (min-width:1025px) {
	
	.blog-section h2:after, .blog-section h2:before,
	.view-all:after, .view-all:before {
		height:4px;
		top: 50%;
		width: 39%;
		position: absolute;
		border-bottom: 4px dotted #ccc;
		content: "";
	}
	
	.blog-section h2:after, .blog-section h2:before {
		width: 25%;
	}
	
	.blog-section h2:after,
	.view-all:after {
		right: 0;
	}
	
	.blog-section h2:before,
	.view-all:before {
		left: 0;
	}

}

/* ------------------------------------------------------------------------------------ */
/* CTAs ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
.promotion-inner .promotion-center,
.cta-inner .cta-center {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.promotion-inner .promotion-center {
	align-items: center;
}

/*
.promotion-inner .promotion-center {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
*/

.promotion-inner,
.cta-inner {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.promotion-inner h3,
.cta-inner h3 {
	font-size: 2.5rem;
    position: absolute;
    text-align: center;
    color: white;
    line-height: 1;
}

.promotion h3,
.cta-service h3 {
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 28px;
}

.promotion-inner .promotion-center h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.promotion-center img {
	margin-bottom: 0;
}

@media only screen and ( min-width: 1025px ) {
    .cta-service h3 {
	    max-width: 70%;
	}
}

.cta-inner h3 {
	padding: 2.5rem 4rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.column-block {
	margin-bottom: 1.5rem;
}

.cta-1 .cta-inner {
	border-bottom: 5px solid #007080;
}
.cta-1 .cta-inner:hover {
	background: #007080;
}
.cta-2 .cta-inner {
	border-bottom: 5px solid #268a87;
}
.cta-2 .cta-inner:hover {
	background: #268a87;
}
.cta-3 .cta-inner {
	border-bottom: 5px solid #db9458;
}
.cta-3 .cta-inner:hover {
	background: #db9458;
}

.promotion-inner {
	border-bottom: 5px solid #cc5555;
}

.promotion-inner:hover {
	background: #cc5555;
}

.cta-1 .cta-inner h3 {
	background-image: url('images/brushes-background.png');
}

.cta-2 .cta-inner h3 {
	background-image: url('images/paint-background.png');
}

.cta-3 .cta-inner h3 {
	background-image: url('images/canvas-background.png');
}

.cta-inner .cta-hover {
	display: none;
}

.cta-inner:hover .cta-hover {
	display: inline-block;
	position: relative;
}

.cta-inner:hover .cta-hover {
    display: block;
    position: absolute;
    max-width: 95%;
    text-align: center;
    top: 37%;
    color: white;
}

.cta-inner:hover h3 {
	background-image: none;
	background: none;
	border-bottom: 1px solid white;
	padding-bottom: 1.5rem;
}

.cta-hover p {
	color: white;
}

.promotion-inner:hover img,
.cta-inner:hover img {
	opacity: 0;
}

.cta-inner a.content-link {
	color: white;
}

/* ------------------------------------------------------------------------------------ */
/* Tabs & Floorplans ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.newsletter-section,
.blog-section,
.side-by-side-section {
	background: #d8d9d9;
	position: relative;
 	padding: 4rem 1rem;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.newsletter-section:before,
.blog-section:before,
.side-by-side-section:before, .side-by-side-section:after {
	position: absolute;
	left:0;
	width:100%;
	content:"";
}

.newsletter-section:before,
.blog-section:before,
.side-by-side-section:before {
	height: 43px;
	background-image: url('images/graysection-topedge.png');
	top: -40px;
}

.newsletter-section {
	margin-bottom: 0;
	padding: 2rem 1rem;
}

.side-by-side-section:after {
	height: 43px;
	background-image: url('images/graysection-bottomedge.png');
	bottom: -40px;
}

.side-by-side {
	position: relative;
	padding: 0 2rem;
}

@media only screen and (min-width: 1025px) {
	.side-by-side-section .side-by-side:first-of-type:after {
		position: absolute;
		right: 4px;
		width: 4px;
		top: 5%;
		content:" ";
		height: 95%;
		border-right: 4px dotted #aaa;
	}
}

.side-by-side h2 {
	font-size: 1.875rem;
	color: #007080;
	font-weight: 600;
}

.side-by-side h3 {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #007080;
	font-weight: bold;
	letter-spacing: 1px;
}

.side-by-side p {
	color: #666666;
	font-size: 0.875rem;
}

.side-by-side:hover h2,
.side-by-side:hover h3 {
	color: #005f7c;
}

.side-by-side:hover a.button {
	background-color: #005f7c !important;
}

.side-by-side:hover img {
	opacity: 0.8;
}

/* ------------------------------------------------------------------------------------ */
/* Event Gallery ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.event-gallery h2 {
	margin-bottom: 1.5rem;
}

.event-gallery .events-grid {
	margin-top: 1.5rem;
}

.event-date {
	background: #268a87;
	color: white;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	padding: .5rem .25rem;
	font-size: 14px;
	letter-spacing: 1px;
}

.event-item figure {
	margin-bottom: 0;
}

.event-item h3 {
	font-size: .9rem;
	color: #53aba0;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	padding: .75rem .75rem 0 .75rem;
	letter-spacing: 1px;
}

.event-item p {
	padding: 0 .75rem .75rem;
	font-size: 0.9rem;
	color: #666666;
}

.event-inner {
	border: 1px solid #999;
	position: relative;
}

.view-all {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.events-grid:hover .event-item {
	opacity: 0.4;
}

.events-grid:hover .event-item:hover {
	opacity: 1;
}

.events-grid .event-item:hover h3 {
	color: #2082A3;
}

.events-grid .event-item:hover .event-date {
	background: #2082A3;
}

/* ------------------------------------------------------------------------------------ */
/* Blog Styling --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.blog-section {
	margin-bottom: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.blog-section h2 {
	margin-bottom: 1.5rem;
	color: #8e9191;
	font-size: 2.125rem;
}

.blog-date {
	background-image: url('images/event-date.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-size: 15px;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	padding: 1rem;
}

.blog-date strong {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	clear:both;
	display:block;
}

.blog-title h3 {
	color: #007080;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
    display: flex;
    align-items: center;
}

/*
.blog-item p::first-line {
	font-weight: bold;
	letter-spacing: 1px;
	color: #007080;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase !important;
}
*/

@media only screen and (min-width: 1025px) {
	.blog-meta {
		display: flex;
		align-items: center;
	}
}

.blog-item a.more-link {
	display: none;
}

.blog-meta {
	margin-bottom: 1rem;
}

.blog-item p {
	margin-bottom: 1rem;
}

.excerpt-inner {
	margin-bottom:1.5rem;
}

a.more-link {
	display:none;
}

.nav-single span a {
	color: #cc5555;
}

.nav-single span a:hover {
	color: #007080;
}

/* ------------------------------------------------------------------------------------ */
/* Blog ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
h6.widget-title,h2.entry-title-post {
	font-family:"Roboto Slab",serif;
	font-style:italic;
	font-weight:700;
	color:#EE3B33!important;
	font-size:2rem!important;
}

.post-excerpt h2 a {
	color: #cc5555;
}

.post-excerpt h2 a:hover {
	color: #007080
}

#secondary h6.widget-title {
	font-style:normal!important;
	color:#000!important;
	font-weight:700;
	font-size:1.5rem!important;
}

span.categories-links {
	display: block;
	clear:both;
}

.categories-links a,.author a.url,a time.entry-date {
	color:#007080!important;
}

span.categories-links a:hover,.author a.url:hover,a time.entry-date:hover {
	color:#514B4B!important;
}

#secondary aside.widget {
	border:1px solid rgba(0,0,0,0.1);
	padding:1.5rem;
	margin:20px 0;
}

.widget-area .widget ul {
	margin-left:0;
	list-style:none;
}

#secondary aside.widget ul {
	list-style-type:none!important;
}

.widget-area .widget ul li {
	padding:.5rem 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.widget-area .widget ul li:last-of-type {
	border-bottom:0;
}

.widget-area .widget ul li a {
	color:#007080!important;
}

.widget-area .widget ul li a:hover {
	color: #cc5555 !important;
}

/* ------------------------------------------------------------------------------------ */
/* Forms ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

textarea {
	min-height: 0 !important;
	height: 5rem !important;
}

input:not([type]), 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea {
	margin: 0 !important;
}

/* ------------------------------------------------------------------------------------ */
/* Footer --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.footer_navigation {
	background: #383838;
	padding: 1rem 1rem 2rem;
}

.footer_navigation li a {
	color: #808082;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer_container {
	background: #212121;
	padding: 3rem 1rem 3rem;
	position: relative;
}

.footer_container:before {
	position: absolute;
	left: 0;
	width: 100%;
	content:"";
	height: 43px;
	background-image: url('images/black-topedge.png');
	top: -40px;
}

#footer .menu li a {
	color: #ffb37b;
	font-size: 13px;
	font-weight: normal;
}

.footer_navigation .menu .active > a {
	background: transparent;
}

.single-location-contact h3,
.single-location-listing h3,
#footer h4 {
	color: #63b5a8;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

#footer p {
	color: #b2b8ba;
	margin-bottom: 1rem;
}

.copyright {
	background: #0a0a0a;
	padding: 1.5rem;
}

.copyright p {
	color: #808080;
	font-size: 14px;
}

#menu-footer-menu li {
    border-right: 4px dotted #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-footer-menu li:last-of-type a {
	border-right: 0;
}

/* ------------------------------------------------------------------------------------ */
/* Breadcrumbs ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.breadcrumbs {
	background: transparent;
	border: 0;
	margin-top: 1.5rem;
	font-weight: 600;
	font-size: 13px;
	color: #8e9191;
	margin-left: 0;
	padding-left: 0;
	text-transform: none;
}

.breadcrumbs a {
	color: #2082a3;
	font-weight: 600;
	font-size: 13px;
}

/* ------------------------------------------------------------------------------------ */
/* Location List ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* .product-category-grid, */
.location-list {
    margin-top: -3rem;
    position: relative;
    margin-bottom: 2rem;
}

.location-list h2 {
	margin-top: 1.5rem;
}

.location-list hr {
    margin: 1rem 0;
}

.location-list h3 {
	font-size: 20px;
	color: #268a87;
}

.location-list h3 small {
	color: #268a87;
	font-size: 14px;
	line-height: 20px;
}

.single-location-contact h3,
.single-location-listing h3 {
	color: #268a87;
}

.gallery-image-wrapper {
	padding: 1rem;
}

.location-content {
	padding-top: 3rem;
}

.page-id-103 .location-content {
	padding-top: 0;
	padding-bottom: 3rem;
	padding-top: 3rem;
	border-top: 4px dotted #ccc;
}

.city-info {
	border-top: 4px dotted #ccc;
	padding-top: 1.5rem;
}

.location-list p a {
	color: #cc5555;
}

.location-list img {
	border: 1px solid #b2b8ba;
}

.row.store-location {
	padding-bottom: 1rem;
}

.row.store-location:not(:first-of-type) {
    border-top: 4px dotted #ccc;
    padding-top: 2rem;
    margin-top: 1rem;
}

/* ------------------------------------------------------------------------------------ */
/* Single Location -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.single-location-contact h2,
.single-location-listing h1 {
	display: inline-block;
	font-size: 36px;
}

.single-location-contact .location-phone,
.single-location-listing .location-phone {
	float: right;
	font-size: 26px;
}
.single-location-contact .location-phone a,
.single-location-listing .location-phone a {
	color: #999;
}

a.button.directions,
.single-location-contact a.button {
	background: #D0362A !important;
	color: white;
	border: 1px solid rgba(0,0,0,0);
}

.single-location-contact a.button:hover {
	background: white !important;
	border: 1px solid #D0362A;
	color: #D0362A !important;
}

.promotion-inner h3 {
	color: #cc5555;
	opacity:0;
	line-height: 1;
    font-size: 28px;
    text-transform: none;
	font-family: "Open Sans", sans-serif;
/* 	margin-top: 1.5rem; */
}

.promotion-section {
	border-top: 4px dotted #aaa;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.page-id-107 .promotion-section {
	border-bottom: 0;
}

.promotion-section h2 {
	margin-bottom: 2rem;
}

.promotion-inner:hover h3 {
	color: white;
	opacity: 1;
/*
    border-bottom: 4px dotted white;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
*/
}

#gform_wrapper_2 .gform_body {
	width: 75%;
}

.location-contact-info p.short-description {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 4px dotted #ccc;
}

.location-contact-info a {
	color: #2082a3;
}

.location-contact-info a:hover {
	color: #cc5555;
}

.location-contact-info ul.menu.inline {
	margin-bottom: 1rem;
}

.location-contact-info ul.menu.inline a {
	font-size: 2rem;
}

.location-contact-info ul.menu.inline a {
    font-size: 26px;
    margin-left: 0;
    padding-left: 0;
}

p.no-bottom-margin {
	margin-bottom: 0;
}

.location-menu a.lmi {
	color: #53aba0;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 2rem;
}

.location-menu a.lmi:hover {
	color: #cc5555
}

/* ------------------------------------------------------------------------------------ */
/* Products Page ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.product-category {
	position: relative;
}

.product-category h3 {
	font-size: 20px;
	font-weight: 600;
	color: #268a87;
	line-height: 1;
}

.product-category figure {
    background: white;
    border: 1px solid #999;
    border-bottom: 5px solid #999;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tax-figure figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

h3.underline {
    border-bottom: 4px dotted #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #268a87;
    font-size: 30px;
    margin-top: 2rem;
}

figure.category-image {
    min-height: 200px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background:white;
    padding: 1rem;
    margin-top: 2rem;
}

.product-categories figure img {
	max-height: 150px;
	width: auto;
}

.page-id-103 .category-inner:hover figure img {
    opacity: 0;
}

.page-id-103 .category-inner:hover figure {
    background: #999;
    color: white;
}

.page-id-103 .category-inner:hover a {
color: white;
}

.category-inner .hover-inner {
	display: none;
}

.category-inner:hover .hover-inner {
/*
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
*/
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    display:block;
}

figure {
	margin: 0;
}

.category-inner figure {
	position: relative;
}

.category-inner figcaption {
	display:none;
}

.category-inner:hover figcaption hr {
	margin: .25rem 0;
}

.category-inner:hover figcaption {
   position: absolute;
    top: 0;
    text-align: center;
    width: 84%;
    left: 8%;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
}



.category-inner:hover figcaption span {
	font-size: 13px;
	font-weight: 400;
	clear:both;
	display:block;
}

.spacer {
	padding-bottom: 3rem;
}

/* ------------------------------------------------------------------------------------ */
/* Mobile Styling --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

@media only screen and (max-width: 40rem) { 
	div.footer_navigation {
		display: none;
	}
	#offCanvasLeft a img {
		padding: .25rem;
	}
	#offCanvasLeft {
		
	}
	.title-bar.hide-for-large {
    	background: #d8d9d9;
    	color: #007080;
    }
    .title-bar a {
	    color: #007080;
    }
    .off-canvas {
		
    }
    .off-canvas ul li a {
	    color: #fff;
    }
    .off-canvas ul li a:hover,
    .off-canvas ul li a:active {
	    color: #ddd;
    }
    .is-accordion-submenu-parent > a::after {
	    border-color: white transparent transparent;
    }
    .off-canvas .menu .active > a {
	    background: #555;
	    color: #cc5555;
	    text-transform: none;
    }
    .side-by-side:last-of-type {
	    margin-top: 2rem;
	}
	.blog-date {
		margin-bottom: 1.5rem;
	}
}

@media only screen and (min-width: 40.063rem) and (max-width: 64rem) { 

}

@media only screen and (min-width: 64.063rem) { 
	#main-menu #menu-item-126 ul.menu {
		width: 100%;
		min-width: 64.063rem;
	}
	#main-menu #menu-item-126 ul.menu li {
		width: 33%;
	}
	#main-menu ul li:first-of-type ul li,
	#main-menu ul li ul li a {
		border: none;
		text-align: left;
	}
}

@media only screen and (min-width: 64.063rem) and (max-width: 90rem) { 

}

@media only screen and (min-width: 90.063rem) { 

}

@media only screen and (min-width: 90.063rem) and (max-width: 120rem) { 

}

@media only screen and (min-width: 120.063rem) { 

}

.event-inner .categories-links {
	padding: 1rem;
}

.single-store_event .content_wrap figure {
margin-bottom: 2rem;
}

/* NEW YORK SPECIFIC STYLING */
.postid-247 li#menu-item-141,
.postid-247 li#menu-item-128 {
	display: none !important;
}

#location-zz {
	display: none !important;
}

/* ADJUSTED 3718 */
.home .slick-next {
	right: 24px;
}

.home .slick-prev {
	left: 24px;
	z-index: 1;
}

.home .slick-prev:before, 
.home .slick-next:before {
    color: white;
    font-size: 3.875rem;
}

img.fullsize {
	width: 100%;
}

.divider hr {
    border-top: dotted #dddddd;
    border-width: 5px;
    height: 0;
    margin: 0;
    border-bottom: 0;
}

.page-template-page-store_location-php .slick-slide img {
    display: block;
    width: 100%;
}

.site-header span.h4 {
	color: #007080;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-header p {
	margin-bottom: 0.1rem;
	font-size: 14px;
	color: #888;
}

.locphone a {
	font-size: 18px;
	font-weight:bold;
	color: #666;
}

.locphone a:hover {
	color: #CF9762;
}

.page-template-page-store_location-php .newsletter-section:before {
	background:none;
}

.page-template-page-store_location-php .newsletter-section .button {
	background: #BE5C5A !important;
}
.page-template-page-store_location-php .newsletter-section .button:hover {
	background: #007080 !important;
}
.page-template-page-store_location-php .newsletter-section p,
.page-template-page-store_location-php .newsletter-section h2 {
	color: white;
}
.page-template-page-store_location-php .newsletter-section {
    background: #CE9562;
    padding-bottom: 65px;
    margin-bottom: -60px;
}

#menu-classes-sidebar.menu .active > a,
#menu-promotions-sidebar.menu .active > a {
	background: transparent;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}