.sidebar-widget{
    clear:both
}
.blogPost{
    padding:0 0 0px 0;
    margin-bottom:0px
}
.blogPost.singleblogpost{
    border-bottom:none
}
.blogarchive .post-content{
    width:100%
}
.post-image{
    margin-bottom:20px
}
.post-image-container{
    width:100%;
    overflow:hidden;
    text-align: center;
    min-height: 150px;
}
.blog-home .post-image-container img {
    max-height: 150px;
}
.post-image-container img:hover{
    opacity:.8
}
.post-content h2{
    margin:0
}
.post-content h2 a{
    color:inherit
}
.post-content h2 a:hover{
    color: #ff9900;
    text-decoration: none;
}
.post-info{
    font-size:13px;
    color:#575757;
    /*padding:0 0 20px;*/
    height: 45px;
}
.post-info p {
    display: inline;
}
.post-info a{
    color:#000
}
.post{
    padding-bottom:20px;
    font-size:16px
}
.post-readmore{
    display:inline-block;
    text-align:left
}
.post-comment-num{
    text-align:left;
    display:inline-block
}
.post-comment-num a{
    color:#0066c0
}
.button{
    padding:10px 0
}
.prevnext{
    width:100%;
    float:left;
    padding:20px 0;
    margin-bottom:20px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee
}
.prevnext a{
    font-size:14px;
    color:#0066c0;
    font-weight:600
}
.prevnext a:hover{
    text-decoration:none;
    opacity:.8;
    filter:alpha(opacity=80)
}
.prevnext .left{
    float:left
}
.prevnext .left a:before{
    content:'<<';
    padding:0 5px
}
.prevnext .right{
    float:right
}
.prevnext .right a:after{
    content:'>>';
    padding:0 5px
}
.header-comments{
    float:left;
    width:100%
}
.post-page .blogPost,.blogpost{
    border:none
}
.blogPost.blogarchive{
    /*border-bottom:1px solid #ececec;*/
    width: 32%;
    float: left;
    margin: 5px;
    padding: 5px;
}
.post-page .blogPost .post-image,.blogpost .post-image,.blogpost .post-content{
    width:100%;
    margin:0 0 20px 0
}
body.blog-details .post-page .blogPost .post-content{
    width:100%;
    margin:0 0 0px 0
}
.blogpost .post-image-container{
    min-height:400px
}
.blogField{
    margin-top:15px
}
#divAddReply .modal-body>.blogField:first-child{
    margin-top:0
}
.blogAddComments{
    float:left;
    width:100%;
    position:relative
}
#divRobocop>div{
    height:auto !important
}
.blog-field-submit{
    min-width:150px
}
.tool-tip,#frmCommentReply .tool-tip{
    top:0;
    left:5px;
    position:relative;
    z-index:2;
    cursor:pointer;
    background:#0f0f0f;
    width:20px;
    height:20px;
    border-radius:50%;
    display:inline-block;
    color:#fff;
    text-align:center
}
.tool-tip:hover,#frmCommentReply .tool-tip:hover{
    text-decoration:underline
}
.tool-tip:before,.tool-tip:after,#frmCommentReply .tool-tip:before,#frmCommentReply .tool-tip:after{
    visibility:hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    pointer-events:none
}
.tool-tip:before,#frmCommentReply .tool-tip:before{
    position:absolute;
    bottom:150%;
    left:50%;
    margin-bottom:5px;
    margin-left:-80px;
    width:160px;
    border-radius:3px;
    background-color:#cff1ff;
    color:#000;
    content:attr(data-tooltip);
    text-align:left;
    font-size:12px;
    padding:10px 20px;
    line-height:20px;
    border:1px solid #afe5fb
}
.tool-tip:after,#frmCommentReply .tool-tip:after{
    position:absolute;
    bottom:150%;
    left:20%;
    margin-left:-5px;
    width:0;
    border-top:5px solid #cff1ff;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    content:" ";
    font-size:0;
    line-height:0
}
.tool-tip:hover:before,.tool-tip:hover:after,#frmCommentReply .tool-tip:hover:before,#frmCommentReply .tool-tip:hover:after{
    visibility:visible;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1
}
.blogComments{
    border:1px solid #eee;
    padding:50px 30px 24px;
    margin-bottom:25px;
    position:relative;
    float:left;
    width:100%
}
.user-date{
    display:inline-block;
    text-align:left
}
.reply-btn{
    text-align:right;
    display:inline-block;
    position:absolute;
    top:20px;
    right:20px
}
.blogComments .reply-btn a{
    font-size:12px
}
.blogComments .reply-btn a:hover{
    font-size:12px;
    color:#fff;
    border-color:#000
}
.blogreply{
    position:relative;
    border:1px solid #eee;
    padding:40px 30px 24px;
    margin-bottom:20px;
    float:right;
    width:90%;
    top:0
}
.blog-comment-date{
    color:#575757;
    font-size:15px;
    font-weight:300
}
.blog-comment{
    padding:10px 0;
    color:#575757
}
.captcha-field{
    float:right
}
body.blog-home #postContent{display: none;}
body.blog-home .post-readmore{display: none;}
body.blog-home .sidebar-widget.section-links{display: none;}
body.blog-home .blog_sidebar_listing{display: none;}
body.blog-details .blog_listing_section{float: right;}
body.blog-details .blog_sidebar_section{float: left;}
body.blog-home .case-studies-slider{
    /*display: none;*/
}
.case-studies-slider .slick-slide {
    margin: 0 10px;
}
.logo_img_collection a:focus {
    outline: none;
    outline-offset: -2px;
}
.case-studies-slider .confirmation_wrap {
    position: relative;
}
.case-studies-slider .form_slider_sec_collection .confirm_img img {
    border-radius: 40px;
    width: 100%;
    border: 1px solid #ececec;
}
body.blog-home .case-studies-slider .form_slider_sec_collection .confirm_img img {
    border-radius: 20px;
    padding-top: 60px;
}
.case-studies-slider .confirmation_content {
    position: absolute;
    padding: 15px;
    top: 0;
}
.case-studies-slider .confirmation_content .hed_icon {
    font-size: 22px;
    color: #7dad1d;
    font-weight: 700;
    margin: 15px 0px 10px 0px;
}
body.blog-home .case-studies-slider .confirmation_content .hed_icon{
    font-size: 18px;
}
.case-studies-slider .confirmation_content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.case-studies-slider .form_slider_sec_collection .logo_img_collection a:hover .confirmation_content p {
    color: #000;
}
.case-studies-slider .confirmation_content .read_btn {
    color: #125687;
    font-weight: 700;
    font-size: 13px;
}
.case-studies-slider .form_slider_sec_collection .logo_img_collection a:hover .confirmation_content .read_btn {
    color: #ff9900;
}

