/*
@media (min-width: 700px) {
  body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    width: 46%;
  	margin: 2%;
  }
}
@media (min-width: 1100px) {
  body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
    width: 29.3%;
  	margin: 2%;
  }
}
body .woocommerce ul.products {
 	display: flex;
  flex-wrap: wrap;
}*/
body .woocommerce-pagination {
  margin-bottom: 15px;
}
.ls_sm_en_ib_manage li > p {
  display: none;
}
.best-prices {
 background: #fffc37;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  padding: 10px;
}
body .woocommerce ul.products li.product a img, body .woocommerce-page ul.products li.product a img {
  margin-bottom: 1px;
}

.page-title-container {
  display: flex;
  align-items: center;
}
body .price-change-notification {
	margin-left: 10px;
}
.post-title {
  
}
body .ls_sm_en_ib_manage li, body .ls_sm_en_ib_manage {
  height: auto;
}
body .top-special-container {
  min-height: 315px;
  height: auto;
}
body .ls_sm_en_ibanner {
  margin-bottom: 0px;
}

#reason2 h2{
  		box-sizing: border-box;
  		background-color: green;
  		margin: 0 !important;
		padding: 18px !important;
	}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   min-height: 180px; 
}
body #search-form-products{
	width:322px;
}
@media (max-width:458px){
	#wrap{
	  clear: both;
  		padding: 0.5em 0.5em 0;
}
	#home-page-content .reason-block{
  		width: 100% !important;
  		margin: 0 !important;
 	 	box-sizing: border-box;
  		margin-bottom: 16px !important;
	}
	#header{
  		padding-left:0 !important;
  		padding-right: 0 !important;
	}
	#logo a{
  		width: 100% !important;
	}
	#logo .site-title{
    	width: 100%;
  		margin: 0;
	}
}

* {
  /*transition:.3s all;*/
	font-family: candara,arial,sans-serif !important;
}

#store-location-map * {
	max-width: initial;
}

.ls_sm_en_ib_manage li.hvr a, .ls_sm_en_ib_manage li.ui-state-active a, .ls_sm_en_ib_manage li.ui-state-active.hvr a {
	border-top-color: #F43939;
}

.ls_sm_en_ib_manage .labs {
	display: none;
}

.green-popup {
	z-index: 10;
	text-align: left;
	width: 94%;
	max-width: 600px;
	padding: 3% !important;
	background: white;
	box-shadow: 2px 2px 8px gray;
	border-radius: 10px;
}

.green-popup h6 {
	font-size: 18px;
	font-style: italic;
	margin: 18px 0 !important;
}

.green-popup h5 {
	font-size: 33px;
	padding-bottom: 10px  !important;
	border-bottom: 1px solid black;
	margin: 0 0 10px  !important;
}

.green-popup h4 {
	font-size: 20px;
	margin-top: 40px  !important;
}

.green-popup h2 {
	font-size: 18px;
	padding-bottom: 10px !important;
	border-bottom: 1px solid black;
	clear: both;
	padding-top: 20px !important;
	color: black;
}

.green-popup h3 {
	font-size: 16px;
	margin-top: 10px !important;
}

.intro-green-image {
	max-width: 200px !important;
	float: left;
	margin-right: 20px !important;
	border: 1px solid whitesmoke;
}

.ok-button {
	padding: 8px 14px !important;
	border: 1px solid #e84747;
	background: white;
	display: block;
	margin: 10px auto !important;
}

img.battery-type {
	height: 20px;
	float: left;
	cursor: pointer;
	font-size: 16px;
}

@media (min-height: 500px) {
	.green-popup {
		position: fixed;
		top: 25px;
		height: 450px;
		left: 50%;
		margin-left: -300px !important;
	}

	img.battery-type {
		margin-right: 10px !important;
		left: 0px;
		right: 0px;
		top: 0px;
	}
}

@media (max-height: 499px) {
	.green-popup {
		position: absolute;
	}
}

.reason-block {
	position: relative;
}

