/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland-theme/demos/
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes
Description: Saasland is a creative WordPress theme for saas, software, startup, mobile app, agency and related products &amp; services. SaasLand is loaded with tons of features, elements &amp; blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 1.1.5
Updated: 2021-08-12 

 */
.header_top_column.left_content a + a {
    margin-left: 10px;
}
.blog-sidebar .wp-post-image {
    object-fit: cover;
    object-position: right;
}
.blog-arrow-navigation{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:60px 0;
}

.blog-left-arrow a,
.blog-right-arrow a{
    background:#fff;
    color:#000 !important;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:all .3s ease;
    display:flex;
    align-items:center;
    gap:10px;
}
.blog-left-arrow .arrow,
.blog-right-arrow .arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e2f2;
    background: #edf2f4;
    font-size: 30px;
    color: #000000;
}
.blog-left-arrow .arrow svg,
.blog-right-arrow .arrow svg{
  width:20px;
}/* Sticky Form */
.body_wrapper{
     overflow: visible !important;
}

/* Create space for fixed sidebar */
.single-post .blog_single_item,
.single-post .blog-content,
.single-post article{
    padding-right: 380px;
}

/* Mobile Fix */
@media(max-width:991px){

    .blogSidebar_form{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .single-post .blog_single_item,
    .single-post .blog-content,
    .single-post article{
        padding-right: 0;
    }

}

.blog-search-box{
    width:100%;
    max-width:700px;
    margin:0 auto 40px !important;
    padding:0 15px;
}

.search-wrap{
    position:relative;
}

.search-wrap input[type="search"]{
    width:100%;
    height:65px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:0 60px 0 20px;
    font-size:18px;
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,0.06);
    transition:0.3s;
}

.search-wrap input[type="search"]:focus{
    outline:none;
    border-color:#5e2ced;
}

.search-wrap button{
    position:absolute;
    right:15px !important;
    top:45% !important;
    transform:translateY(-50%);
    border:none;
    background:none;
    font-size:20px;
    cursor:pointer;
}
.blog-category.position-absolute {
    position: absolute;
    top: 15px;
    right: 15px;
}
.blog-category.position-absolute a{
    background-image: linear-gradient(90deg, #728F10 0%, #00AA6F 100%);
    color: #fff;
    padding: 4px 16px;
    border-radius: 100px;
}
.blog-category.position-absolute a:hover, .blog-category.position-absolute a:focus {
    background-image: linear-gradient(90deg, #00AA6F 0%, #728F10 100%);
}
.main-meta-box {
    position: relative;
    margin-bottom: 65px;
}

.blog-meta-box{
    background: #e9ecef;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
}

.blog-meta-box .meta-item h4{
    font-size:20px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
}

.blog-meta-box .meta-item p{
    font-size:16px;
    color:#555;
    margin:0;
}
.pagination .nav-links .page-numbers.current {
    background-image: linear-gradient(90deg, #728F10 0%, #00AA6F 100%);
    color: #ffffff;
    border-color: transparent;
}
.pagination .nav-links .page-numbers:hover {
    border-color: #3a873c;
    color: #3e853c;
}
.breadcrumb_content_two .breadcrumb li+li:after {
    top: 3px;
}
div#rpwwt-recent-posts-widget-with-thumbnails-2 {
    border: 1px solid #cddbed;
    border-radius: 10px;
    padding: 20px;
}
.blog-sidebar li {
    position: relative;
}
.blog-sidebar .wp-post-image {
    border-radius: 8px !important;
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.blog-sidebar span.rpwwt-post-title {
    display: inline-block;
    float: left;
    width: 62.5%;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 24px;
	font-size:14px;
}
.blog-sidebar .rpwwt-post-date {
    position: absolute;
    top: 0;
    left: 100px;
    font-size: 14px;
}
.blogSidebar_form
 {
    margin-bottom: 30px !important;
}
blockquote:before {
    background-color: #05a96b;
}
.elementor-author-box--layout-image-above .elementor-author-box__avatar{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 35px);
}
.elementor-author-box--layout-image-above {
    padding-top: 90px !important;
    margin-top: 70px !important;
    box-shadow: 0 0.3rem 2.9rem 0 rgba(49,45,137,0.15);
    background-color: #fff !important;
}
@media(max-width:1200px){
.blog-sidebar span.rpwwt-post-title {
    width: 59.5%;
}
.blogSidebar_form p label {
    width: 100%;
}
}

@media(max-width:767px){
.blog-meta-box {
    padding: 15px;
    top: -60px;
}
.blog-meta-box .meta-item h4 {
    font-size: 14px;
}
.blog-meta-box .meta-item p {
    font-size: 12px;
}


}

.blog_title_bar .bubble li {
    background: transparent;
}
.blog-sidebar .wp-post-image {
    width: 80px!important;
    height: 80px!important;
}
body.search-results .post_date {
    display: none!important;
}
.search-results .blog_area_two .blog_list_item:not(:last-child) {
  margin-bottom: 70px!important;
}