.confirmation-icons .slick-prev {
    left: -10px;
}
.confirmation-icons .slick-prev::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 12px solid #7dad1d;
    font-size: 0;
    opacity: 2;
}
.confirmation-icons .slick-next {
    right: -15px;
}
.confirmation-icons .slick-next::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #7dad1d;
    font-size: 0;
    opacity: 2;
}
.blogPost.blogarchive .post-content h2 {
    font-size: 18px;
    height: 62px;
    overflow: hidden;
}
.blog-home .paging {
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}
body.blog-details .blogPost.singleblogpost .post-image{display: none;}
body.blog-details .blogPost.singleblogpost .post-content .post-info{display: none;}

@media(min-width:1024px){
    div#blog-recaptcharobot{
        float:right;
        width:auto
    }
}
input#recaptcha_response_field{
    min-height:20px !important
}
.header{
    margin:20px 0;
    font-size:14px
}
.blog .action-blog{
    text-align:right;
    float:right;
    padding-top:20px
}
#divAddReply .modal-footer{
    display:inline-block;
    width:100%
}
#divAddReply .fields-content{
    border-bottom:none
}
.blog .action-blog input{
    float:right;
    text-align:center;
    min-width:200px;
    min-height:40px;
    padding:0 10px
}
.blog .captcha-section{
    margin:20px 0
}
.simpleCaptcha{
    float:right;
    margin:0 0 15px
}
.ramdomWord-field{
    text-align:right
}
@media(max-width:1200px){
    .fields{
        width:26%;
        padding-right:10px
    }
}
@media(max-width:991px){
    .post-image,.post-content,.blogPost.blogarchive.normal .post-content{
        width:100%
    }
    .post-image{
        margin-bottom:20px
    }
    .fields{
        width:50%;
        padding-right:10px
    }
    .fields.right{
        padding-right:0
    }
}
@media(max-width:767px){
    .blog-categories_block{
        margin-top:30px
    }
    .ramdomWord-field{
        margin-top:15px
    }
}
@media(max-width:568px){
    .blog .left-fields,.blog .right-fields,.blog .blogField input{
        width:100%;
        min-width:100%
    }
    .blog .left-fields.captcha-image{
        margin-bottom:35px
    }
}
.captcha-section{
    margin:20px 0
}
#frmCommentReply h2{
    padding:25px 20px 0 25px
}
#frmCommentReply .replyField textarea{
    float:left;
    width:100%
}
#frmCommentReply .replyField input{
    min-height:40px;
    width:100%
}
section.category-related{
    float:left;
    width:100%
}


