a{
	text-decoration: none;

}
.front_page {
    display: grid;
    gap: 2em;
}

.animated img{
	transition: 0.7s all;
}

h2,h3,h4,h5,h6,p,span{
	color: inherit;
	margin: 0!important;
}

p{
	font-weight: 100;
}
.first_main_post_cat {
    color: var(--primary);
}
.home_section {
	padding: 3em 0;
}

#section_1 .section_posts {
    background: var(--ggr);
    padding: 2em;
}

#section_0 {
    padding: 0em;
}



.main_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);  
    grid-template-rows: 100%;
}

.first_main_post {
    display: grid;
    grid-template-columns: 40% 60%;
    background: var(--black);
	color: #ffffff!important;
}

.big_post {
    display: grid;
    grid-template-columns: 60% 40%;
    background: var(--black);
	color: #ffffff!important;
}

.first_main_post .thumb_holder:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--black) 1em, transparent 50%);
    left: 0;
    top: 0;
}

.first_main_post_info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1em 6% 1em 8%;
    gap: 2em;
    font-size: 1.25em;
}

.first_main_post_info_inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
}

.big_post_info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1em 8% 1em 6%;
	gap: 2em;
    font-size: 1.25em;
	background: var(--bbg);
}

.thumb_holder{
    display: block;
    width: 100%;
    position: relative;
	padding-bottom: 62.5%;
	overflow: hidden;
}
.thumb_holder img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	left:0;
	top:0;
	
}

.thumb_link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
}

.ratio43{
	padding-bottom: 75%;
}
.ratio54{
	padding-bottom: 80%;
}
.square_thumb{
	padding-bottom: 100%;
}

.side-title {
    position: absolute;
    z-index: 2;
    transform: translate(-3.5em, -50%) rotate(270deg);
    line-height: 1em;
    left: 0;
    top: 50%;
    background: var(--loop_bg);
    color: #ffffff;
    padding: 1em;
    letter-spacing: 2px;
    font-size: 1em;
}

#section_4 .side-title {
    transform: translateY(-50%) rotate(0deg);
    top: -2.5em;
    left: 0;
	    border-radius: 10px;
}

.grid-5{
	grid-template-columns: repeat(5, 1fr);
}

.thin-gap{
	gap: 5px;
}

.white_item a {
    background: #ffffff;
    color: var(--black);
    display: block;
    height: 100%;
}

.image_horizontal {
    grid-column: 1 / span 2;
}


.white_item .item_content {
    padding: 1em 2px 0.5em;
    gap: 0.5em;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.image_horizontal .thumb_holder {
    padding-bottom: 32%;
}


.image_normal .thumb_holder {
	height: 100%;
}

.grid-2.style_2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1em;
}

main {
    padding-bottom: 0em;
  }
  
.image_post_link {
    height: 100%;
    display: block;
    overflow: hidden;
}


.simple_content {
    display: grid;
    gap: 0.5em;
    padding: 1.3em 4px 0;
}


.simple_content .loop_author {
    padding: 0;
    border-top: none;
	margin-top: 0.5em
}
.simple_item .simple_content .loop_title {
    font-weight: 700;
	font-size: 1.3em;
	color:var(--black);
}
.simple_item .loop_author a{
	font-weight: 200;
}
.loop_cat {
    text-transform: uppercase;
    font-size: 0.666em;
    line-height: 1em;
    color: var(--primary);
    font-weight: 900;
    letter-spacing: 0.3px;
}



.labeled_content {
    text-align: center;
    display: grid;
}

.labeled_content .loop_cat {
    background: #ffffff;
    padding: 0.75em 1em;
    transform: translate(-50%, -50%);
    margin-left: 50%;
    width: auto;
    display: inline;
    font-size: 1.1em;
    font-weight: 300;
	border-radius: 6px;
}

.loop_item .labeled_content .loop_title {
    font-weight: 600;
    color: var(--black);
    font-size: 1.1em;
    transform: translateY(-1rem);
}


.grid-5 .loop_item:nth-child(3) .loop_title {
    font-size: 1.4em;
    font-weight: 500;
}

.labeled_item figure.thumb_holder {
    border-radius: 10px;
}


.image_item .loop_cat {
    color: var(--grey);
    font-weight: 900;
    margin: 0 0 1em;
    text-align: center;
    font-size: 0.66em;
    letter-spacing: 0.3px;
}


