.figure-categories{
	display:none;
	}
img.stretch_banner_image {
	width:100%;
}

.main-navigation {
    background: #10253F;
}

.exclusive-posts .exclusive-now {
    background: #10253F;
}
@media only screen and (max-width: 1024px) {
	.masthead-banner{
		display: none;
	}
}

/* @media screen and (max-width: 767px) {
		.site-title > a{
		display: none;
	}
} */
@media screen and (min-width: 376px) {
    .site-title > a {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .site-title > a {
        font-size: 18px;
    }
}


/* header tagline */
.site-branding .site-title a {
	font-size:35px;
}

.elementor-button-link{
	padding: 16px 16px 16px 45px;
/* 	display: block; */
}

/* .main-fields::after {
  content: "Add Listings";
  display: inline-block; 
  margin-left: 20px; 
  padding: 8px 12px;
  background-color: #0073e6; 
  color: #ffffff; 
  text-align: center; 
  border: none; 
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.main-fields::after a {
  text-decoration: none; 
  color: inherit; 
  display: inline-block; 
  width: 100%; 
  height: 100%; 
  line-height: inherit; 
}

.main-fields::after a:hover {
  background-color: #0054a6;
}

.main-fields::after a:active {
  background-color: #003a74; 
} */



h1 {
	padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .main-navigation .menu ul ul a {
    border-top: 0;
    display: block;
    padding: 4px 15px;
    line-height: inherit;
    position: relative;
    font-weight: normal;
    font-size: 14px;
  }
	.header-image-default .masthead-banner.data-bg {
		background-color: #20334a;
		padding: 15px 0;
	}
	.site-branding .site-title {
		font-size: 40px;
		padding: 10px 0;
	}
	.container {
    width: 80%;
}
}

@media (max-width: 800px) {
	.main-navigation span.af-mobile-site-title-wrap .site-title {
  display: none;
}
	.main-navigation span.af-mobile-site-title-wrap {
  display: block;
}
	.main-navigation span.af-mobile-site-title-wrap {
  display: inline-block;
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  max-width: 50px;
}
	.container {
    width: 100%;
}
}