/*blog listing page css*/

.blog-home .first_blog {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-home .blog-list-banner-left-col{
    width:40%;
    padding-right:30px;
}
.blog-home .blog-list-banner-right-col{
    width:60%;
}
.blog-home .blog-list-banner-left-col h1 {
    font-size: 36px;
    font-weight: 700;
}
.blog-home .blog-list-banner-left-col h1 a:hover{text-decoration: none;}
.blog-home .banner-arrow-col {
    background: url(https://www.recycleaway.com/assets/templates/RA-core/images/left-arrow-green.svg) no-repeat 0 0;
    min-height: 75px;
    position: relative;
}
.blog-home .banner-arrow-col:after {
    position: absolute;
    right: 0;
    width: 90%;
    height: 20px;
    content: "";
    background: #7dad1d;
    z-index: -1;
}
.blog-home a.readmore {
    font-size: 16px;
    position: absolute;
    bottom: 12px;
    left: 110px;
}
.blog-home a.readmore .fa {
    color: #7dad1d;
    vertical-align: middle;
    font-size: 18px;
}
.blog-home a.readmore:hover{text-decoration: none;}
.blog-home a.readmore:hover .fa {
    color: #ff9900;
}
.blog-home .blog_category_listing, .blog-home .sidebar-widget.blog_home {
    border: #ccc solid 1px;
    padding: 15px 15px;
}
body.blog-details .section-links ul.sidebarUL>li{
    border-bottom: 1px solid #000;
} 
ul.sidebarUL>li:hover>a {
    color: #ff9900;
    text-decoration: none;
}
ul.sidebarUL>li:hover>a .fa{
    color: #ff9900;
}
@media (max-width: 767px){
.blog-home .blog-list-banner-left-col {
    width: 100%;
    padding-right: 0px;
}
.blog-home .blog-list-banner-right-col {
    width: 100%;
}
.blog-home .banner-arrow-col {
    margin-bottom: 10px;
}
.blog-home .blog_listing_section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}   
.blog-home .blogPost.blogarchive {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}
.blog-home .post-image-container img {
    max-height: inherit;
}
.blog-home .post-info {
    min-height: inherit;
    height: auto;
}

}

@media (min-width: 768px) and (max-width: 991px){
.blog-home .blog-list-banner-left-col h1 {
    font-size: 24px;
}   
.blog-home .blog_listing_section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}   
.blog-home .blogPost.blogarchive {
    width: 31%;
}
.blog-home .post-image-container img {
    max-height: 90px;
}
.blog-home .post-info {
    min-height: 65px;
    height: auto;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.blog-home .blog-list-banner-left-col h1 {
    font-size: 32px;
}   
.blog-home .blog_listing_section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}   
.blog-home .blogPost.blogarchive {
    width: 31%;
}
.blog-home .post-image-container img {
    max-height: 110px;
}
.blog-home .post-info {
    min-height: 65px;
    height: auto;
}
}