#footer {
	border-top: 5px solid rgb(255, 236, 42);
	border-bottom: 5px solid rgb(255, 236, 42);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: white !important;
	border: 1px solid #e84747;
	box-shadow: 1px 1px 5px gray;
}

#header-text h4 {
	text-shadow: 1px 1px 2px black;
}

#logo .site-title {
	text-shadow: 2px 2px 4px black;
}

#mainnav {
	border-bottom: 5px solid rgb(255, 236, 42);
	border-top: 5px solid rgb(255, 236, 42);
	box-shadow: 0 5px 10px gray;
}

#reason-2 {
	position: relative;
}

#recycle-sale {
	  position: absolute;
  top: 30%;
  left: 10%;
  right: 10%;
  font-size: 21px;
  background-color: rgba(253,253,253,0.82);
  padding: 7px 4px!important;
  color: rgb(224,55,55);
  font-weight: bold;
  border-radius: 3px;
  border: 3px solid rgb(220, 53, 53);
  box-shadow: 2px 2px 6px rgb(36, 36, 36);
}

#specials-promo {
	position: absolute;
  top: 30%;
  left: 10%;
  right: 10%;
  font-size: 21px;
  background-color: rgba(253,253,253,0.82);
  padding: 7px 2px!important;
  color: rgb(224,55,55);
  font-weight: bold;
  border-radius: 3px;
  border: 3px solid rgb(220, 53, 53);
  box-shadow: 2px 2px 6px rgb(36, 36, 36);
}

#sidebar {
	margin-top: 61px;
}

#footer #credit-link {
	float: none;
}

#footer {
	text-align: center;
}

#footer a {
	color: white;
}

#footer h6 {
	color: #bbb;
}

.product-category-inner .category-title {
}

@media (max-width: 640px) {
	.transposh_flags {
		padding: 0 !important;
		margin: 7px auto 9px !important;
		width: 100%;
		text-align: center;
	}
}

#logo img {
	height: 100px;
	width: 108px;
	float: left;
	margin-right: 13px;
	margin-top: -38px;
}

.product-categories ul {
	list-style: none;
}

.product-categories ul li {
	margin-top: 5px;
}

@media (max-width: 775px) {
	.top-special-container h6 {
		position: inherit !important;
	}
}

