/* 
Theme Name:		 Wp Coupon Pro Child Finland
Theme URI:		 http://couponthemes.net/
Description:	 This is a child theme of Wp Coupon Pro (Finland), develop by couponthemes.net
Author:			 CouponThemes
Author URI:		 http://couponthemes.net/
Template:		 wp-coupon-pro
Version:		 1.0.1
Text Domain:	 wp-coupon-pro
*/

/* Fontes */

body, 
p, 
.st-menu a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family : "K2D", "K2D-fallback", Arial, sans-serif !important;
}

/* open-sans-fallback */
@font-face {
    font-family: "K2D-fallback";
    size-adjust: 100.97000000000004%;
    ascent-override: 106%;
    src: local("Arial");
}

/* k2d-regular - latin */
@font-face {
  font-family: 'K2D';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('./fonts/k2d-v9-latin-regular.woff2') format('woff2'),
       url('./fonts/k2d-v9-latin-regular.woff') format('woff');
}
/* k2d-500 - latin */
@font-face {
  font-family: 'K2D';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('./fonts/k2d-v9-latin-500.woff2') format('woff2'),
       url('./fonts/k2d-v9-latin-500.woff') format('woff');
}
/* k2d-600 - latin */
@font-face {
  font-family: 'K2D';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('./fonts/k2d-v9-latin-600.woff2') format('woff2'),
       url('./fonts/k2d-v9-latin-600.woff') format('woff');
}
/* k2d-700 - latin */
@font-face {
  font-family: 'K2D';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('./fonts/k2d-v9-latin-700.woff2') format('woff2'),
       url('./fonts/k2d-v9-latin-700.woff') format('woff');
}

/* Corrections bugs et visuels */

.header-search-input i.search.icon {
    right: 0 !important;
	left: unset !important;
}

.coupon_available,
.cat_coupon_available {
	display: none !important;
}

.header-thumb {
	margin-bottom: 20px;
}

.widget-title.fav-cat-title {
	display:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
}

.nav-toggle {
	color: #0a8 !important;
}

.home-slider-wrapper {
	aspect-ratio: 1030/272;
}

.fav-category-area .cat-title {
	font-size: 16px;
    line-height: 1.3em;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-item a:hover {
	color: #00cc99 !important;
}

.coupon-listing-item .c-type .exp {
	font-size: 11px !important;
	margin-left: 5px !important;
}

.logo_area img {
	min-width: 120px;
}

#footer-new-store a,
.footer_copy a{
	color: #111111;
}

#footer-new-store a:hover,
.footer_copy a:hover {
	color: #00cc99 !important;
}

/* Titres avec barre */

h2,
h3:not(.coupon-title){
    display: grid;
    grid-template-columns: auto minmax(20px,1fr);
    align-items: center;
    grid-gap: 20px;
    width: 100%;
    overflow: hidden;
}

h2::after,
h3:not(.coupon-title)::after {
    content: '';
    border-top: 2px solid;
    color: #888888;
	opacity: .33;
}

#popular_stores-3 .widget-title,
#st_coupons-5 .widget-title,
#st_categories_grid_view-3 .widget-title {
	grid-template-columns: 30px auto minmax(20px,1fr);
	margin-top: 15px;
	margin-bottom: 30px;
}

#st_slider-3 .widget-title {
	grid-template-columns: 30px auto minmax(20px,1fr);
	margin-top: 0;
	margin-bottom: 10px;
}

/* Affichage ruban sur mobile */

.store-listing-item .coupon-detail {
	display: block !important;
}

@media screen and (max-width: 790px) {
.store-listing-item .coupon-detail {
	clear: both;
	float: none !important;
    width: 240px;
    margin: 0 auto;
}
	
	.store-listing-item .coupon-detail a {
		margin-top: 10px;
	}
	
}

/* Icônes titres home page */

#st_slider-3 .widget-title::before,
#popular_stores-3 .widget-title::before,
#st_coupons-5 .widget-title::before,
#st_categories_grid_view-3 .widget-title:not(.fav-cat-title)::before {
	display: inline-block;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
}

#st_slider-3 .widget-title::before {
	content: "\f07a";
}

#popular_stores-3 .widget-title::before {
	content: "\f02c";
}

#st_coupons-5 .widget-title::before {
	content: "\f06d";
}

#st_categories_grid_view-3:not(.fav-cat-title) .widget-title::before {
	content: "\f468";
}

/* Hide area */
.frontpage-container .store-listings .store-name{
	display:none;
}
.store-listing-item .store-thumb-link .store-name{
	display:none;
}
.coupon-detail.coupon-button-type .icon{
    display:none;
}

/* All Store */
.twelve{
	width: 100% !important;
}