/*
Theme Name: Tony Lukes 
Description: Custom designed Appetizing Sites theme for Tony Lukes.
Author: Appetizing Sites
Author URI: http://www.appetizingsites.com
Version: 1.0
*/


/*** Roja Reset - taken from eric meyer with some added defaults ***/
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
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; }
em { font-style: italic }
strong, b { font-weight: bold }

/*** Remember to define focus styles! ***/
:focus { outline: 0; }

/***Remember to highlight inserts somehow! ***/
ins { text-decoration: none; }
del { text-decoration: line-through; }

/*** Some default classes ***/
.left{ float:left; }
.right { float:right; }
.clear{ clear:both; }

img.alignleft { float:left; margin:0 30px 10px 0; }
img.alignright { float:right; margin:0 0 30px 10px; }
img.aligncenter { display: block; margin: 0px auto 30px; }

.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
*:first-child+html .clearfix { zoom: 1; }
.clear { clear: both; }

/*** General Settings ***/
body { background: #ffffff; color: #393939; font-family: 'latoregular', Arial, sans-serif; font-size: 16px; line-height: 22px; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
h1 { color: #393939; font-family: 'cocogooseregular'; font-size: 48px; line-height: 52px; text-transform: uppercase; }
h2 { color: #bf2e1a; font-family: 'latoblack'; font-size: 28px; line-height: 34px; text-transform: uppercase; }
h3 { color: #bf2e1a; font-family: 'latoblack'; font-size: 22px; line-height: 28px; }
h4 { color: #393939; font-family: 'latoblack'; font-size: 20px; line-height: 24px; }
h5 { color: #393939; font-family: 'latoblack'; font-size: 18px; line-height: 22px; }
h6 { color: #393939; font-family: 'latoblack'; font-size: 16px; line-height: 20px; }
p { margin: 0 0 30px 0; }
a { color: #bf2e1a; text-decoration: none; }

.container {
	margin: 0px auto;
	width: 1170px;
}

/*** Alert Bar ***/
#alert-bar {
	background: #bf2e1a;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	z-index: 101;
}
#alert-bar p {
	margin: 0px;
}
#alert-bar a {
	color: #ffffff;
}

/*** Header ***/
#header {
	margin-bottom: 30px;
	position: relative;
	z-index: 1000;
}
#header .logo {
	float: left;
	margin-top: 24px;
}
.home #header {
	margin-bottom: 0px;
}

#header .nav-utils {
	float: right;
}

#header .utils {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}
#header .utils li {
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}
#header .utils .cart-count {
	background: #bf2e1a;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}

#header .utils .btn-buy-online {
	background: #bf2e1a;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	padding: 8px 25px 10px;
}




