/*
Theme Name: Tonylukes
Description: Custom designed Wordpress theme for Tonylukes
Author: Roja Interactive
Author URI: http://www.rojaweb.com
Version: 2.0.0
*/



@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
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; }

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

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*** General Settings ***/
body { background: #fff; color: #060404; font-family:  'Mulish', sans-serif; font-size: 16px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
h1 { font-size: 42px; }
h2 { font-family: "Bowlby One", sans-serif; font-size: 32px; }
h3 { font-family:  'Mulish', sans-serif; font-size: 26px; font-weight: bold; }
h4 { font-family:  'Mulish', sans-serif; font-size: 22px; font-weight: bold; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
p { line-height: 26px; margin: 0 0 15px 0; }
a { color: #bf2e1a; text-decoration: none; }
a:hover { text-decoration: underline; }
strong,b { font-weight: bold; }
u { text-decoration: underline }
i,em { font-style: italic; }
img { height: auto; max-width: 100%; }

img.alignleft { float:left; margin:0 20px 10px 0; }
img.alignright { float:right; margin:0 0 10px 20px; }
img.aligncenter { display: block; margin: 0px auto; }
figure.wp-block-image, figure.wp-block-gallery, .wp-block-image { margin-bottom: 30px; }

.mobile-menu-toggle,
.mobile-menu-list {
	display: none;
}

.btn-red {
	background: #bf2e1a;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn-red:hover {
	background: #ffffff;
	color: #000000;
}
.btn-red-white-border {
	background: #bf2e1a;
	border-radius: 30px;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	text-decoration: none;
}
.btn-red-trans {
	border: 1px solid #DE2B2B;
	border-radius: 30px;
	color: #DE2B2B;
	display: inline-block;
	font-size: 16px;
	padding: 15px 30px;
	text-decoration: none;
}
.btn-red-trans:hover {
	background: #DE2B2B;
	color: #ffffff;
}
.btn-black {
	background: #000000;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 20px 40px;
	
}
.btn-red:hover,
.btn-red-trans:hover,
.btn-black:hover {
	text-decoration: none;
}



#wrapper {
	position: relative;
}

.container {
	margin: 0px auto;
	width: 1110px;
}
#alert-bar {
	/*background: #E13C3C;*/
	background: #DE2B2B;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 0;
    text-align: center;
	position: relative;
	z-index: 10;
}
#alert-bar .widget {
	margin: 0px;
}
#alert-bar p {
	margin: 0px;
}
#alert-bar p a {
	color: #ffffff;
	text-decoration: underline;
}

#header {
	background: #000000 url(images/bg-banner.jpg) no-repeat scroll 50% 0;
	background-size: cover;
	padding: 20px 0px;
}
.home #header {
	/*background: rgba(0,0,0,0.3);*/
	background: none;
	padding-top: 30px;
	padding-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

/*.home #header:before {
	background: rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	left: 0px;
	width: 0px;
	height: 100%;
	width: 100%;
}*/
#header .logo {
	float: left;
	margin: 0px;
	max-width: 140px;
}
.home #header .logo {
	max-width: 100%;
}
#header .content {
	float: right;
	padding-top: 30px;
}
.home #header .content {
	padding-top: 25px;
}
#menu {
	float: left;
}
#menu li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
	z-index: 1000;
}
#menu li a {
	color: #ffffff;
	display: inline-block;
	font-family: "RocknRoll One", sans-serif;
	font-size: 13px;
	padding: 20px 0px;
	text-transform: uppercase;
}
#menu li a:hover {
	text-decoration: none;
}
#menu li a:hover span,
#menu li.active a span,
#menu li.current-menu-item a span {
	border-bottom: 2px solid #e13c3c;
}

#menu ul ul {
	background: #bf2e1a;
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
}
#menu ul ul li {
	display: block;
	margin: 0px;
}
#menu ul ul li span {
	border: 0px none!important;
}