.image_item div.item_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(8deg, var(--black) -10%, #0007 25%, #0000 90%);
    left: 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1em;
}
.image_item .loop_title {
    color: var(--white);
    font-weight: 500;
    font-size: 1em;
    text-align: center;
}

.image_horizontal div.item_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #000a 10%, #0006 60%, #0006 70%, #0008 110%);
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2em;
    gap: 1em;
}

.image_horizontal .loop_title {
    font-size: 1.8em;
    color: var(--white);
    max-width: 720px;
    margin: 0;
}


.big_post_cat, .featured_post_cat {
    text-transform: uppercase;
    color: var(--primary);
    
    letter-spacing: 0.5px;
    font-weight: 900;
}

.big_post_cat:after {
    width: 3em;
    height: 5px;
    background: var(--primary);
    display: block;
    margin-top: 0.75em;
    margin-bottom: -1em;
}

.featured_post_cat:after {
    width: 3em;
    height: 5px;
    background: var(--primary);
    display: block;
    margin: 0.75em auto -1em;
}

.loop_excerpt {
    color: var(--grey);
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.4em;
}

.featured_post_info {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5em 2em 0.5em;
    font-size: 1.3em;
    max-width: 100%;
    gap: 1em;
}

div.featured_post_cat {
    background: #ffffff;
    transform: translate(-50%, -50%);
    line-height: 1em;
    padding: 0.66em 1em;
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 240px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;
}

.featured_post_info  h3{
	color: var(--black);
	text-align: center!important;
}

.featured_post_info p {
    text-align: center !important;
    color: var(--text-color);
}
.featured_thumb {
    padding-bottom: 45%;
    border-radius: 10px;
}




.ratio54 {
    padding-bottom: 100%;
}

#must_read .grid.grid-4 article:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}


.border {
    position: absolute;
    width: calc(100% - 2em);
    height: 5px;
    top: 50%;
    left: 1em;
    background: var(--loop_bg);
	border-radius: 5px;
}





.title_pilar {
    background: var(--loop_bg);
    color: #ffffff;
    line-height: 1em;
    padding: 1em;
    border-radius: 5px;
    min-width: 240px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 0 2em !important;
    display: block;
	text-transform: uppercase;
}



.section-title {
    margin-bottom: 1.5em;
    width: 100%;
}


.image_gif .item_content {
    align-items: center;
    text-align: center;
	padding: 2em;

}

.image_gif .item_content .loop_title {
    font-size: 2em;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.colored_item {
    background: var(--ggr);
    display: grid;
}


.colored_item a {
    display: grid;
    grid-template-rows: 52% 48%;
    color: var(--white);
    border-radius: 5px;
    overflow: hidden;
}
.white_item a {
    display: grid;
    grid-template-rows: 52% 48%;
}


.colored_item .thumb_holder, .white_item .thumb_holder {
    padding-bottom: 50%;
    height: 100%;
}



.colored_item .item_content {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5em;
    font-size: 1em;
    background: var(--bbg);
    justify-content: flex-start;
}

.loop_title {
    font-size: 1em;
    font-weight: 400;
}

#second_grid {
   grid-template-rows: repeat(2, 1fr);
   gap: 2em;
}

#second_grid article:first-of-type:after {
    content: "";
    border-right: 1px solid var(--grey);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    right: -1em;
}


#second_grid article:nth-child(2):after {
    width: 0;
    height: calc(100% + 2em);
    right: -1em;
    border-right: 1px solid var(--grey);
    position: absolute;
    top: 0;
    content: "";
}

#second_grid  article:nth-child(4):after {
    width: 0;
    height: 100%;
    right: -1em;
    border-right: 1px solid var(--grey);
    position: absolute;
    top: 0;
    content: "";
}

#second_grid  article:nth-child(4):before,.grid.grid-4 article:nth-child(5):before {
    width: 100%;
    height: 0;
    top: -1em;
    border-top: 1px solid var(--grey);
    position: absolute;
    left: 0;
    content: "";
}

#forth_grid{
	gap: 2em;
}


#forth_grid article:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
}


#forth_grid article:nth-child(6) {
    grid-column: 3 / span 1;
}


#forth_grid article:nth-child(7) {
    grid-column: 4 / span 1;
}



.widegrid {
    gap: 2em;
    padding: 0 1em;
}

.vertical_item {
    color: var(--black);
	display: block;
    height: 100%;
}

.vertical_item .item_content {
    padding: 1.5em 5px 2em;
    display: flex;
    flex-direction: column;
    gap: 0.66em;
    text-align: center;
}

