td {
	border: none;
}

#wrapper:before {
	height: 30px;
}
#wrapper {
	padding-top: 0;
}

header .top-bar {
	position: absolute;
	right: 0;
}
header .call-out-area {
	position: absolute;
	top: 35px;
	right: 0px;
}
header .call-out-area img {
	width: auto;
	height: 90px;
}
header .call-out-area a#header-land-investor-cta {
    position: relative;
    display: block;
    left: -32px;
}

header .call-out-area #header-land-investor-cta span {
    width: 175px;
    height: 55px;
    padding: 1.25em 1em 1em 1.5em;
    display: inline-block;
    position: absolute;
    top: 17.5px;
    left: -175px;
    color: #bba774;
    font-size: 10px;
    line-height: 1.5em;
    font-family: "Lora", serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 0.1px;
    background-color: #414d28;
}

header .call-out-area a#header-land-investor-cta img.magazine-cover {
	max-height: 87px;
}

header .call-out-area a#header-land-investor-cta:before {
    content: '\000BB';
    display: block;
    position: absolute;
    top: 17.5px;
    right: -15px;
    z-index: 1;
    width: 15px;
    height: 55px;
    padding-left: 6px;
    color: #bba774;
    font-size: 30px;
    line-height: 45px;
    background-color: #414d28;
}
header .call-out-area a#header-land-investor-cta:after {
    content: '';
    display: block;
    position: absolute;
    top: 17.5px;
    right: -33px;
    border-left: 18px solid #414d28;
    border-top: 27.5px solid transparent;
    border-bottom: 27.5px solid transparent;
}

#content .land-investor-grid {
	margin: 2rem 0;
}
#content .land-investor-grid .grid-wrapper {
	overflow: scroll;
}
#content .land-investor-grid .grid-wrapper ul.magazine-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}
#content .land-investor-grid .grid-wrapper ul.magazine-grid li {
	display: block;
	margin: 1rem;
	padding: 0;
}
#content .land-investor-grid .grid-wrapper ul.magazine-grid li a {}
#content .land-investor-grid .grid-wrapper ul.magazine-grid li a img {}

@media (max-width: 1024px) {
/*	header .call-out-area img {
		height: 55px;
	}*/
	header .call-out-area {
		transform: scale(0.75);
	}
}
@media (max-width: 800px) {
	header .call-out-area {
		display: none;
	}
	.page-template-template-inner #main .container #content .headshot,
	.page-template-template-inner #main .container #content .person-detail {
		width: 100%;
		float: none;
	}
	header .top-bar {
		padding-left: 6.5rem;
	}
	header .top-bar .user-area .tel {
		color: #404c27;
	}
}

