@import 'main.css';
@import 'bootstrap-grid.min.css';

a,
button,
.button {
	transition: all .3s ease-in-out;
}

/* from customizer */
[class^='icon-'],
[class*=' icon-'] {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-ms-font-feature-settings: 'liga'1;
	-o-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.co-ribbon--lg {
	width: 160px;
	height: 160px;
}

.co-ribbon--lg .co-ribbon__inner {
	top: -100px;
	left: -100px;
	width: 200px;
	height: 200px;
}

.co-ribbon--lg .co-ribbon__text {
	right: 14px;
	font-family: 'Neutraface2Display-Titling';
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
}

.co-entry-featured .co-entry__title {
	font-family: 'Neutraface2Display-Titling';
	font-weight: 500;
	max-height: none;
}

.co-entry-featured .co-entry__chunk {
	max-height: none;
	line-height: 1.6;
}

.most-populars .most-popular,
.latest-directories .latest-directory {
	margin-top: 12px;
}

.most-popular,
.latest-directory {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.most-popular:hover .most-popular__desc,
.latest-directory:hover .most-popular__desc {
	transform: translate3d(0, 0, 0);
}

.most-popular:hover .most-popular__rank {
	-webkit-text-fill-color: #18cc36;
	-moz-text-fill-color: #18cc36;
	-o-text-fill-color: #18cc36;
}

.most-popular__image {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}

.most-popular__wrap-rank {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	text-align: center;
}

.most-popular__title {
	margin: 0;
	color: #181818;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
}

.most-popular__rank {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	color: #18cc36;
	font-family: 'Neutraface2Display-Titling';
	font-weight: 500;
	font-size: 47px;
	font-size: 2.9375rem;
	font-weight: 300;
	line-height: 0;
	-webkit-text-stroke: 2px #000;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #18cc36;
	-moz-text-stroke: 2px #000;
	-moz-text-fill-color: white;
	/* Will override color (regardless of order) */
	-moz-text-stroke-width: 1px;
	-moz-text-stroke-color: #18cc36;
	-o-text-stroke: 2px #000;
	-o-text-fill-color: white;
	/* Will override color (regardless of order) */
	-o-text-stroke-width: 1px;
	-o-text-stroke-color: #18cc36;
}

.most-popular__rank span {
	display: block;
	width: 80px;
}

.most-popular__inner {
	display: table-cell;
	vertical-align: middle;
}

.most-popular__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.most-popular__desc {
	position: absolute;
	background-color: #18cc36;
	top: 0;
	left: 160px;
	right: 0;
	padding: 10px;
	height: 100%;
	transition: all 0.15s linear;
	transform: translate3d(100%, 0, 0);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.most-popular__desc p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
}

.co-entry__image-wrapper {
	position: relative;
	display: block;
	background-color: #ccc;
	overflow: hidden;
}

.co-entry__bgd {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.co-entry__body {
	position: relative;
	width: 100%;
}

.co-entry__image {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.co-entry_image-1by1 {
	padding-bottom: 100%;
}

.co-entry__image img {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.co-entry__image-wrapper {
	position: relative;
	display: block;
	background-color: #ccc;
	overflow: hidden;
}

.co-entry-slot-featured .co-entry__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.19;
	max-height: 40px;
	overflow: hidden;
}

.co-entry-slot-featured .co-entry__image {
	padding-bottom: 56.25%;
}

.coco_ads a {
	text-align: center;
	display: table;
	margin: 0 auto;
}

div:empty {
	display: none;
}

div.overlaycolor:empty,
div.wp-block-spacer:empty {
	display: block;
}

.button-loadmore {
	display: block;
	margin: 0;
	padding: 10px 20px;
}

.button-loadmore .wrap-icons i {
	display: block;
	background: #fe16a0;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	transition: all 0.15s ease;
}

.button-loadmore.loading .wrap-icons span:nth-child(1) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0s;
	animation: dot 1.3s infinite;
	animation-delay: 0s;
}

.button-loadmore.loading .wrap-icons span:nth-child(2) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0.2s;
	animation: dot 1.3s infinite;
	animation-delay: 0.2s;
}

.button-loadmore.loading .wrap-icons span:nth-child(3) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0.3s;
	animation: dot 1.3s infinite;
	animation-delay: 0.3s;
}

@keyframes dot {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.2);
	}
}

/*** PROFILE CSS ***/
.popular-tab {
	margin-top: 50px;
}

.popular-tab .nav-tabs {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #979797;
}

.popular-tab .nav-tabs li {
	float: left;
	margin-right: 38px;
}

.popular-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.popular-tab .nav-tabs li.active .txt {
	font-weight: 700;
}

.popular-tab .nav-tabs .txt {
	color: #181818;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.8px;
}

.popular-tab .nav-tabs a {
	transition: all 0.15s linear;
}

.popular-tab .nav-tabs a:hover {
	color: #18cc36;
}

.popular-tab .popular-tab .tab-pane {
	padding-top: 20px;
}

#favorites-articles {
	padding-top: 0;
}

.wp-block-group.has-background:not(.has-grey-background-color),
.wp-block-group.has-background:not(.has-grey-background-color) h1,
.wp-block-group.has-background:not(.has-grey-background-color) h2,
.wp-block-group.has-background:not(.has-grey-background-color) h3,
.wp-block-group.has-background:not(.has-grey-background-color) #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .wp-block-group.has-background:not(.has-grey-background-color) .widget-title,
.wp-block-group.has-background:not(.has-grey-background-color) h4,
.wp-block-group.has-background:not(.has-grey-background-color) .single .coco_comments .comment-reply-title,
.single .coco_comments .wp-block-group.has-background:not(.has-grey-background-color) .comment-reply-title,
.wp-block-group.has-background:not(.has-grey-background-color) .archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
.archive .coco-archive-posts .co-entry-slot-featured .wp-block-group.has-background:not(.has-grey-background-color) .co-entry__title,
.wp-block-group.has-background:not(.has-grey-background-color) .archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title,
.archive #coco-tag-posts-body .co-entry-slot-featured .wp-block-group.has-background:not(.has-grey-background-color) .co-entry__title,
.wp-block-group.has-background:not(.has-grey-background-color) h5,
.wp-block-group.has-background:not(.has-grey-background-color) h6,
.wp-block-group.has-background:not(.has-grey-background-color) p {
	color: unset;
}

h1.entry-title {
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
	text-align: center;
}

/*.site-inner {padding:clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) 0;}*/
.site-inner {
	padding: 0;
    margin-top:30px;
}

a:hover {
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

#coco-featured-header {
	min-height: 400px;
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

.singular .entry-header {
	overflow: visible;
	margin-bottom: 40px;
}

.singular .publish-date {
	float: right;
	font-weight: 700;
}

.entry-author {
	font-weight: 700;
}

.entry-author a {
	color: #18cc35;
}

.publish-date span {
	color: #4E4E4E;
}

.entry-author a:hover,
.entry-tags a:hover {
	color: #434343;
}

.entry-tags a {
	text-transform: uppercase;
	text-decoration: none;
}

.entry-meta {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem) 0;
}

#coconuts-reply-form {
	padding: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem) 3rem;
	text-align: center;
	background: #eaf6ec;
}

p.coco-join {
	font-size: clamp(1.125rem, calc(1.125rem + ((1vw - 0.1rem) * 0.5769)), 1.5rem);
	font-weight: bold;
	color: #434343;
	margin: 0;
}

#coconuts-social-icons {
	border-top: 1px solid #18cc36;
	border-bottom: 1px solid #18cc36;
}

#coconuts-social-icons .wrap {
	display: flex;
	padding: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem) 3.438rem;
	align-items: center;
}

#coco-logo-icons {
	display: flex;
}

blockquote,
blockquote.wp-block-quote {
	border-left: 8px solid #18cc35;
	padding: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 2.0833)), 4rem);
	background: url(/wp-content/themes/genesis-coconuts/assets/icons/utility/quote-green.svg) no-repeat;
	background-position: 50px 40px;
}

#footer-logo {
	width: 270px;
}

#coco-logo-icons div {
	display: flex;
	align-items: center;
}

#footer-social-icons {
	margin-bottom: 5px;
}

#footer-logo img {
	max-width: 250px;
	width: 100%;
}

#menu-social-icons-text-menu {
	display: flex;
	justify-content: flex-end;
}

#menu-social-icons-text-menu li {
	list-style: none;
}

#menu-social-icons-text-menu li a {
	padding: 10px 20px;
	color: #434343;
	text-decoration: none;
}

#menu-social-icons-text-menu li:first-child a {
	border-right: 1px solid #18cc36;
}

#footer-social-icons img {
	width: 36px;
	height: 36px;
	margin: 0 5px;
}

#coconuts-social-icons-menu {
	flex-grow: 1;
}

.bg-green {
	background: #EAF5EC;
}

.coco-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-footer .copyright {
	margin-bottom: 0;
}

.site-footer .backtotop {
	padding: 0;
}

.footer-widgets .wrap {
	grid-template-columns: 46% 27% 27%;
	column-gap: 0;
}

.footer-widgets-1 ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.footer-widgets a {
	color: #434343;
}

.footer-widgets a:hover,
#menu-social-icons-text-menu li a:hover {
	color: #18cc35 !important;
	text-decoration: none;
}

.footer-widgets-3 h3:before,
.footer-widgets-3 #genesis-footer-widgets .widget-title:before,
#genesis-footer-widgets .footer-widgets-3 .widget-title:before {
	content: '';
	width: 32px;
	height: 32px;
	background: url(/wp-content/themes/genesis-coconuts/assets/icons/brand/coconuts-icon.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-right: 5px;
}

.footer-widgets-3 h3,
.footer-widgets-3 #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .footer-widgets-3 .widget-title {
	display: flex;
	align-items: center;
	margin-top: -4px;
}

.site-footer {
	background: #18cc36;
	color: #434343;
}

.site-footer a {
	color: #434343;
}

.site-footer .backtotop,
.site-footer .backtotop:hover {
	background: transparent;
	color: #434343;
}

.site-footer .backtotop svg {
	fill: #434343;
}

.coco-article-title a {
	color: #000;
	text-decoration: none;
	word-break: break-word;
}

.coco-sponsored-featured-article {
	position: relative;
	overflow: hidden;
}

.hidden {
	display: none;
}

/* .coco-featured-ribbon {
	position: absolute;
	top: -60px;
	left: -60px;
	width: 120px;
	height: 120px;
	z-index: 1;
	background-color: #18cc36;
	transform: rotate(45deg);
	text-align: center; }

.coco-featured-ribbon p {
	margin: 0;
	margin-top: 0px;
	transform: rotate(-90deg);
	transform-origin: right center;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 120px;
	margin-top: -74px;
	font-weight: 200;
	font-style: normal;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff; } */
.co-ribbon,
.coco-featured-ribbon {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100px;
	background: #18cc36;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: left bottom;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 1;
}

.co-ribbon__inner,
.coco-featured-ribbon p {
	color: #fff;
	font: 1rem/1.5 "EB Garamond";
	margin: 0;
	transform: rotate(-45deg) translateY(-1rem);
}

.coco-icon-svg-map {
	width: 12px;
	height: 19px;
	background: url("../icons/utility/pin.svg") 0 center no-repeat;
	background-size: 12px 19px;
	display: inline-block;
}

.coco-sidebar {
	display: flex;
	flex-direction: column;
}

.coco-sidebar-youtube {
	text-align: center;
	margin-bottom: 40px;
	background: -moz-linear-gradient(top, #030703 0%, #05290f 17%, rgba(13, 171, 60, 0.1) 81%, rgba(16, 209, 74, 0.1) 100%);
	background: -webkit-linear-gradient(top, #030703 0%, #05290f 17%, rgba(13, 171, 60, 0.1) 81%, rgba(16, 209, 74, 0.1) 100%);
	background: linear-gradient(to bottom, #030703 0%, #05290f 17%, rgba(13, 171, 60, 0.1) 81%, rgba(16, 209, 74, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030703', endColorstr='#1a10d14a', GradientType=0);
	padding: 2px;
}

.coco-travel-subheading {
	width: 60%;
	float: left;
	margin: 0 0 20px 0;
}

.coco-travel-view-all {
	width: 40%;
	float: right;
	text-align: right;
}

#search-filter-form-1033831 ul {
	display: flex;
}

#search-filter-form-1033831 .sf-field-submit input {
	border: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	background: #18CC36 url(/wp-content/themes/genesis-coconuts/assets/icons/utility/search-icon.svg) no-repeat;
	background-size: 18px;
	background-position: center;
	text-indent: -999px;
	position: relative;
	width: 48px;
	height: 48px;
}

#search-filter-form-1033831 .sf-field-search input {
	border: 1px solid #ccc;
	padding: 11px 16px;
	font-size: 16px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

/* #ubermenu-nav-main-800849 a,
#ubermenu-nav-main-800850 a,
#ubermenu-nav-main-800851 a,
#ubermenu-nav-main-800852 a,
#ubermenu-nav-main-800853 a,
#ubermenu-nav-main-800854 a,
#ubermenu-nav-main-800855 a,
#ubermenu-nav-main-800856 a {
	color: #000;
	font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "avenir next", avenir, "segoe ui", "helvetica neue", helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

#ubermenu-nav-main-800849 a:hover,
#ubermenu-nav-main-800850 a:hover,
#ubermenu-nav-main-800851 a:hover,
#ubermenu-nav-main-800852 a:hover,
#ubermenu-nav-main-800853 a:hover,
#ubermenu-nav-main-800854 a:hover,
#ubermenu-nav-main-800855 a:hover,
#ubermenu-nav-main-800856 a:hover {
	color: #18CC36;
} */
li.menu-burger>span>.ubermenu-sub-indicator.fas.fa-angle-down {
	display: none;
}

.ubermenu-submenu {
	width: auto;
	background: #fff !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 98%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** CITY TEMPLATE ***/
#coco-city-latest-news .col-md-12:nth-child(even) {
	order: 1;
}

#coco-city-latest-news .col-md-12:first-child {
	order: 2;
}

