/*
Theme Name: Elementor Child Theme
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://mondaydigital.com/">Monday Digital</a>
Author URI: Monday Digital
Template: hello-elementor
Version: 1.0.0
*/


/* The plugin now uses the recommended approach for loading the css files.*/



.dm-serif-text-mdjhd {
	font-family: "DM Serif Display", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.footer-title-text-mdjhd .dm-serif-text-mdjhd {
	color: #BCDC8E;
}

.full-btn-mdjhd, .full-btn-mdjhd a {
	width: 100%;
}

.hero-feature-box-mdjhd {
	backdrop-filter: blur(15.600000381469727px);

}

.pl-title-mdjhd {
	font-weight: 600;
}

.pt-desc-mdjhd {
	font-weight: 800;
}

.get-started-btn-mdjhd a {
    transition: all 0.5s;
}

.get-started-btn-mdjhd a:hover {
    text-decoration: underline;
    transition: all 0.5s;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}



/* Single post styles Start */
.copy-toast-mdjhd {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #365010;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}

.copy-toast-mdjhd.show {
  opacity: 1;
  visibility: visible;
}


.social-share-mdjhd > div {
  cursor: pointer;
}
.dialog-close-button.dialog-lightbox-close-button {
    border: 1px solid #365010;
    padding: 11px;
	border-radius: 50%;
}
@media (max-width: 1024px) {
	.mobile-menu-mdkhd .has-submenu .menu-item .sub-menu a{
	   text-align: center !important;
		line-height: 1.2 !important;
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	.copy-toast-mdjhd {
		  padding: 8px 16px;
		 font-size: 14px;
	}
	
	.btn-res-width-mdjhd, .btn-res-width-mdjhd a {
		width: 100%
	}
}



