/********** blog **********/

.text-cont .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.text-cont__text {
	width: 100%;
	margin-bottom: 15px;
}
.text-cont__text .title {
	text-align: center;
	margin-top: 46px;
	margin-bottom: 42px;
}
.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}

.blog__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
    .blog__items .item {
        max-width: 330px;
        padding: 20px 20px 0;
        border-radius: 25px;
        border: 1px solid #d1d1d1;
        height: 500px;
        margin-bottom: 45px;
        margin-right: 45px;
        width: 100%;
        position: relative;
    }
        .item__thumbnail {
            margin-bottom: 20px;
            border-radius: 15px;
            display: block;
            overflow: hidden;
            width: 290px;
            height: 160px;
            background-size: 100%;
        }
        .item__title {
            color: #333;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
        }
        .item__description {
            color: #555;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 15px;
        }

        .item__info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            border-top: 1px solid #d1d1d1;
            padding-top: 5px;
            position: absolute;
    width: calc(100% - 40px);
    bottom: 15px;
        }

        p.item__info-date {
            color: #aaa;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            margin: 0;
        }

        a.item__info-link {
/*             color: #ff6400; */
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            text-decoration: underline;
        }
            a.item__info-link:hover {
                text-decoration: none;
            }

    .blog__items .item.cta {
        padding: 40px 25px;
/*         background-image: url(/blog/wp-content/themes/meowessay/img/cat.png); */
        background-repeat: no-repeat;
        background-position: 75% 100%;
        background-size: 65%;
        -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;
    }
        .item__cta-title {
            color: #fff;
            text-align: center;
            font-size: 30px;
            font-weight: 400;
            line-height: 32px;
        }
        p.item__cta-subtitle {
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            line-height: 34px;
            text-align: center;
            margin-bottom: 13px;
        }
        p.item__cta-info {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }
        .item.cta .main__banner-info_btn {
            margin: 0px auto !important;
        }
        .blog__items .item:not(.cta):nth-child(1) {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
        .blog__items .item:not(.cta):nth-child(2) {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
        .blog__items .item:not(.cta):nth-child(3) {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;margin-right: 0;}
        .blog__items .item:not(.cta):nth-child(4) {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
        .blog__items .item:not(.cta):nth-child(5) {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;margin-right: 0;}
        .blog__items .item:not(.cta):nth-child(6) {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
        .blog__items .item:not(.cta):nth-child(7) {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
        .blog__items .item:not(.cta):nth-child(8) {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;margin-right: 0;}
        .blog__items .item:nth-child(3) {
            margin-right: 0;
        }
        .dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
            .page-numbers {
                display: block;
                width: 40px;
                text-align: center;
                background: #eeeeee;
                color: #333 !important;
                text-decoration: none;
                border-radius: 50%;
                margin-right: 10px;
                font-size: 16px;
                font-weight: 600;
                height: 40px;
                line-height: 40px;
            }
                .prev.page-numbers, .next.page-numbers {
                    font-size: 23px;
                    line-height: 40px;
                }
                .prev.page-numbers{
                    padding-right: 3px;
                }
                .next.page-numbers {
                    padding-left: 3px;
                }
                .page-numbers:hover {
                    color: #fff !important;
                    background-color: #ffce46;
                }
                .current.page-numbers {
                    background: #ffce46;
                    color: #fff !important;
                }

/***** Sidebar posts *****/
.latest {
    box-shadow: 0 4px 11px 1px rgba(0, 0, 0, 0.16);
    margin-top: 20px;

}
.sidebar__item.post {
    background: #fff;
    padding: 20px 23px 15px;
}
    .sidebar__post-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        color: #555555;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .sidebar__post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
        .sidebar__post-info--date {
            font-size: 14px;
            color: #aaa;
            line-height: 24px;
        }
        .sidebar__post-info--link {
            color: #605CA8;
            text-decoration: underline;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
/*
            padding-right: 10px;
            background: url(/blog/wp-content/themes/meowessay/img/arrow_orange.svg) no-repeat right;
*/
        }
            .sidebar__post-info--link:hover{
                text-decoration: none;
            }
.blog-nav__link {
    margin-top: 45px;
    display: block;
/*     color: #ff6400 !important;; */
    text-decoration: none;
    font-size: 14px;
}
.item-date {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.text-cont__text .title.post{
    margin-top: 22px;
    margin-bottom: 0;
    text-align: left;
}

.text-cont__text.with-sidebar {
	/*max-width: 760px;*/
    max-width: 710px;
}
@media(max-width: 1024px){
    .text-cont__text.with-sidebar {
        max-width: 760px;
    }
}
.sidebar {
	width: 320px;
	padding: 98px 0;
	max-width: 320px;
}

.sidebar__title {
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
/* 	border-top: 2px solid #6cab2a; */
	border-radius: 24px 24px 0 0;
	border-bottom: 1px solid #d1d1d1;
	color: #333;
}

.blog-main .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1079px) {
  .container {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 9px;
  }
}
@media (max-width: 1024px){
    .blog__items{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .blog__items .item{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .blog__items {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .blog__items .item{
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    .item__thumbnail{
        width: 100%; /* 270 */
        height: 148px;
        margin: 0 auto 20px;
    }
    .blog__items .item.cta{
        padding: 40px 7px;
    }
    .blog-nav__link{
        margin-top: 25px;
    }
}
.blog__items .item > a {
    text-decoration: none;
}
.text-cont__text.with-sidebar img.alignnone {
    width: 100%;
}
a.item__info-link:active {
    color: #ff6400;
}

.text-cont img{
  height: auto;
}

.blog__items .item.cta .yellow-btn {
	margin: 50px auto 0;
	text-align: center;
	float: none;
	display: block;
}
.blog__items .item.cta{
    background-image: url(/img/essaypay.webp);
    padding-top: 90px;
    background-size:cover;
}
/*.cta .purple-btn{*/
/*    background: #FFCC00;*/
/*    color:#605CA8;*/
/* }*/

p.item__cta-subtitle{
    color:#FFCC00;
}
p.item__cta-subtitle{
    margin:30px 0;
}
p.item__cta-info{
    font-size: 18px;
}
h2.item__cta-title{
    font-size: 25px;
    font-weight: 700;
}

.breadcrumbs a{
    text-decoration: none;
}
/*related post container*/
.related-container{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}
.random-posts, .sidebar-item-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.random-post{
    width: 30%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: left;
}
.feature-image img {
    width: 100%;
}
.random-posts .post-title {
    margin-bottom: 20px;
}
.random-posts .post-title a {
    font-size: 16px;
    color: #00000a;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
}
.random-posts .post-date{
    font-size: 14px;
    color: #aaa;
    line-height: 24px;
}
.random-posts .read-more a{
    color: #605CA8;
    text-decoration: underline;
    line-height: 25px;
    font-size: 14px;
}
.random-posts .read-more a:hover{
    color: #605ca8;
    text-decoration: none;
}
@media (max-width: 768px){
    .related-container{
        padding: 0 15px;
    }
    .random-posts {
        flex-direction: column;
        align-items: center;
    }
    .random-post {
        width: 80%;
    }
}
/*lists*/
ul.check-list{
    margin-bottom: 20px;
}
ul.check-list + h2, ul.check-list + h3{
    padding-top: 0;
}
ul.check-list li{
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
}
ul.check-list li:first-child{
    padding-top: 20px;
}
ul.check-list li:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 3px solid #ffd800;
    border-radius: 50%;
    top: 2px;
    left: 0;
}
ul.check-list li:first-child:before{
    top: 22px;
}
.text-cont__text .wp-block-image img {
    height: 100%;
}
.text-cont__text h2, .text-cont__text h3{
    padding: 20px 0;
}
.text-cont__text h3{
    font-size: 20px;
}
ul.check-list li:last-child{
    margin-bottom: 0;
}
ol.def-ol li{
    margin-bottom: 20px;
    line-height: 20px;
}
ol.def-ol li:first-child{
    padding-top: 20px;
}
ol.def-ol li:last-child{
    margin-bottom: 0;
}
ol.def-ol li + h2, ol.def-ol li + h3{
    padding-top: 0;
}

.ui-state-default, .ui-widget-content, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none;
    outline: none;
    background-color: #f7f7f7!important;
    background: #f7f7f7!important;
}

.ui-accordion-header-icon{
    display: none;
}

.ui-widget{
    color: #555!important;
}

.ui-accordion .ui-accordion-content{
    padding-left: 60px;
}
.wp-faq-schema-wrap{
    margin: 25px 0;
}
.navigation {
    background: #FFFFFF;
    padding: 20px;
    border-top: 3px solid #605CA8;
}
.navigation-block {
    margin-top: 50px;
}
.navigation__top {
    cursor: pointer;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation__top img{
    height: 15px;
    transform: rotate(180deg);
    transition: .5s;
}
.navigation__list {
    margin-bottom: 0;
}
.navigation__list li {
    margin-bottom: 5px;
    padding-left: 10px;
}
.navigation__list li a{
    text-decoration: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}
.navigation__list li:hover a{
    color: #605CA8;
}

.closed .navigation__top img {
    transform: none;
    transition: .5s;
}
.navigation__title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #555555;
}

.blog-main .cta {
    margin-top: 30px;
    background: #605CA8;
}
.blog-main .cta .h4 {

    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.blog-main .cta .cta__right img{
    height: 241px;
}
.blog-main .cta.cta_text {
    padding: 0;
}
.blog-main .cta.cta_text a {
    margin: 15px 0;
}
.blog-main .cta.cta_text .cta__left {
    padding: 30px 0 0 30px;
}
.blog-main .cta.cta_text .cta__left p.small{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #D5D4DF;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .sidebar.blog {
        display: none;
    }
}
.blog-main .cta .cta__right img:nth-child(2){
    display: none;
}
@media screen and (max-width: 768px) {
    .blog-main .cta .cta__right img:first-child{
         display: none;
     }
    .blog-main .cta .cta__right img:nth-child(2){
        display: block;
    }
    .blog-main .cta .home-container {
       flex-direction: column;
        align-items: center;
    }
    .blog-main .cta__left, .blog-main .h4, .blog-main .small {
        text-align: center!important;
        justify-content: center;
    }
    .blog-main .cta.cta_text .cta__left {
        padding-left: 0;
    }
}

.blog-main .text-cont__text img {
    max-width: 100%;
    height: auto;
}