#coco-city-latest-news .col-md-12:last-child {
	order: 3;
}

/*** TV IN HOMEPAGE ***/
.co-channel__container .co-channel-nav,
.co-channel__container .co-channel-termtv-nav {
	background: #fff;
	height: auto;
	padding: 30px 0 !important;
}

.co-channel-nav .slick-list {
	overflow-y: visible;
	padding: 0 !important;
	margin: 0 -10px !important;
}

.co-channel-nav {
	position: relative;
	color: #434343;
}

.co-channel__container .co-channel-nav .title {
	position: relative;
	color: #434343 !important;
	padding: 30px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: normal;
}

.co-channel__container .co-channel-nav .block {
	height: auto;
}

.co-channel__container .co-channel-nav .block.slick-current .block-relative::before {
	background: #18cc36;
	opacity: .5;
}

.co-channel__container .co-channel-nav .block-relative {
	height: 170px;
}

/*** LOCATIONS TAB IN HOMEPAGE ***/
#tab-location ul,
#tabs-most-popular ul {
	display: flex;
	justify-content: center;
}

#tab-location ul li,
#tabs-most-popular ul li {
	list-style: none;
	text-align: center;
}

#tab-location ul li img {
	border-radius: 200px;
	max-width: 75px;
	margin: 0 auto;
}

#tab-location .slick-list {
	max-width: 95%;
}

#tab-location .slick-prev {
	left: -.5rem;
	top: 35%;
}

#tab-location .slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	color: #48bb39;
}

#tab-location .slick-next {
	right: -.5rem;
	top: 35%;
}

#tab-location .slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	color: #48bb39;
}

#tab-location .slick-current a {
	color: #18CC36;
}

#tab-location .tab-pane {
	display: none;
}

#tab-location .tab-pane.active {
	display: block;
}

#tab-location .fade {
	opacity: 0;
	transition: opacity .15s linear;
}

#tab-location .fade.in {
	opacity: 1;
}

/*** AROUND THE REGION IN HOMEPAGE ***/
/*** BECOME A MEMBER IN HOMEPAGE ***/
#home-become-member {
	text-align: center;
}

#home-become-member a {
	margin: 0 auto;
}

/*** BECOME A MEMBER IN HOMEPAGE ***/
#home-become-member {
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) 0;
	background: #000;
	color: #fff;
}

#home-become-member h3,
#home-become-member #genesis-footer-widgets .widget-title,
#genesis-footer-widgets #home-become-member .widget-title {
	color: #fff;
}

/*** SUBSCRIBE IN HOMEPAGE ***/
/*** NEIGHBORHOOD ARCHIVE ***/
#coco-neighborhood-archive-hero .container {
	display: flex;
	min-height: 400px;
}

#coco-neighborhood-archive-hero .row {
	width: 100%;
}

.coco-post-share {
	position: absolute;
� ot??   0;
}

#coco-neighborhood-single-hero {
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

/*** GUTENBERG BLOCKS OVERRIDE ***/
hr:before {
	background: #cccccc;
}

.wp-block-group {
	margin: 0 !important;
	padding: 0 !important;
}

.border-bottom-1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 !important;
}

.entry-content .wp-block-group.alignwide .wp-block-group__inner-container {
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) 3.438rem;
}

/*** CATEGORY TEMPLATE CSS ***/
.coco-subcats-img-container {
	position: relative;
	padding-bottom: 84.6%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.coco-subcats-img-container:before {
	content: '';
	background: #18CC36;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 2;
}

.coco-city-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.coco-subcats-img .coco-subcats-img-container div {
	margin-bottom: 0;
}

#coco-city-subcats .row {
	justify-content: center;
}

#coco-city-subcats .coco-subcats-img {
	width: 16%;
	text-align: center;
	position: relative;
}

#coco-taxonomy-seo p {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}

.button-loadmore,
.co-loading {
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	width: auto;
	background: #fff;
	color: #fe16a0;
	border: 1px solid #fe16a0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.button-loadmore .wrap-icons i,
.co-loading .wrap-icons i {
	display: block;
	background: #fe16a0;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	transition: all 0.15s ease;
}

.button-loadmore .wrap-icons span,
.co-loading .wrap-icons span {
	margin: 0;
}

.button-loadmore .wrap-icons,
.co-loading .wrap-icons {
	opacity: 0;
}

.button-loadmore .wrap-icons,
.button-loadmore .wrap-icons:hover,
.co-loading .wrap-icons,
.co-loading .wrap-icons:hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-loadmore.loading .wrap-icons,
.co-loading.loading .wrap-icons {
	opacity: 1;
}

.co-loading {
	border: 0;
}

.search-load-more-notice {
	width: 100%;
	display: table;
}

.co-loading .wrap-icons span:nth-child(1) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0s;
	animation: dot 1.3s infinite;
	animation-delay: 0s;
	animation-delay: 0s;
}

.co-loading .wrap-icons span:nth-child(2) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0.2s;
	animation: dot 1.3s infinite;
	animation-delay: 0s;
	animation-delay: 0.2s;
}

.co-loading .wrap-icons span:nth-child(1) {
	opacity: 0;
	-webkit-animation: dot 1.3s infinite;
	-webkit-animation-delay: 0s;
	animation: dot 1.3s infinite;
	animation-delay: 0s;
	animation-delay: 0s;
}

/*.coco-subcategories {display:flex;}*/
.coco-subcategories li {
	padding: 10px;
	float: left;
}

.mt-30 {
	margin-top: 30px;
}

/*** GENERAL ARTCLE LIST CSS ***/
.tiktok-embed {background:transparent !important;padding:0 !important;margin:0 !important;border:0 !important;}
.coco-post-presented-by {
	display: flex;
	align-items: center;
}

.coco-thumb-link {
	position: relative;
	display: block;
	background-color: #ccc;
	overflow: hidden;
}

.coco-post-presented-by img {
	margin: 0 10px 10px 10px;
}

.coco-thumb-img {
	padding-bottom: 56.25%;
}

.coco-thumb-img-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.co-entry-video .co-entry__body {
	position: relative;
	padding: 15px 10px;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
}

.co-entry-video .co-entry__title {
	line-height: 1.21;
	overflow: hidden;
	margin-bottom: 10px;
}

.co-entry-video .co-entry__chunk {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	overflow: hidden;
}

.co-entry-video .vd-time-duration,
.tags-video .co-entry__thumb .vd-time-duration {
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 2;
}

.co-entry-video:hover .vd-time-duration {
	left: 0;
}

.co-entry-video:hover .vd-time-duration span:first-child {
	background-color: #18cc36;
}

.co-entry-video__bt {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.co-entry-video__bt .co-entry__actions {
	position: absolute;
	right: -3px;
	bottom: -2px;
}

.co-entry-video__sub-title {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1.42;
	margin: 0;
	letter-spacing: 2px;
	text-transform: lowercase;
}

.co-entry-video {
	position: relative;
}

.vd-time-duration {
	padding: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.15s linear;
}

.vd-time-duration span:first-child {
	display: block;
	width: 25px;
	height: 21px;
	line-height: 21px;
	background-color: #464646;
	color: #fff;
	text-align: center;
	transition: all 0.15s linear;
}

.vd-time-duration .vd-total-time {
	color: #181818;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 10px;
	padding-right: 5px;
}

@media (max-width: 990px) {

	#coconuts-social-icons .wrap,
	.wp-block-group,
	.entry-content .wp-block-group.alignwide .wp-block-group__inner-container {
		padding-left: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 0.5208)), 2rem);
		padding-right: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 0.5208)), 2rem);
	}
}

@font-face {
	font-family: 'HCo Decimal';
	src: url("../fonts/woff2/Decimal-Book_Web.woff2") format("woff2"), url("../fonts/woff/Decimal-Book_Web.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Decimal';
	src: url("../fonts/woff2/Decimal-BookItalic_Web.woff2") format("woff2"), url("../fonts/woff/Decimal-BookItalic_Web.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'HCo Decimal';
	src: url("../fonts/woff2/Decimal-Bold_Web.woff2") format("woff2"), url("../fonts/woff/Decimal-Bold_Web.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: url("../fonts/woff2/eb-garamond-v15-latin-regular.woff2") format("woff2"), url("../fonts/woff/eb-garamond-v15-latin-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*@font-face {
	font-family: 'EB Garamond';
	src: url("../fonts/woff2/eb-garamond-v15-latin-700.woff2") format("woff"), url("../fonts/woff/eb-garamond-v15-latin-700.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap; }
*/
/* @font-face { */
	/* font-family: 'Neutra Display Titling'; */
	/* src: url("../fonts/woff/Neutraface2Display-Titling.woff") format("woff"); */
	/* font-weight: 400; */
	/* font-style: normal; */
	/* font-display: swap; */
/* } */
@font-face {
	font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans.woff') format('woff'),
		 url('../fonts/JosefinSans.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 14px;
}

body {
	color: #000;
	font: 1rem/1.5 "HCo Decimal";
}

h1,
h2,
h3,
#genesis-footer-widgets .widget-title,
h4,
.single .coco_comments .comment-reply-title,
.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title,
h5,
h6 {
	color: #000;
	font-family: "Josefin Sans";
	letter-spacing: 2px;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
#genesis-footer-widgets .widget-title a,
h4 a,
.single .coco_comments .comment-reply-title a,
.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title a,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title a,
h5 a,
h6 a {
	color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
#genesis-footer-widgets .widget-title a:hover,
h4 a:hover,
.single .coco_comments .comment-reply-title a:hover,
.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title a:hover,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title a:hover,
h5 a:hover,
h6 a:hover {
	color: #18CC36;
}

.entry-content p {
	font-family: "HCo Decimal";
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3,
#genesis-footer-widgets .widget-title {
	font-size: 1.75rem;
}

h4,
.single .coco_comments .comment-reply-title,
.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}

	h1 {
		font-size: calc(1.375rem + 1.5vw);
	}

	h2 {
		font-size: calc(1.325rem + .9vw);
	}

	h3,
	#genesis-footer-widgets .widget-title {
		font-size: calc(1.3rem + .6vw);
	}

	h4,
	.single .coco_comments .comment-reply-title,
	.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
	.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title {
		font-size: calc(1.275rem + .3vw);
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1rem;
	}
}

.ad-unit-top,
.co-adv {
	/*display: none; */
	text-align: center;
}

.site-header {
	border-color: #18CC36;
	min-height: 0;
}

.site-header .wrap {
	display: flex;
	align-items: center;
	max-width: 1700px;
	padding: 1rem 0;
}

.site-header #coconuts-logo-left,
.site-header #coconuts-logo-right {
	width: 40%;
}

.site-header .title-area {
	width: 20%;
	max-width: none;
}

.site-header .title-area h1.site-title,
.site-header .title-area p.site-title {
	display: flex;
	justify-content: center;
	padding: 0;
}

.site-header .title-area h1.site-title a,
.site-header .title-area p.site-title a {
	position: relative;
	font-family: "Josefin Sans";
	color: #000;
	display: flex;
	align-items: center;
	height: auto;
	padding-left: 40px;
}

.site-header .title-area h1.site-title a:before,
.site-header .title-area p.site-title a:before {
	content: '';
	background: url(/wp-content/themes/genesis-coconuts/assets/icons/brand/coconuts-icon.svg) no-repeat center/100%;
	position: absolute;
	left: 0;
	height: 32px;
	width: 32px;
}

.site-header .title-area h1.site-title a span,
.site-header .title-area p.site-title a span {
	color: #18CC36;
	margin-left: 8px;
}

.site-header #coconuts-logo-left {
	display: flex;
	align-items: center;
}

.site-header #coconuts-logo-left .coco-current_cat {
	display: none;
}

.site-header #coconuts-logo-left section.coco-date_today {
	font-size: .75rem;
	margin: 0 1rem;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.site-header #coconuts-logo-left section.coco-date_today {
		display: none;
	}
}

.site-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
    
@media (max-width: 575px) {
/* 20 dec 22 
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
*/
	.site-header #coconuts-logo-left,
	.site-header #coconuts-logo-right {
		width: 16.67%;
	}

	.site-header .title-area {
		width: 66.67%;
	}

	.site-header .title-area h1.site-title,
	.site-header .title-area p.site-title {
		font-size: 1rem;
	}

	.site-header .title-area h1.site-title a,
	.site-header .title-area p.site-title a {
		flex-direction: row;
	}
}

