/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 06:42:21 */
/* Style for the Popup */
.pum-popup {
    background-color: #fff;
    color: #333;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Popup Title */
.pum-popup h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Popup Paragraph */
.pum-popup p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #555;
}

/* List Items */
.pum-popup ul {
    list-style: none;
    padding-left: 0;
}

.pum-popup ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* Popup Close Button */
.pum-close {
    color: #fff;
    background-color: #e74c3c;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pum-close:hover {
    background-color: #c0392b;
}

/* Add Animation for Showing the Popup */
.pum-popup {
    animation: fadeIn 0.5s ease-in-out;
}

/* Keyframe for fadeIn effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.eltdf-ps-image-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Create 2 equal-width columns */
    gap: 20px; /* Space between images */
}

.eltdf-ps-image-inner img {
    height: 150px; /* Fixed height of 150px */
    width: 100%; /* Full width of the grid column */
    object-fit: cover; /* Ensure the image fills the area without distortion */
}

.eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-light-logo{
	    height: 30px;
		margin-top: -2.5em;
}

.eltdf-logo-wrapper a img {
    height: 160% !important;

}

/* .wpb_wrapper{
	padding: 1em;
} */

.navbar{
	margin-top: 2em;
}

.card::before{
	height: 20em;
}

.nav-item > button:hover, .nav-item > button.active{
	background: #E31E24 !important;
}

.title{
	color: #E31E24 !important;
}

.eltdf-mobile-header .eltdf-mobile-logo-wrapper img
 {
    height: 30px !important;
    margin-left: 8em !important;
}

@media (max-width: 480px) {
    .vm-section {
        padding: 30px 0px !important;
    }

}

.eltdf-page-header .eltdf-vertical-align-containers{
	background: white;
}

.popmake-content p {
 display : none !important;
}

#nav-menu-item-6044,
#nav-menu-item-4831,
#nav-menu-item-4812,
#nav-menu-item-4819,
#nav-menu-item-5214,
#nav-menu-item-6120,
#nav-menu-item-4825,
#nav-menu-item-5355,
#nav-menu-item-6255,
#nav-menu-item-5356,
#nav-menu-item-6141
{
	width: 300px !important;
}



/* BLOG */

.eltdf-search-opener{
	display: none !important;
}

.eltdf-shopping-cart-holder{
	display: none !important;animation-delay
}

.eltdf-sidebar{
	display: none;
}

footer .widget ul .children, footer .widget ul .sub-menu{
	display: none;
}