.vertical_container:after{
	content: "";
    border-right: 1px solid var(--grey);
    width: 0;
    height: 100%!important;
    position: absolute;
    top: 0;
    display: block;
    right: -1em;
}
.vertical_container:before, .widegrid .vertical_container:nth-child(4):after{
	display:none;
}

.vertical_item .loop_title {
    font-size: 1.25em;
}

.vertical_item:hover{
	background: var(--ggr);
	color: var(--black);
}

.loop_cat_ver {
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1em;
    color: var(--primary);
    font-weight: 900;
    letter-spacing: 0.5px;
}

.basic_item	h3.loop_title {
    margin: 25px auto 15px!important;
	color: var(--black);
	font-size: 0.9em;
   }
   
.animated .thumb_holder img,.animated .item_thumb img{
	transform: scale(1.01);
}   

.animated:hover .thumb_holder img,.animated:hover .item_thumb img{
	transform: scale(1.05);
	filter: brightness(0.9);
 }
 
#forth_grid .white_item:nth-child(2) .loop_title, #forth_grid .white_item:nth-child(3) .loop_title {
    font-size: 1.2em;
    line-height: 1.6em;
    height: 100%;
}

.firsttag {
    color: var(--primary);
    font-size: 0.9em;
    text-transform: capitalize;
}




#forth_grid article:first-of-type:after, #forth_grid article:nth-child(2):after {
    width: 0;
    height: calc(100% + 2em);
    right: -1em;
    border-right: 1px solid var(--grey);
    position: absolute;
    top: 0;
    content: "";
}

#forth_grid article:nth-child(4):before,#forth_grid article:nth-child(5):before,#forth_grid article:nth-child(6):before,#forth_grid article:nth-child(7):before{
    width: 100%;
    height: 0;
    top: -1em;
    border-top: 1px solid var(--grey);
    position: absolute;
    left: 0;
    content: "";
}

#forth_grid article:nth-child(4):after,#forth_grid article:nth-child(5):after,#forth_grid article:nth-child(6):after{
   width: 0;
    height: 100%;
    right: -1em;
    border-right: 1px solid var(--grey);
    position: absolute;
    top: 0;
    content: "";
}

#forth_grid article:nth-child(4):before {
    width: calc(100% + 2em);
}

.colored_item .pretitle {
    font-weight: 700;
}
.colored_item .loop_title {
	font-size: 0.9em;
}

#forth_grid .square_thumb{
	padding-bottom: 80%;
}



#forth_grid .image_gif .loop_title {
    font-size: 1.66em;
	padding-bottom: 0.5em;
}

.biggrid .square_thumb {
    padding-bottom: 62.5%;
}

.biggrid .vertical_container:nth-child(3):before, .biggrid .vertical_container:nth-child(4):before{
    width: 100%;
    height: 0;
    top: -1em;
    border-top: 1px solid var(--grey);
    position: absolute;
    left: 0;
    content: "";
	display:block;
}


.biggrid .vertical_container:last-of-type:after,.biggrid .vertical_container:nth-child(2):after {
    display:none;
}


.first_main_post {
    grid-template-columns: 40% 60%;
}

.ratio54 {
    padding-bottom: 75%;
}



.wide-section-title {
    width: 100%;
    margin: -4em auto 3em;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    line-height: 1;
    padding: 1.2em;
    text-align: center;
}


.wide_title_pilar {
    font-size: 2.4em;
    line-height: 1em;
    color: var(--primary);
    padding-top: 7px;
    display: block;
    font-weight: 300;
}

.white_item .firsttag {
    font-size: 0.67em;
    line-height: 1em;
}