.land-investor-cta {
	width: 100%;
	min-height: 180px;
	padding: 5px;
	margin: 60px 0;
	background-color: #414d28;
}
.land-investor-cta-wrapper {
	border: solid 1px #000;
}
.land-investor-cta-wrapper .get-your-copy,
.land-investor-cta-wrapper .recent-magazine-cover-link,
.land-investor-cta-wrapper .copy {
	height: 180px;
	position: relative;
}
.land-investor-cta-wrapper .get-your-copy {
	width: 10%;
	padding: 15px;
	display: inline-block;
	text-align: center;
}
.land-investor-cta-wrapper .get-your-copy a {
	color: #b1a173;
}
.land-investor-cta-wrapper .get-your-copy .raquo {
	display: block;
	font-size: 3rem;
	line-height: 1em;
	font-weight: 100;
	font-family: "Open Sans", sans-serif;
}
.land-investor-cta-wrapper .get-your-copy .text {
	font-family: "Lora", serif;
}
.land-investor-cta-wrapper .recent-magazine-cover-link {
	margin: -3% 15px 0;
	width: 200px;
	max-width: 27%;
	display: inline-block;
	transform: rotate(-7deg);
}
.land-investor-cta-wrapper .recent-magazine-cover-link img.recent-magazine-cover-img {
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
}
.land-investor-cta-wrapper .copy {
	width: 55%;
	float: right;
	font-size: 1em;
	color: #fff;
	font-family: "Lora", serif;
	position: relative;
	z-index: 1;
}
.land-investor-cta-wrapper .copy-container {
	padding: 25px 20px 25px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.land-investor-cta-wrapper .copy-container p {
	color: #ede8da;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 100;
}
.land-investor-cta-wrapper .copy .button-set {
	display: flex;
	justify-content: space-evenly;
}
.land-investor-cta-wrapper .copy .button-set a.btn-default {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
	background: rgba(0, 0, 0, .25);
}
.land-investor-cta-wrapper .copy .button-set a.btn-default:hover {
	background: #bba774;
}
@media (max-width: 1024px) {
	.land-investor-cta-wrapper .copy-container {
		padding: 5px 20px 5px 0;
	}
}
@media (max-width: 499px) {
	.land-investor-cta-wrapper .get-your-copy {
		width: 33%;
	}
	.land-investor-cta-wrapper .recent-magazine-cover-link {
		width: 67%;
		max-width: 67%;
		margin: -10% 0 10%;
	}
	.land-investor-cta-wrapper .copy {
		width: 100%;
		float: none;
	}
	.land-investor-cta-wrapper .copy-container {
		padding: 0;
	}
}

.share-now-cta {
	width: 750px;
	max-width: 100%;
	margin: 0 auto 2rem;
	padding: 10px;
	background-color: #c0ad7a;
}
.share-now-cta .share-now-cta-wrapper {
	padding: 1rem;
	display: flex;
	align-items: center;
	border: 1px solid #8c7745;
}
.share-now-cta .share-now-cta-wrapper > * {
	flex: 50%;
}
.share-now-cta .share-now-cta-wrapper .copy {
	color: #394421;
	font-size: 1.1rem;
	font-weight: 600;
	font-family: "Lora", serif;
}
.share-now-cta .share-now-cta-wrapper .button-set {
	text-align: center;
}
.share-now-cta .share-now-cta-wrapper .button-set .btn-default {
	width: 100%;
	color: #fff;
	background-color: #9f8a51;
}

body.page-id-242 #sidebar .textwidget .adds {
	display: none;
}

.user-area .contact-info {
	float: right;
}
.user-area .contact-info .info {
	float: left;
}
.user-area .tel {
	font-size: 12px;
}
.user-area .contact-info,
.user-area .social-networks {
	margin-top: 5px;
}
.user-area .label {
	color: #877546;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Lora", serif;
	font-weight: bold;
	margin-left: 10px;
}
.user-area .tel {
	color: #ffffff;
}
.social-networks {
	float: right;
}
.social-networks a {
	color: #877546;
}
.social-networks a:hover {
	color: #3d4824;
}
.social-networks .icon-vimeo {
	width: 13px;
	height: 11px;
	background: url(../images/ico-vimeo.png);
}
.social-networks .icon-vimeo:hover {
	background: url(../images/ico-vimeo-hover.png);
}
#sidebar .social-links .icon-vimeo-circled {
	background: url(../images/ico-vimeo-large.png);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-position-y: 0;
	width: 30px;
	height: 27px;
	overflow: hidden;
	display: inline-block;
}
#sidebar .social-links .icon-vimeo-circled:hover {
	background: url(../images/ico-vimeo-large-hover.png);
}
.user-area .newsletter {
	float: right;
}
.user-area .newsletter-button {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Lora", serif;
	font-weight: 700;
	background: #948151;
	padding: 5px 10px 5px 10px;
	height: 30px;
	overflow: hidden;
}
.user-area .newsletter-button:hover {
	background: #414d28;
}
.user-area .newsletter-button .icon {
	background: url(../images/ico-envelope.png);
	width: 13px;
	height: 10px;
	float: left;
	margin: 4px 5px 0 0;
}
@media (max-width: 800px) {
	.nav-area {
		padding: 8px 15px 0 !important;
	}
	.user-area {
		margin-right: 3rem;
	}
	.user-area .newsletter {
		display: none;
	}
}
@media (max-width: 414px) {
	.user-area {
		text-align: left;
	}
	.user-area .newsletter {
		display: none;
	}
	.user-area .contact-info {
		margin-left: 120px;
		float: left;
		width: 100%;
	}
	.user-area .contact-info .info {
		float: none;
	}
	.social-networks {
		margin-top: 0 !important;
	}
	.user-area .tel {
		color: #74623b;
	}
}
@media (max-width: 375px) {
	.user-area .contact-info {
		margin-right: -50px;
	}
	.user-area .contact-info .label {
		display: none;
	}
}
@media (max-width: 320px) {
	.social-networks,
	.user-area .contact-info {
		display: none;
	}
}