.wrap,
.inner-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.page-homepage .site-inner .wrap,
.page-about-coconuts .site-inner .wrap,
.archive .site-inner .wrap,
.page-register .site-inner .wrap,
.page-login .site-inner .wrap {
	max-width: 100%;
	padding: 0;
}

h1,
h2,
h3,
#genesis-footer-widgets .widget-title,
h4,
.single .coco_comments .comment-reply-title,
.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title,
h5,
h6,
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.section-wrap,
#genesis-footer-widgets,
#coco-plus-membership-section,
.hero-native-ads,
.page-homepage #home-latest-popular-stories,
.page-homepage #home-around-the-region,
.page-homepage #home-food-drink-lifestyle,
.single .coco_comments .comment-respond {
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) 0;
	padding: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem) 0;
	;
}

/*.coco-city-sponsored.section-wrap,
#home-hero-stories.section-wrap{padding-top:1.5rem;}*/
@media (max-width: 575px) {

	.section-wrap,
	#genesis-footer-widgets,
	#coco-plus-membership-section,
	.hero-native-ads,
	.page-homepage #home-latest-popular-stories,
	.page-homepage #home-around-the-region,
	.page-homepage #home-food-drink-lifestyle,
	.single .coco_comments .comment-respond {
		padding: clamp(1.5rem, calc(1rem + ((1vw - 0.32rem) * 3.125)), 3rem) 0;
	}
}

@media (max-width: 575px) {
	.site-inner {
		margin-top: 64px;
	}
}

#genesis-footer-widgets .widget-title {
	color: #000;
}

#genesis-footer-widgets .footer-widget-area {
	padding-left: 2rem;
	padding-right: 2rem;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}

#genesis-footer-widgets .footer-widget-area:first-child {
	border: 0;
	padding-left: 0;
}

#genesis-footer-widgets .footer-widget-area:last-child {
	padding-right: 0;
}

#genesis-footer-widgets ul {
	margin: 0;
}

#genesis-footer-widgets .menu-our-cities-container {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	line-height: 2;
	text-transform: uppercase;
	position: relative;
	height: 60px;
	overflow: hidden;
}

#genesis-footer-widgets .menu-our-cities-container:after {
	content: '';
	height: 8px;
	width: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 30px;
}

#genesis-footer-widgets .menu-our-cities-container .menu {
	padding: 1rem;
	background: #fff;
	border-radius: 30px;
	background: #fff;
	margin: 0;
}

#genesis-footer-widgets .menu-our-cities-container .menu li:last-child {
	margin: 0;
}

#genesis-footer-widgets .menu-our-cities-container .menu a {
	pointer-events: none;
	vertical-align: top;
}

#genesis-footer-widgets .menu-our-cities-container.show {
	border: 0;
	overflow: unset;
}

#genesis-footer-widgets .menu-our-cities-container.show .menu {
	border: 1px solid rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 0;
	width: 100%;
}

#genesis-footer-widgets .menu-our-cities-container.show .menu a {
	pointer-events: unset;
}

#genesis-footer-widgets .menu-our-cities-container:not(.show).selected li:not(.selected) {
	height: 0;
	overflow: hidden;
	margin: 0;
}

#menu-our-cities .menu-item:before {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 1rem;
}

#menu-our-cities .menu-item.bali:before,
#menu-our-cities .menu-item.jakarta:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/indo.png);
}

#menu-our-cities .menu-item.bangkok:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/thailand.png);
}

#menu-our-cities .menu-item.hongkong:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/hongkong.png);
}

#menu-our-cities .menu-item.kl:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/malaysia.png);
}

#menu-our-cities .menu-item.manila:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/ph.png);
}

#menu-our-cities .menu-item.singapore:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/sg.png);
}

#menu-our-cities .menu-item.yangon:before {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/myanmar.png);
}

@media (max-width: 1200px) {
	.footer-widgets .wrap {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}
}

@media (max-width: 991px) {
	#coco-city-subcats .coco-subcats-img {
		width: 33.33%;
	}

	body.page-homepage .article-left {
		border-right: 0;
	}

	.footer-widgets .wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-widgets .footer-widgets-3 {
		width: 100%;
		border: 0;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.footer-widgets-2 {
		margin: 0;
	}

	#genesis-footer-widgets .footer-widget-area {
		padding: 2rem 0 !important;
	}

	#genesis-footer-widgets {
		padding: 1rem 0;
	}

	#genesis-footer-widgets .footer-widget-area {
		border: 0;
		width: 100%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	#genesis-footer-widgets .footer-widget-area:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	}
}

.site-footer {
	font-family: 'HCo Decimal';
	padding: 1rem 0;
}

@media (max-width: 575px) {
	.site-footer {
		padding-bottom: 3rem;
	}

	#genesis-footer-widgets .footer-widget-area {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	body.page-homepage #home-latest-popular-stories .col-lg-7.article-left.border-xs-bottom {
		margin-bottom: 40px !important;
	}

	body.page-homepage #home-latest-popular-stories .coco-article .coco-post-terms {
		display: block
	}
}

.coco-excerpt img {
	display: none;
}

.fix-menu-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	padding: .5rem 1rem;
	background: #fff;
	border-top: 1px solid #ccc;
}

.fix-menu-wrap .fix-menu-list {
	display: flex;
}

.fix-menu-wrap .menu-list-item {
	flex-grow: 1;
	flex-basis: 0;
}

.fix-menu-wrap .menu-list-item .svg-holder-icon {
	margin-bottom: 5px;
	min-height: 0;
}

.fix-menu-wrap .menu-list-item .svg-holder-icon img {
	height: 16px;
	margin: 0 auto;
}

.fix-menu-wrap .menu-list-item .menu-label {
	color: #000;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.fix-menu-wrap .menu-list-item:nth-child(2) .svg-holder-icon {
	height: 16px;
	margin-top: -5px;
}

.fix-menu-wrap .menu-list-item:nth-child(2) .menu-label {
	margin-top: 10px;
}

.site-header #coconuts-logo-left section.ubermenu_navigation_widget-class {
	margin: 0 1rem;
}

.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-target {
	padding: 0;
}

.site-header #coconuts-logo-left .ubermenu-submenu {
	padding: 1rem;
}

.site-header #coconuts-logo-left .ubermenu-content-block {
	padding: 0;
}

.site-header #coconuts-logo-left .ubermenu-target {
	color: #000;
	line-height: 1.8;
	padding: 0;
}

.site-header #coconuts-logo-left .ubermenu-target:hover {
	color: #18CC36;
}

.site-header #coconuts-logo-left .ubermenu-sub-indicator {
	right: 0;
}

.site-header #coconuts-logo-left .ubermenu .ds-city-menu,
.site-header #coconuts-logo-left .ubermenu .city-menu {
	display: none;
}

#coco-search-page-form {
	margin-bottom: 20px;
}

.site-header #coconuts-logo-left #searchform {
	display: flex;
	margin-bottom: .5rem;
}

.site-header #coconuts-logo-left #searchform #s {
	border-radius: 0;
	font-size: 1rem;
	outline: 0;
	padding: .375rem .75rem;
}

.site-header #coconuts-logo-left #searchform #searchsubmit {
	width: 54px;
	background: #18CC36 url(/wp-content/themes/genesis-coconuts/assets/icons/utility/search-icon.svg) no-repeat center/1rem;
	border: 0;
	border-radius: 0;
	font-size: 0;
	padding: .375rem .75rem;
}

.site-header #coconuts-logo-left #menu-social-icons {
	display: flex;
	justify-content: space-between;
	margin-top: .5rem;
	max-width: 340px;
}

.site-header #coconuts-logo-left #menu-social-icons img {
	width: 36px;
}

.site-header #coconuts-logo-left .coco-select_city .dynamic_select {
	margin: 0 1rem;
	position: relative;
	z-index: 999;
}

.site-header #coconuts-logo-left .coco-select_city .ds-btn {
	background: 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	text-transform: uppercase;
}

.site-header #coconuts-logo-left .coco-select_city .ds-btn i {
	margin-left: .5rem;
}

.site-header #coconuts-logo-left .coco-select_city .ds-dropdown {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	display: none;
	padding: 1rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.site-header #coconuts-logo-left .coco-select_city .ds-item {
	color: #000;
	display: block;
	line-height: 1.8;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-header #coconuts-logo-right .menu {
	display: flex;
	list-style: none;
	justify-content: right;
	align-items: center;
}

.site-header #coconuts-logo-right .menu a {
	color: #000;
	display: inline-block;
	margin: 0 1rem;
	text-transform: uppercase;
}

.site-header #coconuts-logo-right .menu a:hover {
	color: #18CC36;
}

.site-header #coconuts-logo-right .coconuts-account a {
	background: url(/wp-content/themes/genesis-coconuts/assets/icons/utility/icon-account-green.svg) no-repeat center/contain;
	text-indent: -9999px;
	width: 24px;
}

@media (max-width: 1199px) {
	.site-header #coconuts-logo-right .menu .menu-item:not(.pink-btn):not(.coconuts-account) {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header #coconuts-logo-left .ubermenu-responsive-toggle {
		font-size: 0;
		padding: 0;
		color: #18CC36;
	}

	.site-header #coconuts-logo-left .ubermenu-responsive-toggle i {
		font-size: 24px;
		margin: 0;
	}

	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-target {
		display: none;
	}

	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-submenu {
		border-bottom: 1px solid #18CC36;
		opacity: 1;
		visibility: visible;
		height: auto;
		margin-top: 15px;
		overflow: visible;
	}

	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-submenu .ubermenu-submenu,
	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-submenu .ubermenu-sub-indicator {
		display: none;
	}

	.site-header #coconuts-logo-left .coco-date_today {
		display: none;
	}
}

@media (max-width: 767px) {
	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-submenu .ds-city-menu {
		display: block;
		color: #000;
		line-height: 1.8;
		padding: 0;
	}

	.site-header #coconuts-logo-left .coco-select_city {
		display: none;
	}

	.site-header #coconuts-logo-right .pink-btn {
		display: none;
	}
}

@media (max-width: 575px) {
	.site-header #coconuts-logo-left #menu-social-icons a img {
		margin: 0 !important;
	}
}

.form-search input,
.form-search button[type=submit] {
	border-radius: 30px;
}

.form-search button[type=submit] {
	right: -70px;
	cursor: pointer;
}

.site-header #coconuts-logo-right .pink-btn a,
.btn,
.button-loadmore,
.button,
.upme-button,
.archive .coco-archive-posts .button-loadmore,
.archive #coco-tag-posts-body .button-loadmore {
	background: #fff;
	border: 1px solid #18CC36;
	border-radius: 30px;
	color: #18CC36;
	display: inline-block;
	font-size: 1rem;
	height: auto;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: auto;
	cursor: pointer;
}

.site-header #coconuts-logo-right .pink-btn a:hover,
.btn:hover,
.button-loadmore:hover,
.button:hover,
.upme-button:hover,
.archive .coco-archive-posts .button-loadmore:hover,
.archive #coco-tag-posts-body .button-loadmore:hover,
.site-header #coconuts-logo-right .pink-btn a:active,
.btn:active,
.button-loadmore:active,
.button:active,
.upme-button:active,
.archive .coco-archive-posts .button-loadmore:active,
.archive #coco-tag-posts-body .button-loadmore:active {
	background: #FE16A0;
	color: #fff !important;
}
/*
20 dec 2022
*/
.btncocoplus {
	background: #FE16A0 !important;
	color: #fff !important;	
	border: 1px solid #18CC36;
	border-radius: 30px;	
	display: inline-block;
	font-size: 1rem;
	height: auto;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: auto;
	cursor: pointer;    
}

.btncocoplus:hover {
    background: #fff !important;
    color: #18CC36 !important;
}

.button-loadmore {
	margin: 0 auto !important;
}

