/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#dialog {display:none;}

.icon_fav, .outline_fav {
	font-family: 'mowsocial';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 0.85em;
	margin: 0 0.7em;
	cursor: pointer;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon_fav:before {
	content: "\f004";
}

.outline_fav {
	color: #ffffff;
}

.outline_fav:before {
	content: "\f08a";
}

.no_fav, .cant_fav {
	color: #cccccc;
}

.has_fav {
	color: #ec94bd;
}

.fav_icon_wrap {
	position: absolute;
	top: 10px;
	right: 3px;
	z-index: 1;
}

.fav_icon_wrap .icon_fav {
	font-size: 26px;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* IE 5-7 */
  filter: alpha(opacity=60);
  opacity: 0.60;
/*   position: absolute;
  left: 2px;
  top: 2px; */
  margin: 0 8px;
}

.fav_icon_wrap .icon_fav.has_fav {
	opacity: 1;
	filter: none;
	-ms-filter: "none";
}

.fav_icon_wrap .icon_fav.no_fav, .fav_icon_wrap .icon_fav.cant_fav {
	color: #333333;
}

.fav_icon_wrap .outline_fav {
	font-size: 26px;
	margin: 0 8px;
	position: absolute;
  left: 0;
  top: 0;
}

#fav_mask {
	background: url("../images/blackalpha.png") repeat transparent;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

/*#fav_modal, #add_fav, .fav_note,
#myfavs_right h4 {
	font-family: "Questrial",sans-serif;
}*/

#fav_modal {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 4px 0 #444;
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 2001;
	width: 520px;
	font-size: 14px;
}

.fav_header {
	background-color: #eeeeee;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	padding: 12px 15px;
}

.fav_body {
	padding: 12px 15px;
}

.fav_footer {
	border-top: 1px solid #eeeeee;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	padding: 15px;
	text-align: right;
}

#fav_close, #fav_close:visited {
	float: right;
	line-height: 20px;
	font-size: 2em;
	color: #cccccc;
}

#fav_close:hover {
	text-decoration: none;
}

#add_fav {
	font-size: 16px;
	padding: 5px 14px;
	color: #DE39A2;
	border: 1px solid #DE39A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

#add_fav:hover {
	text-decoration: underline;
}

.fav_venue_title_wrap {
	margin-bottom: 10px;
}

.fav_note {
	width: 478px;
	resize: vertical;
	padding: 5px;
	font-size: 14px;
	height: 67px;
	line-height: 17px;
}

#fav_venue_title {
	font-weight: bold;
	font-size: 18px;
}

.my_fav.full-width-content #inner {
	overflow: visible;
}

.my_fav.full-width-content #sb-site #inner {
	margin-top: 0.5em;
}

.my_fav #pagetitle {
	padding: 11px 0 30px 0;
}

.my_fav #sb-site #pagetitle {
	padding: 1em;
}

.my_fav p {
	font-family: 'Questrial',sans-serif;
}

#sb-site #no_favs {
	padding: 1em;
}

.fav_saving {
	background-image: url(../images/saving.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.myfav_venue_wrapper {
	min-height: 209px;
	position: relative;
	margin-bottom: 2em;
}

.myfav_venue_wrapper:hover .myfav_venue_info_right {
	visibility: visible;
}

#sb-site .myfav_venue_wrapper {
	margin: 0 .5em 1.5em .5em;
	padding: 0;
	border: none;
/*	background: #fff;*/
	min-height: 0;
}

.myfav_venue_wrapper div.myfav_venue_info p {
	padding-bottom: 0;
}

#myfavs_left {
	width: 770px;
}

#myfavs_right {
	width: 185px;
	position: sticky;
	top: -1px;
	align-self: flex-start;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}

#myfavs_right p {
	font-size: 0.8125rem;
}
.myfav_venue_img {
	width: 370px;
	height: 209px;
}

.myfav_venue_img img {
	border-radius: 10px 0 0 10px;
}

#sb-site .myfav_venue_img {
	width: 100%;
	height: inherit;
}

#sb-site .myfav_venue_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 10px 10px 0 0;
}

/*.myfav_venue_info {
	position: relative;
}*/

#sb-site .myfav_venue_info {
	width: inherit;
	padding: 10px .8em;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.cg-10px {
	column-gap:10px;
}
.rg-1em {
	row-gap:1em;
}

.myfav_venue_info h4 {
	font-family: 'Josefin Sans',Times, sans-serif;
	margin-bottom: 5px;
}

.myfav_venue_info_left a {
	color: #333333;
	text-decoration: none;
}

.myfav_venue_info_left a:hover {
	color: #ec94bd;
	text-decoration: none;
}

.myfav_venue_info p.myfav_locname {
	font-size:0.9em;
	color: #999999;
	padding-bottom: 10px;
}

.myfav_venue_info textarea {
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	height: 65px;
	resize: vertical;
	padding: 0 4px;
	overflow: auto;
	box-sizing: border-box;
}

#sb-site .myfav_venue_info textarea {
	width: 100%;
	height: 77px;
}