/*** Navigation ***/
.navigation {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navigation ul {}
.navigation ul li {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.navigation ul li.last a {
	margin-right: 0px;
}
.navigation ul li a {
	color: #393939;
	display: block;
	float: left;
	font-family: 'latobold';
	font-size: 16px;
	line-height: 18px;
	padding: 15px 0px;
	text-transform: uppercase;
}
.navigation ul li.active a,
.navigation ul li a:hover  {
	background: url(images/star.png) no-repeat scroll 50% 0;
	color: #bf2e1a;
	text-decoration: none;
	
}
.navigation ul li a span {
	border-right: 1px solid #000000;
	padding-right: 15px;
}
.navigation ul li.last a span {
	border-right: 0px none;
	padding-right: 0px;
}
.navigation ul ul {
	background: #bf2e1a;
	display: none;
	left: 0px;
	position: absolute;
	top: 100%;
	width: 250px;
	z-index: 1000;
}
.navigation ul li.last ul {
	right: 0px;
	left: auto;
}
.navigation ul ul li {
	background: none;
	display: block;
	float: none;
	margin: 0px;
}
.navigation ul ul li a {
	color: #ffffff;
	display: block;
	float: none;
	margin: 0px;
	padding: 8px 15px;
	text-transform: capitalize;
}
.navigation ul ul li a span {
	border-right: 0px none;
	padding: 0px;
}
.navigation ul ul li a:hover {
	background: #9D1F0E;
	color: #ffffff;
} 

/*** Mobile Menu ***/
.mobile-menu-toggle,
.mobile-menu-list {
	display: none;
}


/*** Search form ***/
.search-form {
	background: url(images/bg-search-form.png) no-repeat;
	
	clear: right;
	float: right;
	height: 170px;
	position: relative;
	width: 930px;
	z-index: 1;
}
.search-form .inner {
	
	padding: 15px 56px 0px 50px; 
}
.search-form label {
	display: none;
}
.search-form .image-avatar {
	float: left;
	margin: -38px 20px 0px 0px;
}
.search-form .search-field {
	float: left;
	width: 400px;
}
.search-form .shipping-advert {
	float: right;
	margin-right: 20px;
	text-align: center;
	width: 170px;
}
.search-form .shipping-advert .image {
	
}
.search-form .shipping-advert p {
	margin: 0px;
}
.search-form .shipping-advert p.title {
	background: #bf2e1a;
	text-transform: uppercase;
}
.search-form .shipping-advert p a {
	background: #bf2e1a;
	color: #ffffff;
	font-size: 17px;
	line-height: 14px;
}
.search-form h1 {
	background: #bf2e1a;
	color: #ffffff;
	font-family: 'cocogooseregular';
	font-size: 26px;
	line-height: 27px;
	text-transform: uppercase;
	vertical-align: middle;
}
.search-form fieldset {
	background: url(images/search-arrow.jpg) no-repeat scroll 80px 0px;
	padding-top: 8px;
	position: relative;
}
.search-form input[type="text"] {
	background: #ffffff;
	border: 0px none;
	border-radius: 9px;
	color: #7a7a7a;
	float: left;
	font-family: 'latoregular';
	font-size: 18px;
	height: 40px;
	margin: 0px;
	padding: 5px;
	width: 400px;
}
.search-form input[type="submit"] {
	background: #ffffff url(images/search-button.png) no-repeat;
	border: 0px none;
	color: #000000;
	cursor: pointer;
	font-size: 0px;
	height: 49px;
	line-height: 0px;
	text-indent: -9999px;
	padding: 0px;
	position: absolute;
	right: 3px;
	top: 9px;
	width: 49px; 
}

.home .search-form {
	margin-bottom: -65px;
}

/*** Main Body ***/
#main-body {}

/*** Banner ***/
.banner {
	position: relative;
}
.banner li {
	height: 100%;
	width: 100%;
}
.banner img {
	height: auto;
	width: 100%;
}
.banner .prev {
	background: url(images/buttons/btn-arrow-left.png) no-repeat;
	cursor: pointer;
	height: 30px;
	left: 2%;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 17px;
	z-index: 100;
}
.banner .next {
	background: url(images/buttons/btn-arrow-right.png) no-repeat;
	cursor: pointer;
	height: 30px;
	right: 2%;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 17px;
	z-index: 100;
}

/*** About ***/
.about {
	padding: 0px;
	text-align: center;
}
.about .image {
	float: right;
	margin-left: 30px;
}
.about h1 {
	color: #bf2e1a;
	margin-bottom: 0px;
	padding-top: 20px;
}
.about h2 {
	color: #393939;
}
.about p {
	font-size: 16px;
}


/*** Latest News ***/
.latest-news {
	color: #ffffff;
	text-align: center;
}
.latest-news .heading {
	background: #bf2e1a url(images/bg-latest-news.jpg) repeat-x;
	color: #000000;
	padding-bottom: 100px;
	padding-top: 80px;
	position: relative;
}
.latest-news .heading:before {
	background: rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
.latest-news .container {
	position: relative;
}
.latest-news h1 {
	color: #ffffff;
	margin-bottom: 10px;
}
.latest-news h2 {
	color: #f6eac9;
	margin-bottom: 0px;
}
.latest-news .list {
	/*background: #ffffff;*/
	margin-top: -40px;
	position: relative;
}
.latest-news .item {
	background-color: #ffffff;
	float: left;
	width: 50%;
}
.latest-news .image {
	overflow: hidden;
	width: 50%;
}
.latest-news .image img {
	display: block;
	height: auto;
	max-width: 100%;
}
.latest-news .description {
	color: #393939;
	width: 50%;
}
.latest-news .description .inner {
	padding: 30px 10px;
}
.latest-news .description h4 {
	font-family: 'latoblack';
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.latest-news .description h4 a {
	color: #393939;
}
.latest-news .description p {
	margin-bottom: 25px;
}
.latest-news .description .summary {
	line-height: 20px;
}
.latest-news .description .more {
	color: #bf2e1a;
	font-family: 'latobold';
	font-size: 12px;
	text-decoration: underline;
}

.latest-news .row-1 .image {
	float: right;
}
.latest-news .row-1 .description {
	float: left;
}

.latest-news .row-2 .image {
	float: left;
}
.latest-news .row-2 .description {
	float: right;
}

/*** Teaser ***/
.teaser {
	padding: 80px 0px;
	text-align: center;
}
.teaser h1 {
	color: #bf2e1a;
	margin-bottom: 0px;
}
.teaser h2 {
	color: #393939;
	margin-bottom: 50px;
}
.teaser .item {
	float: left;
	margin-right: 13px;
	width: 381px;
}
.teaser .item.last {
	margin-right: 0px;
}
.teaser .item .title {
	display: none;
}
.teaser .image {
	margin-bottom: 15px;
}
.teaser h3 {
	color: #393939;
	font-family: 'latoblack';
	margin-bottom: 10px;
}
.teaser h3 a {
	color: #393939;
}


/*** Franchising ***/
.franchising {
	background: #bf2e1a url(images/bg-franchising.jpg) repeat;
	color: #ffffff;
	padding: 60px 0px;
	text-align: center;
}
.franchising h1 {
	color: #ffffff;
	margin-bottom: 0px;
}
.franchising h2 {
	color: #f7eac9;
	margin-bottom: 40px;
}
.franchising h3 {
	color: #ffffff;
	font-family: 'latobold';
	font-size: 24px;
	margin-bottom: 0px;
}
.franchising p {
	font-size: 18px;
}
.franchising .btn {
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	font-family: 'latobold';
	font-size: 18px;
	padding: 15px 35px;
	text-decoration: none;
	text-transform: uppercase;
}

.page-franchise .access {
	font-size: 18px;
	padding: 0px 170px;
	text-align: center;
}
.page-franchise .access hr {
	border: 0px;
	border-bottom: 1px solid #c9c9c9;
	margin: 0px 0px 30px;
}
.page-franchise input[type="submit"] {
	background: #bf2e1a;
	border: 0px none;
	color: #ffffff;
	cursor: pointer;
	font-family: 'latoblack';
	font-size: 16px;
	padding: 10px 30px;
	text-transform: uppercase;
}

/*** Instagram ***/
.instagram {
	padding: 60px 0px;
	position: relative;
}
.instagram h1 {
	color: #bf2e1a;
	display: none;
}
.instagram ul {
	background-color: #ffffff;
	padding: 5px;
}
.instagram ul li {
	float: left;
	margin-right: 6px;
}
.instagram ul li.last {
	margin-right: 0px;
}
.instagram ul li img {
	display: block;
}
.instagram .btn { 
	left: 50%;
	margin-left: -120px;
	position: absolute;
	top: 100px;
	
}

/*** Footer ***/
#footer-bottom-wrapper {
	background: #202020;
}

#footer {
	background: url(images/bg-footer.jpg) no-repeat;
	background-size: cover;
	margin-top: 30px;
	padding: 90px 0px;
	text-align: center;
}
#footer h1 {
	/*color: #bf2e1a;*/
	color: #ffffff;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#footer h2 {
	color: #ffffff;
	margin-bottom: 70px;
}
#footer ul {
	overflow: hidden;
}
#footer ul li {
	display: inline-block;
	margin: 0px 9px;
}

