.entry-image-site-hero {
    background-repeat: no-repeat
}

.site-hero-content {
    margin-top: 1%;
    background: white;
    padding-bottom: 13px;
    width: 86%;
    margin: 0px auto;
}

.entry-image-site-hero {
    border: 7px solid #fff
}

h1.entry-title-site-hero {
    padding-top: 6%;
    padding-bottom: 4px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.entry-meta-site-hero {
    /* text-align: right !important; */
    margin-bottom: 14px;
    padding-left: 10px;
    /* padding-right: 18px; */
    padding-bottom: 8px;
    margin-bottom: 21px !important;
    /* width: 87%; */
    margin: 14px auto;
}

section#pageContent {
    background: #f6f6f6
}

.post-content-wrapper-single {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify
}

.div-comment {
    margin-top: 5%;
    background: #FFFF;
    padding: 20px;
    margin-bottom: 37px;
    border: 1px solid #d1d1d1;
    border-radius: 14px;
}

.div-comment h2 {
    color: #1a2e4b;
    padding: 0px;
    font-weight: bold;
    margin-bottom: 4%;
    margin-top: 2%;
}

body {
    background: #ffffff !important;
}

.form-contain {
    margin-bottom: 16px;
    margin-top: 12px
}

.input-form {
    width: 57%;
    height: 49px;
    border: 1px solid #b5b4b4;
    border-radius: 13px;
    padding-left: 1%;
    color: #50504e;
    font-size: 17px;
    margin-top: 7px;
}

.btn-publish {
    background: #00b4d8;
    border: 1px solid #00b4d8;
    color: #FFFF;
    padding: 6px 18px 6px 18px;
    cursor: pointer;
    border-radius: 10px;
}

textarea#userComment {
    height: 86px
}

table {
    border-collapse: collapse;
    width: 500px
}

td,th {
    padding: 10px
}

th {
    background-color: #54585d;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #54585d
}

td {
    color: #636363;
    border: 1px solid #dddfe1
}

tr {
    background-color: #f9fafb
}

tr:nth-child(odd) {
    background-color: #fff
}

.pagination {
    list-style-type: none;
    /* padding: 10px 0; */
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #d9d9d9;
    border-radius: 40px;
    box-shadow: -2px 1px 6px 1px #cccccc;
}

.pagination li {
    /* box-sizing: border-box; */
    /* padding-right: 10px; */
    padding: 10px;
}

.pagination li a {
    box-sizing: border-box;
    /* background-color: #ffffff; */
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #4e4f51;
    border-radius: 4px;
    /* border: 1px solid #98d5fd; */
}

.pagination li a:hover {
    background-color: #d4dada00;
    color: #0d6efd;
}

.pagination .next a, .pagination .prev a {
    /* text-transform: uppercase; */
    font-size: 19px;
    font-weight: bold;
}

.pagination .currentpage a {
    background-color: #626b7100;
    color: #337ff0;
}

.pagination .currentpage a:hover {
    background-color: #518acb
}

.clear {
    clear: both
}

.text-div img {
    width: 20%
}

.div-blog {
    background: #fff;
    margin-bottom: 53px;
    border: 1px solid #c0c0c0;
    width: 100%;
    border-radius: 12px;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active {
    color: #2984e5
}

.div-blog h3 {
    /* padding: 2px 8px 7px 8px !important; */
    clear: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    text-transform: unset;
    font-size: 19px;
    line-height: 25px;
    padding-top: 8px !important;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    text-align: left;
    margin-bottom: 3px;
    color: black;
}

.screen-reader-text {
    color: #828282;
    font-weight: bold;
    margin-right: 5px;
    width: auto;
    float: left;
}

.entry-meta {
    text-align: left;
    margin-bottom: 11px;
    /* padding-left: 6%; */
}

.img-responsive {
    display: block;
    max-width: 147%;
    margin-left: -22%;
}

.img-featured,.img-postlist {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure.post-thumbnail {
    margin: 0px 0px 6px 0px;
}

.entry-summary, .entry-summary p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    /* padding: 3px 9px 5px 6px; */
    font-family: sans-serif
}

.more-link-wrapper .more-link, .more-link-wrapper .more-link:visited {
    border-bottom: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: none;
    transition: all .25s ease-out;
    background: #0d6efd;
    padding: 6px;
    border: 1px solid #0d6efd;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

.more-link-wrapper {
    margin: 5px 9px 11px;
}

img.img-blogss {
    margin-right: 12px;
    margin-top: -4px
}

time.updated {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

div#globalWrapper {
    background: #f9f9f9
}

section#page {
    margin: 0px
}

.more-link-wrapper .more-link:hover, .more-link-wrapper .more-link:focus, .more-link-wrapper .more-link:active {
    color: #ffffff;
    border: 1px solid #024ebf;
    background: #024ebf;
}

.entry-categories a {
    float: left;
    margin-bottom: 2px;
    font-size: 17px;
    margin-right: 3px;
    line-height: 22px;
    background: #ffffff;
    color: blue;
    text-decoration: unset;
    font-weight: bold;
    text-transform: capitalize;
}

.entry-categories {
    /* padding: 11px 15px 3px 15px; */
    height: 47px;
    overflow: auto;
    text-align: center;
}

.entry-title a {
    color: #464849
}

.entry-summary table {
    display: none
}

.entry-summary img {
    display: none
}

.entry-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* background: red; */
}

