/*
Theme Name: sfc
Theme URI: https://wppatrickk.com/
Author: Patrick
Author URI: https://wp-designs.com/
Description: Description
Version: 1.0.0
License: Licensed to SFCorporateRenals
Text Domain: sfc
Tags:
This theme is licensed to SFCorporateRenals.
*/
/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #111;
}
a {
	color: #1e63ae;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
#wrapper {
	width: 100%;
}
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
#top {
	background: #1e63ae;
}
.top-left {
	float: left;
}
.top-left .fa {
	color: #fff;
}
.top-email {
	float: left;
	padding: 12px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.top-email .fa {
	margin-right: 12px;
}
.top-email a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
}
.top-phone {
	float: left;
	padding: 12px 20px 12px 20px;
	display: inline-block;
}
.top-phone .fa {
	margin-right: 12px;
}
.top-phone a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
}
.top-right {
	float: right;
}
.mobile-login {
	display: none;
}
.top-login {
	float: right;
	background-color: #ec7823;
	position: relative;
}
.top-login a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 12px 15px;
	line-height: 16px;
}
.top-login span {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.top-login a .fa {
	padding-right: 14px;
}
.user-dropdown {
	position: absolute;
	top: auto;
	right: 0;
	z-index: 999;
	min-width: 150%;
	background-color: #ec7823;
	display: none;
}
.top-login:hover .user-dropdown {
	display: block;
}
.user-dropdown a {
	text-transform: none;
	text-align: right;
	display: block;
	padding: 10px 20px;
}
.top-social {
	float: right;
	padding: 7px 18px 0;
}
.top-social a {
	display: inline-block;
	margin-left: 5px;
	background-color: #fff;
	padding: 6px 5px 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}
.top-social a:first-child {
	margin-left: 0;
}
.top-social a:hover {
	background-color: #ec7823;
	color: #fff;
}
#masthead {
	width: 100%;
	padding: 15px 0;
	position: relative;
	z-index: 99;
	border-bottom: 2px solid #EC7823;
}
.site-branding {
	width: 35%;
	float: left;
}
.site-branding img {
	max-width: 100%;
	display: block;
	height: auto;
}
.submit-property-header {
	width: 30%;
	float: left;
	text-align: center;
	padding-top: 28px;
}
.submit-property-header a {
	padding: 10px 20px;
	display: inline-block;
	background-color: #ec7823;
	color: #fff;
	font-size: 15px;
}
.site-right {
	width: 35%;
	float: right;
}
.site-intro p {
	color: #EC7823;
	line-height: 1.8;
	font-size: 15px;
}
.main-navigation {
	background-color: #f2f2f2;
	transition: all 300ms ease-in-out 0s;
}
.main-navigation.show-menu {
	top: 0;
}
.main-navigation ul {
	padding: 0;
}
.main-navigation ul li {
	float: left;
	width: 16.66%;
}
.main-navigation ul li a {
	padding: 13px 15px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #EC7823;
	text-align: center;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
	background-color: #EC7823;
	color: #fff;
}
.main-navigation ul li ul {
	display: none;
}
/*--------------------------------------------------------------
# Mobile Menu Styles
--------------------------------------------------------------*/
.mobile-slide {
	display: none;
	position: relative;
	float: right;
	z-index: 99999;
}
.mobile-slide a {
	padding: 18px 25px;
	display: block;
}
.mobile-slide a:hover {
	text-decoration: none;
}
.icon-bar {
	position: absolute;
    right: 0;
    top: 17px;
}
.icon-bars {
    position: relative;
    transition: transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}
.icon-bars, .icon-bars::after, .icon-bars::before {
    background-color: #fff;
    display: block;
    height: 0.142857em;
    width: 2rem;
}
.menu-opened .icon-bars {
    background-color: #fff;
    transform: rotate3d(0, 0, 1, 135deg);
    transition: transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}
.menu-opened .icon-bars::after, .menu-opened .icon-bars::before {
    background-color: #fff;
    top: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transition: top 0.2s ease-in 0s, transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}