.nav-area {
	padding: 40px 29px 0;
}
#nav > li {
	margin: 0 11px 34px 11px;
}

#content {
	padding: 0 35px 0 0 !important;
}

#content h2 {
	color: #3D4422 !important;
	font-weight: normal;
	line-height: 50px;
	margin: 0 0px 25px 0px;
	border-bottom: 1px solid #b59b62;
	width: 100%;
}

#main .container p a:not(.btn-default) {
	color: #b59b62 !important;
	text-decoration: underline !important;
}

.wp #sidebar {
	text-align: center;
}

.home .intro .list a {
	pointer-events: none;
	cursor: default;
}

.home .intro .list a.active,
.home .intro .list a:hover {
	color: #ab996b !important;
}

.cycle-gallery .slide-holder,
.cycle-gallery .caption .opener {
	background: rgba(0, 0, 0, .6) !important;
}
.cycle-gallery .caption .opener .hold {
	padding: 0 20px;
}
.cycle-gallery .caption .caption-details span {
	color: #ffffff;
	font-size: 70%;
}

#gform_wrapper_8 .gform_footer {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.gform_body input {
	margin-left: 3px !important;
	margin-top: 3px !important;
}

.gfield {
	margin-bottom: 20px !important;
}

.gf_simple_horizontal_wrapper {
	margin: 0 !important;
}

.gf_simple_horizontal_wrapper .gform_button {
	margin-top: 7px !important;
}

.validation_error {
	display: none !important;
}

body .gform_wrapper ul li.gfield.hide-label label.gfield_label {
	display: none;
}

@media only screen and (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield.gfield_left,
    .gform_wrapper ul.gform_fields li.gfield.gfield_right {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
    }
}

.gform_wrapper {
	overflow: inherit;
}

.gform_wrapper span.gform_description {
	font-weight: 600 !important;
}

.post-categories .post {
	width: 33% !important;
}

.scrolloff {
	pointer-events: none;
}

.map-block iframe {
	margin: 0;
}

.inquire-form {
	z-index: 999999999;
}

.inquire-form .gfield_html {
	color: #4a5532;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 11px;
	font-family: "Lora", serif;
	text-align: center;
}

.inquire-form .address_country {
	margin-top: 10px;
}

.subscribe {
	bottom: 0px;
	top: auto;
	min-width: 350px;
}

.subscribe-form {
	padding-bottom: 0 !important;
}

.tag.recently-sold,
.tag.under-contract {
	background: #BD7453;
}

.tag.price-reduced,
.tag.pending-re-list,
.tag.sale-pending {
	background: #B5A762;
}

.tab-content .col-holder {
	height: 615px;
}
.tab-content .posts-area .col-holder {
	height: initial;
}

.icon-google-plus {
	background: url(../images/ico-google-plus.png) no-repeat;
	text-indent: -99999px;
	font-size: 12px;
}

.icon-google-plus:hover {
	background: url(../images/ico-google-plus-hover.png) no-repeat;
}

.icon-google-plus:before {
	content: "google plus";
}

@media (max-width: 374px) {
	.subscribe {
		display: none !important;
	}
}

.amount-list li {
	padding: 0 10px 10px 10px;
}
.amount-list > li:first-child {
	width: 50%;
	text-align: right;
}