.section-header {
	font-family: "HCo Decimal";
	letter-spacing: 0;
	text-transform: uppercase;
}

.coco-article {
	font: 1.5rem/1.5 "EB Garamond";
}

.coco-article:not(:last-child) {
	margin-bottom: 2rem;
}

.coco-article .coco-img-wrap {
	width: 100%;
	margin-bottom: 1rem;
	object-fit: cover;
}

.coco-article .coco-post-terms {
	color: rgba(0, 0, 0, 0.5);
	font: 1rem "HCo Decimal";
	margin-bottom: 1rem;
}

.coco-article .coco-post-terms a {
	color: rgba(0, 0, 0, 0.5);
}

.coco-article .coco-post-terms a:hover {
	color: #18CC36;
}

.coco-article .coco-post-tags {
	font: 1rem "HCo Decimal";
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.coco-article.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 1rem;
}

@media (max-width: 1199px) {
	.coco-article {
		font-size: 1.25rem;
	}

	.coco-post-terms,
	.coco-post-tags {
		font-size: .875rem;
	}
}

.ui-tabs-nav {
	margin-bottom: 1rem;
}

.ui-tabs-nav li {
	padding: 0 1rem 1rem;
	text-transform: uppercase;
}

.ui-tabs-nav li a {
	color: #000;
	outline: 0;
}

.ui-tabs-nav li.ui-state-active {
	border-bottom: 3px solid #18CC36;
}

.ui-tabs-nav li.ui-state-active a {
	color: #18CC36;
}

.page-about-coconuts #team-tabs,
.page-grove #Team #team-tabs {
	margin: 0 auto;
	position: relative;
	width: auto;
	max-width: 1300px;
}

.page-about-coconuts #team-tabs .coco-tabs,
.page-grove #Team #team-tabs .coco-tabs {
	padding: 0;
	text-align: center;
	position: relative;
}

.page-about-coconuts #team-tabs .coco-tabs-item,
.page-grove #Team #team-tabs .coco-tabs-item {
	display: inline;
	vertical-align: top;
}

.page-about-coconuts #team-tabs .coco-tabs-link,
.page-grove #Team #team-tabs .coco-tabs-link {
	display: inline-block;
	position: relative;
}

.page-about-coconuts #team-tabs .coco-tabs-link .team-thumb,
.page-grove #Team #team-tabs .coco-tabs-link .team-thumb {
	width: 300px;
	height: 300px;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 1.5625)), 3rem);
}

.page-about-coconuts #team-tabs .coco-tabs-link .team-thumb img,
.page-grove #Team #team-tabs .coco-tabs-link .team-thumb img {
	margin: 0 auto;
}

.page-about-coconuts #team-tabs .coco-tabs-link .team-name,
.page-grove #Team #team-tabs .coco-tabs-link .team-name {
	margin: 15px auto;
}

.page-about-coconuts #team-tabs .coco-tabs-link .team-position,
.page-grove #Team #team-tabs .coco-tabs-link .team-position {
	color: #18CC36;
	margin: 0;
}

.page-about-coconuts #team-tabs .coco-tabs-link.is-active .team-thumb,
.page-grove #Team #team-tabs .coco-tabs-link.is-active .team-thumb {
	border-color: #FE16A0;
}

.page-about-coconuts #team-tabs .coco-tabs-content,
.page-grove #Team #team-tabs .coco-tabs-content {
	display: block !important;
	width: 100%;
	float: left;
	opacity: 0;
	padding: 15px;
	height: 0;
	position: absolute;
	text-align: left;
}

.page-about-coconuts #team-tabs .coco-tabs-content.is-open,
.page-grove #Team #team-tabs .coco-tabs-content.is-open {
	transition: all .3s ease-in-out;
	opacity: 1;
	height: auto;
	position: relative;
}

#coco-subscriber-newsletter {
	background: url(/wp-content/themes/genesis-coconuts/assets/images/pattern-black.png) center/cover;
	color: #fff;
	padding-top: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

#coco-subscriber-newsletter h3,
#coco-subscriber-newsletter #genesis-footer-widgets .widget-title,
#genesis-footer-widgets #coco-subscriber-newsletter .widget-title {
	color: #fff;
}

#coco-subscriber-newsletter .row {
	flex-direction: row-reverse;
}

#coco-subscriber-newsletter .row .col-sm-6:first-child {
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
	padding-top: 0;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

#coco-plus-membership-section {
	/*background: url(/wp-content/themes/genesis-coconuts/assets/images/cocomembership-1.jpeg) center/cover;*/
	background: url(https://coconuts.co/wp-content/uploads/2021/10/coco-plus-revised-bg-scaled.jpg) center/cover;
	position: relative;
	padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) 0;
}

#coco-plus-membership-section .container {
	color: #fff;
	position: relative;
	z-index: 1;
}

#coco-plus-membership-section h3,
#coco-plus-membership-section #genesis-footer-widgets .widget-title,
#genesis-footer-widgets #coco-plus-membership-section .widget-title {
	color: #fff;
}

#coco-plus-membership-section .overlaycolor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.hero-native-ads {
	font: 1.25rem/1.5 "EB Garamond";
	padding-top: 0 !important;
}

.hero-native-ads .container {
	position: relative;
}

.hero-native-ads .coco-img-wrap {
	margin-bottom: 1rem;
}

.hero-native-ads .coco-post-terms {
	color: rgba(0, 0, 0, 0.5);
	font: 1rem "HCo Decimal";
	margin-bottom: 1rem;
}

.hero-native-ads .coco-post-terms a {
	color: rgba(0, 0, 0, 0.5);
}

.hero-native-ads .coco-post-terms a:hover {
	color: #18CC36;
}

.travel-cat img {
	width: 300px;
}

.travel-cat .section-header {
	text-align: center;
}

.travel-cat .side-articles {
	margin-bottom: 2rem;
}

.coco-sidebar>* {
	margin-bottom: 2rem !important;
}

.coco-sidebar .coco-sponsored-featured-article h3,
.coco-sidebar .coco-sponsored-featured-article #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .coco-sidebar .coco-sponsored-featured-article .widget-title {
	font-family: "HCo Decimal";
	letter-spacing: 0;
	text-transform: uppercase;
}

.coco-sidebar .coco-sponsored-featured-article .most-popular__title {
	font: 500 1rem/1.5 "HCo Decimal";
	letter-spacing: 0;
}

.coco-sidebar .coco-sponsored-featured-article .most-popular__desc {
	display: none;
}

.coco-sidebar .coco-sponsored-featured-article .most-popular__image {
	width: 150px;
	height: 100px;
	padding-right: 20px;
}

.coco-sidebar .coco-sponsored-featured-article .most-popular__image img {
	height: 100%;
	object-fit: cover;
}

.coco-sidebar .coco-sponsored-featured-article .coco-img-wrap {
	margin-bottom: 1rem;
}

#coco-archive-contents p,
.page-coconuts-editorial-policies .entry-content p,
.page-privacy-policy .entry-content p,
.page-terms-service .entry-content p,
.page-coconuts-comment-policies .entry-content p,
.page-coconuts-media-advertising-policies .entry-content p,
.page-contact .entry-content p,
.page-advertise .entry-content p {
	font: 1.5rem/1.5 "EB Garamond";
}

article.page-things-to-do p {
    font: 1.5rem/1.5 "EB Garamond" !important;
}

@media (max-width: 1199px) {

	#coco-archive-contents p,
	.page-coconuts-editorial-policies .entry-content p,
	.page-privacy-policy .entry-content p,
	.page-terms-service .entry-content p,
	.page-coconuts-comment-policies .entry-content p,
	.page-coconuts-media-advertising-policies .entry-content p,
	.page-contact .entry-content p,
	.page-advertise .entry-content p {
		font-size: 1.125rem;
	}
}

.page-homepage #home-latest-popular-stories .article-right .coco-article:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 1rem;
}

.page-homepage #home-latest-popular-stories .article-right .coco-article p {
	margin: 0;
}

.page-homepage #home-food-drink-lifestyle .coco-ellipsis {
	font: 1.25rem/1.5 "EB Garamond";
}

.page-homepage #home-food-drink-lifestyle .h-post-4 img {
	max-height: 350px;
}

.page-homepage .homepage-info h3,
.page-homepage .homepage-info #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .page-homepage .homepage-info .widget-title {
	color: #18CC36;
}

.page-homepage .homepage-info .more-image {
	margin: 0 auto;
}

.page-about-coconuts #coco-featured-header {
	background-position-y: 33.33% !important;
}

.page-about-coconuts .about-cities a {
	color: #000;
}

.page-about-coconuts .about-cities .wp-block-columns .wp-block-column:hover a {
	font-weight: 600;
}

@media (max-width: 575px) {
	.page-about-coconuts #coco-featured-header {
		background-position: center !important;
	}

	.page-about-coconuts .about-cities>.wp-block-column {
		flex-basis: 50% !important;
	}

	.page-about-coconuts .about-cities .wp-block-columns .wp-block-column:hover a {
		color: #18CC36;
		border-bottom: 2px solid #18CC36;
	}

	.page-about-coconuts .entry-content>.wp-block-group:not(.has-light-yellow-green-background-color) {
		margin: 0 15px !important;
	}

	.page-about-coconuts .entry-content>.has-light-yellow-green-background-color {
		padding: 0 40px !important;
	}

	.page-about-coconuts .entry-content>.has-light-yellow-green-background-color.nopads {
		padding: 20px !important;
	}

	.page-about-coconuts .entry-content>.has-light-yellow-green-background-color.nopads+.has-light-yellow-green-background-color {
		padding: 0 50px !important;
	}

	.page-about-coconuts .entry-content .coco-tabs-content {
		padding: 20px 40px 40px !important;
	}
}

.about-eachmonth {
	text-align: center;
}

.about-eachmonth h3,
.about-eachmonth #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .about-eachmonth .widget-title {
	font-weight: 400;
}

.coco-about-sm {
	font-size: 18px;
}

.page-grove .grove-header #coconuts-logo-left {
	width: 33.33%;
}

.page-grove .grove-header #coconuts-logo-navigation {
	width: 66.67%;
	text-align: right;
}

.page-grove .grove-header #coconuts-logo-navigation a {
	padding: 0 15px;
	font-family: "Josefin Sans";
}

.page-grove .grove-feature {
	background: url("/wp-content/uploads/2021/10/Marketing_banner.jpeg") no-repeat center/cover;
	min-height: 600px;
}

.page-grove .groove-banner {
	padding: 100px 0;
}

.page-grove .groove-banner h1,
.page-grove .groove-banner h2 {
	color: #fff;
}

.page-grove .entry-content> :not(.grove-feature) h2 {
	color: #000;
	margin-bottom: 30px;
}

.page-grove .clients-logos img {
	width: 80%;
}

.page-grove #Team .wp-block-group__inner-container {
	max-width: none !important;
}

.page-grove #OurWork .work-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-grove #OurBrands .border-box {
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin-bottom: 30px;
}

.page-grove #OurBrands .border-box #genesis-footer-widgets .widget-title,
#genesis-footer-widgets .page-grove #OurBrands .border-box .widget-title {
	margin-top: auto;
}

.page-grove #OurBrands .wp-block-columns {
	justify-content: center;
}

.page-grove .map-text span {
	font-size: 2rem;
}

.page-grove #Contact h2 {
	color: #fff !important;
}

.page-grove #Contact .groove-form {
	margin: 0 auto;
}

.page-grove #Contact .groove-form .gform_fields input,
.page-grove #Contact .groove-form .gfield_select {
	border: 0;
	border-radius: 0 !important;
	height: 60px;
	padding: 10px 15px !important;
}

.page-grove #Contact .groove-form .gform_button {
	background: #000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer;
}

.page-grove .site-footer {
	background: #000;
}

.grove-slide-overlay-link {
	min-height: 600px;
}

.grove-slide {
	position: relative;
	background-size: cover !important;
}

.grove-slide-overlay-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#grove-banner-text-overlay {
	position: absolute;
	z-index: 9;
	color: #fff;
	width: 90%;
	max-width: 740px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

#grove-banner {
	position: relative;
}

#grove-banner-text-overlay * {
	color: #fff;
}

#grove-banner .slick-dots {
	position: absolute;
	bottom: 20px;
	margin: 0;
}

body.page-grove .slick-dots {
	margin: 0 !important;
}

#grove-banner .slick-dots li button:before {
	color: #fff;
}

.grove-brand-imgs img {
	max-height: 40px;
	margin: 0 auto;
	width: auto;
}

.page-profile .profile-cover-header {
	height: 350px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.15);
}

.page-profile .profile-cover-header .container {
	display: flex;
	align-items: center;
	padding-top: calc(350px - 137.5px);
}

.page-profile .profile-cover-header .profile-picture {
	width: 275px;
	height: 275px;
	overflow: hidden;
	margin-right: 30px;
}