#menu ul ul li a {
	display: block;
	padding: 12px 20px;
}
#menu ul ul li a:hover {
	background: #a51a1a;
	
}
#menu ul ul li a:hover span {
	border-bottom: 0px;
}

.mobile-location { 
	display: none;
}

#header .button {
	float: right;
	margin-left: 40px;
}
#header .button .btn-red {
	border: 2px solid #ffffff;
	font-family: "RocknRoll One", sans-serif;
	font-size: 14px;
}
#header .button .cart {
	border: 1px solid #ffffff;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	margin-right: 15px;
	padding: 5px 8px;
}





#sub-footer {
	color: #ffffff;
	margin-bottom: -150px;
	position: relative;
	z-index: 100;
}
#sub-footer .container {
	max-width: 990px;
}
#sub-footer .outer {
	background: #bf2e1a;
	border-radius: 180px;
	padding: 10px;
}
#sub-footer .inner {
	border: 1px dashed #ffffff;
	border-radius: 180px;
	padding: 90px 30px;
	text-align: center;
}
#sub-footer h2 {
	font-family: "Bowlby One", sans-serif;
	font-size: 32px;
	line-height: 40px;
}
#sub-footer p {
	font-family: 'Mulish';
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}

#sub-footer .btn-red-white-border {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -94px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
#sub-footer .btn-red-white-border:hover {
	background: #ffffff;
	color: #bf2e1a;
}

#footer {
	background: #000000 url(images/bg-footer.jpg) no-repeat scroll 50% 100%;
	background-size: cover;
	padding: 240px 0px 90px;
	position: relative;
}
#footer .logo {
	margin-bottom: 100px;
	text-align: center;
}
#footer .socials {
	text-align: center;
}
#footer .socials li {
	display: inline-block;
	margin: 0px 5px 5px;
}


#bottom {
	background: #181818;
	padding: 50px 0px;
	text-align: center;
}
#bottom .copyright {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 30px;
}
#bottom .copyright a {
	color: #ffffff;
}
#bottom .info {
	color: #686868;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}


/*** Homepage Styles ***/
#main-banner {
	background: #000000 url(images/bg-banner.jpg) no-repeat scroll 50% 0;
	background-size: cover;
	color: #ffffff;
	padding-top: 290px;
	padding-bottom: 450px;
	text-align: center;
	
}
#main-banner .main {
	margin: 0px auto 65px;
	max-width: 800px;
}
#main-banner .main .pre-title {
	font-family: "RocknRoll One", sans-serif;
	font-size: 20px;
}
#main-banner .main h1 {
	font-family: 'Courage Road';
	font-size: 60px;
	line-height: 80px;
}
#main-banner .main p {
	font-family: "RocknRoll One", sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 80px;
}

.how-to-wrapper {
	width: 100%;
}
.how-to-wrapper.sticky {
	position: fixed;
	bottom: 40px;
	left: 0%;
	width: 100%;
	z-index: 200;
}
.how-to-wrapper.bottom {
	margin: 50px 0px 100px;
}

.how-to-wrapper.bottom-position {
	bottom: 260px;
	transition: all 0.3s ease;
}

.how-to {
	background: #f1f1f0;
	border-radius: 40px;
	margin: 0px auto;
	max-width: 1300px;
}


