/*
Theme Name: Diyer Child theme of diyer
Theme URI: 
Description: Child theme of diyer theme for the Diyer theme
Author: <a href="https://awaikenthemes.com/">Awaiken</a>
Author URI: 
Template: diyer
Version: 1.0.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 10 Mar 2026 06:08:32 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

#banner-form textarea#msg {
    height: 37px;
}
#banner-form input#msgSubmit {
    width: 100%;
    background: #fff !important;
    color: var( --e-global-color-accent );
}
.elementor-15686 .elementor-element.elementor-element-b31f2e3 .elementskit-navbar-nav > li.current-menu-item > a {
    color: #0A3161 !important;
}
#menu-main-menu a:hover{
	color: #0A3161 !important;
}
.page-header {    
    margin-top: 35px !important;
}
#banner-form textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 40px;
}
@media (max-width: 767px) {
    .elementor-15686 .elementor-element.elementor-element-b31f2e3 .elementskit-navbar-nav > li.current-menu-item > a {
        color: #9b9b9b !important;
    }
}
div#form-section {
    position: absolute;
    top: 265px;
    z-index: 9;
    width: 100%;
    max-width: 500px;
    right: 125px;
    border-radius: 25px;
}
#form-section input#msgSubmit {
    background: #fff;
    color: var( --e-global-color-accent );
}

/* Tablet */
@media (max-width: 992px) {
    #form-section {
		position: relative;
        top: 22%;
        right: 3%;
        max-width: 450px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    #form-section {
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		margin: 20px auto;
		width: 95%;
		max-width: 324px !important;
		margin-bottom: 70px;
		background: #0A3161;
}
	#form-section input#msgSubmit {
		border: 2px solid #fff;
	}
}
@media (min-width: 1920px) and (max-width:3600px){
	div#form-section {
		position: absolute;
		top: 40%;
		right: 19%;
	}
}
@media (min-width: 3600px) {
	div#form-section {
		position: absolute;
		top: 40%;
		right: 36%;
	}
}
#form-section .wpcf7-textarea {
    height: 40px;
}