/* Custom Form Styling */
form fieldset input[type=text], form fieldset input[type=email], form fieldset input[type=phone], form fieldset textarea,
#property-form form li input[type=text], #property-form form li input[type=email], #property-form form li input[type=phone], #property-form form li select, #property-form form li textarea,
#landing-form form li input[type=text], #landing-form form li input[type=email], #landing-form form li input[type=phone], #landing-form form li select, #landing-form form li textarea {
    border: 1px solid #4e4646 !important;
    border-radius: 2px !important;
}


.fancy-submit {
    margin-top: 48px;
    height: 33px;
}

.fancy-submit b {
    font-size: 9px;
    line-height: 33px;
}

.fancy-submit, .fancy-submit:hover b:before, .fancy-submit:hover b:after {
    width: 100%;
}


/* Common button styles */
.button-fancy {
	/* float: left; */
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	border-radius: 40px;
}
.button-fancy:focus {
	outline: none;
}
.button-fancy > span {
	vertical-align: middle;
	line-height: 33px;
	text-transform: uppercase;
}

/* Antiman */
.button-fancy--antiman {
    font-family: 'Sweet Sans Light', arial, sans-serif;
    font-size: 9px;
    background: none;
    border: none;
    height: 33px;
    width: 100%;
    max-width: inherit;
    padding: 0;
    margin: 0;
    /* margin-top: 48px; */
    border-radius: 2px;
    color: #4d4645;
}
.button-fancy--antiman.button-fancy--inverted,
.button-fancy--antiman.button-fancy--inverted-alt {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button-fancy--antiman > span {
	padding-left: 0.35em;
}
.button-fancy--antiman::before,
.button-fancy--antiman::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button-fancy--antiman::before {
	border: 1px solid #4e4646;
	opacity: 0;
	-webkit-transform: scale3d(1.06, 1.06, 1);
	transform: scale3d(1.06, 1.06, 1);
}
.button-fancy--antiman.button-fancy--border-thin::before {
	border-width: 1px;
}
.button-fancy--antiman.button-fancy--border-medium::before {
	border-width: 2px;
}
.button-fancy--antiman.button-fancy--border-thick::before {
	border-width: 3px;
}
.button-fancy--antiman.button-fancy--inverted::before {
	border-color: #7986cb;
}
.button-fancy--antiman.button-fancy--inverted-alt::before {
	border-color: #3f51b5;
}
.button-fancy--antiman::after {
	background: #fff;
}
.button-fancy--antiman.button-fancy--inverted::after {
	background: #7986cb;
}
.button-fancy--antiman.button-fancy--inverted-alt::after {
	background: #3f51b5;
}
.button-fancy--antiman.button-fancy--inverted:hover {
	color: #7986cb;
}
.button-fancy--antiman.button-fancy--inverted-alt:hover {
	color: #3f51b5;
}
.button-fancy--antiman:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button-fancy--antiman:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

.button-fancy input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    font-size: 0px !important;
    z-index: 10;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.page-contact .button-fancy--antiman {
    margin-top: 48px;
}

/* Custom page styling */

.postid-11032 p strong,
.postid-11035 p strong,
.postid-11037 p strong,
.postid-11038 p strong,
.postid-11026 p strong {
    font-weight: bold;
}


.postid-11032 .page-property,
.postid-11035 .page-property,
.postid-11037 .page-property,
.postid-11038 .page-property,
.postid-11026 article.property {
    text-align: left;
}
.postid-11032 article.property p:first-child,
.postid-11035 article.property p:first-child,
.postid-11037 article.property p:first-child,
.postid-11038 article.property p:first-child,
.postid-11026 article.property p:first-child {
    text-align: center;
}

#content.agent_landing p strong {
    font-weight: bold;
}
#content.agent_landing {
    text-align: left;
} 
#content.agent_landing article.property p:first-child {
    text-align: center;
}
