/*!
Theme Name: Digital Azul
Theme URI: http://underscores.me/
Author: MindProcess
Author URI: https://mindprocess.pt
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalazul
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Digital Azul is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

#main {
	padding-top: 99px;
}

.home #main {
	padding-top: 0;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1 { font-size: 3.2em; }
h2 {
	font-size: 2.2em;
	letter-spacing: 2px;
	color: #145E8C;
	text-transform: uppercase;
}
h3 { font-size: 1.4em; }

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.shiftnav-toggle-button {
	background: none !important;
	font-size: 22px;
}

.shiftnav-depth-1 a.shiftnav-target {
	padding-left: 50px !important;
}

nav.shiftnav-nav {
	margin-top: 50px;
}

.shiftnav .navbar-items {
	padding-top: 50px;
	padding-left: 15px;
}

.shiftnav .navbar-items .elementor-icon-list-item,
.shiftnav .navbar-items .elementor-icon-list-item a {
	justify-content: left !important;
}

.shiftnav .navbar-items .elementor-icon-list-items {
	margin-bottom: 30px;
}

.shiftnav .navbar-items .wpml-ls ul {
	text-align: left;
}

.shiftnav .navbar-items .elementor-social-icons-wrapper {
	text-align: left;
	margin-bottom: 50px;
}

.shiftnav .navbar-items .elementor-social-icons-wrapper a {
	margin-right: 10px !important;
}

#home-featured .elementor-grid article {
	position: relative;
	margin-bottom: 10px;
}

#home-featured .elementor-grid article .elementor-post__text h3 {
	position: absolute;
	left: 5%;
	bottom: 5%;
	max-width: 80%;
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 10px;
}

#home-slider .elementor-slide-content {
	border-radius: 5px;
	background: rgba(0,0,0,0.6);
	padding: 40px;
}

.home #top-bar {

	background: rgba(38,42,43,0.8);
}

.home #fixed-menu {
	background: rgba(0,0,0,0.9);
}

#fixed-menu {
	transition: 1s;
}

#top-bar .col-right {
	text-align: right;
}

#top-bar .col-right .elementor-widget {
	display: inline-block;
	margin-left: 30px;
}

.main-menu-container .elementor-widget {
	display: inline;
}

#footer-menu #menu-main-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#footer-menu #menu-main-menu li a {

	color: #999;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

#footer-menu #menu-main-menu > li > a {
	color: #ffffff;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.elementor-editor-active .elementor-type-header {
	position: relative !important;
}

#mc4wp-form-1 {
	text-align: right;
}

#mc4wp-form-1 input.address {
	width: 320px;
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	margin-right: 10px;
}

#mc4wp-form-1 input.button {

	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	background: #285E88;
	font-size: 14px;
	color: #ffffff;
}

.wpml-ls {
	text-align: right;
}

.wpml-ls li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	padding-left: 10px;
	color: rgba(255,255,255,0.5);
}

.wpml-ls li.wpml-ls-current-language a {
	color: #ffffff;
	font-weight: 600;
}

.rental-button a {
	background: #1A5F8A;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 20px;
	border-radius: 50px;
	display: block;
}