@media (max-width: 960px) {
	.reason-block {
		height: auto !important;
		width: 80% !important;
		border-radius: 0 !important;
		margin-left: 10% !important;
		margin-bottom: 20px !important;
	}

	#header-text h4 {
	}

	#header-text {
		height: auto !important;
		margin-bottom: 10px;
	}

	#header {
		padding-bottom: 0 !important;
	}

	#open-map-buttons a:first-child {
		margin-bottom: 15px;
	}

	.transposh_flags {
		padding: 0 0 2em 2em;
		margin-left: -4px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

ul.product-categories {
	list-style-type: none;
}

ul.product-categories > li > a {
	display: none;
}

.orderby {
	display: none !important;
}

.product h3 {
	font-size: 15px;
	color: #e84747;
}

.price-container {
	display: block;
	margin: 9px 0;
}

.blemished-price.price-container {
	margin: 9px 0 0;
}

.woocommerce-result-count {
	height: 0px !important;
	margin-bottom: 17px;
	overflow: hidden;
}
/* Front page CSS
*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: rgb(224, 224, 224);
}

#search-form-products {
	width: 300px;
	float: right;
}

.product-category {
	background: white;
}

.product-category-top,
.product-category-4 {
	height: 180px;
	float: left;
	margin-bottom: 32px;
	box-sizing: border-box;
	background: white;
	border: 1px solid #e84747;
	box-shadow: 1px 1px 5px gray;
}

@media (max-width: 600px) {
	.product-category-inner {
		padding: 4%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	.product-category-top,
	.product-category-4 {
		width: 100%;
		height: 200px;
		margin: 3px;
		position: relative;
		overflow: hidden;
	}

	.small-none {
		height: 0px;
		width: 100%;
		display: block;
	}

	#credit-link {
		margin-top: 10px;
	}
}

@media (min-width: 601px) {
	.product-category-inner {
		padding: 4%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}

	#logo {
		white-space: nowrap;
		display: inline-block;
	}

	.product-category-top,
	.product-category-4 {
		height: 180px;
		float: left;
		margin-bottom: 10px;
	}

	.product-category-top {
		width: 31.333%;
		margin-left: 3%;
	}

	.product-category-4 {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 27px;
	}

	.product-category-top.leftmost,
	.product-category-4.leftmost {
		margin-left: 0;
	}
}

#header-wrap {
	display: inline-block;
	width: 100%;
}

@media (min-width: 961px) {
	#header-text p {
		text-align: right;
	}
}

#header-text {
	height: 33px;
	margin-top: -0.7em !important;
}

#header-text p {
	font-size: 20px !important;
	color: black !important;
	font-weight: bold !important;
	line-height: 26px !important;
}

#header-text h4 {
	font-size: 31px;
	color: #e84747;
	font-weight: bold;
	margin-bottom: 5px;
}

#wrapper {
	background: url('/wp-content/themes/dynamic-news-lite/images/crossword.png');
}

#header-wrap {
	background: none !important;
}

.transposh_flags {
	float: left;
	margin: -38px 0 0 45px;
}

.transposh_flags a {
	padding: 0 4px;
	color: rgb(52, 52, 52);
}

@media (min-width: 960px) and (max-width: 1099px) {
	.top-special-container h6 {
		bottom: 0px;
	}

	.top-special-container h3 {
		top: 0px;
	}
}

@media (max-width: 775px) {
	.specials-featured-right {
		position: static !important;
		clear: both;
		padding-top: 26px;
	}

	.top-special-container {
		height: auto !important;
	}

	.specials-slider {
		float: none !important;
		margin: 0px auto !important;
		height: 374px !important;
	}
}

@media (min-width: 818px) and (max-width: 959px) {
	.specials-featured-right {
	}
}

.ls_sm_en_ibanner_overlay {
	max-width: 82%;
}

.ls_sm_en_ib_manage li a .zag {
	font-size: 12px !important;
}

.ui-tabs-nav .thmb {
	display: none;
}

@media (min-width: 1100px) {
	#wrapper {
		max-width: 1100px;
		width: 1100px;
	}
}

@media (max-width: 1099px) {
	#wrapper {
		width: 100%;
	}
}

#mid-reasons {
	text-align: center;
}

.page-title {
	text-align: left;
}

.smart-slider-canvas-inner * {
	text-align: left;
}

.reason-block > img {
	max-width: none;
}

#home-page-content {
	margin: 4% 0;
}

#home-page-content * {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	;
	/* padding: 0px; */;
}

#home-page-content > .reason-block h2 {
	margin: 22px 0;
}

html {
	padding: 0;
	margin: 0;
}

.main-header {
	padding: 1%;
	width: 90%;
	background-color: rgb(98, 98, 98);
	display: block;
	margin: 4% auto;
	box-sizing: border-box;
}

#slides {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0px;
}

#slide1 img.main-image {
	width: 100%;
	margin-top: -4%;
}

#slide2 img.main-image {
	width: 100%;
	/* min-height: 100%; */
	/* margin-top: -20%; */;
}

.main-header img#battery {
	width: 18%;
	position: absolute;
	z-index: -9;
	top: 52%;
	left: 40%;
}

.main-header h1 {
	position: absolute;
	top: 6%;
	left: 6%;
	color: white;
	text-shadow: 1px 1px 2px rgb(221, 221, 221);
	color: w;
	/* background-color: rgb(229, 23, 31); */
	/* padding: 20px 26px; */
	font-size: 43px;
}

body {
	/*text-align:center*/
	;
}

.site-main {
	width: 100%;
	max-width: 1000px;
	display: inline-block;
	background-color: whitesmoke;
	text-align: center;
	box-sizing: border-box;
}

