/*
	Theme Name: WorkFrom MultiCities
	Theme URI: https://3e214d8d-e30b-4422-9dc2-354aaf2f8f63.p.bardy.io
	Version: 0.0.3
	Author: Workfrom, Inc. (@workfrom)
	Author URI: https://3e214d8d-e30b-4422-9dc2-354aaf2f8f63.p.bardy.io
*/

/* front-end permissions based styling */
.js-hide-premium { display: none; }
.logged-in-only { display: none; }
.logged-in .visible-logged-out,
.logged-in .logged-out-only { display: none; }
.logged-in .visible-logged-in,
.logged-in .logged-in-only { display: block; }

@media screen and (min-width: 767px) {
	.mobile{display:none!important;}
}
@media screen and (max-width: 767px) {
	.mobile-hide{display:none!important;}
}

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: #f9f8f5;
	/*font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;*/
	/*font-family: "Work Sans",sans-serif!important;*/
	font-family: "Graphik", "Helvetica Neue", helvetica, "Apple Color Emoji", arial, sans-serif;
	font-size: 17px;
    line-height: 1.6;
    color: #1d2d35;
    /*color: #1b2d45;*/
	position: relative;
	-webkit-font-smoothing: antialiased;
}
body.page-template-open-letter-php {
	background-color: #FFFEFA;
	color: #5b5b5b;
	font-family: "Courier New", courier, monospace;
	margin: 0 auto;
	padding: 40px 0;
}
body.fixed {
	position: fixed;
	width: 100%;
}
body.modal-open {
    position: static;
}
body.verify,
body.single-userlist,
body.cowork,
body.jobs,
body.credits,
body.history,
body.meetup,
body.add,
body.edit,
body.home,
body.cowork,
body.author,
body.team {
	background-color: #f9f8f5;
}
body.single-place {
	background-color: #fff;
}
body.join,
body.login,
body.getloginlink {
	background-color: #f9f8f5;
}
body.worker {
	background-color: #f9f8f5;
}
body.chat {
	background-color: #fcf8f2;
}
body.home {
	background-color: #fff;
}
body.company {
	background: linear-gradient(to right,#673AB7,#00BCD4);
    color: #fff!important;
    height: auto;
    min-height: 40vh;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
.strike {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	/*vertical-align: bottom;*/
	height: auto;
}
.gm-style img {
	max-width: inherit;
}
a {
	color: #018294;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	text-decoration: none;
	color: #018294;
}
a:focus {
	color: #018294;
	outline:0;
	text-decoration: none;
}

a:active {
	color: #018294;
	outline:0;
}
a.mini-link {
	 font-size: 13px;
	 font-weight: 600;
	 letter-spacing: -1;
}
.white-text {
	color: #fff!important;
}
.dark-link-simple {
	color: #000!important;
}
.dark-link-simple:hover {
	text-decoration: underline!important;
}
.cover-click{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 2;
}
input:focus {
	outline:0;
	border:1px solid #0366d6;
}
input[type=checkbox],
.checkbox input[type=checkbox] {
    margin: 6px 10px 0 5px;
}
.list-group-item input[type=checkbox] {
  margin: 0;
}
.checkbox input[type="checkbox"]:hover,
input[type="checkbox"]:hover {
	cursor: pointer;
}
.btn.temp-disabled, .btn[temp-disabled], fieldset[temp-disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flex {
		display: flex;
}

.flexCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexCenterVert {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center {
	text-align: center;
}

@media (max-width: 567px) {
	.mobile-center {
		text-align: center;
	}
	.join .page-container,
	.login .page-container {
		padding-top: 0;
	}
}

.center img {
	margin-left: auto;
	margin-right: auto;
}
.vcenter {
    display: block;
    align-items: center;
}
.push-right {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.upper {
	text-transform: uppercase;
}
.trademark {
	color: #999;
	font-size: 13px;
}
.strike {
	text-decoration: line-through;
}
.muted {
	color: #ccc;
}
.admin-link {
	color: #EB4043!important;
}
.bold {
	font-weight: 600;
}

.red-text {
	color: #f10b3d;
}

.italic {
	font-style: italic;
}

.subtext {
	font-size: 16px !important;
	font-weight: 200;
}
.attention-border {
	border: 1px solid #000;
}
a.emphasis-link {
	color: #E51937;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #eee;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #eee;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #eee;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #eee;
}
.truncate {
	max-width: 99%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 567px) {
	.truncate {
		max-width: 99%;
	}
}

/* general buttons: up-top in case more specific over-riding needed */
.btn-basic {
	text-decoration: none!important;
}
.btn-tall {
	line-height: 40px;
}
.btn-short {
	line-height: 13px;
}
.btn-tight {
	/*margin: 2px 20px 0 0;*/
    padding: 2px 7px 3px!important;
    font-size: 12px;
    letter-spacing: 0;
}
.btn-skinny {
	padding-left: 10px;
	padding-right: 10px;
}
.btn-blueberry {
	color: #fff;
	background-color: #024766;
	border-color: #024766;
}
.btn-blueberry:hover {
	color: #fff;
	background-color: #055c84;
	border-color: #055c84;
}
.btn-white {
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
}
.btn-white:hover {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}
.btn-yellow {
	color: #000;
	background-color: #F6DA86;
	border: 2px solid #F6DA86;
}
.btn-yellow:hover {
	color: #000;
	background-color: #F6DA86;
	border: 2px solid #000;
}
.btn-dark-steel {
	color: #fff;
	background-color: #00214d;
	border-color: #00214d;
	box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important;
}
.btn-dark-steel:hover {
	background-color: #fff;
	border-color: #00214d;
	color: #00214d;
	box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important;
}
.btn-dark-steel:focus {
	background-color: #fff;
	border-color: #00214d;
	color: #00214d;
	box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important;
}
.btn-cowork {
	color: #14171a;
	background-color: #f7f1eb;
    border-color: #e4dcd5;
}
.btn-cowork:hover {
	color: #14171a;
	background-color: #e4dcd5;
    border-color: #d4cdc7;
}
.btn-greenbean {
	color: #0e6245;
    background-color: #cbf4c9;
	border-color: #cbf4c9;
}
.btn-greenbean:hover {
	color: #0e6245;
	background-color: #b3f1b0;
	border-color: #b3f1b0;
}
.btn-midnight {
	color: #ffffff;
	background-color: #24303e;
	border: none;
}
.btn-midnight:hover {
	color: #ffffff;
	background-color: #000;
	border: none;
}
.btn-no-bg {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #f9f9f9;
}
.btn-no-bg:hover {
    color: #ffffff ;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
.btn-book {
	background-color: #286efa;
	color: white;
	border-color: #286efa;
	color: #fff;
    text-transform: uppercase;
    position: relative;
}
.btn-book:hover {
 	background-color: #254bec;
 	border-color: #254bec;
 	color: white;
}
@media (max-width: 567px) {
	.btn-book {
		width: 100%;
		font-size: 1em;
		padding: 8px 0px;
	}
}
.btn-book.with-cobranding {
 	padding-top: 10px;
    padding-bottom: 20px;
}
.btn-book-on-txt {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.btn-book.btn-outline{
	background-color: transparent;
	color: #286efa;
}
.btn-book.btn-outline:hover{
	background-color: #286efa;
	color: #fff;
}
.btn-goldie {
	color: #6a5701;
	background-color: #ffdc5d;
	border-color: #ffdc5d;
	border:none;
}
.btn-goldie:hover {
	color: #453900;
	background-color: #fbd052;
	border-color: #fbd052;
}
.btn-goldie:focus {
	border: none;
	color: #453900;
	border-color: #fbd052;
}
.btn-redhat {
	border: none;
	color: #fff;
	background-color: #b92b27;
    border-color: #b92b27;
}
.btn-redhat:hover {
	color: #fff;
	background-color: #c11e19;
    border-color: #c11e19;
}
.btn-bumble-bee {
    /*color: #141719;
    background-color: #fed766;*/
    background: #ffc828;
    color: #202124;
    border: none;
}
.btn-bumble-bee:hover {
    color: #141719;
    background-color: #ffd354;
    border: none;
}
.btn-bumble-bee:focus {
	color: #141719;
	border: none;
}
.btn-notify {
	border-radius: 4px;
    transition: all .13s;
    background-color: #fff;
    color: #024867;
    box-shadow: inset 0 -3px 0 0 rgba(15,203,152,0.05);
    border: 1px solid #02a4ef;
    font-weight: 700;
}
.btn-notify:hover {
	color: #024867;
    background-color: #fff;
    border: 1px solid #02374e;
    box-shadow: inset 0 -3px 0 0 rgba(2,164,239,0.1);
}
.btn-bluebird {
	color: #ffffff!important;
	background-color: #5c7cfc;
	border: 1px solid #5c7cfc;
}
.btn-bluebird:hover {
	color: #ffffff!important;
	background-color: #4d6ff7;
}
.btn-premium  {
	color: #00214d!important;
	background-color: #00ebc7!important;
	border-color: #00ebc7!important;
}
.btn-premium:hover {
	background-color: #fff!important;
	border-color: #00214d!important;
	color: #00214d!important;
}
.btn-upgrading {
	color: #fff;
	background-color: #fbbd01;
	border: 1px solid #fbbd01;
}
.btn-upgrading:hover {
	color: #fff;
	background-color: #dea805;
	border: 1px solid #dea805;
}
.btn-yellow-jacket {
    color: #141719;
    background-color: #ffe681fa;
     border: 1px solid #ffe681fa;
}
.btn-sky {
	color: #286dfa;
	background-color: #e8f0ff;
    border: none;
}
.btn-sky:hover {
	color: #286dfa;
	background-color: #cde2ff;
	border: none;
}
.punch{ color: #ff5470!important; }
.grape{ color: #5E7CFC!important; }
.greenie{ color: #00a78d!important; }
.bluebird{ color: #286dfa!important; }
.pop {color: #088b8b!important; }
.blue-genie {color: #286efa!important; }
.btn-stripe {
	display: inline-block;
    position: relative;
    padding: 0 12px;
    height: 33px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.btn-stripe:hover {
	color: #ffffff;
}
.btn-punch {
	color: #ffffff;
	background-color: #cc3c36;
	border-color: #cc3c36;
}
.btn-punch:hover {
	color: #cc3c36;
	background-color: #fff;
	border-color: #cc3c36;
}
.btn-juice {
	color: #ffffff;
	background-color: #f8300b;
	border-color: #f8300b;
}
.btn-juice:hover {
	color: #ffffff;
	background-color: #e72804;
	border-color: #e72804;
}
.btn-ocean,
.btn-primary {
	color: #ffffff;
	background-color: #2901d7;
    border-color: #2901d7;
	border-radius: 5px;
}
.btn-ocean:hover,
.btn-primary:hover {
	color: #ffffff;
	background-color: #4d6ff7;
	border-color: #4d6ff7;
}
.btn-ocean:focus,
.btn-primary:focus {
	color: #ffffff;
	background-color: #4d6ff7;
	border-color: #4d6ff7;
}
.premium .stripe-button-el,
.premium .stripe-button-el span,
.getcredits .stripe-button-el,
.getcredits .stripe-button-el span,
.getcredits .btn-homebase,
.chat .stripe-button-el,
.chat .stripe-button-el span,
.chat .btn-homebase {
	color: #00214d!important;
	background-color: #00ebc7!important;
	background-image: none!important;
	/*background: linear-gradient(to right,#2901d7,#7151ff)!important;*/
	/*padding: 10px 16px!important;*/
    /*font-size: 18px!important;*/
    box-shadow: none!important;
    text-shadow: none!important;
	width: 100%;
	line-height: 4;
    height: 90px;
    font-size: 23px;
}
.premium .stripe-button-el:hover,
.premium .stripe-button-el span:hover,
.getcredits .stripe-button-el:hover,
.getcredits .stripe-button-el span:hover,
.getcredits .btn-homebase:hover,
.chat .stripe-button-el:hover,
.chat .stripe-button-el span:hover,
.chat .btn-homebase:hover {
	background-color: #fff;
	border-color: #00214d;
	color: #00214d;
	border: none!important;
}
.premium .stripe-button-el:focus,
.premium .stripe-button-el span:focus,
.getcredits .stripe-button-el:focus,
.getcredits .stripe-button-el span:focus,
.getcredits .btn-homebase:focus,
.chat .stripe-button-el:focus,
.chat .stripe-button-el span:focus,
.chat .btn-homebase:focus {
	background-color: #fff;
	border-color: #00214d;
	color: #00214d;
	border: none!important;
}
.btn-homebase {
	color: #ffffff!important;
	background: none!important;
	background-color: #5c7cfc!important;
    border: 1px solid #5c7cfc!important;
    /*border-color: #2901d7!important;*/
    font-size: 22px!important;
    height: 63px!important;
    line-height: 63px!important;
    box-shadow: none!important;
    padding: 20px;
	width: 100%;
}
.btn-homebase:hover {
	color: #ffffff;
	background-color: #4d6ff7;
	border-color: #4d6ff7;
}
.btn-homebase:focus {
	color: #ffffff;
	background-color: #4d6ff7;
	border-color: #4d6ff7;
}
.btn-homebase.inline {
	width: auto!important;
}
.btn-highlight {
	color: #d40935!important;
	background-color: #fff!important;
	border-color: #d40935!important;
	border-radius: 5px;
	white-space: normal;
}
.btn-highlight:hover {
	color: #f10b3d!important;
    background-color: #fff!important;
	border-color: #f10b3d!important;
}
.btn-highlight:focus {
	color: #f10b3d!important;
	border-color: #f10b3d!important;
}
.btn-muted {
	color: #303549;
    background-color: #fff;
    border: 1px solid #241c45;
}
.btn-muted:hover {
	color: #303549;
    background-color: #fff;
}
.btn-muted:focus {
	color: #303549;
	color: #81817e;
}
.btn-muted:active {
	color: #303549;
	box-shadow: none;
}
.btn-gray,
.btn-gray:focus {
	background-color: #F4F3F0;
	border-color: #d2d2d2!important;
	color: #14171a;
}
.btn-gray:hover {
  	background-color: #d2d2d2;
  	color: #14171a;
}
.btn-outline {
	background-color: #fff;
    background-image: none;
    border: 1px solid #1b1f2333;
    color: #0366d6;
}
.btn-outline:hover {
	background-color: #0366d6;
    background-image: none;
    border-color: #0366d6;
    color: #fff;
}
.btn-search {
	background: #fff;
    border: 1px solid #d1d1d5;
    border-radius: 2px;
/*    color: #006aff;*/
    font-weight: 700;
    height: 100%;
    outline: none;
    overflow: hidden;
    padding: 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-search:hover {
    border: 1px solid #26313f!important;
    box-shadow: none;
    color: #fff!important;
    background-color: #26313f;

}
.btn-search:focus {
	border: 1px solid #F4F3F0;
    color: #006aff;
}
.top-nav-links a.btn-midnight {
	color: #fff!important;
	line-height: 13px!important;
	padding: 7px 20px!important;
	transition: all .2s ease-in-out;
}

.top-nav-links a.btn-midnight:hover {
	color: #fff!important;
}
.btn-inline-full {
	display: block;
	width: 100%;
}
.btn-inline-half {
	display: inline-block;
	min-width: 49%;
}
.btn-inline-third {
	display: inline-block;
	min-width: 33%;
}
.show-btn-on-hover .btn{
	display: none;
}
.show-btn-on-hover:hover .btn{
	display: inline;
}
.btn-overlay {
  background: rgba(200, 200, 200, 0.55);
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.hero-overlay-btn{
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font: inherit;
	font-size: 20px;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.05em;
	margin: 0;
	overflow: hidden;
	padding: 4px 15px;
	position: relative;
	text-overflow: ellipsis;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.hero-overlay-btn:hover {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.hero-overlay-btn:focus {
	color: #fff;
	text-decoration: none;
}

.single-btn-wrapper {
	margin: 0px 0px 15px 5px;
}

/*------------------------------------*\
    @HEADINGS
\*------------------------------------*/
#wf-mapview-map .single-location-block-heading {
	display: none;
    padding: 14px 15px 10px 50px;
}
.single-location-block-heading {
    font-size: 13px;
    color: #8a8a8a;
    font-weight: bold;
}
.single-location-block-heading a,
.single-location-block-heading .popover-content {
	font-weight: normal;
}
.headline-divider {
	margin: 25px auto;
	background: #FFF;
	float: none;
	height: 6px;
	width: 25%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.block-headline {
	color: #31AE6F;
	font-family: 'Arvo', serif;
	font-size: 30px;
	font-weight: bold;
}
.feature-heading,
.page-heading {
	font-weight: bold;
}
.feature-heading {
	font-size: 25px;
	margin-top: 1em;
}
h1.page-heading.large-page-heading {
	margin: 0 30px;
	padding-bottom: 17px;
}
.feature-heading.small,
.page-heading.small {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	margin: 15px 0 5px;
}
.page-subheading {
	font-size: 18px;
	color: #777;
	margin-top: 8px;
}
.feature-heading.small.first {
	margin-top: 0;
}
.feature-subheading {
	color: #575B61;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: .5em;
}

/*------------------------------------*\
    @STRUCTURE
\*------------------------------------*/
/* wordpress core */
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 10px 20px;
}
a img.alignnone {
	margin:5px 20px 10px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/* workfrom custom */
.content-block {
	padding: 10px 0 0;
}
.content-block.first {
	padding-top: 60px;
}
.content-block.no-pad
	padding-top: 0;
}
.content-block.homepage-feature {
	padding: 0 0 40px;
}

/*------------------------------------*\
    @HEADER WRAPPER FOOTER
\*------------------------------------*/

/* header + wrapper */
.fade-header-wrap {
	opacity: 0;
}
header.header {
	position: fixed;
	z-index: 3;
	width: 100vw;
	height: 65px;
	padding-top: 10px;
	background-color: #14171a;
	/*border-bottom: 1px solid #dbdbdb;*/
}
.home header.header {
	border-bottom: none;
/*	background-color: #fff;*/
	z-index: 2;
	position: absolute;
}
.author header.header {
    position: fixed;
    z-index: 3;
    width: 100vw;
    height: 65px;
    padding-top: 10px;
    /*background-color: #2a01d7;
    border-bottom: 1px solid #2a01d7;*/
}
.perks header.header {
    position: fixed;
    z-index: 3;
    width: 100vw;
    height: 65px;
    padding-top: 10px;
    /* background-color: #ffc828; */
    /* border-bottom: 1px solid #ffc828; */
}
.premium header.header {
    position: fixed;
    z-index: 3;
    width: 100vw;
    height: 65px;
    padding-top: 10px;
    background-color: #14171a!important;
    border-bottom: 1px solid #14171a;
}
.chat header.header,
.premium header.header,
.upgrade_now header.header {
	border-bottom: none;
	background-color: #fcf8f2;
	/*background: linear-gradient(to right,#191c22,#191c22);*/
	z-index: 2;
	position: absolute;
}
.search-results header.header {
	border-bottom: none;
	box-shadow: 1px 0px 12px 0px rgba(120, 120, 120, 0.2);
	-webkit-box-shadow: 1px 0px 12px 0px rgba(120, 120, 120, 0.2);
	-moz-box-shadow: 1px 0px 12px 0px rgba(120, 120, 120, 0.2);
}
.wrapper {
  /* margin here is for the header */
  padding-top: 45px;
/*  min-height: 90vh;*/
  /*margin-bottom: 65px;*/
  position: relative;
}
.edit .wrapper {
	margin-bottom: 65px;
}
.home-page .wrapper {
  margin-bottom: 0;
}
.join .wrapper,
.login .wrapper {
	max-width: 1170px;
    margin: 20px auto 0;
    padding-top: 15px;
}
.wrapper.single {
	margin-bottom: -55px;
}
.single-userlist .wrapper.single {
	margin-bottom: 0;
}

@media screen and (min-width:767px){
	.nav.fixedNav {
	  position: fixed;
	  top: 65px;
	  z-index: 997;
	  width: 100vw;
	  border-top: none;
	}
}
@media screen and (max-width: 767px) {
	header.header.withFixedNav,
	header.header {
		position: fixed;
		margin-top: 0;
		height: 55px;
		right: 0;
		left: 0;
		top: 0;
		justify-content: space-between;
		background-color: #14171a;
	}
	header.header.withFixedNav.withTopSiteAlert,
	header.header.withTopSiteAlert{
		margin-top: 60px;
	}
	.wrapper {
		padding-top: 50px;
		/*padding: 7px;*/
	}
	.join .wrapper {
		padding-top: 15px;
		/*padding: 7px;*/
	}
	.edit .wrapper {
		margin-top: 40px;
		/*padding: 7px;*/
	}
	#mobile-header {
		padding: 0 10px;
		margin-top: -5px;
	}
	#mobile-header a {
		/*color: #484848 !important;*/
	}
	#mobile-header .avatar {
		box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.06) 0px 2px 12px;
	    display: block;
	    background-color: #fff;
	    border: 2px solid #fff;
	    border-radius: 100%;
	    margin: 0 auto;
	    transition-property: all;
	    transition-duration: 0.5s;
	    height: 32px;
	    width: 32px;
	    padding: 2px;
	    max-height: 32px!important;
	}
	#mobile-header .btn.mobile {
		    color: #767676;
    		font-size: 20px;
	}
	#mobile-header-container {
		display: flex;
    	justify-content: space-between;
    	align-items: center;
    	height: 42px; /* for ie */
    }
    #mobile-header-container .logo { margin-top: 6px; }
	body.home { margin-top: 0; }
	.mobile-menu-link { display: inline-block; font-size: 14px; font-weight: normal; color: #555; }
	body.home .mobile-menu-link { color: #fff; }
}
#mobile-header a {
	/*color: #484848 !important;*/
	font-weight: bold;
}
/* remove padding on pages w/no header - sadly, no style in body tag for pages w/no header */
.wrapper.full-view,
.login .wrapper,
.join .wrapper,
.signup .wrapper,
.getloginlink .wrapper,
.wrapper.homepage {
	margin-top: 0;
}
header .nav {
	padding-left: 0px;
    padding-right: 0px;
    height: 55px;
}
/* for embedded views in mobile app */
body.noheader .wrapper {
	margin-top: 0;
}
body.noheader .nav.fixedNav {
	top: 0;
}
body.noheader #sub-nav-wrapper, body.noheader #sub-nav {
	margin-top: 0;
}
.jsCheckinSomewhere:hover { cursor: pointer; }

/* footer */
.social-media-footer {
	font-size: 13px;
	line-height: 15px;
	padding: 0 5px;
	text-align: center;
}
.footer {
	/*background-color: #fff;*/
	background-color: #14171a;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	/*margin-top: 100px;*/
	padding: 100px 20px;
}
.single-place .footer {
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.footer {
	    height: auto;
	    position: inherit;
	}
}
.footer-bar {
	line-height: 1.3;
	margin-top: 30px;
	padding: 0 0 140px;
}
.footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 5px 0;
}
.footer p {
	font-weight: 500;
}
.footer .footer-group-wrap a,
.footer-bar a {
	color: #fff;
	/*font-weight: 500;*/
	text-decoration: underline;
}
.footer-link-list a {
	/*color: #fff;*/
	display: inline-block;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.footer-link-list small {
	color: #757166;
}
.footer .content-header {
	font-weight: 800;
	margin: 20px 0;
}
.footer .footer-group-wrap {
	line-height: 30px;
	/*font-size: 15px;*/
}
.footer .copyright {
	font-weight: normal;
	font-size: 13px;
}
.footer-featured-sponsor-wrapper {
	background-color: #fff;
	border-top: 1px solid #EEE;
	padding: 50px 0;
	text-align: center;
}
.grey-scale img,
.footer-featured-sponsor-wrapper img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  width: 120px;
}
.footer-featured-sponsor-wrapper ul {
	text-align: center;
	list-style-type: none;
	padding: 0 0 0 0;
}
.footer-featured-sponsor-wrapper li {
    display:inline-block;
    zoom:1; /* hasLayout ie7 trigger */
	width: 150px;
}
.grey-scale img,
.footer-featured-sponsor-wrapper img {
	color: rgba(0,0,0,.5);
	opacity: .5;
}
.dark-link {
	color: #000000d6;
	background-image: linear-gradient(to bottom,#000000ad 100%,#0000 50%);
	background-repeat: repeat-x;
	background-size: 2px .1em;
	background-position: 0 1.07em;
}
.dark-link:hover,
.dark-link:active,
.dark-link:focus  {
	color: #000000d6;
}
.dark-link-simple {
	color: #000000d6;
	font-weight: 400;
	/*font-size: 15px;*/
	background-repeat: repeat-x;
	background-size: 2px .1em;
	background-position: 0 1.07em;
}
/*------------------------------------*\
    @NAVIGATION
\*------------------------------------*/

#mobile-header-container .logo img,
.full-header .js-show-pull-out-menu img {
	margin-left: 5px;
	height: 32px;
	width: 32px;
}
.full-header .js-show-pull-out-menu img {
	margin-top: 5px;
}
#mobile-header-container .divider {
	border-top: 1px solid #5b5d61;
}

/* tab navigation */
.standard-sub-page-nav {
	padding: 10px 5px 10px;
	margin-bottom: 0;
	list-style-type: none;
}
.standard-sub-page-nav h1 {
	font-size: 18px;
    margin-top: 0;
    margin-left: 2px;

}
.standard-sub-page-nav ul {
	border-bottom: none;
	padding: 0 0 0 2px;
	margin-bottom: 5px;
}
.standard-sub-page-nav li {
	border: 3px solid transparent;
    border-radius: 10px;
	display: inline;
	margin: 0 20px 0 0;
    color: #000;
    line-height: 1;
    padding: 0 15px 5px;
}
.standard-sub-page-nav li li {
	display: inherit;
	margin: 0 30px 0 0;
}
.standard-sub-page-nav li.active {
    border: 3px solid #5E7CFC;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    border-radius: 10px;
    color: #000}
.standard-sub-page-nav li.active a.standard-sub-nav-item {
	color: #000;
}
.standard-sub-page-nav li a.standard-sub-nav-item {
	color: #6e6e6e;
	font-weight: bold;
	/*font-size: 14px;*/
}
.tab-menu-wrap {
	/*background-color: #f9f7f5;
	border-right: 1px solid #dbdbdb;*/
	/*background: linear-gradient(to right,#1e1f27,#1f2026);*/
	max-width: 250px;
}
.tab-menu-item-wrap {
	/*border-left: 3px solid transparent;*/
	flex-grow: 1;
}
.tab-menu-item-wrap .avatar {
	width: 32px;
}
.tab-navigation .section-divider, #ui-overlay-menu .section-divider {
	border-top: 1px solid #273140;
	margin-top: 10%;
	margin-bottom: 10px;
}
.tab-menu-item-wrap i {
	color: #94a1b282!important;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 10px;
	width: 16px;
}
.tab-menu-item-wrap i.fa-lock {
	font-size: 10px;
}
.active .tab-nav-menu-item i {
    color: #fff;
}
#ui-overlay-menu .tab-menu-item-wrap a.btn {
	color: #fff!important;
    padding: 5px 10px!important;
    border-radius: 3px;
}
#ui-overlay-menu .tab-menu-item-wrap {
	padding: 2px 5px 2px 21px;
}
#ui-overlay-menu .tab-menu-item-wrap h4 {
    color: #fff!important;
}
.tab-menu-item-wrap.active {
    /*border-left: 3px solid #5d7cfc;*/
}
.tab-menu-item-wrap:hover {
    /*border-left: 3px solid #5d7cfc;*/
}
.tab-nav-menu-item {
	font-size: 13px;
    font-weight: 500;
}

/* main navigation layout */
/*.divider {
	border-top: 1px solid #5b5d61;
}*/
a.logo {
	color: #565656;
}
.top-nav-links {
	/*color: #b5b5b5;*/
	/*margin: 0 auto;*/
	/*text-align: right;*/
}
.top-nav-links a.top-nav-link-item,
#mobile-header a.top-nav-link-item  {
	cursor: pointer;
	display: inline-block;
	transition: all .2s linear;
	/*color: #6f6f6f;*/
    font-size: 17px;
    text-align: center;
    padding: 11px 7px 0;
    -webkit-tap-highlight-color: #0000;
    letter-spacing: inherit;
    /*font-weight: 500;*/
    color: #fff;
    /*font-size: 14px;*/
    font-weight: 500;
}
#mobile-header a.top-nav-link-item  {
    padding-top: 0;
}
.top-nav-links a.top-nav-link-item:first-child{
	margin-left: 0;
}
.nav .em {
    height: 1.25em;
    width: 1.25em;
    margin-right: 5px;
    margin-bottom: 5px;
}
.member-menu {
	margin-top: 6px;
	margin-right: 5px;
}
.member-menu .fa-bell {
	color: #6e6e6e;
}
/* pull out nav */
#ui-overlay-menu {
	/*background-color: #f9f8f5;*/
	background-color: #14171a;
    display: none;
    /*left: 0;*/
    opacity: 0;
    padding-top: 10px;
    position: fixed;
    right: 0;
    z-index: 9999;
    height: 100vh;
    width: 275px;
    top: 0;
}
@media (max-width: 567px) {
	#ui-overlay-menu {
	    width: 80vw;
	    top: 0;
	    /* box-shadow: 0px 2px 2px 0px rgb(246, 247, 248); */
	}
	/*.tab-nav-menu-item {
		font-size: 11px;
	    font-weight: bold;
	    text-transform: uppercase;
	}*/
}
#ui-overlay-menu ul {
	list-style: none;
	overflow: scroll;
    height: 100vh;
    padding-bottom: 50px;
    /*padding-left: 33px;
    padding-top: 10px;*/
    z-index: 999;
}
#uiNavAccount a,
#uiNavAccount i {
	cursor: pointer;
}
#ui-overlay-menu ul li {
	margin: 3px 0;
}
#ui-overlay-menu ul li.divider {
	border-top: 1px solid #bdbdbd69;
}
#ui-overlay-menu ul li {
	color: #ffffff;
	display: block;
    font-size: 15px;
    font-weight: 800;
}
#ui-overlay-menu ul li .section-head {
	color: #afa8a1;
	margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 12px;
}
#ui-overlay-menu ul li a {
	color: #000;
    /*padding: 15px 0;*/
    text-align: left;
    /*display: block;*/
}
#ui-overlay-menu ul li a.child-menu-item {
	font-size: 14px;
    font-weight: 700;
    padding-top:  0;
    /*margin-left: 26px;*/
    text-align: left;
    display: block;
}
#ui-overlay-menu ul li i {
	color: #bdbdbdad;
    margin-right: 13px;
    text-align: center;
    width: 16px;
}
/* account menu */

