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



body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display:block;
height: 100px; /* fixed header height*/
margin: -100px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
/*Enquiry Forms responsive */
#responsive-form{
	max-width:800px;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.column-full-btn {
	justify-content: center;
	text-align:center;
	padding-left:60px;
	width:100%;
	
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


** Contact Form 7 Styles 
*/
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea,
.wpcf7-form select {
    color: #1f252b;
    width: 100%;
    border-radius: 0;
    border: 1px solid #7A7A7A;
	padding: 8px;
	margin: 8px 0px 10px 0px;
	font-family: "Belleza", Sans-serif;
}

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 {
    color: #1f252b;
    width: 100%;
    border-radius: 0;
    border: 1px solid #7A7A7A;
	padding: 8px;
	margin: 8px 0px 10px 0px;
	font-family: "Belleza", Sans-serif;
}

.wpcf7-form p {
    margin: 0 0 10px;
}
.required-notice {
		font-family: "Belleza", Sans-serif;
		font-weight:300;
		padding: 0.65rem;
		font-size:16px;
}
.wpcf7-form label {
		display:block;
		color:#97BEB4;
		font-family: "Belleza", Sans-serif;

		font-size:18px;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #416259;
	background: #416259;
	color:#fff;
	padding: 15px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #ffb900;
    color: #000;
    padding: 18px;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
	font-weight:bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb900;
	margin: 0px 0px 45px 0px;
    padding: 15px;
}
/* 
** Button Styles 
*/
.wpcf7-form .btn-form {
    background-color: #97BEB4;
    color: #fff;
		border:1px solid #97BEB4;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 15px;
    width: auto;
    letter-spacing: 0.6px;
    font-size: 18px;
	font-family: "Belleza", Sans-serif;
}
.wpcf7-form .btn-form:hover {
    cursor: pointer;
	  background-color:#FFFFFF00;
	  color:#95BDB2;
    border: 1px solid #97BEB4;
}
[type=button]:focus, [type=submit]:focus, button:focus {
	outline: 1px auto #05BDB2;
}
.wpcf7-form input:focus, textarea:focus, select:focus {
border-color: #05BDB2;
box-shadow: 0 0 1px #05BDB2 inset;
}

.iframe-container {
   
	padding-bottom: 56.25%; /* 16:9 */
    padding-top: 100%;
   position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half {
		width: 50%;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.iframe-container {
	    padding-bottom: 69.25%;
	
	}
	
	.iframe-container iframe {
    height: 780px;
   

	}
}
/* 