section#pageContent {
    background: #ffffff;
}

a.backlist {
    /* float: right; */
    /* margin-top: 2%; */
    /* background: #1379b9; */
    /* padding: 3px 11px 3px 11px; */
    /* border-radius: 3px; */
    /* color: white; */
    /* border-bottom: 1px solid #1379b9 !important; */
    /* text-decoration: unset; */
    /* border: 1px solid #1379b9; */
    /* font-size: 13px; */
    /* font-family: sans-serif; */
    /* font-weight: bold; */
    /* box-shadow: 0px 3px 0px 0px #1d1d1d; */
}

a.backlist:hover {
    background: white;
    color: #1379b9;
    border: 1px solid #1379b9
}

a.backlist {
    float: right;
    margin-top: 4%;
    margin-bottom: 1%;
    background: #0f62fe;
    padding: 12px 24px;
    border-radius: 3px;
    color: white;
    /* border-bottom: 1px solid #1379b9 !important; */
    text-decoration: unset;
    border: 2px solid #1379b9;
    font-size: 16px;
    font-weight: bold;
    /* box-shadow: 0px 3px 0px 0px #1d1d1d; */
    border-radius: 40px;
}

a.backlist:hover {
    background: white;
    color: #0f62fe;
    border: 2px solid #0f62fe;
}

header {
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    z-index: 4
}

section#pageContent {
    margin-top: 4%;
    padding-top: 30px;
    padding-bottom: 4%;
}

#sticky-social {
    position: fixed;
    top: 211px;
    float: right;
    right: 0;
    z-index: 10
}

aside#sticky-social ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside#sticky-social ul li {
    list-style-type: unset;
    padding: 0px
}

#sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover, #sticky-social a[class*="facebook"] span {
}

#sticky-social a {
    /* background:#333; */
    color: #fff;
    display: block;
    height: 35px;
    font: 16px "Open Sans", sans-serif;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
    text-decoration: unset;
}

#sticky-social a span {
    line-height: 35px;
    position: absolute;
    text-align: center;
    width: 120px;
    margin-left: 36%;
}

#sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover, #sticky-social a[class*="facebook"] span {
    background-color: #3b5998;
}

#sticky-social a[class*="-twitter"], #sticky-social a[class*="-twitter"]:hover, #sticky-social a[class*="-twitter"] span {
    background-color: #00aced;
}

#sticky-social a[class*="-linkedin"], #sticky-social a[class*="-linkedin"]:hover, #sticky-social a[class*="-linkedin"] span {
    background-color: #007bb6;
}

#sticky-social a[class*="youtube"], #sticky-social a[class*="youtube"]:hover, #sticky-social a[class*="youtube"] span {
    background: #e02f2f
}

#sticky-social a[class*="instagram"], #sticky-social a[class*="instagram"]:hover, #sticky-social a[class*="instagram"] span {
    background-color: #517fa4;
}

#sticky-social a[class*="play"], #sticky-social a[class*="play"]:hover, #sticky-social a[class*="play"] span {
    background-color: #e02f2f;
}

#sticky-social a[class*="pinterest"], #sticky-social a[class*="pinterest"]:hover, #sticky-social a[class*="pinterest"] span {
    background-color: #c51f26;
}

#sticky-social a:hover span {
    right: 100%
}

.tips::before {
    padding-top: 9px
}

footer.footer4 {
    background: #0d6efd;
    padding-top: 12px;
    margin-bottom: -17px
}

footer.footer4 p {
    color: white;
    font-size: 12px;
    /* margin-left: -24px; */
    text-align: center;
}

footer.footer4 ul li {
    list-style: unset;
    display: inline-block;
    float: left;
    margin-left: 1em
}

footer.footer4 ul {
    margin: 0em;
    margin-left: -71px
}

footer.footer4 a {
    color: #fff;
    font-size: 12px;
}

span.pri-text {
    color: white
}

a.iconWrapper {
    float: right;
    margin-top: -8% !important;
    background-color: #0d6efd;
    padding: 6px;
}

.another-menus ul li {
    display: inline-flex;
    padding: 0px 0px 0px 23px;
    font-size: 15px;
    text-decoration: none;
    color: #2e2929;
    text-align: center
}