.how-to .label {
	/*background: #e13c3c;*/
	background: #000000;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	float: left;
	padding: 30px 60px;
}
.how-to .label h3 {
	color: #ffffff;
	font-family: "Bowlby One", sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
.how-to .steps {
	float: right;
}
.how-to .steps .item {
	color: #060404;
	float: left;
}
.how-to .steps .item a {
	border-right: 1px solid #d2d2d2;
	color: #060404;
	display: block;
	font-family: "RocknRoll One", sans-serif;
	padding: 17px 50px;
}
.how-to .steps .item a:hover {
	color: #d23838;
	text-decoration: none;
}
.how-to .steps .item.last a {
	border-right: 0px;
}
.how-to .steps .item .icon {
	margin-right: 10px;
	vertical-align: middle;
}
.how-to .steps .item .text {
	font-size: 16px;
}

.awards h2 {
	font-family: "Bowlby One", sans-serif;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 15px;
}
.awards .pre-title {
	font-family: "RocknRoll One", sans-serif;
	font-weight: 300;
}



.about {}

.about .pre-title {
	font-family: "RocknRoll One", sans-serif;
	font-size: 16px;
}
.about .after-title {
	color: #bf2e1a;
	font-family: "RocknRoll One", sans-serif;
	font-size: 18px;
}
.about h2 {
	font-family: "Bowlby One", sans-serif;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
}


.home-store {
	color: #909090;
}
.home-store .heading h2 {
	color: #ffffff;
	font-family: 'Courage Road';
	font-size: 36px;
	line-height: 48px;
}
.home-store .heading p {
	font-family: 'Mulish';
	font-size: 18px;
	font-weight: bold;
}
.home-store .heading p a {
	text-decoration: underline;
}
.home-store .list h3 {
	font-family: "Bowlby One", sans-serif;
	font-size: 24px;
	font-weight: normal;
}


.franchising .pre-title {
	font-family: "RocknRoll One", sans-serif;
}
.franchising .after-title {
	font-family: "RocknRoll One", sans-serif;
	font-size: 18px;
}
.franchising h2 {
	font-family: 'Courage Road';
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.catering h2 {
	font-family: "Bowlby One", sans-serif;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}
.catering .pre-title {
	font-family: "RocknRoll One", sans-serif;
}


.latest-news h2 {
	font-family: "RocknRoll One", sans-serif;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
}
.latest-news .list {
	text-align: left;
}
.latest-news .list h3 {
	font-family: 'Mulish';
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
}
.latest-news .list h3 a {
	color: #000000;
}
.latest-news .list img {
	border-radius: 20px;
}
/*** End Homepage Styles ***/


/****IPS *****************/
#infoMenu,#infoDirection{ border-radius: 30px;  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-size: 15px;}
#store-infowindow ul{  margin-bottom: 10px;}
.map_container{  margin-top: -35px;border: 5px solid transparent;margin-left: -6px;position: relative !important;}
.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;}*/


.map_arrow {
	position: absolute;
	right: 5px;
}

.map_arrow button span {
	background: url(images/icons/icon-close.png) no-repeat scroll 50% 50%;
	background-size: 100%;
	mask-image: none!important;
	height: 20px!important;
	width: 20px!important;
}
.map_arrow button {
	height: 40px!important;
	width: 40px!important;
}
.middle-info {
	padding: 10px 20px 10px 10px;
}


#atic_print,#atic_gmail,#atic_favorites,#atic_more,#at15pf{display: none !important;}

/*** 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-family: 'Courage Road';
	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: 'Mulish';
	font-size: 14px;
	height: 35px;
	padding: 10px;
	width: 185px;
}
.find-a-store .refine-search input[type="submit"] {
	background: url(images/icon-search-btn-new.png) no-repeat scroll 50% 50% #bf311b;
	background-size: 50%;
	border: 0px none;
	cursor: pointer;
	height: 35px;
	padding: 0px;
	vertical-align: top;
	width: 35px;
}
.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-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;
	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;
	border-radius: 30px;
}


.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 .details .buttons a:hover {
	background: #000000;
	transition: all 0.3s ease;
}
.store-details .details .logo {
	margin-bottoM: 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;
}



/*** 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-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: 'Mulish';
	font-size: 18px;
	height: 50px;
	margin: 0px;
	padding: 5px;
	width: 400px;
}
.search-form input[type="submit"] {
	background: #ffffff url(images/search-button2.jpg) no-repeat scroll 50% 50%;
	background-size: 80%;
	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; 
}

.search-form input[type="submit"]:hover {
	background: #ffffff url(images/search-button2.jpg) no-repeat scroll 50% 50%;
	background-size: 80%;
}

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




.footer-menu {
	margin-bottom: 30px;
}
.footer-menu li {
	display: inline-block;
	margin: 0px 10px 15px;
}
.footer-menu li a {
	color: #ffffff;
	font-size: 14px;
}


#main-body.narrow .container {
    max-width: 960px;
}


#content {
	padding: 100px 0px;
}

#content-main {
	float: left;
	width: 70%;
}
#sidebar {
	float: right;
	width: 25%;
}

.entry-title,
.content-title h1 {
	color: #bf2e1a;
	font-family: 'Courage Road';
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 50px;
	text-align: center;
}

.entry-list .entry-title {
	font-family: 'Mulish';
	font-size: 32px;
	font-weight: 900;
	line-height: 42px;
	text-align: left;
	margin-bottom: 20px;
}
.entry-list .entry-title a {
	color: #000000;
}

.entry-content ul,
.entry-content ol,
.entry-summary ul,
.entry-summary ol {
	line-height: 25px;
	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;
}

.entry-item {
    margin-bottom: 50px;
}

.entry-thumbnail {
    margin-bottom: 15px;
}

.widget {
	margin-bottom: 30px;
}
.widget h3 {
	font-family: 'Mulish';
	font-weight: 900;
}

#sidebar .widget ul li {
    line-height: 18px;
    margin-bottom: 15px;
}



/*** Pagination ***/
.pagination {
    clear: both;
    font-size: 14px;
	padding: 20px 0;
    position: relative;
}
.pagination span,
.pagination a {
	background: #bf2e1a;
	color: #ffffff;
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    width: auto;
}
.pagination a:hover {
    background: #780407;
	color: #fff;
}
.pagination .current {
	background: #000000;
    color: #ffffff;
    padding: 15px 20px 15px 20px;
}



/*** Comments ***/
#comments,
#reply-title {
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 50px;
}