.battery-cost-block {
	box-shadow: 0px 1px 6px gray;
	text-shadow: 1px 1px rgb(97, 72, 72);
	width: 22%;
	height: 33%;
	background-color: #e84747;
	padding: 11px 15px 15px;
	position: absolute;
	top: 39%;
	left: 60%;
	z-index: 10;
	text-align: left;
}

.battery-cost-block h2 {
	font-size: 30px;
}

.battery-cost-block h3 {
	font-size: 59px;
	line-height: 62px;
}

.battery-cost-block h4 {
	font-size: 18px;
	line-height: 18px;
}

.battery-cost-block h5 {
	margin-top: 5px;
}

.battery-cost-block span.call-now {
}

.battery-cost-block h2,
h3,
h4,
h5 {
	padding: 0;
	color: white;
	margin: 0;
}

@media (min-width: 701px) {
	.reason-block {
		/* margin-top: 4%; */
		border: 5px solid white;
		position: relative;
		width: 30%;
		box-sizing: border-box;
		height: 486px;
		box-shadow: 0px 0px 3px gray;
		float: left;
		text-align: center;
		overflow: hidden;
	}

	#reason1 {
		margin-right: 5%;
	}

	#reason3 {
		margin-left: 5%;
	}

	.reason-block > img {
		height: 100%;
		margin-top: 0%;
		display: inline-block;
		margin-left: -79px;
		max-width: none;
	}

	#reason1 img {
	}

	.main-header {
		height: 400px;
	}

	#store-location-map {
		height: 450px;
		border: 2px solid #e84747;
		box-shadow: 1px 1px 5px gray;
	}
}

@media (max-width: 700px) {
	.reason-block {
		/* margin-top: 4%; */
		border: 5px solid white;
		position: relative;
		width: 90%;
		margin: 5% !important;
		box-sizing: border-box;
		height: 397px;
		box-shadow: 0px 0px 3px gray;
		float: left;
		text-align: center;
		overflow: hidden;
	}

	.reason-block > img {
		min-width: 100%;
		height: 100%;
		margin-top: 0%;
		display: inline-block;
		margin-left: 0px;
	}

	.main-header {
		height: 60%;
	}

	#store-location-map {
		height: 300px;
	}
}

.reason-block > h2 {
	color: rgb(255, 255, 255);
	margin: 21px !important;
	font-size: 20px;
	/* position: absolute; */;
}

.reason-block h3k {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.74);
	margin: 0px;
	font-size: 23px;
	font-family: arial;
	color: rgb(224, 224, 224);
	padding: 5px 5px;
	padding-top: 5px;
}

.reason-sub {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0px;
	font-family: arial;
	color: rgb(224, 224, 224);
	/* padding: 5px 5px; */
	padding-top: 5px;
}

#home-page-content .reason-sub h3 {
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.93);
	padding: 5px;
	color: white;
	line-height: 23px !important;
}

.reason-sub h4 {
	font-size: 16px;
	background-color: rgba(46, 155, 43, 0.6);
	padding: 6px;
	display: none;
}

#reason1 {
	background-color: rgb(255, 236, 42);
 /*rgb(8, 106, 176);*/;
}

#reason1 h2, #reason3 h2 {
	color: black;
}

#reason2 {
	cursor: pointer;
	background-color: rgb(0, 173, 9);
}

#reason3 {
	background-color: rgb(255, 236, 42);
}

#reason4 {
	display: none;
}

#slide1 {
	display: none;
}

#store-location-map {
	/* float: left; */
	width: 100%;
	margin: 0% 0 4%;
	background-color: rgb(215, 215, 215);
	display: inline-block;
	float: right;
	border: 5px solid white;
	box-sizing: border-box;
}

#call-now h2 {
	font-size: 24px;
	color: #e84747;
}

#call-now h2 strong {
	font-size: 27px;
}

#call-now {
	clear: both;
	float: left;
	margin-top: 4%;
	text-align: center;
	width: 100%;
	/* background-color: #F4F4F4; */
	padding: 20px;
	box-sizing: border-box;
	border-top: 2px dashed #e84747;
	border-bottom: 2px dashed #e84747;
	margin-bottom: 4%;
}