/*** Bottom ***/
#bottom {
	background: #000000 url(images/bg-bottom.jpg) repeat;
	color: #ffffff;
	font-size: 12px;
	padding: 30px 0px;
	position: relative;
	text-align: center;
}


#bottom .copyright {
	margin: 0px;
}
#bottom .links {
	margin-bottom: 10px;	
}
#bottom .links li {
	
	display: inline-block;
	margin-left: 25px;
}
#bottom a {
	color: #ffffff;
}
#bottom  a:hover {
	text-decoration: underline;
}


/*** Content ***/
#content {
	background-color: #ffffff;
	padding: 40px;
}
/*.two-column #content {
	background-color: transparent;
	padding: 0px;
}*/
#content-main {
	background-color: #ffffff;
	float: left;
	/*padding: 20px;*/
	width: 840px;
}
#content-side {
	float: right;
	width: 200px;
}

/*** Post ***/
.post-list .post {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}



.post-list .post .image{
	float: left;
	width: 30%;
}
.post-list .contentarea {
	float: right;
	width: 68%;
}



.post {
	
}
.post .date {
	/*color: #bfbfbf;*/
	color: #737373;
}
.post .summary {
	font-size: 16px;
	word-wrap: break-word;
}
.post .summary ul,
.post .summary ol {
	list-style-position: inside;
	margin: 20px 0px;
	padding-left: 35px;
}
.post .summary ul li,
.post .summary ol li {
	margin-bottom: 10px;
}
.post .summary ul {
	list-style-type: disc;
}
.post .summary ol {
	list-style-type: decimal;
}
.post .summary a {
	text-decoration: underline;
}