.another-menus {
    text-align: right;
    padding-top: 6px
}

.another-menus a {
    font-size: 13px;
    font-weight: bold;
    color: #2e2929
}

.enterytag-blog {
    height: 265px;
    width: 100%;
    padding: 13px;
}

.post-content-wrapper-single p {
    line-height: 34px;
    font-size: 19px;
    padding-left: 0px;
    margin-left: 0px;
}

.post-content-wrapper-single h2 {
    font-size: 18px;
    line-height: 19px
}

.post-content-wrapper-single h3 {
    font-size: 16px
}

.entry-image-wrapper {
    width: 100%;
    margin: 0 0px 0 0;
}

.post-thumbnail {
    width: 100%;
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    background: #1379b9;
    border-radius: 11px 11px 0px 0px;
}

.post-thumbnail a {
    width: 94%;
    height: 170px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out!important;
    -webkit-transition: all .3s ease-out!important;
    -moz-transition: all .3s ease-out!important;
    -o-transition: all .3s ease-out!important;
    z-index: -1;
    border: 10px solid #1379b9;
    /* background: #1379b9; */
}

.post-thumbnail a:hover {
    height: 170px;
    position: relative;
    transform: scale(1.1);
    width: 94%
}

.img-entered {
    width: 100%;
    background: #0f62fe;
    margin: 0px auto
}

.entry-image-site-hero img {
    margin: 0px auto
}

.entry-summary p {
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
    color: #5d5c5c;
}

.entry-summary h3 {
    font-size: 13px;
    line-height: 20px;
    margin: 0px
}

.entry-summary h2 {
    font-size: 18px;
    /* line-height: 20px; */
    /* margin: 8px; */
    margin-bottom: 0px;
    color: #5d5c5c;
}

@media screen and (max-width: 600px) {
    .site-hero-content {
        margin-top:17%;
        background: white;
        padding-bottom: 13px;
        width: 100%
    }

    a.backlist {
        float: right;
        margin-top: 0%
    }

    section#pageContent {
        margin-top: 42% !important;
        padding-top: 30px
    }

    header {
        background: white;
        position: fixed;
        width: 100%;
        top: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        z-index: 4;
        margin-left: -6%
    }

    h1.entry-title-site-hero {
        line-height: 27px;
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 4px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        color: #0d6ead
    }

    .input-form {
        width: 89%;
        height: 31px;
        border: 1px solid #b5b4b4;
        border-radius: 3px;
        padding-left: 1%;
        color: #50504e;
        font-size: 17px;
        font-family: sans-serif
    }

    footer.footer4 p {
        color: white;
        font-size: 12px;
        margin-left: 14px
    }

    a.iconWrapper {
        float: right;
        margin-top: -17%;
        background: #1379b9;
        padding: 8px
    }

    footer.footer4 ul {
        margin: 0em;
        margin-left: -3px
    }

    .another-menus {
        text-align: right;
        padding-top: 6px;
        margin-right: 10%
    }

    .post-content-wrapper-single h2 {
        font-size: 18px;
        line-height: 24px
    }

    .post-content-wrapper-single h3 {
        font-size: 16px;
        line-height: 24px
    }

    .post-content-wrapper-single p {
        line-height: 24px
    }
}

a.icon-pinterest-circled {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -3px 3px;
}

a.icon-instagram {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -56px 3px;
}

a.icon-facebook {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -32px 3px;
}

a.icon-twitter-bird {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -85px 3px;
}

a.icon-linkedin {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -115px 3px;
}

a.icon-play {
    background-image: url('../../images/imgsocial.png');
    background-repeat: no-repeat;
    background-position: -143px 3px;
}

.iconWrapper i {
    margin: 0;
    line-height: 40px;
    /* position: unset; */
    top: -1px;
    background-image: url('../../images/imgsocial.png');
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: -171px -1px;
    width: 30px;
}.entry-meta a {
    text-decoration: unset;
}.post-content-wrapper-single li {
    line-height: 34px;
    font-size: 19px;
}.div-comment label {
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #1a2e4b;
}
.btn-publish:hover {
    background: #0687a0;
    border-color: #0687a0;
}a.diventer {
    text-decoration: unset !important;
}.entry-categories a span:last-child {
    display: none;
}.entry-categories ul {
    padding-left: 0px;
}
.entry-categories span {
    width: 5px;
    float: left;
}.entry-categories li:last-child > span  {
    display: none !important;
}li.prev {
    background: #e9ecef;
    margin-left: 0px;
    border-radius: 40px;
    padding: 8px 17px;
}

li.next {
    background: #e9ecef;
    margin-left: 7px;
    border-radius: 40px;
    padding: 8px 17px;
}.pagignationDiv {
    text-align: center;
}section#mainFooter a {
    float: right;
    margin-top: -3%;
}