.search-bar .fields-area {
	width: 23%;
	padding: 15px 0 10px 0;
}
.page-id-48 #searchform .fields-area {
	display: none;
}
.page-id-48 .search-bar .selection-area {
	width: 100%;
}
.search-bar .btn-area {
	width: 80%;
	padding: 0 5px 0 0;
}
.search-bar .separator {
	right: -35px;
	color: #ede8da;
}
.search-bar .selection-area {
	width: 77%;
}
@media (max-width: 800px) {
	.search-bar .selection-area {
		width: 100%;
	}
	.search-bar .fields-area {
		width: 100%;
	}
	.search-bar .btn-submit {
		margin-top: 5px;
	}
}
.search-bar .selection-list {
	width: 45%;
}
.search-bar .separator {
	font-family: "Lora", serif;
	font-size: 13px;
}
.search-bar .separator:before,
.search-bar .separator:after {
	background: #ffffff;
}
.selection-list > li > a {
	padding: 29px 10px 28px 15px;
}
.selection-list > li > a:hover {
	background: #353E1F;
}
.search-bar .field-holder {
	width: 25%;
	float: left;
	padding: 15px 10px 0;
}
.search-bar .btn-submit {
	width: 25%;
	float: left;
}
@media (max-width: 800px) {
	.search-bar .fields-area,
	.search-bar .btn-area,
	.search-bar .selection-list,
	.search-bar .selection-area,
	.search-bar .field-holder,
	.search-bar .btn-submit {
		width: 100%;
	}
	.search-bar .separator {
		right: 0;
	}
	.search-bar .btn-submit {
		padding: 10px 0 10px;
	}
	.dropdown .btn-list {
		margin-left: 0;
	}
}

#searchform .dropdown {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	background-color: #353f1e;
}
.dropdown .col .list li {
	margin: 0 0 0;
	padding: 0 5px 1px;
}
.dropdown label {
	font-weight: 600;
}
.dropdown label:hover, .dropdown label.jcf-label-active {
	color: #ffffff;
	background: #baa677;
}

.socials-list .vimeo {
	padding: 0 0 0 21px;
}
.socials-list .vimeo-icon {
	float: left;
	width: 13px;
	height: 11px;
	background: url(../images/ico-vimeo-footer.png);
	margin-top: 5px;
}