.post .image img {
	height: auto;
	max-width: 100%;
}

.post-pagination {
	overflow: hidden;
}
.post-pagination .prev {
	float: left;
}
.post-pagination .next {
	float: right;
}

/*** Widget ***/
#content-side .widget {
	background-color: #ffffff;
	margin-bottom: 30px;
	/*padding: 20px;*/
}
#content-side .widget h3 {
	color: #393939;
	font-size: 17px;
	font-family: 'latobold';
	line-height: 22px;
	text-transform: uppercase;
}
#content-side .widget ul li {
	line-height: 18px;
	margin-bottom: 15px;
}
#content-side .widget ul li a:hover {
	text-decoration: underline;
}

.widget-login .error {
	color: #BF311B;
}

/*** Login ***/
.login {
	margin: 0px auto;
	width: 320px;
}
.login h3 {
	text-align: center;
}
.login .form label {
	color: #777;
	display: block;
    font-size: 14px;
	margin-bottom: 5px;
}
.login .form input[type="text"],
.login .form input[type="password"] {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	box-sizing: border-box;
    color: #32373c;
	font-size: 24px;
    padding: 5px 10px;
    transition: border-color 0.05s ease-in-out 0s;
	width: 100%;
}
.login .form .login-remember {
	float: left;
}
.login .form .login-submit {
	text-align: right;
}
.login .form .button-primary {
	background: #00a0d2;
    border: 1px solid #0073aa;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
	cursor: pointer;
	padding: 5px 20px;
    text-decoration: none;
}

/*** Client Dashboard ***/
.page-template-client-dashboard h1 span {
	font-size: 30px;
	vertical-align: middle;
}
.files {
	list-style-type: decimal;
	padding-left: 15px;
}

/*** Find A Store ***/ 
.find-a-store {
	
}
.find-a-store .title {
	/*background: #bf311b url(images/bg-title.jpg) no-repeat scroll 50% 50%;*/
	color: #bf311b;
	font-size: 32px;
	/*line-height: 0px;
	height: 72px;
	margin: 0px 82px 30px;*/
	margin-bottom: 0px;
	text-align: center;
}
.find-a-store .title img {
	margin: -60px 20px -10px 0px;
	vertical-align: middle;
}
.find-a-store .locator {
	border: 10px solid #bf311b;
	position: relative;
}
.find-a-store .drawer {
	border-right: 1px solid #bf311b;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 290px;
}
.find-a-store .refine-search {
	border-bottom: 1px solid #bf311b;
	padding: 10px;
}
.find-a-store .refine-search input[type="text"] {
	background-color: #edeeee;
	border: 0px none;
	font-family: 'latoregular';
	font-size: 14px;
	height: 15px;
	padding: 10px;
	width: 185px;
}
.find-a-store .refine-search input[type="submit"] {
	background: url(images/icon-search-btn.png) no-repeat scroll 50% 50% #bf311b;
	border: 0px none;
	cursor: pointer;
	height: 35px;
	padding: 0px;
	vertical-align: top;
	width: 40px;
}
.find-a-store .results {
	height: 614px;
	overflow: auto;
}
.find-a-store .results .item {
	border-bottom: 1px solid #bf311b;
	padding: 10px;
	position: relative;
	cursor:pointer;
}
.find-a-store .details h3 {
	color: #000000;
	font-family: 'latobold';
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	width: 85%;
}
.find-a-store .details p {
	margin-bottom: 5px;
}
.find-a-store .details .address {
	color: #606060;
	font-size: 13px;
	list-style-type: none;
}
.find-a-store .details .address li {
	line-height: 16px;
}
.find-a-store .details .phone-mobile {
	display: none;
}
.find-a-store .details .hours {
	font-size: 13px;
	margin-bottom: 5px;
}
.find-a-store .details .hours.CLOSED span {
	color: #bf311b;
}
.find-a-store .details .hours.OPEN span {
	color: green;
}
/*.find-a-store .other {
	display: none;
}*/
.find-a-store .links li {
	margin-bottom: 10px;
}
.find-a-store .links .btn {
	color: #ffffff;
	display: inline-block;
	font-family: 'latobold';
	margin-right: 5px;
	padding: 6px 14px;
	text-decoration: none;
}
.find-a-store .links .btn-red {
	background-color: #bf311b;
}
.find-a-store .links .btn-black {
	background-color: #000000;
}
.find-a-store .links .btn-grey {
	/*background-color: #8c8c8c;*/
	background-color: #757575;
}


