/*
Theme Name: Couponis Child
Description: Child theme of Couponis with a redesigned 5-column footer and a category-page SEO text box.
Author: SpoonThemes
Template: couponis
Version: 1.0.0
Text Domain: couponis
*/

/* ==================================================================================================
CATEGORY PAGE SEO TEXT BOX
=================================================================================================== */
.category-seo-box{
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	padding: 25px 30px;
	margin: 30px 0px;
}

.category-seo-box h2,
.category-seo-box h3{
	margin-top: 0px;
	font-size: 1.272em;
}

.category-seo-box .seo-text-content{
	color: #454545;
	font-size: 14px;
	line-height: 1.7;
}

.category-seo-box .seo-text-content p:last-child{
	margin-bottom: 0px;
}

@media (max-width: 480px){
	.category-seo-box{
		padding: 18px 18px;
		margin: 20px 0px;
	}
}

/* ==================================================================================================
FOOTER - 5 COLUMNS (1 LOGO/DESCRIPTION + 4 MENUS)
=================================================================================================== */
.site-footer-widgets{
	background: #202020;
	padding: 55px 0px 35px 0px;
	overflow: hidden;
}

.footer-col{
	margin-bottom: 25px;
	word-wrap: break-word;
}

.footer-col-about .footer-logo{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 15px;
}

.footer-col-about .footer-logo img{
	max-width: 100%;
	max-height: 45px;
	width: auto;
	height: auto;
}

.footer-col-about .footer-logo h2{
	color: #fff;
	font-size: 1.618em;
	margin: 0px;
}

.footer-col-about .footer-desc{
	color: #bbb;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
}

.footer-col-title{
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0px 0px 20px 0px;
	position: relative;
	padding-bottom: 12px;
}

.footer-col-title:after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 2px;
	background: #1ab1b7;
}

.footer-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li{
	padding: 6px 0px;
}

.footer-menu ul li a{
	color: #bbb;
	display: inline-block;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus{
	color: #1ab1b7;
}

@media (max-width: 768px){
	.site-footer-widgets{
		text-align: center;
		padding: 35px 0px 15px 0px;
	}

	.footer-col-title:after{
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-menu ul li a{
		padding: 4px 10px;
	}
}

@media (max-width: 480px){
	.site-footer-widgets{
		padding: 25px 0px 5px 0px;
	}

	.footer-col{
		margin-bottom: 30px;
	}

	.footer-col-about .footer-desc{
		font-size: 13px;
	}
}
