/*!
Theme Name: AiMentor
Theme URI: https://designingmedia.com/aimentor
Author: Designing Media
Author URI: http://designingmedia.com
Description: AiMentor is a sophisticated WordPress theme tailored for those immersed in the world of artificial intelligence and machine learning. This theme boasts a modern and intuitive design, offering a perfect platform to showcase your AI-related projects, research, and technological advancements. With a clean layout and customizable features, AiMentor empowers you to create an online presence that reflects the intelligence and innovation of your work in the AI landscape.
Version: 1.0
Requires PHP: 7.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aimentor
Tags: artificial intelligence, AI, machine learning, technology, innovation, data science, robotics, modern, responsive, customizable.
*/
:root{
	
	--e-global-color-ff2be4d:#0B1215 !important;
	--e-global-color-secondary:#fa214e !important;
	--e-global-color-3a1531f:#fa214e !important;

}
.no-breadcrumbs.page-title-area:after{ display: none; }

.navbar-area .nav-container .navbar-collapse #menu-all-pages > li + li{ margin-left: 10px; }
.navbar-area .nav-container .navbar-collapse #menu-all-pages li{ padding: 0 7px; }
/*Unit test css*/
.navbar-area .nav-container .logo a.retina-logo{
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7-not-valid-tip {
    color: var(--e-global-color-white);
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    margin-top: 0;
    position: absolute;
    width: auto;
    display: block;
    left: 0;
    border: none;
    padding: 0;
    top: 55px;
}
.banner-inner .wpcf7 form.sent .wpcf7-response-output, 
.banner-inner .wpcf7-not-valid-tip {
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
}
.wpcf7-spinner {
    display: none;
}
.banner-inner .wpcf7 form.invalid .wpcf7-response-output, 
.banner-inner .wpcf7 form.unaccepted .wpcf7-response-output, 
.banner-inner .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--e-global-color-white);
    color: var(--e-global-color-white);
    margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.elementor-11461 .elementor-message{font-size:14px !important;}
#form-field-txtMailAddress{font-size:14px !important;padding:15px !important;}
.page-id-27 .elementor-image-box-description{text-align:left;}
.nav-transparent .nav-container .navbar-collapse .navbar-nav > li.current-menu-item a{color:var(--e-global-color-white) !important}
.page-title-area{display:none !important}
.contact-form .input-outer textarea{height:160px !important}
@media only screen and (max-width: 1024px) {
    .wpcf7 form.sent .wpcf7-response-output, 
    .wpcf7-not-valid-tip {
        font-size: 12px;
        line-height: 12px;
        top: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .wpcf7 form.sent .wpcf7-response-output, 
    .wpcf7-not-valid-tip {
        top: 50px;
    }
}