.find-a-store .refine-search label {
	display: none;
}
.find-a-store .refine-search input[type="submit"] {
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
}

.find-a-store .arrow {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.find-a-store .map {
	margin-left: 290px;
	height: 670px;
}
.find-a-store .map iframe {
	height: 100%;
	width: 100%;
}

.find-a-store .coming-soon {
	padding-top: 20px;
	text-align: center;
}

/*** Store Details ***/
.store-details .search-form {
	float: none;
	margin: 0px auto;
}
.store-details .search-form .image {
	float: left;
}
.store-details .search-form input[type="text"] {
	width: 100%;
}
.store-details .map {
	background-color: #e0dbd5;
	float: left;
	width: 520px;
}
.store-details .map #map_canvas {
	border: 0px none!important;
	border-radius: 0px!important;
}
.store-details .details {
	float: right;
	width: 540px;
}

.store-details .details .address {
	color: #5b5b5b;
}
.store-details .details .phone {
	color: #000000;
	margin-bottom: 10px;
}
.store-details .details .hours h3 {
	margin-bottom: 0px;
}
.store-details .details .hours p {
	margin-bottom: 10px;
}
.store-details .details .hours span {
	color: #bf311b;
	text-transform: uppercase;
}
.store-details .details .hours li {
	background-color: #ededed;
	margin-bottom: 5px;
	padding: 5px;
	overflow: hidden;
}
.store-details .details .hours li.even {
	background-color: transparent;
}
.store-details .details .hours li span {
	color: #393939;
	float: left;
	width: 120px;
}
.store-details .details .buttons {
	margin-bottom: 10px;
}
.store-details .details .buttons span {
	display: inline-block;
	margin-bottom: 5px;
}
.store-details .details .buttons a {
	background-color: #bf311b;
	color: #ffffff;
	display: inline-block;
	padding: 5px 20px;
}

.store-details .menu {
	padding: 40px 0px 45px;
	text-align: center;
}
.store-details .menu .image {
	margin-bottom: 25px;
}
.store-details .menu .image img {
	height: auto;
	max-width: 100%;
}

.store-details .menu .buttons span {
	display: inline-block;
}

.store-details .menu .btn {
	background-color: #bf311b;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	margin: 0px 10px;
	padding: 10px 20px;
}
.store-details .menu p {
	margin: 0px;
}
.store-details .more-info {
	margin-bottom: 25px;
	padding: 0px 95px;
}
.store-details .more-info h2 {
	text-align: center;
}
.store-details .more-info .image {
	float: left;
	height: 150px;
	margin-right: 25px;
	width: 150px;
}
.store-details .more-info .image img {
	height: auto;
	max-width: 100%;
}

.store-details .more-info .description p {
	margin-bottom: 15px;
}

.store-details .back {
	clear: both;
	margin-bottom: 15px;
}

/*** Column ***/
.one-half-column { 
	float: left;
	margin-right: 2%;
	width: 48%;
}
.one-half-column.last {
	margin-right: 0px;
}

.video iframe { width: 100%; }

/*** Contat Form ***/
.contact-form input[type="text"] {
	width: 98%!important;
}
.contact-form select {
	width: 98%!important;
}
.contact-form input[type="submit"]{
	background: #bf2e1a;
	border: 0px none;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 30px;
}


