.hidden {
  display: none !important;
}
*,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
strong {
  font-family: "Arial";
  -webkit-font-smoothing: antialiased;
}
p {
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
.l-subheader-h,
.l-section-h,
.l-main .aligncenter,
.w-tabs-section-content-h {
  max-width: 1320px !important;
}
.w-btn:hover {
  background: #f1c600 !important;
}
.block-img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
}
ul {
  margin-left: 1.5rem !important;
}
.us-nav-style_1 > *,
.navstyle_1 > .owl-nav div,
.us-btn-style_1 {
  border-radius: 0em !important;
}
/*header*/
html {
  margin-top: 0 !important;
}
header#page-header {
  position: fixed;
}

main#page-content {
  margin-top: 130px;
}
a.btn.header-appointment-btn {
  background: black;
  max-width: 200px;
  text-align: center;
  padding: 10px 30px;
  display: block;
  color: #fff;
  font-size: 15px;
  margin-left: 50px;
}

.header-contact-info a {
  display: block;
  text-align: right;
  font-weight: 200;
}
i#menu-burger::after {
  display: block;
  content: "Menu";
  font-size: 18px;
  font-family: "Gotham";
  position: relative;
  top: 8px;
  font-weight: 300;
}

#menu-burger::before {
  left: 50%;
  display: block;
  text-align: center;
}

.mega-menu-container {
  top: -500px;
}
.mega-menu-container.open {
  top: 130px;
}
.mega-menu-container {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transition: 400ms;
}
.mega-menu-container:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}

.mega-menu-container:after {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 0.3em;
  right: 0.3em;
  content: "MENU";
  color: #555;
  font-size: 30px;
}
.mega-menu-inner {
  max-width: 1140px;
  margin: auto;
}
nav.menu-menu-1-container {
  justify-content: space-around;
  padding-top: 50px;
  display: flex;
}

.menu-item {
  list-style: none;
}

.menu-item a {
  font-size: 18px;
  display: block;
}

.sub-menu {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

nav .menu-item a {
  color: #1a1a1a;
}

nav > li.menu-item-has-children > a {
  font-size: 2.2em;

  margin-bottom: 0.8em;
  color: #ffe158 !important;
}

.mega-lower-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1050px;
  margin: 50px auto;
}

.mega-lower-section a {
  color: #1a1a1a;
  font-size: 38px;
}

@media (min-width: 1281px) {
  .ush_menu_1 {
    display: none;
  }
  .w-search-open:empty::before {
    top: 9px;
    position: relative;
  }
}

@media (max-width: 1280px) {
  .w-html.ush_html_2,
  .mega-menu-container {
    display: none;
  }

  main#page-content {
    margin-top: 0px;
  }
}
/**/

/*testimonials*/

.home-testimonial {
  position: relative;
  max-width: 900px;
  margin: auto;
  width: 70%;
}

.home-testimonial::before,
.home-testimonial::after {
  display: block;
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 50px;
  top: 20%;
}

.home-testimonial::before {
  content: "\f10d";
  left: -20%;
}

.home-testimonial::after {
  content: "\f10e";
  right: -20%;
}

.cols_2 > div[class*="list"] > * {
  width: 32%;
}
h2.w-post-elm.post_title {
  font-size: 21px !important;
}
.view-all {
  text-align: right;
  margin-top: 70px;
}

.view-all-a {
  color: #1a1a1a;
  background-image: url("/wp-content/uploads/arrow-right.svg");
  display: block;
  width: 265px;
  padding: 29px;
  background-position: center center;
  background-size: 150px;
  margin-right: 0;
  margin-left: auto;
  font-size: 21px;
  background-repeat: no-repeat;
	transition: all .1s ease;
}

.view-all-a span {
	background: #ffffffcc;
	padding: 5px 20px 5px 5px;
	white-space: nowrap;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 99%, 0% 100%);
	transition: all .1s ease;
}


.view-all-a:hover span {
	background: #1a1a1acc;
}

/*footer*/
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-logos img {
  max-width: 190px;
}

.footer-menu-section {
  background: #4b4c4d;
}

.footer-menu-section * {
  color: #fff !important;
}

.footer-menu-section .menu-item {
  margin-bottom: 5px !important;
}
.footer-menu-section .menu-item a {
  font-size: 17px !important;
}

.footer-menu-section .g-cols {
  margin-bottom: 60px;
}

.yellowtext {
  color: #ffce2d !important;
}

input#us_form_search_s {
  font-family: arial;
}

@media (min-width: 1280px) {
  a.w-search-open::after {
    content: "Search";
    font-weight: 300 !important;
    position: relative;
    top: -3px;
  }
}

