/*C_BLOG_CATALOG*/
.cb-wrap {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0 40px 0;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.cb-rss {
    float: right;
    position: relative;
    right: 20px;
}
.wprez-text-cont-left {
    text-align: left !important;
    justify-content: flex-start;
    align-items: center !important;
}
.container-category-blog .default-container-text-cont h1 {
    font-size: 36px;
    text-shadow: 2px 2px 10px #000;
    padding: 10px 0px;
}
.wprez-text-cont-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
}
.wprez-text-cont-right .article-green-box {
    float: right;
}
.wprez-text-cont-right {
    text-align: right !important;
    justify-content: flex-end;
    align-items: center !important;
}
.article-green-text {
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.article-green-box {
    max-width: 35%;
}
.cb-rows .pager {
    padding-top: 35px;
    width: 100%;
}

.cb-rows-inner-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px;
}

.cb-rows-inner-center .cb-center {
    width: 0;
}

.cb-row-category {
    width: 356px;
    height: 356px;
}

.cb-row {
    width: 280px;
    height: 360px;
    position: relative;
}
.cb-wrap-top-title {
    font-size: 24px;
    padding-bottom: 20px;
}
.default-catalog-blog .cb-row,
.default-catalog-blog .cb-row-category {
    width: 280px;
    height: 280px;
}
.cb-row-category .cb-row-title {
    font-size: 1.7rem;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 2px 2px 10px #000;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 3;
    margin-bottom: 12px;
}
.cb-row-category .cb-row-title a {
    font-size: 1.5rem;
    color: #ffffff;
}
.cb-row-inner {
    cursor: pointer;
}
.cb-row .cb-row-inner {
    height: 90%;
    box-shadow: 0 8px 8px 0 rgba(255, 199, 0, 0.02), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
    margin-right: 16px;
    margin-top: 16px;
}
.cb-wrap-top-right {
    text-align: right;
    margin-right: 55px;
}
.cb-row-picture-anchor {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.container-category-blog {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    text-align: center;
    justify-content: center;
    align-items: end;
    margin-bottom: 24px;
}

.cb-row-picture,
.cb-row-picture-anchor-empty {
    margin-bottom: 4px;
    max-height: 165px;
}
.cb-row-picture-see-more {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog_btn {
    position: absolute;
    font-size: 14px;
    padding: 12px 20px;
    bottom: 0;
    right: 10%;
    opacity: 0;
}

.cb-row-inner:hover .blog_btn {
    opacity: 1;
}

.cb-row-picture-see-more .button {
    vertical-align: middle;
}

.cb-row-picture-see-more:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.cb-row-picture-see-more:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;

    opacity: 0.6;
}

.cb-row .cb-row-picture-anchor img {
    width: 100%;
    max-width: 100%;
    height: 165px;
    max-height: 165px;
    display: block;
    margin: auto;
}
.cb-row-category .cb-row-picture-anchor img {
    height: 356px;
    max-height: 356px;
    display: block;
    margin: auto;
    padding: 1px;
}
.cdp-lead-text,
.cdp-lead-text p {
    font-size: 28px;
    font-weight: 700;
}
.cb-row-picture-anchor-empty img {
    max-height: 176px;
}

.cb-row-category-title {
    padding: 0 16px;
}

.cb-row-category a {
    font-weight: 500;
    font-size: 14px;
    color: #48556e;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cb-row-category-title a {
    font-weight: 500;
    font-size: 14px;
    color: #48556e;
}
.cb-row-category .cb-row-picture-anchor {
    padding: 1px;
    position: absolute;
}
.cb-row-title-box {
    padding-top: 70%;
}
.cb-row .cb-row-category a:hover {
    color: #a0bf35;
}
.cb-row-title {
    padding: 0 16px;
}
.cb-row-title a {
    font-weight: 500;
    font-size: 18px;
    color: #2e3133;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cb-row .cb-row-title a:hover {
    color: #a0bf35;
}

.cb-row-text {
    padding-bottom: 20px;
}

.cb-row-text,
.cb-row-text p {
    font-weight: 300;
    font-size: 19px;
    color: #494949;
}
.article-green-label {
    width: 85px;
    height: 20px;
    background-color: #5aaf10;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    opacity: 1;
}
.container-category-blog .default-container-text-cont {
    width: 55%;
}
.cb-row-bottom {
    font-size: 0;
    margin: -5px -20px;
    overflow: hidden;
}
.cwi_more_box {
    width: 100%;
    margin: auto;
    text-align: center;
}
.cb-row-date {
    font-size: 17px;
    color: #494949;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: middle;
}

.cb-row-comments {
    font-size: 17px;
    color: #494949;
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: middle;
}

.cb-row-comments:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #bcbcbc;
}