/*** Woocommerce ***/
.woocommerce  #content {
	
}
.woocommerce .title {
	margin-bottom: 40px;
	overflow: hidden;
}
.woocommerce #content-main {
	float: left;
	padding: 0px;
	width: 770px;
}
.woocommerce #content-side {
	float: right;
	width: 250px;
}
.woocommerce .widget {
	padding: 0px;
}
.woocommerce .widget h3 {
	border-bottom: 1px solid #dcdcdc;
	color: #bf311b;
	font-family: 'latoblack';
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.archive.woocommerce ul.products li.product, 
.archive.woocommerce-page ul.products li.product {
	width: 30%;
}

.woocommerce .product-categories li {
	background: url(images/list-star.jpg) no-repeat scroll 0 5px;
	padding-left: 20px;
}
.woocommerce .product-categories li li {
	background: none;
}

.woocommerce ul.products {
	padding: 30px 0px;
}
.woocommerce ul.products li {
	text-align: center;
}
.woocommerce ul.products li.product h3 {
	color: #393939;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
	color: #393939;
	font-size: 16px;
}
.woocommerce ul.products li.product .button {
	background: #bf2e1a;
	border-radius: 30px;
	color: #ffffff;
	font-family: 'latoblack';
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 35px;
	text-transform: uppercase;
}
.woocommerce #review_form #respond .form-submit input {
	background: #bf2e1a;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'latoblack';
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #1E85BE;
}
.woocommerce div.product form.cart .button {
	background: transparent;
	border: 2px solid #bf2e1a;
	border-radius: 0px;
	color: #bf2e1a;
	font-family: 'latoblack';
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	opacity: 1!important;
	padding: 13px 25px;
	text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
	background: #bf2e1a!important;
	color: #ffffff!important;
}
.woocommerce div.product .single_variation {
	color: #393939;
	margin-bottom: 15px;
}

.woocommerce .product_meta .sku_wrapper {
	display: block;
	margin-bottom: 15px;
}


.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
	float: left;
}

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	margin: 10px 10px 0px 0px;
}

.woocommerce nav.woocommerce-pagination {
	float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	float: none;
	margin-right: 3px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0px none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0px none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	background: #f3f3f3;
	color: #60646c;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000000;
	color: #ffffff;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #1E85BE;
	text-decoration: none;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #1E85BE;
    color: #fff;
}

.woocommerce .checkout-button {
	display: inline-block!important;
}

.woocommerce .woocommerce-message {
	border-top-color: #1E85BE;
}

/*** About Tony ***/
.about-tony {}
.about-tony .list {
	padding-top: 20px;
}
.about-tony .row {
	margin-bottom: 20px;
}
.about-tony .column {
	width: 48%;
}
.about-tony .column h3 {
	color: #393939;
	font-family: 'latoblack';
	font-size: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.about-tony .column h3 a {
	color: #393939;
	text-decoration: none;
}
.about-tony .column h3 a:hover {
	color: #bf2e1a;
}
.about-tony .column p {
	font-size: 16px;
}
.about-tony .column .image {
	margin-bottom: 15px;
}
.about-tony .column .image img {
	height: auto;
	max-width: 100%;
}
.about-tony .videos .column {
	text-align: center;
}
.about-tony .videos iframe {
	width: 100%;
}
.page-tony-luke-jr h1 {
	margin-bottom: 5px;
}

.page-request {
	overflow: hidden;
}
.page-request .image {
	float: left;
	width: 28%;
}
.page-request .description {
	float: right;
	width: 70%;
}

/****IPS *****************/
#infoMenu,#infoDirection{   cursor: pointer; width: 100px; color: #FFF; border: 1px #BF311B; padding: 6px;margin: 10px 15px 0px 0px; background: #bf311b;}
.item.selected{  background-color: #edeeee;}
.operation-details,.telephone{font-weight: bold;}
.operation-details .OPEN{color: green;margin-right: 5px;}
.operation-details .CLOSED{color: #bf311b;margin-right: 5px;}
#store-infowindow h3{margin-bottom: 0px;}
#store-infowindow h3 a{  color: #000000;font-family: 'latobold';font-size: 15px;}
#store-infowindow ul{  margin-bottom: 10px;}
.map_container{  margin-top: -35px;border: 5px solid #000;margin-left: -6px;}
.map_arrow{border-right-width:13px !important;border-left-width:13px !important;border-top-width:26px !important;  border-top-color: rgba(255, 255, 255, 0) !important;  left: 129px !important;}
#map_canvas { height: 100%;width: 100%;}
.middle-info{border-radius: 0px !important;background-color: #fff !important;}
/*.addthis_sharing_toolbox {
  border: 1px solid #DDD;
  width: auto;
  float: right;
  padding: 5px 5px 0px 5px;
  margin-top: 11px;
  position: absolute;
  left: 145px;
  width: 108px;
}
.social_arrow::before{  border: 1px solid #000;}*/
#atic_print,#atic_gmail,#atic_favorites,#atic_more,#at15pf{display: none !important;}



.product-category-mobile { display: none; }


.home-video {
	margin: 0px auto 20px auto;
	width: 640px;
}


/*** Pagination ***/
ul.page-numbers {
    list-style: none;
    margin: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}
.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}
.page-numbers a span { padding: 0 }
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}
.page-numbers:hover { text-decoration: none }


#related_posts_thumbnails li {
	border: 0px none!important;
	margin-bottom: 35px!important;
}
#related_posts_thumbnails span {
	display: block;
}

.single-post .widget-recent-posts {
	display: none;
}

#related_posts_thumbnails li img {
height: auto;
max-width: 100%;
}

