.elementor-kit-15{--e-global-color-primary:#002147;--e-global-color-secondary:#28C2D1;--e-global-color-text:#1E2125;--e-global-color-accent:#FFD166;--e-global-color-1ca39839:#000035;--e-global-color-38a1a295:#0E3A64;--e-global-color-7d59089:#FFBC1F;--e-global-color-55b15a9:#F5F7FA;--e-global-color-f58007c:#1D3557;--e-global-color-3461594:#003366;--e-global-typography-primary-font-family:"Inter";--e-global-typography-secondary-font-family:"Lato";--e-global-typography-text-font-family:"Merriweather Sans";--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;font-size:18px;font-weight:400;letter-spacing:0em;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{font-family:"Lato", Sans-serif;}.elementor-kit-15 h1{font-family:"Inter", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-15 h2{font-family:"Inter", Sans-serif;font-size:25px;font-weight:700;}.elementor-kit-15 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-15 h4{font-family:"Lato", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-15 h5{font-family:"IRANSans", Sans-serif;font-size:16px;}.elementor-kit-15 h6{font-family:"IRANSans", Sans-serif;font-size:15px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-15 h1{font-size:27px;line-height:1.2em;}.elementor-kit-15 h2{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{font-size:16px;}.elementor-kit-15 h1{font-size:25px;line-height:1.2em;}.elementor-kit-15 h2{font-size:22px;line-height:1.2em;}.elementor-kit-15 h3{font-size:20px;line-height:1.2em;}.elementor-kit-15 h4{font-size:18px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */section#comments {
    font-family: 'Merriweather';
}
h2#reply-title {
	font-family:'Merriweather';
}
span.required-field-message {
		font-family:'Merriweather'
}
input#submit{
	font-family:'Lato';
	font-weight: 700;
	color:#002147;
	border:none;
	background:#ffd166;
	width:15%;
}
input#submit:hover{
	background:#002147;
	color:#ffd166;
}
textarea {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border:#eee;
}
/* استایل تیتر فرم کامنت */
.comment-title,
    #reply-title {
    display: block;  
    font-size: 24px;         
    font-weight: bold;      
    margin: 20px 0 15px;   
    color: #333;            

}

.comment-form-comment label{
    display: none
}
.comment-form-comment {
    order: -1; 
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    vertical-align: top;
	 
}
.comment-form label {
    position: relative;
    top: -5px;
    font-size: 14px;
    color: #444;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #eee; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); 
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #999;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.8);
    outline: none;
}
input#wp-comment-cookies-consent {
    width: 5%;
    box-shadow: none;
}
span.required {
    color: red;
}
.comment-form label {
    position: relative;
    top: -2px;
    right:6px;
    	font-family:'Merriweather'
  
}

@media (max-width: 768px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
	input#submit{
	width:50%;
}
}/* End custom CSS */