.cb-row-comments i {
    margin-right: 8px;
    vertical-align: middle;
}

.cb-row-comments span {
    display: inline-block;
    vertical-align: middle;
}

.cb-row-comments span a {
    color: #494949;
}

.cb-row-bottom-line {
    margin: 35px 0 0 0;
    height: 1px;
    width: 100%;
    background: #bcbcbc;
}
.container-category-blog-url {
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
}
/*autor*/
.cb-row-author {
    padding-bottom: 8px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.cb-row-author-avatar {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb-row-author-avatar img {
    display: block;
    border-radius: 60px;
    overflow: hidden;
}

.cb-row-author-avatar i {
    font-size: 24px;
}

.cb-row-author-fullname {
    font-size: 17px;
    font-weight: 700;
}

.cb-row-author-description {
    line-height: 1.7;
}
/*autor end*/

.cdp-blog .cb-row-bottom {
    margin-top: 30px;
}

.twocol-layout .cb-row,
.twocol-layout .cb-row {
    width: 50%;
}

.title-blog {
    margin-top: 240px;
    width: 750px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.title-blog h1 {
    font-size: 72px;
    font-weight: 600;
}

.blog-img-desc {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    text-shadow: 2px 2px 10px #000;
}

.default-catalog-blog {
    margin-top: 32px;
    margin-bottom: 50px;
}
.catalog_blog_img {
    background-size: cover;
    min-height: 840px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
}
.share-media-box-fb {
    background: #3b5998;
    border-radius: 5px;
    padding: 4px 32px;
}
.share-media-box-twitter {
    background: #1da1f2;
    border-radius: 5px;
    padding: 4px 32px;
}
.share-media-box-twitter svg {
    width: 14px;
}
.share-media-box-pinterest {
    background: #e60023;
    border-radius: 5px;
    padding: 4px 32px;
}
.share-media-box-pinterest a,
.share-media-box-twitter a,
.share-media-box-fb a {
    color: white !important;
}
.container-category-blog .default-container-text-cont {
    margin-bottom: 80px;
}
.blog-content {
    padding: 0 8px;
}
.size-full {
    display: flow;
    margin: auto;
}

.default-container .wprez-main {
    height: 600px;
}

.default-container .default-container-title {
    margin-top: 24px;
    margin-bottom: 24px;
}

.cb-tag-wrap {
    max-width: 1440px;
    margin: auto;
    padding-bottom: 40px;
}

.cb-tag-text {
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
}

.cb-wrap-tags{
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-top: 24px;
    flex: 1 auto;
    display: flex;
}

.cb-tag-article-wrap {
    margin: 2px;
    flex: 1 auto;
    display: flex;
}

.cb-tag-article-link {
    display: flex;
    justify-content: flex-end;
    flex: 1 auto;
}

.cb-tag-wrap__button {
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 4px;
    margin: auto;
    background: rgba(194, 200, 204, 0.25);
    color: rgba(46, 49, 51, 0.80);
    text-transform: uppercase;
    font-weight: 600;
    flex: 1 auto;
    text-align: center;
}

.hidden {
    display: none;
}

.cb-load-more-wrap {
    text-align: center;
    margin-top: 10px;
}

@media all and (max-width: 1400px) {
    .cb-row-title a {
        /* font-size: 22px; */
    }

    .cb-row-text,
    .cb-row-text p {
        font-size: 18px;
    }

    .cb-row-date,
    .cb-row-comments {
        font-size: 16px;
    }

    .cb-rows {
        max-width: 1125px;
        margin: auto;
        overflow: hidden;
    }
}

@media all and (max-width: 1280px) {
    .cb-row-title a {
        /* font-size: 21px; */
    }

    .cb-row-text,
    .cb-row-text p {
        font-size: 17px;
    }

    .cb-row-date,
    .cb-row-comments {
        font-size: 15px;
    }

    .cb-rows {
        max-width: 855px;
        margin: auto;
        overflow: hidden;
    }
    .default-container-light .default-container-title {
        margin: 0;
    }
}

@media all and (max-width: 1023px) {
    .cb-rows {
        max-width: 855px;
        margin: auto;
        overflow: hidden;
    }
    .article-green-box {
        max-width: 70%;
    }
    .twocol-layout .cb-row,
    .twocol-layout .cb-row {
        width: 100%;
    }
    .blog-content {
        padding: 40px 20px 0 20px;
    }
    .cb-row-author {
        font-size: 12px;
    }

    .cb-row-author-fullname {
        font-size: 18px;
    }
    .title-blog h1 {
        font-size: 48px;
    }
    .catalog_blog_img {
        background-size: cover;
        min-height: 500px;
    }
    .default-container .wprez-main {
        height: 400px;
    }
}

@media all and (max-width: 900px) {
    .cb-rows {
        max-width: 700px;
        margin: auto;
        overflow: hidden;
    }
}

@media all and (max-width: 767px) {
    .cb-rows {
        max-width: 580px;
        margin: auto;
        overflow: hidden;
    }
    .title-blog h1 {
        font-size: 42px;
    }
    .catalog_blog_img {
        background-size: cover;
        min-height: 500px;
    }

    .container-category-blog {
        background-position:unset !important;
    }

    
    
}

@media all and (max-width: 650px) {
    /* .cb-row .cb-row-inner {
        margin-left: 16px;
    } */
    .cb-wrap-top {
        margin-left: 3%;
    }
    
}

@media all and (max-width: 600px) {
    .cb-rows-inner-center {
        flex-direction: column;
		margin-top: 16px;
		align-content: center;
		gap: 16px;
    }

	.cb-rows-inner-center .cb-row {
		left: unset !important;
		height: fit-content;
	}

	.cb-rows-inner-center .cb-row .cb-row-inner {
		margin: 0;
	}

	.cb-rows-inner-center .cb-row:nth-last-child(1) .cb-row-inner {
		margin-bottom: 10px;
	}
    .cb-wrap-top {
        margin-left: 3%;
    }
.default-container .wprez-main {
        height: 400px;
    }
    
}

@media all and (max-width: 560px) {
    .cb-wrap-top {
        margin-left: 5%;
    }
    .cb-row {
        left: 24% !important;
    }
    .title-blog h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 550px) {
    .cb-row-author {
        padding: 20px;
        gap: 20px;
    }

    /* .cb-rows .cb-row-category{
		min-width: 100%;
	} */
}

@media all and (max-width: 500px) {
    .cb-row {
        left: 20% !important;
    }

    .container-category-blog {
        background-position-x: left !important;
    }
}

@media all and (max-width: 450px) {
    .cb-row {
        left: 18% !important;
    }
}


@media all and (max-width: 400px) {
    .cb-row-author {
        display: block;
    }

    .cb-row-author-avatar {
        margin: auto;
        margin-bottom: 10px;
    }
    .cb-row {
        left: 16% !important;
    }
    .default-container .wprez-main {
        height: 400px;
    }
}

@media all and (max-width: 360px) {
    .cb-row {
        left: 14% !important;
    }
}