/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Template: hello-elementor
    Version: 2.5
    Author: Jeremy Lane
    Text Domain: hello-elementor
*/

/*p {
    font-size:1rem;
}
@media screen and (max-width: 1024px) {
    p {
        font-size:.9rem;
    }
}
@media screen and (max-width: 767px) {
    p {
        font-size:.85rem;
    }
}*/
h1, h2, h3, h4, h5, h6 {
 margin:0;   
}
a {
    color:#404245;
}
#navbar {
	position:fixed;
	top: 0;
	width:100%;
	/*background-color:rgba(0,34,69,0.7);*/
}
.navphone a {
    color:#ffffff;
    font-family:'Helvetica', sans-serif;

}
.navphone a:hover {
    color:#e1caa2;
}
.topnav {
  overflow: hidden;
  background-color: transparent;
  margin: auto;
  height:60px;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  text-decoration: none;
  font-family: 'Helvetica';
  font-size: 14px;
}

.active {
  background-color: #f7941d;
  color: white;
}

.logo-home img {
	max-width:224px;
	position:absolute;
	left:10px;
	top:10px;
}
.navopts {
	position:absolute;
	right:0
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: #fff !important;
  padding: 18px 20px;
  background-color: transparent;
  font-family: 'Helvetica';
  margin: 0;
}

.dropdown .sub-dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: #fff !important;
  background-color: transparent;
  font-family: 'Helvetica';
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #303033;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff !important;
  padding: 12px 16px 12px 26px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav-phone {
	padding: 8px 20px !important;
}

.navopts a:hover, .dropdown:hover .dropbtn {
  background-color: #e1caa2;
  color: white;
}

.dropdown-content a:hover {
  background-color: #e1caa2;
  color: #fff !important;
}

.dropbtn:hover {
  background-color: #e1caa2 !important;
  color: #fff !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.fa {
	font-size: 85%;
}

@media screen and (max-width: 1024px) {
	.topnav {
		overflow:inherit;
	}
	.navopts {
		background-color: #303033;
		width:100%;
	}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
	  font-size:14px;
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	background-color: #303033;
  }
}
/*SEARCH BAR*/
.ekit-wid-con .ekit-form form label {
    text-align:center;
}
.ekit-wid-con .ekit-form form label span {
    margin-top: 10px;
}
/*POST THUMBS (communities, etc)*/
.ekit-post_grid-title {
    text-align:center;
    margin-bottom:30px !important;
}
/*POST LISTS*/
.blog-recent-posts ul{
	list-style-type:none !important;
}

/*PROPERTY PAGES*/
.book-col {
    min-height:1px; max-height:100%;
}
/*COMMUNITY PAGES*/
#comm-map {
	height:550px;
}
@media screen and (max-width: 1024px) {
	#comm-map {
		height:300px;
	}
}
@media screen and (max-width: 767px) {
	#comm-map {
		height:150px;
	}
}