a.w-search-open i {
  top: 10px;
  position: relative;
}

a.w-search-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.type-property h4 {
  margin-top: 20px;
}
.post-type-archive-property h1.page-title {
  margin-top: 150px;
}

.control.control-department label {
  display: block;
}

form.property-search-form.property-search-form-default.clear {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}

.home-button {
  margin-right: 50px !important;
  text-align: center !important;
}

.home-button * {
  transition: all 0.3s ease;
}

.home-button i:hover {
  /* background: #000; */
  margin-top: -5px !important;
}

/* .home-button i:hover {
  background: #000;
} */

.home-button:hover p {
  color: #f9cc48 !important;
}

.home-button:hover i {
  color: #f9cc48 !important;
}

.home-button:hover {
  cursor: pointer;
}

#logosFooter {
  background: white !important;
  padding-left: 5%;
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 991px) {
  form.property-search-form.property-search-form-default.clear {
    flex-wrap: wrap;
  }
}

input[type="submit"] {
  position: relative;
  top: 12px;
}

p.propertyhive-result-count {
  margin-top: 30px;
}

form.propertyhive-ordering {
  margin-bottom: 26px;
}

li.type-property .actions {
  margin-top: 10px;
}

.page-id-1141 .w-grid-list {
  margin-top: 50px !important;
}

@media (max-width: 1280px) {
  a.btn.header-appointment-btn {
    display: none;
  }
}

@media (max-width: 681px) {
  .header-contact-info {
    display: none;
  }
  #we-care-row .g-cols {
    padding: 5px !important;
    padding-bottom: 25px !important;
  }
  .home-button {
    display: none;
}
}

@media (max-width: 1105px) {
  h2.top-text {
    background: #ffc83c;
    padding: 5px;
  }
  .w-html.ush_html_4 {
    display: none;
}

  .top-text-list li {
    background: #ffc83c;
    display: inline-block;
    padding: 5px;
  }
  .top-text-list {
    margin-left: 0 !important;
  }

  a.btn.header-appointment-btn {
    display: none;
  }

  #home-top-image .l-section-img {
    background-position: center center !important;
    background-size: cover !important;
  }
}

.w-html.ush_html_2 {
  position: relative;
  left: -40px;
  top: -2px;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mt-5 {
  margin-top: 50px !important;
}


#single-footer {
  width: 100%!important;
}

.l-header.sticky .ush_image_1 {

  height: 50px!important;
}

.single .description, 
.single .summary {
  padding-left: 10px;
  padding-right: 10px;
}

.archive div#content {
  padding-left: 10px;
  padding-right: 10px;
}


.mob-contact-btn span {
  background: #000;
  color: #fff;
  padding: 10px 15px;
}

.mob-contact-btn {
  display: none;
  padding-bottom: 20px;
}

.propertyhive-ordering {
	display: none!important;
}

.fa-quote-left,
.fa-quote-right {
	margin: 0!important;
}

@media (max-width: 1280px ) {
  .mob-contact-btn {
    display: block;
  }
}

@media (max-width: 768px) {
  
  h1.property_title.entry-title {
           font-size: 30px;   
  }
}

.search-row {
	background: #fec746;
	width: 100%; 
}

.post-type-archive-property #container {
	width: 100%!important;
	max-width: 100%;
	margin: 0;
	padding: 0!important;
}

.post-type-archive-property #content h1,
.post-type-archive-property #content p,
.post-type-archive-property form,
.post-type-archive-property .properties {
	max-width: 1280px;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: 0!important;
}

.post-type-archive-property .search-row {
	padding-bottom: 50px;
	padding-top: 50px;
}

.post-type-archive-property .properties {
	padding-top: 50px!important;
}

.post-type-archive-property .propertyhive-result-count {
	background: white!important;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 30px;
	width: 100%:
}

.post-type-archive-property input[type=submit]:not(.w-btn) {
	background: black!important;
	color: white!important;
	width: 202.5%;
	margin-left: 7px;
	margin-right: 0;

}

.post-type-archive-property input,
.post-type-archive-property select {
	background: white!important;
}

.post-type-archive-property #content {
	padding: 0!important;
}

.post-type-archive-property form {
	box-shadow: none!important;
}


.post-type-archive-property form * {
	border: none!important;
}


.post-type-archive-property label  {
	font-weight: 700!important;
}

.post-type-archive-property .properties .property {
	
}

.post-type-archive-property .properties .property .details {
	width: 76%;
}

.post-type-archive-property .properties .property h3 {
	background: #010101;
	color: white!important;
	padding: 20px!important;
	margin-bottom: 0 !important;
	
}