.myfav_venue_info_left {
	display: inline-block;
	vertical-align: top;
	width: 376px;
/*	position: relative;*/
	min-height: 199px;
	padding: 10px 12px 0;
	background-color: #ffffff;
	border-radius:0 10px 10px 0;
}

.myfav_venue_info_right {
	vertical-align: top;
	width: 137px;
	text-align: center;
	padding: 0 0.5em;
	float: right;
	visibility: hidden;
}

.myfav_venue_info_right h3.scrib_head {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.myfav_venue_info_right > p {
	font-size: 0.85em;
	line-height: 1.25;
}

#sb-site .myfav_venue_info_left {
	display: block;
	padding: 0;
	border: 0;
	border-radius: initial;
	-webkit-border-radius: initial;
	-moz-border-radius: initial;
}

#sb-site .myfav_venue_info_left {
	width: 100%;
	height: 100%;
	min-height: unset;
	row-gap:1em;
}

#sb-site .myfav_venue_info_right {
	text-align: left;
	margin-top: 1em;
	visibility: visible;
	float: none;
	padding: 0;
}

#sb-site .myfav_venue_info_right > div {
	display: inline-block;
}


.myfav_delete {
	position: absolute;
	top: -15px;
	left: -15px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	background: url("../images/delete_q.png") no-repeat center center transparent;
	z-index:1;
}

#sb-site .myfav_delete {
	top: 0;
	left: 0;
	height: 42px;
	width: 36px;
}

.save_note {
	font-size: 0.85em;
	border: 0;
	cursor: pointer;
	color: #646464;
	padding: 5px;
	background: #ffffff;
	visibility: hidden;
	text-decoration: underline;
	margin-top: 2px;
}

#sb-site .save_note {
	margin: 5px 0 0;
	visibility: visible;
}

/*div.myfav_venue_info a,
div.myfav_venue_info textarea,
div.myfav_venue_info span,
div.myfav_venue_info button,
#speakmodal textarea,
#speakmodal input,
#speakmodal select {
	font-family: 'Questrial', sans-serif;
}*/

.myfav_info_top {
	height: 71px;
}

#sb-site .myfav_info_top {
	height: auto;
}

#sb-site .myfav_info_btm, #sb-site .myfav_venue_info_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.myfav_info_btm {
	margin-top: 34px;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align:top;
	line-height: 1;
}

.myfav_info_btm.left {
	width: 248px;
}

#sb-site .myfav_info_btm.left {
	flex:1;
}

.myfav_info_btm.right {
	width: 118px;
	margin-left: 10px;
}

#sb-site .myfav_info_btm.left, #sb-site .myfav_info_btm.right {
	margin:0;
	width:auto;
}

#sb-site .myfav_info_btm {
	margin-top: 0;
}

#sb-site .myfav_info_btm > div {
	text-align: right;
}

.myfav_info_btm.active .save_note {
	visibility: visible;
}

.myfav_saving_notes {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	top: 0;
	height: 92px;
	position: absolute;
	width: 254px;
}

#sb-site .myfav_saving_notes {
	width: 102%;
	height: 100%;
}

.myfav_saving {
	background: url("../images/loading.gif") no-repeat center center transparent;
	width: 31px;
	height: 31px;
	margin: 25px auto;
}

.title_fav {
	font-size: 1.6em;
	margin:0;
}
#sb-site .title_fav {
	float:right;
}

#exit_contact {
	color: #ccc;
	display: inline-block;
	padding: 8px;
	cursor: pointer;
	margin-right: 1em;
}

button.ask_venue, a.gen_cta {
	font-size: 0.85em;
	border: 1px solid #ec94bd;
	padding: 5px 23px;
	background-color: #fff;
	color: #ec94bd;
	cursor: pointer;
	height: 30px;
	width: 118px;
	border-radius: 5px;
}

a.gen_cta {
	background-color: #ec94bd;
	color: #fff;
	padding: 7px 0;
	border: 0;
	margin-bottom: 7px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.2;
	text-align: center;
}

#sb-site a.gen_cta {
	padding: 9px 0;
	margin-bottom: 1em;
}

#sb-site button.ask_venue {
	float: right;
	padding: 8px 14px;
	line-height: 1;
}

#sb-site button.ask_venue, #sb-site a.gen_cta {
	height: 33px;
}

a.gen_cta:hover {
	color: #fff;
}

button.ask_venue:hover, a.gen_cta:hover {
	text-decoration: underline;
}

.rc_wrap {
	position:absolute;
	top:0;
	right:0;
	padding:20px;
}

@media only screen and (min-width: 640px) {
	#sb-site .myfav_venue_img,  #sb-site .myfav_venue_info {
		flex-basis:50%;
	}
	#sb-site .myfav_venue_img img {
		border-radius: 10px 0 0 10px;
	}
	#sb-site .myfav_venue_wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		flex-wrap: wrap;
	}
	#sb-site .myfav_venue_info {
		border-radius: 0 10px 10px 0;
	}
	#sb-site .save_note {
		margin: 0;
	}
	#sb-site .myfav_venue_info textarea {
		height: calc(100% - 24px);
	}
	#sb-site .myfav_venue_info_left .f_row.cg-10px {
		height:50%;
	}
	#sb-site .myfav_venue_info_left {
		row-gap:unset;
	}
}