.page-profile .profile-cover-header .profile-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.page-profile .profile-field-name {
	margin-top: -60px;
	color: #fff;
	font: 500 clamp(1.125rem, calc(1.125rem + ((1vw - 0.1rem) * 0.5769)), 1.5rem) "Josefin Sans";
}

.page-profile .profile-information {
	min-height: 137.5px;
	position: relative;
	padding-left: 305px;
	padding-top: 30px;
}

.page-profile .profile-information .media {
	display: flex;
	margin-bottom: 15px;
}

.page-profile .profile-information .media-left {
	min-width: 40px;
}

.page-profile .profile-information i {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 14px 0 0;
	border-radius: 50%;
	text-align: center;
}

.page-profile .profile-information p {
	margin: 0;
}

.page-profile .popular-tab {
	clear: both;
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-profile .popular-tab .nav-tabs {
	list-style: none;
}

.page-profile .popular-tab .nav-tabs .txt {
	text-decoration: none;
}

.page-profile .tab-pane {
	display: none;
}

.page-profile .tab-pane.active {
	display: block;
}

.page-profile .tab-pane.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.page-profile .tab-pane.fade.in {
	opacity: 1;
}

.page-profile .profile-setting-bar {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-profile .profile-tab__title {
	margin: 0;
}

.page-profile .profile-tab__title i {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 14px 0 0;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
}

.page-profile .customize-upme {
	margin-top: 10px;
}

.page-profile .customize-upme .upme-field-type,
.page-profile .customize-upme .upme-field-value {
	color: #000;
	font: 14px "HCo Decimal";
}

.page-profile .customize-upme .upme-field-type {
	width: 41.67%;
}

.page-profile .customize-upme .upme-field-value {
	width: 58.33%;
}

.page-profile .customize-upme .upme-wrap input {
	font: 14px "HCo Decimal";
}

.page-profile .customize-upme .upme-view .upme-field-value a {
	color: #000;
	text-decoration: none;
}

.page-profile .customize-upme .upme-view .upme-field-value a:hover {
	color: #18CC36;
}

.page-profile .customize-upme .upme-user_pic {
	height: auto;
}

.page-profile .customize-upme .upme-user_pic .upme-field-type,
.page-profile .customize-upme .upme-user_cover_pic .upme-field-type {
	width: 100%;
}

.page-profile .customize-upme .upme-user_pic .upme-field-value,
.page-profile .customize-upme .upme-user_cover_pic .upme-field-value {
	margin-left: 40px;
	width: 50%;
}

.page-profile .upme-coco_map_profile .upme-field-type {
	width: 100%;
}

.page-profile .upme-coco_map_profile .upme-field-value {
	margin-left: 40px;
	width: 50%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}

.page-profile .leaky-paywall-profile-subscription-title {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.page-profile .table-subscription th,
.page-profile .table-subscription td {
	padding: 10px;
	height: 34px;
	font-size: 12px;
	text-align: left;
}

.page-profile .table-subscription thead th {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	white-space: nowrap;
}

.page-profile .coco-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin: 20px 0 0;
	padding-bottom: 20px;
}

.page-profile .coco-article .col-md-8 {
	display: flex;
	flex-direction: column;
}

.page-profile .coco-article .col-md-8 ul {
	list-style: none;
	display: flex;
	font-size: 14px;
	margin-top: auto;
}

.page-profile .coco-article .col-md-8 ul li:first-child {
	font-weight: 600;
}

.page-profile .coco-article .col-md-8 ul li:nth-child(2) {
	color: #979797;
	margin-left: 15px;
}

.page-profile .button-loadmore {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.page-profile .profile-cover-header {
		height: 300px;
	}

	.page-profile .profile-cover-header .container {
		padding-top: 130px;
	}

	.page-profile .profile-cover-header .profile-picture {
		width: 200px;
		height: 200px;
	}

	.page-profile .profile-field-name {
		margin-top: 60px;
	}

	.page-profile .profile-information {
		padding-left: 0;
		padding-top: 50px;
	}
}

@media (max-width:781px) {
	.entry-content .wp-block-columns.alignwide {
		flex-direction: column;
	}

	.entry-content .wp-block-columns.alignwide div.wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 20px !important;
	}

	.overlap-image {
		position: relative !important;
		margin: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}

.about-groove {
	padding-bottom: 0 !important;
}

body.page-grove .pos-relative {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px) {
	.page-profile .coco-article .col-md-8 {
		width: 83.33%;
		padding: 0;
	}

	.page-profile .coco-article .col-md-4 {
		width: 16.67%;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.page-profile .profile-cover-header {
		height: 150px;
	}

	.page-profile .profile-cover-header .container {
		display: block;
		padding-top: 100px;
	}

	.page-profile .profile-cover-header .profile-picture {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.page-profile .profile-field-name {
		color: #000;
		margin-top: 5px;
		text-align: center;
	}

	.page-profile .profile-information {
		padding-top: 100px;
	}

	.page-profile .customize-upme .upme-field-type,
	.page-profile .customize-upme .upme-field-value {
		width: 100%;
	}

	.page-profile .customize-upme .upme-field-value {
		margin-left: 40px;
	}

	.page-profile .coco-article {
		flex-direction: column-reverse;
		margin-bottom: 0 !important;
	}

	.page-profile .coco-article .col-md-8 {
		margin-top: 20px;
	}
}

.single .site-inner .wrap {
	max-width: 100%;
}

.single .coco_post-title,
.single .post-header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.single .coco_post-title .post-title,
.single .post-header .post-title {
	font-size: 4rem;
	margin: 0;
}

.single .post-image {
	max-width: 1440px;
	margin: 0 auto;
}

.single .post-image img {
	margin-bottom: 1rem;
}

.single .coco_post-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.single .coco_post-meta .post-avatar {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 15px;
}

.single .coco_post-meta .post-author-name {
	font-weight: 500;
}

.single .coco_post-content,
.single .post-body {
	font: 1.5rem/1.5 "EB Garamond";
}

.single .coco_post-content figure,
.single .coco_post-content iframe,
.single .coco_post-content img,
.single .post-body figure,
.single .post-body iframe,
.single .post-body img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single .coco_post-content figure.alignright {
	margin: .5em 0 .5em 1em;
}

.single .coco_post-content figure.alignleft {
	margin: .5em 1em.5em 0;
}

.single .coco_post-content figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.single .coco_post-content img,
.single .post-body img {
	width: 100%;
}

.single .coco_post-content .scriptlesssocialsharing {
	display: none;
}

.single .coco_post-content a,
.single .post-body a {
	color: #18CC36;
	text-decoration: underline;
}

.single .coco_post-content a:hover,
.single .post-body a:hover {
	color: #FE16A0;
}

.single .coco_post-tags--list a {
	color: #18CC36;
	text-transform: uppercase;
}

.single .coco_post-tags--list a:hover {
	color: #FE16A0;
}

.single .coco_social-share .scriptlesssocialsharing {
	width: 100%;
}

.single .coco_social-share .scriptlesssocialsharing .button {
	background: 0;
	border-color: #FE16A0;
	border-radius: 30px;
	color: #FE16A0;
	margin-right: 0.5rem;
}

.single .coco_social-share .scriptlesssocialsharing .button:hover {
	border-color: transparent;
	color: #fff;
}

.single .coco_comments .comment-respond {
	background: rgba(24, 204, 54, 0.15);
	margin: 0;
	padding-left: 2rem;
	padding-right: 2rem;
}

.single .coco_comments .comment-reply-title {
	font-family: "HCo Decimal";
	letter-spacing: 0;
	text-transform: uppercase;
}

.single .coco_comments .must-log-in {
	margin: 0;
}

@media (max-width: 1199px) {

	.single .coco_post-title .post-title,
	.single .post-header .post-title {
		font-size: calc(1.125rem + .6vw);
	}

	.single .post-image__meta,
	.single .coco_post-meta,
	.single .coco_post-tags--list,
	.single .coco_social-share {
		font-size: .75rem;
	}

	.single .coco_post-content,
	.single .post-body {
		font-size: 1.125rem;
	}
}

@media (max-width: 575px) {

	.single .coco_post-title,
	.single .post-header {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.single .post-image {
		padding-left: 12px;
		padding-right: 12px;
	}

	/*.single .coco_post-content a,
	.single .post-body a {
		word-break: break-all; }*/
	.single .coco_post-meta>div {
		align-items: flex-start !important;
	}

	.single .coco_post-meta .post-timeago {
		margin-left: 4rem !important;
		margin-top: -2rem;
		display: block;
	}

	.single .coco_comments .comment-respond {
		padding: 15px;
	}
}

.archive #coco-most-recent-archive,
.archive #coco-tag-travel-recent-post {
	display: none;
}

.archive .coco-archive-posts .main-stream-content>.row,
.archive #coco-tag-posts-body .main-stream-content>.row {
	align-items: flex-end;
}

.archive .coco-archive-posts .co-filter-bar,
.archive #coco-tag-posts-body .co-filter-bar {
	display: none;
}

.archive .coco-archive-posts .co-entry-slot-featured,
.archive #coco-tag-posts-body .co-entry-slot-featured {
	margin-bottom: 2rem;
}

.archive .coco-archive-posts .co-entry-slot-featured .co-entry__image-wrapper,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__image-wrapper {
	margin-bottom: 1rem;
}

.archive .coco-archive-posts .co-entry-slot-featured .co-entry__title,
.archive #coco-tag-posts-body .co-entry-slot-featured .co-entry__title {
	margin-bottom: 1rem;
	max-height: none;
}

.archive .coco-archive-posts .co-entry-slot-featured .coco-post-terms,
.archive #coco-tag-posts-body .co-entry-slot-featured .coco-post-terms {
	font: 0.875rem "HCo Decimal";
	margin-bottom: 1rem;
}

.archive .coco-archive-posts .coco-article .coco-img-wrap,
.archive #coco-tag-posts-body .coco-article .coco-img-wrap {
	margin: 0;
}

.archive .coco-archive-posts .button-loadmore,
.archive #coco-tag-posts-body .button-loadmore {
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.page-register .register-back .wp-block-image {
	margin: 0;
}

.page-register .login-mobile-logo {
	flex-basis: 220px !important;
}

.page-register .register-header {
	margin: 0;
}

.page-register .gform_fields input {
	font-size: 16px !important;
}

.page-login .login-back .wp-block-image {
	margin: 0;
}

.page-login .login-mobile-logo {
	flex-basis: 220px !important;
	margin-left: .85rem !important;
}

.page-login .header-login-center {
	margin: 0;
}

.page-login .login-links+.wp-block-spacer {
	display: none;
}

.page-login .login-form-wrap .is-vertically-aligned-center {
	margin-top: 60px;
}

.page-login .gform_fields input {
	font-size: 16px;
}

.page-login .gf_login_form li#field_1 {
	margin-bottom: 16px;
	padding: 0;
}

/*Chillybin CSS*/
a {
	text-decoration: none;
}

.entry-content .wp-block-columns.alignwide,
.entry-content .wp-block-group.alignwide .wp-block-group__inner-container {
	max-width: 1170px;
	margin: 0 auto;
}

.entry-content .wp-block-columns.alignfull {
	width: 100% !important;
	margin: auto 0 !important;
}

figure.wp-block-image.alignfull.size-full.banner-image {
	margin: 0 !important;
	width: 100%;
}

.singular .entry-header {
	margin-bottom: 0;
}

.border-bottom-1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6rem
}

.ncard p {
	color: #4E4E4E;
}

/*Form Override*/
.entry-content {
	margin-bottom: 70px;
}

body.page-grove .entry-content {
	margin-bottom: 0;
}

.choices_wrapper .gfield_checkbox {
	column-count: 2;
}

.choices_wrapper .gfield_checkbox .gchoice {
	break-inside: avoid-column;
}

.gform_fields select,
.gform_fields input,
.gform_fields .StripeElement {
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	font-size: 1rem !important;
	padding: .75rem 1rem !important;
}

.gform_fields .ginput_total {
	color: #18CC36;
}

.gform_wrapper input:focus,
.gform_wrapper input:active,
.gform_wrapper input:focus-within,
.gform_wrapper input:target {
	border: 1px solid #FE16A0;
	color: #FE16A0;
	outline: none;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: 100% !important;
	display: flex !important;
	align-items: center;
}

.gchoice {
	position: relative;
	padding: 10px 0;
}

.gchoice input {
	position: absolute;
	opacity: 0;
	height: unset;
}

.gchoice input+label {
	position: relative;
	cursor: pointer;
	padding-left: 45px;
	font-size: 14px !important;
}

.gchoice input+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	background: #fff;
	border: 1px solid #94AE9A;
	position: absolute;
	left: 0;
}