.single-property .amount-list {
	min-width: 350px;
}
.single-property .amount-list li:not(:last-child) {
//	margin-right: 10px;
}
.image-gallery .img-holder img {
	height: 570px;
	width: auto;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder {
	text-align: center;
	color: #fff;
	background-image: url(/wp-content/themes/fayranches/images/bg02.jpg);
	background-size: cover;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder:before {
	content: "";
	position: absolute;
	left: calc(2rem + 9px);
	right: calc(2rem + 9px);
	top: 2rem;
	bottom: 2rem;
	z-index: 1;
	border: 1px solid #c8b27b;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content {
	width: 900px;
	height: 570px;
	max-width: 100%;
	padding: 9rem 2rem 1rem;
	position: relative;
	z-index: 1;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content img.logo {
	width: 55px;
	height: auto;
	margin-bottom: -1.5rem;
	display: inline;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content h3 {
	margin-left: 1em;
	display: inline;
	font-weight: normal;
	text-transform: none;
}
.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content h2 {
	margin: 3rem 0;
	font-weight: normal;
}
@media (max-width: 768px) {
	.image-gallery .img-holder img {
		height: auto;
	}
	.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder:before {
		left: calc(1rem + 9px);
		right: calc(1rem + 9px);
		top: 1rem;
		bottom: 1rem;
	}
	.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content {
		height: auto;
		width: 100%;
		padding: 2rem;
	}
	.single-property .image-gallery .slide.slide-4.brochure-download-card .img-holder .content h2 {
		margin: 2rem 0;
	}
}

.post-categories .post .frame {
	min-width: 200px;
}

.page-template-template-properties-landing .btn-submit,
.page-template-template-properties-type-landing .btn-submit,
.page-template-template-properties-sporting-landing .btn-submit {
	position: absolute;
	right:20px;
	top: 0;
	max-width: 250px;
}
@media (max-width: 900px) {
	.page-template-template-properties-landing .btn-submit,
	.page-template-template-properties-type-landing .btn-submit,
	.page-template-template-properties-sporting-landing .btn-submit {
		position: relative;
		margin-left: 25%;
	}
}

.page-template-template-properties-landing .visual,
.page-template-template-properties-type-landing .visual,
.page-template-template-properties-sporting-landing .visual {
	margin: 0 0 0 !important;
}

.page-template-template-properties-landing .text-holder,
.page-template-template-properties-type-landing .text-holder,
.page-template-template-properties-sporting-landing .text-holder {
	background-color: #E3DAC7;
	margin: 20px 0 40px 0;
}

.page-template-template-properties-landing .text,
.page-template-template-properties-type-landing .text,
.page-template-template-properties-sporting-landing .text {
	padding: 20px 0 20px 0;
	max-width: 1174px;
	margin: 0 auto;
}
body.blog main#main .container #content form.search-form,
body.archive main#main .container #content form.search-form,
body.search main#main .container #content form.search-form {
	display: flex;
	margin: 1rem 0 2rem;
}
body.blog main#main .container #content form.search-form button[type="submit"],
body.archive main#main .container #content form.search-form button[type="submit"],
body.search main#main .container #content form.search-form button[type="submit"] {
	width: 250px;
}
body.blog main#main .featured-block .slick-slider .slick-slide {
	height: initial;
}

.page-template-template-inner #main .container #content .headshot {
	float: left;
	width: 35%;
}
.page-template-template-inner #main .container #content .headshot img {
	max-width: 95%;
	margin: 0 1rem 1rem 0;
}
.page-template-template-inner #main .container #content .person-detail {
	float: left;
	width: 65%;
}
.page-template-template-inner #main .container #content .person-detail .social-networks {
	display: inline-block;
}
.page-template-template-inner #main .container #content #tab-1 .social {
	clear: both;
}
.page-template-template-inner #main .container #content #tab-1 .social h2.heading-social-networks {
	clear: both;
}
.page-template-template-inner #main .container #content .social .email {
	display: inline-block;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-template-template-inner #main .container #content .social .email a {
	color: #b59b62;
	font-weight: 700;
	font-family: "Lora", serif;
	position: relative;
}
.page-template-template-inner #main .container #content #tab-1 .video {
	clear: both;
}
.page-template-template-inner #main .container #content .tabset,
.page-template-template-inner #main .container #content .tabset_nojs {
	margin-bottom: 2rem;
	border: none;
}
.page-template-template-inner #main .container #content .tabset li,
.page-template-template-inner #main .container #content .tabset_nojs li {
	margin-right: 1rem;
	border: none !important;
}
.page-template-template-inner #main .container #content .tabset a.btn-default,
.page-template-template-inner #main .container #content .tabset_nojs a.btn-default {
	padding: 15px 21px 14px;
	letter-spacing: 1px;
}
.page-template-template-inner #main .container #content .tabset a:hover,
.page-template-template-inner #main .container #content .tabset_nojs a:hover {
	color: #ede8da;
	background: #414d28;
	box-shadow: none;
}
.page-template-template-inner #main .container #content .tabset a span,
.page-template-template-inner #main .container #content .tabset_nojs a span {
	padding: 0;
}
.page-template-template-inner #main .container #content .tabset a span:before,
.page-template-template-inner #main .container #content .tabset a span:after,
.page-template-template-inner #main .container #content .tabset_nojs a span:before,
.page-template-template-inner #main .container #content .tabset_nojs a span:after {
	content: initial;
	display: none;
}
.page-template-template-inner #main .container #content .more-details {
	font-size: 14px;
	font-weight: 600;
}
.page-template-template-inner #main .container #content blockquote {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	border: none;
}
.page-template-template-inner #main .container #content .info-col .img-holder img {
	max-width: 400px;
}
@media (min-width: 768px) {
	.page-template-template-inner #main .container #content .more-details {
		width: 48%;
		margin-right: 2%;
		padding-top: 1rem;
		float: left;
	}
	.page-template-template-inner #main .container #content .img-gallery {
		width: 48%;
		margin-left: 2%;
		float: right;
	}
	#searchform .dropdown {
		background-color: rgba(53, 63, 30, 0.95);
	}
}

/* Join Our Team Template */
.info-columns.seeking_regions .columns-holder .holder .info-col .about-block {
	background: url(../images/bg02.jpg);
	background-size: initial;
	background-repeat: repeat;
}
.info-columns.seeking_regions .columns-holder .holder .info-col .about-block .container {
	padding: 3rem 1rem 1rem;
}
.info-columns.seeking_regions .columns-holder .holder .info-col .about-block .container .content {
	margin: 1rem 0;
}
.info-columns.seeking_regions .columns-holder .holder .info-col .about-block .container .button__set {
	margin-bottom: 0;
}
.info-columns.seeking_regions .columns-holder .holder .info-col .about-block .container .button__set .btn-default {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 1024px) {
	.info-columns.seeking_regions .columns-holder .holder .info-col {
		width: 33%;
	}
}
/* Join Our Team Template */

#stOverlay {
	height: 100%;
	width: 100%;
	background-color: #000;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=60);
	opacity: .6;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 89999990
}

