body {
    background:#fbf9f3 !important;
    margin: 0px;
    padding: 0px;
}


.main-masonry-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  background: #fbf9f3;
}

.grid-wrapper {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.big-post {
  width: 610px;
  height: 900px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  flex-shrink: 0;
}

.big-post .item_inn {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(rgba(255,0,0,0), rgba(0,0,0));
  width: 100%;
}

.small-posts {
  width: 650px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
}

.small-post {
  height: 455px;
  display: flex;
  flex-direction: column;
}

.small-post .imgwrap img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.item_inn {
    padding: 0 12px 12px;
}


p{
font-family: 'DM Sans';
font-size: 14px;
}



 
.line_css h3 {
    margin: 0px 0 10px !important;
    font-size: 1.2rem !important;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    color:#000; 
 
}  
 
 
.underline {
  background-image: linear-gradient(transparent calc(65% - 1px), #141E46 1px);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
 background-position: bottom;
  margin: 0px 0 10px !important;
    font-size: 1.2rem !important;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    color:#000;
}

.line_css:hover .underline{
  background-size: 100% 1px;
  background-position: bottom;
   color:#141E46; 
}
   
 
 
 

.small-post .item_inn h3 a {
    font-size: 18px !important;
    line-height: 14px;
    color: #000;
    margin: 0 !important;

}




.small-post .imgwrap .elementor-kit-88 a{
    font-family: "DM Serif Display", Sans-serif;
    font-size: small;
    font-weight: 500;
}

 

.line_big .big-post .item_inn h3 {
    font-size: 40px !important;
    line-height: 47px;
}
.line_big .big-post .item_inn p {
    font-family: 'DM Sans';
    font-size: 20px;
}



.underline2 {
  background-image: linear-gradient(transparent calc(65% - 1px), #fff 1px);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
 background-position: bottom;
 font-size: 40px !important;
    line-height: 47px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

.line_big:hover .underline2{
  background-size: 100% 1px;
  background-position: bottom;
   color:#fff; 
}



.small-post p {
   font-family: 'DM Sans';
    font-size: 14px;
    color: #474747;
}

.pagination {
    position: relative;
    margin: auto;
    display: block;
    width: 400px;
    text-align: center;
    height: 50px;
    margin-bottom:60px;
}

.pagination a {
    font-size: 17px !important;
    margin: 10px;
}

.pagination a {
    font-size: 17px !important;
    margin: 3px;
    width: 53px !important;
    height: 40px;
    color: #000;
    padding: 10px 24px;
    border: 1px solid #ddd;
    font-family: 'DM Sans' !important;
}


.pagination span.page-numbers.current {
    background: #ff6969;
    font-size: 17px !important;
    margin: 3px;
    width: 53px !important;
    height: 40px;
    color: #fff;
    padding: 10px 24px;
    font-family: 'DM Sans' !important;
}




/* Read more button */


p.btn_arrow {
    display: grid;
    grid-template-columns: 70px 33px;
    grid-gap: 0 5px;
    align-items: center;
    margin-bottom: 10px;
    width: 120px;
	transition: all .2s ease;
}

p.btn_arrow span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 1px;
	transition: all .2s ease;
 
}
  .arrow_hover {
	transition: all .2s ease;
    rotate: -40deg;
	 
}
 
a.line_big:hover p.btn_arrow .arrow_hover {
    rotate:0deg;
}

 
a.line_css:hover p.btn_arrow .arrow_hover {
    rotate:0deg;
}




 /* Singel post */
		
            .entry-title {
                font-size: 2em;
                margin-bottom: 10px;
            }
            .post-thumbnail img {
                max-width: 100%;
                height: auto;
            }
            .entry-content {
                margin: 20px 0;
            }
            .entry-footer {
                font-size: 0.9em;
                color: #666;
            }
			
			.content-wrapper {
				position: relative;
				margin: auto;
				display: block;
				width: 1200px;
				padding: 100px 0px;
			}
			
			aside.sidebar {
				background: #ddd;
			}
			
			
			.custom-breadcrumbs {
				list-style: none;
				padding: 0;
				margin: 0;
				font-size: 14px;
			}
			
			.custom-breadcrumbs li {
				display: inline;
			}
			
			.custom-breadcrumbs li+li:before {
				content: "";
				padding: 0 5px;
				color: #141e46;
			}
			
			.custom-breadcrumbs li a {
				color: #ff6969;
			}








@media (max-width: 768px) {
  .grid-wrapper {
    flex-direction: column;
  }

  .big-post {
    all: unset;
    display: block;
    background: none !important;
  }

  .big-post .item_inn {
    position: static;
    background: transparent;
    color: inherit;
    padding: 0;
  }

  .big-post::before {
    content: none;
  }

  .big-post img {
    width: 100%;
    height: auto;
  }
}



@media (max-width: 1024px) {
  .grid-wrapper {
    flex-direction: column;
  }

  .big-post {
    width: 100%;
    height: auto;
    aspect-ratio: 610 / 900;
  }

  .big-post .item_inn {
    position: static;
    background: #000;
  }

  .small-posts {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .small-post {
    height: auto;
  }

  .small-post .imgwrap img {
    height: auto;
  }
}
