/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* GENERAL CSS */



/* HEADER CSS */



/* HOMEPAGE CSS */
.cont-sec .inline p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont-sec .inline p span.wpcf7-form-control-wrap {
    width: 49%;
}
.cont-sec .inline p input, .cont-sec .inline p select {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #565656;
    color: #565656;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 15px 20px;
    line-height: 1;
}
.cont-sec form p {
    margin: 0;
}
.cont-sec form p .wpcf7-submit {
    font-size: 16px;
    padding: 17px 30px;
    color: #fff;
    background-color: #3568c1;
    border: none;
    transition: .4s;
    margin-top: 10px;
}
.cont-sec form p .wpcf7-submit:hover {
    background-color: #000;
    border-radius: 50px;
}
.cont-sec .inline .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -10px;
}
.cont-sec .wpcf7-response-output {
    text-align: center;
}

/* INNER PAGE CSS */



/* FOOTER CSS */



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1024px) {
	.cont-sec .inline p input, .cont-sec .inline p select {
		font-size: 15px;
		padding: 12px 15px;
	}
	.cont-sec form p .wpcf7-submit {
		font-size: 15px;
		padding: 15px 25px;
	}
}
@media only screen and (max-width: 768px) {
	.custom-header {
		position: absolute;
		left: 0;
		top: 0;
	}
	.cont-sec .inline p input, .cont-sec .inline p select {
		font-size: 14px;
		padding: 10px 15px;
	}
	.cont-sec form p .wpcf7-submit {
		font-size: 14px;
		padding: 12px 20px;
	}
}
@media only screen and (max-width: 570px) {
	.cont-sec .inline p span.wpcf7-form-control-wrap {
		width: 100%;
	}
}


