.uk-navbar-nav .menu-item--user-account {
  display: none;
}
.hp-form--listing-search {
  display: none;
}
.hp-listing--view-block .hp-listing__created-date, 
.hp-listing--view-page .hp-listing__created-date {
  display: none;
}
.uk-navbar-toggle svg {
  width:40px;
}
.tm-toolbar-default {
	display: none;
}

.gform_wrapper.gravity-theme input  { 
    width: 100%;
    border: none;
    border-radius: 5px;
}
.gfield select, textarea {
	 border: none;
    border-radius: 5px;
}
 body .gfield input:focus {
	border: none;
	background-color: #efefef;
}
.gsection_title {
	color: #104b7d;
}
.tm-bottom {
	margin-top: -60px;
	background-color: #d3f1fe ;
};

@media (max-width: 1440px) {
	.home_cow {
		margin-top: 30px !important;
	}
}