/*
Theme Name: CasaZ
Author: Luiz Gustavo de Souza
Version: 1.0
*/
:root {
    --primary-color: #333;
    --accent-color: #0063ae;
}

body {
    background-color: #f8f9fa;
    color: #333;
}

h2{
    color: #0063ae;
    font-size: calc(1.325rem + 0.2vw);
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.top-border{
    background-color: #0063ae;
}

.top-border a{
    color: inherit;
}

.top-border{

}

.home-main-section {
    background-image: url('images/home-main-section.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d2e7fc;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.navbar-nav .menu-item {
    margin: 0 10px;
    float: right;
}
.navbar-nav .menu-item a {
    text-decoration: none;
    font-weight: 500;
}
.navbar-nav .menu-item a:hover {
    color: inherit;
    text-decoration: underline;
}

.navbar .show{
    position: absolute;
    background: #626264;
    color: #fff;
    width: 100%;
    left: 0px;
    margin-top: 9px;
    text-align: center;
    font-size: 120%;
    z-index: 100;
}

.navbar .show .menu-item{
    border-bottom: 1px solid #fff;
    padding: 13px 0;
    margin: 0;
}

.es-properties--hfm.es-properties--hfm--full-width{
    width: calc(100vw - 15px) !important;
}

.es-search--main{
    background-color: #0063ae !important;
}

.wpcf7 label{
    display: block;
    width: 100%;
}

.wpcf7-form-control{
    font-size: 110%;
}

.wpcf7-text, .wpcf7-textarea{
    padding: 10px;
    border: 1px solid #0063ae;
    border-radius: 5px;
    width: 100%;
}

.wpcf7-submit{
    background-color: #0063ae;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
}

.navbar-toggler{
    border: 0;
    padding: 0;
    margin: 0 10px;
    color: #fff;
}