/*
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.*/

.single-post .single-insight-post-contents-mdjhd h1, .single-post .single-insight-post-contents-mdjhd h2, .single-post .single-insight-post-contents-mdjhd h3, .single-post  .single-insight-post-contents-mdjhd .elementor-widget-container > h4, .single-post .single-insight-post-contents-mdjhd .elementor-widget-container > h5, .single-post .single-insight-post-contents-mdjhd h6, .single-post .single-insight-post-contents-mdjhd p {
        font-family: "Red Hat Display", Sans-serif!important;
}

.single-post .single-insight-post-contents-mdjhd h1, .single-post .single-insight-post-contents-mdjhd h2, .single-post .single-insight-post-contents-mdjhd h3, .single-post  .single-insight-post-contents-mdjhd .elementor-widget-container > h4, .single-post .single-insight-post-contents-mdjhd .elementor-widget-container > h5, .single-post .single-insight-post-contents-mdjhd h6 {
    color: #111111!important;
    font-weight: 700!important;
    line-height: 1.7!important;
    letter-spacing: -0.3px!important;
    text-transform: capitalize !important;
}

.highlight-text-mdjhd {
    color: var( --e-global-color-primary );
}

/* h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding-bottom: 16px;
} */

.cta-popup-img-mdjhd a {
    display: block!important;
}
 .contact-form-mdjhd input, .contact-form-mdjhd textarea {
    padding: 24px 32px!important;
}

.contact-form-mdjhd textarea {
    min-height: 265px!important;
}

.copy-toast-mdjhd {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7bd03;
  color: #111111;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  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;
}


/*.insight-card-btn-box-mdjhd div {*/
/*    display: block!important;*/
/*}*/

.insight-card-btn-mdjhd a > span {
    justify-content: space-between!important;
    width: 100%!important;
    /*gap: 8px;*/
}

.insight-card-btn-mdjhd a {
    display: block!important;
}

.insights-loop-card-img-box-mdjhd a {
    display: block!important;
}

.insight-card-btn-mdjhd .elementor-widget-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.insight-card-btn-mdjhd .elementor-widget-container > div{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
}
.single-insight-post-contents-mdjhd .elementor-button {
	background-color: var(--e-global-color-primary)!important;
}
.single-insight-post-contents-mdjhd .elementor-button:hover {
	 background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-secondary)!important;
	text-decoration: none !important;
}


/* Responsive Styles */


@media (max-width: 1024px) {
     .contact-form-mdjhd input, .contact-form-mdjhd textarea {
        padding: 20px 28px!important;
    }
    .contact-form-mdjhd label {
    padding-bottom: 20px!important;

}

.single-insight-loop-mdjhd .e-loop-item:nth-child(3) {
    display: none !important;
}


}


@media (max-width: 992px) {
    .contact-form-mdjhd input, .contact-form-mdjhd textarea {
        padding: 16px 24px!important;
         
    }
    .contact-form-mdjhd input {
         min-height: 64px!important;
    }
    .contact-form-mdjhd textarea {
    min-height: 200px!important;
}
    .contact-form-mdjhd label {
    padding-bottom: 16px!important;
}




}

@media (max-width: 767px) {
    .contact-form-mdjhd label {
    padding-bottom: 12px!important;
}

.contact-form-mdjhd input, .contact-form-mdjhd textarea {
        padding: 8px 20px!important;
}

 .contact-form-mdjhd textarea {
    min-height: 160px!important;
}

.contact-form-mdjhd input {
    border-radius: 12px!important;
    min-height: 48px!important;
}
.copy-toast-mdjhd {
      padding: 8px 16px;
     font-size: 14px;
}
    
    
.single-insight-loop-mdjhd .e-loop-item:nth-child(3) {
    display: block !important;
}

}