/*blog details page css*/
.blog-details ul.sidebarUL>li>a, .blog-home ul.sidebarUL>li>a {
    font-weight: 600;
    font-size: 16px;
}
.blog-details ul.sidebarUL>li>a i, .blog-home ul.sidebarUL>li>a i{
    color: #7dad1d;
}
.blog-details ul.sidebarUL>li>a:hover, .blog-home ul.sidebarUL>li>a:hover {
    color: #ff9900;
}
.blog-details .blog_detail_banner {
    max-height: 580px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}
.blog-details .blog_detail_banner img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.blog-details .blog_detail_banner .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-details .banner-caption-left-col {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.blog-details .banner-caption-left-col h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.blog-details .banner-caption-left-col h5 a{
    color: #fff;
}
.blog-details .banner-caption-left-col h5 a:hover{
    color: #ff9900;
    text-decoration: none;
}
.blog-details .banner-caption-right-col {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-details .banner-caption-right-col a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-weight: 600;
    border: #fff solid 2px;
    border-radius: 4px;
}
.blog-details .banner-caption-right-col a:hover {
    color:#fff;
    text-decoration:none;
}
.blog-details h1.page_heading {
    text-transform: none;
    border: none;
    margin: 20px 0 20px 0;
    font-size: 42px;
}
.blog-details .arrowline {
    background: url(https://www.recycleaway.com/assets/templates/RA-core/images/right-arrow-green.svg) no-repeat right top;
    min-height: 75px;
    position: relative;
    /*margin: 20px 0 20px 0;*/
    max-width: 70%;
}
.blog-details .arrowline:before {
    width: calc(100% - 100px);
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #7dad1d;
}
.blog-details .arrowline-bottom-1 {
    background: url(https://www.recycleaway.com/assets/templates/RA-core/images/left-top-arrow-green.svg) no-repeat left bottom;
    min-height: 75px;
    position: relative;
    margin: -60px 0 20px auto;
    max-width: 70%;
}
.blog-details .arrowline-bottom-1:before {
    width: calc(100% - 50px);
    height: 20px;
    position: absolute;
    left: 50px;
    bottom: 0;
    content: "";
    background: #7dad1d;
}
.blog-details .arrowline-bottom-2 {
    border-bottom: 20px solid #7dad1d;
    margin-bottom: 40px;
    margin-top: 40px;
}
.blog-details .page_heading:after {
    width: 0px;
    height: 0px;
    border-bottom: 0px solid #000;
}
.blog-details .sidebar-widget.blog_category_listing, 
.blog-details .sidebar-widget.blog_home, 
.blog-details .sidebar-widget.blog_sidebar_listing{
    border: #ccc solid 1px;
    padding: 15px 15px; 
}
.blog-details h4.blog_featured_quote {
    color: #125687;
    font-size: 45px;
    font-style: italic;
    border-left: #125687 solid 3px;
    padding-left: 20px;
    /* max-width: 550px; */
    margin: 30px 0;
    font-weight: 600;
}
/*.blog-details .blog_listing_section {
    position: relative;
    padding-bottom: 0px;
    margin: 0px 0 0px 0;
    max-width: 100%;
}*/
/*
.blog-details .blog_listing_section:before {
    width: 90%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: #7dad1d;
}*/
.blog-details .green-border-bottom{
    /*border-bottom: 20px solid #7dad1d;*/
}

.blog-details .redirect-links {
    font-size: 30px !important;
    font-weight: 700;
    margin: .7rem 0;
}
.blog-details .copy-btn {
    border: solid 2px #fff;
    border-radius: 4px;
    padding: 3px 8px !important;
    font-size: 16px;
}
.blog-details .copy-btn p{margin: 0;}
.blog-details .copy-btn img{
    max-width:28px;
}
/*.blog-details .post-page{
    border-bottom: 20px solid #7dad1d;
    margin-bottom: 30px;
    padding-bottom:20px;
}*/
@media (max-width: 767px){
.blog-details .sidebar-widget.case-studies-slider {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.blog-details .blogPost.singleblogpost {
    padding: 0;
    margin: 0;
}
.blog-details .blog_listing_section {
    margin: 20px 10px 20px 10px;
    max-width: 100%;
}
}
