html{
font-size: 100%!important;
}
body,
.canvi-content{
background: #F9F9FF!important;
}
.main-header .logo h1{
text-transform: uppercase;
}
.posts-container{
padding-top: 30px;
}
.slide-wrap{
background: #ffffff;
box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
border-radius:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
overflow: hidden;
}
.modern-slider .slick-arrow.slick-next{
border-radius:0 10px 0 0;
-webkit-border-radius: 0 10px 0 0;
-moz-border-radius: 0 10px 0 0;
}
.modern-slider .slick-arrow.slick-prev{
border-radius:0 0 0 10px;
-webkit-border-radius: 0 0 0 10px;
-moz-border-radius: 0 0 0 10px;
}
.item figure{
border-radius:10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
overflow: hidden;
}
.item .promo-content{
border-radius:0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
}
.comments-area,
.post-wrap{
margin-bottom: 30px;
box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
border-radius:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
overflow: hidden;
}
.comments-area{
background: #fff;
padding: 30px;
}
.left-image{
padding:0;
}
.left-image .post-media{
padding:0;
vertical-align: top;
}
.post-content {
padding: 25px;
}
.post-date{
margin-bottom: 0;
}
.left-image .post-content{
padding:30px;
}
.sidebar-3 .widget {
margin: 0 0 30px 0;
background: #fff;
border:none;
box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
border-radius:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
overflow: hidden;
}
.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;
}
.slide-wrap .caption span{
text-transform: capitalize;
}
.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;
}
.show-more{
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
padding: 0.8em 2.5em;
}