ol.commentlist { list-style: none; margin: 0px 0 25px; padding: 0; text-indent: 0; }
ol.commentlist li { margin-bottom: 30px; padding: 20px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 15px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 22px; margin-bottom: 10px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float: right; margin:0 0 15px 15px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size: 16px; margin-bottom: 10px; }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { font-size: 16px; margin: 0 0 15px; }
ol.commentlist li.comment ul { font-size: 16px; list-style: square; margin: 0 0 10px 20px; }
ol.commentlist li.comment div.reply { font-size: 16px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; text-indent: 0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}
.comment-form input[type="text"] {
	height: 40px;
	padding: 5px;
}
.comment-form textarea {
	padding: 5px;
}

input[type="submit"],
button[type="submit"] {
	background: #bf2e1a;
	border: 0px none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 25px;
	transition: all 0.3s ease;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #000000;
	color: #ffffff;
}
.woocommerce ul.products li.product .button {
	transition: all 0.3s ease;
}
.woocommerce ul.products li.product .button:hover {
	background: #000000;
	color: #ffffff;
}

.wp-block-embed-youtube iframe {
	max-width: 100%;
}
.entry-content .bwg_nav_cont_0 {
	display: block;
	padding: 20px 0px;
	text-align: center;
}
.entry-content .bwg_nav_cont_0 span {
	display: inline-block;
}
.entry-content #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
	font-family: 'Mulish';
	font-size: 16px;
}
.entry-content #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a,
.entry-content #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
	display: inline-block;
	font-family: 'Mulish';
	font-size: 30px;
	padding: 0px;
	height: 50px;
	line-height: 45px!important;
	vertical-align: middle;
	width: 50px;
}
 
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
	font-size: 16px!important; 
}

body.category #content-main {
	float: none;
	margin: 0px auto;
}
body.category #sidebar {
	display: none;
}