﻿/*
Theme Name: knext-new
Description: Thème enfant pour ColorMag
Template: colormag
*/

input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 1%;
    width: 98%;
}

.wppr-template {
	margin-bottom:30px;
}

.home .main-content-section {
	padding-top:70px;
}


.widget .first-post .entry-content {
	display:none;
}

.widget_slider_area {
	max-height:350px !important;
}


.archive #primary {
	width:100%;
}

.archive #content .post .article-content {
	min-height:100px;
}

body:not(.home) .inner-wrap {
	max-width:1000px;
}

article:first-child .featured-image {
    text-align: center;
    max-height: 400px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

article:first-child .featured-image img {
	width:100%;
}

.widget_featured_posts .article-content .entry-title {
    padding: 10px 0 10px;
}