.woocommerce .quantity .qty {
	height: 28px;
}

.related.products {
	clear: both;
}
.woocommerce-tabs .wc-tabs {
	display: none;
}

.woocommerce ul.products li.product a img {
	max-width: 100%;
}

.woocommerce .woocommerce-mini-cart__buttons .button {
	margin-right: 5px;
} 
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	height: 35px;
	font-size: 16px;
	padding: 10px;
}
.woocommerce #order_comments {
	height: 100px;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	font-size: 16px;
	padding: 5px;
}

.woocommerce #coupon_code {
	padding: 9px 6px;
	/*width: 100px!important;*/
}
.select2-container .select2-selection--single {
	height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	padding-left: 10px;
}


.page-tony-lukes-at-home .post .title {
	text-align: center;
}
.page-tony-lukes-at-home .post .summary h2 {
	text-align: center;
	text-transform: capitalize;
}
.page-tony-lukes-at-home .post .summary h3 {
	color: #000000;
}
.page-tony-lukes-at-home .entry-leading {
	margin-bottom: 30px;
	padding-top: 40px;
}
.page-tony-lukes-at-home .entry-leading .image {
	float: left;
	width: 48%;
}
.page-tony-lukes-at-home .entry-leading .summary {
	float: right;
	width: 48%;
}
.page-tony-lukes-at-home .entry-leading .summary ul {
	padding-left: 0px;
}
.page-tony-lukes-at-home .entry-logos {
	margin-bottom: 30px;
	text-align: center;
}
.page-tony-lukes-at-home .entry-logos span {
	margin: 0px 20px;
}
.page-tony-lukes-at-home .entry-padded {
	padding: 0px 200px;
}
.page-tony-lukes-at-home .entry-padded h4 {
	font-family: 'latoregular';
	font-style: italic;
}
.btn-standard {
	background: #bf2e1a;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	padding: 15px 30px;
	text-decoration: none!important;
}

#related_posts_thumbnails li:hover {
	background: #ffffff!important;
}

.entry-content ul,
.entry-content ol,
.entry-summary ul,
.entry-summary ol {
	margin-bottom: 20px;
	padding-left: 30px;
}
.entry-content ul,
.entry-summary ul {
	list-style-type: disc;
}
.entry-content ol,
.entry-summary ol {
	list-style-type: decimal;
}

.woocommerce .woocommerce-mini-cart__buttons .button,
.woocommerce .woocommerce-mini-cart__buttons .button:hover{
	background: #bf2e1a;
	color: #ffffff;
}


.woocommerce div.product form.cart .variations label {
	font-size: 16px;
}
.woocommerce div.product form.cart .variations select {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 5px;
}

.woocommerce-variation-price {
	font-size: 22px;
}

.wc_gc_giftcard_message textarea {
	height: 150px;
	width: 100%
}


.woocommerce_gc_giftcard_form input[type=text],
.wc_gc_giftcard_message textarea{
	font-family: 'latoregular', Arial, sans-serif;
	font-size: 16px;
	padding: 5px;
}
 
