/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A custom instance of Hello Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1684611698
Updated: 2023-05-20 12:41:38

*/


.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.pswp{
	display:none;
}

.author-editor-info img, .author-avatar img{
    width: 40px !important;
    height: 40px !important;
    object-fit: cover; /* Ensures the image is cropped properly */
    border-radius: 50%; /* Makes the image perfectly round */
    overflow: hidden;
    display: block; margin:0 !important;
}
span.written-by {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}
.author-editor-info{
	    display: flex;
    align-items: center;
    gap: 10px;
    max-height: 70px;
}

p.updated-date {
    font-size: 14px; position:relative;  color: #333;margin-bottom:0;
}
p.updated-date + p.updated-date:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #008370;
    border-radius: 10px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
span.edited-by {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto;
    font-size: 14px;
    position: relative;
    margin-left: 0px;
    font-weight: 400;
}
/* span.edited-by:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    width: 2px;
    height: 30px;
    background: #000;
    transform: translateY(-50%);
} */
.wp-user-profile-avatar { 
    height: 50px; 
}

.wp-user-profile-avatar p.caption-text.aligncenter{
	display:none;
}

 .updated-date-main {
    display: flex;
    gap: 35px;
    margin-top: 8px;
    margin-left: 50px;
}

.updated-date-main p span {
    font-weight: 400; color:#999999;
}

.author-info-box {
display: flex;
align-items: start;
gap: 15px;
padding: 15px;
border-radius: 8px;
background-color: #f8f9fa;
border: 1px solid #ddd;
}
.author-avatar {
flex-shrink: 0;
border-radius: 50%;
overflow: hidden;
}
.author-details {
flex: 1;
}
.author-details h3 {
margin: 0;
font-size: 18px;
}
.author-details h3 a {
    color: #f7961f;
    text-decoration: none;
    font-weight: 600;
    font-family: "Proxima Nova Regular", Sans-serif;
    font-style: normal;
    letter-spacing: .4px;
}


.author-bio {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Proxima Nova Regular';
	letter-spacing: initial;
    line-height: normal;
}

.author_bio_info{
margin: 5px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova Regular';
	letter-spacing: initial;
    line-height: normal;
}
p.author-links {
    margin: 5px 0 30px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Proxima Nova Regular';letter-spacing: initial;
    color: #f7961f;
    line-height: normal;
    margin-top: 10px;
}

.author-meta {
    margin: 0;
    font-size: 18px; font-family: 'Proxima Nova Regular';letter-spacing: initial;
    
    font-weight: 400;
}

.blog-tags .elementor-icon-list-icon{
	margin-right:5px;
}
.blog-tags {
    margin-top: 0px;
    color: #008370;
    font-size: 14px;
    margin-left:50px;
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
	line-height:1.2;
    
}

.blog-tag {
    color: #333;
    text-decoration: none;
    margin: 0px 3px;
}

.blog-tags,.updated-date-main,.author-editor-info {
    font-family: "Proxima Nova Regular", Sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.4px;
    
}
.written-by a,.edited-by a,.updated-date {
    font-weight: 600;
}
  
.author-box {
    display: block;
    padding:15px 18px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #333;
    margin-top: 10px;
    transition: box-shadow 0.3s ease;
}

.author-box .written-by strong a,
.author-box .edited-by strong a {
    color: #008370;
    text-decoration: none;
}

.author-box .written-by strong a:hover,
.author-box .edited-by strong a:hover {
    color: var(--e-global-color-primary);
}

:where(figure) {
    margin: 0 0 1em;
}
.elementor-widget-shortcode img {
    border-radius: 15px;
  }
  .remove-margin .elementor-widget-shortcode {
      margin-bottom: 0 !Important;
  }
.table-bullet-set .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
}
@media only screen and (max-width: 991px) {
	span.written-by, span.edited-by { 
    justify-content: flex-start; margin: 0px 0 10px 0;
	}
	/* span.edited-by:before{
		display:none;
	} */ 
	.author-editor-info{
		display: block !important;
    max-height: unset;
    text-align: left;
	}
	
	.blog-tags {
		margin-left: 00px;
		margin-top: 12px;
		line-height: 1.5;
	}
	p.updated-date {
    line-height: normal;
}
	span.edited-by {
    margin-bottom: 20px;
}
}

.first-hero-banner {
    height: 575px;
}

.myiframe {
    min-height: 760px;
    background: #f9fafb;
}
.main-custom-iframe {
    min-height: 945px;
}


@media only screen and (max-width: 767px) {
    p.updated-date:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #008370;
        border-radius: 10px;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
    }
.updated-date-main {
    gap: 12px;
    flex-direction: column;
		margin-left: 20px;
	}
}