/*!
Theme Name: Coupons
Theme URI: #
Author: #
Author URI: #
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coupons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*====color Change===*/
.module-search button{
	background:rgb(116, 31, 162) !important;
}
.module-heading .pull-right a{
	color:rgb(116, 31, 162) !important;
}
.counter-block p{
	color:rgb(116, 31, 162) !important;
}
.footer-contnet .fa-star{
	background-color:rgb(116, 31, 162) !important;
}
.site-footer .widget-title{
	color:#fff !important;
}
.module-links a{
	color:rgb(116, 31, 162) !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	background-color:rgb(116, 31, 162) !important;
}
.coupons .btn-primary:before{
	background-color:rgb(116, 31, 162) !important;
}
.coupons .view-all{
	color:rgb(116, 31, 162) !important;
}
.coupons .btn-primary:after{
	background:linear-gradient(38deg, #4d0870, #5b1b7e 49%, rgba(202,235,137,0) 50%, rgba(255,255,255,0)) no-repeat 0 4px !important;
}
.coupons .btn-primary{
	background-color:rgb(116, 31, 162) !important;
}
/*===end Color Change ==*/
.store_img {
    width: 20%;
    float: left;
}
.store_img a{
	padding:2px !important;
}
.store_text {
    width: 80%;
    float: left;
}
.store_text a{
	background:transparent !important;
	display:block !important;
	text-align:left !important;
}
.store_text a:hover{
	text-decoration:underline;
	color:rgb(116, 31, 162) !important;
}
a.store-count-side {
    color: rgb(116, 31, 162) !important;
    font-weight: bold !important;
    margin-top: -15px !important;
}
.store_text p {
    margin-top: -5px !important;
}
.cat-links {
    width: 100%;
    float: left;
}
.store_img_single {
    width: 12%;
    float: left;
    background: #fff;
    padding: 3px 15px;
    height: 100px;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.store_img_single img{
	width:100%;
	height:90px;
}
.store_text_single {
    width: 86%;
    float: left;
}
p.signle_store_sub_title {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #333;
}
.single_store_btn a {
    background: #fff;
    color: #000!important;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.a_to_z_list {
    list-style: none;
	margin-top: 10px;
}
.a_to_z_list li {
    float: left;
}
.a_to_z_list li a{
    border: 1px solid #ddd;
    padding: 2px 9px;
    margin: 7px;
    width: 30px;
    height: 30px;
}
a.browse_a_toz {
    background: rgb(116, 31, 162) !important;
    text-align: center;
    width: 100%;
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-top: 10x !important;
    float: left;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .module-search form {
        margin-left: -20px !important;
  }
.module-search li:nth-child(1) {
    width: 100% !important;
}
	input.serch-input-box {
    width: 100% !important;
}
.module-search button {
    height: 40px;
    position: absolute;
    right: -3px;
    width: 38px;
    padding-right: 35px;
}
	.store_text_single {
		width: 66%;
	}
	.store_img_single{
		width: 25%;
	}	
}
.module-coupons figure{
	    background-size: contain !important;
}