/* Defaults */
body {
  background: #f9f9f9;
  color: #465665;
}

a {
  color: #5b7083;
  transition: all .25s ease-in-out;
}

/* The title */
.title {
  font-weight: 700;
}

/* The description */
.desc {
  font-size: 1em;
  font-style: italic;
  font-family: Georgia, serif;
}

/* Text-centering */
.title,
.desc,
.intro {
  text-align: center;
}

/* Intro section */
.intro {
  margin: 1.75em 0 .75em;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  margin-bottom: 1.75em;
}

.intro a {
  opacity: .7;
}

.intro a:hover {
  opacity: 1;
}

.intro h3 {
  font-size: .825em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: .25em .75em .75em;
}

.intro h3 a {
  font-weight: 400;
}

/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
  border-radius: 20px;
  box-shadow: 5px 5px 7px #797979;
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}
.masonry .brick .content-text{
  padding: 20px 10px 30px;
  text-align: center;
}
.masonry .brick .content-text .title{
  text-align: left;
	text-transform: uppercase;
}
.masonry .brick .content-text p{
  text-align: left;
}
.masonry .brick .content-text a{
  color: #96989a;
}
.masonry .brick .content-text .dete{
  color: #96989a;
}
.masonry .brick .content-text .dete span{
  padding: 0 20px;
}
.masonry .brick .content-text a:hover{
  color: #e62b27;
}
.masonry .brick .content-text .title a{
  font-size: 16px;
  color: #000000;
}
.masonry .brick .content-text .title a:hover{
  color: #e62b27;
}
.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-gap: 100px;
  position: relative;
}

.masonry.bordered .brick {
  margin-bottom: 10px;

}
.elementor-element-3fbce4b .content .xem-them {
  	text-transform: uppercase;
    position: absolute;
    border: 1px solid #555;
    padding: 10px 55px;
    border-radius: 30px;
    left: 62%;
}
.elementor-element-3fbce4b .content a.xem-them{
	color: #555;
	font-size: 16px;
}
.elementor-element-89bff61 .elementor-slick-slider .slick-slide img{
	width: 250px;
	height: 150px;
	object-fit: cover;
}
.elementor-element-3fbce4b .content a.xem-them:hover{
	color: #fff;
	background-color: #555;
	box-shadow: 0px 0px 10px 0px #eee;
}
.elementor-element-3fbce4b .content a:hover{
  color: #e62b27;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 2;
  }
}