/* 
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
*/


body {
	margin-top: -8px;
}

.page-content {
    padding-top: 100px;
}
.link-no-underline a, a.link-no-underline {
	text-decoration:none !important;
}

/* Button hover style */
a.elementor-button-link.elementor-button:hover {
    -webkit-transform: translateY(-1px)!important;
    transform: translateY(-1px)!important;
}

/* .elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
} */

/****** Contact Form ************/


.custom-row.row .col-6 {
    width: 48.5%;
    margin-right: 5px; 
}

.hidden-label label {
    display: none;
}

.custom-row.row { 
	display: flex;
}

.hidden-label textarea.wpcf7-form-control.wpcf7-textarea {
    width: 97.5%;
	    height: 150px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-bottom: 1px solid #000 !important;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    border: 0;
    color: #000;
    font-size: 20px;
    padding: 7px 0;
    border-bottom: 1px solid;
    border-radius: 0;
}


@media screen and  (max-width: 767px) {
		.page-content {
		padding-top: 30px;
	}

}
@media screen and  (min-width: 768px) and  (max-width: 980px) {
.page-content {
    padding-top: 30px;
}
}

