/*------------------------------------------------------------------------------------- 
Theme Name:		 Exolax Child Theme
Theme URI:		 https://gramentheme.com/wp/exolax
Description:	 Exolax is a Creative Agency & Modern Portfolio WordPress Theme.
Author:			 Gramentheme
Author URI:		 https://themeforest.net/user/gramentheme
Template:		 exolax
Version:		 1.0.0
Text Domain:	 exolax-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/


.elementor-template-full-width .header-1 {
    box-shadow: var(--box-shadow) !important;
    background-color: white !important;
}

a.exolax-text img {
    max-width: 1750px;
}
.elementor-template-full-width .header-1 .header-main .main-menu ul li a {
    color: var(--header) !important;
}
.header-1 .header-main .main-menu ul li a {
    color: var(--header) !important;
}
.header-1 .header-button .theme-btn {
    background-color: var(--black);
    color: var(--white);

}
/*--Banner Customize css--*/

.hero-1 .hero-content .text-1 {
    color: #fff;
    text-transform: uppercase;
}
strong#typing-text {
    display: none;
}
.hero-1 .icon-text {
    display: none;
}
/* .hero-content h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: normal !important;
  line-height: 1.3;
}

.hero-content h1 strong#typing-text,
.hero-content h1 span {
  display: inline-block;  /* inline-block dile ek line e thakbe */
  white-space: nowrap;
}
 */


/*---Blog Single Customizetion----*/
.elementor-widget-container .news-box-items .content h4 {
    font-size: 20px !important;
    font-family: poppint !important;
    line-height: 28px;
}

.blog-content-page div#comments {
    display: none;
}
.blog-content-page {
    padding-bottom: 60px;
}


/*---Footer Section Start Customize----*/

.footer-wrapper .footer-wrapper-items .footer-social-contact .contact-list li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: inter, sans-serif;
    text-decoration: none;
    color: var(--black);
}

.footer-wrapper .footer-wrapper-items p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    font-family: inter, sans-serif;
    text-transform: uppercase;
    text-align: right;
}
.footer-section  .footer-author {
    display: none !important;
}