/*============================================	
			21-03-2018
============================================*/
.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.page-id-125345 #hero{
	height: auto;
}
.page-id-125345 #content {
    margin-top: 75px;
}
.page-id-125345 #main{
	width: 100% !important;
	max-width: 100% !important;
}
.page-id-125345 #footer {
    margin-top: 75px !important;
}


.page-template-page-where-to-buy #hero{
	height: auto;
}
.page-template-page-where-to-buy #content {
    margin-top: 75px;
}
.page-template-page-where-to-buy #main{
	width: 100% !important;
	max-width: 100% !important;
}
.page-template-page-where-to-buy #footer {
    margin-top: 75px !important;
}
.callRetailer {
    padding-top: 20px;
}
.mainSearch {
    margin-top: 20px;
}
.mainSearch input {
    /*height: 40px;*/
    border-radius: 0;
    border-color: #ccc;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
    min-height: 40px;
    box-shadow: none;
}
input#where_to_buy_submit{
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	text-transform: uppercase;
    line-height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    
}
input#where_to_buy_submit:hover {
    cursor: pointer;
    background: #ee2e24;
    color: #fff;
    border-color: #ee2e24;
}
.divTitleSubtitle h2{
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}
.resultMap {
    height: 550px;
}
.filterBy {
    padding: 15px 0 0;
}
.resultMapSection {
    padding: 30px 0px 0;
}
.resultMapSection .resultMap{
	width: 100%;
}
.resultMapSection .resultLogo{
    display: none;
}
.resultMapSection.afterResult .resultLogo {
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
}

.resultMapSection.afterResult .resultMap {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.resultLogo ul {
    padding: 0px 10px 0 0;
}
.resultLogo ul li {
	display: inline-block;
	width: 45%;
	padding:2.5%;
    cursor: pointer;
}
/*.resultLogo ul li img{
	padding:5px;
}*/
.divFilterCapsules{display: none;}
.divFilterCapsules span{
	margin-right: 10px;
	display: inline-block;
}
.divFilterCapsules span.searchItems {
    display: inline-block;
    padding: 4px 14px;
    background: #ee2e24;
    color: #fff;
    border-radius: 15px;
    font-weight: 700;
    margin: 5px 10px 5px 0;
    border: 2px solid #ee2e24;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    text-transform: capitalize;
}
span.searchItems:hover {
    background: transparent;
    cursor: pointer;
    color: #ee2e24;
}
span.searchItems:hover a{
    color: #ee2e24;
}
.divFilterCapsules .searchItems .fa.fa-times {
    font-size: 17px;
    font-weight: 400;
    margin-left: 5px;
}
.divFilterCapsules .searchItems a{
	color: #fff;
}

.marker a {
    color: red;
}
.marker .disclaimer {
    max-width: 300px;
    width: 100%;
}
.marker .directions {
    position: absolute;
    right: 20px;
    top: -14px;
}
.marker .directions a {
    font-size: 25px;
}
.marker .left {
    padding-right: 20px;
}
.marker .view_more, .marker .disclaimer {
    margin-top: 10px;
}

.resultLogo ul li:hover img{

    opacity: 1;
}
.resultLogo ul li img {
    /*transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;*/
    cursor: pointer;
    opacity: 0.7;
}
.resultLogo ul li.active img {
    opacity: 1;
}
div#response_msg {
    color: red;
}
.callRetailer{
    display: none;
}
.callRetailer.afterResult{
    display: block;
}

div#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    text-align: center;
}
#loader img {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shop-container {
    padding: 10px;
    margin: 10px 0px;
}
a.btn-shop {
    position: relative;
    border: 2px solid #ee2e24;
    padding: 5px 15px;
    color: #ee2e24;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
}
a.btn-shop:hover {
    background:#ee2e24;
    color:#fff;
}
@media(max-width: 767px){
	.resultMapSection.afterResult .resultLogo{
		width: 100%;
	}
	.resultLogo ul li{
		width: auto;
		padding: 5px;
        max-width: 120px;
	}
	.resultLogo ul {
	    padding: 0px 0px 0 0;
	    text-align: center;
	}
	.resultMapSection.afterResult .resultMap{
		width: 100%;
	}
    .page-template-page-where-to-buy #content {
        margin-top: 50px;
    }
}