.stwrapper {
	z-index: 89999999;
	position: fixed;
	top: 20%;
	left: 50%
}

#stLframe {
	position: absolute;
	z-index: 1000020;
	left: 0;
	top: 0;
	background-color: #ededed;
	border: 1px solid #d5dcdc;
	border-radius: 5px;
	box-shadow: 0 2px 2px #666;
	height: 100%;
	width: 100%
}

.stwrapper.stwrapper5x {
	margin: 0 0 0 -256px;
	height: 419px;
	width: 514px
}

.stwrapper.stwrapper4x {
	margin: 0 0 0 -167px;
	height: 337px;
	width: 334px
}

.stclose {
	cursor: pointer;
	z-index: 2000000;
	position: absolute;
	right: 3px;
	top: -2px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	line-height: 1.0em;
	text-decoration: none;
	cursor: pointer;
	height: 28px;
	width: 26px
}

.stCloseNew2 {
	cursor: pointer;
	z-index: 2000000;
	position: absolute;
	right: 25px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
	width: 30px
}

.stCloseNew {
	background: url("https://ws.sharethis.com/secure5x/images/widget-icons-sprite.png") no-repeat scroll -3px -131px transparent;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 26px;
	top: -10px;
	width: 30px;
	z-index: 2000000
}

.stNativeButton {
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	top: 7px
}

.stNativeButton a {
	text-decoration: none
}

.stFourSquare {
	display: inline-block;
	top: 6px
}

.stGoogleNative {
	top: 20px
}

.stTwitterFollowFrame {
	width: 62px;
	height: 20px;
	*width: 67px;
	*height: 23px
}

.stTwitterFollow {
	top: 0;
	text-decoration: none;
	color: #000;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin: 3px 3px 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	vertical-align: bottom;
	overflow: visible;
	*top: 4px;
	*display: inline
}

.stYoutube {
	top: 9px
}

.stButton .stButton_left {
	background-image: url("https://ws.sharethis.com/images/button_left.gif");
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
	width: 5px;
	line-height: 20px
}

.stButton .stButton_right {
	background-image: url("https://ws.sharethis.com/images/button_right.gif");
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
	width: 5px;
	line-height: 20px
}

.stButton .stButton_gradient {
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 2px;
	font-family: serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	height: 16px;
	background: #efefef
}

.stButton .stBubble+.stButton_gradient {
	min-width: 54px
}

span.stButton span.email,
span.sharethis {
	color: #000
}

.stButton .stButton_gradient:hover {
	background: #d5d5d5
}

.stButton .stButton_gradient2 {
	background-image: url('https://ws.sharethis.com/images/gradient2.gif');
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 60px;
	padding-left: 4px;
	white-space: nowrap
}

.stButton {
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: #000;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 11px;
	line-height: 16px
}

.stButton .stBubble {
	height: 44px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	color: #4d4d4d;
	width: 60px;
	overflow: hidden;
	display: none;
	background: url("https://ws.sharethis.com/secure/images/bubble_arrow_below.png") no-repeat 10px 40px;
	line-height: 16px
}

.stButton .stBubbleSm {
	background-image: url("https://ws.sharethis.com/images/bubble_sm.png");
	width: 30px;
	height: 25px;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 16px
}

.stButton .stBubbleSmHoriz {
	background-image: url("https://ws.sharethis.com/images/bubble_sm_horiz.png");
	width: 36px;
	height: 25px;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 16px;
	position: absolute;
	right: 30px
}

.stButton .stHBubble {
	background: #fff;
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
	z-index: -1;
	*margin-left: 0;
	display: none
}

.stButton .stArrow {
	padding-left: 3px;
	margin-left: -1px;
	background: url("https://ws.sharethis.com/secure/images/bubble_arrow.png") no-repeat 3px 8px;
	line-height: 16px;
	height: 14px;
	display: inline-block;
	*display: inline;
	*padding-left: 6px
}

.stButton .stBubble_count_sm {
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	width: 30px;
	font-family: Verdana, Helvetica, sans-serif
}

.stButton .stBubble_count {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	width: 58px;
	height: 29px;
	font-family: Helvetica, sans-serif;
	color: #555;
	position: relative;
	z-index: -1;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff
}

