﻿.blog-page {
    /*padding: 120px 80px;*/
    padding:120px 80px 0 80px;
}

    .blog-page .blog-list {
        padding: 0;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
        border-radius: 3px;
        margin-bottom: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        width: 100%;
    }

   
    .blog-page .blog-list .feature-img {
        display: flex;
    }

        .blog-page .blog-list .feature-img .feature-thumb {
            float: left;
            display: inline-block;
            min-width: 40%;
            width: 40%;
            position: relative;
            text-align: center;
        }


            .blog-page .blog-list .feature-img .feature-thumb .feature-thumb-inner {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                background-size: cover;
                background-position: center;
            }

        .contnt-wraper {
            padding: 20px 30px 30px;
            position: relative;
            width: 60%;
        }
.no-cntnt-wrap {
    padding:unset;
    position: relative;
    width: 100%;
}
.contnt-wraper .entry-heading {
    display: block;
}

            .contnt-wraper h2.entry-title {
                text-align: left;
                margin: 0 0 5px;
                color: #212121;
                font-size: 30px;
                font-weight: 900;
                line-height: 140%;
            }
               .contnt-wraper h2.entry-title a {
                    color: #212121;
                    font-size: 30px;
                    font-weight: 900;
                    line-height: 140%;
                    margin: 0;
                    text-decoration:none;
                }

           .contnt-wraper .entry-meta {
                margin: 0;
                padding: 0;
            }

            .contnt-wraper .blog-data-wrapper {
                margin: 0;
                display: inline-block;
                width: 100%;
                text-align: center;
                position: relative;
                min-height: 24px;
            }

          .contnt-wraper .post-data-text {
                margin: 3px 0 8px;
                padding: 0;
                text-align: left;
                float: left;
            }

               .contnt-wraper .post-data-text * {
                    color: #afafaf;
                    font-weight: 400;
                    text-align: left;
                    font-size: 15px;
                }

 .contnt-wraper .entry-cntnt {
                line-height: 150%;
                color: #656565;
                font-size: 16px;
            }
           .contnt-wraper p {
                color: #949494;
                /*font-size: 16px;*/
                margin: 0;
            }
.entry-meta {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    padding: 0px 20px;
    width: 100%;
    font-weight: 400;
}
.blogpost-button {
    height: 46px;
    position: absolute;
    padding: 10px 15px;
    background: #fab526;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    border-radius: 50%;
    font-family: lato,arial;
    right: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 19%);
    text-decoration: none;
    bottom: -22px;
}
@media screen and (max-width: 800px) {
    .blog-page .blog-list .feature-img {
        display: block;
    }

        .blog-page .blog-list .feature-img .feature-thumb {
            width: 100%;
            min-height: 200px;
            margin-bottom: 20px;
        }

         .contnt-wraper {
            width: 100%;
        }
    .blog-page {
        padding: 120px 0 0 0;
    }
}



/*Right side*/
.right-side-wrap {
    background: rgba(0,0,0,0);
    box-shadow: 0 0 0 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:0!important;
}
.right-side-wrap .side-heading{
    position:relative;
}
    .right-side-wrap .widg-title {
        position: relative;
        padding: 0 15px 0px 0;
        margin: -24px 0 10px;
        display: inline-block;
        font-size: 18px;
        color: #9e9e9e;
        text-transform: uppercase;
        font-weight: 600;
    }

    .right-side-wrap .text-widg {
     /*   padding: 20px;*/
        -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
        background: #fff;
        border-radius: 3px;
    }
        .right-side-wrap .text-widg ul {
            margin-left: 0;
            margin-right: 0px;
            display: inline-block;
            float: left;
            width: 100%;
            padding: 0;
            margin-bottom: 0;
            list-style-position: inside;
            list-style: none;
        }
            .right-side-wrap .text-widg ul li {
                margin-left: 0;
                margin-right: 0px;
                background: #fff;
                margin: .5em 5px;
                padding: 10px 20px;
                -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
                box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
                border-radius: 3px;
                border: 0px;
                border-bottom: none !important;/*
                padding: 3px 0 !important;*/
            }
                .right-side-wrap .text-widg ul li a {
                    color: #212121;
                    text-decoration: none;
                }

.hrcta {
    box-shadow: -5px 11px 9px -6px #01090a;
    background: linear-gradient(to bottom, #025e80 5%, #002429 100%);
    background-color: #025e80;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 20px;
    padding: 11px 67px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #022b38;
}

.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}