.icon-bars::after, .icon-bars::before {
    content: "";
    left: 0;
    position: absolute;
    transition: top 0.3s ease-in 0.3s, transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}
.icon-bars::after {
    top: -9px;
}
.icon-bars::before {
    top: 9px;
}
/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
.home-left {
	width: 23%;
	float: left;
}
.home-right {
	width: 75%;
	float: right;
}
.home-booking {
	background-color: #f2f2f2;
	padding: 20px;
}
.home-booking h2, .page-links h2 {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	color: #222;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.booking-col {
	margin-bottom: 16px;
}
.booking-col input {
	width: 100%;
	display: block;
	padding: 10px;
	border: 0;
	border: 1px solid #1e63ae;
}
.booking-row span {
	font-size: 13px;
	text-align: center;
	max-width: 70%;
	margin: 0 auto 16px;
	display: block;
	line-height: 1.4;
}
.booking-row input[type="submit"] {
	width: 100%;
	display: block;
	background-color: #1e63ae;
	padding: 10px;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	text-transform: capitalize;
	text-align: center;
	font-weight: 600; 
}
.home-intro {
	padding: 25px;
	background-color: #f2f2f2;
}
.home-intro h1, .content-area h1 {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
	margin-bottom: 12px;
}
.home-intro p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.home-intro p:last-child {
	margin-bottom: 0;
}
.page-links {
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 25px;
}
.page-links li {
	line-height: 1.6;
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 8px;
}
.page-links li:last-child {
	margin-bottom: 0;
}
.page-links li a {
	color: #222;
	display: table-cell;
	width: 93%;
	vertical-align: middle;
	transition: color 0.3s ease-in-out 0s;
}
.page-links li a:hover {
	color: #1e63ae;
}
.page-links li .fa {
	display: table-cell;
	width: 7%;
	vertical-align: middle;
}
.properties {
	padding: 0 0 25px;
}
h2.title {
	font-weight: 700;
	font-size: 36px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
h2.title span {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
	left: 0;
	max-width: 160px;
	display: block;
	right: 0;
	margin: 0 auto;
}
h2.title:before {
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 5px;
	background-color: #1e63ae;
	left: 0;
	max-width: 80px;
	display: block;
	right: 0;
	margin: 0 auto;
	content: "";
	z-index: 10;
}
.property {
	width: 30.5%;
	margin: .5em 1.5%;
	margin-bottom: 20px;
	background-color: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.property:nth-child(3n+3) {
	margin-right: 0;
}
.property-image {
	position: relative;
}
.property-image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.property-image span {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #EC7823;
	color: #fff;
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
.property-details {
	padding: 20px;
}
.property-details h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
	font-weight: 600;
}
.property-description {
	line-height: 1.6;
}
.property-details ul {
	overflow: hidden;
	padding: 20px 0;
}
.property-details ul li {
	width: 60%;
	float: left;
	margin-right: 2%;
}
.property-details ul li:last-child {
	width: 35%;
	float: right;
}
.property-details ul li img {
	max-width: 20px;
	display: inline-block;
	height: auto;
	float: left;
	margin-right: 12px;
}
.property-details ul li span {
	line-height: 1;
	float: left;
	font-weight: 600;
	font-size: 18px;
}
.property-location p {
	font-size: 14px;
	line-height: 1.4;
}
.property-details a {
	background-color: #1e63ae;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	display: block;
	max-width: 120px;
	margin: 20px auto 0;
	padding: 13px 10px;
	transition: all 200ms ease-in-out 0s;
}
.property-details a:hover {
	background-color: #EC7823;
}
a.view-all {
	background-color: #EC7823;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	display: block;
	max-width: 250px;
	margin: 20px auto 0;
	padding: 20px 10px;
	transition: all 200ms ease-in-out 0s;
}
a.view-all:hover {
	background-color: #1e63ae;
}
#map {
	width: 100%;
	height: 450px;
}
.p-wrap {
	width: 320px;
}
.p-left {
	width: 45%;
	float: left;
}
.gm-style .p-left img {
	max-width: 100%;
	display: block;
	height: auto;
}
.p-right {
	width: 51%;
	float: right;
}
.p-right h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 8px;
}
.p-table-wrap {
	font-size: 15px;
	display: table;
	width: 100%;
}
.p-table-left {
	width: 50%;
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}
.p-table-right {
	width: 50%;
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}
.gm-style .p-table-wrap img {
	display: inline-block;
	margin-right: 12px;
	max-width: 16px;
	position: relative;
	top: 4px;
}
.gm-style .p-table-wrap .p-table-left img {
	max-width: 20px;
}
.p-right h5 {
	padding: 10px 0;
}
.p-right a {
	background-color: #1e63ae;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 12px;
	transition: all 200ms ease-in-out 0s;
}
.p-right a:hover {
	background-color: #EC7823;
}
.properties-by-location {
	padding: 60px 0 40px;
	background-color: #eee;
}
.properties-by-location ul {
	overflow: hidden;
}
.properties-by-location ul li {
	width: 23%;
	float: left;
	margin: 0 2% 20px 0;
}
.properties-by-location ul li:nth-child(4n+4) {
	margin-right: 0;
}
.properties-by-location ul li a {
	color: #111;
	font-size: 16px;
}
.properties-by-location ul li a .fa {
	margin-right: 12px;
}
.home-content {
	padding: 60px 0;
}
.home-content p {
	line-height: 1.6;
	margin-bottom: 15px;
}
.home-content p:last-child {
	margin-bottom: 0;
}
.property-head {
	padding: 15px 0;
	background: #eee;
}
.property-title {
	float: left;
}
.property-title h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}
.property-cta {
	float: right;
	text-align: right;
}
.property-cta a {
	background: #EC7823;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 15px;
}
.property-wrap {
	padding: 50px 0;
}
.home .property-wrap, .post-type-archive-property .property-wrap, .tax-location .property-wrap, .tax-type .property-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 0;
	margin: -.5em -1.5%;
}
.post-type-archive-property .property-wrap, .tax-location .property-wrap, .tax-type .property-wrap {
	padding: 0;
}
.property-left {
	width: 36%;
	float: left;
}
.property-right {
	width: 58%;
	float: right;
}
.property-left h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}
.rates, .property-detail {
	width: 100%;
	display: table;
	border-collapse: collapse;
}
.property-rates {
	margin-bottom: 30px;
}
.property-rate {
	margin-bottom: 20px;
}
.property-rate:last-child {
	margin-bottom: 0;
}
.duration, .price, .property-detail-left, .property-detail-right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
}
.duration {
	font-weight: 700;
}
.property-detail-right, .price {
	text-align: right;
}
.property-left h5, .property-detail-left {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}
.property-detail-left {
	margin-bottom: 0;
}
.rate-info {
	margin-bottom: 28px;
}
.rate-info p {
	line-height: 2;
}
.rate-info p span {
	font-weight: 700;
}
.single-property .property-details {
	padding: 0;
}
#slider {
	margin-bottom: 5px;
	border: 0;
}
#carousel {
	margin-bottom: 0;
	border: 0;
}
#carousel img {
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 0.3s ease-in-out 0s;
}
#carousel .flex-active-slide img {
	opacity: 1;
}
.property-calendar {
	padding-top: 50px;
}
.property-content {
	padding: 50px 0;
}
.property-calendar h3, .property-content h3, .property-form h3 {
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 1.3;
}
.property-calendar h3 {
	margin-bottom: 15px;
}
.property-form h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.property-content p {
	line-height: 1.8;
	margin-bottom: 22px;
}
.property-content p:last-child {
	margin-bottom: 0;
}
#content {
	padding: 40px 0;
}
.home #content, .single-property #content {
	padding: 0;
}
.home #primary {
	width: 100%;
	float: none;
	padding: 20px 0;
}
#primary {
	float: right;
	width: 74%;
}
.single-property #primary {
	float: none;
	width: 100%;
}
.entry-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}
.entry-content h2 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 700;
}
.entry-content p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
#secondary {
	float: left;
	width: 22%;
}
#secondary .widget {
	margin-bottom: 35px;
}
#secondary h3.widget-title {
	font-size: 18px;
	font-weight: 700;
	background: #1e63ae;
	color: #fff;
	padding: 15px;
}
#secondary .menu-locations-container {
	padding: 15px;
}
#secondary ul.menu li {
	line-height: 1.6;
	margin-bottom: 10px;
}
.sidebar-booking {
	padding: 15px;
	background: #1e63ae;
}
.sidebar-booking h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
#secondary .booking-row span {
	max-width: 98%;
	color: #fff;
}
#secondary .booking-row input[type="submit"] {
	background: #EC7823;
}
.property-form {
	margin-bottom: 25px;
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 25px;
}
.property-name-field, .property-url-field {
	display: none;
}
#frm_form_4_container.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 8px;
}
.frm_primary_label {
	font-weight: 400 !important;
	display: block !important;
	line-height: 1.2 !important;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 4px !important;
}
#frm_form_4_container .frm_primary_label {
	margin-bottom: 0 !important;
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	height: auto;
	line-height: 1.2;
}
#frm_form_4_container.frm_style_formidable-style.with_frm_style input[type="text"], #frm_form_4_container.frm_style_formidable-style.with_frm_style input[type="email"] {
	padding: 5px;
	font-size: 13px;
	line-height: 1.4;
}
#frm_form_4_container.frm_style_formidable-style.with_frm_style select {
	padding: 4px;
}
.frm_style_formidable-style.with_frm_style select {
	padding: 6px 10px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
	background: #EC7823 !important;
	color: #fff !important;
	padding: 14px 50px;
	display: inline-block;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	border-radius: 0;
}
.frm_style_formidable-style.with_frm_style input[type="submit"]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:focus, .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:focus, .frm_style_formidable-style.with_frm_style input[type="submit"]:active, .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:active, .frm_style_formidable-style.with_frm_style .frm_submit button:active, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:active {
	background: #1e63ae !important;
	color: #fff !important;
}
#frm_form_4_container.frm_style_formidable-style.with_frm_style .frm_submit button {
	padding: 4px 20px;
	margin-top: 0;
}
.tml.tml-register {
	max-width: 100%;
}
.frm_style_formidable-style.with_frm_style fieldset {
	padding-bottom: 0;
}
.tml .message {
	background-color: #eee;
	border: 1px solid #ccc;
}
.tml.tml-register .message {
	display: none;
}
.tml input, .tml textarea, .tml select {
	padding: 8px;
	border: 1px solid #ccc;
	margin-top: 3px;
}
.g-recaptcha {
	margin-bottom: 20px;
}
.tml-login .tml-submit-wrap input, .tml .tml-submit-wrap input {
	background-color: #1e63ae;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 8px 20px;
}
.user-form-wrap {
	overflow: hidden;
	margin-bottom: 10px;
}
.user-form-wrap p {
	margin-bottom: 0;
}
.user-form-left, .tml-user-pass1-wrap {
	width: 48%;
	float: left;
}
.user-form-right, .tml-user-pass2-wrap {
	width: 48%;
	float: right;
}
.user-form-col3 {
	width: 30.66%;
	float: left;
	margin-right: 4%;
}
.user-form-col3:last-child {
	margin-right: 0;
}
.tml label {
	line-height: 1.1;
	display: inline-block;
	position: relative;
}
.tml .tml-required label:before, .tml-user-pass1-wrap label:before, .tml-user-pass2-wrap label:before {
	position: absolute;
	right: -10px;
	top: 0;
	content: "*";
	color: #ff0000;
}
#poststuff {
	padding-top: 0;
}
.postbox {
	border: 0;
	padding: 0;
}
#poststuff h3.hndle {
	display: none;
}
#primary .acf-fields > .acf-field {
	padding: 15px 0;
	border: 0;
}
.acf-form-left {
	width: 48%;
	float: left;
}
.acf-form-right {
	width: 48%;
	float: right;
}
.acf-fields > .acf-field.acf-form-right {
	clear: none;
}
.acf-field .acf-label label {
	text-transform: uppercase;
}
.acf-field p.description {
	line-height: 1.6;
	color: #666;
	margin-top: 3px !important;
	font-size: 13px;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
	padding: 6px 8px !important;
	border: 1px solid #ccc !important;
	height: auto !important;
}
.acf-form-hide, .wp-editor-tools {
	display: none;
}
.acf-gallery-toolbar .acf-button {
	background: #1e63ae;
	color: #fff;
	border-radius: 0;
	height: auto;
	display: inline-block;
	border: 1px solid #1e63ae;
	box-shadow: none;
	padding: 7px 25px;
}
.acf-gallery-toolbar .acf-button:hover {
	background: #EC7823;
}
ul.acf-checkbox-list.acf-hl li {
	padding: 0 0 6px !important;
}
.acf-form-submit input[type="submit"] {
	background: #1e63ae;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	border: 0;
	cursor: pointer;
}
.acf-form-submit input[type="submit"]:hover {
	background: #EC7823;
}
.my-properties li {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}
.my-properties li:last-child {
	border-bottom: 0;
}
.property-name {
	padding: 10px 10px 10px 0;
	float: left;
}
.property-links {
	padding: 10px 0 10px 10px;
	float: right;
}
.property-links a:last-child {
	display: inline-block;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #999;
}
#your-profile h3, #your-profile .tml-user-admin-bar-front-wrap, #your-profile .tml-user-login-wrap, #your-profile .tml-first-name-wrap, #your-profile .tml-last-name-wrap, #your-profile .tml-nickname-wrap, #your-profile .tml-display-name-wrap, #your-profile .tml-user-url-wrap, #your-profile .tml-user-description-wrap {
	display: none;
}
#your-profile label {
	font-weight: 700;
}
.tml #your-profile input {
	min-width: 200px;
}
.tml-user-email-wrap label, .user-pass1-wrap label {
	margin-bottom: 5px;
}
#your-profile td, #your-profile th {
	padding-top: 15px;
}
#your-profile .tml-user-email-wrap td, #your-profile .user-pass1-wrap td {
	padding-top: 0;
}
#your-profile th {
	padding-right: 15px;
}
#your-profile .tml-submit-wrap {
	margin-top: 20px;
}
.wp-pagenavi {
	margin-left: 1.5%;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	padding: 5px 8px;
}
.error404 .search-form {
	overflow: hidden;
	padding-top: 20px;
}
.error404 .search-field {
	border: 1px solid #ccc;
	padding: 8px;
	min-width: 200px;
}
.error404 .search-submit {
	background: #EC7823;
	color: #fff;
	padding: 9px 12px;
	display: inline-block;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	border-radius: 0;
}
#section-heads a {
	background-color: #1e63ae;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	margin: 0 12px 12px 0;
	transition: all 0.2s ease-in-out 0s;
}
#section-heads a:hover {
	background-color: #EC7823;
}
.lguide {
	margin-top: 30px;
}
.lguide h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.lguide ul li {
	line-height: 1.4;
	margin-bottom: 6px;
}
.lguide ul li:last-child {
	margin-bottom: 0;
}
div.error {
	margin: 0;
}
#message.error {
	margin-bottom: 20px;
}
#menu-item-1355, #menu-item-1356 {
	display: none;
}
/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/
.site-footer {
}
.footer-widgets {
	background: #eee;
	padding: 45px 0;
}
.footer-widget {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.footer-widget.last-widget {
	margin-right: 0;
}
.footer-widget h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}
.footer-widget p {
	line-height: 1.6;
}
.footer-widget ul li a {
	line-height: 1.6;
	display: inline-block;
}
.footer-widget img {
	max-width: 100%;
	height: auto;
}
.footer-widget h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.3;
}
.footer-copyright {
	padding: 18px 0;
	background: #1e63ae;
}
.footer-copyright p {
	color: #fff;
	text-align: center;
	font-size: 13px;
}
@media screen and (max-width : 1140px) {
	.inner {
		padding: 0 20px;
	}
}
@media screen and (max-width : 1090px) {
	.main-navigation ul li a {
		font-size: 13px;
	}
}
@media screen and (max-width : 1030px) {
	.main-navigation ul li a {
		padding: 13px 10px;
	}
}
@media screen and (max-width : 900px) {
	.top-email, .top-phone, .top-login a {
		padding: 10px 15px;
	}
	.top-email a, .top-phone a, .top-login a {
		font-size: 13px;
	}
	.top-social a {
		padding: 5px 4px 0;
		width: 23px;
		height: 23px;
	}
	.top-social .fa {
		font-size: 13px;
	}
	.home-left, #secondary {
		width: 28%;
	}
	.home-right, #primary {
		width: 70%;
	}
	.property {
		width: 46.8%;
	}
}
@media screen and (max-width : 767px) {
	#top .inner {
		padding: 0 10px;
	}
	.top-email span, .top-phone span, .top-login span, .site-right {
		display: none;
	}
	.mobile-slide {
		display: inline-block;
	}
	#menu-item-1355, #menu-item-1356 {
		display: block;
	}
	.top-email .fa, .top-phone .fa {
		margin-right: 0;
	}
	.top-login a .fa {
		padding-right: 0;
	}
	.site-branding {
		width: auto;
		float: none;
	}
	.site-branding img {
		margin: 0 auto;
	}
	.desktop-login {
		display: none;
	}
	.mobile-login {
		display: inline-block;
	}
	.user-dropdown {
		min-width: 150px;
	}
	.main-navigation {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(8, 138, 133, 0.92);
		z-index: 999;
		overflow-x: auto;
	}
	.main-navigation .inner {
		padding: 0;
		display: table;
		width: 100%;
		height: 100%;
	}
	.menu-main-menu-container {
		display: table-cell;
		vertical-align: middle;
	}
	.main-navigation ul, .main-navigation ul li {
		display: block;
		float: none;
		width: 100%;
	}
	.main-navigation ul li a {
		font-size: 18px;
		color: #fff;
		display: block;
		text-transform: uppercase;
		padding: 13px 50px;
		position: relative;
		line-height: 1.3;
	}
	.main-navigation ul li.opened a {
		background-color: #EC7823;
	}
	.main-navigation ul li.menu-item-has-children a:after {
		position: absolute;
		width: 15px;
		height: 15px;
		right: 20px;
		content: "+";
		top: 50%;
		margin-top: -12px;
		font-size: 22px;
	}
	.main-navigation ul li.menu-item-has-children.opened a:after {
		content: "-";
	}
	.main-navigation ul li.menu-item-has-children.opened ul li a {
		background-color: rgba(8, 138, 133, 1);
		font-size: 16px;
	}
	.main-navigation ul li.menu-item-has-children ul li a:after {
		display: none;
	}
	.home-right, .home-left, .property-title, .property-cta, .property-left, .property-right, #primary, #secondary {
		width: 100%;
		float: none;
	}
	.property-wrap, .property-content {
		padding: 25px 0 30px;
	}
	.property-right, #primary {
		margin-bottom: 15px;
	}
	.property-head {
    	padding: 8px 0 18px;
    }
    .property-title h1 {
    	margin-bottom: 12px;
    }
	.property-title h1, .property-cta {
		text-align: center;
	}
	#map {
		height: 300px;
	}
	.property-content h3, .property-form h3 {
		font-size: 16px;
		font-weight: 700;
	}
}
@media screen and (max-width : 520px) {
	.site-branding, .submit-property-header {
		float: none;
	}
	.submit-property-header {
		text-align: center;
		padding: 20px 0 8px;
	}
}
@media screen and (max-width : 479px) {
	.home .property-wrap, .post-type-archive-property .property-wrap, .tax-location .property-wrap, .tax-type .property-wrap {
		display: block;
		margin: 0;
	}
	.property, .footer-widget {
		width: 100%;
		margin: 0 0 20px;
	}
	.footer-widget {
		text-align: center;
	}
	.footer-widget.last-widget {
		margin-bottom: 0;
	}
	.property-image img {
		max-width: none;
		width: 100%;
	}
}