/*
Theme Name: Polite Minimal
Theme URI: https://www.templatesell.com/item/polite-minimal-blog-wordpress-theme/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: Best free blog theme. It is a child theme of Polite, one of the popular masonry theme. With masonry layout and multiple blog page layout, this theme is the awesome and minimal theme. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for author information, featured posts, social icons, etc. It comes with primary color option to change the whole site color with a single click.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polite-grid
Template: polite
Requires PHP: 5.2
Tested up to: 6.0
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, theme-options, blog, news

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.

Polite Gid is free WordPress theme by, Template Sell and child theme of Polite.
Polite Grid is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html{
    font-size: 100%!important;
}


h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
.main-header .logo h1{
	text-transform: uppercase;
}
h1.site-title a {
    font-size: 46px;
    color: #181819;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 10px;
    display: block;
}
p.site-description {
    color: #989ea6;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.top-bar-area {
    border-bottom: 1px solid #ededed;
}
.top-menu > ul > li > a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.main-header {
    border-bottom: 1px solid #f2f2f2;
}
.search-box a {
    color: #333;
}
.posts-container{
	padding-top: 30px;
}
.slide-wrap{
	background: #f8f8f8;
}
.post-wrap{
	margin-bottom: 30px;
}
.left-image{
	padding:0;
}
.left-image .post-media{
	padding:0;
	vertical-align: top;
}
.left-image .post-content{
    padding-left: 0;
    padding-right: 0;
}
.has-post-thumbnail .left-image .post-content{
	padding:30px;
}
.post-excerpt a, 
.post-excerpt a, 
.content a, 
.content a{
    color: #77929f;
}
.promo-three .item .promo-content {
    background: #f8f8f8;
}

.sidebar-3 .widget {
    margin: 0;
    border:none;
}

.sidebar-3 .widget-title {
    position: relative;
    padding: 0;
    border-bottom: none;
    text-align: left;
}
.sidebar-3 .widget-title:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #111;
    top: 8px;
    content: "";
    margin-left: 10px;
    left: auto;
}
.post-wrap.left-image.has-content{
    display: inline-grid;
}
.post-wrap.left-image.has-content .post-media{
    max-width: 100%;
    display: block;
}
.comment-form{
    padding: 15px;
}
.slide-wrap .caption span, 
.slide-wrap .caption span a,
.post-date,
.post-date a {
    color: #989ea6;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 3px 0 6px 0;
    display: inline-block;
}
.slide-wrap .caption .s-cat,
.promo-three .post-category a,
.post-cats > span i, 
.post-cats > span a {;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 3px 0 6px 0;
    display: inline-block;
}
.slide-wrap [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: right;
    padding: 0;
}
.modern-slider .slick-arrow{
    right: 70px;
    left: auto;
}
.modern-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}
.sidebar-area {
    padding: 20px;
    background: #f8f8f8;
}
.sidebar-area .widget{
    padding: 0 ;
    margin: 0;
}
.comment-form{
    padding: 15px 0;
}
.footer-top-box .widget:nth-child(2n+2),
.sidebar-area .widget:nth-child(2n+2){
    margin-bottom: 30px;
}
.footer-top-box h2{
    color: #fff;
}
.widget_block h2,
.widget_block h3,
.wp-block-group__inner-container h2{
    font-size: 16px;
}
.wp-block-search__label {
    margin-bottom: 15px;
    display: block;
}
.wp-block-search__button {
    margin-left: 0;
    border: 0;
    background: #333333;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.wp-block-search__input {
    border: 1px solid #e8e8e8;
    border-radius: 4px 0 0 4px;
}