/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
#main {
	background-color: #272727;
}
.blog-card {
  position: relative;
  overflow: hidden;
}

.blog-link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.blog-thumb {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.blog-content {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  z-index: 2;
  transition: transform 0.4s ease;
}

.blog-cat {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
  opacity: 0.9;
}

.blog-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #fff;
	text-align: center;
}

.blog-line,
.blog-arrow {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.blog-line {
  width: 100%;
  height: 1px;
  background: #585757;
  margin: 10px 0;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.blog-arrow {
  font-size: 22px;
  display: inline-block;
  transform: translateY(10px);
}

/* Hover effect */
.blog-card:hover .blog-thumb {
  transform: scale(1.05);
}.blog-card:hover .blog-cat {
  color: #fff;
}

.blog-card:hover .blog-overlay {
  opacity: 1;
}

.blog-card:hover .blog-content {
  transform: translateY(-10px);
}

.blog-card:hover .blog-line {
  transform: scaleX(1);
  opacity: 1;
}

.blog-card:hover .blog-arrow {
  opacity: 1;
  transform: translateY(0) translateX(5px);
}
 .row-line {
	border-left: 1px solid ;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.col-line {
	border-left: 1px solid ;
	border-right: 1px solid;
	border-bottom: 1px solid;
} 
.col-line-right {
	border-right: 1px solid;
}
.blog-archive .align-center {
	border-left: 1px solid ;
	border-right: 1px solid;
}
.section-border {
	border-top: 1px solid;
}
.blog-wrapper {
	padding: 0px;
}
.blog-wrapper .align-center {
		border-left: 1px solid ;
	border-right: 1px solid;
}
.article-inner p {
	color: #fff;
}