#uiNavAccount .main-menu-heading {
	background-color: #eee;
	color: #484848;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px 5px 8px 10px;
}
#uiNavAccount .avatar {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.06) 0px 2px 12px;
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    /*margin: 0 auto;*/
    transition-property: all;
    transition-duration: 0.5s;
    height: 32px;
    width: 32px;
    padding: 2px;
    max-height: 32px!important;
}
#ui-overlay-menu .avatar {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.06) 0px 2px 12px;
    display: inline-block;
    background-color: #fff;
    /*border: 2px solid #fff;*/
    border-radius: 46%;
    transition-property: all;
    transition-duration: 0.5s;
    height: 64px;
    width: 64px;
    margin-bottom: 5px;
    padding: 2px;
    max-height: 64px!important;
}
#uiNavAccount .avatar {
	float: left;
}
#uiNavAc
#uiNavAccount .caret {
	color: #555555;
	margin: -22px 0 0 6px;
}
#uiNavAccount .dropdown-menu .divider { margin: 6px 0; }
#uiNavAccount .dropdown-menu .divider.last { margin-bottom: 0; }

/* subnavs layout */

#sub-nav-wrapper,
#sub-nav, header.header {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
#sub-nav {
    background-color: #fcfcfc;
    text-align: center;
}
#sub-nav .list-group {
	margin-bottom: 0;
	border-bottom: none;
}
#sub-nav .container {
  display: inline-block;
  min-height: 60px;
}
#sub-nav .list-group-item {
	display: inline-block;
	border: none;
	background-color: transparent;
	text-transform: capitalize;
	padding: 15px 4%;
    font-size: 13px;
	letter-spacing: .2px;
    z-index: inherit;
	transition: all .2s linear;
	border-bottom: 3px solid transparent;
}

#sub-nav .under-menu,
#sub-nav h2 { display: none; }
@media only screen and (min-width:767px) {
  #sub-nav-wrapper,
  body.withTopSiteAlert #sub-nav { margin-top: 7px; }
  #sub-nav .container {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  min-height: 60px;
  }
  #sub-nav .list-group-item {
  	padding: 5px 2%;
  }
}

/* link colors + hover/active states */

.member-menu .dropdown a {
	color: #565656;
}
.top-nav-links a:hover,
#sub-nav .list-group-item:hover {
	cursor: pointer;
}
.worker #uiNavAccount .caret,
.top-nav-links a:hover,
#sub-nav .list-group-item:hover,
.page-template-page-business header .active-business,
.ambassadors header .active-community,
.page-template-page-chat header .active-community,
.page-template-page-ambassadors header .active-community,
.overview .active-business,
.editorial header .active-editorial,
#sub-nav .container .active,
.chat #sub-nav .chat-tab,
.faq #sub-nav .faq-tab,
.overview #sub-nav .overview-tab,
.partner #sub-nav .partner-tab,
.promote #sub-nav .promote-tab,
.verify #sub-nav .claim-tab,
.ambassadors #sub-nav .ambassadors-tab,
.events #sub-nav .events-tab,
.community #sub-nav .community-tab,
.pioneer-application #sub-nav .apply-tab,
.host-meetup #sub-nav .host-tab {
  text-decoration: none;
}
#sub-nav .list-group-item:hover,
#sub-nav .container .active,
.faq #sub-nav .faq-tab,
.chat #sub-nav .chat-tab,
.overview #sub-nav .overview-tab,
.partner #sub-nav .partner-tab,
.promote #sub-nav .promote-tab,
.verify #sub-nav .claim-tab,
.ambassadors #sub-nav .ambassadors-tab,
.events #sub-nav .events-tab,
.community #sub-nav .community-tab,
.pioneer-application #sub-nav .apply-tab,
.host-meetup #sub-nav .host-tab {
	color: #222;
    font-weight: bold;
}
.top-nav-links a:active,
.top-nav-links a:focus {
	text-decoration: none;
}
.home .top-nav-links .dropdown-menu a{
	color: #565656;
	border-bottom: none;
}
.home .top-nav-links .dropdown-menu a:hover{
	color: #000;
	border-bottom: none;
}
header a.btn-signin {
	border: solid 2px rgba(230, 35, 64, 0.8);
	background-color: rgba(230, 35, 64, 0.8);
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	line-height: 16px;
	font-size: 15px;
	margin-top: 0;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	transition: all .2s linear;
}
header a.btn-signin span {
	font-size: 13px;
	font-weight: normal;
}
header a.btn-signin:hover {
	background-color: rgba(255,255,255, 1);
	border: solid 2px rgba(230, 35, 64, 1);
	color: rgba(230, 35, 64, 0.8);
}
/*@media only screen and (min-width:990px) {
	.top-nav-links a {
		font-size: 13px;
		font-weight: 500;
	}
}*/

/*----------------------------------------------------*\
    @login + register
\*----------------------------------------------------*/

.slim-container {
	border-radius: 3px;
	margin: 0 auto;
	min-height: 400px;
	max-width: 440px;
}
.slim-container .register-form{
	margin: 0 -40px;
	padding: 0 0;
	width: 460px;
}
.gateway .tab-content {
	background-color: #fff;
	border-radius: 10px;
    padding: 10px 25px 3px;
}
.gateway .nav-tabs>li { font-size: 15px; }
.gateway h1 {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 50px;
}
.gateway h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
}
.gateway .callout {
	font-weight: 500;
}
.gateway-center {
	margin: 0 auto;

}
.login {
	/* plugin override */
	margin-bottom: 20px;
	padding: 0;
}
.nav-tabs.login-tabs>li {
    width: 50%;
    text-align: center;
}
.nav-tabs.login-tabs>li a {
	border: none;
	font-size: 14px;
	line-height: 1;
}
.nav-tabs.login-tabs {
	border: none;
	font-weight: 600;
}
.nav-tabs.login-tabs>li a {
	border: none;
	color: #999;
	margin: 0;
}
.nav-tabs.login-tabs>li.active a,
.nav-tabs.login-tabs>li a.active:hover,
.nav-tabs.login-tabs>li a.active:focus {
	color: #222;
	background-color: #fff;
	border: none;
}
.gateway-form {
	font-weight: 400;
}
.gateway-form label {
	font-size: 16px;
}
.gateway-form input[type="text"],
.gateway-form input[type="password"] {
	font-size: 16px;
	height: 35px;
	box-shadow: inset 0 1px 2px rgb(208, 228, 243);
    background-color: #E3F2FD;
}
.gateway-form .form-control:focus {
	background-color: #E3F2FD!important;
    border-color: #4dabf7;
    outline: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5);*/
}
.gateway p.error,
.admin-form p.error {
	padding: 10px;
	background-color: #FFFBFA;
	color: #DA1717;
	font-size: 16px;
}
p.error{
	color: #DA1717;
}
.page p.message,
.gateway p.message,
.admin-form p.message {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 3px solid #00D326;
	background-color: #fff;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
}
.login-logo {
	margin: 10px 0 0;
}

/*------------------------------------*\
    @PROFILES + AMBASSADORS
\*------------------------------------*/
.profile-text-block {
	padding-top: 50px;
}
.js-edit-user-avatar {
	display: none;
	padding: 5px;
    border-bottom: 1px solid #dbdbdb;
    /*background-color: #F4F3F0;*/
    margin-bottom: 10px;
}
.js-edit-user-avatar.active {
	display: block;
}
#simple-local-avatar-photo img.avatar {
	margin-bottom: 10px;
	width: 90px;
}
#oa_social_link, .oneall_social_link {
	display: none;
}
.author .wrapper {
	margin-bottom: 0;
}
.social-icons-wrap a {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.profile-extras-top-nav {
	font-size: 15px;
}
@media (max-width: 567px) {
	.profile-extras-top-nav {
		margin-top: 10px;
	}
}
.profile-contributions-card {
	color: #62615c;
	font-family: sans-serif;
	font-weight: 400;
	/*margin-top: -10px;*/
}
.profile-contributions-card a,
.profile-contributions-card span {
	color: #62615c;
	font-size: 16px;
	padding: 0 15px 10px;
    display: inline-block;
}
.profile-contributions-card strong {
	color: #262627;
	display: block;
	font-size: 20px;
	font-weight: 500!important;
}

#theme-my-login .container { width: 100%; }
#theme-my-login .submitdelete {height: 31px; padding: 4px 8px; font-size: 12px; font-weight: normal;}
p.question { font-weight: bold; margin-bottom: 0;}
p.answer { margin-top: 0; }
.verified-list-wrap {
	font-weight: bold;
	margin-bottom: 20px;
}
.verified-list-item {
	font-weight: normal;
	margin-bottom: 5px;
}
.profile .fyi, .ambassadors .fyi { font-size: 15px; padding: 0 0 0 15px; color: #6C7A89;}
#pass-strength-result { display: none; }
#password .indicator-hint { margin-top: -50px; }
ul.member-stats-list-sm,
ul.member-stats-list {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}
ul.member-stats-list-sm li,
ul.member-stats-list li {
	display: inline-block;
	width: 49%;
	font-size: 15px;
}
ul.member-stats-list-sm {
	margin: 6px 0 0;
}
ul.member-stats-list-sm li {
	font-size: 15px;
	margin-right: 0;
}
ul.member-stats-list-sm li::before {
	content: "|";
	padding-right: 5px;
    padding-left: 5px;
}
ul.member-stats-list-sm li:first-of-type::before {
	content: "";
	padding-right: 0;
    padding-left: 0;
}
.remove-city-icon {
	color: #8f8f8f;
    display: block;
    margin-top: 8px
}
.remove-city-icon:hover {
	color: #111;
}
.profile-header-row .inner-content {
	align-items: center;
}

.profile-header-row .badge-container {
	flex: 2;
	display: flex;
}

.profile-header-row .avatar {
	/*box-shadow: 1px 1px 3px rgba(0,0,0,.2);*/
	height: 120px;
    width: 120px;
}
.profile-about-row {
	margin-bottom: 20px;
}
.profile-recommendations-row,
.profile-stories-row {
	margin-top: 15px;
}
.profile-stories-row .related {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  display: table;
  padding: 20px 0;
}

.pro-tip-list {
	line-height: 25px;
}

.pro-tip-list li {
	margin-bottom: 15px;
}

.profile-activity-column {
	margin-top: 20px;
}
.grid-view .location-title-featured.truncate-title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 120px;
	white-space: nowrap;
	text-align: center;
	margin-left: 15px;
}
.profile-text-block {
	/*font-size: 16px;*/
	margin-bottom: 20px;
}
.profile-text-block label {
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 567px) {
	.profile-contributions-card {
		margin-top: 0;
	}
}
.profile-text-block h4 {
	font-size: 16px;
}
.profile-text-block p {
	font-size: 20px;
    line-height: 1.3!important;
    margin-bottom: 0;
    padding: 0;
}
.profile-text-block ul {
	list-style: none;
	padding-left: 0;
}
.profile-section-header {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.member-badge-wrap {
	margin-top: 10px;
}
.member-badge {
	display: inline-block;
	width: 85px;
}

.member-badge:first-child {
	margin-right: 10px;
}

@media (max-width: 997px) {
	.profile-header-row .inner-content {
		flex-direction: column;
	}
	.profile-header-row .avatar-container {
		margin-right: 0px !important;
		padding: 20px;
	}
	.profile-info {
		border-right: none;
		margin: 20px 0px;
		margin-right: 0px;
	}
	ul.member-stats-list {
		margin-top: 0px;
	}
	ul.member-stats-list li {
		margin: 8px;
	}
	.public-profile {
		padding: 0px 40px;
	}
	.member-badge:first-child {
		margin-right: 0px !important;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 990px) {
	.img-responsive.member-badge {
    display: block;
    height: auto;
    max-width: 30%;
	}
}
.see-more-profile-link {
	font-size: 12px;
	letter-spacing: 2px;
}
.profile-heading-icon {
	color: #E0E0E0;
	font-size: 16px;
}
.public-profile {
	margin-bottom: 140px;
}
.public-profile .breadcrumb {
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 14px;
}
.public-profile .breadcrumb a {
	color: rgba(0,0,0,.7);
}
.breadcrumb li.pull-right:before{
	content: "";
}
.breadcrumb li .btn{
	font-size: 12px;
    margin-top: -4px;
}
.user-alert .btn {
    font-size: 10px;
    margin-top: -4px;
    padding: 5px 10px;
}
.member-title {
	/*padding-bottom: 15px;*/
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}
.member-title a {
	color: #000;
	font-weight: 700;
}
.member-title a.btn {
	color: inherit;
	/*margin-left: 5px;*/
}
.membership-modal .social-icons {
	display: inline-block;
	margin: 0 10px 0 0;
}
.profile-header-row {
	/*background-color: #fff;*/
	/*color: #1b2d45;*/
    padding-bottom: 350px;
}
.single-ambassador .profile-header-row {
    padding-top: 100px;
}
.avatar-container {
	width: 100%;
    height: 29vh;
    position: relative;
    background-color: #fff;
}
@media (min-width: 520px) {
	.avatar-container {
	    height: 45vh;
	}
}
@media (min-width: 997px) {
	.avatar-container {
	    height: 26vh;
	}
}
.avatar-wrap {
	height: 12vh;
    position: relative;
    max-width: 970px;
}
.avatar-stacked {
	margin-left: -10px;
}
.profile-member-avatar {
	/*background-color: white;*/
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.06) 0px 2px 12px;
    width: 128px;
    height: 129px;
    /*position: absolute;
    bottom: -100px;
    left: 1.5rem;*/
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    display: block;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 10vh auto 0;
    transition-property: all;
    transition-duration: 0.5s;
}
.profile-member-avatar-large {
	background-color: white;
    /*display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
}
.btn-profile-link {
	width:95px;
	background-color: #F8F7EE;
	border-radius: 2px;
	margin-top: 95px;
	border:none;
}
.profile-fav.glyphicon-heart {
    font-size: 1.2em;
}
.single-location .js-favorites-icon {
	cursor: pointer;
}
.single-location .js-favorites-icon:hover {
	color: #4ac803;
}
.single-location .js-favorites-icon.saved {
	color: #4ac803;
}
.member-since{
	display: block;
	font-size: 20px;
	margin-top: 80px;
}
.member-third-party-links .icons { margin-left: 6px; }
.member-edit-profile-btn {
	margin-top: 5px;
}
.member-share-own-profile-btn {
	margin-top: 60px;
}

.inner-pad {
	padding: 0 20px;
}
.fav-place .btn{
	position: absolute;
	right: 20px;
	top: 25%;
}
/*.fav-place:hover .btn{
	display: inline;
}*/
@media (max-width: 567px) {
	.fav-place .btn{
		top: 12px;
	}
}
.favorite-group{
	margin-top: 25px;
	overflow: hidden;
}
.favorite-group .list-group-item {
	background-color: transparent;
	border: none;
	padding: 10px 0;
}
#wf-list-filters {
	font-size: 16px;
	line-height: 1.4;
	display: table;
}
#how-to-fav-gif {
	margin-top: 15px;
}
.grid-view .card .meta {
	background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 50%,rgba(15, 20, 31, 0.39) 100%);
    background-image: linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 50%,rgba(15, 20, 31, 0.39) 100%);
    position: absolute;
    line-height: 100%;
    right: 0px;
    left: 0px;
    bottom:0px;
    height: 100px;
    font-size: 14px;
    font-weight: 600;
}
.grid-view .location-title-featured {
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    line-height: 1.2em;
    right: 0px;
    left: 0px;
    bottom: 10px;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
}
.see-all {
	font-size: 15px;
	font-weight: bold;
	/*padding-top: 45px;*/
	text-decoration: none;
}
/*------------------------------------*\
    @ICONS
\*------------------------------------*/
.rating-icon-group {
	color: #999;
	font-weight: 500;
	margin-left: 5px;
}
.rating-icon-group-large {
	color: #999;
	font-size: 20px;
}
.rating-icon-group i,
.rating-icon-group-large i {
	margin: 0 2px;
}
.rating-icon-label {
	font-size: 13px;
	font-weight: 400;
	text-transform: inherit;
}
.rating-icon-group .active,
.rating-icon-group-large .active {
	color: #f10b3d;
}
.workability-rating .fa {
	color: #f21b4b;
	font-size: 40px;
}
.glyphicon.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}
.glyphicon.favorites-icon-in-card {
	color: rgba(255, 255, 255, 0.49);
	transition: color 0.3s;
	font-size: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: inherit;
	z-index: 2;
	cursor: pointer;
	display: none;
}

.favorites-icon-in-card.active,
.article-inner-wrap.feature-location:hover .glyphicon.favorites-icon-in-card,
.favorites-icon-in-card:hover {
	color: #f50057;
	transition: color 0.3s;
}
.article-inner-wrap:hover .favorites-icon-in-card {
	color: #fff;
	opacity: 1;
}
.location-meta .default-label {
	font-size: 11px;
	color: rgb(0, 33, 42);
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 500;
	display: inline;
}
.location-meta .dedicated {
	/*font-size: 11px;*/
	color: rgb(158, 29, 29);
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 500;
	display: inline;
}
/*.location-meta p,
.city-insights-roll p {
	font-weight: 100;
}*/
.favorites-icon.active,
.favorites-icon:hover {
	color: #fff;
	opacity: 0.8;

}
.favorites-icon-single-listing {
	color: #B4B4B4;
	transition: color 0.3s;
	font-size: 20px;
	/* position: absolute;
	/* right: 10px; */
	/* top: 10px; */
	margin-left: 10px;
	z-index: 2;
	cursor: pointer;
	width: 24px!important;
}
.favorites-icon-single-listing.active,
.favorites-icon-single-listing:hover {
	color: #B4B4B4;
	opacity: 0.8;
}
.favorites-icon-single-listing.active,
.favorites-icon-single-listing:hover {
	color: #B4B4B4;
	opacity: 0.8;
}
.fa.workfrom {
	background-image: url(/static/img/icons/workfrom-icon-196.png);
	width: 16px; height: 16px;
    background-size: 16px 16px;
	display: inline-block;
}