.wc_gc_field.wc_gc_giftcard_delivery  {
	display: none;
}

.woocommerce_gc_giftcard_form label {
	font-size: 16px;
	font-weight: 700;
}

.post .title {
	text-align: center;
}

.post-list .title {
	text-align: left;
}


.page-id-2978 .post .summary h3 {
	color: #000000;
}
.page-id-2978 .post .summary h3 a {
	color: #000000;
	text-decoration: none;
}

#main-body .narrow {
	margin: 0px auto;
	max-width: 800px;
}

img {
	height: auto;
	max-width: 100%;
}

input[type="submit"] {
	background: #bf2e1a;
	border: 0px none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 30px;
}


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

.woocommerce ul.products.columns-2 {
	text-align: center;
} 

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	display: inline-block;
	float: none;
	margin: 0px 5% 30px!important;
}

.woocommerce .quantity .qty {
	height: 38px;
}

.add_gift_card_form #wc_gc_cart_redeem_form button {
	padding: 10px;
}
.woocommerce-cart .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
	padding: 10px;
}

.post .image {
	margin-bottom: 20px;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	border-color: #d6d6d6;
	color: #757575;
	height: 3.5em;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-color: #d6d6d6;
	color: #757575;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	top: 5px;
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
	top: 2px;
}
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	top: 2px;
	
}
.wc-block-components-form .wc-block-components-checkout-step {
	padding-left: 0px;
}

.wc-block-components-order-summary-item__quantity {
	top: 10px;
}

h2.wc-block-components-title {
	color: #000000;
}
.woocommerce-error {
	border: 0px none;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	height: 3.5em;
}

.wc-block-components-button:not(.is-link) {
	cursor: pointer;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #696970;
	font-family: 'latoregular', Arial, sans-serif;
	height: 43px;
}

.woocommerce .select2-container .select2-selection--single {
	height: 43px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 43px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
}

.woocommerce .select2-container--default .select2-selection--single {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #696970;
}
.woocommerce #order_comments {
	font-family: 'latoregular', Arial, sans-serif;
}

#customer_details h3,
#customer_details h4 {
	color: #000000;
	font-family: 'latoregular';
}

.woocommerce-checkout strong {
	font-family: 'latoregular';
	font-weight: 400;
}
.woocommerce table.shop_table th {
	font-weight: 400;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
}

.add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
	font-family: 'latoregular', Arial, sans-serif;
	font-size: 16px;
	height: 25px;
	padding: 8px 10px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	color: #696970;
	font-family: 'latoregular', Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border: 1px solid #d6d6d6;
}
#add_payment_method #payment div.payment_box input.input-text::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box textarea::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box input.input-text::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box textarea::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box input.input-text::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box textarea::-webkit-input-placeholder {
	color: #696970;
}

.add_gift_card_form #wc_gc_cart_redeem_form button {
	cursor: pointer;
	vertical-align: top;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	display: block;
	float: none;
	padding: 15px;
	width: 100%;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #696970;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #696970;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #696970;
}
:-moz-placeholder { /* Firefox 18- */
  color: #696970;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #f4f8f9;
	border: 1px solid #d6d6d6;
	padding: 0px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: #ffffff;
	border-top: 1px solid #d6d6d6;
	margin: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.payment_method_authorizenet > label {
	display: block;
	padding: 1em;
}

/*#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border: 0px none;
	padding: 0px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0px;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: none;
	padding: 0px;
}

.woocommerce-checkout #payment div.payment_box p {
	margin-bottom: 10px;
}

.woocommerce-checkout-payment  {
	padding-top: 30px;
}

*/


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: transparent;
	border-top-color: transparent;
	padding: 15px 30px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	left: 0px;
}

.woocommerce .secure-checkout {
	padding-top: 20px;
	text-align: center;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	position: sticky;
	top: 0px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}
.add_gift_card_form #wc_gc_cart_redeem_form button {
	height: 45px;
}

.coupon-form .woocommerce-info {
	margin-bottom: 0px;
}

.woocommerce form.checkout_coupon .wp-element-button {
	padding: 14px 20px;
}


.woocommerce-checkout .post .title {
	display: none;
}

.has-black-color {
	color: #000000;
}

.woocommerce .woocommerce-error {
	color: #b81c23;
	font-weight: bold;
}

.page-description {
	clear: both;
}