.horizontal-scrolling::-webkit-scrollbar {
  height: 4px;
  display:none;
}
.horizontal-scrolling::-webkit-scrollbar-track {
  background:var(--light-grey);
  border-radius: 6px;
}
.horizontal-scrolling::-webkit-scrollbar-thumb {
  background: var(--grey);
  border-radius: 6px;
}
.horizontal-scrolling::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
  border-radius: 6px;
}

.home-section{
	width:100%;
	padding: 1em 0;
}

.main-post {
    width: 100%;
    padding-bottom: 56.25%;
    aspect-ratio: 16/9;
    display: block;
    height: 0;
    position: relative;
}

.main-post img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.6em;
    color: #ffffff;
    width: 100%;
	z-index: 2;
}
.roi-widget_body {
    max-height: 360px;
    overflow: auto;
    margin-top: 1em;
    padding-bottom: 0;
    min-height: 320px;
}
.main-post:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:linear-gradient(15deg,	#082042cc -10%, #08204299 30%, rgba(0,0,0,0) 90%);
    z-index: 1;
}

.main-post-info h3 {
    font-size: 1.6em;
    font-weight: 800;
    margin: 0 auto;
}

.related_video:first-of-type {
     margin-top: 0;
}

.main-post-info .breadcrumbs {
    margin: 0em auto 0.6em;
}

.main-post-info .blink.primary , .main-post-info .blink {
       color: var(--accent);
}

.main-post-info .blink:after  {
	border-color: var(--grey);
}

.loop_item.fixed {
    width: 280px;
	min-width: 320px;
}
.horizontal-scrolling {
    display: flex;
    gap: 2em;
    overflow: auto;
    flex-flow: nowrap;
	padding: 0 0 1em;
	width:calc(100% - 2em);
	margin: 0 auto;
}

.section-headling-link {
    color: var(--primary);
    font-weight: 900;
	text-decoration: none;
}
.section-headling-link h2{
	font-weight: 900;
}
.section-headling-link:hover{
	opacity: 0.9;
}
.blink span {
    white-space: nowrap;
}
.grid_2, .grid_3, .grid_4 {
    row-gap: 2em;
    display: grid;
	padding-bottom: 2em;
}
.grid_1 {
    row-gap: 1em;
	display: grid;
	padding-bottom: 2em;
}
.loop_title{
	font-size: 1em;
}
.side_post {
    display: grid;
    grid-template-columns: 33% 66%;
    gap: 1%;
	margin-bottom: 1.2em;
}

.side_thumb {
    padding-bottom: 75%;
    aspect-ratio: 4/3;
  
}

.side_content {
    font-size: 0.85em;
	flex-direction: column;
    justify-content: center;
	display:flex;
}

.side_content .loop_title {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
}
.side_content .loop_breadcrumbs .blink {
    font-size: 10px;
	padding: 6px 0;
}

.side_content .blink:after {
    width: 4px;
    height: 4px;
    top: 8px;
}




.full .loop_title {
    font-size: 1.5em!important;
}

.half_big .loop_title {
    font-size: 1.2em;
    line-height: 1.2em;
}

.half .loop_title {
    font-size: 1.1em;
    line-height: 1.2em;
}
.third .loop_title {
    font-size: 1em;
    line-height: 1.2em;
}
.quarter .loop_title {
    font-size: 0.9em;
    line-height: 1.2em;
}

main{
	padding: 3em 0 0;
}

.widget {
    margin: 0 auto 1em auto;
    padding: 0 0.5em;
}





.section-title .container {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

.move {
    border: 1px solid;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    line-height: 1em;
    opacity: 0.2;
	cursor: pointer;
}


.scrollbuttons {
    display: flex;
    gap: 0.5em;
    align-items: flex-end;
    padding-bottom: 1.8em;
}

.move:hover{
	opacity: 0.8;
}

.section-headling {
    margin: 1em 0;
	font-size: 2em;
}



h2.section-headling.with_img:before {
  
    vertical-align: middle;
}

.grey_section {
    background: #f7f7f7;
}
.grey_section .loop_item,.grey_section .labels_container {
    background: #f7f7f7;
}

@media(max-width: 728px){
	main {
		padding-top: 0!important;
	}
	#featured_section {
    padding-top: 0;
}
}

.roi-widget_body{
	max-height: 565px;
}


@media(max-width: 1023px){
	.home-widget .sticky {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media(min-width: 1024px){
article.loop_item.post_item:first-of-type {
    grid-column: 1 / span 3;
}

.widget.roi-eidiseon {
    grid-row: 3 / span 2;
}

.widget.popular {
    grid-row: 6 / span 2;
    grid-column: 3;
}
}