#open-map-buttons {
	margin-bottom: 4%;
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
}

#open-map-buttons a {
	background-color: rgb(255, 255, 255);
	padding: 20px;
	color: #e84747;
	text-decoration: none;
	margin: 0 7%;
	font-size: 21px;
	border: 2px solid #e84747;
	display: inline-block;
}

.more-info {
	margin: 5%;
	padding: 1%;
	border: 3px solid gray;
	padding: 0 2% 2%;
	background-color: rgb(234, 234, 234);
	border: 5px solid white;
	float: left;
	box-shadow: 1px 1px 5px gray;
}

#what-we-believe {
	text-align: left;
	margin-bottom: 2.5%;
	margin-right: 1%;
}

#what-we-believe h2 {
	text-align: left;
	margin-top: 2%;
	margin-left: 2%;
}

#what-we-believe h2:first-child {
	/* margin-top: 1%; */;
}

#what-we-believe p {
	margin-left: 5%;
	margin-top: 2%;
	line-height: 26px;
}

#call-now a {
	color: #e84747;
}

#mid-reasons {
	float: left;
	width: 100%;
	margin: 5% 0 0;
}

#mid-reasons span {
	margin: 0 2%;
	font-style: italic;
	color: rgb(107, 107, 107);
	font-family: 'Yellowtail', cursive !important;
	font-size: 34px;
}

#mid-reason-1s {
	float: left;
	width: 100%;
	margin: 2% 0;
}

#mid-reasons-1 span {
	margin: 0 2%;
	font-style: italic;
	color: rgb(107, 107, 107);
	font-family: 'Yellowtail', cursive;
	font-size: 34px;
}
/* Enter Your Custom CSS Here */

.product {
	padding: 10px !important;
	border: 3px solid rgb(228, 228, 228);
	box-shadow: 1px 1px 3px rgb(145, 145, 145);
}

#searchform .screen-reader-text {
	display: none !important;
}

.woocommerce-ordering select {
	padding: 5px !important;
	background-color: whitesmoke !important;
	border-radius: 0px !important;
}

.answer {
	margin-left: 40px;
}

#mainnav-menu li:last-child a {
	/*border: .2em solid #e84747;*/
	box-sizing: border-box !important;
	padding: 1.5em;
	background-color: #e84747;
}

#fact-and-myths li {
	/*list-style-type:none !important;
  margin-bottom:*/;
}

#facts-and-myths > li {
	margin-bottom: 10px;
}

#facts-and-myths li ul li {
	list-style-type: none !important;
}

#header-search {
	width: 225px;
	float: right;
	margin-top: 1%;
	margin-right: 1%;
}

#header-text p {
	font-size: 31px;
	color: #e84747;
	font-weight: bold;
}

.woocommerce h1.product_title {
	font-size: 2em;
	margin-top: 6px;
	margin-bottom: 15px;
	border-bottom: 1px dashed gray;
	padding-bottom: 10px;
}

.woocommerce posted_in {
	margin-top: 18px;
}

.excerpt p {
	line-height: 22px;
}

.woocommerce product p {
	line-height: 22px;
}

.search .page-description {
	display: none !important;
}

.specials-featured-right {
	position: absolute;
	left: 471px;
	bottom: 0px;
	right: 0px;
	top: 0px;
}

.top-special-container h3 {
	font-size: 25px;
	font-weight: bold;
	/* text-decoration: underline; */
	margin-bottom: 28px;
	background-color: #e84747;
	padding: 12px;
	color: white;
	box-shadow: 2px 2px 4px gray;
}

.top-special-container h6 {
	line-height: 148%;
	font-size: 18px;
	padding: 6%;
	border: 2px solid rgb(224, 216, 216);
	box-shadow: 1px 1px 5px rgb(86, 84, 84);
	bottom: 0px;
	position: absolute;
	background: white;
}