/* .gchoice input:hover + label:before {
	background: #18cc36;
}
*/
.gchoice input:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.gchoice input:checked+label:before {
	background: #18cc36;
}

.gchoice input:checked+label:after {
	content: '';
	font: 900 1rem 'Font Awesome 5 Free';
	color: #fff;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.gchoice input:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

p.mvisitors {
	color: #18cc36;
	font-size: 2em;
	margin-top: auto;
}

p.map-text {
	font-size: 1.5em;
}

p.map-text strong {
	font-size: 2em;
	font-weight: normal;
}

.clients-logos {
	display: unset;
}

.clients-logos .blocks-gallery-item {
	align-self: center;
}

.pos-relative {
	position: relative;
}

.overlap-image {
	width: 300px;
	position: absolute;
	height: 284px;
	background: #fff;
	display: flex;
	flex-direction: column;
	right: -80px;
	bottom: -80px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: #94AE9A 1px solid;
}

/*
.contact-banner-background{
	background-image: url('https://coconutssite.wpengine.com/wp-content/uploads/2021/06/contact-us.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}
*/
/*Added Styles global*/
/* List */
ul.cb-list {
	list-style: none;
	padding: 0;
}

ul.icon-list li {
	display: flex;
	align-items: center;
	line-height: 1.5;
}

ul.inline-icon li img {
	float: left;
	margin-right: 30px;
}

ul.mb-5 li {
	margin-bottom: 30px;
}

.align-center {
	text-align: center;
}

/*added classes*/
.has-light-yellow-green-background-color {
	background: #eaf6ec;
}

.border-none a {
	border: none;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

.border-box {
	border: 1px solid #94AE9A;
}

body.page-login .site-inner,
body.page-register .site-inner,
body.page-grove .site-inner,
body.page-profile .site-inner {
	padding: 0 !important;
}

.about-groove {
	padding-bottom: 60px !important;
}

body.page-login .footer-left,
body.page-login .backtotop,
body.page-register .footer-left,
body.page-register .backtotop,
body.page-grove #coco-featured-header,
body.page-grove #coconuts-social-icons,
body.page-newsletters #coco-featured-header,
body.page-profile .entry-header {
	display: none;
}

.login-left {
	height: 100vh;
	background: url(/wp-content/themes/genesis-coconuts/assets/images/login-page-background-1.jpg) center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	padding-top: 110px;
	align-items: center;
}

.register-left {
	height: 100vh;
	/*background: url(/wp-content/themes/genesis-coconuts/assets/images/register-coconuts-1.jpg) -260px center;*/
	background: url(/wp-content/themes/genesis-coconuts/assets/images/login-page-background-1.jpg) center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	padding-top: 110px;
	align-items: center;
}

.register-left p,
.login-left p,
.register-left h2,
.login-left h2 {
	color: #fff;
}

div#input_2_13_container,
div#input_4_6_container {
	display: block;
}

input#input_2_14_1 {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	padding: unset
}

span#input_2_13_1_container .password_input_container,
span#input_2_13_2_container .password_input_container {
	padding-right: unset;
}

input#input_2_13_2,
input#input_4_6_2 {
	margin-top: -10px;
}

.has-white-color p {
	color: #fff !important;
}

.has-yellow-green-background-color {
	background: #18CC36;
}

.members-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 970px;
	margin: 0 auto;
}

.member-wrap {
	width: 300px;
	height: 320px;
	margin-bottom: 10px;
	/* (100-32*3)/2 */
	position: relative;
	border: 1px solid #94AE9A;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 40px;
	text-align: center;
	margin: 10px;
}

.member-name {
	font-size: 20px;
}

.member-position {
	font-size: 14px;
}

.testimonials-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.testimonial-wrap {
	width: 30.3%;
	height: 320px;
	margin-bottom: 10px;
	/* (100-32*3)/2 */
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	padding: 40px;
	text-align: center;
	margin: 10px;
}

.size-2 {
	font-size: 1.5em !important;
}

body.page-grove .site-inner .wrap {
	max-width: 100%;
	padding: 0;
}

body.page-grove select {
	line-height: 45px;
	border-radius: 0;
	padding: 10px 20px !important;
}

body.page-grove .site-header .wrap {
	flex: unset;
}

.grove-header .site-header {
	padding: 20px 0;
	display: block !important;
}

body.page-grove .footer-left p,
body.page-grove .site-footer a {
	color: #fff;
}

body.page-grove .essb_break_scroll,
body.page-grove .backtotop,
body.page-grove header.site-header {
	display: none;
}

body.page-grove .selectize-input {
	height: 70px;
}

body.page-grove .selectize-input .item {
	max-height: 60px !important;
	height: 60px !important;
	font-size: 16px;
	line-height: 60px;
	padding-left: 15px;
}

div#coconuts-logo-navigation ul li {
	display: inline;
}

div#coconuts-logo-navigation ul li a {
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	color: #000;
	text-decoration: none;
}

div#coconuts-logo-navigation ul li a:hover,
span.coco-post-category a:hover,
.coco-post-author a:hover,
.coco-article .coco-post-tags a:hover,
.coco-article h4 a:hover,
.ncard h4 a:hover {
	color: #18CC36 !important
}

input#input_5_5-selectized {
	padding: 0;
	height: unset;
	padding: 15px !important;
}

input#gform_submit_button_5 {
	background: #000;
}

input#gform_submit_button_4,
input#gform_submit_button_5 {
	display: block;
	margin: 0 auto;
}

p.register-links {
	line-height: 70px;
}

.arrow-offset {
	margin-left: -13%;
}

p.register-links a,
.login-links a {
	padding: 15px 25px;
	color: #707070;
	text-decoration: none;
}

p.register-links a:nth-child(2),
.login-links a:nth-child(1) {
	border-bottom: 3px solid #18CC36;
	color: #18CC36;
}

span.has-inline-color.has-yellow-green-color,
.testimonial-name {
	color: #18CC36;
}

fieldset#field_2_14 .ginput_container {
	display: flex;
	align-content: center;
	align-items: center;
}

ul#gform_fields_login,
ul.gfield_checkbox {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}

.gf_login_form .gform_footer.top_label {
	width: 180px;
}

nav.gf_login_links {
	text-align: right;
	margin-top: -40px;
	z-index: -1;
}

.cb-list.icon-list:before {
	display: none;
}

.login-right,
.register-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.login-form-wrap {
	flex: 2;
}

.header-login {
	margin-top: 60px;
}

.b-1 {
	border: 1px solid #707070;
}

.b-1 h3,
.newsletter h4 {
	color: #18CC36;
}

.newsletter h4 {
	font-size: 24px;
}

/* .subarchives  .button-loadmore{
	display: block !important;
	margin: 0 auto !important;
	padding: 20px 50px !important;
	margin-top: 30px !important;
} */
.newsletter p {
	font-size: 18px;
}

.green-pattern {
	background-image: url(/wp-content/themes/genesis-coconuts/assets/images/pattern.svg) !important;
	padding: 55px 60px;
}

body.page-coco-plus-membership .wp-block-group {
	padding: clamp(2rem, calc(1rem + ((1vw - 1.32rem) * 2.125)), 3rem) 2.438rem !important;
}

.cocoplus-popup a {
	width: 180px;
	height: 60px;
}

p.membership-details span.h {
	width: 150px;
	display: inline-block;
}

p.membership-details span.val {
	color: #18CC36;
}

ol {
	list-style: decimal;
	margin: 20px 40px;
}

.coco_post-content ul {
	margin: 20px 40px;
}

.work-slide {
	display: flex !important;
}

.work-slide .work-slide-content {
	flex: 1;
	background: #fff;
}

.work-slide .work-img {
	flex: 1;
}

.work-slide-content .content-wrap {
	padding: 80px;
}

.content-wrap h4,
.content-wrap p,
.perks-title,
.perks-slide-content p {
	text-align: center;
}

p.campaign {
	font-size: 44px;
	color: #18CC36 !important;
}

.work-slides .slick-dots {
	bottom: -60px;
}

.slick-dots li.slick-active button:before {
	font-size: 14px;
	color: #18CC36;
}

h4.perks-title {
	margin-top: 30px;
}

.slick-dots li button:before {
	font-size: 14px;
}

.perks-section {
	padding: 80px 0 !important;
	width: unset !important;
}

.perks-section .wp-block-group__inner-container {
	max-width: 1680px;
}

.testimonial_wrap {
	padding-top: 80px !important;
	width: unset !important;
}

.testimonial_wrap .wp-block-group__inner-container {
	max-width: 1440px;
}

.fdsidebar {
	min-width: 370px;
}

.article-left {
	border-right: 1px solid #A6A6B2;
	margin-right: 60px;
}

.article-right .coco-article:last-child {
	border-bottom: unset;
	padding-bottom: unset;
	margin-bottom: unset;
}

.travel-cat .side-articles .coco-post-terms,
.travel-cat .featured-article-travel p,
div#gfield_instruction_6_2 {
	display: none;
}

.coco-post-author {
	display: inline;
}

.travel-cat .featured-article-travel .coco-post-terms {
	display: block;
}

.modal.in {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
}

div#cocoPlusModal {
	display: none;
}

div#cocoPlusModal .modal-dialog {
	margin: 200px auto;
	padding: 40px;
	max-width: 550px;
	width: 100%;
	background: #fff;
	position: relative;
	text-align: center;
}

div#cocoPlusModal .modal-dialog button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: 0;
	color: #000;
	font-size: 40px;
}

.fdsidebar .coco-sponsored-featured-article {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fdsidebar .coco-sponsored-featured-article h4,
.coco-sidebar .coco-sponsored-featured-article h4 {
	margin-top: 10px;
}

.fdsidebar .coco-sponsored-featured-article h4 a,
.coco-sidebar .coco-sponsored-featured-article h4 a {
	font-size: 16px;
}

.hero-native-ads a,
.coco-channel-link-related h2 a {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

section#coco-travel-countries .row {
	padding: 30px 0;
}

.cat-items-wrap {
	border-bottom: 1px solid #A6A6B2;
	padding-bottom: 30px;
	padding-top: 60px;
}

.cat-items-wrap:first-child {
	padding-top: 0;
}

.cat-items-wrap:last-child {
	border-bottom: none
}

.co-seo-description__title {
	text-align: center;
}

.co-seo-description__ct {
	max-width: 980px;
	margin: 0 auto;
}

#coco-taxonomy-seo p {
	-webkit-column-gap: 6em;
	-moz-column-gap: 6em;
	column-gap: 6em;
	line-height: 26px;
}

#home-around-the-region ul {
	margin-bottom: 20px;
}

#tab-location ul {
	justify-content: space-between;
}

#tab-location ul li img {
	margin: 0 auto 10px;
}

section#coco-city-subcats {
	background: #EAF5EC;
}

#coco-city-subcats .container {
	padding: 0;
}

#coco-city-subcats .coco-subcats-img {
	font-size: 18px;
	text-transform: uppercase;
}

.coco-city-link {
	z-index: 9;
}

.coco-subcats-img div {
	z-index: 5;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 0;
	min-width: 170px;
	min-height: 170px;
	align-items: center;
	margin-bottom: 20px;
}

.banner-details-wrap,
.upme-profile-tabs-panel,
.upme-profile-panel {
	max-width: 1200px;
	margin: 0 auto !important;
}

.upme-profile-tabs {
	margin-top: 30px;
}

/* .section-wrap h3, .section-wrap h2 {
	margin-bottom: 50px;
} */
.ad-unit-top {
	margin-bottom: 2rem;
    padding-top:20px;
    min-height:100px;
}

/*City*/
ul.coco-channel-link-related {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	align-content: center;
}

ul.coco-channel-link-related li:last-child {
	margin-bottom: 12px;
}

ul.coco-channel-link-related li:last-child img {
	width: 16px;
}

.coco-post-author a,
.coco-post-author {
	color: #4E4E4E;
}

.coco-post-author a:hover,
.coco-post-category a:hover {
	color: #18CC36;
}

/**
Taxonomy
**/
section#coco-neighborhood-single-header {
	background: #f7f7f7;
	padding: 60px;
	margin-bottom: 30px;
}

#coco-neighborhood-single-header h1 span {
	font-size: 30px;
}

section#coco-neighborhood-single-header ul.post-tags li {
	display: inline;
	margin-right: 10px;
}

section#coco-neighborhood-single-header ul.post-tags li a,
ul.inline-list li a,
ul.tag-list-center li a {
	text-decoration: none;
}

.icon-svg-tags path {
	fill: #18cc36
}

.map-icon-svg {
	display: inline-grid;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 35px;
}

.map-icon-svg img {
	width: 21px;
	margin: 20px auto 0;
}

.icon-svg-tags {
	display: inline-grid;
}