.post-type-archive-property .properties .property h3 a {
	color: white;
}

.post-type-archive-property .properties .property h3 a:hover {
	color: #fec746;
}

.post-type-archive-property .properties .property .price {
	background: #fec746;
	padding: 20px;
	margin-top: 0!important;
	
}

.post-type-archive-property .properties .property .price span {
	
}

.post-type-archive-property .properties .property .summary {
	padding: 0 20px 20px 20px;
	
}

.post-type-archive-property .properties .property .actions {
	padding: 0 20px 20px 20px;
	
}

.post-type-archive-property .properties .property .actions a {
	background: #000000!important;
	color: white!important;
	font-weight: 700;
	border: 2px solid black!important;
}


.post-type-archive-property .properties .property .actions a:hover {
	background: #fec746!important;
	color: black!important;
	font-weight: 700;
}


.post-type-archive-property .properties .property .thumbnail {
	width: 23%;
	background: #fec746;
}

.single-property .images {

}

.single-property .entry-summary h1 {
	text-align: center;
	color: white;
	background: black;
	padding: 20px;
	margin-bottom: 0!important;
	margin-top: -50px!important;
}

.single-property .entry-summary .price {
	text-align: center;
	color: black;
	background: #fec746;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0!important;
}

.single-property #slider {
	margin-bottom: 0!important;
}

.single-property .flex-viewport {
	height: 380px!important;
}

.single-property .property_actions {
	text-align: center;
	margin-bottom: 30px;
}

.single-property .property_actions a  {
	color: black;
	padding: 10%;
	background: #fec746;
	border-radius: 10px;
}

.single-property .property_actions li  {
	color: black;
	width: 200px!important;
	background: none;
}

.single-property .property_actions::before  {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.single-property .features, .single-property .summary:not(.entry-summary), .single-property .description {
	padding: 3% 5%;
	background: white;
	margin-top: 10px;
}


.single-property .property_actions li a:hover  {
	background: black;
	color: #fec746;
}

.single-property .property_meta ul {
	margin-left: 0!important;
	margin-inline-start: 0!important;
}

.single-property .property_meta li {
	list-style-type: none!important;
	font-weight: bold;
	text-align: center;
	background: white;
	list-style-position: inside!important;
	padding: 10px;
}

.single-property .thumbnails .flex-viewport {
	height: 100px!important;
}
.post-type-archive-property .properties .property .thumbnail img {
	width: 100%;
}


.post-type-archive-property h1 {
	text-align: center;
	display: block;
	color: black;
	margin: 20px;
	
}

.post-type-archive-property .page-numbers .page-numbers {
	text-align: center!important;
	background: white;
	padding: 2%;
	border: 1px solid black;
	
}

.post-type-archive-property .propertyhive-pagination{
	text-align: center!important;
	padding: 2%;
	width: 100%;
	margin: 0 auto!important;
	margin-bottom: 50px!important;
	
}

.post-type-archive-property .page-numbers .page-numbers.current {
	background: #fec746;
}

.post-type-archive-property .page-numbers li > .page-numbers {
	padding: 10px 20px;
	display: inline-block;
	font-weight: bold;
}

.post-type-archive-property .page-numbers li > .page-numbers:hover {
	background: #fec746;
	color: black;
}

.post-type-archive-property .control.control-department label input {
	
}

.post-type-archive-property .control.control-department label  {
	display: inline-block;
	margin-right: 20px;
	background: black;
	padding: 3%; 
	color: white;
}

.post-type-archive-property .control.control-department label:hover {
	color: #ffce2d;
} 

.post-type-archive-property .control.control-department label:nth-child(2) {
	float:left!important;
}

.post-type-archive-property .control.control-department label:nth-child(1) {
	float:right!important;
}

.post-type-archive-property .control.control-department::before  {
	content: 'Department ';
	font-weight: 700;
	display: block;
	}
	
.post-type-archive-property .control.control-department {
	width: 410px!important;
}
@media (max-width: 1024px) and (min-width: 769px) {
	body.post-type-archive-property  {
		margin-top: -150px!important;
	}
	
		body.post-type-archive-property #page-header::before {
		display: none!important;
	}
	
	body.post-type-archive-property #content h1.page-title {
		padding-top: 150px!important;
	} 
	
	
}

@media (max-width: 768px) {
		.post-type-archive-property .properties .property .thumbnail {
		width: 100%!important;
			display: block;
			background: white!important;
	}

	.post-type-archive-property .properties .property .details {
		width: 100%!important;
		display: block;
		margin-top: -10px;
	}
	
	.post-type-archive-property input[type=submit]:not(.w-btn) {
	width: 98%!important;

}
}



