@font-face {
	font-family: 'Sukhumvit';
	src: url(fonts/SukhumvitSet-Text.ttf);
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sukhumvit';
	src: url(fonts/SukhumvitSet-Light.ttf);
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Sukhumvit';
	src: url(fonts/SukhumvitSet-Bold.ttf);
	font-weight: bold;
	font-display: swap;
}
*:focus {
	outline: none;
}
body {
	font-family: 'Sukhumvit';
	font-size: 16px;
	line-height: 1.5em;
	color: #4a4a4a;
	background: #F2F2F2;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Sukhumvit';
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px;
}
h2 { font-size: 36px; }
h3 { font-size: 24px; }
a,a:visited {
	color: #4a4a4a;
	text-decoration: none;
	transition: all .3s ease;
}
a:hover,a:active {
	color: #C66376;
	text-decoration: none;
	transition: all .3s ease;
}
img {
	max-width: 100%;
	height: auto;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea
select {
	font-family: 'Sukhumvit';
	font-size: 1em;	
	height: 40px;
	width: 100%;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 0 12px;
}
@media screen and (min-width: 1280px) {
	.container {
		max-width: 90%;
	}
}
.SumoSelect {
	width: auto;
}
.SumoSelect>.CaptionCont>span {
	color: #4a4a4a;
	font-weight: normal;
	font-size: 14px;
}
.SumoSelect>.CaptionCont>label {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.SumoSelect>.CaptionCont>label:before {
	content: "\f3d0" !important;
	font-family: "Ionicons" !important;
	color: #aaa;
	font-size: 16px !important;
}
.SumoSelect>.CaptionCont>label i {
	display: none;
}
.SumoSelect>.optWrapper>.options li label {
	font-size: 14px;
	margin: 0;
}
.SumoSelect.open>.optWrapper {
	width: 200px !important;
}
.dark-bg, .dark-bg a {
	color: #fff;
}
.button-gradient, .button, a.button {
	font-family: 'Sukhumvit';
	font-size: 14px;
	background-image: linear-gradient( 45deg, #C66376, #E3B1BB);
	border: none;
	color: #fff;
	height: 40px;
	display: flex;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.select2-selection {
	height: 40px !important;
}
.select2-selection__rendered {
	line-height: 40px !important;
}
.select2-selection__arrow {
	height: 40px !important;
}
.container-fluid {
	padding: 0 50px;
}
.post, .page {
	margin: 0;
}
.favourite button {
	border: none;
}
.simplefavorite-button {
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	border: none;
}
.favorite, .unfavorite {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/favourite1.png) center center no-repeat;
}
.favorite, .simplefavorite-button.active .unfavorite {
	background: url(images/favourite2.png) center center no-repeat;
}
.single-gd_place .simplefavorite-button {
	justify-content: flex-end;
	display: flex;
	width: 100%;
	border: none;
}
.single-gd_place article.gd_place {
	border: 1px solid #ececec;
	border-radius: 5px;
}
.site-main {
	padding: 40px 0;
	min-height: 70vh;
}
.um input[type=submit].um-button {
	background-image: linear-gradient( 45deg, #C66376, #E3B1BB) !important;
}
div.um-profile-nav {
	background: #fff;
	color: #4a4a4a;
	box-shadow: 0 2px 5px 0 #ececec;
}
div.um-profile-nav-item a {
	color: #4a4a4a !important;	
}
div.um-profile-nav-item a:hover {
	background: none;
}
div.um .um-profile-nav-item.active a {
	background: linear-gradient( 45deg, #C66376, #E3B1BB);
}
div.um-profile .um-profile-body {
	max-width: 100% !important;
	padding: 0 40px;
}
div.um-form .um-half {
	width: 100% !important;
	margin-bottom: 15px !important;
}
div.um-form .um-right.um-half {
	margin-bottom: 0 !important;
}
div.um-form .um-right.um-half a {
	background: none;
	box-shadow: none;
	text-decoration: underline !important;
	padding: 10px 0 0 !important;
}
div.um-form .um-right.um-half a:hover {
	background: none !important;
	color: #E3B1BB;
}
.stars {
	color: #efce4a;
	margin: 10px 0 15px;
}
/* Header */
.site-header {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.site-header .site-title {
	transition: all .5s ease;
}
.site-header.sticky {
	position: fixed;
	z-index: 10;
	animation: smoothSticky 1s ease;
}
.site-header.sticky .site-title {
	max-width: 50px;
	transition: all .5s ease;
}
@keyframes smoothSticky {
	from { transform: translateY(-300px); }
	to { transform: translateY(0px); }
}
.site-header .wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.site-search {
	padding: 0 30px;
}
.site-search form {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 5px 0 #ececec;
}
.site-search input {
	height: 40px;
	padding: 8px;
	border-radius: 5px 0 0 5px;
	width: 250px;
}
.site-search button {
	background-image: url(images/icon-search.png), linear-gradient( 45deg, #C66376, #E3B1BB);
	height: 40px;
	width: 40px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-position: center;
	background-repeat: no-repeat;
}
.site-account {
	flex-grow: 2;
	text-align: right;
}
.site-account ul {
	width: auto;
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
}
.site-account ul li {
	margin-left: 20px;
}
.site-account ul li a {
	font-weight: bold;
}
/* Navigation */
.main-navigation {
	margin-top: 10px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	float: none;
	background: #fff;
}
.main-navigation ul {
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
}
.main-navigation ul li {
	float: none;
	margin-right: 20px;
}
.main-navigation ul li a {
	padding: 8px 0;
	font-weight: bold;
}
.main-navigation ul.sub-menu {
	background: #fff;
	box-shadow: 0 2px 5px 0 #ececec;
	flex-flow: row wrap;
	width: 300px;
}
.main-navigation ul.sub-menu li {
	width: 100%;
	margin: 0;
}
.main-navigation ul.sub-menu li a {
	padding: 8px 10px;
}
/* Content */
.search-panel {
	background: url(images/bg-search.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 100px 0;
}
.search-panel h1 {
	font-size: 36px;
	font-weight: bold;
}
.search-panel h3 {
	font-size: 24px;
	font-weight: normal;
}
.search-panel form {
	margin-top: 50px;
}
.search-panel form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
}
.search-panel form ul li {
	display: flex;
	flex-flow: column nowrap;
	width: 25%;
	padding: 0 10px;
	text-align: left;
	position: relative;
}
.search-panel form ul li label {
	font-size: .9em;
	margin-bottom: 5px;
}
.search-panel form ul li input.search {
	background: #fff url(images/input-search.png) 5px center no-repeat;
	padding-left: 30px;
}
.panel-radius {
	position: absolute;
	top: calc(100% + 1px);
	background: #fff;
	padding: 20px;
	color: #000;
	width: calc(100% - 20px);
	border-radius: 5px;
	display: none;
}
.panel-radius.active {
	display: block;
}
.slider-radius strong {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 12px;
	margin-bottom: 10px;
}
.home-sections {
	padding: 30px 0;
}
.home-section {
	padding: 30px 0;
}
.home-section .heading {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.home-section .heading h3 {
	margin: 0;
}
.home-section .heading a {
	font-weight: bold;
	text-decoration: underline;
}
/* Place Listing */
.place-results {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.place-results p {
	margin: 0;
}
.place-results span {
	color: #C66376;
	font-weight: bold;
}
.place-results.no-results {
	flex-flow: column;
}
.place-results.no-results a {
	margin-top: 20px;
}
.ordering select {
	font-family: 'Sukhumvit';
	padding: 10px;
}
.ordering .SumoSelect>.CaptionCont {
	box-shadow: 0 2px 5px 0 #ececec;
	border: none;
}
.place-listing .item {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px 0 #ececec;
}
.place-listing .item:hover {
	box-shadow: 0 0 8px 2px #ccc;
	transition: all .3s ease;
}
.place-listing .item .image .slide {
	width: 100%;
	height: 0;
	padding-top: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}
.place-listing .item .image .slide a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.place-listing .item .image button.owl-prev {
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	z-index: 5;
	color: #333;
	font-size: 20px;
	width: 25px;
	height: 40px;
	display: block;
	background: #fff;
	border-radius: 0 5px 5px 0;
}
.place-listing .item .image button.owl-next {
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	z-index: 5;
	color: #333;
	font-size: 20px;
	width: 25px;
	height: 40px;
	display: block;
	background: #fff;
	border-radius: 5px 0 0 5px;
}
.place-listing .item .image button.owl-prev:hover,
.place-listing .item .image button.owl-next:hover {
	background: rgba(255, 255, 255, 1);	
}
@media screen and (max-width: 991px) {
	.place-listing .item .image button.owl-prev,
	.place-listing .item .image button.owl-next {
		display: none;
	}
}
.place-listing .item .content {
	padding: 15px;
	border-top: 1px solid #ececec;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	flex-grow: 2;
}
.place-listing .item .content .title {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.place-listing .item .content .meta {
	flex-grow: 2;
}
.place-listing .item .content .tags,
.place-listing .item .content .location {	
	line-height: 1.5em;
}
.place-listing .item .content .footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.place-listing .item .content .footer .reviews {	
}
.place-listing .item .content .readmore {
	text-align: right;
}
.place-listing .item .content .readmore a {
	display: inline-block;
	color: #C66376;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
#places-map {
	position: relative;
	top: auto;	
}
#places-map.sticky {
	position: fixed !important;
	top: 160px !important;
	width: calc((100vw / 2) - 100px);
}
.places-map {
	width: 100%;
	height: 500px;
}
.map-wrapper {
	width: 280px;
	display: flex;
	flex-flow: row nowrap;
}
.single .map-wrapper {
	width: 180px;
}
.map-wrapper .map-image {
	width: 40%;
	flex-shrink: 0;
}
.map-wrapper .map-image img {
	max-width: 100%;
}
.map-wrapper .map-content {
	padding: 10px;
	font-family: 'Sukhumvit';
}
.map-wrapper .map-title {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.map-wrapper .map-details {
	display: flex;
	flex-flow: column nowrap;
	font-size: 12px;
	line-height: 1.4em;
}
.pagination {
	padding-bottom: 30px;
}
.pagination .nav-links {
	width: 100%;
	text-align: center;
}
.pagination span, .pagination a {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
}
.pagination span {
	background: #C66376;
	color: #fff;
}
/* Search Results */
span.select2.select2-container .select2-selection {
	border: 1px solid #ececec !important;
	border-radius: 3px !important;
}
.search-result-header {
	border-bottom: 1px solid #ececec;
}
.search-result-header h3 {
	display: none;
}
.search-result-header form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
}
.search-result-header form ul li {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	font-size: 12px;
	position: relative;
	margin-right: 15px;
}
.search-result-header form ul li .search-text {
	background: #C66376;
	color: #fff;
	padding: 0 10px;
	border-radius: 40px;
	font-size: 14px;
	position: relative;
}
.search-result-header form ul li .search-text i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.search-result-header form ul li .search-text input {
	font-size: 14px;
	padding: 0;
	height: auto;
	background: none;
	border: none;
	color: #fff;
	width: auto;
}
.search-result-header form ul li.rad {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.search-result-header form ul li .select2.select2-container .select2-selection .select2-selection__arrow:before {
	font-size: 16px !important;
}
.search-result-header form ul li .select2-container {
	width: 100% !important;
}
.search-result-header .select2-selection__rendered {
	font-size: 12px;
}
.search-result-header #radius-slider {
	min-width: 150px;
}
.search-result-header .panel-radius {
	width: 220px;
}
.search-result-header .slider-radius strong {
	font-size: 13px;
	margin-bottom: 8px;
}
#radius-slider.ui-slider-horizontal {
	height: 0px;
	margin-bottom: 10px;
}
#radius-slider .ui-slider-handle {
	background-image: linear-gradient( 45deg, #C66376, #E3B1BB);
	border-radius: 100%;
	border: none;
	top: -9px;
	width: 18px;
	height: 18px;
}
/* Places */
.single-gd_place article .entry-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.single-gd_place article .entry-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single-gd_place article .entry-content {
	margin: 0;
	background: #fff;
	padding: 30px;
}
.single-header {
	box-shadow: 0 2px 5px 0 #ececec;
	background: #fff;
	padding: 20px 0;
}
.single-header .row {
	align-items: center;
}
.single-header .row .col-lg-6:nth-child(2) {
	text-align: right;
}
.single-header h1 {
	margin: 0 0 5px;
}
.single-header .share {
	margin-bottom: 5px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
.single-header .share .seed-social {
	margin: 0;
}
.single-header .share .seed-social > div {
	margin: 0;
}
@media screen and (max-width: 480px) {
	.single-header .share span {
		display: none;
	}
	.single-header .favourite {
		padding: 0;
	}
}
.single-header .share a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.single-header .reviews {
	padding-top: 15px;
}
.single-header .favourite {
	padding-top: 15px;
}
.single-header .favourite button {
	border: none;
}
.single-header .SumoSelect>.CaptionCont {
	padding: 0 10px;
	border-color: #C66376;
	border-radius: 40px;
}
.single-header .SumoSelect>.CaptionCont>span {
	color: #C66376;
}
.SumoSelect>.CaptionCont>label:before {
	color: #C66376;
}
.single-gallery .item {
	width: 100%;
	padding-top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}
.single-gallery .item img {
	position: absolute;
	opacity: 0;
}
.single-gallery button.owl-prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 0;
}
.single-gallery button.owl-next {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 0;
}
.single-gallery button.owl-prev:hover,
.single-gallery button.owl-next:hover {
	background: rgba(0, 0, 0, 1) !important;
}
.single-gallery .owl-dots {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	background: #fff;
}
.single-gallery .owl-dot {
	width: 12px;
	height: 12px;
	background: #eee !important;
	margin: 0 5px;
}
.single-gallery .owl-dot.active {
	background: #b4b4b4 !important;
}
.single-video {
	margin-bottom: 30px;
}
.sidebar-content .widget {
	box-shadow: 0 2px 5px 0 #ececec;
	border-radius: 5px;
	overflow: hidden;
}
.sidebar-content .widget .contact > div {
	padding: 5px 0;
	display: flex;
	flex-flow: row nowrap;
}
.sidebar-content .widget .contact > div i {
	flex-shrink: 0;
	width: 40px;
	font-size: 20px;
}
.sidebar-content .widget .contact .claim a {
	display: block;
	text-align: right;
	width: 100%;
	font-size: 13px;
	color: #C66376;
	text-decoration: underline;
}
.sidebar-content .widget .widget-title {
	margin-bottom: 0;
}
.sidebar-content .widget .contact {
	padding: 15px;
	background: #fff;
}
.sidebar-content .widget .widget-title {
	padding: 15px 0;
}
.sidebar-content .widget .related-places .place-listing .item {
	margin-bottom: 15px;
}
.single-map {
	width: 100%;
	height: 350px;
}
/* Comments */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list article {
	background: #fff;
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #ececec;
	border-radius: 5px;
}
.comment-list article .comment-meta .comment-metadata {
	font-size: 12px;
}
.comment-list ol {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.comment-list article .comment-meta {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.comment-list article .comment-author.vcard {
	margin-right: 10px;
}
.comment-list article .comment-author.vcard .says {
	display: none;
}
.comment-list article .comment-content {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.comment-list article .reply {
	padding: 10px 20px;
}
.single-gd_place .loader {
	padding: 40px;
	text-align: center;
	display: none;
}
.single-gd_place .loader img {
	width: 30px;
	margin: 0 auto;
	display: inline-block;
}
/* Footer */
.site-footer {
	background: #fff;
	border-top: 1px solid #ececec;
	padding: 20px 0;
	text-align: center;
}
.logo-footer img {
	max-width: 75px;
	display: block;
	margin: 0 auto;
}
/* Comment Rating */
.comment-heading {
	margin: 50px 0 15px;
	padding: 30px;
	border: 1px solid #ececec;
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
}
.comment-heading > h3 {
	width: 100%;
}
.comment-rating-list-wrapper {
	width: 75%;
}
.ratings-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	max-width: 300px;
	font-size: 14px;
	line-height: 18px;
}
.ratings-list .counter-container {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 8px;
}
.ratings-list .counter-container .counter-label {
	width: 60px;
	text-align: right;
	color: #c66377;
}
.ratings-list .counter-container .counter-back {
	background: #d5d5d7;
	width: 180px;
	position: relative;
	margin: 0 10px;
}
.ratings-list .counter-container .counter-back .counter-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #c66377;
}
.ratings-list .counter-container .counter-count {
	color: #c66377;
}
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}
.comments-rating label {
	display: inline-block;
}
.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}
.rating-container * {
	font-size: 1.4rem;
}
.rating-container > input {
	display: none;
}
.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}
.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #efce4a;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #efce4a;
	text-shadow: 0 0 1px #efce4a;
}
.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
	width: .5em;
}
.rating-container:hover > input + label:before {
	content: "\f154";
	color: #efce4a;
	text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #efce4a;
	text-shadow: 0 0 1px #efce4a;
}
.comment-search {
	color: #c66377;
	width: 25%;
}
.comment-search form {
	position: relative;
}
.comment-search input {
	color: #c66377;
	border: none;
	border-bottom: 1px solid #c66377;
	border-radius: 0;
}
.comment-search input::placeholder {
	color: #c66377;
}
.comment-search button {
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	color: #c66377;
	padding: 0 5px;
	border: none;
	height: 40px;
	font-size: 18px;
}
.comment-respond {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #ececec;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}
.comment-respond .form-submit {
	margin-bottom: 0;
}
.comment-respond .form-submit input[type=submit] {
	background: linear-gradient( 45deg, #C66376, #E3B1BB);
	font-size: 1em;
	color: #fff;
	border: none;
}
.acf-comment-fields label {
	font-weight: normal !important;
}
.acf-field-star-rating-field ul.star-rating {
	margin: 0 0 20px !important;
	color: #efce4a;
	font-size: 20px !important;
}
.acf-field-star-rating-field ul.star-rating li {
	float: none !important;
	display: inline-block;
}
.acf-field-star-rating-field a.clear-button {
	display: none;
}
/* Review */
.review-history ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.review-history ul li {
	background: #fff;
	padding: 20px;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	border-radius: 5px;
}
.review-history ul li .comment-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.review-history ul li .comment-content {
	position: relative;
	padding-left: 30px;
	font-style: italic;
}
.tml {
	background: #fff;
	padding: 30px;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 2px 5px 0 #ececec;
}
ul.tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tml-links li {
	display: inline-block;
	margin-right: 20px;
}
.tml-rememberme-wrap {
	display: flex;
	flex-flow: row nowrap;
}
.tml-rememberme-wrap input {
	width: auto;
	margin-right: 10px;
}
.tml-rememberme-wrap label {
	flex-grow: 2;
}
input.tml-button, button.tml-button {
	background-image: linear-gradient( 45deg, #C66376, #E3B1BB);
	height: 40px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1em;
}
.um {
	width: 100%;
	max-width: 500px !important;
	background: #fff;
	padding: 30px;
	box-shadow: 0 2px 5px 0 #ececec;
}
div.um-login.um-logout {
	width: 100% !important;
	max-width: 500px !important;
	background: #fff;
	padding: 30px;
	box-shadow: 0 2px 5px 0 #ececec;
}
.um-profile {
	display: none;
}
ul.um-misc-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
ul.um-misc-ul li {
	padding: 0 10px;
}
/* Gravity Forms */
.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gform_wrapper ul li {
	margin-bottom: 15px;
}
.gform_wrapper ul li label {
	margin: 0;
}
.gform_wrapper ul li textarea {
	height: 150px;
}
.gform_wrapper .gfield_html_formatted {
	color: #C66376;
	font-weight: bold;
}
.gfield_description {
	font-size: 12px;
}
.gform_drop_area {
	position: relative;
	padding: 10px;
	border: 1px solid #ececec;
	font-size: 12px;
}
.gform_footer input {
	background-image: linear-gradient( 45deg, #C66376, #E3B1BB);
	height: 40px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1em;
}
.wpulike-default .wp_ulike_btn {
	width: 20px !important;
	height: 20px !important;
	padding: 14px 20px !important;
	min-width: 0;
	min-height: 0;
	line-height: 20px;
}
.wpulike-default .wp_ulike_put_image:after {
	width: 12px;
	height: 12px;
}
.add-listing .form-group {
	display: flex;
	flex-flow: column nowrap;
}
.listing-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.listing-categories ul li {
	font-weight: normal;
	display: flex;
	flex-flow: column wrap;
}
.listing-categories > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
.listing-categories > ul > li {
	font-weight: bold;
	width: 50%;
}
.listing-categories ul ul {
	margin-bottom: 15px;
	font-size: 13px;
}