/* styles for blog */
p {
    line-height: unset;
}

.d-none {
    display: none !important;
}

.icon-white {
    filter: brightness(0) saturate(100%) invert(83%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(104%) contrast(101%);
}

.article-name .breadcrumbs li:after,
.blog-category .breadcrumbs li:after,
.blog-author .breadcrumbs li:after,
.blog .breadcrumbs li:after {
    content: "" !important;
}

.text-white {
    color: #ffffff;
}

.text-no-decoration {
    text-decoration: none !important;
}

.first-block-author a {
    color: #ffffff;
}

.fi.fis {
    width: 24px !important;
    line-height: 24px !important;
    border-radius: 50%;
}

/*.first-block-category {*/
/*  background-color: #252525;*/
/*}*/

.category-hiring {
    background-color: #504ED6;
}

.category-housing {
    background-color: #00BABD;
}

.category-taxes {
    background-color: #F3542C;
}

.category-visas {
    background-color: #187AD1;
}

.category-working {
    background-color: #31BA49;
}

.category-education {
    background-color: #9F3FFF;
}

.category-healthcare {
    background-color: #ED790F;
}

.category-relocation {
    background-color: #F04AAE;
}

.category-networking {
    background-color: #1F75F2;
}

.pagination ul {
    display: flex;
}

.pagination a:not(.disable, .active-btn, .ellipsis),
.pagination span:not(.disable, .active-btn, .ellipsis) {
    border: none;
    background-color: transparent;
}

.pagination a:not(.active-btn):focus,
.pagination a:not(.active-btn):hover,
.pagination span:not(.prev-page, .next-page, .next, .prev, .ellipsis, .disable, .dots):focus,
.pagination span:not(.prev-page, .next-page, .next, .prev, .ellipsis, .disable, .dots):hover {
    background-color: transparent;
    color: #3b3b3b;
    border: none;
}

.pagination li > *:not(.dots, .next, .prev) {
    border: 1px solid #dfdfdf !important;
}

.pagination li > .dots:hover,
.pagination li > .dots:focus,
.pagination li > .dots {
    border-radius: 0;
    color: #3b3b3b !important;
    border: none !important;
    background-color: transparent;
}

.pagination .prev, .pagination .next {
    width: 37px;
    border-radius: 0;
    border: none !important;
}

.pagination li > *:not(.active-btn, .ellipsis, .disable, .dots):hover,
.pagination li > *:not(.active-btn, .ellipsis, .disable, .dots):focus,
.pagination li > *:not(.active-btn, .ellipsis, .disable, .dots):active,
.pagination li .current {
    background-color: #1071FF !important;
    border-color: #1071FF !important;
    color: #ffffff !important;
}

.pagination li {
    margin: 0 2px;
}

.si:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background: no-repeat center center;
}