/*------------------------------------*\
    @SEARCH INPUTS + HEROS
\*------------------------------------*/
.hero-search-wrap {
  position: absolute;
  bottom: 35%;
  z-index: 2;
}
.modal-search-wrap {
  margin: 0 0 10px;
}
.autocomplete-suggestions {
	background-color: #f8f8f6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
	border-bottom: 15px solid #fff;
	color: #666;
	cursor: default;
	font-size: 16px;
	left: 46px;
	right: 0;
	overflow: auto;
	text-align: left;
}
.nav-search-form-container {
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.autocomplete-suggestion, .autocomplete-extra-suggestion {
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	font-size: 16px;
    color: #000;
    line-height: 30px;
	padding: 10px 15px 10px;
	width: auto;
	white-space: nowrap;
}
.autocomplete-suggestion br {
  display: none;
}
.autocomplete-selected {
	background-color: #fcfcfc;
	cursor: inherit;
}
.autocomplete-suggestions strong {
	color: #222;
}
.autocomplete-suggestions a, .autocomplete-extra-suggestion a, .autocomplete-extra-suggestion a strong {
	color: #999;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}
#autocompletePlace {
	display: none;
}

.autocomplete-suggestions { border-bottom: none; }
.autocomplete-suggestion {
   /* background-image: url(/assets/img/Workfrom_Icon.png);
    background-position: 9px 16px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 34px;*/
    cursor: pointer;
}

.search-dropdown > li {
	color: #767676;
	cursor: pointer;
	padding: 10px 15px;
}
.search-dropdown > li:hover {
	background-color: #FFF;
	color: #43ADDA;
	text-decoration: none;
}
/* hero + nav w/hero */
#jsHero {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  transition: 1s;
	-webkit-font-smoothing: antialiased;
	position: relative;
	text-align: center;
	z-index: 1;
	height: 50vw;
	min-height: 380px;
}
.editorialHero {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  transition: 1s;
	-webkit-font-smoothing: antialiased;
	position: relative;
	text-align: center;
	z-index: 1;
	height: 30vw;
	min-height: 380px;
	max-height: 600px;
}
.dimmer,
.hero-overlay-dark-layer {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hero-overlay a, .hero-overlay-dark-layer {`
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
#jsHeroContent {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 47%;
	margin-top: -40px;
}
#jsHeroContent h1 {
	color: #263238;
	font-size: 2.5vw;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-weight: 900;*/
	line-height: 100%;
}
#jsHeroContent .hero-subheading, .hero-feature h2 {
	color: #fcfcfc;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 15px;
}
#jsHero .btn-default {
	color: #666;
}
#jsHero p {
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	text-shadow: 0 1px 60px #000;
}
.no-left-border {
	border-left: none;
}
.no-right-border {
	border-right: none;
}
#homeSearchForm.row {
	margin-left: 0;
	margin-right: 0;
}
#homeSearchForm .dropdown-menu,
#navSearchForm .dropdown-menu {
	left: 10px;
    right: 10px;
	margin-top: -2px;
}
#homeSearchForm .dropdown-menu > li > a,
#navSearchForm .dropdown-menu > li > a {
	color: #222;
    font-size: 16px;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: solid 1px #f1f1f1;
    cursor: pointer;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}
#homeSearchForm .dropdown-menu > li > a:hover,
#navSearchForm .dropdown-menu > li > a:hover {
	background-color: #fcfcfc;
}

/* Styles above are for both search-listing.php and search-form-large.php */

.search-listings-container {
	background-color: white;
	/*padding-bottom: 10px;
	margin-bottom: 10px;*/
}

.search-listings {
	/*padding: 25px 25px 25px 4px;*/
}

.page-template-default.search-listings, .page-template.search-listings {
	padding: 0px;
}

@media only screen and (max-width:600px) {
	.search-mobile {
		width: 100%;
		padding: 25px 5px 25px 25px!important;
	}
}

.search-listings #jsAutoCompleteModalSearchWrapper .form-control {
	background-color: #fff;
	/*color: #000:;*/
	border: 1px solid #72778b!important;
	/*font-weight: bold;*/
	font-size: 16px;
}

.pac-container {
    margin-top: -2px;
    margin-left: 1px;
    z-index: 2000;
		background-color: rgb(252, 252, 252);
}
.pac-icon {
	display: none;
}
.pac-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pac-item-query {
	font-weight: normal;
	font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
	color: rgb(34, 34, 34);
}
#jsNavSearchReset {
	position: absolute;
	top: 10px;
	right: 118px;
}
#homeSearchForm .input-group, #navSearchForm .input-group{
	align-content: center;
	width: 100%;
}
#homeSearchForm .input-group-addon, #navSearchForm .input-group-addon{
  background-color: rgba(255,255,255,.95);
  border-right: none;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #333;
  outline: none;
  padding: 0px 10px;
}
#homeSearchForm .form-control {
	border: 0.5px solid #e0e0e0;
	border-radius: 3px;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	font-weight: 500;
	margin: 0 10px 0 0;
	outline: none;
	padding: 0 0 0 15px;
	border-radius: 3px;
	height: 35px;
}
#homeSearchForm .form-control:focus {
	border: 1px solid #0f6eff;
}
#homeSearchForm #jsAutoCompletePlaceWrapper {
	margin-bottom: 9px;
}
.input-group input#jsAutoCompleteSearchCity {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#homeSearchForm button, #navSearchForm button {
/*	color: #006aff;*/
	cursor: pointer;
	background-color: transparent;
	border: none;
}
#homeSearchForm button:focus, #navSearchForm button:focus {
	outline: none;
}
#navSearchForm button {
    padding: 3px 10px;
}
#homeSearchForm button {
	top: 0;
    right: 10px;
}
#homeSearchForm button.dropdown {
	bottom: 15px;
	position: absolute;
	right: 25px;
}
#jsSearchCloseBtn,
#jsToggleSearchBtn,
#jsSearchBtn {
	background-color: #fff;
	border: none;
	height: 40px;
    margin: 0;
    position: absolute;
    right: 105px;
}
#navSearchForm button .glyphicon {
	padding: 20px 0;
}
#jsToggleSearchBtn:focus,
#jsSearchBtn:focus {
	outline: none;
}
#navSearchForm #jsSearchCloseBtn {
  right: 82px;
  top: 3px;
  color: #999;
  font-weight: 300;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 25px;
  z-index: 100;
}
@media only screen and (min-width:1300px) {
	#navSearchForm #jsSearchCloseBtn{ right: 140px; }
	#navSearchForm #jsToggleSearchBtn { right: 120px; }
	header .nav {
		/*padding-left: 10px;
    	padding-right: 10px;*/
	}
}
@media only screen and (min-width:1600px) {
	#navSearchForm #jsSearchCloseBtn{ right: 152px; }
	#navSearchForm #jsToggleSearchBtn { right: 280px; }
	}
}

#navSearchForm button.dropdown {
	top: 5px;
    right: 15px;
    position: absolute;
}
#navSearchForm .form-control {
	background-color: #fff;
	border: 1px solid #e1e1e3;
	border-radius: 3px;
	box-shadow: none;
	margin: 0;
	outline: none;
	font: normal 15px "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}
#jsSearchLabel { display: none; }
#jsNavSearchBar #jsSearchLabel {
	display: block;
    position: absolute;
    top: 21px;
    right: 35px;
	color: #656565;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 15px;
}
#homeSearchForm .xs-input-row {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
    position: relative;
    border-radius: 2px;
}
#homeSearchForm .form, #navSearchForm .form { padding-left: 0; }

#slideInSearchWrap {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
/* closed by default */
#slideInSearchInputs {
	background-color: #fff;
	position: absolute;
	width: 0%;
	right: 16%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	padding-top: 15px;
	top: 0;
	height: 64px;
	z-index: 1;
}
#slideInSearchInputs .col-slim {
	visibility: hidden;
	margin-right: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-header:hover #slideInSearchWrap.open #slideInSearchInputs {
	width: 35%;
	box-shadow: -3px 0px 3px rgba(0,0,0,.1);
}
.full-header:hover #slideInSearchWrap.open #jsSearchCloseBtn {
	color: #E51937;
}

#jsNavSearchBar:hover #slideInSearchWrap.open #slideInSearchInputs,
#slideInSearchWrap.open #slideInSearchInputs {
	width: 65%;
	box-shadow: none;
}
#slideInSearchWrap.open #slideInSearchInputs .col-slim {
	visibility: visible;
}
#homeSearchForm button#jsSearchCloseBtn,
#slideInSearchWrap button#jsSearchCloseBtn,
#slideInSearchWrap button#jsSearchBtn {
	visibility: hidden;
}
#slideInSearchWrap button#jsToggleSearchBtn {
	visibility: visible;
}
#slideInSearchWrap.open button#jsSearchCloseBtn,
#slideInSearchWrap.open button#jsSearchBtn {
	visibility: visible;
}
#slideInSearchWrap.open button#jsSearchCloseBtn.pulse {
  font-size: 24px;
  top: -7px;
}

#slideInSearchWrap.open button#jsSearchBtn {
	right: -35px;
	top: 5px;
	padding: 0 30px;
}
#slideInSearchWrap.open button#jsToggleSearchBtn {
	visibility: hidden;
}
.darkplaceholder::-webkit-input-placeholder {
   color: #555;
}
.darkplaceholder:-moz-placeholder { /* Firefox 18- */
   color: #555;
}
.darkplaceholder::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
}
.darkplaceholder:-ms-input-placeholder {
   color: #555;
}

.sectionHero.editorial {
  height: 500px;
}
@media only screen and (max-width:1200px) {
  #jsNavSearchBar #jsSearchLabel{
  	display: none!important;
  }
}
@media screen and (min-width:767px) {
	#homeSearchForm button {
		bottom: 7px;
    	right: 25px;
	}
}
@media screen and (min-width: 990px) {
	#homeSearchForm .xs-input-row { width: 50%; margin: 5px 0; }
}
/* sizing for "do great work, anywhere" */
@media screen and (max-width: 990px) {
	#jsHeroContent h1 {
		font-size: 7vw;
	}
}
@media only screen and (max-width:767px) {
  #homeSearchForm {
    margin-bottom: 0;
  }
	#jsHeroContent h1 {
		font-size: 6vw;
	}
}
@media screen and (max-width: 480px) {
	#jsHeroContent h1 {
		font-size: 7vw;
		padding: 0 20px;
	}
	#nearAddon {
		padding: 6px 10.5px;
	}
	#findInput {
		padding-bottom: 30px;
	}
}
.full-header {
	display: flex;
	justify-content: space-between;
	width: 100vw;
}
#jsAutoCompleteSearchCity {
	padding-left: 7px;
}
#homeSearchForm #jsAutoCompleteSearchCity {
	padding-right: 41px;
}
#navSearchForm #s:focus,
input#jsAutoCompletePlace:focus,
input#jsAutoCompleteSearchCity:focus {
	border-color: rgba(255, 170, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 170, 0, 0.2);
    outline: 0 none;
}
.list-heading {
	color: #c41200;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
.list-heading.feature {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}
.list-cta-button {
	margin-top: 10px;
}
.page-break-block {
	padding: 20px 0 0 20px;
}
.item-line-block {
	padding: 0 0 20px;
}
.item-line-list-link {
	display: inline;
	padding-right: 20px;
}
.item-line-list-link a {
	font-size: 13px;
	font-weight: bolder;
}
#breadcrumbs {
	color: #A2A2A2;
}
.git-tip-icon {
	margin-bottom: -2px;
}

/*------------------------------------*\
    @CTAs
\*------------------------------------*/
.need-to-know-block {
	/*background-color: #000c;*/
    /* background-color: #2901d7; */
    /*background-color: #fffbdd;*/
    background-color: #f1f8ff;
    border: 1px solid #1b1f2326;
    color: #024766;
    font-size: 16px;
    line-height: 17px;
    padding: 15px;
    text-align: left;
}
.footer-callout {
	/*background-color: #000c;*/
    /* background-color: #2901d7; */
    /*background-color: #fffbdd;*/
    background-color: #f1f8ff;
    border-top: 1px solid #1b1f2326;
    bottom: 0;
    color: #024766;
    height: 60px;
    font-size: 16px;
    line-height: 17px;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    z-index: 3;
}
.footer-callout a.js-close-footer-callout {
	color: #999;
	margin-top: 0;
	font-weight: bold;
	font-size: 20px;
}
.footer-callout a.js-close-footer-callout:after {
	content: "×";
}
.footer-callout p {
	padding-top: 8px;
}
.callout{
    border: solid 1px #ccc;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 10px;
}
.callout-signup.c2,
.callout-signup {
  margin: 50px 0;
}

.callout-signup .signup-btn {
	margin-top: 25px;
	transition: all .3s linear;
}

.callout-signup h3 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: normal;
}
.callout-signup p {
  font-size: 20px;
  font-weight: 400;
}
.page-container .callout-signup p {
	margin-bottom: 0;
}

@media only screen and (max-width:768px) {
  .callout-signup .flexCenter { display: block; text-align: center; }
}

.action-square {
	background-color: #fff;
	min-height: 50px;
	margin: 0 0 20px;
	padding: 20px;
}
.callout-emphasis-block {
	background-color: rgba(39, 39, 39, 0.81);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 30px 20px;
}
.callout-heading {
	font-size: 25px;
	font-weight: 600;
}
.call-to-action-footer {
	background-color: #F53934;
	/*background-color: rgba(245, 57, 52, 0.94);*/
	background-color: rgba(229, 25, 55, 0.94);
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 17px;
	font-family: 'Arvo', serif;
	position: fixed;
	width: 100%;
	z-index: 1001;
}
.call-to-action-footer-inner-wrap {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 80px 30px 30px;
	position: relative;
}
.call-to-action-footer-inner-wrap, .call-to-action-footer-inner-wrap  a {
	color: #fff;
	text-decoration: none;
}
.call-to-action-footer-inner-wrap a:hover {
	color: #fff;
	text-decoration: none;
}
.call-to-action-footer-inner-wrap span {
	text-decoration: underline;
}
.close-bar {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 40px;
	text-decoration: none;
	top: 20px;
	z-index: 2;
}
.member-card {
	border-left: 2px solid #eee;
	font-size: 15px;
	margin-bottom: 50px;
	padding-left: 20px;
}

/*-------------------------------------------*\
    @PLACES / LISTINGS
    inc. displayed on homes, search & single
\*------------------------------------------*/
.listing-secondary-col {
	/*overflow: hidden;*/
	padding-left: 15px;
}
@media (max-width: 567px) {
	.listing-secondary-col {
		margin-top: 0;
		padding-left: 5px;
	}
	.listing-secondary-col .btn-search {
		margin-top: 5px;
	}
}
#js-wifi-network-name {
	word-wrap: break-word;
}
#ui-photo-bar { padding: 10px 100px 0 5px; position: relative; background: #fff; width: 100%; margin-top: 15px; min-height: 90px; }
#ui-photo-bar .uploaded-photo { width: 100px; min-height: auto; overflow: hidden; display: inline-block; margin: 0 5px 10px; }
#ui-upload-fail { font-size: 14px; }
/*input.int { width: 75px!important; }*/
#ui-upload-button button { padding-top: 45px; color: #fff; background: transparent; border: none; position: absolute; right: 0; top: 0; height: 180px; width: 180px; }
#ui-upload-button .ui-upload-text { text-align: center; /*width: 180px;*/ position: absolute; right: 10px; top: 10px; font-size: 14px;}
#ui-upload-button .ui-upload-text .glyphicon {font-size: 32px; }
.place-badge { color: #FA9E25; }
.listing-alert {
	max-width: 768px;
    color: #fff;
    background-color: #3c4257;
    border-radius: 4px;
    /* box-shadow: 0 7px 14px 0 rgba(60,66,87, .12), 0 3px 6px 0 rgba(0,0,0, .12); */
    transition: all 0.5s;
    pointer-events: all;
    margin: 0 auto 25px;
    padding: 5px;
    overflow-wrap: break-word;
}
.listing-alert.verify {
	background-color: #FA0;
	color: white;
	font-weight: bold;
	padding: 5px 25px;
	text-transform: uppercase;
	letter-spacing: .7px;
	border: 1px solid #FA0;
	/*border-radius: 5px;*/
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}
.listing-alert.warning {
	color: #f10a3c!important;
    background-color: #fff!important;
    background: none;
    border: 1px solid #e1e4e8;
    font-size: 14px;
    font-weight: 400;
}
.listing-alert a {
	color: #fff;
    font-weight: bold!important;
    text-decoration: underline;
}

@media (max-width: 567px) {
	.listing-alert.verify {
		padding: 5px;
	}
}

.listing-alert.verify p {
	margin: 0px;
}

.label-danger {
	border: 1px solid #fff;
	font-size: 11px;
    padding: 5px;
    background-color: #f40037;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 0;
}
.label-must-see {
	font-size: 14px;
    padding: 30px 30px;
    /*box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);*/
    background: linear-gradient(to right,#F44336,#FF5722);
    color: #fff;
    border-radius: 0;
}
.label-light {
    border: 1px solid #d2d2d2;
    color: #111;
    background-color: #fbfaf8;
}
.partner-network-block {
	background-color: #111;
	display: none;
    padding: 30px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.partner-network-block img {
	max-width: 100px;
}
@media (max-width: 567px) {
	.listings-partner-callout {
		top: 55px;
	}
	.partner-network-block {
		flex-direction: column;
		padding: 15px;
	}
	.partner-cell {
		padding: 0px !important;
	}
	.partner-cell.text {
		width: 80%;
		text-align: center;
	}
	.partner-cell img {
		height: 40px;
	}
}

.single .magazine-list-container {
	background-color: white;
}
#wf-related-content .partner-network-block {
	background-color: transparent;
}
#wf-mapview-container {
	position: relative;
}
#wf-mapview-container .listings-partner-description-block {
	border: none;
	background-color: transparent;
	margin-bottom: 0;
}
#wf-mapview-container #wf-related-content.listings-partner-description{
	font-size: 13px;
}
.partner-cell {
	color: #fff;
    padding: 5px 0 5px 10px;
}
.partner-cell .img-responsive {
    max-height: 56px;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
		max-width: 120px;
}
.partner-cell a {
	color: #fff;
}
.js-photo-action-btns {
    display: none;
     position: absolute;
    right: 20px;
    bottom: 28px;
    zoom: 1;
    z-index: 2;
}
.information-well {
	min-height: 20px;
	padding: 19px;
	/*border-top: 3px solid #EB4043;*/
	border-bottom: 3px solid #EB4043;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.owner-approve-button {
	min-height: 40px;
	padding: 0;
	text-align: center;
	font-weight: 300;
	color: #E0393E;
	font-size: 13px;
	margin-bottom: 20px;
}
.owner-approve-button small{
	margin-left: -20px;
	margin-right: -20px;
}

.local-meta-block {
	margin: 0 0 5px;
/*    color: #020202;*/
}
.local-meta-block .btn {
	margin: 0 0 5px;
}
.contact-meta-data {
	margin-bottom: 15px;
}
.report-this-space {
	padding: 5px 10px 5px 0;
}

.workfrom-hours {
	font-size: 18px;
}
.amenity-block {
    margin-bottom: 20px;
    margin-top: 25px;
}
.amenity-cards .wifi-block {
	height: 100%;
}
.sticky-fixed {
  position: fixed;
  top: 10px;
  right: auto;
}
/*.sticky-listing-column-logged-out {
	padding-top: 20px;
} */
#stickyListingColumn.sticky-fixed {
  padding-top: 62px;
  width: 33.33333333333333%;
  z-index: 1;
}
@media (min-width: 1197px) {
	.card-wrapper {
		display: flex;
		border: 1px solid transparent;
	}
	.card-wrapper > * {
		flex: 1;
	}
	.card-wrapper .info-card {
		height: 80%;
	}
}
.action-btn-full-radius {
	background-color: #fff;
	cursor: pointer;
    border-radius: 100%;
    border: 1px solid #d3d8de;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important;
    padding: 5px 13px 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.action-btn-full-radius .fa {
	font-size: 17px;
	color: #252729;
}
.action-btn-full-radius.saved .fa {
	color: #252729;
}
.info-card {
	background-color: #fff;
	/*border: 1px solid #f5f5f5;*/
	border: 1px solid #e1e4e8!important;
	border-radius: 5px !important;
	/*box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important;*/
	/*box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07)!important;*/
	/*box-shadow: 0 3px 6px rgba(0,0,0,.05)!important;*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.07)!important;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 20px;
    margin-bottom: 16px;
	transition: all ease-in-out .2s;
}
.info-card:hover {
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07)!important;
}
.info-card-cowork {
	background-color: #1e1f28;
    border: 1px solid #e4dcd5;
    border-radius: 10px !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07)!important;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 15px 25px 20px;
    margin-bottom: 16px;
	transition: all ease-in-out .2s;
}
.info-card.full-image-card {
	padding: 0;
}
.info-card-temp.even-spacing {
	/* margin: 16px 16px 16px 0; */
	min-height: 222px;
}

@media (max-width: 750px) {
	.info-card-temp.even-spacing {
		min-height: auto;
	}
}

.info-card.credits {
	background-color: #fff;
    /*color: #5E7CFC!important;*/
}
.single-place .info-card {
	border: none;
}
.single-place #stickyListingColumn .info-card {
	margin-bottom: 0;
	padding-bottom: 20;
}
.home-page .info-card {
	border: none;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0 !important;*/
	margin: 0 4px 16px;
}
.info-card.gateway {
	background-color: #fff;
	/*border: 3px solid #000!important;*/
	max-width: 333px;
    padding: 5px;
}
@media (max-width: 567px) {
	.info-card-temp.even-spacing {
		margin: 16px 0;
	}
	.info-card.gateway {
		padding: 0 0 20px;
		border: none;
		box-shadow: none!important;
	}
	#stickyListingColumn {
	     padding-top: 0;
	}
	.sticky-fixed {
		position: inherit;
		top: 0;
		right: auto;
	}
	#stickyListingColumn.sticky-fixed {
		margin-top: -10px;
    	padding-top: 0;
    }
}
.info-card.highlighted {
	background-color: #242f3e;
	border: 10px solid #242f3e!important;
	opacity: 1;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	transform-style: preserve-3d;
}
.info-card.perk {
	background-color: transparent;
    /* border: 1px solid #242f3e!important; */
		/* background-color: #242f3e; */
		/* color: #fff; */
		box-shadow: none;
    opacity: 1;
    font-weight: normal;
    line-height: 1.2;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.info-card.hue-blue {
	background-color: #0bcfd2;
	border: 3px solid #2d334a!important;
	/*color: #00214d;*/
    opacity: 1;
    font-weight: normal;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.info-card.hue-green {
	background-color: #00ebc7;
	color: #2d334a;
	border: 3px solid #2d334a!important;
    opacity: 1;
    font-weight: normal;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.info-card.hue-yellow {
	background-color: #ffd803;
	border: 3px solid #2d334a!important;
	color: #2d334a;
    opacity: 1;
    font-weight: normal;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.info-card.big-border {
	border: 3px solid #000!important;
	font-size: 24px;
	line-height: 1.3;
}
.info-card-basic {
	background-color: #fff;
    box-sizing: border-box;
    display: block;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 5px 10px 10px;
    margin-bottom: 8px;
}
.info-card-tight {
	box-sizing: border-box;
    display: block;
    background: #fff;
    /*border-radius: 3px;*/
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 0;
    margin-bottom: 5px;
	/*transition: all ease-in-out .2s;*/
}
.info-card-tight.promoted {
	border: .5px solid #286efa;
	box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}
.info-card-tight .article-inner-wrap {
    border-radius: 3px 0 0 3px;
}
.info-card-tight .location-meta.grid-item-featured {
    padding: 10px 10px 8px 8px;
}
.dashboard .nav-pills>li.active>a,
.dashboard .nav-pills>li.active>a:hover,
.dashboard .nav-pills>li.active>a:focus {
    background: none;
    color: #222;
    display: inline-block;
}
.info-card-prompt {
	border: 1px solid #e0e0e0!important;
	position: fixed;
	top: 10px;
	right: 40px;
	background-color: #fff;
	padding-right: 30px;
	width: 250px;
	z-index: 3;
	display: none;
}
@media (max-width: 567px) {
	.info-card-prompt {
		bottom: 10px;
		top: auto;
	}
	.single-place .info-card {
		margin-bottom: 6px!important;
	    padding: 10px;
	}
	.info-card.full-image-card {
		padding: 0;
	}
}
.info-card-temp {
    background-color: #e6ecf0;
    box-sizing: border-box;
    display: block;
    border: 1px solid #e6ecf0!important;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 10px 17px 10px;
    margin-bottom: 5px;
}
.info-card-bw {
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    border: 1px solid #333!important;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 10px 17px 10px;
    margin-bottom: 5px;
}
.info-card-flash {
    /*background-color: #fffde7;*/
    background-color: #F4F3F0;
    color: #2F3034;
    border: 1px solid #e0e0de!important;
    box-sizing: border-box;
    display: block;
    border: none;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 5px 5px 8px 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.info-card-simple {
    background-color: #e4e4e4;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-clip: padding-box;
    padding: 5px 5px 7px 20px;
    margin-bottom: 20px;
}
.info-card:hover {
	box-shadow: inset 0 1px 2px rgb(208, 228, 243);
    /*background-color: #f9f8f5;*/
}
.card-shadow {
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07)!important;
    /*background-color: #f9f8f5;*/
}
.info-card .listing-place-card {
	margin: 0 0 10px;
}
.info-card-block-content {
	padding: 2% 2% 5%;
}
.info-card .popover-content {
	font-size: 13px;
	text-transform: inherit;
	line-height: 15px!important;
}
.info-card .list-group.no-borders {
	padding-top: 10px;
}
.info-card .list-group.no-borders .list-group-item {
	border: none;
	padding: 15px;
    /*height: 90px;*/
    background-color: #f4f4f2;
    line-height: 1.7;
}
.info-card .list-group {
	margin-bottom: 0;
}
.info-card.w-title {
	border: none;
	margin-bottom: 0;
	padding: 0;
}
.info-card.w-title:hover {
	box-shadow: none;
}
.info-card .title {
	font-size: 20px;
	margin: 0;
}
.featured-deal-card-details {
	min-height: 400px;
}
.feature-amenity-label {
    color: #141719;
    margin: 2px 0 0px;
}
.feature-amenity-label .title-label {
    font-weight: 500;
    color: #14171a;
}
.feature-amenity-label-large {
	font-size: 40px;
    font-weight: 500;
    color: #002433;
    line-height: 30px;
}
.feature-amenity-label-large small {
	font-size: 25px;
}
.feature-amenity-label .badge-full {
	background-color: #fff;
	border-radius: 8px;
    color: #141719;
    display: inline-block;
    line-height: 1;
	margin: 0 5px 5px 0;
	padding: 5px 5px 8px;
	text-align: left;
}
.feature-amenity-label .badge-full.fast {
	background-color: #fff;
    border: 1px solid #c1c9d280;
    color: #4CAF50;
}
.feature-amenity-label .badge-full.average {
	background-color: #fff;
    border: 1px solid #c1c9d280;
    color: #424242;
    font-weight: 700;
}
.feature-amenity-label .badge-full.slow {
	background-color: #fff;
    border: 1px solid #c1c9d280;
	color: #f57c00;
    font-weight: 700;
}
.location-aminity-card i.fa,
.location-aminity-card .glyphicon {
	color: #bbb;
	font-size: 20px;
	margin-bottom: 3px;
}
.location-aminity-card small i.fa { font-size: 16px; }
.location-aminity-card .wifi-speed {
	color: #002433;
	font-size: 18px;
	font-weight: 600;
}
.location-aminity-card .download.wifi-speed.not-rated,
.location-aminity-card .upload.wifi-speed.not-rated {
	font-size: 16px;
}
.location-aminity-card .breadcrumb {
	background-color: #fcfcfc;
	margin: 10px 0;
}
.location-aminity-card {
	cursor: default;
	font-size: 14px;
	text-align: center;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.location-aminity-card .amenity-label {
	color: #767676;
	display: block;
}
.location-aminity-card.clockedin-block .amenity-label {
	line-height: 100%;
}

.location-aminity-card.original-scout {
    padding: 18px 10px 0;
}
.location-aminity-card-deals {
	padding: 10px;
	text-align: center;
}
.location-aminity-card .password-cell { padding-top: 30px; }
.location-aminity-card img {
	height: 32px;
	margin: -1px auto 0;
	opacity: 0.4;
	width: 32px;
}
.btn.btn-wifi {
    white-space: normal;
    padding: 6px 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		line-height: 40px;
}

@media (max-width: 990px) {
	.btn.btn-wifi {
		line-height: 20px;
	}
}

.btn-wifi:active {
	color: #565656
}

@media (max-width: 567px) {
	.btn.btn-wifi {
		height: 40px;
	}
}

.btn-wifi .fa-wifi {
	margin-right: 10px;
}
.single-location-paragraph {
	margin: 0 40px;
	padding: 20px 0;
}
.single-location-primary-column {
	margin-top: 18px;
	position: relative;
}
.single-location-primary-column.logged-out {
	margin-top: 18px;
}
@media (max-width: 567px) {
	.single-location-primary-column {
		margin-top: 0;
	}
	.single-location-primary-column.logged-out {
		margin-top: 0;
	}
}
.single-location-primary-column h1.location-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
    padding: 0 10px 0 0;
/*    width: 100%;*/
}
.single-location-primary-column h1.location-title sup {
	font-size: 14px;
	font-weight: bold;
}
.responsive-image-wrap .add-photos-block {
	padding-top: 200px;
	text-align: center;
	width: 100%;
}
.responsive-image-wrap img.missing {
	width: 400px;
    margin: 0 51px;
    opacity: .2;
}
.js-add-photo-click-wrap i.fa-camera-retro {
	color: #ddd;
	font-size: 200px;
	margin-top: 20px;
}
.responsive-image-wrap .right {
	flex-direction: column;
	align-content: center;
	text-align: center;
}
.responsive-image-wrap .right i.fa-camera-retro {
	font-size: 80px;
	padding: 20px;
}
#imgOverlayAddPhotos,
form#updatePlaceByScoutForm > button {
  border-color: #f10b3d;
  color: #f10b3d;
  background-color: white;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.location-basic-info-wrap {
	padding-left: 0;
}
.related-card {
	margin-bottom: 20px;
	position: relative;
}
.related-card-label {
	color: #82888A;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 6px 0;
    vertical-align: baseline;
    display: inline-block;
}
.related-card-links {
	display: inline-block;
	vertical-align: baseline;
	padding: 10px 0;
}
.related-card-links a {
	color: #565A5C;
}
.related-content-wrapper {
	background-color: #fcfcfc;
	padding: 0 0 50px;
}
.related-content-wrapper h3 {
	font-weight: 600;
}
h2.related-content-header {
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}
#wf-mapview-map .map-ad-spot {
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 40%;
	z-index: 3;
}
#wf-mapview-map .working-here-block {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#wf-mapview-map .working-here-wrap {
	padding: 0 0 10px 18px;
}
.working-here-block .avatar,
.recently-clockedin-tiny-row .avatar,
.join .avatar {
	border: 2px solid #fff;
	height: 35px;
	width: 35px;
}
.home-stack .avatar {
	/*border: 2px solid #fff;*/
	/*width: 20%;*/
	margin-bottom: 20px;
}
.recently-clockedin-tiny-row {
	margin: 10px 0 0;
}
.recently-clockedin-tiny-row .avatar {
	margin-left: -10px;
}
.member-deal-alert-label {
	background: #06D6B3;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    line-height: 11px;
    vertical-align: baseline;
    text-transform: uppercase;
}
.member-deal-alert-details {
	margin: 0 0 5px;
	text-align: right;
}

.member-deal-alert-details a {
	font-size: .9em;
	letter-spacing: .5px;
}

.sm-text {
	font-size: 10px;
	font-weight: normal;
}
.fancy-heading {
	font-family: 'Arvo', serif;
}
.badge.live {
	background-color: #f9f9f9;
	color: #1cb6c9;
}
.badge.new {
    background-color: transparent;
    color: rgba(255,255,255,.8);
    /* color: #1cb6c9; */
    font-size: 10px;
    vertical-align: top;
    margin-left: -6px;
    margin-top: -5px;
}
.badge-look {
    background-color: #ff5370;
    vertical-align: top;
}
.badge-hire {
	border-radius: 7px;
	padding: 4px 8px;
    background-color: #e53170;
    border: 1px solid #e53170;
    color: #fffffc;
    line-height: 1.7;
    padding-right: 20px;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    vertical-align: top;
}
.badge-hiring {
	border-radius: 7px;
	padding: 4px 8px;
    background-color: #009688;
    border: 1px solid #009688;
    line-height: 1.7;
    padding-right: 20px;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    vertical-align: top;
}
.badge-notice {
    color: #fffffc;
    background-color: #5d7cfc;
    font-weight: bold;
}
.badge-light {
    border: 1px solid #d2d2d2;
    color: #323232;
    background-color: #fff;
}
.badge-premium {
  	/*padding: 4px 8px;*/
    border-radius: 7px;
    border: 1px solid #ff004c;
    background-color: #ff004c;
    color: #fcf8f4;
    /*font-size: 10px;*/
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: top;
}
.badge-bold {
    padding: 6px 8px;
    border: 3px solid #000;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
    line-height: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.badge-hb {
    color: #fff;
    background: linear-gradient(to right,#2901d7,#7151ff);
    margin-top: -5px;
    text-transform: uppercase;
    vertical-align: middle;
}
.badge-locked {
	background-color: #fff;
	border: 1px solid #444;
	color: #111;
}
.badge-live {
	background-color: #fff;
	border: 1px solid #444;
	color: #111;
	font-weight: 700;
}
.badge-status-heads-down {
	border: 1px solid #ff004c;
    background-color: #ff004c;
    color: #fcf8f4;
	font-weight: 700;
	line-height: 1.7;
	padding-right: 20px;
}
.badge-status-connect {
	background-color: #010101;
    border: 1px solid #010101;
    color: #fffffc;
	font-weight: 700;
	line-height: 1.7;
	padding-right: 20px;
}
.label-premium .badge {
    vertical-align: text-bottom!important;
}
h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge {
	vertical-align: text-top !important;
}
/* add/edit listing */

.tooltip,
.ui-tooltip {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
border-radius: 5px;
}
.tooltip div { background-color: transparent; color: #333; }

/* verify listing */

.feature-block {
	margin: 0;
}
.feature-block .text-block {
	font-size: 22px;
	font-weight: 300;
}
.feature-block .text-block p a.btn {
    margin-top: 0;
    margin-bottom: 0;
}

#progressBkg { position: relative; margin-top: 10px; }
#progressCircle { margin: 20px auto 0; opacity: .4; }
.radial-progress .inset { background-color: rgb(102,102,102); }
#progressOverlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.2); text-align: center; }
#progressText {
	color: #fff;
	font-size: 12px;
	margin-top: -80px;
}
.wifi-card-speed i.fa-arrow-down,
.wifi-card-speed i.fa-arrow-up { font-size: 12px; }
#js-wifi-dispatched-please-wait p { margin-top: 10px; }
#js-wifi-network-warning, #js-speedtest-results {
	padding: 20px 0 10px;
}
#js-wifi-network-warning small {
	font-size: 13px;
    line-height: 110%;
    display: inline-block;
}
#wifiBlink{
	/* FA9E25 */
	-webkit-animation: color_change 3.5s infinite ease-in-out;
	-moz-animation: color_change 3.5s infinite ease-in-out;
	-ms-animation: color_change 3.5s infinite ease-in-out;
	-o-animation: color_change 3.5s infinite ease-in-out;
	animation: color_change 3.5s infinite ease-in-out;
    transition: color_change 3.5s infinite ease-in-out;
}
@-webkit-keyframes color_change {
	from { color: #CDCDCD; }
	to { color: #999; }
}
@-moz-keyframes color_change {
	from { color: #CDCDCD; }
	to { color: #999; }
}
@-ms-keyframes color_change {
	from { color: #CDCDCD; }
	to { color: #999; }
}
@-o-keyframes color_change {
	from { color: #CDCDCD; }
	to { color: #999; }
}
@keyframes color_change {
	from { color: #CDCDCD; }
	to { color: #999; }
}
/*------------------------------------*\
    @LISTINGS GRID / on map
\*------------------------------------*/

.inner-card-meta-wrap {
	/*background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 50%,rgba(15, 20, 31, 0.39) 100%);
	background-image: linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 50%,rgba(15, 20, 31, 0.39) 100%);*/
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
	right: 0;
	z-index: 1;
}
.unverified .inner-card-meta-wrap {
	background: none;
}
.inner-card-meta-wrap:hover {
	cursor: pointer;
}
.relationship-label {
	background-color: rgba(60, 210, 123, 0.9);
	color: #fff;
	padding: 5px 10px;
}
.verified-label {
	background-color: #fff;
    margin-left: 0;
    padding: 2px 10px 2px 0;
    top: 0;
    font-size: 15px;
    left: 0;
    color: #f22750;
    right: auto;
    position: absolute;
}
.infoBox .verified-label {
	padding-top: 5px;
	padding-left: 10px;
}
.sourced-label.approved {
    color: #286efa!important;
}
.featured .verified-label { left: 50%; }
.verified-label a { color: #fff; text-transform: uppercase; font-weight: bold; }
.popup-img-wrap .verified-label { bottom: 0; }

.infoBox {
	margin-top: 10px;
	padding-bottom: 15px;
}
.popup {
	background-color: #fff;
	cursor: pointer;
	min-width: 200px;
	position: relative;
    text-align: left;
    z-index: 2;
}
.popup-img-wrap {
	position: relative;
}
.popup-img-wrap img{
	width: 100%;
    margin-top: -9px;
}
.popup h2 {
	color: #22313F;
	font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.popup h2 a{ color: #fff; }
.popup .no-img h2 {
	background: none;
	overflow: hidden;
	text-shadow: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #22313f;
	font-size: 13px;
}
.popup-img-wrap:hover h2 {
	text-decoration: underline;
}
.popup .popup-meta-footer {
	line-height: 17px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.popup-bottom-arrow {
	background: url('/assets/img/icons/map/popup-bottom-arrow.png') rgba(0, 0, 0, 0) no-repeat;
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	width: 36px;

}
div.location-popup-address {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	min-width: 120px;
	padding: 10px 10px 0;
}
div.location-popup-hours {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	min-width: 120px;
	padding: 10px;
}
.map-post {
	width: 20px;
	height: 20px;
	top: -35px;
	left: -10px;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
	background: #AED574;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
}
.popup-close-button {
	background: url('/img/icons/map/close.png') 0 0 rgba(0, 0, 0, 0) no-repeat;
	background-size: 30px;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: -17px;
	top: -17px;
	width: 30px;
	z-index: 3;
}
.infoBox img {
	z-index: 3;
}
#jsRadius {
	height: 34px;
	padding: 6px 12px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*------------------------------------*\
    @PLACE DEALS
\*------------------------------------*/
.deal {
	border: solid 1px #ccc;
	margin-right: 10px;
	float: left;
	width: 48%;
	height: 300px;
}
.dealcontent {
	margin: 20px;
	font-size: 1rem;
}
.dealcontent p {
	font-size: 1rem;
}

.filter-featured {
	background-color: #e8e8e8;
	color: #ec2b2b;
}
img.wfbadge { width: 320px; }

/*------------------------------------*\
    @CLOCKINS
\*------------------------------------*/
#checkinSomewhere .modal-dialog {
	box-shadow: 0 0 50px rgba(0, 0, 0, .25);
}
#checkinSomewhere ul {
	list-style-type: none;
	padding: 0 5px;
	overflow: scroll;
	height: 55vh;
}
/*@media all and (max-width: 567px) {
	#checkinSomewhere ul {
		height: 275px;
	}
}*/
#checkinSomewhere li {
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 10px 5px 5px;
	font-size: 17px;
}
#checkinSomewhere li:hover {
	border-bottom: solid 1px #276df9;
	background-color: #fafafa;
	cursor: pointer;
}
#checkinSomewhere li.promoted {
	background-color: #fff3da42;
	/*border: solid 4px #286dfa;
	margin-bottom: 4px;*/
}
#checkinSomewhere li .venue-title {
	font-weight: 500;
	max-width: 320px;
}
#checkinSomewhere ul small {
	color: #9e9e9e;
	text-transform: lowercase;
}
#checkinSomewhere ul .punch {
	font-size: 15px;
}

/*------------------------------------*\
	@HOMEBASE
\*------------------------------------*/

.panel.active-bookings {
	/*border-color: #5E7CFC!important;
	border: 1px solid;*/
}
.panel.good-balance .badge {
   	background-color: #fff;
	border: 1px solid #444;
	color: #111;
	line-height: 1;
	min-width: 57px;
}
.panel.poor-balance .badge {
	background-color: #fff;
	border: 1px solid #E91E63;
	color: #111;
	line-height: 1;
	min-width: 57px;
}

/*------------------------------------*\
	@HOMEPAGE
\*------------------------------------*/
.js-random-photo-holder {
	display: none;
	min-height: 459px;
}
.homepage-callout-block .info-card-temp {
	margin-bottom: 15px;
}
#showPostLookup .article-inner-wrap.feature-location {
    height: 75px;
    margin: 0 0 .5px .5px;
    max-width: 75px;
}
@media all and (max-width: 991px) {
	#showPostLookup .article-inner-wrap.feature-location {
	    max-width: 100%;
	}
}
.homepage-callout-block .js-random-highlight a {
	color: #454545;
}
.homepage-callout-block .js-random-highlight.highlighted a {
	color: #222;
	font-weight: bold;
}
.homepage-callout-block .js-random-highlight i {
	display: none;
	color: #f10b3d;
	margin-left: 5px;
}
.homepage-callout-block .js-random-highlight.highlighted i {
	display: inline-block;
}
.home-page .content-block, .single-place .content-block {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
}
@media all and (max-width: 567px) {
	#introBlock {
		padding-left: 0;
	}
}
.home-page .featured-in-block {
	background-color: #757575;
    padding: 50px 0;
}
.home-page .featured-in-block h2 {
	color: #fff;
}
.homepage-callout-block .avatar {
	border: 3px solid #fff;
	box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
	width: 32px;
}
.profile-membership-cta p {
	color: rgb(20, 23, 26)!important;
}
.profile-membership-cta .avatar {
	border: 3px solid #fff;
	box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
	/*width: 120px;*/
	max-width: 240px;
}
.home-page .content-block ul, .single-place .content-block ul { list-style: none; margin-top: 35px;  }
.home-page .content-block ul li, .single-place .content-block ul li { padding-left: 20px; padding-right: 20px; float: left; margin-top: 15px; }
.home-page .content-block h1, .single-place .content-block h1 {
    line-height: 1.5;
    font-weight: 500;
}
.home-page .content-block h1 strong, .single-place .content-block h1 strong { font-weight: 900; }

.home-page section h1, .single-place section h1 { font-weight: 600;  }
.home-page section h2 {
    font-weight: 600;
}
#introBlock {
	background-color: #fffffc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
    -webkit-font-smoothing: antialiased;
    padding-top: 2vw;
    position: relative;
}
#introBlock h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
@media all and (max-width: 567px) {
	#introBlock h1 {
		font-size: 4vh;
	}
}
#seenonBlock .content-block { padding-top: 35px; padding-bottom: 20px; }
#seenonBlock p { margin-bottom: 0; font-size: 18px; color: #fff;}
#seenonBlock a { color: #fff; font-weight: 400; }
#seenonBlock a:hover {  cursor: pointer; text-decoration: none; }
#seenonBlock .logos {  display:block; text-align: center;  }
#seenonBlock .logos svg {  fill: #fff; margin-left: 5%; margin-right: 5%;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;  }
#seenonBlock .logos svg.inc-logo { margin-top: 10px; margin-bottom: -15px; }
#seenonBlock .logos svg.wired-logo { margin-bottom: -1px; }
#seenonBlock .logos svg.lifehacker-logo { margin-bottom: -3px; }
#seenonBlock .logos svg.lonely-planet-logo { margin-bottom: -11px; }

.cust-quotes {
	margin: 45px auto 40px;
  position:relative;
  z-index: 0;
}
.cust-quotes blockquote {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
  border-left: none;
  margin: 0;
  padding: 0;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
}
.cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
}
.cust-quotes blockquote p:before {
   content: '\201C';
}
.cust-quotes blockquote p:after {
   content: '\201D';
}
.cust-quotes blockquote cite {
		display: inline;
    font-size: 14px;
    color: #898989;
}

#vipBlock { background-color:#1EA7B4; color: #fff; font-size: 26px; }
#vipBlock h1, #vipBlock h3 { line-height: 1.3; color: #fff; font-family: Lato,sans-serif; }
#vipBlock h1 { font-size: 53px;  }
#vipBlock h3 { font-size: 26px;  }
#vipBlock small { font-size: 16px;  }
#introBlock .list a { color: #555; font-size: 22px; padding: 5px 0; display: inline-block; }
#topScoutsBlock { padding-top: 20px; }
#topScoutsBlock .count { font-size: 36px; font-weight: 300; }
#topScoutsBlock a { color: #555; font-size: 16px; }
.home-page #whyremoteBlock { padding: 60px 0 0;  }
#whyremoteBlock h1, #magazineBlock h1 { font-size: 53px; }
#whyremoteBlock .member-block { color: #000; }
#whyremoteBlock .member-block img.avatar { width: 80px; height: 80px; margin: 0 20px 40px; }
#whyremoteBlock .member-block b { font-weight: normal; }
#whyremoteBlock hr.clear { border: none; }
#whyremoteBlock .expanded .member-block { margin-top: 20px; }
#whyremoteBlock .member-block.right p { text-align: right; padding: 12px 5px 0 100px; }
#whyremoteBlock .member-block.right img { float: right!important; }
#whyremoteBlock .member-block.left p { text-align: left; padding: 12px 100px 0 5px;}
#whyremoteBlock .member-block.left img { float: left!important; }
#whyremoteBlock {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#whyremoteBlock .member-block small { font-size: 65%; color: #333; text-transform: uppercase; }
#whyremoteBlock.expand { height: auto; }
#whyremoteBlock .more { display: none; }
#moreMembersBlock { margin-bottom: 100px; }
#cityBlock .row, #vipBlock .row { margin-bottom: 40px; }

.callout p { text-align: center; line-height: 1.3;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
.home .callout a { color: #555; }
.home-page .text-muted a:hover { text-decoration: underline; cursor: pointer; }

@media only screen and (max-width: 600px){
	#introBlock {
		height: auto;
		min-height: 100px;
		margin-top-top: 60px;
	}
	#whyremoteBlock .member-block img.avatar { width: 60px; height: 60px; }
	#whyremoteBlock .member-block.right p { padding: 0 5px 0 0; font-size: 16px; }
	#whyremoteBlock .member-block.left p { padding: 0 0 0 5px; font-size: 16px; }
	#cityBlock a, #topScouts a { padding: 10px 20px; }
	.cust-quotes {
		margin: 65px auto 40px;
	}
}
.home-page section .btn-primary,
.btn-primary.btn-outline,
.single-place .content-block .btn-primary {
	background-color: transparent;
	color: #FA9E25;
}
.home-page section .btn-secondary,
.top-nav-links a.btn-secondary.btn-outline,
.btn-secondary.btn-outline,
.single-place .content-block .btn-secondary,
.single-place .content-block .btn-secondary.btn-outline
 {
	background-color: transparent;
	color: #1cb6c9;
}
.home-page section .btn-primary:hover,
.btn-primary.btn-outline:hover,
.single-place .content-block .btn-primary:hover {
	background-color: #FA9E25;
	color: #fff;
}
.home-page section .btn-secondary:hover,
.top-nav-links a.btn-secondary.btn-outline:hover,
.btn-secondary.btn-outline:hover,
.single-place .content-block .btn-secondary:hover {
	background-color: #1cb6c9;
	color: #fff;
}
.single-place .btn-secondary.btn-outline {
 	background-color: transparent;
 	border-color: #f10b3d;
 	color: #f10b3d;
}
.single-place .btn-secondary.btn-outline:hover {
 	background-color: #f10b3d;
 	color: #fff;
}

.btn-neutral {
	border-color: #565656;
	color: #565656;
	transition: all .2s linear;
	font-weight: normal;
}

.btn-neutral:hover {
	border-color: #565656;
	background-color: #565656;
	color: white;
}

.wifi-block .location-aminity-card.login-required .btn-wifi .fa-wifi {
	color: #f10b3d;
}
.wifi-block .location-aminity-card.login-required .btn-wifi:hover .fa-wifi {
 	color: #fff;
}


/*------------------------------------*\
	@HOMEPAGE CITY CARDS
\*------------------------------------*/
.city-card {
	position: relative;
	border-radius: 4px;
	margin: 0 10px 40px;
    height: 180px;
}
.city-card h2 {
	font-size: 26px;
	line-height: 26px;
	background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 25%,rgba(15, 20, 31, 0.8) 100%);
    background-image: linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.1) 25%,rgba(15, 20, 31, 0.8) 100%);
	bottom: 0;
	border-radius: 0 0 4px 4px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 30px 0 30px 20px;
    position: absolute;
	color: #fff;
}
.city-card a {
	text-decoration: none;
	z-index:10;
}
.city-card.seattle {
	background: url('/static/img/bg/cities/seattle_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.austin {
	background: url('/static/img/bg/cities/austin_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.portland {
	background: url('/static/img/bg/cities/portland_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.san-francisco {
	background: url('/static/img/bg/cities/san_francisco_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.nyc {
	background: url('/static/img/bg/cities/nyc_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.london {
	background: url('/static/img/bg/cities/london_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
.city-card.los-angeles {
	background: url('/static/img/bg/cities/los_angeles_city_card_bg_xs.jpg') center no-repeat transparent;
	background-size: 200px 180px;
}
@media only screen and (max-width:320px) {
	.homepage-feature .col-xs-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.city-card {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width:480px) {
	.city-card {
		height: 210px;
	}
	.city-card.portland {
		background: url('/static/img/bg/cities/portland_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
	.city-card.seattle {
		background: url('/static/img/bg/cities/seattle_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
	.city-card.san-francisco {
		background: url('/static/img/bg/cities/san_francisco_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
	.city-card.austin {
		background: url('/static/img/bg/cities/austin_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
	.city-card.nyc {
		background: url('/static/img/bg/cities/nyc_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
	.city-card.london {
		background: url('/static/img/bg/cities/london_city_card_bg_01.jpg') center no-repeat transparent;
	    background-size: auto 100%;
	}
}
@media only screen and (min-width:992px) {
	.city-card h2 {
		font-size: 37px;
		font-weight: 900;
	}
	.city-card {
		height: 290px;
	}
}

/*------------------------------------*\
    @CITY HOME PAGES
\*------------------------------------*/
.city-hp-thin-header {
	font-size: 23px;
	font-weight: 300;
	line-height: 1.5;
}
.city-hp-medium-header {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 80px;
}
@media only screen and (max-width:600px) {
	.city-hp-medium-header {
	    font-size: 20px;
	    margin: 20px 0 0;
	}
}
.city-homepage-section .hero-overlay-dark-layer-text {
	background-image: linear-gradient(rgba(15, 20, 31, 0) 0,rgba(15, 20, 31, 0.2) 25%,rgba(15, 20, 31, 0.9) 100%);
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    padding: 100px 10px 10px 20px;
}
.city-homepage-section .hero-overlay-dark-layer-text a, .hero-overlay-dark-layer-text a:hover {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
}
.top-cta-box {
	background-color: #fff;
	height: 350px;
}
.top-cta-box h1 {
	color: #222;
	font-size: 2em;
}
.top-cta-box h1 small {
	text-transform: uppercase;
    color: #999;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 5px 0px;
    display: block;
}
.top-cta-box .photo-credit {
	color: #999;
	position: absolute;
	right: 8px;
	bottom: 4px;
	text-align: right;
	font-size: 10px;
}
.top-cta-box .photo-credit a {
	color: #888;
	text-decoration: underline;
}
.top-feature-box,
.top-cta-box {
	border-radius: 3px;
	margin-bottom: 20px;
}
.top-feature-box a {
	color: #263238;
	font-weight: bold;
	font-size: 19px;
	display: block;
}
@media only screen and (min-width: 990px){
	.city-hp-thin-header {
		font-size: 19px;
	}
    .top-cta-box h1 small {
	    color: #bbb;
	    font-weight: 300;
	    font-size: 26px;
	}
}
@media only screen and (min-width: 1330px){
	.top-cta-box h1 {
		color: #222;
		font-size: 3em;
	}
	.city-hp-thin-header {
		font-size: 23px;
	}
}
.city-homepage-section {
	padding: 0 0 50px;
}
.city-homepage-section hr {
	border-top: 1px solid #DDD6CD;
	margin: 20px 10px;
}
.city-homepage-section h1,
.city-homepage-section h2,
.city-homepage-section h3,
.city-homepage-section h4 {
	color: #222;
	font-weight: 400;
	margin-top: 0;
	padding-top: 0;
}
.city-homepage-section h1 {
    font-size: 30px;
    font-weight: bold;
}
.city-homepage-section h1.city-heading {
    font-size: 35px;
    margin-top: 40px;
}
.city-homepage-section small {
    font-size: 12px;
    font-weight: 600;
}
.city-homepage-section h2 {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 5px;
}
.city-homepage-section h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.city-homepage-section p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}
.category-nav {
	text-transform: lowercase;
}

p.count {font-weight: bold;}
p.count span.live { color: green; }

/*------------------------------------*\
    @PAGES
\*------------------------------------*/

/*.page-template-page-ambassadors .wrapper,
.page-template-page-experts .wrapper,
.team .wrapper,
.mission .wrapper,
.partners .wrapper   {
	background-color: #fff;
}*/
.add .page-container {
	min-height: 20vh;
 	padding-bottom: 100px;
}
.page-container {
	min-height: 90vh;
	/*padding-top: 30px;*/
	/*margin-bottom: 200px;*/
}
.join .page-container,
.login .page-container {
	min-height: 99vh;
}
@media only screen and (max-width:767px) {
	.page-container {
		padding-top: 30px;
	}
	.join .page-container {
		min-height: 90vh;
	}
}
.content-block p {
	letter-spacing: .01rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page-container h1.title {
	color: #263238;
	font-family: lato;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}
.page-container h1 {
    /*font-size: 40px;*/
    /*font-weight: 600;*/
    /*line-height: 50px;*/
}
.page-container h2 {
	/*font-size: 26px;*/
    margin-bottom: 0;
    margin-top: 0;
}
.page-container h2.subtitle {
	font-weight: 300;
    margin-bottom: 40px;
    font-size: 24px;
}
.page-container .page-title {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.page-container ul ul {
	margin: 0;
}
.confirmation-container {
	height: 600px;
	padding-top: 100px;
}
.page-wrap-padded {
	padding-top: 50px;
}
.best-of-container,
.neighborhoods-container {
	padding-top: 50px;
}
.thanks-statement {
	padding: 50px 0 0;
	text-align: center;
}
.thanks-statement h1 {
	color: #EC3720;
	font-family: 'Arvo', serif;
	font-size: 75px;
	font-weight: 300;
	margin-bottom: 0;
}
.thanks-statement h2 a {
	color: #EC3720;
}
.thanks-container blockquote {
  background: #fff;
  border-left: 10px solid #ccc;
  font-size: 20px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.thanks-container blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}
.thanks-container blockquote p {
  display: inline;
}
.cities-statement {
  background: url('/uploads/2014/10/0018-hero-image.jpg') no-repeat scroll 0px 0px / 1900px 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	height: 360px;
	line-height: 46px;
	padding: 80px 0 0;
	text-align: center;
	text-shadow: 0 1px 50px #000;
	position: relative;
}
.cities-statement.everywhere {
  background: url('/static/img/bg/cities-everywhere.jpg');
  background-size: cover;
  background-position-y: -80px;
  padding: 70px 0 0;
  text-shadow: 0 1px 50px #000;
}
.cities-statement.everywhere h1, .cities-statement.everywhere h2 { color: #fff; text-shadow: 0 1px 50px #000; }
.cities-statement .photo-byline{
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 13px;
    line-height: 120%;
    padding-top: 8px;
    padding-right: 4px;
    color: #ccc;
}
#jsHero .photo-byline {
	position: absolute;
	left: 1%;
	bottom: 5px;
	font-size: 14px;
	line-height: 120%;
	padding-top: 8px;
	padding-right: 4px;
	color: #ccc;
}
#jsHero .photo-byline a,
.cities-statement .photo-byline a {
    color: #ccc !important;
    text-decoration: underline !important;
}
.beta {
	vertical-align: super;
	font-size: .8em;
	color: #ccc;
}
.cities-statement h1 {
	font-size: 55px;
	font-weight: 900;
	color: #fff;
}
.promoted-events ul {
	padding-left: 0;
	margin-bottom: 20px;
}
.promoted-events li {
	list-style: none;
    margin: 10px 0;
}
.promoted-events h3 {
	font-weight: 400;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #999;
}
.with-hero{
    margin-top: -100px;
    background-color: rgba(255,255,255, 1);
    z-index: 1;
    position: relative;
    padding: 35px 20px;
}

.title-block-wrapper:hover .single-post h1 {
	color: #263238;
}

@media only screen and (max-width:767px) {
	.with-hero {
			padding: 15px 20px 25px 20px;
	}
	.with-hero h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.with-hero .title-block-subtext .text-muted {
		font-size: 16px;
	}
}

@media only screen and (min-width:767px) {
	.page-container {
		padding-top: 50px;
	}
	.join .page-container {
		padding-top: 0;
	}
	.with-hero {
	    margin-top: -150px;
	    background-color: rgba(255,255,255, 1);
	    z-index: 1;
	    position: relative;
	    padding: 50px;
	}
}

/*------------------------------------*\
    @letter-campaign page
\*------------------------------------*/
.letter-campaign,
.letter-campaign h1,
.letter-campaign h2,
.letter-campaign h3,
.letter-campaign h4,
.letter-campaign h5,
.letter-campaign p,
.letter-campaign li {
	font-family: "Courier New", courier, monospace;
}
.letter-campaign,
.letter-campaign h1,
.letter-campaign h2,
.letter-campaign h3,
.letter-campaign h4,
.letter-campaign h5 {
	font-weight: 600;
}
.letter-campaign p {
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
}
.letter-campaign .btn {
	font-family: Helvetica,arial,sans-serif;
}
.letter-campaign h1 {
	margin-bottom: 56px;
}

/*------------------------------------*\
    @AMBASSADOORS/COMMUNITY
\*------------------------------------*/
.page-container.ambassadors h2 {
	font-size: 28px;
	font-weight: bold;
}
.ambassador-square { margin: 12px 0; height: 140px; }
.ambassador-square img { margin: 0 auto; }
.ambassador-square h4 { line-height:90%; }

.sponsor-container p.intro {
	font-size: 16px;
	text-align: center;
	line-height: 125%;
	font-family: "Lato",sans-serif;
	margin: 50px auto;
	font-weight: 300;
}

@media only screen and (max-width:767px) {
	.member-label {
	  line-height: 19px;
	}
	.member-title {
		margin-top: 20px;
	}
}
.cities-container {
	padding: 40px 0 200px;
}
.city-heading {
	font-size: 25px;
	font-weight: 600;
	padding: 50px 0 0;
}
.section-breaker {
	margin: 10px 0;
	padding:  0 0 15px;
}
.section-heading {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0 10px;
}
.section-heading.medium {
	font-size: 19px;
}
.section-heading.small {
	border-bottom: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.section-sub-heading {
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 15px;
	padding: 5px 0;
}
.sidebar-section-heading {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 7px;
}
.recent-label {
	font-size: 13px;
	letter-spacing: 2px;
}
.tab-heading {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
.creed {
    font-weight: 300;
}
.creed p {
	margin: 0 0 20px;
}
.creed blockquote {
	padding: 10px 40px 0 20px;
}
.creed blockquote p {
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 120%;
}

/*------------------------------------*\
    @LOCATION POSTS
\*------------------------------------*/
.toolbar-actions .btn-search {
	margin-bottom: 5px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters div {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.listing-actions-wrap {
	padding-top: 10px;
}
.single-location-verified-header {
	font-size: 18px;
}
.all-hours {
	display: none;
	font-size: 13px;
}
.feature-statement-block {
	font-size: 14px;
	font-weight: 400;
}
.inline-list-label {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 20px 0 0;
}
.list-block {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 17px 17px 0 0;
}
.list-block-single-cat {
	padding: 0 0 20px 0;
}
.featured {
	margin: 0 0 20px;
	position: relative;
}
.featured:hover {
	opacity: 0.95;
}
.article-inner-wrap {
	border-radius: 3px;
	cursor: pointer;
	height: 220px;
	position: relative;
}
.article-inner-link {
	border: none;
	bottom: 0;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	display: block;
}
.article-inner-wrap.feature-location:hover a {
	text-decoration: underline;
}
.article-inner-wrap.feature-location {
    height: 220px;
}
@media (max-width: 767px) {
	.tax-cities .article-inner-wrap.feature-location {
		height: 200px;
	}
	.tax-cities .location-meta.grid-item-featured a {
	    font-size: 16px;
	}
}
.location-title.large {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-transform: capitalize;
}
.location-title-featured {
	text-decoration: none;
	font-size: 20px;
}
.location-title.single-location {
	margin: 0;
}
@media (max-width: 767px) {
	.location-meta-tables-wrap {
		padding-top: 10px;
	}
}
.meta-bg {
	background-color: #000;
	bottom: 0;
	height: 40px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}
.location-meta.grid-item {
	bottom: 0;
	font-size: 13px;
	font-weight: bolder;
	left: 0;
	margin: 0;
	padding: 10px 0 6px 6px;
	position: absolute;
}
.location-meta.grid-item-featured {
	margin: 0;
	padding-top: 5px;
	text-align: left;
}

.location-meta.grid-item-featured a {
	font-size: 18px;
}
img.attachment-pano-hero {
	height: 100%;
}
img.attachment-listing-secondary{ height: auto; min-width: 100%;}
.even .location-meta.grid-item-featured {
	background-color: #f9f9f9;
}
.location-meta.grid-item-featured {
	font-size: 14px;
}
.location-meta.grid-item a,
.location-meta.grid-item-featured a {
	color: #1e2124;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
}
.location-grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-meta.list-item {
	color: #FFF;
	font-size: 13px;
	font-weight: bolder;
	margin: 0 0 10px;
}
.listings-grid-row {
	/*border-bottom: 1px solid #eee;*/
	font-weight: bolder;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.listings-grid-row:last-child {
    border: none;
}
.listing-place-card {
	position: relative;
	margin-top: 25px;
}
.listing-place-card .location-meta {
	position: absolute;
    bottom: 0;
    color: #263238;
    background-color: #fff;
    padding: 10px 50px 10px 10px;
    right: 0;
    left: 0;
}
.listing-place-card .location-meta.grid-item a, .listing-place-card .location-meta.grid-item-featured a,
.listing-place-card .location-meta .address {
	color: #263238;
	/* truncate long names */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
}
.single-place .listing-place-card {
	margin-bottom: 10px;
}

.feature-statement {
	background: rgba(0, 0, 0, 0.4);
	color: #222;
	font-size: 18px;
	left: 0;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 200px;
}
.location-spec {
	border: 1px solid #fff;
	padding: 0;
}
.address {
	color: #6F6F6F;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 330px;
	white-space: nowrap;
	font-weight: 400;
}
.location-meta .address {
	width: 250px;
}
.local-meta-block strong {
	padding: 0 0 0 5px;
}
.local-meta-block .hours-popover {
    cursor: pointer;
    outline: none;
}
.local-meta-block .popover {
	font-weight: 600;
	line-height: 20px;
}
.today {
	border: 1px solid #eee;
	border-radius: 4px;
	display: inline-block;
	font-weight: normal;
	margin-top: 10px;
	padding: 20px;
}
#todayHours {
	padding: 0 15px 0 0;
}
a.cap-link {
	text-transform: capitalize;
}
.pro-tip-block,
.story-block {
	margin: 0;
	text-align: left;
}
.pro-tip-block .info-card-inner-wrap {
	max-height: 250px;
    overflow: scroll;
    padding-top: 15px;
}
.pro-tip-block .info-card-inner-wrap.expanded {
	max-height: 500px;
}
.pro-tip-block p,
.story-block p {
	/*font-size: 20px;*/
	font-weight: normal;
	line-height: 1.3!important;
	margin: 0;
}
.addtional-amenities-block {
	border-top: 1px solid #DBDBDB;
	margin-top: 30px;
	padding-top: 10px;
}
.pro-tip-block h3,
.recently-here-block h3,
.addtional-amenities-block h3,
.addtional-amenities-block h2 {
	font-size: 17px;
    font-weight: 600;
}
.recently-here-block .avatar {
	border: 2px solid #f9f9f9;
	margin-top: 5px;
	height: 28px;
    width: 28px;
}
#jsCheckinsDisplayNow .avatar,
.here-now-block .avatar {
	box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    border: 3px solid #ffc829;
    border-radius: 7px;
    background-color: #fff;
    color: #aaadb0;
    line-height: 14px;
    white-space: nowrap;
    margin: 5px 2px 5px 0;
    height: 28px;
    width: 28px;
}
#jsCheckinsDisplay .avatar {
	margin: 0 2px 0 0;
    height: 28px;
    width: 28px;
}
.location-aminity-card .worked-here-block img.avatar {
	opacity: 1;
	width: 50px;
	height: 50px;
}
.worked-here-block {
	/*min-height: 35px;*/
	/*margin-left: 5px;*/
}
.worked-here-block .clockedin-text {
	margin-bottom: 0px;
}

.worked-here-block  .js-checkin-now-cta-message {
	margin-bottom: 20px;
}

.worked-here-block a {
	margin: 0 2px 0 0;
	height: 28px;
	width: 28px;
	display: inline-block;
}
.worked-here-block a.clocked-in-person {
	margin-right: 4px;
}
#single-location-header {
	padding: 40px 20px 0;
    color: #fff;
}
.scout-block {
	border-radius: 5px 5px 0 0;
    background-color: #14171a;
    color: #fff;
	margin-top: 0;
    padding: 0 20px 40px;
    overflow: hidden;
}
.scout-block a {
	display: inline-block;
}
.scout-block .original-scout { width: 32px; display: inline-block;margin-top: 0;margin-right: -10px;}
.scout-block .original-scout .avatar { height: auto; margin-top: 0px; margin-bottom: 2px;border: 1px solid #fff; background-color: #fbfaf8; padding: 2px;height: 32px; width: 32px;}
.scout-block .listings-avatars-small img { width: 32px; height: 32px; }
.listings-avatars {margin-top: 10px;}
.workfromhere {
	background-color: #fafafa;
  	margin-bottom: 20px;
}
.workfromhere .avatar {
	border: 2px solid #fff;
	margin-top: 20px;
}
.check-in-block {
	font-size: 15px;
	padding: 20px 0 0 10px;
}
.checkin-action-block {
	padding: 0 0 10px;
	margin-top: 20px;
}

@media (max-width: 567px) {
	.member-deal-alert-details {
		margin: 10px 0px;
	}
	.checkin-action-block {
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

.meta-section-label {
	color: #393c3d;
	font-size: 12px;
	font-weight: bold;
	padding: 45px 0 0;
	text-align: left;
}
.meta-item-table.full-width {
	width: 100%;
}
.meta-item-table th {
	font-size: 15px;
	padding: 0 0 15px;
}
.meta-item-table th.centered {
	padding-left: 0;
	text-align: center;
}
td.list {
	padding-top: 1em;
}
.in-table p {
	margin: 0;
	font-size: inherit;
}
.meta-item.passwords {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
}
.meta-item.food {
	text-transform: capitalize;
}
.meta-item.food p {
	margin-top: 0;
}
.meta-item.hours {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.highlight-approved {
	color: #f10a3e;
}
.meta-card.slow {
	color: #E74C3C;
}
.meta-card.card-value {
	text-transform: capitalize;
}
.location-meta-group-header {
	font-size: 15px;
	padding: 0 0 10px;
}
.location-meta-tables-wrap {
	font-size: 17px;
	/*margin-top: 15px;*/
}
.meta-card.card-value a {
	font-weight: normal;
}
.meta-card.card-value.edit {
	padding-left: 15px;
	text-align: left;
}
.meta-rating.footnote {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
}
.updated {
	font-weight: normal;
	text-transform: uppercase;
}
.single-attachment-images {
	margin: 0 0 50px;
}
.single-attachment-images img {
	width: 100%;
	height: 100%;
}
.download-speed,
.ping-response,
.upload-speed {
	color: #5A5A5A;
}
.meta-rating.footnote a {
	color: #999;
}
.p-street-address {
	color: #00838f;
}
.location-city-link {
	font-weight: 500;
}
.location-map-block {
	margin-top: 40px;
	padding: 0;
}
.address-wrap {
    background-color: rgba(240,240,240,1);
    padding: 20px 0;
 }
.location-feature-image-block .glyphicon {
	color: #ddd;
	font-size: 50px;
}
/*.gallery-inner-wrap img {
	width: 60px;
    margin: 0;
}*/
.gallery-inner-wrap img.attachment-listings-primary {
    /*border: none;*/
    margin: 0;
    border-radius: 0!important;
}
.img-gallery-responsive {
	max-height: 45vh;
	overflow: hidden;
}
.img-gallery-responsive img {
	/*width: 240px;*/
    /* width: 100%; */
    width: 100%;
    /*border: 5px solid #fff;*/
    /*border-radius: 5px;*/
}
.gallery-inner-wrap .img-responsive {
	min-height: 100%;
}
.gallery-inner-wrap .left.single {
	width: 100%;
}
gallery-inner-wrap .img-gallery-responsive {
    width: 100%;
    overflow: hidden;
}
.gallery-inner-wrap .left .img-gallery-responsive {
    height: 100%;
}
.gallery-inner-wrap .left.single .img-gallery-responsive {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-inner-wrap .right .img-gallery-responsive {
	border: solid 1px transparent;
}
.gallery-inner-wrap .visible-xs {
    margin-bottom: 0;
}
.gallery-inner-wrap img.featured-mobile {
	border-radius: 3px;
    width: 100%;
    margin: 0;
}
.location-feature-image-block .js-loading {
	background-color: #f3f3f3;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.gallery-inner-wrap {
/*	background-color: #14171a;*/
	min-height: 10%;
	width: 100%;
/*	text-align: center;*/
	/*max-height: 60vh;*/
    /*margin-bottom: 20px;*/
    overflow: hidden;
}
.attachment-listings-grid-retina {
	max-width: 16.4%;
/*	border-left: 1px solid #fff;*/
	margin: 2px 3px 0 0;
}
@media (max-width: 567px) {
	.attachment-listings-grid-retina {
		max-width: 32.3%;
	}
}
/*.gallery-inner-wrap.no-photo {
	height: 268px;
}*/
.gallery-inner-wrap:hover {
	cursor: pointer!important;
}
.gallery-inner-wrap.no-photo:hover {
	cursor: default!important;
}
.single-place #wf-mapview-map,
.single-place #postmapwrap,
.single-place #postmap {
	height: 400px;
}
.single-place #postmap {
	background-color: transparent;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.single-place #postmapwrap {
	background-color: transparent;
	background-image: url('/assets/static/img/map/bkg-blur.jpg');
	background-size: cover;
    background-position: center center;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.single-place .location-feature-image-block {
	position: relative;
	background-color: #f6f6f4;
	padding: 0;
}

.single-place #postmap .dot-primary {
	z-index: 2;
}
.mapboxgl-popup-content,
.mapboxgl-popup-tip {
	z-index: 3;
}
.mapboxgl-popup-content a {
	font-size: 18px!important;
	font-weight: 500;
}

.location-feature-image-block .js-loading,
.location-feature-image-block .responsive-image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.leaflet-container a {
	color: #999;
}
.location-feature-image-block .responsive-image-wrap {
	height: 100%;
}
.location-feature-image-block .img-thumbnail { border: none; display: block; width: 100%;}
.single-location-primary-column .photo-byline {
	position: absolute;
	color: #e8e8e8;
	left: 0;
	font-size: 10px;
	right: 0;
	top: 0;
}
.single-location-primary-column .photo-byline p { margin: 5px 5px 5px 15px;}
.single-location-primary-column .photo-byline a {
	color: #e8e8e8;
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img-responsive img.attachment-listing-secondary {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

@media only screen and (min-width: 990px) {
	.address-wrap {
		left: 10px;
	}
}

/*------------------------------------*\
    @TEAM
\*------------------------------------*/
.team-potrait {
	display: block;
	margin: 0 auto;
	width: 250px;
}
.team-potrait-label a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
}
.team-member-wrap {
	padding: 70px 0 0;
}
/*------------------------------------*\
    @TAGS
\*------------------------------------*/
.selectable-tags {
	display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #d3d8de;
    font-size: 13px;
    padding: 4px 8px;
    margin-right: 1px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
}
.selectable-tags.disabled {
    color: #999;
    cursor: help;
}
@media (max-width: 567px) {
	.selectable-tags {
		display: block;
	}
	.js-toggle-tag-group.inline .selectable-tags {
		display: inline-block;
	}
}
.selectable-tags:focus,
.selectable-tags.active {
	background-color: #00ebc7;
	border: 1px solid #00ebc7;
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07)!important;
    color: #00214d;
}
.connections-opt-in .selectable-tags {
	width: 30%;
}
@media (max-width: 567px) {
	.connections-opt-in .selectable-tags {
		width: auto;
	}
}
/*------------------------------------*\
    @LISTS
\*------------------------------------*/
.city-directory-list {
}
.city-directory-list-item {
	/*display: inline-block;*/
	font-size: 16px;
}
.city-directory-list-item a {
	color: #746E65;
	display: inline-block;
	padding-top: 20px;
}
ul.simple-inline-list,
.simple-list,
.subsection-list {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}
ul.simple-inline-list li {
	display: inline;
	margin: 0 2em .5em 0;
	line-height: 25px;
}
.simple-list-item {
	display: inline-flex;
	margin: 0 0 5px 0;
}
.large-list {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}
.large-list-item {
	display: inline-flex;
	margin: 0 0 5px 0;
}
.popular-areas-block .simple-list-item {
	margin: 5px 30px 0 0;
}
.subsection-list-header {
	color: #7AB430;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.subsection-list-item {
	font-size: 13px;
	margin: 0 0 5px;
}
.subsection-list-item a {
	font-weight: 600;
	margin: 0 5px 0 0;
}
/* mobile list views */
.list-row {
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.inline-link-block-heading {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0 10px 20px;
}
.inline-link-block {n
	list-style: none;
	margin: 0;
	padding: 0 200px 0 20px;
}
.inline-link-block li  {
	padding: 0 0 0 0;
}
/*------------------------------------*\
    @ADS
\*------------------------------------*/
/* CARBON ADS */
/*.native-ad .default-img {
	display: block;
	margin-bottom: 5px;
}
.native-ad .default-poweredby {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
}*/
.native-ad .default-ad {
	font-size: 13px;
	text-transform: uppercase;
}
.native-ad .default-title {
	/*display: block;*/
}
.native-ad .default-title::after {
    content: " - ";
}
.native-ad .default-image img {
	display: block;
    margin: 10px 0;
}
.plug-wrapper-001, .topBannerPlug {
	border-bottom: 1px solid #eee;
	position: relative;
	background-color: #fafaf5;
	padding: 0;
	margin: 0 auto;
}
.topBannerPlug {
	background-color: #fff;
	color: #012433;
	min-height: 46px;
	line-height: 22px;
}
.topBannerPlug .container {
    display: flex;
    align-items: center;
}
.top-cta-box .topBannerPlug {
    margin-top: 40px;
}
.top-cta-box .topBannerPlug .container {
	max-width: 100%;
}
.topBannerPlug table {
	max-width: 100%;
	margin: 8px auto 16px;
}
.ad-slot-inline-row table tr,
.ad-slot-inline-row table td,
.ad-slot-inline-ba table tr,
.ad-slot-inline-ba table td,
.topBannerPlug table tr,
.topBannerPlug table td {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
}
.topBannerPlug table a {
	text-decoration: underline;
	color: #012433; /*#012332;*/
}
.ad-slot-inline-ba table tr:nth-of-type(2),
.topBannerPlug table tr:nth-of-type(2) {
	margin-left: 6px;
}
.ad-slot-inline-ba table tr:nth-of-type(3),
.topBannerPlug table tr:nth-of-type(3) {
	display: none;
}
.adBadge {
	font-weight: normal;
    border: solid 1px #012433;
    border-radius: 3px;
    padding: 0 2px 1px;
    margin-right: 12px;
    font-size: 9px;
    color: #012433;
    display: inline-block;
    line-height: 11px;
    vertical-align: baseline;
    font-family: Lato,arial,sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
}
#mobile-header .adBadge {
    border: solid 1px #939393;
    padding: 10px 20px;
	font-weight: bold;
}
#mobile-header .adBadge:hover {
	text-decoration: none;
}
.home #mobile-header .adBadge {
	color: #fff;
}
.home #mobile-header .adBadge:hover {
	color: #fff;
}
@media only screen and (min-width: 340px) {
	#mobile-header .adBadge {
	    font-size: 15px;
	}
}
@media only screen and (max-width: 600px) {
	.plug-wrapper-001 {
		margin-top: 75px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 990px) {
	.top-cta-box .topBannerPlug {
	    border: solid 1px rgba(3, 169, 244, 0.15);
	    background-color: white;
    }
}
@media only screen and (min-width: 991px) {
	.top-cta-box .topBannerPlug {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    right: 0;
	}
}
#topBannerPlug, .topBannerPlug {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#topBannerPlug {
	opacity: 0;
}
.top-cta-box #topBannerPlug {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.plug-info {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 1%;
}
@media only screen and (max-width: 600px) {
	.top-cta-box #topBannerPlug {
		position: inherit;
	}
	.top-cta-box .plug-wrapper-001 {
	    margin-top: 15px;
	}
	.plug-info {
		right: 0;
	}
}
.plug-info .btn {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
.plug-info .glyphicon {
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: -2px;
}
.plug-info .popover {
	width: 400px;
}
.ad-slot-inline { position: relative; }
.ad-slot-inline-ba,
.ad-slot-inline-row {
    padding: 14px 20px;
    text-align: center;
}
.ad-slot-inline:hover .ad-slot-inline-ba {
	background-color: #fff;
}
.ad-slot-inline-row a, .ad-slot-inline-ba a {
	text-decoration: underline;
    color: #00bcd4;
}
.ad-slot-inline-row .ad-link, .ad-slot-inline-ba a {
	margin-top: 10px;
	font-weight: bold;
}
.tax-cities .ad-slot-inline-row, .tax-cities .ad-slot-inline-ba {
    margin: 50px auto;
}

/*------------------------------------*\
    @ADMIN/SETTINGS
\*------------------------------------*/
#user_switching_switch_on {
font-size: 13px;
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 10%;
}
.admin-tabs {
	margin: 50px 0 0;
}
.admin-wrap .username-heading {
	color: #DA1717;
	font-size: 22px;
	margin-bottom: 0;
}
.worker .hentry h1,
.worker .hentry h2,
.worker .hentry h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

/*------------------------------------*\
    @MESSAGING
\*------------------------------------*/
.landing-tip-basic {
	background-color: #f1f8ff;
    border: 1px solid #1b1f2326;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 25px 20px;
    position: relative;
}
.landing-tip-basic-full {
	background-color: #f4f4f4;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto 20px;
    padding: 25px 20px;
    position: relative;
}
.landing-tip-notify {
	background-color: #c0ecff;
    border: 1px solid #02a4ef;
    border-radius: 4px;
    color: #024766;
    font-size: 16px;
    padding: 20px;
}
.flash {
	background-color: #fad948;
  border-top: 1px solid #FFC107;
  border-bottom: 1px solid #FFC107;
  color: #00113d;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1;
  padding: 5px 5px 7px;
  position: relative;
}
.flash a {
    /*color: #333;*/
    font-weight: bold;
    text-decoration: underline;
}
.auto-fade-out-message {
	position: fixed;
	top: 80px;
	right: 2%;
}
.action-message-wrap,
.auto-fade-out-message {
	box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
	background: linear-gradient(to right,#FFEB3B,#FFC107);
	color: #000;
	display: none;
	font-size: 15px;
	font-weight: 500;
	left: 0;
	padding: 24px 35px 17px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 9999;
}
.action-message-wrap a,
.auto-fade-out-message a {
	color: #000;
	text-decoration: underline;
}
.notice-message-bottom-wrap {
	background-color: #1d1e27;
    border: 1px solid #ffc828;
    border-radius: 3px;
    color: #fff;
	font-size: 14px;
	left: 10%;
	padding: 10px;
	position: fixed;
	right: 10%;
	bottom: 10px;
	z-index: 998;
	line-height: 1.2;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.notice-message-bottom-wrap {
		left: 0;
		right: 0;
    	z-index: 9999999999;
	}
}
.welcome-message {
	color: #fff;
	padding: 20px 0 0;
}
.alert,
.user-alert {
	border: none;
	border-radius: 0;
	padding: .75rem 1rem .75rem 2rem;
	font-size: 12px;
	font-style: normal;
	margin: 1rem auto;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	/*text-align: left;*/
}
.alert.alert-success {
	background-color: #2A01D7;
	color: #fff;
}
.alert.alert-warning {
	background-color: #FFCC33;
	color: #fff;
}
.user-alert.user-alert-info {
	border-radius: 0;
    border: none;
    border-bottom: none;
    border-top: none;
    background-color: #FFEB3B;
    font-weight: bold;
}
.user-alert.user-alert-info strong{
    color: #666; font-weight: normal;
}
.alert.alert-error,
.alert.alert-danger,
.user-alert.user-alert-error,
.user-alert.user-alert-punch {
    color: rgba(229, 25, 55, 0.94);
    font-weight: bold;
}
.alert.alert-danger a,
.user-alert.user-alert-error a,
.user-alert.user-alert-punch a {
    color: #fff;
    text-decoration: underline;
}
.alert-reminder {
	background-color: #eee;
}
.alert-bar-mini a {
	/*text-decoration: underline;*/
}
.alert-bar-mini {
	/*background-color: #FBFCCC;*/
	font-size: 14px;
	padding: 2px;
}
.alert-bar-mini.new {
	background-color: #FBFCCC;
}

/*------------------------------------*\
    @META DATA
\*------------------------------------*/
.mini-location-meta {
	font-size: 12px;
}
/*------------------------------------*\
    @COMMENTS
\*------------------------------------*/

.comment-form-comment .form-control {
	font-size: 18px;
	margin-bottom: 20px;
}
.comment-reply-title {
	text-align: right;
}
.more-comments-notification {
	border-top: 1px solid #fafafa;
	color: #F55567;
	display: none;
	padding: 10px 0;
	text-align: center;
}
.comments-wrap {
	padding-right: 20px;
	width: 100%;
}
.vote-this-btn {
	display: none;
}
.vote-this-btn.vote-registered {
	background-color: #fff;
	color: #999;
	cursor: inherit;
}
.vote-this-btn.vote-registered:hover {
	background-color: #fff;
}
.vote-this-btn .glyphicon {
	display: none;
	margin-right: 10px;
}
#userComments ul { list-style-type: none; margin: 0 0 2em; padding-left: 0; }
#userComments ul.children { margin-top: 1em; padding-left: 20px; }
#userComments li.comment { margin-bottom: 2em; overflow: hidden; }
#userComments li.comment p {}
#userComments li.comment .says {font-size: 12px;}
#userComments li.comment p {margin: 0 0 0 85px;}
#userComments li.comment .reply,
/*#userComments li.comment cite,
#userComments li.comment .commentmetadata { font-size: 12px;}*/
#userComments li.even {}
#userComments li.thread-even {}
#userComments li.depth-1 {}
#userComments li.depth-2 {padding: 20px 0 0;}
#userComments .comment-author img.avatar {
	/*float: left;*/
    width: 60px;
	height: 60px;
}

@media (max-width: 567px) {
	#userComments .comment-author img.avatar {
		height: auto;
	}
}

.comment-author {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
}
#userComments { list-style:none; text-indent:0; }
#userComments li { }
#userComments li.alt { }
#userComments li.bypostauthor {}
#userComments li.byuser {}
#userComments li.comment-author-admin {}
#userComments li.comment div.comment-author {}
#userComments li.comment .vcard { max-width: 100%; }
#userComments li.comment .vcard cite.ftn { font-style:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 64px;
  display: inline-block;
  word-wrap: break-word;
	margin-top: 0;
}
#userComments li.comment .vcard cite.ftn a.url {}
#userComments li.comment .vcard img.avatar { float:right; margin:0 0 1em 1em; }
#userComments li.comment .vcard img.avatar-32 {}
#userComments li.comment .vcard img.photo {
	margin: 0;
}
#userComments li.comment .vcard span.says {}
#userComments li.comment .commentmetadata { color: #999; margin-top: 20px; }
#userComments li.comment div.comment-meta {  }
#userComments li.comment div.comment-meta a { color:#ccc; }
#userComments li.comment p { display: inline; margin:0 0 1em; line-height: 1.3!important;}
#userComments li.comment ul { list-style:square; margin:0 0 1em 2em; }
#userComments li.comment div.reply { padding-left: 0; }
#userComments li.comment div.reply a { font-weight:bold; }
#userComments li.comment ul.children { list-style:none; margin-top:1em; text-indent:0; }
#userComments li.comment ul.children li {}
#userComments li.comment ul.children li.alt {}
#userComments li.comment ul.children li.bypostauthor {}
#userComments li.comment ul.children li.byuser {
	margin-bottom: 0;
}
#userComments li.comment ul.children li.comment {}
#userComments li.comment ul.children li.comment-author-admin {}
#userComments li.depth-2,
#userComments li.depth-3,
#userComments li.depth-4,
#userComments li.depth-5 { margin: 0 0 0 0; }
#userComments li.comment ul.children li.odd {}
#userComments li.thread-alt { }
#userComments li.thread-even {}
#userComments li.thread-odd {}
.comment-respond {
	margin-bottom: 0;
}

/*------------------------------------*\
    @FORMS
\*------------------------------------*/
.modal form {
	text-align: left;
}
.add .table {
	border: none;
	margin-bottom: 0;
}
select {
	background-color: #FFF;
	background-image: -webkit-linear-gradient(#FFF, #F2F2F2);
	background-image: linear-gradient(#FFF, #F2F2F2);
	border: 1px solid #C7C7C7;
	color: #393C3D;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 1.4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
}

/*.form-group {
	margin-bottom: 20px;
}*/

.admin-form label {
	color: #999;
	font-size: 13px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    margin-bottom: 0;
    /*margin-left: 5px;*/
}
.admin-form .eg {
	color: #666;
	font-size: 12px;
	display: block;
}
.admin-form .form-group {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}
.admin-form .form-group input[type="text"],
.admin-form .form-group input[type="password"],
.admin-form .form-group textarea {
	color: #111 !important;
    border: none;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 12px 0;
    box-shadow: none;
}
.form-section-header {
	margin: 0 0 20px;
}
.form-section-wrap {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 20px 20px;
}
@media all and (min-width: 900px) {
	#payment-form {
		margin-right: 60px;
	}
}
@media (max-width: 567px) {
	#openProfileUpdates input[type="file"] {
	    display: inline-block;
	    max-width: 235px;
	}
}
#simple-local-avatar {
	display: inline-block;
	font-size: 14px;
}

/*------------------------------------*\
    @ADD LOCATION FORM
\*------------------------------------*/

#addLocation p.intro {font-size: 14px; line-height: 18px; padding: 0; margin: 0; }

p.footnote, p.eg { font-size: 90%; margin-bottom: 10px; }
a.tip { color: #565A5D; text-decoration: none; font-size: 14px; letter-spacing: .5px;}

#userInput .center { text-align: center; }

.on-location, .off-location { display: none; }
.col-xs-12.spacer { margin-top: 20px; }
.left-justify { text-align: left; }

.required span.eg, label span.eg { font-weight: normal; }
.required a.tip { border-bottom: dashed 1px #F22613;}

input.int { width: 100px; display: inline; margin-right: .5rem; margin-bottom: .5rem; }
#userInput .int { margin-left: -10px; }

/*------------------------------------*\
    @PLANS
\*------------------------------------*/
.active-plan-marker {
	padding: 4px 10px;
}

/*------------------------------------*\
    @STRIPE OVERRIDES
\*------------------------------------*/
#payment-form fieldset {
	border: none;
}
#payment-form h1.title { margin-bottom: 0; font-size: 28px; }
#payment-form.form-horizontal input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    background-color: #f9f9f9;
}
#payment-form.form-horizontal .control-group {
    margin-bottom: 8px;
}
#payment-form.form-horizontal .input-mini { width: 80px; }
@media (min-width: 900px){
	#payment-form {
	    margin-right: 5px;
	}
	/*.modal form {
	    text-align: left;
	    margin-top: 30px;
	}*/
}
.wpfs-members-summary {
	padding: 30px!important;
}

/*------------------------------------*\
    @MISC
\*------------------------------------*/
.js-hidden-for-load {
	display: none;
}
::selection {
	background:#286efa;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#286efa;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#286efa;
	color:#FFF;
	text-shadow:none;
}
img#wpstats{
	display:none
}

/*------------------------------------*\
    @MAPS
\*------------------------------------*/
.wrap_controls {
	margin-bottom: 300px;
}
.no-results-found {
	background-color: #fff;
	color: #ACACAC;
}
.no-results-message {
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 30px;
}
.popular-areas-list {
	color: #ddd;
}
.leaflet-left {
	left: 3px;
}
.leaflet-bottom {
    z-index: 1;
}
.leaflet-bottom, .leaflet-top {
    z-index: 1!important;
}
.map-sidebar-header-container {
	background-color: #fff;
	font-size: 14px;
	left: 0;
	padding: 10px 20px 0 30px;
	position: fixed;
	top: 53px;
	width: 60%;
	z-index: 9999;
}
.location-count-wrap {
	display: none;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #ddd;
}
#locationConfirmation{
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 5px;
}
.filter-options-wrap,
.more-options-wrap {
	list-style: none;
}
.filter-footer {
	background-color: #fff;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 10px 10px 0;
}
.filter-more-btn {
	margin-right: 10px;
}
.filter-hide-wrap {
	display: inline-block;
	margin-left: 65px;
	margin-bottom: 10px;
}
.filter-hide-wrap:focus,
.filter-hide-wrap:active,
.filter-hide-wrap:hover {
	color: #222;
}
.filter-hide-wrap:focus {
	outline: 0;
}
.filter-label {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}
.filter-option {
	cursor: pointer;
	position: relative;
}
li.filter-option {
	margin: 0 0 5px 5px;
	padding: 5px 10px;
}
.filter-tip {
	position: absolute;
	top: 7px;
  	right: 15px;
	font-size: 13px;
}
/*.filter-options-wrap .filter-option {
	margin: 12px 20px;
}*/
.toggle-type {
	cursor: pointer;
	font-weight: 500;
}
.filter-option .fa, .filter-tip .fa {
	display: none;
}
.filter-option.active .fa, .filter-tip.active .fa {
	color: #3a98fb;
	display: inline-block;
	padding-left: 5px;
}
.more-filters-wrap {
	display: none;
}
.more-filters-wrap.open {
	display: block;
}
.toggle-extra-filters {
	color: #222;
	margin: 26px 10px 0 0;
}
.filter-reset {
	color: #AAA;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 12px;
	font-size: 12px;
}
.filter-reset:hover {
	color: #5d5d5d;
	text-decoration: underline;
}
.filter-option.active, .filter-option.searchActive {
	color: #000;
}
.toggle-type.active {
	border: 1px solid #23273d;
}
.filter-option.searchActive {
	cursor: default;
}
.input-filter {
	margin-right: 10px;
}
#wf-list-results .mapgrid-wrapper a,
#wf-list-results .mapgrid-wrapper a:hover,
.location-list-item-wrap a,
.item-meta-wrap a:hover,
.item-meta:hover { text-decoration: none; }
.mapgrid-wrapper:hover img {
	opacity: 0.90;
}
.mapgrid-wrapper.promoted-search-card {
	background-color: #f0f0f0;
}
.location-list-inner-scrolling-layer {
	padding: 0 0 90px 30px;
	position: relative;
	width: 100%;
}
.location-list-item-wrap {
	margin: 0 0 20px;
}
.location-list-item-wrap.promoted {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
    border: 3px solid #286efa;
    padding: 5px;
}
.location-list-item-wrap.promoted span {
	color: #fff;
    position: absolute;
    top: 10px;
    right: 7px;
    background-color: #2c6efc;
    padding: 5px 15px;
    z-index: 2;
    border-radius: 3px;
}
.location-list-item-wrap.promoted span:hover {
	cursor: help;
}
.location-list-item-wrap.promoted .popover {
	background-color: #24303e;
	border-color: #24303e;
	margin-top: 5px;
	max-width: 200px!important;
}
.location-list-item-wrap.promoted .popover.left>.arrow:after {
  	border-left-color: #24303e;
}
.location-list-item-wrap.promoted .popover-content {
  	background-color: #24303e;
  	color: #fff;
	font-size: 14px!important;
	line-height: 21px!important;
}
.location-list-item-wrap:hover h2, .location-list-item-wrap:hover h2 a {
	text-decoration: underline;
}
.item-meta-wrap-fs{
	line-height: 18px;
	padding: 10px 5px;
	font-size: 13px;
}
.location-list-item-wrap .item-meta-wrap,
.gm-style .item-meta-wrap {
	line-height: 1.5;
	padding: 10px 0 0 0;
	position: relative;
}
.popup .item-meta-wrap {
	height: auto;
}
.location-list-item-wrap .item-meta {
	/*color: #384459cc;*/
	font-size: 13px;
	font-weight: 500;
	/* truncate long names */
	width: 87%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gm-style .item-meta {
	color: #384459cc;
	font-weight: 400;
	font-size: 14px;
	/* truncate long names */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.location-list-item-wrap .item-meta.item-meta-distance{
    position: absolute;
    bottom: 0;
    right: 5px;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
}
.gm-style .item-meta.item-meta-distance {
    color: #999;
    line-height: 13px;
    padding: 10px 0 0;
}
.location-list .breadcrumb,
.location-list .breadcrumb a {
	color: #999;
}
.location-list .item-img-wrap {
	border: 1px solid #dad6c8;
	min-height: 149px;
	position: relative;
}
.location-list .item-img-wrap.no-img,
.popup-img-wrap.no-img {
	border: 1px solid #eee;
}
/*.location-list .item-img-wrap.no-img img,
.popup-img-wrap.no-img img {
	opacity: 0.8;
}*/
.unverified:hover img,
.unverified:hover img {
	opacity: .9;
}
.location-list .item-img-clip {
	overflow: hidden;
	position: relative;
	height: 215px;
}
.inner-card-meta-wrap .item-wifi-label {
	bottom: 5px;
	color: #fff;
	display: none;
	font-size: 19px;
	font-weight: 600;
	padding: 3px 10px;
	position: absolute;
	left: 0;
	text-align: left;
}
.inner-card-meta-wrap .item-wifi-label .glyphicon {
	font-size: 13px;
}
.logged-in .inner-card-meta-wrap .item-wifi-label,
.inner-card-meta-wrap .item-wifi-label-static {
	display: inline-block;
}
.logged-in .inner-card-meta-wrap .item-wifi-label-static {
	display: none;
}
.location-list .item-img-wrap a.img-missing {
	display: block;
}
.location-list .item-img-wrap .img-missing .glyphicon-camera {
	font-size: 30px;
}
.location-list .item-img-wrap img {
    min-width: 100%;

}
.location-list h2, .location-list h2 a {
	color: #22313F;
	cursor: pointer;
	display: block;
	font-size: 19px;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	/* truncate long names */
	width: 89%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.location-list .location-list-item-actions-wrap {
	margin: 10px 0 0;
}
.location-list .wf-list-results a {
	display: block;
	font-size: 13px;
}
.wf-search-pgcontent {
	background-color: #fff;
}
#wf-related-content, #wf-filters {
	padding-left: 10px;
}
#wf-filters {
	display: none;
    font-size: 13px;
    font-weight: 500;
    min-width: 100px;
    padding: 15px 0 5px 30px;
    /*background-color: #efebea52;*/
    margin-bottom: 15px;
}
#wf-related-content { padding: 15px 0; font-size: 18px; font-weight: 300; }
#wf-map-callout { font-size: 18px; font-weight: 300; padding-bottom: 4px; }
#wf-related-content .avatar { vertical-align: middle; margin-right: 5px;}
#wf-related-content h1 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
}
#wf-related-content h1 a {
	color: #EC3720;
	text-decoration: none;
	font-weight: normal;
}
#wf-related-content h1 span {
	font-style: italic;
	font-size: 14px;
}
#wf-related-content p {
	padding: 10px 0px;
}
#wf-related-content a {
	text-decoration: underline;
}
#wf-mapview-container {
	height: 93vh;
	margin-top: 20px;
	overflow: hidden;
}
#wf-mapview-list {
	background-color: #fff;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#wf-list-results {
	overflow-x: hidden;
	clear: left;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
#wf-mapview-map {
	position: relative;
	background-color: #f9f8f5;
	overflow: hidden;
	z-index: 0;
	height: 100%;
	padding-left: 0;
}
#wf-mapview-map:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    pointer-events: none;
}
@-webkit-keyframes loader-img-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-img-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-img-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@-ms-keyframes loader-img-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#wf-mapview-container .loader-img { background-color: #ffffffd1;position: absolute; top: 10px; right: 0; bottom: 0; left: 0; margin: 0 auto; text-align: center; padding-top: 15%; z-index: 3;}
.loader-img img {
  -ms-animation: loader-img-rotate 1s linear infinite;
  -moz-animation: loader-img-rotate 1s linear infinite;
  -webkit-animation: loader-img-rotate 1s linear infinite;
  -o-animation: loader-img-rotate 1s linear infinite;
  animation: loader-img-rotate 1s linear infinite;
}
#js-foursquare-overlay-mask { display: none; z-index: 3; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0 auto; text-align: center; padding: 205px 20px 0; background-color: rgba(255,255,255,.9); }

/*.mapgrid-wrapper.highlighted { border: 1px solid #FFC700; }*/
#wf-list-results .mapgrid-wrapper { padding-top: 10px; padding-bottom: 10px;}
#wf-list-results .mapgrid-wrapper .location-list-item-wrap { margin: 0;background-color: #f9f8f5;}
#wf-list-results .mapgrid-wrapper .popup-meta-footer {
	background-color: #fff;
}
#wf-list-results .active { display: block; }
#wf-list-results .mapgrid-wrapper { float: none; display: inline-block; }
.inner-meta-viewonmap {
    border: 1px solid #25303e;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 13px;
    position: absolute;
    bottom: 42px;
    right: 10px;
    z-index: 3;
    color: #25303e;
    font-size: 15px;
    overflow: hidden;
}
.promoted .inner-meta-viewonmap {
    bottom: 49px;
    right: 19px;
}
.inner-meta-viewonmap:hover {
	color: #25303e;
	cursor: pointer;
}
.inner-meta-viewonmap:hover .fa{
    color: 25303e;
    transition: 0.9s;
    transform: rotateY(180deg);
}
.popup-click.cover-click {
	top: 20px;
	cursor: pointer;
    z-index: 999;
}
.card-click.cover-click {
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}

/*------------------------------------*\
    @MODALS
\*------------------------------------*/
body.modal-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.platform-ios.modal-open {
  position: fixed;
}
.modal-content.no-footer {
	padding-bottom: 40px;
}
.modal-body {
	padding-top: 15px;
	padding-bottom: 5px;
	min-height: 15vh;
	max-height: 65vh;
	overflow: scroll;
}
.modal-dialog.mini {
    max-width: 400px;
}
#checkinSomewhere .modal-body {
	padding: 0 20px;
}
@media (max-width: 567px) {
	.modal-dialog.mini {
   		width: auto;
	}
}
.modal-dialog.search p {
    font-weight: normal;
}
.modal-body h3 {
	line-height: 35px;
	letter-spacing: .2px;
	word-wrap: break-word;
}

.modal-sm{
	padding: 5em 1em;
    background-color: rgba(255,255,255,.5);
}
.modal-message {
	padding: 20px;
}
.modal-message h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (max-width: 567px) {
	.modal-body {
		padding: 10px;
    	overflow: auto;
    }
}
.full-page-overlay {
	background-color: #000c;
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	padding: 3vmin;
}
.full-page-overlay.hidden {
	display: none;
}
.full-page-overlay-mask {
	background-color: #000c;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0.8;
}
.full-page-overlay-mask.show {
	background-color: #000c;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0.8;
}
.full-page-overlay-mask.thinking {
	background-color: #ffffff;
	display: none;
	padding-top: 15%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*z-index: 1001;*/
	z-index: 2;
	opacity: 1;
	text-align: center;
}
.full-page-overlay-inner-content {
	padding: 50px 60px;
	background-color: #fff;
}
.full-page-overlay-inner-content h4 {
	color: #333332;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}
.close-full-overlay {
	color: #AFAFAF;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 999;
}
.close-full-overlay:hover {
	color: #222;
}
.modal-footer-disclaim {
	font-size: 12px;
	padding: 15px 5px 0;
}
/*------------------------------------*\
    @DASHBOARD
\*------------------------------------*/
img.media-object {
    width:  100%;
    height: 100%;
    background-size: cover;
}
.account-container .tab-pane {
	height: 100%;
	min-height: 50vh;
	padding: 20px 20px 200px;
}
.account-container .tab-content {
	padding: 0;
}
#dashboard.tab-pane {
	padding: 8px 15px 200px;
}
@media (max-width: 567px) {
	.account-container .tab-pane {
		padding: 10px 0 200px;
	}
	#dashboard.tab-pane {
	    padding: 0 0 200px;
	}
	.single-location-primary-column .tab-pane {
		padding: 0 5px 40px;
	}
}
.tab-pane {
	-webkit-transform:translate3d(0,0,0);
	display: none;
}
.dashboard {
	overflow: hidden;
	/*padding-bottom: 100px;*/
}
/*#creditsVenue .panel-heading {
	background: linear-gradient(to right,#2901d7,#7151ff);
}
#creditsVenue .panel-title {
	color: #fff;
}*/
#creditsVenue .panel-title a,
#creditsVenue .panel-title a:hover,
#creditsVenue .panel-title a:focus
#creditsVenue .panel-title a:active {
	color: #0366d6;
}
#dashboard .panel-body li {
	font-size: 14px;
}
.videoplayer {
	border: solid 5px #000;
	margin: 0 auto;
    display: block;
    max-width:580px;
    height:281px;
	width: 100%;
}

/*------------------------------------*\
    @ACCOUNT (/worker)
\*------------------------------------*/
.account-welcome-strip {
	/*color: #fff;*/
	font-size: 14px;
	line-height: 1.3;
	/*min-height: 40px;*/
	/*padding-left: 75px;*/
	/*padding-top: 10px;*/
}
.account-welcome-strip .avatar {
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 3px;
	width: 32px;
}
.account-welcome-strip a {
	/*color: #fff;*/
}
@media all and (max-width: 567px) {
	.account-welcome-strip .avatar {
		display: none;
	}
	.account-welcome-strip {
		min-height: 20px;
	}
}
.account-container {
	/*padding-top: 20px;*/
	/*background-color: #eceae4;*/
	min-height: 80vh;
	/* padding-bottom: 50px; */
	position: relative;
}

@media (max-width: 567px) {
	.account-container .tab-content {
		padding: 0 10px 10px;
	}
}

.worker #jsActiveTab .dashboard-section-feature,
.worker #jsActiveTab .plans-section-feature {
	display: none;
	height: 300px;
	align-items: center;
	align-self: center;
	background-position: center;
	position: relative;
}
.worker #jsActiveTab .dashboard-section-feature h1,
.worker #jsActiveTab .plans-section-feature h1 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 20px #000;
	font-weight: 400;
	letter-spacing: -2px;
	z-index: 2;
}
.worker #jsActiveTab .dashboard-section-feature img {
	z-index: 2;
	max-width: 900px;
}
.worker #jsActiveTab .plans-section-feature img {
	z-index: 2;
	max-width: 600px;
}
.worker #jsActiveTab .dashboard-section-feature{
	height: 400px;
}
.worker #jsActiveTab .dashboard-section-feature h1{
	font-size: 72px;
}
.worker #jsActiveTab.dashboard .dashboard-section-feature { display: none; }
.worker #jsActiveTab.plans .plans-section-feature { display: none; }
.worker .page-container { width: 100vw; padding-top: 0; }

.worker .callout {
    padding: 20px 10px 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.clear { clear: both; }

/* this matches the col-lg-6 cols we're using */
@media all and (min-width: 767px) {
	.worker #jsActiveTab.dashboard .dashboard-section-feature,
	.worker #jsActiveTab.plans .plans-section-feature { display: flex; }
	.perk .overlay .thumbnail {
		border: 1px solid #999;
		box-shadow: 5px 2px 7px #eee;
		padding: 20px;
	}
	.perk .caption { padding-bottom: 0; }
	#checkinSomewhere ul {
		min-height: 60vw;
	}
}

/*------------------------------------*\
  @ADS + ALERTS
\*------------------------------------*/
.mini-plug-banner {
    font-size: 13px;
    font-weight: normal!important;
    line-height: 1;
    display: block;
    border-radius: 4px;
    max-width: 65%;
    padding: 2px;
    color: #111;
    display: block;
    margin-top: -10px;
}
.mini-plug-banner:hover {
    color: #111;
}
@media only screen and (max-width: 768px) {
	.mini-plug-banner {
		margin-top: 0;
	}
}
.mini-plug-banner span {
	color: #17a79b;
    font-weight: 500!important;
    /*display: block;*/
}
.mini-plug-banner strong {
    font-weight: bold!important;
}
.js-test-message {
	line-height: 25px;
	padding: 5px 0;
}
.promo-alert {
	background-color: #ffffffe6;
	/*background: linear-gradient(to right,#2901d7e8,#7151ffde);*/
    padding: 4px 0;
}
.promo-alert a {
	font-weight: bold;
}
#topSiteAlert {
	display: block;
    font-size: 18px;
    padding: 10% 10px 0;
    text-align: center;
    z-index: 999; /* needs to be the highest to avoid overlap with other positioned elements like navigation */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    height: 100vh;
}
#jsDismissSuccessMessage{
	position: absolute;
	right: 15px;
	top: 11px;
	text-decoration: none;
}
a#jsDismissTopAlert {
	text-decoration: none;
}
/* ads */
#stickyAdContainer {
	display: none;
	position: fixed;
	left: 50px;
	bottom: auto;
	width: 300px;
	z-index: 1000; /* we need this to be so high because mapbox sets their map ui controls to a z-index of 1000. */
	bottom: 50px;
}
#stickyAd {
	background-color: #FAFAFA;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 15px;
    padding-bottom: 80px;
}
#stickyAd label {
	color: #222;
	display: block;
	font-size: 16px;
	padding: 10px 80px 10px 15px;
}
#stickyAd .ad-label {
	bottom: 55px;
	color: #aaa;
	font-size: 13px;
	padding: 0;
	position: absolute;
	left: 17px;
}
#stickyAd .adtxt {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 300;
}
#stickyAd .adtxt a {
    font-weight: bold;
}
#stickyAd .promoted-alert-label {
	color: #6C9DAB;
}
#stickyAd .ad-default-cta-group {
	background-color: #FAFAF5;
    border-radius: 0 0 3px 3px;
    bottom: 1px;
    left: 1px;
    position: absolute;
    right: 1px;
    text-align: center;
}
#stickyAd .ad-default-cta-group a {
	background-color: #F7F7F7;
	border-top: 1px solid #ddd;
	border-radius: 0 0 3px 3px;
	color: #565A5C;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
	width: 50%;
}
#stickyAd .ad-default-cta-group a.last {
	border-left: 1px solid #ddd;
	border-radius: 0 0 3px 0;
}
#stickyAd .ad-default-cta-group a:hover {
	background-color: #eee;
}
#stickyAd .ad-label .glyphicon {
	color: green;
}

/*------------------------------------*\
  @RESPONSIVE breakpoints & overrides
\*------------------------------------*/
@media only screen and (max-width:991px) {
	/* listings mobile */
	.member-deal-alert-details, .checkin-action-block { text-align: center; }
	.amenity-cards {
	    height: 60px;
	}
	.amenity-label {
		font-size: 12px;
	}
	.single-place #stickyListingColumn .fixed-mobile-btn-wrap {
		position: fixed;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    border-radius: 0!important;
	    z-index: 2;
	    margin-bottom: 0!important;
	    padding: 10px 20px;
	}
	#single-location-header {
/*	    margin-top: 5px;*/
	}
	/* hide on mobile listings */
	.single-place #intercom-container {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.mobile-footer p { padding-bottom: 1em; }
	.cities-statement .photo-byline, .cities-statement{ display: none; }
	.cities-statement.everywhere {
	  display: block;
	  background: url('/static/img/bg/cities-everywhere-mobile.jpg');
	  font-size: 12px;
	  height: 300px;
	  line-height: 26px;
	  padding: 20px 20px 0;
	}
	.post-statement {
		background: transparent!important; height: auto; margin: auto auto;
		padding: 1em 1em; line-height: auto; text-align: left; text-shadow: none;
		color: #000;
	}
	.cities-statement h1{ font-size: 48px; }
	.post-statement h1 {
		font-size: 3em; text-transform: capitalize; font-weight: bold;}
	.post-statement h1 small { margin-bottom: 1em; }
	.cities-statement h2, .post-statement h3 {
		font-size: 20px; font-weight: normal; font-style: normal; margin: 20px 0 12px 0; padding: 0 0 0 0; }
	#ui-overlay-menu { display: block; }
	/* ads: in JS at 768 so need this here, not mobile.css */
	#stickyAdContainer{ top: auto; bottom: 0; left: 0; right: 0; width: auto; display: block;
		z-index: 9999999999; border-top: 1px solid #333; border-bottom: 1px solid #333; }
	#stickyAd { border: none; border-radius: 0; box-shadow: none; display:block; font-size: 14px;}
	/* don't put intercom over ad - or people can't close them */
	#intercom-container .intercom-launcher {
	    left: 20px;
	    right: inherit;
	}
	body.modal-open #intercom-container .intercom-launcher-frame {
		display: none;
	}
	body #intercom-container .intercom-launcher-frame {
		display: block;
	}
	.js-dismiss-alert{ right: 20px; z-index: 1010; }
	.call-to-action-footer{ font-size: 16px;}
	.call-to-action-footer-inner-wrap { padding: 0; margin: 0px 30px 0px 0px; padding: 15px 0px; }
	.close-bar { right: 10px; top: 10px; z-index: 2;}
	.recent-label { border-bottom: solid 1px #ccc; }
	.homepage-feature .more { margin-top: 100px; text-transform: uppercase; font-weight: bold; font-size: 20px; }

	/* listings mobile */
	.amenity-cards {
	    height: auto;
	}
	.single-location-primary-column article {
		border: none;
		padding: 0;
	}
	#seenonBlock .text-right,
	#seenonBlock .text-left {
		text-align: center;
	}
	.single-location-primary-column h1.location-title {
		/*font-size: 35px;*/
	    margin-bottom: 0;
	    line-height: 1;
	    margin-top: 5px;
	}
	.location-aminity-card.upload,
	.location-aminity-card {
	    font-size: 12px;
	    line-height: 14px;
	    padding-top: 12px;
		padding-left: 0;
    	padding-right: 0;
   	}

	.location-aminity-card i.fa,
	.location-aminity-card.upload i.fa,
	.location-aminity-card .glyphicon {
		font-size: 18px;
		padding-bottom: 4px;
	}
	.location-aminity-card i.fa-custom svg {
		/*padding-bottom: 8px;*/
	}
	.location-aminity-card .wifi-speed,
	.location-aminity-card .upload.wifi-speed {
		font-size: 15px;
	}
	.amenity-label {
	    margin-top: -8px;
	}
	.amenity-label.wifi {
		font-size: 12px;
	}
	.wifi-block .location-aminity-card.login-required .amenity-label {
		padding: 20px 0;
	}
	.wifi-block .location-aminity-card.login-required .fa-wifi {
		display: none;
	}

	.location-feature-image-block,
	.location-feature-image-block,
	.location-feature-image-block .js-loading,
	.gallery-inner-wrap{
		max-height: 70vh;
	}

	.single-place #wf-mapview-map,
	.single-place #postmap,
	.single-place #postmapwrap{
		height: 400px;
	}

	.gallery-inner-wrap .left {
		width: 100%;
	}
	.gallery-inner-wrap .right {
		width: 66%;
	}
	#images-box .img-gallery-responsive {
	    height: 150px;
	    float: left;
	    width: 50%;
	}
	#images-box.right .img-gallery-responsive img {
	    min-height: 100%;
	    width: 100%;
	    height: auto;
	}
}
@media only screen and (max-width:480px) {
	.videoplayer {
		margin: 0 auto;
	    display: block;
	    width: 250px;
	    height: 130px;
	}
	.amenity-block { padding-top: 10px; }
}

#brief-ambassador-list { overflow: hidden; }
h3.ambassador-title a { color: #000; }
h1.ambassador-title {margin-bottom: 0;}
h1.ambassador-title img { margin-bottom: .5em;}

.days_dash, .hours_dash, .minutes_dash {
	border-right: 1px solid #ccc;
	position: relative;
	margin-bottom: 30px;
}
/*------------------------------------*\
  @IMAGES & LOADING
\*------------------------------------*/

/*.location-feature-image-block {
	border: 1px solid blue;
}*/

@media (max-width: 576px) {
	.location-feature-image-block {
		height: 200px;
	}
	.gallery-inner-wrap {
		width: 100%;
	}
	.avatar-mobile {
		max-width: 48px!important;
		margin-bottom: 4px!important;
	}
}
/*.logo .avatar {
	border: 2px solid #00bcd4;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    height: 37px;
    width: 37px;
}*/
.avatar {
	border-radius: 46%;
    -webkit-border-radius: 46%;
    -moz-border-radius: 46%;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    border: 0px solid rgba(255, 255, 255, 0);
    width: 46%;
}
#dashboard .avatar {
	margin-top: 2px;
	margin-bottom: 10px;
	/*margin-left: 5px;*/
	width: 120px;
    height: 120px;
}
#dashboard .personal-room-card .avatar {
	width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

/*.avatar-240 {width: 120px;max-height: 120px;margin-bottom: 8px;margin-right: 8px;}*/
.avatar-64 {width: 64px;max-height: 64px;margin-bottom: 8px;margin-right: 8px;}
.avatar-38 {width: 38px;max-height: 38px;margin-bottom: 8px;margin-right: 8px;}
.avatar-50 { width: 50px; height: 50px; }
.avatar-240 {width: 190px;max-height: 190px;margin-bottom: 8px;margin-right: 8px;}
.avatar-ambassador { width: 60px; height: 60px; }
.avatar-ambassador-large { border-radius: 100px; width: 175px; height: 175px; margin-bottom: 50px; }

.loading-indicator {
	color: #999;
	font-size: 18px;
	padding: 20px;
}
.loading-overlay {
	background-color: #FFF;
	bottom: 0;
	color: #aaa;
	display: none;
	left: 0;
	font-size: 18px;
	opacity: 0.95;
	padding: 0 0 0 25px;
	position: fixed;
	right: 0;
	top: 210px;
	z-index: 9998;
}

/*------------------------------------*\
  @COUNTDOWN
\*------------------------------------*/
.digit {
	height: 65px;
	color: #ccc;
	font-weight: 400;
	line-height: 65px;
	text-align: center;
	position: relative;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------*\
  @SHARING_BUTTONS
\*------------------------------------*/
.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}
.rrssb-buttons,.rrssb-buttons li,.rrssb-buttons li a{-moz-box-sizing:border-box;box-sizing:border-box}
.clearfix{zoom:1}
.clearfix:after{clear:both}
.clearfix:before,.clearfix:after{content:" ";display:table}
.rrssb-buttons{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}
.rrssb-buttons li{float:left;height:100%;list-style:none;margin:0;padding:0 2.5px;line-height:13px}
.rrssb-buttons li.email a{background-color:#0a88ff}
.rrssb-buttons li.email a:hover{background-color:#006ed6}
.rrssb-buttons li.facebook a{background-color:#306199}
.rrssb-buttons li.facebook a:hover{background-color:#244872}
.rrssb-buttons li.linkedin a{background-color:#007bb6}
.rrssb-buttons li.linkedin a:hover{background-color:#005983}
.rrssb-buttons li.twitter a{background-color:#26c4f1}
.rrssb-buttons li.twitter a:hover{background-color:#0eaad6}
.rrssb-buttons li.googleplus a{background-color:#e93f2e}
.rrssb-buttons li.googleplus a:hover{background-color:#ce2616}
.rrssb-buttons li a{background-color:#ccc;border-radius:2px;display:block;font-size:11px;font-weight:bold;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out}
.rrssb-buttons li a .icon{display:block;height:100%;left:10px;padding-top:9px;position:absolute;top:0;width:10%}
.rrssb-buttons li a .icon svg{height:17px;width:17px}
.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}
.rrssb-buttons li a .text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}
.rrssb-buttons li.small a{padding:0}
.rrssb-buttons li.small a .icon{height:100%;left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}
.rrssb-buttons li.small a .text{visibility:hidden}
.rrssb-buttons.large-format{height:auto}.rrssb-buttons.large-format li{height:auto}
.rrssb-buttons.large-format li a{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em;line-height:1vw}
.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}
.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}
.rrssb-buttons.large-format li a .text{font-size:15px;font-size:1vw}
.rrssb-buttons.large-format li a:hover{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}
.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}
.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}
.rrssb-buttons.small-format li a .icon svg{height:48%;position:relative;top:6px;width:80%}
.rrssb-buttons.tiny-format{height:22px;position:relative}
.rrssb-buttons.tiny-format li{padding-right:7px}
.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}
.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%}
.rrssb-buttons.tiny-format li a:hover,.rrssb-buttons.tiny-format li a:active{background-color:transparent}
.rrssb-buttons.tiny-format li.email a .icon svg path,.rrssb-buttons.tiny-format li.email a .icon svg polygon{fill:#0a88ff}
.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon{fill:#0054a3}
.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon{fill:#306199}
.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon{fill:#18304b}
.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon{fill:#007bb6}
.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon{fill:#003650}
.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon{fill:#26c4f1}
.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon{fill:#0b84a6}
.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon{fill:#e93f2e}
.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon{fill:#a01e11}
.rrssb-buttons a.popup {min-width: 1px!important;}
.share-biz {
	/*font-size: 12px;*/
	line-height: 23px;
	margin: 10px 0 0 0;
}
.share-biz.rrssb-buttons {
	width: auto;
}
.share-biz a {
	margin: 0 3px;
}
.share-biz .twitter,
.share-biz .google-plus,
.share-biz .facebook {
	float: left;
	margin-right: 10px;
}

/*------------------------------------*\
  @ALERTS
\*------------------------------------*/
.info-card-tight.old {
   	opacity: .7;
}
.js-new-content-alert {
    display: inline-block;
    /*margin-top: 4px;*/
    width: 64px;
    display: inline-block;
    text-align: left;
}
@media (max-width: 567px) {
	.js-new-content-alert {
	    margin-top: 2px;
	}
}
.js-new-content-alert-badge {
	/*line-height: 1.1;
    margin-left: 8px;
    margin-top: -1px;
    font-size: 10px;
    padding: 2px 5px!important;
    border-radius: 100%!important;
    height: 16px;
    width: 16px;*/
    background: #00ebc7;
    border-radius: 50%;
    content: "";
    display: inline-flex;
    flex-shrink: 0;
    height: 8px;
    margin: 5px 0 0 4px;
    width: 8px;
}
.account-dropdown {
	width: 55px;
}
.account-dropdown img { margin-top: -10px; }
.account-dropdown .caret { margin-bottom: 15px; }
.account-dropdown.dropdown-menu {
	border: 1px solid #ccc;
	margin-top: 5px;
	min-width: 200px;
	z-index: 3;
}
.account-dropdown.dropdown-menu p { margin: -5px 8px 2px 15px; }
.general-dropdown.dropdown-menu {
	border: 1px solid #ccc;
	font-size: 15px;
	margin-top: 13px;
    padding-top: 15px;
	text-align: left;
	z-index: 990;
}
.account-dropdown.dropdown-menu p {
	min-width: 200px;
}
.general-dropdown.dropdown-menu {
	min-width: 185px;
}
.new-content-alert {
	background-color: #fefefe;
	color: #39343B;
	cursor: pointer;
	display: none;
	margin-top: 8px;
	position: absolute;
	right: 45px;
	top: -5px;
}
.new-content-alert.hotness {
	/*background-color: #E2373C;*/
	background-color: #13C68C;
	color: #fff;
}
.new-content-dropdown {
	background-color: #FCFCFC;
	margin-top: 25px;
	margin-right: -100px;
	min-height: 200px;
	min-width: 350px;
	z-index: 1000;
}
.new-content-dropdown small {
	padding-left: 10px;
	white-space: nowrap;
}
.new-content-dropdown a {
	/*color: #565656;*/
	text-decoration: underline;
}
.new-content-dropdown h4 {
	color: #C3C3C3;
	font-size: 19px;
	font-weight: bold;
	padding-left: 20px;
}
.notification-item {
	padding: 10px 15px;
	position: relative;
}
/*------------------------------------*\
  @ANIMATIONS
\*------------------------------------*/
.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #F4F3F0;
  border-right: 1.1em solid #F4F3F0;
  border-bottom: 1.1em solid #F4F3F0;
  border-left: 1.1em solid #141a27;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------------------------*\
    @REAL-TIME
\*------------------------------------*/
.row.no-gutters div.popover-content {
	padding: 10px!important;
}
#real-time-capacity {
	cursor: pointer;
}
#real-time-capacity h1,
#real-time-capacity h2,
#real-time-capacity h3,
#real-time-capacity h4,
.real-time-signed-out-in-hero h2,
.real-time-signed-out-in-listing h4 {
	color: #fff!important;
}
#jsHero #real-time-capacity {
	left: 50%;
	margin-left: -98px;
	 /*margin-top: 5%;*/
	position: absolute;
	top: 33%;
}
#jsHero #real-time-capacity h2 {
	top: auto;
}
#jsHero .cover-click {
	z-index: 2;
}
.gallery-inner-wrap .real-time-widget-wrap {
	bottom: 20px;
	left: 20px;
	position: absolute;
	z-index: 1000;
}
.real-time-heading {
	  color: rgba(255, 255, 255, 0.35);
	  font-size: 150px;
	  font-weight: 600;
	  left: 0;
	  letter-spacing: 10px;
	  position: absolute;
	  right: 0;
	  top: 12%;
}
.real-time-signed-out-in-hero {
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
}
.real-time-signed-out-in-listing {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
  	text-align: center;
}
.real-time-signed-out-in-listing .inner-box {
	font-size: 15px;
	padding: 20px!important;
}
.real-time-signed-out-in-listing .inner-box h4 {
	margin-bottom: 4px;
}
.real-time-signed-out-in-listing a {
	color: #fff;
	text-decoration: underline;
}
.verified-label .density-widget-logo { float: none; width: 60px; margin-left: 0; margin-top: 0; margin-bottom: 2px;}


/*------------------------------------*\
    @PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    @TYPOGRAPHY: CMS STYLES
\*------------------------------------*/

.emphasis {
	color: #1cb6c9;
}
hr.clear {
 clear: both;
 visibility: hidden;
}
.hilight{ background-color: #ffcc11; }
.responsive img, .img-responsive img {
	display: block;
	height: auto;
	max-width: 100%;
}
.nobr { white-space: nowrap; }
.amp {
	font-family: "Lato",Palatino,sans-serif;
	font-weight: 300;
}
.dropcap {
    float: left;
    font-size: 80px;
    padding-right: 7px;
    line-height: 72px;
}
.pulledquote {
	display: block;
	float: right;
	padding: 20px 0 30px 10px;
	margin: 0 0 10px 40px;
	width: 40%;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: right;
	border-left: 1px solid #DDD;
	font-style: italic;
}
a.cursor-pointer:hover{
	cursor: pointer;
}
@media only screen and (max-width:1200px) {
	.caption{ font-size: 18px; line-height: 28px; }
	.caption h1 { font-size: 26px; }
}

/*Time Map*/

.timemap-bg {
	background: url("/assets/img/backgrounds/shop-bg.jpg");
	background-size: cover;
	color: white;
	line-height: 30px;
}

.timemap-bg h1 {
	font-family: 'Lato';
	font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0,0,0, .3);
	padding-bottom: 30px;
	margin-top: 0px;
	color: white;
}

.timemap-bg a {
	color: #1cb6c9;
	font-weight: bold;
}

.timemap-bg .jsCheckinSomewhere {
	color: white;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .8px;
	border: 3px solid transparent;
	transition: all .3s linear;
	margin-top: 10px;
}

/*.timemap-bg .jsCheckinSomewhere:hover {
	color: #1cb6c9;
	background-color: white;
}*/

.timemap-bg .jsCheckinSomewhere:hover {
	border: 3px solid white;
}

.timemap-bg #map {
	margin-bottom: 100px;
}

/*Plus / New Upgrade Page Styles*/

.upgrade-container p, .upgrade-container ul {
	font-weight: 300;
	line-height: 35px;
	font-size: 18px;
}

.lifetime-banner h4,
.lifetime-banner,
.upgrade-container h1,
.benefits-stack h3,
.upgrade-container h3,
.btn-upgrade,
.btn-upgrade.white,
.header-container .bottom h3 {
	-webkit-transform-style: preserve-3d;
}

.btn-upgrade {
	background-color: #E72D2D;
	border: 3px solid transparent;
	border-radius: 5px;
	padding: 10px 100px;
	color: white;
	text-transform: uppercase;
	transition: all .3s linear;
	letter-spacing: 1.3px;
}

.btn-upgrade:hover {
	border: 3px solid #E72D2D;
	background-color: rgba(255, 255, 255, 0.9);
	color: #E72D2D;
}

.btn-upgrade.white {
	background-color: transparent;
	border: 3px solid white;
	border-radius: 5px;
	padding: 10px 100px;
	color: white;
	text-transform: uppercase;
	transition: all .3s linear;
	letter-spacing: 1.3px;
}

.btn-upgrade.white:hover {
	background-color: white;
	color: #E72D2D;
}

.header-container .btn-upgrade {
	margin-top: 15px;
}

.header-container {
	background-image: url('/static/img/section-header/lwywf-header.jpg');
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: -10px;
	position: relative;
}

.upgrade-container .header-container .dark-layer {
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 75px;
	padding-bottom: 75px;
}

.top-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.upgrade-container .header-container h1,
.upgrade-container h2,
.upgrade-container h3,
.upgrade-container h4 {
	color: white;
}

.header-container .top {
	width: 60%;
	margin-bottom: 25px;
}

.header-container .bottom {
	margin-top: 25px;
}

.header-container .bottom h3 {
	letter-spacing: 1.1px;
}

.upgrade-container h1 {
	font-size: 3.2em;
}

.upgrade-container h2 {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 35px;
}

.lifetime-banner {
	margin-top: -5px;
	height: 65px;
	background-color: #286efa;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;
}

.lifetime-banner:hover {
	background-color: #06D6B3;
}

.lifetime-banner h4 {
	letter-spacing: 1px;
}

.benefits-stack {
	margin-top: 60px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.benefits-stack>* {
	width: 70%;
}

.benefits-stack h3 {
	color: black;
	letter-spacing: 1px;
}

.benefits-stack p {
	color: black;
	margin-top: 30px;
	margin-bottom: 20px;
}

.emojis {
	font-size: 36px !important;
}

.em.em-white_check_mark, .em.em-x {
	height: 1.25em;
}

.built-stack {
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
	background-image:url('/static/img/section-header/benefit-details-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.built-stack .top , .built-stack .bottom {
	width: 70%;
}

.built-stack .top {
	margin-bottom: 40px;
}

.built-stack .top h3 {
	margin-bottom: 40px;
}

.built-stack .top p {
	font-size: 1.2em;
}

.built-stack .bottom {
	text-align: left;
}

.testimonials-stack {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}

.testimonial-item {
	background-color: white;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	margin: 50px 30px;
	padding: 25px;
}

.testimonial-item h1 {
	font-family: cursive;
	font-size: 100px;
	margin-bottom: -30px;
}

.testimonial-item hr {
	border: 2px solid #E72D2D;
	width: 30%;
}

.testimonial-item .name {
	margin-bottom: 0px;
}

.testimonial-item .summary {
	font-size: .7em;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 20px;
}

.footer-upgrade-banner {
	background-image:url('/static/img/section-header/red-cat-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
	margin-bottom: -3px;
}

.footer-upgrade-banner h1 {
	color: white;
	font-size: 2.8em;
}

.footer-upgrade-banner img {
	max-width: 580px;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media (max-width: 740px) {
	.header-container {
		height: 600px;
	}
  .lifetime-banner h4 {
		font-size: 15px;
	}
	.benefits-stack {
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.benefits-stack>* {
		width: 90%;
	}
	.built-stack .top , .built-stack .bottom {
		width: 80%;
	}
	.footer-upgrade-banner h1 {
		color: white;
		font-size: 2em;
	}
	.footer-upgrade-banner img {
		width: 90%;
	}
}

/*Add Location Styles*/
.inline-search-ad-card {
    text-align: center;
    background-color: #fff;
    padding: 20px 10px 10px;
}
.inline-search-ad-card a {
	/*color: #fff;*/
	/*display: block;*/
	font-weight: bold;
}
.map-search-ad-card {
    background-color: #256aff;
    color: #fff;
    padding: 10px;
    border: 3px solid #fff;
}
.map-search-ad-card a {
	font-weight: bold;
	color: #fff;
}
.map-search-ad-card a small {
	font-size: 12px;
}
.add-header-text {
	font-weight: 200;
	font-size: 32px !important;
	margin-top: 50px !important;
}
.amenity-card-wrap.well {
	padding-top: 40px;
}

#editHoursBlock .checkbox {
	margin-top: 0;
}
#editHoursBlock .table td {
	font-size: 15px;
	vertical-align: middle;
}

#userInput .formLabel .eg {
	letter-spacing: 0;
	text-transform: none;
}

#userInput .typeSelect select {
	padding-left: 100px;
}

#userInput .typeSelect {
	width: 100%;
	height: 40px;
}

/*.form-row {
	display: flex;
}

.form-row .long {
	flex: 2;
}

.form-row .short {
	flex: 1;
}*/

#userInput label.toggle-btn,
.toggle-btn,
.radioList .btn-group .btn-primary {
	/*color: #0072ff!important;*/
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal!important;
	margin: 0 0 4px 0;
	padding: 8px;
	padding-left: 7px!important;
    padding-right: 7px!important;
    height: 35px;
}
.toggle-group .btn-primary {
	background-color: #2b01d7;
}
#userInput .amenitiesContainer label.toggle-btn,
/*.amenitiesContainer .toggle-btn {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.4);
}*/
/*#userInput label.toggle-btn, .toggle-btn {
    background-color: #1cb5c866;
    border: none;
    color: #fff;
    transition: all .2s linear;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .9px;
    font-size: 16px;
    flex: 1;
    margin: 2px;
    line-height: 30px;
}*/
/*#userInput .amenitiesContainer label.toggle-btn:hover, .amenitiesContainer .toggle-btn:hover,
.toggle-btn:hover {
	background-color: #2b01d7;
	color: white;
}*/

button:focus {outline:0 !important;}

.toggle-btn.active,
.toggle-btn:active,
.toggle-btn.active,
.checkbox-inline.active {
	border: 1px solid #26313f!important;
    box-shadow: none;
    color: #fff!important;
    background-color: #26313f;
}
.toggle-btn input[type=checkbox],
.toggle-btn .checkbox input[type=checkbox] {
    margin: 2px 0 0 5px;
}
.checkboxGroup {
	margin-left: 15px;
}
.checkboxGroup .formLabel {
	margin-top: 8px;
}
.checkbox-inline {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	cursor: pointer;
	padding: 15px 25px;
	line-height: 1;
	margin-bottom: 4px;
}
.account-container .checkbox-inline {
	padding: 15px 45px;
}
.checkbox-inline label {
	cursor: pointer;
	font-weight: 400;
	margin-left: 10px;
}
@media(max-width: 1029px) {
	.radioList .btn-group {
		flex-direction: column;
	}
}
.radioList .btn {
   	margin: 2px 2px 6px;
}
.radioList .btn-group .btn-primary:hover,
.radioList .btn-group .btn-primary.active {
	background-color: #2b01d7;
	color: #fff;
}
.inline-image {
	margin: 15px;
}

.hours-listed-container {
	overflow: auto;
	font-weight: bold;
	display: flex;
	background-color: white;
	padding: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.hours-listed-container p {
	font-size: 16px;
}

.hours-listed-container .left {
	text-align: right;
}

.hours-listed-container .middle {
	margin: 0px 5px;
}

.toggle-input {
	display: flex;
	flex-direction: column;
}

.toggle-group .toggle-on.btn {
	padding-left: 20px;
	padding-right: 55px;
}

.toggle-group .toggle-off.btn {
	padding-right: 20px;
	padding-left: 55px;
}

.toggle.btn.btn-primary, .toggle.btn.btn-default {
	width: 100px !important;
}

.toggle-input .left {
	margin-bottom: 5px;
}

.toggle-input .right {
	margin: 0;
}

.closed-column {
	margin-right: 20px;
}

#editHoursBlock .desktop-column {
	margin-top: 20px;
}

#editHoursBlock .mobile-column {
	display: none;
	margin-top: 20px;
}

#editHoursBlock .mobile-days {
	display: none;
}

/*Add form media queries*/

@media only screen and (max-width:767px) {
	.form-row {
		flex-direction: column;
	}
	#userInput .amenitiesContainer label.toggle-btn,
	.amenitiesContainer .toggle-btn {
		font-size: 12px;
	}
	#editHoursBlock .desktop-column {
		display: none;
	}
	#editHoursBlock .mobile-column {
		display: block;
	}
	#editHoursBlock .column-1 {
		display: none;
	}
	#editHoursBlock .mobile-days {
		display: block;
	}
	#editHoursBlock .table>tbody>tr>td {
		padding-left: 5px;
		padding-right: 5px;
	}
	.well {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		border: none;
		box-shadow: none;
	}
}


/*Edit Listing Screen Styles*/

.sectionHeader {
	/*border-top: 1px solid rgba(0, 0, 0, .2);
	padding-top: 15px;*/
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.formLabel-small {
	letter-spacing: .8px;
	font-size: 14px !important;
	margin-bottom: 7.5px !important;
}

.capacityContainer {
	padding-left: 0px;
}

.protips-well p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.hoursAddressContainer .formLabel {
	margin-bottom: 5px;
}

.hoursAddressContainer #editHoursBlock {
	margin-bottom: -30px;
	margin-right: 0px;
	margin-left: 0px;
}

#street2 {
	margin-top: 15px;
}

.hoursAddressContainer .input-container {
	margin-right: 10px;
}

.formLabel.required::after {
  content: "*";
}

.submit-btns-top {
	margin-bottom: 40px;
}

#ui-upload-button {
	display: inline-block;
    position: relative;
    width: 138px;
    height: 85px;
    margin-top: 20px;
    overflow: hidden;
}

.upload-btn-text {
	color: red;
}

@media(max-width: 400px) {
	#ui-upload-button {
		margin: 40px 0 0;
	}
	#add-photos-text {
		width: 180px !important;
	}
	#ui-photo-bar {
		padding: 0px !important;
	}
}

#ui-photo-bar {
	margin-bottom: 20px;
}

.ui-tooltip {
	border: 1px solid red;
}

/*Suggest an Edit Modal Styles*/


.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */

#suggestEditModal .modal-message {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.modal-content {
	border-radius: 0.1rem;
}

@media (max-width: 970px) {
	.modal-content {
		margin-bottom: 50px;
	}
}

@media (max-width: 567px) {
	.modal-content {
		margin-bottom: 0px;
		min-height: 50vh;
	}
}

.modal-header {
	/*border-bottom-color: #EEEEEE;*/
	/*background-color: #f2f2f2;*/
	min-height: 40px;
	padding: 15px 15px 5px 20px;
}
.modal-header .avatar {
	max-width: 48px;
	margin-right: 10px;
}

#suggestEditModal.modal {
	top: 0%;
}

#suggestEditModal .modal-dialog {
	position: absolute;
	right: 0px;
	margin: 0px;
	box-shadow: -3px 0px 4px rgba(0,0,0,.1);
}

#suggestEditModal .modal-header {
	background-color: #286efa;
}

#suggestEditModal .modal-header h1 {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	margin: 10px 0px;
}

#suggestEditModal .modal-header .close {
	padding-top: 5px;
}

@media (max-width: 567px) {
	#suggestEditModal .modal-header h1	{
		font-size: 20px;
	}
	#suggestEditModal .modal-header .close {
		padding: 0px 5px 0px;
	}
	#suggestEditModal .modal-message p {
		font-size: 16px;
	}
}

#suggestEditModal .modal-body {
	padding: 15px 30px 0px 15px;
}

#suggestEditModal .glyphicon-remove {
	color: white;
	transition: all .2s linear;
}

#suggestEditModal .space-title {
	height: 46px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 10px 14px;
}

#suggestEditModal .form-block {
	margin-bottom: 25px;
	/*border: 1px solid yellow;*/
}

#suggestEditModal .address-input-container {
	margin: 0px;
}

#suggestEditModal .modal-footer {
	width: 100%;
	padding: 10px 0px 0px;
}

#suggestEditModal .links-container {
	display: flex;
	flex-wrap: wrap;
}

#suggestEditModal .links-container .form-group {
	flex: 1;
	min-width: 48%;
	margin-right: 5px;
}

@media (max-width: 567px) {
	#suggestEditModal .links-container .form-group {
		min-width: 100%;
		margin-bottom: 10px;
	}
}

#suggestEditModal .js-venue-url-row {
	display: flex;
}

#suggestEditModal .js-venue-url-row .item {
	flex: 2;
	margin-right: 5px;
}

#suggestEditModal .js-venue-url-row .item label {
	width: 100%;
}

#suggestEditModal .js-venue-url-row .add-btn {
	flex: 1;
	width: 100%;
	transition: all .2s linear;
}

#suggestEditModal .js-venue-url-row .add-btn a {
	width: 100%;
}

#suggestEditModal .js-venue-url-row .add-btn label {
	width: 97%;
}

#suggestEditModal .capacityContainer {
	margin-left: -10px;
}

.spaceContainer .btn-group .btn-primary {
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 5px !important;
}

.spaceContainer .btn-primary {
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}

#suggestEditModal .hoursLink {
	font-size: 16px;
	letter-spacing: .5px;
}

.submit-btn {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-shadow: 1px 1px 3px rgba(0, 0, ,0, .2);
	border-radius: 0px;
	background-color: rgba(6, 214, 179, 0.8);
	color: white;
	box-shadow: none;
	transition: all .3s ease-in-out;
}

.submit-btn:hover {
	background-color: #06D6B3;
	color: white;
	box-shadow: none;
}

.glyphicon-pencil {
	font-size: 16px;
	margin-left: 5px;
}

.utility-bar button {
	font-size: 16px;
	transition: all .2s ease-in-out;
}

#suggestEditModal .checkbox-container {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 750px) {
	#suggestEditModal .checkbox-container {
		flex-direction: column;
	}
	#closedListing, #flagToRemove{
		justify-content: space-between;
	}
}

#closedListing, #flagToRemove{
	flex-direction: row;
}

#closedListing #toggleInput, #flagToRemove #toggleInput {
	margin-top: 5px;
}

#suggestEditModal .formLabel {
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: 16px;
	font-weight: bold;
}

/* community badges: wfcbadge = imgages, cbadge-icons colored hexagons */
.wfcbadge {
	max-width: 150px;
	position: relative;
	margin: 0 auto;
}
.wfcbadge img {
    /*width: 100px;*/
    height: auto;
}
.wfcbadge span {
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    overflow: hide;
    top: 40px;
    left: 0;
    right: 0;
}
.wfcbadge.city-expert span {

}
.wfcbadge.local-guide span {

}

i.cbadge-icon {
	display: inline-block; position: relative; width: 20px; background-color: transparent;
	vertical-align: middle;
}

/* sizes */
.cbadge-icon.sm {
  width: 20px;
  /*height: 11.55px;*/
	height: 11.55px;
  margin: 5.77px 10px 5.77px 0px;
}

.sm-badge-text {
	background-color: transparent;
	transition: all .2s linear;
}

.cbadge-icon.sm:before,
.cbadge-icon.sm:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.cbadge-icon.sm:before {
  bottom: 100%;
  border-bottom: 5.77px solid transparent;
}
.cbadge-icon.sm:after {
  top: 100%;
  width: 0;
  border-top: 5.77px solid transparent;
}

.cbadge-icon.md {
  position: relative;
  width: 30px;
  height: 17.32px;
  margin: 8.66px 0;
}
.cbadge-icon.md:before,
.cbadge-icon.md:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.cbadge-icon.md:before {
  bottom: 100%;
  border-bottom: 8.66px solid transparent;
}
.cbadge-icon.md:after {
  top: 100%;
  width: 0;
  border-top: 8.66px solid transparent;
}


/* colors */
.cbadge-icon.visited {
  background-color: #fba700;
}
.cbadge-icon.visited:before {
  border-bottom-color: #fba700;
}
.cbadge-icon.visited:after {
  border-top-color: #fba700;
}
.cbadge-icon.scouted {
  background-color: #EB2A2F;
}
.cbadge-icon.scouted:before {
  border-bottom-color: #EB2A2F;
}
.cbadge-icon.scouted:after {
  border-top-color: #EB2A2F;
}
.cbadge-icon.tips {
  background-color: #26c2d3;
}
.cbadge-icon.tips:before {
  border-bottom-color: #26c2d3;
}
.cbadge-icon.tips:after {
  border-top-color: #26c2d3;
}
.cbadge-icon.photos {
  background-color: #06d6b3;
}
.cbadge-icon.photos:before {
  border-bottom-color: #06d6b3;
}
.cbadge-icon.photos:after {
  border-top-color: #06d6b3;
}
@media (max-width: 567px) {
	.wifi-block .btn-wifi {
		margin: 20px 20px 0px 20px;
	}
}

.single #magazineBlock {
	background-color: #f5f5f5;
	margin-top: 70px;
	padding-top: 0px;
	margin-bottom: -40px;
	padding-bottom: 40px;
}

.single #magazineBlock .editorial-section-feature-secondary {
	margin-top: 0px;
}


/*-------------------------------------------*\
    @EDIT-PLACES
\*------------------------------------------*/
.sidebar-offcanvas {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: fixed;
    right: 0;
    top: 15%;
    width: 40px;
    padding: 10px 10px 30px 0;
    background-color: #fff;
    z-index: 200;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.active .sidebar-offcanvas {
	width: 85px;
	padding: 0;
}
.sidebar-offcanvas .utility-action {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #484848;
  width: 100%;
  clear: left;
  font-family: "Lato", sans-serif;
  flex: 1;
  flex-direction: column;
  margin: 2px auto;
  height: 30px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
  cursor: pointer;
}
.sidebar-offcanvas .utility-action:last-child {
  border-bottom: none;
}
.sidebar-offcanvas a.utility-action:hover{
  text-decoration: none;
  opacity: 1;
}
  .active .sidebar-offcanvas .utility-action {
    opacity: .8;
    padding: 10px 0px;
    transition: all .2s linear;
    height: 70px;
  }
  .active .sidebar-offcanvas a.utility-action:hover {
    opacity: 1;
  }
#updatePhotoToolbar {
  width:100%; overflow:hidden; height: 30px; position: relative; /* same as .utility-action */
}
  .active #updatePhotoToolbar {
    height: 70px; /* same as .utility-action */
    border-bottom: 1px solid #d1d1d1;
  }
button#open-picker {
  background-color: transparent!important;
	border: none;
	padding: 10px 0px;
}
button#open-picker .fa {
	color: #c4c4c4;
	font-size: 28px;
}
button#open-picker .label {
	color: #121212;
	font-weight: normal;
	line-height: 1;
}

.sidebar-offcanvas a span.glyphicon,
.sidebar-offcanvas a .fa {
  font-size: 15px;
}
.active .sidebar-offcanvas a span.glyphicon,
.active .sidebar-offcanvas a .fa {
	color: #c4c4c4;
	font-size: 28px;
}
.sidebar-offcanvas a span.glyphicon.active,
.sidebar-offcanvas a .fa.active {
	color: #c4c4c4;
}
.sidebar-offcanvas a.toggle-offcanvas-close span.glyphicon.glyphicon-chevron-right,
.sidebar-offcanvas a.toggle-offcanvas-open span.glyphicon.glyphicon-chevron-left {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.sidebar-offcanvas a.toggle-offcanvas-open span.glyphicon.glyphicon-chevron-left:hover {
	color: white;
	cursor: pointer;
	margin-right: 10px;
}
.sidebar-offcanvas a.toggle-offcanvas-close span.glyphicon.glyphicon-chevron-right:hover {
	color: white;
	cursor: pointer;
	margin-right: -10px;
}
.sidebar-offcanvas a.utility-action span.label {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
    font-weight: 500;
    line-height: 1;
    color: #121212;
}
/*.active .sidebar-offcanvas a.utility-action span.label {
	color: #47506c!important;
}*/
a.toggle-offcanvas {
  background-color: #ffffff;
  margin-left: 0;
  color: rgba(255,255,255,.8);
}
  .active a.toggle-offcanvas {
    /*margin-right: 10px;*/
  }
a.toggle-offcanvas span.glyphicon {
  font-size: 13px;
}
.active a.toggle-offcanvas span.glyphicon {
font-size: 20px;
}
a.toggle-offcanvas-close{
    display: none;
}
  .active a.toggle-offcanvas-close {
    display: block;
    margin-left: -50px;
    margin-top: 10px;
  }
a.toggle-offcanvas.toggle-offcanvas-open {
  padding-bottom: 20px;
}
  .active a.toggle-offcanvas-open {
    display: none;
  }
.toolbar-icon {
  margin: 10px 0px 0px 10px;
  width: 20px;
  transition: all .2s linear;
}
.toolbar-icon:hover {
  opacity: 1;
  cursor: pointer;
}
.active .toolbar-icon {

height: 30px;
width: auto;
margin: 0px auto;
}
.toolbar-icon.toolbar-icon-camera .label {
  margin-left: -55px;
}

@media (max-width: 869px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  <?php /* hide the intercom on mobile to reduce distractions and use the chat icon in the toolbar instead */ ?>
  div#intercom-container {
      opacity: 0;
  }
  .verify-offcanvas {
	display: none;
  }
  .sidebar-offcanvas {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: auto;
    bottom: 0px;
    border-radius: 0px;
    height: 40px;
    padding-top: 10px;
    z-index: 2;
    flex-direction: row;
  }
  .active .sidebar-offcanvas {
  	border-right: none;
  	border-left: none;
  	border-bottom: none;
    width: 100%;
    height: auto;
    padding: 10px 0 7px;
    background-color: #f3f3f3;
    border-top: 1px solid #c4c4c4;
  }
  .active .sidebar-offcanvas .utility-action {
  	border: none;
    height: 50px;
    margin: 0px;
    padding: 0px;
  }
  .active #updatePhotoToolbar {
    height: 50px; /* same as .utility-action */
    border: none;
  }
  .sidebar-offcanvas >* {
    padding: 0px;
    margin: 0px;
    flex: 1;
  }
  .sidebar-offcanvas a.utility-action span.label {
    display: none;
  }
  .sidebar-offcanvas a.utility-action span.label.clocked-in {
    margin-top: -10px;
    display: inline-block;
  }
  .active .sidebar-offcanvas a.utility-action span.label {
    display: block;
    font-size: 63%;
    letter-spacing: .2px;
  }
  .sidebar-offcanvas a.utility-action span.glyphicon {
    font-size: 18px;
  }
  .active .sidebar-offcanvas a.utility-action span.glyphicon {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .toolbar-icon {
    margin: 0px auto;
    width: auto;
    height: 20px;
  }
  .active .toolbar-icon {
    height: 20px;
  }
  form#updatePhotoToolbar > button {
    bottom: 0px;
    height: 40px;
  }
  .sidebar-offcanvas a.toggle-offcanvas.toggle-offcanvas-open,
  .sidebar-offcanvas a.toggle-offcanvas.toggle-offcanvas-close {
    display: none;
  }
}


/*New account dashboard styles*/

.clocked-out-welcome .avatar {
	width: 48px;
	margin-right: 10px;
}

.dashboard-section-feature, .plans-section-feature {
	display: none!important;
}

.worker .container.list-group.nav-tabs, .old-welcome {
	display: none!important;
}

.worker .nav.fixedNav {
	top: 25px!important;
}

@media (max-width: 400px) {
	.worker #sub-nav-wrapper, .worker #sub-nav-wrapper, .worker #sub-nav{
		height: 0px!important;
		min-height: 0px;
	}
	.worker .nav-pills {
		/* margin-bottom: 20px; */
	}
	.worker .nav-pills li {
		line-height: 25px;
		font-size: 14px;
		letter-spacing: .3px;
	}
	.worker .nav-pills li a {
		padding: 3px;
		text-align: center;
	}
}
.nav-pills li {
	font-size: 16px;
	margin-right: 2px;
}
.account-nav .nav-pills li {
    font-size: 15px;
    margin-left: 0;
}
.account-nav li.menu-heading {
	font-size: 13px;
	margin-top: 40px;
	margin-left: 0;
}

.row.account-info {
	margin-left: -5px;
}

.tax-cities .nav-pills li {
    font-size: 18px;
    margin-right: 10px;
}
.tax-cities .nav-pills li a {
	color: #999;
	padding: 3px 20px;
}
@media (max-width: 767px) {
	.tax-cities .nav-pills li {
	    font-size: 15px;
	    margin-right: 0;
	    float: none;
	    text-align: center;
	}
}
.tax-cities .nav-pills > li.active > a,
.tax-cities .nav-pills > li.active > a:hover,
.tax-cities .nav-pills > li.active > a:focus,
.tax-cities .nav-pills > li > a:hover {
	color: #222;
}
.tax-cities .nav-pills > li.active > a,
.tax-cities .nav-pills > li.active > a:focus {
	/*border: 1px solid #222;*/
	/*font-weight: bold;*/
}
.dashboard-container .wrapper .section-title {
	margin: 0px 0px 25px;
}

.dashboard-container .wrapper .section-summary {
	margin-top: -10px;
}

.dashboard-container .wrapper .content {
	margin: 30px 0px 10px;
	display: flex;
}

@media (max-width: 400px) {
	.dashboard-container .wrapper .section-title {
		text-align: center;
	}
}

.dashboard-container .mobile-content {
	display: none;
}

@media (max-width: 400px) {
	.dashboard-container .wrapper .content {
		display: none;
	}
	.dashboard-container .mobile-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.dashboard-container .mobile-content .btn {
		width: 100%;
		margin-bottom: 10px;
	}
}

.dashboard-container .wrapper .item {
	height: 150px;
	width: 180px;
	border: 1px solid grey;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	margin: 10px 0px;
}

.dashboard-container .wrapper .content .item p {
	font-size: 16px;
}

.dashboard-container #jsAutoCompletePlaceWrapper {
	border: 1px solid grey;
	border-radius: 5px;
}

.em.em-wave, .em.em-rocket, .em.em-heart, .em.em-rocket  {
	height: 1em;
	width: 1em;
	margin: 0px 0px 5px 5px;
}

.dashboard-container .wrapper.welcome-message {
	padding: 30px;
	position: relative;
}

.dashboard-container .wrapper.welcome-message h2 {
	margin-top: 0px;
}


.dashboard-container .wrapper.welcome-message p {
	margin: 0px;
	line-height: 30px;
}

.dashboard-container .wrapper.welcome-message iframe {
	margin: 0px auto 10px auto;
}

.dashboard-container .wrapper.welcome-message a {
	font-weight: bold;
	transition: all 2s ease-in-out;
}

.dashboard-container .wrapper.welcome-message a:hover {
	text-decoration: underline;
}

.dashboard-container .wrapper.welcome-message .closing-X {
	position: absolute;
	top: 5px;
	right: 8px;
	font-weight: bold;
}
.panel.account.panel-active {
	background-color: #fff;
}
.profile-image-input h2 {
	font-size: 20px;
	margin: 20px 0px;
}
.perks-container {
	padding-bottom: 200px;
}

/*.featured-perks-container, .perks-container {
	display: grid;
	grid-gap: 1em;
	padding-top: 20px;
}*/

/*.featured-perks-container {
	grid-template-columns: repeat(3, 1fr);
}

.perks-container {
	grid-template-columns: repeat(4, 1fr);
}*/

/*.featured-perks-container .info-card {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	margin-bottom: 0px;
}*/

.featured-perks-container, .perks-container img {
	box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px 0 !important; */
    /* box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07)!important; */
    /* box-shadow: 0 3px 6px rgba(0,0,0,.05)!important; */
    box-shadow: 0 1px 2px rgba(0,0,0,0.07)!important;
	border: 1px solid #fffffc;
    border-radius: 100%!important;
    width: 64px;
    height: 64px;
}

/*.perks-container .info-card {
	margin-bottom: 0px;
}
.perks-container {
	padding-bottom: 200px;
}*/

/*@media(max-width: 1260px) {
	.perks-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 720px) {
	.featured-perks-container, .perks-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 500px) {
	.featured-perks-container, .perks-container {
		grid-template-columns: 1fr;
	}
}*/

.perks-header .tagline {
	/*margin-bottom: 20px!important;*/
	font-weight: normal;
}

/* All Clockins Map */
#all-clockins-map #markerLayer img {
	border-radius: 50%;
	animation: pulse 2s infinite;
	box-shadow: 0 0 0 rgba(234,47,46, 0.4);
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(234,47,46, 0.4);
	}
	70% {
			-webkit-box-shadow: 0 0 0 10px rgba(234,47,46, 0);
	}
	100% {
			-webkit-box-shadow: 0 0 0 0 rgba(234,47,46, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(234,47,46, 0.4);
		box-shadow: 0 0 0 0 rgba(234,47,46, 0.4);
	}
	70% {
			-moz-box-shadow: 0 0 0 10px rgba(234,47,46, 0);
			box-shadow: 0 0 0 10px rgba(234,47,46, 0);
	}
	100% {
			-moz-box-shadow: 0 0 0 0 rgba(234,47,46, 0);
			box-shadow: 0 0 0 0 rgba(234,47,46, 0);
	}
}

/*------------------------------------*\
    @BANNER STYLES
\*------------------------------------*/

.cta-banner {
		/* background-color: #F5F5F5; */
    border: 4px solid #286EFA;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto 50px;
    padding: 25px 20px;
    position: relative;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
}

@media (max-width: 567px) {
	.cta-banner {
		width: 100%;
		margin: 0 auto 50px;
	}
}

.cta-banner h3 {
	color: #286EFA;
	/*border-top: 1px solid #286EFA;*/
	margin-top: 10px !important;
	/*padding-top: 15px;*/
}

/*------------------------------------*\
    @LEADERBOARD
\*------------------------------------*/
.leaderboard-table th {
	font-size: 1.5em;
	text-align: center;
}

.leaderboard-table > tbody > tr > td, .leaderboard-table > tbody > tr > th {
	vertical-align: middle;
}

.leaderboard-info {
	padding: 5px;
}

.leaderboard-avatar {
	min-width: 75px;
}

.leaderboard-avatar img {
	height: 48px;
	width: 48px;
}


.homebase-banner {
	background: linear-gradient(to right,rgba(41,1,215,1),rgba(113,81,255,1));
	padding: 10px 25px 45px;
}

.homebase-banner h2 {
	color: white;
	margin-bottom: 20px;
	font-size: 24px!important;
}

.homebase-banner p {
	color: white;
}


.info-card-tight.credits-dashboard {
	display: flex;
    /*padding: 2px 20px 4px;*/
   	/*background-color: #ffc828;*/
    /* background: linear-gradient(to right,#FFEB3B,#FFC107); */
    color: #5E7CFC;;
    font-size: 15px;
    justify-content: center;
}

@media max-width(600px) {
	.credits-dashboard .inner-content {
		font-size: 14px;
	}
}

/*------------------------------------*\
    @COWORK
\*------------------------------------*/
.meetup-city-toggles .label {
	cursor: pointer;
}
.micro-community-block img.avatar {
    background-color: #fbfaf8;
    border-radius: 100%;
    /*border: 2px solid #e1e4e8;*/
    /*border: 2px solid #1773ff;*/
    /*border: 2px solid #c8263d;*/
    padding: 2px;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    /*margin-bottom: 20px;*/
    /*margin-right: 5px;*/
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.all-clockins-feed {
	background-color: #fff;
}
.cowork-feed-item {
	/*border-bottom: 3px solid #fff;*/
	margin-bottom: 10px;
	padding: 10px 0 0;
}
.cowork-feed-item.tight {
	padding: 2px 0 0;
	margin-bottom: 0;
}
.cowork-feed-item .avatar {
	width: 50%;
}
.cowork-feed-media {
	padding: 0 9%;
}
.cowork-feed-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.popover-content img {
  	width: 32px!important;
}
.all-clockins-feed .popover {
	border: none;
	margin-top: -25%;
	min-width: 300px;
}
.all-clockins-feed .popover-content {
    padding-bottom: 20px;
}
.all-clockins-feed .popover-title {
    background: linear-gradient(to right,#191c22,#2d2d2d);
    color: #FFFFFF;
    font-size: 28px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.all-clockins-feed .popover-title img {
    border: 2px solid #fff;
    margin: 10px 0 -30px;
    width: 64px!important;
}
#dashboard .all-clockins-feed.all-activity .avatar {
	height: 64px;
    width: 64px;
}
@media (max-width: 567px) {
	.cowork-feed-media {
		padding: 0;
	}
	#dashboard .all-clockins-feed.all-activity .avatar {
		width: 64px;
    	height: 64px;
	}
}
/* NEW HOMEPAGE STYLES */
.homepage-fixed-block {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 40vh;
}
.home-stack {
	/*color: #00214d;*/
	/*display: flex;*/
	/*align-items: center;*/
	justify-content: center;
	overflow: hidden;
	/*text-align: center;*/
	align-items: center;
}
.home-stack h3 {
	font-weight: 500;
}

.home-stack .two-column {
	display: flex;
	align-items: center;
}

.home-stack .left-column {
	padding-right: 75px;
	text-align: left;
}

.home-stack .right-column img {
	border: 2px solid #fff;
	max-width: 375px;
  	margin: 0 auto;
}
.home-stack.view-height-mobile {
	min-height: 55vh;
}
@media (max-width: 720px) {
	.homepage-fixed-block {
		background-attachment: inherit;
		/*min-height: 10vh;*/
    	/*background-size: contain;*/
    	min-height: 42vh;
	}
	.home-stack.view-height-mobile {
		min-height: 85vh;
	}
}

.header.home-stack {
	padding: 110px 0 0;
	min-height: 45vh;
	overflow: hidden;
	position: relative;
}

.header.home-stack .content {
	/*width: 75%;*/
}

.header.home-stack h1 {
	font-size: 44px;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	margin-top: 0;
}

.header.home-stack h3 {
	font-weight: 300;
	/*max-width: 800px;*/
	text-align: left;
}

.header.home-stack img {
	/*max-width: 550px;
	position: absolute;
	bottom: -100px;
	right: 300px;*/
	/*margin-top: 20px;*/
	border-radius: 5px;
}

@media (max-width: 1620px) {
	.header.home-stack img {
		/*max-width: 450px;*/
		/*right: 100px;*/
	}
}

@media (max-width: 567px) {
	.header.home-stack .content {
		width: 100%;
		margin-bottom: 70px;
	}
	.header.home-stack h1 {
		font-size: 70px;
	}
	.header.home-stack img {
		max-width: 350px;
		right: 200px;
	}
}

@media (max-width: 567px) {
	.header.home-stack {
		padding: 100px 20px;
	}
	.header.home-stack h1 {
		/*font-weight: 300;*/
		text-align: center;
		padding-top: 20px;
		font-size: 35px;
	}
	.header.home-stack h3 {
		font-size: 20px;
		text-align: center;
	}
	.header.home-stack img {
		right: 20%;
		width: 75%;
		bottom: -40px;
	}
	.header.home-stack.white {

	}
	.home-stack {
		height: auto;
	}
}

@media (min-width: 1200px) {
	.home-stack .header-text {
		font-size: 40px;
	}
	.home-stack .summary-text {
		font-size: 28px;
		margin-top: 5px;
	}
}

.home-stack {
	/*min-height: 30vh;*/
}

.home-stack.white {
	/*min-height: 740px;*/
	background-color: #dd2e44;
	flex-direction: column;
}

.home-stack.white .image-wrapper {
	width: 100%;
	text-align: center;
}

.home-stack.white .image-wrapper img {
	max-width: 300px;
	margin: 0 auto 30px auto;
}

.home-stack.burnt {
	min-height: 35vh;
	background-color: #fff;
}

.home-stack.grey {
	background-color: #f5f5f5;
	padding: 80px 0px 120px 0px;
}

.home-stack.burnt h1, .home-stack.burnt h2, .home-stack.burnt h3, .home-stack.burnt p {
	/*color: white;*/
}

.home-stack .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	grid-auto-rows: 300px;
	margin-top: 50px;
}

.home-stack .grid-item {
	background-color: white;
	overflow: hidden;
	position: relative;
	padding: 20px 50px 0px 50px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.1);
	transition: all .2s linear;
}

.home-stack .grid-item .inner-content {
	transition: all .15s linear;
}

.home-stack .grid-item a {
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}

.home-stack .grid-item h2 {
	font-size: 26px;
}

@media (max-width: 567px) {
	.home-stack .grid {
		display: grid;
		grid-template-columns: 1fr;
	}
	.home-stack.grey {
		padding: 60px 0px 105px;
	}
}

.home-stack .grid-item:hover {
	cursor: pointer;
	box-shadow: 3px 3px 20px rgba(0,0,0,.15);
}

.home-stack .grid-item:hover a {
	border-bottom: 2px solid #006aff;
}

.home-stack .grid-item:hover .inner-content {
	display: block;
	transform: translateY(-10px);
}

.grid-illustration {
	max-width: 230px;
	margin: 0 auto;
	position: relative;
	bottom: -20px;
	margin-top: 15px;
}

.header-cards {
	margin-top: 20px;
}

.header-cards .info-card-temp.even-spacing {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 150px;
}

.header-cards .info-card-temp.even-spacing p {
	flex: 1;
}

#collapseEleven .checkbox {
	padding-left: 0px;
}

.app-home h1 {
	font-size: 4em;
}

.app-home h2 {
	font-size: 2em;
	line-height: 45px;
	margin-bottom: 25px!important;
}

.app-home h3 {
	font-size: 1.25em;
	font-weight: 300;
	margin-bottom: 25px!important;
}

.btn-lt-blue {
	background-color: #5E7CFC;
	color: white;
}

.btn-lt-blue:hover {
	background-color: white;
	color: #5E7CFC;
	cursor: pointer!important;
	box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}

.workshop-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
}

.perks {
	margin-bottom: 25px;
}

.workshop-grid .item .workshop-image {
	width: 100%;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no repeat;
	margin-bottom: 25px;
}

.workshop-grid .title {
	font-weight: bold;
	margin-bottom: 0px;
}

.workshop-grid .host {
	color: rgba(0,0,0.75);
	margin: 0px 0px 10px;
}

@media (max-width: 600px) {
	.app-home .container {
		padding-left: 25px;
	}
	.app-home h1 {
		font-size: 3em;
	}
	.app-home h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.app-home .em-spock-hand {
		font-size: 26px;
	}
	.workshop-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2em;
		margin: 0px 25px 0px 0px;
	}
	.workshop-grid .item {
		/* width: 80%; */
	}
	.workshop-grid .item .workshop-image {
		min-height: 250px;
		/* margin: 0 auto 10px; */
	}
	.app-btn-container {
		display: grid;
		grid-gap: 1em;
	}
	.app-btn-container .btn {
		width: 100%;
	}
}

.app-home .label,
.all-clockins-feed .label,
.worker .label,
.author .label {
	background-color: #f9f4ef;
    color: #594a4e!important;
	padding: 3px 10px;
	border-radius: 5px;
}
.label.hire-me {
	background-color: #fbf0f0;
    color: #594a4e!important;
}
.label.hiring {
    background-color: #f9fbe7;
    color: #594a4e!important;
}
.page-template-page-chat .stripe-button-el {
	min-width: 300px;
}

.home-stack .image-container {
	width: 60%;
	right: 100px;
}

@media (max-width: 500px) {
	.home-stack .image-container {
		width: 80%;
		right: auto;
	}
}

@media (min-width: 1600px) {
	.home-stack .image-container {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.cafe-grid {
		grid-template-columns: 1fr!important;
	}
	.js-daily-clock-in-prompt {
		margin-top: 20px;
		float: none!important;
	}
}
