/*Store page layout*/



.store-offers-heading {
    margin: 20px 0 10px;
}

.store-footer {
    clear: both;
	margin: 20px 0;
	font-size: 12px;
	font-size: 12px;
    border-bottom: 1px solid #ededed;
}

.store-footer-heading-date {
	color: #444;
}

.store-footer-content{
    width: 410px;
    float: right;
}

.store-footer-store-desc{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.store-footer-seo{
    margin-top: 10px;
    color: #666;
    clear: both;
}

.store-archive-button{
    display: inline-block;
    text-align: right;
}

/*Reveal All*/
.reveal_all {
    background: #ededed;
    padding: 12px 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

.reveal-all-cta {
    padding: 15px 55px 15px 10px;
    background-color: #0097c2;
    background:  -moz-linear-gradient(top,  rgba(9, 155, 192, 0.8) 0%, rgba(0, 125, 184, 0.8) 100%);
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,  rgba(9, 155, 192, 0.8)), color-stop(100%, rgba(0, 125, 184, 0.8)));
    background:  -webkit-linear-gradient(top, rgba(9, 155, 192, 0.8) 0%, rgba(0, 125, 184, 0.8) 100%);
    background:  -o-linear-gradient(top,  rgba(9, 155, 192, 0.8) 0%, rgba(0, 125, 184, 0.8) 100%);
    background:  -ms-linear-gradient(top,  rgba(9, 155, 192, 0.8) 0%, rgba(0, 125, 184, 0.8) 100%);
    background:  linear-gradient(top,  rgba(9, 155, 192, 0.8) 0%, rgba(0, 125, 184, 0.8) 100%);
    border-bottom: #016683;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.5);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0;
    font-size: 18px;
}


.reveal-all-cta:hover, .reveal-all-cta:focus {
    background-color: #0097c2;
}



.reveal-all-cta:after{
    right: 20px;
    font-size: 30px;


}

.reveal-all-cta:active {
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: none;
}

.reveal-all-cta.revealed{
    color: #076FF9;
    background: #D1DFFE;
    background: -moz-linear-gradient(top, #D1DFFE 0%, #C1DBFD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1DFFE), color-stop(100%, #C1DBFD));
    background: -webkit-linear-gradient(top, #D1DFFE 0%, #C1DBFD 100%);    
    background: -o-linear-gradient(top, #D1DFFE 0%, #C1DBFD 100%);   
    background: -ms-linear-gradient(top, #D1DFFE 0%, #C1DBFD 100%);
    background: linear-gradient(top, #D1DFFE 0%, #C1DBFD 100%); box-shadow: none;
    text-shadow: rgba(255, 255, 255, 0.5) 0px -1px 0;
}

.reveal-all-subtext {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}






.similar-offers {
    margin-top: 20px;
}