.wa_wps_image_carousel {
	clear: both;
}

.wa_wps_image_carousel img {
	width: 200px;
}

.wa_wps_title a {
	font-size: 25px;
}

.wa_wps_price span {
	font-size: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background: #e84747 !important;
	border: 1px solid #e84747;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background: #e84747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x !important;
}

.caroufredsel_wrapper {
	height: 270px !important;
	width: 100% !important;
}

.ls_sm_en_ibanner {
	width: 100% !important;
	height: 100%;
}

.ls_sm_en_ibanner_banner {
	height: 78.947368421%;
}

.specials-slider {
	border: 2px solid rgb(202, 202, 202);
	padding: 4px;
	float: left;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px gray;
}

@media (min-width: 888px) {
	.real-deals-main-description {
		box-sizing: border-box;
		padding: 1%;
		border: 2px solid rgb(232, 232, 232);
		box-shadow: 0 0 4px gray;
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}

.ls_sm_en_ib_manage li {
	width: 200px;
}

.ls_sm_en_ib_manage .labs {
	width: 33.3333333% !important;
}

.ls_sm_en_ib_manage li a {
	width: auto;
}

.ls_sm_en_ib_manage li a {
	padding: 6px 6px !important;
}

h3#featured-products-header {
	margin-bottom: 35px;
}

h3#featured-products-header,
h3#all-products-header {
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	clear: both;
	float: left;
	margin-top: 7.5%;
	text-decoration: underline;
	font-size: 36px;
	text-transform: uppercase;
	width: 100%;
	color: black;
	text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	box-sizing: border-box;
}

a.wps_prev {
	background-position: 0 -100px !important;
}

a.wps_next {
	background-position: -50px -100px !important;
}

h3#all-products-header {
	margin-bottom: 27px;
	margin-top: 50px;
}

.ls_sm_en_ib_manage {
	width: 100%;
}

.ui-tabs-nav {
	width: 100%;
}

#text-2 {
	box-shadow: none;
	border: none;
	margin-bottom: 14px;
	height: 0px;
}

@media (min-width: 0px) {
	.top-special-container {
		width: 100%;
		margin-top: 10px;
		height: 315px;
		float: left;
		position: relative;
	}
}

@media (min-width: 551px) {
	.specials-slider {
		height: 100%;
		width: 460px;
	}
}

@media (max-width: 550px) {
	.specials-slider {
		width: 100%;
		margin: 0%;
		height: 300px;
	}
}

@media (min-width: 960px) and (max-width: 1100px) {
	.specials-featured-right h6 {
		line-height: 21px;
	}
}

.hidden {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0!important;
	padding-bottom: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

@media (max-width:943px) {
	#logo img {
		float: none;
	}

	#logo a {
		display: inline-block;
	}

	#header-wrap {
		text-align: center;
	}

	.transposh_flags {
		margin: 0;
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		padding: 3px 0 18px;
	}

	#search-form-products {
		overflow: hidden;
	}

	#header {
		text-align: center;
	}

	#logo {
		text-align: center;
	}

	#header-text {
		float: none !important;
		margin: 4px 0 9px;
	}

	.site-title {
		width: 465px;
		margin-left: -40px;
	}

	.small-hidden {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: 0 !important;
		overflow: hidden;
	}
@	media (max-width:550px) {
		#logo{
  white-space: normal;
	}

	#logo img {
		float: none;
		margin-top: 8px;
	}

	#logo .site-title {
		width: auto;
	}
}

@media(min-width:944px) {
	#logo {
		float: left !important;
	}
}

.reason-block {
	border-radius: 400px;
/* height: 20%; */
	height: 0;
	box-sizing: content-box;
	padding: 13%;
	width: 0;
}

#reason2 {
	background: url('http://www.mrbatteryofdallas.com/wp-content/uploads/2014/11/green_leaves-e1415403252891.jpg');
}

.hours-open {
	font-weight: normal;
}

.ls_sm_en_ibanner div {
	color: white;
}