/*
Theme Name: Ellemed Child Theme
Theme URI: http://ellemed.like-themes.com/
Author: Just Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Ellemed
Template: ellemed
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: ellemed

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Socials ne top header */
.lte-navbar-icons .lte-nav-social > a:before {
	font-size: 17px !important;
}
/* Single blog page */
.blog-post .image {
	max-height: 100% !important;
}
/* Social share on blogs */
.lte-sharing-header {
    display: none !important;
}
@media screen and (max-width: 1440px){
.mediacol1 {
    padding-bottom: 35px !important;
}
.mediacol3 {
    padding-bottom: 35px !important;
}
.mediacol4 {
    padding-bottom: 35px !important;
}
.mediacol6 {
    padding-bottom: 35px !important;
}
}
@media screen and (max-width: 1024px){
.mediacol3 {
    padding-bottom: 30px !important;
}
}
@media screen and (max-width: 768px){
.mediacol3 {
    padding-bottom: 52px !important;
}
.mediacol6 {
    padding-top: 32px !important;
}
}
@media screen and (max-width: 500px){
.mediacol1 {
    padding-bottom: 30px !important;
}
.mediacol2 {
    padding-bottom: 30px !important;
}
.mediacol3 {
    margin-bottom: -35px !important;
}
.mediacol5 {
    padding-bottom: 15px !important;
}
.mediacol6 {
    margin-bottom: -17px !important;
}
}
/* wp armour */
.wpa-test-msg {
    display: none !important;
}
/* Testimonials */
.lte-testimonials-list .lte-inner {
	width: 70% !important;
}
@media screen and (max-width: 500px){
.lte-testimonials-list .lte-inner {
    width: 100% !important;
}
/* Images small home */
.lte-price-sc.lte-style-list .lte-items .lte-item .lte-photo .lte-image {
	max-width: 115px !important;
}
}
/* Responsive menu plugin for mobile menu hamburger */
@media screen and (max-width: 1024px) {
#rmp-container-46610 {
	width: 100% !important;
    max-width: 100% !important;
}
#rmp_menu_trigger-46610 {
    top: 25px !important;
	position: absolute !important;
	background-color: #f0ede7 !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 0px !important;
}
.lte-navbar-custom-mobile-wrapper {
    display: none !important;
}
.lte-topbar-block.inited {
    display: none !important;
}
	#rmp-menu-wrap-46610 {
		padding-left: 5% !important;
        padding-right: 5% !important;
	}
}
/* Related posts */
.related-posts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.related-posts ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-posts li {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none !important;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 500px){
	.related-posts li {
		display: flex !important;
        flex-direction: column !important;
		flex: 1 1 100% !important;
	}
	.related-posts {
		margin-top: 0px !important;
	}
}
.related-posts li:hover {
  transform: translateY(-5px);
   box-shadow: none !important;
}

.related-posts img {
  width: 100%;
  height: 460px !important;
  object-fit: cover;
  display: block;
}

/* Overlay label on the image */
.related-posts li .label-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f15a24; /* similar to your button color */
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
  z-index: 2;
}

/* Container for image to position overlay */
.related-posts li .image-container {
  position: relative;
  width: 100%;
}

.related-posts .content {
  padding: 10px;
}

.related-posts h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
}

/* Post title styling */
.related-posts li a {
  font-weight: 400 !important;
  font-size: 24px !important;
  color: #333;
  text-decoration: none;
  display: block;
  margin-top: 8px;
}

.related-posts li a:hover {
  color: #f15a24;
}

/* Meta info styles */
.related-posts .meta-info {
  font-size: 14px !important;
  color: #999;
  margin-top: 4px;
}
.related-posts {
	flex-direction: column;
}

/* Heq linkun te teams title */
.lte-team-list.lte-team-layout-default .lte-team-item .lte-descr {
pointer-events: none; /* disables clicking */
    cursor: default; /* change cursor on hover */
    text-decoration: none; /* remove underline if any */
    color: inherit; /* keep original text color */
}

/* Trajtimet slider  dark bg */
.sliderdarkbg1.lte-arrow-left a {
    border: 1px solid #fff !important;
    color: #fff !important;
}
.sliderdarkbg1 .lte-arrows-bottom .lte-arrow-right {
    border: 1px solid #fff !important;
	color: #fff !important;
}
.sliderdarkbg1 .lte-arrows-bottom .lte-arrow-left {
    border: 1px solid #fff !important;
	color: #fff !important;
}