@media(max-width:1140px){
	
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	#second_grid {
    grid-template-rows: auto;
}
#forth_grid {
    gap: 2em;
    grid-template-rows: auto;
}
.white_item .item_content {
    justify-content: flex-start;
    height: auto;
}
.white_item a {
    display: grid;
    grid-template-rows: auto;
}
#forth_grid .square_thumb {
    padding-bottom: 62.5%;
}
.square_thumb {
    padding-bottom: 62.5%;
}
#forth_grid article:nth-child(7) {
    grid-column: auto;
}
#forth_grid article:nth-child(6) {
    grid-column: auto;
}
}
	
	@media(max-width:768px){
	
	.first_main_post {
    grid-template-columns: 100%;
}
	.first_main_post_info {
    order: 2;
    padding: 2em 1em;
}
.first_main_post_info_inner {
    gap: 1em;
    font-size: 0.9em;
}
#second_grid {
    grid-template-rows: 100%;
    gap: 2em;
}
#second_grid {
    grid-template-rows: auto;
    gap: 2em;
}
.grid-4{
    grid-template-columns: 100%;
}
    .featured_thumb {
        padding-bottom: 75%;
        border-radius: 00;
    }
	.big_post {
    grid-template-columns: 100%;
}
#forth_grid article:nth-child(6) {
    grid-column: auto;
}
#forth_grid article:first-of-type {
    grid-column: auto;
    grid-row: auto;
}
#forth_grid article:nth-child(7) {
    grid-column: auto;
}
#must_read .grid.grid-4 article:first-of-type {
    grid-column: auto;
    grid-row: auto;
}
.grid-4 article:after,.grid-4 article:before,.vertical_container:after,#second_grid article:first-of-type:after{
	display:none;
}

#must_read article:first-of-type .square_thumb {
        padding-bottom: 100%!important;
    }
	
.white_item a {
    display: grid;
    grid-template-rows: auto;
}
.border {
    width: 100%;
    left: 0;
}
#main_row {
    padding: 0;
}
span.title_pilar {
    margin: 0 !important;
    min-width: unset;
    padding: 1em 1.5em;
	font-size: 0.75em;
}
#forth_grid .square_thumb, #second_grid .square_thumb {
    padding-bottom: 100%;
}
.image_gif .item_content {
    padding: 1em;
}
.square_thumb {
    padding-bottom: 62.5%;
}
.widegrid {
    gap: 1em;
    padding: 0;
}

#must_read .grid.grid-4 article:first-of-type,#forth_grid article:first-of-type {
        width: calc(100% + 2em);
        max-width: calc(100% + 2em);
        margin-left: -1em;
    }
#must_read article.image_item .square_thumb {
    padding-bottom: 80%;
}
.image_item .loop_title {
    font-size: 1.4em;
}
.image_item {
    max-width: calc(100% + 2em);
    width: calc(100% + 2em);
    margin: 0 -1em;
}
.featured_post_info {
    padding: 1.5em 0.5em 0em;
}
}


@media(max-width:576px){
	.fpc .ratio54 {    padding-bottom: 75%!important;}
	.home_section {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
	#section_0 {
    padding: 0;
}
.first_main_post{
	grid-template-columns: 100%;
}
.first_main_post_info,.big_post_info {
    order: 2;
    font-size: 0.9em;
	padding: 5%;
}
h2{
	font-size: 1.6em;
}

.featured_post_info , .big_post_info{
    font-size: 0.9em;
}
.main_row {
    PADDING: 0;
}



.image_horizontal .thumb_holder {
    padding-bottom: 100%;
}
.image_horizontal .item_content {
    font-size: 0.8em;
}
.image_item .item_content {
    font-size: 0.8em;
}
.first_main_post .thumb_holder:after {
    background: linear-gradient(0deg, var(--black) 1em, transparent 50%);
}
.ratio54 {
        padding-bottom: 100%;
    }
	
	.wide_title_pilar {
		font-size: 1.7em;
	}
}


@media (max-width: 1440px) {
    .container {
        max-width: 100%;
    }
}.fpc .first_main_post_info_inner {    width: 110%;	max-width: unset;    left: 4%;    background: #ffffff;    position: absolute;    z-index: 1;    padding: 2.5em;    bottom: 15%;    min-height: 50%;    color: var(--black);    display: flex;    flex-direction: column;    justify-content: center;    gap: 1.33em;	height: auto;}.fpc .first_main_post .loop_excerpt {    color: var(--text-color);}.fpc .first_main_post_info h2 {    font-size: 1.6em;    line-height: 1.2em;}@media(max-width: 1366px){	.fpc .first_main_post_info_inner {	    padding: 1.5em 1em;		bottom: 5%;		min-height: 70%;	}	}@media(max-width: 1260px){	.fpc .first_main_post_info h2 {		font-size: 1.4em;	}	}@media(max-width: 1024px){	.first_main_post {    grid-template-columns: 100%;}.fpc .first_main_post_info h2 {		font-size: 1.8em;	}.fpc .ratio54 {    padding-bottom: 62.5%;}.fpc .first_main_post_info_inner {    position: relative;    left: 0;    bottom: 0;    width: 100%;    max-width: 100%;	z-index:0;}.fpc .first_main_post_info {    padding: 0;	        order: 2;}}