.si-twitter:before,
.si-twitter.si-f:before {
    background-image: url(../svg/social-sprite.svg#twitter-f);
}

.si-twitter:hover:before {
    background-image: url(../svg/social-sprite.svg#twitter-h);
}

.si-fb:before,
.si-fb.si-f:before {
    background-image: url(../svg/social-sprite.svg#fb-f);
}

.si-fb:hover:before {
    background-image: url(../svg/social-sprite.svg#fb-h);
}

.si-github:before,
.si-github.si-f:before {
    background-image: url(../svg/social-sprite.svg#github-f);
}

.si-github:hover:before {
    background-image: url(../svg/social-sprite.svg#github-h);
}

.si-linkedin:before,
.si-linkedin.si-f:before {
    background-image: url(../svg/social-sprite.svg#linkedin-f);
}

.si-linkedin:hover:before {
    opacity: ;
    background-image: url(../svg/social-sprite.svg#linkedin-h);
}

.si-website:before,
.si-website.si-f:before {
    background-image: url(../svg/social-sprite.svg#website-f);
}

.si-website:hover:before {
    background-image: url(../svg/social-sprite.svg#website-h);
}

.fi-world {
    background-image: url(../svg/world.svg);
}

.gradient {
    position: relative;
    display: inline-block;
}

.gradient::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(111deg, rgba(53, 58, 63, 0.75), rgba(53, 58, 63, 0.75) 18%, rgba(16, 113, 255, 0.8));
    background-size: cover;
}

.gradient img {
    display: block;
    height: auto;
    width: 100vw;
}

.blog--background-img {
    background-image: url('../png/blog-background-1024x754-1.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 230px 0px 220px;
    /* height: 500px; */
}

@media (max-width: 1024px) {
    .blog--background-img {
        padding: 150px 0;
    }
}

.blog--background-img::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(108deg, rgba(111, 120, 128, 0.75), rgba(111, 120, 128, 0.75) 18%, rgba(16, 113, 255, 0.85));
}

.blog--background-text {
    position: static;
    max-width: 1140px;
    padding: 0px 15px;
    /* right: 0;
    left: 0; */
    margin: 0 auto;
    /* z-index: 1; */
}

.blog--background-text__title {
    color: #ffffff;
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .blog--background-text__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .blog--background-text__title {
        font-size: 40px;
    }
}

@media (max-width: 599px) {
    .blog--background-text__title {
        font-size: 32px;
    }
}

.blog--background-text ul {
    position: relative;
    margin-left: 0;
    padding-left: 100px;
}

@media (max-width: 599px) {
    .blog--background-text ul {
        padding-left: 0;
    }
}

@media (min-width: 598px) {
    .blog--background-text ul::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 12px;
        height: 2px;
        width: 85px;
        background-color: rgba(255, 255, 255, 1);
    }
}

.blog--background-text ul li:first-child {
    margin-left: 0;
}

.blog--background-text ul li {
    display: inline-block;
    position: relative;
    line-height: 30px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog--background-text ul li::before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 1px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.blog--background-text ul li:last-child:before {
    content: '';
}

.blog--background-text ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    /* transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; */
}

.blog--single-heading-text {
    max-width: 840px;
    padding: 0 20px;
    margin: 120px auto 60px;
}

@media screen and (max-width: 61.875em) {
    .blog--single-heading-text {
        margin: 95px auto 60px;
    }
}

.blog--single-heading-text ul {
    position: relative;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.blog--single-heading-text ul li {
    display: inline-block;
    position: relative;
    margin: 0 22px 0 0;
}

.blog--single-heading-text ul li::after {
    content: '/';
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 15px;
    line-height: 20px;
}

.blog--single-heading-text ul li:last-child::after {
    content: '';
}

.blog--single-heading-text ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #737b83;
}

.blog--single-heading-text ul li a:hover {
    color: #1071ff;
}

.blog--single-heading-text__title {
    margin-bottom: 0;
    font-size: 47px;
    font-weight: bold;
    line-height: 1.26;
}

@media screen and (max-width: 61.875em) {
    .blog--single-heading-text__title {
        font-size: 39px;
    }
}

.blog--single-img {
    width: 100%;
    height: 640px;
    margin: 0 0 60px;
}

@media screen and (max-width: 61.875em) {
    .blog--single-img {
        height: 320px;
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 540px) {
    .blog--single-img {
        height: 160px;
    }
}

.blog--itmes-categories {
    padding-left: 0;
    text-align: center;
}

.blog--itmes-categories li {
    display: inline-block;
    padding: .41176rem;
}

@media (max-width: 730px) {
    .blog--itmes-categories li {
        padding: .41176rem;
    }
}

.blog--itmes-categories li a {
    text-decoration: none;
    color: #333333;
    padding: .29412rem 1rem;
    color: #555;
    font-weight: 500;
    position: relative;
    border-radius: 16px;
    transition: all 0.3s ease 0s;
}

.blog--itmes-categories li a:hover {
    color: #1071ff;
}

.blog--is-active a {
    background-color: #1071ff;
    color: #ffffff !important;
}

.blog--is-active a:hover {
    color: #ffffff !important;
}

.blog-cards {
    max-width: 1200px;
    margin: 65px auto;
}

.card-item {
    margin-bottom: 70px;
}

.card-item-posted {
    font-size: 16px;
    margin-bottom: 16px;
    padding-top: 32px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.card-item-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.card-item-title a {
    color: #000000;
}

.card-item-title a:hover {
    color: #408dff;
}

.card-item-text {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.card-item-read {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.card-item-read:after {
    content: "\2192";
    position: relative;
    left: 6px;
    vertical-align: initial;
}

/* styles for pagination */
.blog-page--pagination {
    margin: 0 auto;
    text-align: center;
}

.blog-page--pagination .nav-links {
    margin: 0 auto;
}

.blog-page--pagination .nav-links * {
    display: inline-block;
}

.blog-page--pagination .nav-links .page-numbers {
    position: relative;
    line-height: 42px;
    height: 45px;
    font-size: 22px;
    min-width: 45px;
    background: none;
    color: #000000;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #e5e5e5;
    transition: all 500ms ease;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.blog-page--pagination a.page-numbers:hover {
    border-color: #000000 !important;
}

.blog-page--pagination .nav-links .current {
    border: 2px solid #000000;
    border-radius: 50%;
}

.blog-page--pagination .nav-links .prev,
.blog-page--pagination .nav-links .next {
    color: #e5e5e5;
    border: none;
}

.blog-page--pagination .nav-links .prev {
    padding-right: 10px;
    text-align: right;
}

.blog-page--pagination .nav-links .next {
    padding-left: 10px;
    text-align: left;
}

.blog-page--pagination .nav-links .prev:hover,
.blog-page--pagination .nav-links .next:hover {
    color: #000000;
}

/* Text meant only for screen readers. */
.blog-page--pagination .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* styles for blog posts */
.blog_page--body_content {
    max-width: 840px;
    margin: 0 auto 125px;
    padding: 0 20px;
}

.blog_page--content.entry {
    max-width: 800px;
}

.blog_page--content.entry strong, .blog_page--content.entry br {
    font-weight: 600;
}

.blog_page--body_content .blog_page--title {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

.blog_page--content h3, .blog_page--content h4, .blog_page--content h2, .blog_page--content h5 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.36;
}

.blog_page--content h2 {
    font-size: 33px;
}

.blog_page--content h3 {
    font-size: 30px;
}

.blog_page--content h4 {
    font-size: 27px;
}

.blog_page--content h5 {
    font-size: 24px;
}

/*.blog_page--content h3 span, .blog_page--content h4 span, .blog_page--content h2 span, .blog_page--content h5 span {
  font-size: 33px!important;
}
.blog_page--content h3 strong, .blog_page--content h4 strong, .blog_page--content h2 strong, .blog_page--content h5 strong {
  font-size: 33px!important;
}*/
.blog_page--body_content p {
    font-size: 21px;
    line-height: 1.57;
    margin-bottom: 15px;
    color: #252525;
    font-weight: normal;
}

.blog_page--content ul {
    list-style: none;
    margin: 0 0 40px;
}

.blog_page--content li {
    position: relative;
    font-size: 21px;
    line-height: 1.57;
    margin-bottom: 17px;
    color: #252525;
    font-weight: normal;
}

.blog_page--content ul li {
    padding-left: 32px;
}

.blog_page--content ul li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1071ff;
}

.blog_page--body_content blockquote {
    position: relative;
    padding: 2px 0 2px 30px;
    border: none;
    border-left: 2px solid #000000;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.52;
    color: #252525;
}

.blog_page--body_content img {
    margin-bottom: 0;
}

.blog_page--body_content blockquote p {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.52;
    color: #252525;
}

.blog_page--body_content blockquote ul {
    margin-bottom: 0;
}

.blog_page--body_content a {
    font-size: 21px;
    font-weight: normal;
    color: #252525;
    border-bottom: 1px solid #1071ff;
}

.blog_page--body_content a:hover {
    color: #1071ff;
}

@media screen and (max-width: 61.875em) {
    .blog_page--content.entry strong, .blog_page--content.entry br {
        font-size: 17px !important;
    }

    .blog_page--body_content .blog_page--title {
        font-size: 25px !important;
    }

    .blog_page--content h2 {
        font-size: 25px !important;
    }

    .blog_page--content h3 {
        font-size: 23px !important;
    }

    .blog_page--content h4 {
        font-size: 21px !important;
    }

    .blog_page--content h5 {
        font-size: 19px !important;
    }

    .blog_page--content h2 span, .blog_page--content h2 strong {
        font-size: 25px !important;
    }

    .blog_page--content h3 span, .blog_page--content h3 strong {
        font-size: 23px !important;
    }

    .blog_page--content h4 span, .blog_page--content h4 strong {
        font-size: 21px !important;
    }

    .blog_page--content h5 span, .blog_page--content h5 strong {
        font-size: 19px !important;
    }

    /*.blog_page--content h3 span, .blog_page--content h4 span, .blog_page--content h2 span, .blog_page--content h5 span {
      font-size: 25px!important;
    }
    .blog_page--content h3 strong, .blog_page--content h4 strong, .blog_page--content h2 strong, .blog_page--content h5 strong {
      font-size: 25px!important;
    }*/
    .blog_page--body_content p {
        font-size: 17px !important;
    }

    .blog_page--content li {
        font-size: 17px !important;
    }

    .blog_page--content ul li {
        padding-left: 24px;
    }

    .blog_page--content ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
    }

    .blog_page--body_content a {
        font-size: 17px !important;
    }

    .blog_page--body_content blockquote {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blog_page--body_content blockquote p {
        font-size: 19px !important;
    }
}

@media (max-width: 1199px) {
    .blog_page--body_content img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .blog_page--body_content img.alignleft {
        float: left;
    }

    .blog_page--body_content img.alignright {
        float: right;
    }
}


/* comments */
.blog_page--comments {
    margin-top: 120px;
}

.blog_page--comments .group-title {
    position: relative;
    margin-bottom: 60px;
}

.blog_page--comments .group-title h2 {
    position: relative;
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.conp_theme .comment-box {
    position: relative;
    padding: 0px 0px 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-box .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 100px;
}

@media (max-width: 767px) {
    .comment-box .comment {
        padding: 0;
    }
}

.comment-box .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .comment-box .comment .author-thumb {
        position: relative;
    }
}

.comment-box .comment .author-thumb img {
    width: 75px;
    display: block;
    border-radius: 50%;
}

/* .comment-box .comment .comment-inner {

} */
.comment-box .comment .comment-inner .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.comment-box .comment .comment-inner .comment-info strong {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
    text-transform: capitalize;
}

.comment-box .comment .comment-inner .comment-info .comment-time {
    position: relative;
    font-size: 15px;
    color: #a5a5a5;
    margin-top: 6px;
    font-weight: 500;
}

.comment-box .comment .comment-inner .text {
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 1.7em;
}

.comment-box .comment .comment-inner .comment-reply a {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.conp_theme .conp_theme .comment-box {
    margin-left: 20px;
}

.conp_theme .conp_theme .conp_theme .comment-box {
    margin-left: 40px;
}

.conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
    margin-left: 60px;
}

.conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
    margin-left: 80px;
}

@media (min-width: 767px) {
    /* Reply to comment */
    .conp_theme .conp_theme .comment-box {
        margin-left: 70px;
    }

    .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 140px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 210px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 280px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 350px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 420px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 490px;
    }

    .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .conp_theme .comment-box {
        margin-left: 560px;
    }
}

/* Post A Comment */
.blog-comment-form {
    margin-top: 100px;
}

.blog-comment-form .title-box h2 {
    position: relative;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.blog-comment-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.blog-comment-form .form-group input[type="text"], .blog-comment-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: #000000;
    border-bottom: 2px solid #000000;
    height: 46px;
    font-size: 16px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    box-shadow: none;
}

.blog-comment-form .form-group input[type="text"]:focus, .blog-comment-form .form-group input[type="email"]:focus, .blog-comment-form .form-group textarea:focus {
    border-color: #408dff;
}

.default-form .form-group input[type="text"]:focus, .default-form .form-group input[type="password"]:focus, .default-form .form-group input[type="tel"]:focus, .default-form .form-group input[type="email"]:focus, .default-form .form-group select:focus, .default-form .form-group textarea:focus {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.05);
}


.blog-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px;
    color: #000000;
    height: 160px;
    background: none;
    resize: none;
    font-size: 16px;
    border-bottom: 2px solid #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    box-shadow: none;
}

.blog-comment-form .form-group textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
}

.blog-comment-form .blog-comment--submit {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background: #408dff;
    display: inline-block;
    padding: 9px 31px 9px;
    text-transform: uppercase;
    border: 2px solid #408dff;
    cursor: pointer;
}

.conp_theme .blog-comment-form {
    margin-top: 16px;
    margin-bottom: 64px;
}

.blog-comment-form .blog-comment--submit:hover {
    background: none;
    color: #408dff;
    border-color: #408dff;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 861px) {
    .blog_page--content,
    .blog_page--content .wp-caption {
        width: 100% !important;
    }
}