.coco-icon-svg-map {
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	display: inline-grid;
	margin: 0px 10px 0 0;
}

ul.inline-list {
	display: flex;
	flex-direction: row;
	font-size: 12px;
}

ul.inline-list li {
	margin-right: 10px;
}

.hero-wrap {
	justify-content: center;
	align-items: center;
	text-align: center;
}

ul.tag-list-center {
	font-size: 14px;
	text-transform: uppercase;
}

.row.sidebar-artile-list {
	margin-bottom: 30px;
}

img.inline-image {
	display: inline;
	margin-left: 15px;
	margin-top: -2px;
}

section#coco-neighborhood-archive-hero {
	position: relative;
}

/**
Neighborhood Taxonomy
**/
section#coco-neighborhood-places,
.fdsidebar section#coco-plus-membership-section {
	margin-top: 50px;
}

.ncard {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	width: 22.3%;
	padding: 0 0 10px;
	background: #fcfcfc;
	margin-bottom: 30px;
}

.ncard p,
.ncard h4 {
	margin-bottom: 0;
	padding: 10px 20px;
}

.ncard h4 a {
	text-decoration: none;
}

.ncard .coco-img-wrap {
	margin-bottom: 0;
	min-height: 205px;
}

.ncard p {
	font-size: 14px;
}

.coco-img-wrap {
	position: relative;
}

.ncard ul li {
	display: inline;
	padding: 4px;
}

.asp_product_buy_button input {
	width: 150px;
	padding: 15px 20px !important;
}

.coco-article .coco-post-tags a:hover,
.coco-article h4 a:hover,
.ncard h4 a:hover {
	color: #18cc36;
}

.page.full-width-content .site-inner .wrap {
	max-width: 100%;
	padding: 0;
}

/**
PROFILE PAGE
**/
.upme-user_pic {
	height: 200px;
}

.upme-fileupload-field {
	height: 50px !important;
	line-height: 30px !important
}

.selectize-control {
	height: 70px;
}

.selectize-input.items.not-full.has-options {
	height: 50px;
	line-height: 30px;
}

div.upme-widget-wrap a.upme-button,
input[type=submit].upme-button,
input[type=button].upme-button,
button.upme-button {
	border: 1px solid #18cc36;
	background-color: #18cc36;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18cc36), to(#18cc36));
	background-image: -webkit-linear-gradient(top, #18cc36, #18cc36);
	background-image: -moz-linear-gradient(top, #18cc36, #18cc36);
	background-image: -ms-linear-gradient(top, #18cc36, #18cc36);
	background-image: -o-linear-gradient(top, #18cc36, #18cc36);
	min-height: 50px;
	padding: 8px 30px;
	font-size: 16px;
}

.upme-button:hover {
	padding: 8px 30px !important;
}

div.upme-widget-wrap a.upme-button:hover,
input[type=submit].upme-button:hover,
input[type=button].upme-button:hover,
button.upme-button:hover {
	border: 1px solid #5cdf72;
	background-color: #5cdf72;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5cdf72), to(#5cdf72));
	background-image: -webkit-linear-gradient(top, #5cdf72, #5cdf72);
	background-image: -moz-linear-gradient(top, #5cdf72, #5cdf72);
	background-image: -ms-linear-gradient(top, #5cdf72, #5cdf72);
	background-image: -o-linear-gradient(top, #5cdf72, #5cdf72);
}

#field_8_4 .ginput_container.ginput_container_select {
	background: transparent;
}

select#input_5_5,
.select-wrap select.filter-search {
	border-radius: 0;
	padding-right: 10px;
	height: 70px;
	width: 100%;
	background: url(/wp-content/themes/genesis-coconuts/assets/images/br_down.png) no-repeat right;
	-webkit-appearance: none;
	background-position-x: 95%;
	outline: none;
}

.select-wrap select.filter-search {
	cursor: pointer;
	line-height: 40px;
	background: url(/wp-content/themes/genesis-coconuts/assets/images/drop-down-pink.png) no-repeat right;
	background-position-x: 90%;
	border-radius: 36px !important;
	border: 1px solid #f82ba0;
	color: #f82ba0;
	height: 50px;
	padding: 0px 15px;
	max-width: 150px;
}

.ginput_container.ginput_container_select {
	background: #fff;
}

img#mobile_grove_nav {
	display: none;
}

.site-footer .copyright,
p.footer-links a,
.coco-post-category a {
	color: #000;
}

p.footer-links a {
	text-decoration: none;
}

a.backtotop,
.page-reset-password #coco-featured-header,
#upme-forgot-password-form .upme-user_name_email label,
.upme-reset-password-wrapper .upme-head {
	display: none !important;
}

.footer-left {
	float: unset !important;
	width: 100%;
}

footer.site-footer .footer-left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
	color: #47bb3a;
}

.gf_login_form li#field_1 label,
.gf_login_form li#field_2 label,
.gf_login_form li#field_3 {
	display: none;
}

.gf_login_form li#field_1 {
	margin-bottom: 15px;
	margin-top: 40px;
}

#coco-most-recent-archive .coco-post-terms .coco-post-author {
	display: block;
}

#coco-most-recent-archive .coco-post-terms {
	display: flex;
	gap: 15px;
}

#custom_html-3 .textwidget.custom-html-widget {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.page-reset-password .entry-content {
	display: flex;
}

.page-reset-password .upme-reset-password {
	max-width: 450px !important;
	margin: 0 auto !important;
}

.page-reset-password .entry-title {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.page-reset-password .content-area {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	min-height: 600px;
}

.upme-reset-password input {
	height: 60px !important;
	border-radius: 35px;
	outline: none;
	text-align: center;
}

.about-cities figure {
	margin: 0 auto 15px;
	border-radius: 100%;
}

.about-cities img {
	width: 76px;
	margin: 0 auto;
}

#upme-forgot-password-form .upme-field-value {
	float: unset;
	width: 100%;
}

.upme-reset-password-wrapper {
	border: none !important;
	box-shadow: none !important;
}

.upme-field.upme-edit.upme-edit-show {
	display: flex;
	justify-content: center;
}

.no-margin {
	margin: 0;
}

.custom-text {
	font-size: 24px !important;
}

.custom-text strong,
.custom-text-right {
	font-size: 36px !important;
}

.custom-text,
.custom-text-right {
	margin-bottom: 0;
}

.nopads .wp-block-group__inner-container {
	padding: 0 0 50px !important;
}

.footer-widgets a svg {
	fill: #000;
}

.page-login a.custom-logo-link img,
.register-logo img {
	height: 40px;
	margin-left: -30px;
}

.register-header .wp-block-image figure,
.register-logo .wp-block-image {
	margin: 0;
}

.page-login .login-back,
.register-back {
	/* margin-left: -60px; */
}

.visible-xs,
/* .ad-unit-top, */
.page-apps header.entry-header {
	display: none;
}

.desk-reverse {
	flex-direction: row-reverse;
}

ul.coco-channel-link-related {
	list-style: none;
}

.border {
	border: 1px solid
}

.border-coco {
	border-color: #A6A6B2 !important;
}

.border-coco-green {
	border-color: #18CC36 !important;
}

.border-xs-bottom {
	border-bottom: none;
}

.centerimg img {
	margin: 0 auto
}

.green-text {
	color: #18CC36;
}

.border-right {
	border-right: 1px solid;
}

.text-right {
	text-align: right;
}

#coconuts-social-icons .wrap {
	padding: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 1.0417)), 2rem) 12px;
}

/* .wrap, .inner-wrapper{ max-width: 1170px;} */
/* .footer-widgets .wrap,
.site-footer .wrap{
	padding-left: 12px;
	padding-right: 12px;
} */
/* h3.coco-article-title{
	margin-bottom: 1em;
} */
/* 2 | 1 / 3 layout */
.highlighted-post {
	max-width: 740px;
}

.highlighted-post .coco-img-wrap {
	min-height: 460px;
}

.post-wrap {
	max-width: 374px;
}

.h-post-1 .coco-img-wrap,
.post-wrap .coco-img-wrap {
	min-height: 220px;
}

/* 1 | 3 | 2 layout */
.h-post-2 .coco-img-wrap {
	/* min-height: 360px !important */
}

/* 1 | 4 layout */
.h-post-3 .coco-img-wrap {
	/* min-height: 406px !important */
}

.h-post-3-side .coco-img-wrap {
	/* min-height: 200px  */
}

/* 1 | 3 / 2 / 3 layout */
/* .h-post-4 .coco-img-wrap{
	min-height: 350px
} */
.h-post-4-side .coco-img-wrap {
	/* min-height: 300px  */
}

.h-post-4-side .coco-article:last-child .coco-img-wrap {
	margin-bottom: 0px;
}

/* 1 | 4 / 3 layout */
.h-post-5 .coco-img-wrap {
	min-height: 460px;
}

.h-post-5-side .coco-img-wrap {
	min-height: 125px
}

.h-post-5-bot .coco-img-wrap {
	min-height: 230px
}

/* 1 / 3 | 1 / 3 layout */
.h-post-6 .coco-img-wrap {
	min-height: 235px
}

.h-archive .coco-img-wrap {
	/*min-height: 265px ; */
	min-height: 200px;
}

/* article.coco-article, */
/* article.coco-article h4, */
.fdsidebar section#coco-plus-membership-section h3 {
	margin-bottom: 1em;
}

.border-top {
	border-top: 1px solid;
}

.main-stream-content {
	max-width: 730px;
}

.side-stream-content {
	max-width: 370px;
}

.fdsidebar section#coco-plus-membership-section {
	padding: 40px;
}

.fdsidebar section#coco-plus-membership-section .text-center {
	text-align: left;
}

.fdsidebar section#coco-plus-membership-section p {
	margin-bottom: 30px;
}

.fdsidebar .coco-sponsored-featured-article a.coco-img-wrap {
	min-height: 260px;
}

.fdsidebar .coco-sponsored-featured-article h3 a {
	font-size: 18px;
	text-decoration: none;
	margin-top: 15px;
	display: block;
	line-height: 30px;
}

.page-grove .site-header .wrap {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

h4.media-heading {
	margin-bottom: 10px;
}

p.media-content {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

h4.media-heading a {
	text-decoration: none;
}

.places-img a {
	min-height: 140px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}

.essb_links.essb_width_flex li {
	margin-right: 9px !important;
}

ul.sociallink {
	display: flex;
	list-style: none;
	justify-content: center;
}

.nei-list-wrap .ncard {
	width: 22%
}

button.icon-magnifier {
	position: absolute;
	right: 0;
	height: 54px;
	width: 55px;
	border: 1px solid #f832aa;
	color: #f832aa;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

section#coco-archive-hero,
.coco-page-def-banner {
	min-height: 400px;
	/*min-height:50vh !important;*/
	background-size: cover !important;
	background-position: 0 15% !important;
}

.subarchives {
	max-width: 960px;
	margin: 0 auto;
}

.subson {
	display: flex;
	align-items: center;
}

.subson a {
	display: flex;
	align-items: center;
	margin-left: 15px;
	gap: 10px;
	color: #000;
}

.subson img {
	max-height: 36px;
	display: inline;
}

#coco-archive-contents h3 {
	margin-bottom: 20px;
}

.archive-desc {
	margin-bottom: 70px;
	padding-bottom: 40px;
	border-bottom: 1px solid #efefef;
}

form#gform_8 {
	width: 760px;
	margin: 0 auto;
	padding: 50px;
	background: #fafafa;
	border-radius: 15px;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1170px;
	}
}

@media (max-width:1200px) {
	#coco-city-subcats .coco-subcats-img {
		width: 20%;
	}
}

@media (max-width:992px) {
	#coco-city-subcats .coco-subcats-img {
		width: 33.33% !important;
	}

	body.page-homepage .section-wrap.homepage-info .text-center {
		padding: 10px;
		border: 0;
	}

	body.page-homepage #tab-location ul {
		justify-content: center;
	}

	#genesis-footer-widgets .footer-widget-area {
		padding: 0;
		border: 0;
	}

	.footer-widgets .wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-widgets-2 {
		margin: 2rem 0;
	}

	@media (max-width:782px) {

		body.page-register .wp-block-column.is-vertically-aligned-center.register-back,
		body.page-login .wp-block-column.is-vertically-aligned-center.login-back {
			flex-basis: 50px !important;
			flex-grow: 0 !important;
		}

		body.page-register .wp-block-column.is-vertically-aligned-center.login-mobile-logo.register-logo,
		body.page-login .wp-block-column.login-mobile-logo {
			flex-basis: 220px !important;
		}

		.page-login .login-back,
		.register-back {
			flex-basis: unset;
		}

		.page-register .register-header,
		.page-login .header-login-center {
			margin: 0 0 0 -1em;
		}

		body.page-register .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child),
		body.page-login .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
			flex-grow: 1;
			margin-left: 1em;
		}

		.register-left,
		.login-left {
			margin-left: 0 !important;
		}

		.page-login .login-mobile-logo {
			margin-left: -6px !important;
		}

		.login-right,
		.register-right {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			margin-left: 0;
			flex-grow: 1;
			margin: 2em;
		}
	}
}

