/*
Theme Name: Quere Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: quere
Text Domain: quere-child
*/

.form-book .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-book .wpcf7-form label {
	width: 47% !important;
}

.form-book .wpcf7-form label:nth-child(10) {
	width: 100% !important;
}

.form-book .wpcf7-form div,
.form-book .wpcf7-form span {
	width: 100% !important;
}

@font-face {
  font-family: 'Proza Display';
  src: url('caminho/para/ProzaDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proza Display';
  src: url('https://casasdosduques.com/wp-content/fonts/ProzaDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proza Display';
  src: url('https://casasdosduques.com/wp-content/fonts/ProzaDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proza Display';
  src: url('https://casasdosduques.com/wp-content/fonts/ProzaDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proza Display';
  src: url('https://casasdosduques.com/wp-content/fonts/ProzaDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

h1,h2,h3, h4, h5, h6, .text--word {
  	font-family: 'Proza Display', sans-serif !important;
	font-style: normal !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 span, h2 a, h3 a, h4 a, h5 a, h6 a {
  	font-family: 'Proza Display', sans-serif !important;
	font-style: normal !important;
}

.font-proza a,
.font-proza p {
  	font-family: 'Proza Display', sans-serif !important;
	font-style: normal !important;
}

.grecaptcha-badge {
	display: none !important;
}

.wgl-mobile-header {
	padding: 5px 10px !important;
}

body, html {
	overflow-x: hidden;
}

.page-id-5160 .page-header::before,
.page-id-5171 .page-header::before,
.page-id-5172 .page-header::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.elementor-slideshow__title {
	max-width: 1080px;
    margin: auto !important;
    text-align: left;
}

.menu-item-gtranslate ul {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-item-gtranslate ul a {
	padding: 0 5px !important;
}

.custom-header #menu-mega-menu,
.custom-header #menu-mega-menu-1 {
	display: flex;
}

#flags .ui-sortable {
	background: transparent !important;
}

.custom-footer #flags {
	display: none !important;
}

.custom-header .menu-item-object-gs_sim {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
	.form-book .wpcf7-form label {
		width: 100% !important;
	}
	div.post_featured_bg .blog-post .blog-post_title {
		font-size: 25px !important;
	}
	input[type=text], input[type=url], input[type=search], input[type=email], input[type=password], input[type=tel], input[type=time], input[type=number], input[type=date], select, textarea {
		margin: 0 !important;
		height: 30px !important;
	}
}