.stButton .stBubble_count:hover {
	background: #ddd
}

.stButton .stBubble_hcount {
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #555
}

.stButton .chicklets {
	background-repeat: no-repeat;
	background-size: contain;
	-ms-behavior: url("https://ws.sharethis.com/images/2017/backgroundsize.min.htc");
	padding-left: 20px;
	padding-right: 0;
	white-space: nowrap;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	display: inline-block;
	height: 16px;
	width: auto;
	line-height: 16px
}

.stButton .chicklets:hover {
	opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75)
}

.stButton .chicklets2 {
	background: url("https://ws.sharethis.com/secure/images/service-icons-sprite.png") no-repeat scroll right top transparent;
	padding: 0 0 2px 20px;
	white-space: nowrap;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px
}

.stButton .st_fsIcon {
	position: relative;
	top: 1px
}


.stButton .facebook {
	background-image: url("https://ws.sharethis.com/images/2017/facebook_16.png")
}

.stButton .twitter {
	background-image: url("https://ws.sharethis.com/images/2017/twitter_16.png")
}

.stButton .linkedin {
	background-image: url("https://ws.sharethis.com/images/2017/linkedin_16.png")
}

.stButton .email {
	background-image: url("https://ws.sharethis.com/images/2017/email_16.png")
}

.stButton .pinterest {
	background-image: url("https://ws.sharethis.com/images/2017/pinterest_16.png")
}

.stButton .stLarge {
	background-size: cover;
	-ms-behavior: url("https://ws.sharethis.com/images/2017/backgroundsize.min.htc");
	display: inline-block;
	height: 32px;
	width: 32px;
	position: relative
}

.stButton .stHuge {
	display: inline-block;
	height: 64px;
	width: 64px;
	position: relative
}

.stButton .stSmall,
.stButton .stSmall2 {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative
}

.stButton .stSmall2 {
	bottom: 2px
}

.stButton .stLarge:hover {
	opacity: .75;
	background-position: -32px
}

.stButton .stSmall:hover,
.stButton .stSmall:hover {
	opacity: .75;
	background-position: -16px
}

.stButton .stHuge:hover {
	opacity: .75;
	background-position: -64px
}

.stButton .stSmBar {
	display: inline-block;
	height: 16px;
	width: 16px
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
	background-image: url("https://ws.sharethis.com/images/2017/facebook_counter.png");
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url("https://ws.sharethis.com/images/2017/backgroundsize.min.htc");
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
	display: inline-block;
	white-space: nowrap;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px!important;
	min-height: 16px!important;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
	width: auto;
	position: relative
}

.st_email_hcount .stButton .st-email-counter,
.st_facebook_hcount .stButton .st-facebook-counter,
.st_pinterest_hcount .stButton .st-pinterest-counter,
.st_sharethis_hcount .stButton .st-sharethis-counter,
.st_twitter_hcount .stButton .st-twitter-counter {
	height: 16px!important
}

.stButton .st-twitter-counter,
.stButton .st-facebook-counter {
	width: 60px
}

.stButton .st-yahoo-counter,
.stButton .st-linkedin-counter {
	width: 60px
}

.stButton .st-gbuzz-counter,
.stButton .st-google-counter {
	width: 60px
}

.stButton .st-pinterest-counter,
.stButton .st-email-counter {
	width: 60px
}

.stButton .st-sharethis-counter {
	width: 60px
}

.stButton .stMainServices img,
.stButton img {
	border: none!important;
	margin: 0!important;
	z-index: 100000!important;
	background: none!important;
	padding: 0!important;
	float: none!important
}

.stButton .stFb:hover {
	opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75)
}

.stButton .stTwbutton {
	background: url("https://ws.sharethis.com/images/2017/twitter_counter.png");
	background-repeat: no-repeat
}

.stButton .stTwbutton:hover {
	background-position: 0 -23px
}

