/*
Theme Name: Polite Child
Description: Polite is a fully responsive bootstrap4 based WordPress theme for your WordPress blog website
Author: Rafael Alves
Author URL: http://rafaelalves.tk 
Template: polite 
Version: 1.0.0 
Text Domain: polite-child
*/

html{
    font-size: 100%!important;
}

body,
.canvi-content{
	background: #fafafa!important;
}
.login h1 a {
	background-image: url('/wp-content/uploads/2020/12/Logo.png');
	background-size: 200px 150px;
	width: 200px;
	height: 150px;
}
.single .post-excerpt p, .single .post-excerpt ul, .single .post-excerpt ol {
	margin-bottom:10px;
}
.main-header .logo h1{
	text-transform: uppercase;
}
.main-header .logo img{
	max-width:150px;
}
.logo{
	padding: 15px 0px 30px 0px !important;
}
.post-date{
	text-transform:none !important;
}
.testimonial-heading a{
	color:#4c4f53 !important;
}
.menu-area{
	display:none;
}
.posts-container{
	padding-top: 30px;
}
.comments-title{
	display:none;
}
.slide-wrap{
	background: #ffffff;
}
.post-wrap{
	margin-bottom: 30px;
	box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
}
.left-image{
	padding:0;
}
.left-image .post-media{
	padding:0;
	vertical-align: top;
}
.left-image .post-content{
	padding:30px;
}


.sidebar-3 .widget {
    margin: 0 0 30px 0;
    background: #fff;
    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;
}
#order_comments{height:150px}
.woocommerce form .form-row .input-checkbox{display:inline-block}

@media only screen and (max-width: 480px) {
	.post-content figure, .post-content img {width:100%}
}
