.hero {
  background-color: #000714;
  margin-bottom: 32px;
}

.hero-container {
  padding: 0 32px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.left-hero-section:not(.right-sidebar) {
  max-width: 340px;
}

.center-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  height: fit-content;
}

.left-hero-post-image {
	width: 100%;
}

.left-hero-post-category {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #3478f9;
  margin-bottom: 8px;
}

.left-hero-post-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.left-hero-divider {
  background-color: rgba(52, 120, 249, 0.4);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.center-hero-section-banners {
  min-width: 634px;
  max-width: 634px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.center-hero-section-banners > div {
  margin-bottom: 24px;
}

.center-hero-section-banners .hero-small-banner-image {
	height: fit-content;
	margin-top: 5px;
}

.mt-0 {
	margin-top: 0 !important;
}

.center-hero-section-banners_adm .hero-small-banner-image {
  max-height: 144px;
  max-width: 144px;
}

.center-hero-big-banner {
  position: relative;
  padding-bottom: 30px;
}

.center-hero-big-banner.top {
  padding-bottom: 0;
}

.center-hero-big-banner .hero-big-banner-image {
	width:100%;
}

.hero-content-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.hero-content-info,
.hero-content-info span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.hero-content-info span {
	font-weight: 600;
}

.hero-content-info,
.sidebar-big-banner-overlay-info {
	background-color: #000000;
	display: inline-flex !important;
	padding: 2px 5px;
}

.hero-big-banner-title {
    font-weight: 700;
	font-size: 30px;
	color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    background-color: #3478F9;
	margin-bottom: 5px;
}

.wrap {
  text-align: left;
}

.hero-big-banner-content {
  position: absolute;
  bottom: -5px;
  left: 0;
  padding: 32px 32px 0;
}

.hero-big-banner-content.top {
  top: -5px;
  left: 0;
  bottom: auto;
}

.center-hero-small-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.container.light-builder {
	padding-top: 20px;
}

.builder_light-big-banner {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	padding-bottom: 24px;
	border-bottom: 1px solid #153470;
	margin-bottom: 24px;
}

.bld-placeholders-section .builder_light-big-banner {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;	
}

.builder_light-big-banner-sidebar {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom: 24px;
	border-bottom: 1px solid #153470;
	margin-bottom: 24px;
}

.builder_light-big-banner-sidebar .hero-small-banner-image {
	margin-bottom: 15px;
}

.builder_light-big-banner-sidebar .post-title {
	color: #fff;
}

.t2-row {
	flex-direction: row-reverse;
	display: flex;
    flex-wrap: nowrap;
	padding-bottom: 40px;
}

.popular-blogs-wrapper-sidebar,
.popular-tag-news-wrapper-sidebar,
.popular-tag-news-wrapper {
	background-color: rgba(201, 207, 242, 0.2);
	padding: 20px 25px;
	margin-bottom: 20px;
}

.popular-tag-news-wrapper .popular-tag-news {
	flex-direction: row-reverse;
	display: flex;
    flex-wrap: nowrap;
	margin-bottom: 20px;
}

.t2-row > *,
.popular-tag-news > * {
    flex: 1 1 0;
    min-width: 0;
}

.t2-column .t2_placeholder,
.t2-row .t2_placeholder {
	position: relative;
	padding-left: 20px;
}

.t2-column .post-title {
	font-size: 18px;
}

.popular-tag-news .post-item-title,
.t2-column .post-title,
.t2-row .post-title {
	position: relative;
}

.popular-tag-news .post-item-title {
	color: #000;
	font-size: 18px;
}
	
.popular-tag-news .post-item-title::before {
	content: "";
    display: block;
    width: 5px;
    height: 5px;
	border-radius: 5px;
    background: #3478F9;
    position: absolute;
    left: -12px;
	top: 8px;
}

.t2-column .post-title::before,
.t2-row .post-title::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 10px;
    background: #3478F9;
    position: absolute;
    left: -22px;
    top: 8px;
}

.t2-column .t2_placeholder:not(:first-child) {
	padding-top: 24px;
	border-top: 1px solid #153470;
	margin-top: 24px;
}

.popular-blogs-wrapper-sidebar .popular-tag-news .item-post:not(:last-child) {
	padding: 0;
	margin: 0 0 20px 0;
}

.popular-tag-news-wrapper-sidebar .popular-tag-news .item-post:not(:last-child) {
	margin-bottom: 20px;
}

.t2-column .t2_placeholder:last-child {
	
}

.popular-tag-news .post-item-title::before {
	top: 50%;
	transform: translateY(-50%);
}

.photoset-imp-title {
	font-family: "ShantellSans", sans-serif;
}

@media screen and (max-width: 1024px) {
	.popular-tag-news-wrapper .popular-tag-news {	
		flex-direction: column-reverse;
	}
	.popular-tag-news .item-post:not(:last-child) {
		padding-top: 15px;
		margin-top: 15px;
	}
}	

@media screen and (min-width: 787px) {
	.t2-row .t2_placeholder:not(:first-child) {
		padding-right: 24px;
		border-right: 1px solid #153470;
		margin-right: 24px;
	}
}

@media screen and (max-width: 786px) {
	.container.light-builder {
		padding: 16px 16px 0 16px;
	}
	.builder_light-big-banner .post-title {
		font-size: 1.5em !important;
	}
	
	.t2-row {	
		flex-direction: column-reverse;
	}
	
	.t2-row .t2_placeholder:not(:last-child) {
		padding-top: 24px;
		border-top: 1px solid #153470;
		margin-top: 24px;
	}
}	
@media screen and (max-width: 480px) {
	.builder_light-big-banner {
		flex-wrap: wrap;
	}
	
	.builder_light-big-banner .hero-small-banner-image {
        margin-right: unset !important;
        margin-bottom: 15px;
        max-height: unset !important;
        max-width: 100% !important;
	}
}

.builder_light-big-banner .hero-small-banner-image {
	margin-right: 25px;
	max-height: 87px;
	max-width: 144px;
}

.builder_light-big-banner .post-title {
	font-size: 2.5em;
	color: #fff;
}

.center-hero-section-banners .center-hero-small-banner:last-child  {
	flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.hero-small-banner-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.center-hero-small-banner {
  background-color: #3478f9;
  padding: 24px;
  background-image: url("../images/homepage/small-banner-homepage-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.center-hero-small-banner.white {
	background-color: #fff;
}

.center-hero-small-banner.white .hero-small-banner-title {
	color: #000;
}

.center-hero-textonly {
  background-image: url("../images/homepage/small-banner-homepage-onlytext-bg.svg");
}

.hero-small-banner-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.hero-small-banner-info,
.hero-small-banner-info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.white .hero-small-banner-info, 
.white .hero-small-banner-info a {
	color: #000;
}

.center-hero-section-posts {
	max-width: 340px;
	min-width: 230px;
}

.center-hero-section-banners .center-hero-small-banner .hero-post-headline,
.center-hero-section-banners_adm .center-hero-small-banner .hero-post-headline,
.main-post-sidebar-banners .hero-post-headline {
	font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-bottom: 8px;
	text-transform: uppercase;
}

.center-hero-section-banners .center-hero-small-banner h2,
.sidebar-small-banner-title {
	margin-bottom: 5px;
}

@media screen and (min-width: 560px) {
	.center-hero-section-banners .center-hero-small-banner:last-child h2 {
		font-size: 28px;
	}
}
	
@media screen and (min-width: 1440px) {
	.center-hero-section-posts {
		height: auto;
		background: #262b35;
		padding: 15px;
	}	
}

@media screen and (min-width: 993px) {
	.center-hero-section-banners > div:last-child {
		margin-bottom: 0px !important;
	}
	
	.center-hero-section-posts {
		background: #262b35;
		padding: 15px;
	}
	
	.hero-section-posts-list .hero-posts-list-item:not(:first-child) {
		border-color: #868686 !important;
	}
}

#c3_ph .avb-item:not(:first-child),
#b1_ph .avb-item:not(:first-child),
#c3_ph .blog-rightsidebar-item:not(:first-child),
.hero-section-posts-list .hero-posts-list-item:not(:first-child) {
	padding-top: 24px;
    border-top: 1px solid #153470;
    margin-top: 24px;
}

.left-hero-post-container {
  position: relative;
}

.left-hero-post-overlay,
.left-hero-post-overlay-right-sidebar {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 666px) {
  .left-hero-section {
    display: flex;
  }
  
  	.hero-section-posts-list .hero-posts-list-item:not(:first-child):not(.avb-item) {
		padding-top: 0;
	}
}
	
@media screen and (max-width: 469px) {
  .left-hero-post {
    display: flex;
    flex-direction: column;
	gap: 0;
  }

  .left-hero-section {
    max-width: 288px;
  }
  .left-hero-post-image {
    width: 100%;
  }
  .left-hero-post-category {
		margin-top: 8px;
  }
}

.left-hero-post-overlay,
.right-sidebar .left-hero-post-overlay,
.left-hero-post-overlay-right-sidebar {
  background-image: url("../images/backgrounds/image-left-top-bg.svg"),
    url("../images/backgrounds/image-right-top-colored.svg"),
    url("../images/backgrounds/image-left-bottom-bg.svg"),
    url("../images/backgrounds/image-right-bottom-bg.svg");
  background-position: 16px 16px, calc(100% - 16px) 16px, 16px calc(100% - 16px),
    calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .left-hero-post-overlay {
    background-image: url("../images/backgrounds/image-left-top-bg-small.svg"),
      url("../images/backgrounds/image-right-top-colored-small.svg"),
      url("../images/backgrounds/image-left-bottom-bg-small.svg"),
      url("../images/backgrounds/image-right-bottom-bg-small.svg");
    background-position: 10px 10px, calc(100% - 10px) 10px,
      10px calc(100% - 10px), calc(100% - 10px) calc(100% - 10px);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    width: 100%;
    height: 100%;
  }
  
  .left-hero-post-overlay-right-sidebar {
	  background-image: url("../images/backgrounds/image-left-top-bg.svg"),
		url("../images/backgrounds/image-right-top-colored.svg"),
		url("../images/backgrounds/image-left-bottom-bg.svg"),
		url("../images/backgrounds/image-right-bottom-bg.svg");
	  background-position: 16px 16px, calc(100% - 16px) 16px, 16px calc(100% - 16px),
		calc(100% - 16px) calc(100% - 16px);
	  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	  width: 100%;
	  height: 100%;
	}
}

@media screen and (max-width: 992px) {
	
	.posts-list-item-info.blog-style {
		margin-top: 10px;
	}
	
	.center-hero-section-banners .center-hero-small-banner {
		  /*margin-bottom: 0px;*/
	}
}
@media screen and (min-width: 1441px) {
	.left-hero-section:not(.right-sidebar) .left-hero-post:not(:first-child) {
		padding-top: 24px;
		border-top: 1px solid #153470;
		margin-top: 24px;
	}
	
	.left-hero-post-container {
	  margin-bottom: 12px;
	}
}

.posts-list-item-category {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #3478f9;
}

.posts-list-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.posts-list-item-info a {
  color: #fff;
}

.list-item-info-author {
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.list-item-info-blogger,
.post-sidebar-news-blogger-image {
	float: right;
	margin-top: 8px;
	max-width: 80px;
}

.news-author-textonly {
  gap: 4px;
}

.post-sidebar-news-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.card-info {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.main-post-content .card-info .card-info-text {
	margin-top: -35px;
}

.card-info.blog-style {
	justify-content: space-between
}

.list-item-info-category,
.hero-small-banner-category,
.hero-content-category,
.left-hero-post-category,
.last-news-item-category {
	text-transform: uppercase;
}

.post-list-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 8px 0;
}

.hero-post-list-divider {
  height: 1px;
  margin: 24px 0;
  background-color: rgba(52, 120, 249, 0.4);
}

.posts-list-item-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.hero-container-divider,
.big-banner-image-mobile,
.small-banner-image-mobile,
.center-hero-mobile-title {
  display: none;
}

.center-hero-textonly,
.center-hero-small-banner,
.featured-posts-bgpost,
.post-sidebar-small-banner,
.archive-sidebar-small-banner {
  background-image: url("../images/backgrounds/sidebar-left-top-bg.svg"),
    url("../images/backgrounds/sidebar-right-top-bg.svg"),
    url("../images/backgrounds/sidebar-left-bottom-bg.svg"),
    url("../images/backgrounds/sidebar-right-bottom-bg.svg");
  background-position: 8px 8px, calc(100% - 8px) 8px, 8px calc(100% - 8px),
    calc(100% - 8px) calc(100% - 8px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.center-hero-small-banner.white,
.post-sidebar-small-banner.white {
  background-image: url("../images/backgrounds/sidebar-left-top-bg-black.svg"),
    url("../images/backgrounds/sidebar-right-top-bg-black.svg"),
    url("../images/backgrounds/sidebar-left-bottom-bg-black.svg"),
    url("../images/backgrounds/sidebar-right-bottom-bg-black.svg");
  background-position: 8px 8px, calc(100% - 8px) 8px, 8px calc(100% - 8px),
    calc(100% - 8px) calc(100% - 8px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}