@media (max-width: 768px) {

	.register-left,
	.login-left {
		height: auto !important;
	}

	.page-login .login-mobile-logo {
		margin-left: -6px !important;
	}

	body.page-register .wp-block-column.is-vertically-aligned-center.register-back {
		flex-grow: 0 !important;
	}

	body.page-login .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.login-mobile-logo {
		flex-basis: unset !important;
		flex-grow: 0 !important;
	}

	body.page-register .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.register-logo {
		flex-basis: 220px !important;
		flex-grow: 0 !important;
	}

	.ncard {
		width: 45.8%;
		min-height: 500px;
	}

	#coconuts-social-icons .wrap {
		flex-direction: column;
	}

	#menu-social-icons-text-menu li:first-child a {
		padding: 0px 20px;
	}

	#menu-social-icons-text-menu {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.coco-subcats-img div {
		min-width: unset;
	}

	.site-header #coconuts-logo-left .ubermenu .menu-burger>.ubermenu-submenu {
		max-height: calc(100vh - 125px);
		overflow: scroll !important;
	}
}

@media (max-width: 575px) {
	.container {
		overflow: hidden;
	}

	#coco-city-subcats.section-wrap {
		padding: clamp(1.5rem, calc(1rem + ((1vw - 0.32rem) * 3.125)), 3rem);
	}
}

@media (max-width: 480px) {
	body.page-login .wp-block-column.is-vertically-aligned-center.login-back {
		margin-left: 0 !important;
		margin-right: 1em !important;
	}

	.coco_post-content p {
		overflow-wrap: break-word;
	}

	.main-stream-content h1.section-header {
		margin: 0;
	}

	.nei-list-wrap .ncard {
		width: 42%;
		margin-bottom: 0px;
	}

	.ncard .coco-img-wrap {
		margin-bottom: 0;
		min-height: 120px;
	}

	h1.entry-title {
		margin: 25px 0;
		padding: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem) .5rem;
	}

	.button-loadmore {
		margin: 0 auto 60px !important;
		padding: 15px 30px !important;
	}

	.section-wrap h2 {
		margin-bottom: unset;
	}

	.title-area h1.site-title a,
	.title-area p.site-title a {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.border-xs-bottom {
		border-bottom: 1px solid #D5D5E0 !important;
	}

	.display-flex {
		display: flex;
	}

	.travel-cat h4,
	.travel-cat .featured-article-travel h3,
	.side-articles .coco-article h4,
	.featured-article-travel h3 {
		margin-top: 15px;
	}

	.mmt-0 {
		margin-top: 0 !important
	}

	.mmb-0,
	.post-wrap .coco-post-terms,
	.post-wrap-bot .coco-post-terms,
	.h-post-6 .coco-post-terms,
	.co-river-infinite .coco-article .coco-post-terms {
		margin-bottom: 0 !important
	}

	.desk-reverse {
		flex-direction: unset;
	}

	.subpost article,
	section#coco-city-latest-news article,
	article.coco-article,
	.side-articles article.coco-article,
	.hero-native-ads a.coco-img-wrap,
	.main-stream-content {
		margin-bottom: 30px !important;
	}

	.subpost article:last-child,
	.section-wrap .desk-reverse .row article:last-child {
		margin-bottom: 0px;
	}

	#tabs-most-popular article.coco-article h4 {
		margin-bottom: 0;
	}

	#tabs-most-popular article.coco-article .coco-img-wrap,
	#home-food-drink-lifestyle .article-left .coco-article .coco-img-wrap,
	.places-right article.coco-article .coco-img-wrap {
		min-height: 150px;
	}

	.post-wrap {
		max-width: unset;
	}

	.post-wrap .coco-img-wrap,
	.post-wrap-bot .coco-img-wrap,
	.h-post-6 .coco-img-wrap,
	.h-post-1 .coco-img-wrap,
	.h-archive .coco-img-wrap {
		min-height: 190px !important
	}

	.h-post-2-side .coco-img-wrap {
		min-height: 250px !important
	}

	/* 1 | 4 layout */
	.h-post-3 .coco-img-wrap,
	.highlighted-post .coco-img-wrap {
		min-height: 300px !important
	}

	/* 1 | 3 / 2 / 3 layout */
	.h-post-4 .coco-img-wrap,
	.h-post-5 .coco-img-wrap,
	.h-post-5-bot .coco-img-wrap {
		min-height: 260px !important;
	}

	.h-post-4 .coco-img-wrap,
	.h-post-5 .coco-img-wrap,
	.h-post-5-bot .coco-img-wrap,
	.h-post-3 .coco-img-wrap,
	.highlighted-post .coco-img-wrap {
		margin-bottom: 20px !important;
	}

	a.coco-img-wrap.featuredimg {
		margin-bottom: 20px;
	}

	.pl-3 {
		padding-left: 1rem;
	}

	#coco-city-latest-news .col-md-12:first-child {
		order: unset;
	}

	.side-articles .coco-article {
		margin: 0;
	}

	.side-articles {
		/*padding: 0;*/
		margin: 0;
	}

	.visible-xs {
		display: block;
	}

	.page-coco-plus-membership #coco-featured-header {
		background-position: center !important;
	}

	#custom_html-3 .textwidget.custom-html-widget {
		display: flex;
		flex-direction: row;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}

	#menu-our-cities li {
		margin-bottom: 15px;
	}

	.fdsidebar {
		margin-left: 0;
	}

	section#coco-fd-nightlife-guide .coco-article {
		min-height: unset;
	}

	footer.site-footer .footer-left {
		flex-direction: column;
	}

	.grove-header {
		position: fixed;
		width: 100%;
		height: 80px;
		z-index: 1;
	}

	p.mvisitors {
		font-size: 3.2em;
	}

	.work-slide {
		flex-direction: column;
	}

	.work-slide .work-slide-content {
		order: 2;
	}

	#About img.wp-image-1033669 {
		margin-bottom: 60px;
	}

	.overlap-image {
		width: 200px;
		height: 190px;
		right: -20px;
		bottom: 20px;
	}

	div#OurBrands .border-box {
		margin-bottom: 30px;
	}

	div#coconuts-logo-navigation {
		position: fixed;
		height: calc(100vh - 80px);
		top: 80px;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 9999;
	}

	div#coconuts-logo-navigation ul {
		padding: 30px;
	}

	div#coconuts-logo-navigation ul li,
	div#coconuts-logo-navigation ul li a {
		display: block;
	}

	div#coconuts-logo-navigation ul li a {
		border-bottom: 1px solid #efefef;
	}

	.grove-feature {
		min-height: 450px;
		background-position: -410px 0;
	}

	body.page-grove .site-header .wrap {
		padding: 0 20px;
	}

	body.page-grove .entry-content {
		padding-top: 80px;
	}

	body.page-grove #coconuts-logo-left {
		width: 50%;
		align-items: center;
	}

	div#coconuts-logo-left img {
		height: 40px;
		margin: 0 !important;
		text-align: left;
		margin-left: -20px !important;
	}

	div#coconuts-mobile-navigation {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	img#mobile_grove_nav {
		display: block;
	}

	#coconuts-logo-navigation,
	.hidden-xs,
	section#custom_html-5 {
		display: none;
	}

	.link-view-all.visible-xs {
		position: absolute;
		top: 6px;
		right: 30px;
	}

	.co-seo-description__ct p {
		padding: 0 20px;
	}

	input#gform_submit_button_6 {
		width: 100%;
	}

	.article-left {
		border-right: none;
	}

	section#home-hero-stories .container,
	.side-articles .coco-article,
	.mobile-mt25 div:first-child,
	.article-left .coco-article {
		padding-left: 0px;
		padding-right: 0px;
	}

	/* .side-articles .col-xs-6.col-lg-5.col-md-5 {
			padding: 9px;
	} */
	.featured-article-travel .coco-article:first-child h3 {
		margin: 0;
	}

	section#home-latest-popular-stories .container,
	.mp,
	.hero-native-ads .container,
	#home-food-drink-lifestyle .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mobile-bt article.coco-article:first-child {
		border-top: 1px solid #A6A6B2;
		padding-top: 40px;
		margin-top: 40px;
	}

	.slide-tab-content {
		background: #fff;
	}

	#coco-city-latest-news .col-md-12:nth-child(even) {
		order: unset;
	}

	section#coco-city-subcats {
		padding: 50px 10px;
	}

	#coco-city-subcats .coco-subcats-img {
		width: 46%;
		margin: 1% 1% 15px 1%;
		font-size: 14px;
	}

	.coco-subcats-img div {
		min-width: 100%;
		min-height: 170px;
		margin-bottom: 10px;
	}

	.co-channel .subpost a.coco-img-wrap {
		height: 150px;
	}

	/* .article-left, .article-right{
			padding: 0 25px;
	} */
	section#home-hero-stories {
		padding: 3em 25px !important;
	}

	section#home-food-drink-lifestyle .article-left .coco-img-wrap {
		width: unset;
		height: unset;
	}

	.ncard {
		width: 42%;
		min-height: unset;
	}

	#tab-location .ui-tabs-tab img {
		display: none;
	}

	.testimonial-wrap {
		padding: 0 40px;
		margin-bottom: 50px !important;
	}

	.perks-slide {
		margin: 0 20px !important;
	}

	.entry-content .wp-block-columns.alignwide {
		margin: 0 15px;
	}

	.entry-content .wp-block-columns.alignfull {
		margin: auto 15px;
	}

	.choices_wrapper .gfield_checkbox {
		column-count: 1;
	}

	.gchoice input {
		height: 50px
	}

	#coco-featured-header {
		min-height: 260px;
		background-size: cover;
		background-position: center !important;
	}

	.border-bottom-1 {
		margin-bottom: 3rem
	}

	#coconuts-social-icons .wrap {
		align-items: center;
		flex-direction: column;
	}

	#coco-logo-icons {
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
	}

	div#footer-logo,
	#footer-social-icons {
		margin-bottom: 20px;
	}

	span#input_1_2_6_container,
	span#input_4_1_6_container,
	span#input_4_6_2_container .password_input_container input#input_4_6_2 {
		margin-top: 8px;
		margin-bottom: 0;
	}

	li#menu-item-1033603,
	li#menu-item-1033602,
	li#menu-item-1033601 {
		display: none;
	}

	#menu-header-right {
		justify-content: flex-end !important
	}

	.title-area {
		width: 60%;
	}

	img.wp-image-1033582 {
		margin: 0 auto;
	}

	.mobile-text-center {
		text-align: center;
	}

	.mobile-mt {
		margin-top: 50px;
	}

	.mobile-mt25 {
		margin-top: 25px;
	}

	.header-login,
	.register-header {
		margin-top: 0;
		position: absolute;
		top: 0;
		width: 100%;
		background: #fff;
		left: 0;
	}

	.header-login-center {
		padding: 25px 30px 0;
	}

	.login-back,
	.register-back {
		display: inline-block !important;
		flex-basis: 40px !important;
	}

	.login-mobile-logo {
		flex-basis: 80% !important;
	}

	.register-logo img {
		width: 265px;
	}

	.page-login .login-form-wrap .is-vertically-aligned-center {
		margin-top: 0 !important;
	}

	.login-left {
		background: url(https://coconuts.co/wp-content/themes/genesis-coconuts/assets/images/login-page-background-1.jpg) -50px center;
		background-size: cover;
	}

	.login-left,
	.register-left {
		height: 350px;
		margin-top: 1.5em;
		align-items: flex-start;
		padding-left: 25px;
	}

	.login-left h2 {
		text-align: left;
	}

	.login-right,
	.register-right {
		padding: 25px 30px
	}

	.register-left {
		background-position: -50px center;
	}
}

@media (max-width: 375px) {
	.ncard {
		width: 40%;
		min-height: unset;
	}

	.ncard h3 {
		padding: 10px 0;
		font-size: 14px;
	}

	.menu-list-item .menu-label {
		font-size: 12px;
		text-align: center;
	}
}

@media (max-width: 320px) {
	.ncard {
		width: 38%;
		min-height: unset;
	}

	.ncard h3 {
		padding: 10px 0;
		font-size: 14px;
	}

	.menu-list-item .menu-label {
		font-size: 9px;
		text-align: center;
	}
}

.tax-bangkok #coconuts-logo-left section.ubermenu_navigation_widget-class{
	display: none;
}
.tax-bangkok #coconuts-logo-left section#ubermenu_navigation_widget-4{
	display: block;
}