/*
Theme Name: MHC Custom Homes
Template: hello-elementor
Author: Level Up Web Designs
Author URI: https://levelupwebdev.com/
Version: 2.2.2.1618440908
Updated: 2021-04-14 22:55:08

*/

body {
    padding: 0;
}
a {
    color: #6b6b6b;
}
body, p, h2, h4, h6 {
    font-family: Lato, Sans-Serif;
}
h1, h3, h5 {
    font-family: Tangerine, Sans-Serif;
}
div.entry-title {
    display: none;
}
a:hover {
    color: #191919;
}
.elementor-nav-menu--main .elementor-nav-menu a {
    padding: 15px 20px !important;
}
.content {
    height: 60px;
    position: relative;
}
.top {
    background-color: #fff;
    height: 30px;
    position: relative;
    z-index: 0;
}
.circle {
    font-size: 30px;
    line-height: 60px;
    background-color: #fff;
    height: 60px;
    position: absolute;
    bottom: -30px;
    width: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom {
    background-color: #7b693f;
    height: 60px;
}
#bottom-div .top {
    background-color: transparent;
}
#top-div .bottom {
    background-color: transparent;
}