.stCSSButton {
	border: 1px solid #212121;
	color: white;
	display: inline-block;
	vertical-align: bottom;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	*float: left;
	*line-height: 16px;
	background: #363636;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#868686', GradientType=0);
	background: -moz-linear-gradient(top, #d6d6d6 0, #363636 42%, #868686 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(42%, #363636), color-stop(88%, #868686))
}

.stCSSButton:hover {
	box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px #888;
	border: 1px solid #333;
	background: #545454;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#989898', GradientType=0);
	background: -moz-linear-gradient(top, #dcdcdc 0, #545454 42%, #989898 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(42%, #545454), color-stop(88%, #989898))
}

.stCSSSprite {
	display: inline-block;
	vertical-align: top;
	background: url("https://ws.sharethis.com/secure/images/service-icons-sprite.png") no-repeat;
	height: 16px;
	width: 16px;
	margin: 3px;
	float: left;
	line-height: 16px
}

.stCSSText {
	display: inline-block;
	margin: 3px;
	margin-left: 4px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold
}

.stCSSHBubble {
	vertical-align: top;
	display: inline-block;
	background: #eee;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.stCSSHArrow {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #eee;
	border-bottom: 5px solid transparent;
	position: relative;
	top: -5px;
	left: 1px
}

.stCSSHArrowBorder {
	vertical-align: top;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #bfbfbf;
	border-bottom: 5px solid transparent;
	margin-top: 7px;
	*float: left
}

.stCSSHBubble_count {
	display: inline-block;
	height: 16px;
	margin: 3px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-family: helvetica;
	font-weight: bold;
	color: #555
}

.stCSSVBubble {
	width: 100%;
	*width: 75px
}

.stCSSVArrow {
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: relative;
	top: -7px;
	left: -6px;
	z-index: 5
}

.stCSSVArrowBorder {
	width: 0;
	height: 0;
	border-top: 6px solid #bfbfbf;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: 10px
}

.stCSSVBubble_count {
	font-size: 11px;
	font-family: helvetica;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
	color: #555;
	background: #eee;
	height: 30px;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.st_fblike_fbLong {
	vertical-align: text-top;
	position: relative;
	top: -1px;
	*top: -4px
}

.st_plusone_vcount div {
	margin-right: 5px;
	margin-top: 5px
}

.st_plusone_button div {
	margin-right: 5px
}

.st_linkedinfollow .stLinkedinfollow,
.st_linkedinfollow_button .stLinkedinfollow,
.st_linkedinfollow_buttons .stLinkedinfollow,
.st_linkedinfollow_hcount .stLinkedinfollow {
	top: 6px
}

.st_linkedinfollow_large .stLinkedinfollow {
	top: -2px
}

#stToolPop {
	color: #fff;
	z-index: 99999999!important;
	height: 43px;
	width: 43px;
	background: #01bf01;
	margin: 0;
	box-sizing: content-box
}

#stToolPop a {
	display: block;
	width: 100%;
	height: 100%
}

#stToolPop a:link,
#stToolPop a:visited,
#stToolPop a:hover {
	background: 0;
	color: none
}

#stToolPop span {
	text-indent: -9999px
}

.stToolPop-circular {
	border-radius: 50%;
	border: solid 6px #fff
}

.semiTrans {
	opacity: .8
}

#stToolPop.gray {
	background-color: #47545d
}

.stToolPop-absolute {
	position: absolute
}

.stToolPop-fixed {
	position: fixed
}

#stToolPop_logo {
	vertical-align: top!important
}

.page-template-template-properties-landing main#main .text-holder .text iframe {
	margin: 2rem auto;
	display: block;
}

/*
@media (min-width: 800px) {
	.terms.button-set .term-group {
		width: 23%;
		margin: 0 1% 1rem;
		float: left;
	}
}
*/

.terms.button-set {
	display: flex;
}

.terms.button-set .btn-default.green {
	flex: 1;
	margin: 0 0.5rem 1rem;
	color: #ede8da;
	background: #414d28;
}

.terms.button-set .btn-default.green:first-child {
	margin-left: 0;
}

.terms.button-set .btn-default.green:last-child {
	margin-right: 0;
}

.blog .posts-area .info-col,
.archive .posts-area .info-col,
.page-template-template-inner .posts-area .info-col,
.search .posts-area .info-col {
    width: initial;
    display: initial;
}

.blog .info-col .image,
.archive .info-col .image,
.page-template-template-inner .info-col .image,
.search .info-col .image {
    float: left;
    margin-right: 1rem;
}

.blog .info-col .detail,
.archive .info-col .detail,
.page-template-template-inner .info-col .detail,
.search .info-col .detail {
    width: auto;
}

