/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774329530
Updated: 2026-03-24 05:18:50

*/
.submit_request_form .elementor-field-type-submit{
    margin-top: 20px;
}
.submit_request_form .elementor-message{
    color: #fff;
    font-size: 16px !important;
}
@media (max-width:1024px){
.elementor-nav-menu{
    width: 100%;
    background-color: #fff;
    max-width: calc(100% - 60px);
    margin: 0 auto !important;
    padding: 15px 30px !important;
    border-radius: 16px;
}
}
@media (max-width:767px){
    .elementor-nav-menu{
        max-width: calc(100% - 30px);
        margin: 0 auto !important;
        padding: 15px 15px !important;
        border-radius: 12px;
    }
}


/* Post Detail page css start */
.sidebar_box h5{
    font-size: 30px !important;
}
.sidebar_box ul{
		padding:0;
		margin:0;
		list-style:none;
	}

.sidebar_box ul li a {
    position: relative;
    padding: 15px 15px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s;
    color:var(--e-global-color-text);
}
.sidebar_box ul li a:hover{
    color: var(--e-global-color-secondary);
}
.sidebar_box ul li a::before {
    position: absolute;
    left: 0;
    top: 14px;
    content: "\f105";
     font-family: "Font Awesome 5 Free";
    font-weight: 900; 
        -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;

}
.sidebar_box ul li a:hover::before{
    left: 5px;
}

.sidebar_box ul li .post-date {
    font-size: 12px;
    opacity: 0.7;
    display: block;
    padding: 0;
    margin: 8px 0 0 0;
}
.sidebar_box .elementor-widget-wp-widget-recent-posts ul li{
    padding: 15px 0;
     border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.sidebar_box .elementor-widget-wp-widget-recent-posts ul li a{
    padding: 0;
     border-top: unset;
}
.sidebar_box .elementor-widget-wp-widget-recent-posts ul li a::before{
    display: none;
}
.default_typo blockquote{
    background-color: var(--e-global-color-78e51b5);
    padding: 30px;
    border-radius: 18px;
    border-left: 5px solid var(--e-global-color-primary);
    margin: 0 0 .9rem 0;
}
.default_typo blockquote p:last-child{margin-bottom: 0;}


/*default typo editor images*/
.default_typo h1,
.default_typo h2,
.default_typo h3,
.default_typo h4{
    padding-top: 20px; 
    margin-bottom: 15px;
    margin-top: 0;
}
.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child,
.default_typo h4:first-child{padding-top: 0;}

.default_typo ul li,
.default_typo ol li{
    padding-bottom: 6px;
}
.default_typo .alignleft,
.default_typo .aligncenter,
.default_typo .alignright {border-radius: 18px;}
.default_typo .alignleft {
    max-width: 470px;
    object-fit: cover;
    margin: 0px 30px 15px 0px;
    float: left;
    overflow: hidden; 
}
.default_typo .aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}
.default_typo .alignright {
    max-width: 470px;
    object-fit: cover;
    margin: 0px 0 15px 30px;
    float: right;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .sidebar_box h5{
        font-size: 28px !important;
    }
   
}
@media (max-width:991px){
    .default_typo h1,
    .default_typo h2,
    .default_typo h3,
    .default_typo h4{
        padding-top: 15px; 
        margin-bottom: 15px;
        margin-top: 0;
    }
    .default_typo .alignleft,
    .default_typo .aligncenter,
    .default_typo .alignright {
        margin: 0 0 20px 0;
        float: none;
        max-width: 100%;
    }
     .sidebar_box ul li a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .sidebar_box h5{
        font-size: 26px !important;
    }
    .default_typo blockquote{
        padding: 20px;
    }
     
}
/* Post Detail page css end */