@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Colors
2.0 Typography
3.0 Header Navbar
4.0 Sidebar
5.0 Footer
6.0 Public Pages
	6.1 Homepage
	6.2 Listings
	6.3 Single Listing
	6.4 Search
	6.5 Posts
	6.6 Single Post
	6.7 Profile
	6.8 About Us
	6.9 404 Error Page

7.0 User Area
	7.1 Create Listing
	7.2 Edit Password
	7.3 Forgot Password
	7.4 My Listings
	7.5 My Profile
	7.6 My Reviews
	7.7 Register
	7.8 Sign In

8.0 Admin Area
	8.1 Dashboard

9.0 Carousel
10.0 Pagination
11.0 Forms
12.0 Buttons
13.0 Tables
14.0 Modals
15.0 Cards
16.0 List groups
17.0 Dropdowns
18.0 Icons
19.0 Spacing
20.0 Animation
21.0 Global Classes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Colors
--------------------------------------------------------------*/

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.hr {

    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.h2, h2 {
    font-size: 1.25rem;
    color: #232f3e!important;
    
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.h1, h1 {
    font-size: 22px;
}
    .text-white1 {
    color: #fd931e!important;
}
.text-white {
    color: #fd931e!important;
}
a.text-white:focus, a.text-white:hover {
    color: #fd931e!important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #fd931e!important;
}
.text-dark {
    color: #fd931e!important;
}
.btn-outline-light {
    color: #fd931e!important;
    border-color: #fd931e!important;
}

.btn-outline-dark {
    color: #fd931e!important;
    border-color: #fd931e!important;
}


.bg-default {
	background-color: rgba(222,227,229,.25);
}

.bg-primary {
	background-color: #448ef6 !important;
}

.text-primary {
	color: #448ef6 !important;
}

.bg-low-contrast {
	background-color: #dee3e5;
}

.text-low-contrast {
	color: #dee3e5;
}

.bg-medium-contrast {
	background-color: #585a5d;
}

.text-medium-contrast {
	color: #585a5d;
}

.bg-muted {
	background-color: #dee3e5;
}

.text-muted {
	/*color: #d2d2d2 !important;*/
}

.bg-dark {
	background-color: #323537;
}

.text-dark {
	color: #323537!important;
}

.bg-low-contrast-blue {
	background: #ffffff;
}

.text-green {
	color: #8bc53e;
}

.text-red {
	color: #d33b43;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #323537;
	font-family: 'Lato', sans-serif;
}

h1, h3, h4, h5, h6 {
	color: #fd931e!important;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

h5 {
	font-size: 1.125rem;
}

a, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	color: #323537;
	text-decoration: none;
}

a:hover, a:focus {
	color: #323537;
	text-decoration: none;
}

.breadcrumbs a, .breadcrumbs {
	color: #323537;
	text-decoration: none;
	font-size: 0.85rem;
}

.breadcrumbs a:hover, .breadcrumb a:focus,.breadcrumb > .active {
	text-decoration: none;
}

.strikethrough-header {
	height: .82rem;
	border-bottom: 1px solid #dee3e5;
}

.strikethrough-header p {
	background: white;
	display: inline;
	padding-right: 1rem;
	font-weight: 700;
}

.smallest {
	font-size: .75rem;
}

    .text-white1 {
    color: #060606!!important;
}

.text-white {
    color: #060606!!important;
}
a.text-white:focus, a.text-white:hover {
    color: #060606!!important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #060606!!important;
}
.text-dark {
    color: #060606!!important;
}
.btn-outline-light {
    color: #060606!!important;
    border-color: #060606!!important;
}
.btn-outline-dark {
    color: #060606!!important;
    border-color: #060606!!important;
}


/*--------------------------------------------------------------
3.0 Header Navbar
--------------------------------------------------------------*/
@media (max-width: 767px){
	nav.navbar {
		max-height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

#header-nav {
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
	z-index: 2000;
}

.tpl-home #header-nav {
	border-bottom: 0;
}

.tpl-home #header-nav .transparent {
	border-bottom: 0;
}

@media screen and (max-width: 768px) {
	#header-nav, #header-nav.transparent {
		background-color: white;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	}

	#header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

#header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

#header-nav.solid {
	transition: 700ms;
	background-color: white;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown, #explore-dropdown2 {
	width: 600px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown .dropdown-header, #explore-dropdown2 .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
		height: 240px;
	}

	#explore-dropdown, #explore-dropdown2 {
		width: 100%;
	}
}

/* prevent select2 options dropdown from hiding beneath the navbar in mobile view */
.select2-container {
	z-index: 10000
}

/*--------------------------------------------------------------
4.0 Sidebar
--------------------------------------------------------------*/

.sidebar {
	height: 100%; /* 100% Full-height */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px;
	position: fixed; /* Stay in place */
	top: 0;
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	width: 0; /* 0 width - change this with JavaScript */
	z-index: 10000; /* Stay on top */
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 36px;
}

/* The button used to open the sidebar */
.openbtn {
	font-size: 1.2rem;
}

.openbtn:hover {

}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Contents
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
			max-width: 1170px;
	}
}

.featured {
	background: rgba(166,203,255,.1)!important;
}

.featured .card-body {
	padding: 0 6px 6px 6px!important;
}

.show-cats {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	        column-gap: 20px;
}

.show-cats ul {
	list-style-type: none;
}

/*--------------------------------------------------------------
6.1 Homepage
--------------------------------------------------------------*/

/* Navbar */
.tpl-home #header-nav {
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.tpl-home #header-nav, .tpl-home #header-nav.transparent {
		background-color: white;
		border-bottom: 1px solid #dee3e5;
	}

	.tpl-home #header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

.tpl-home #header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

.tpl-home #header-nav.solid {
	transition: 700ms;
	background-color: white;
}

/* Jumbotron */
.tpl-home .jumbotron {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 620px !important;
	background-color: #232f3e;
	border-radius: 0;
}

/* Home page slider */
.slide-btn {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	position: absolute;
	margin-top: -24px;
	text-align: center;
	top: 50%;
	z-index: 120;
	cursor: pointer;
	background-color: #fff;
	border-radius: 30px;
}

a.slide-btn:not([href]):not([tabindex]) {
	color: #fff;
	cursor: pointer;
}

.slideNext {
	right: -9px;
	position: absolute;
}

.slidePrev {
	left: -9px;
	position: absolute;
}


/* Cards */
.tpl-home .card {
	overflow: hidden;
}

.tpl-home .card-title {

}

.tpl-home .card-img-top {
	-o-object-fit: cover;
	   object-fit: cover;
}

.tpl-home .featured-listings {
	background: #f1eff3;
}

/* In case card columns are used */
@media (min-width: 34em) {
	.tpl-home .card-columns {
		-webkit-column-count: 3;
		        column-count: 3;
	}
}

@media (min-width: 62em) {
	.tpl-home .card-columns {
		-webkit-column-count: 4;
		        column-count: 4;
	}
}

.tpl-home .featured-city {
	height: 192px;
}

.tpl-home .city-img {
	width: 100%;
	height: 162px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: calc(.25rem - 1px);
}

.tpl-home .city-name {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
}

/* home page select2 */
.tpl-home .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	height: calc(2.875rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	padding: .5rem 1rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.875rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: 1;
	line-height: 28px;
}

.a-img-wrap {
	height: 162px;
	overflow: hidden;
}

.tpl-home .city-name {
	z-index: 10;
}

.cat-wrapper {
	height: 128px;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.cat-wrapper:hover, .cat-wrapper:active {
	background: #7eb3fc !important;
	color: #fff;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.cat-icons .cat-icon {
	display: block;
	font-size: 48px;
	line-height: 1;
}

/*--------------------------------------------------------------
6.2 Listings and Results
--------------------------------------------------------------*/
.tpl-listings #map-col, .tpl-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 992px) {
	.tpl-listings #map-col, .tpl-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-listings #sticker, .tpl-results #sticker {
		height: 300px;
	}

	.tpl-listings #map-canvas, .tpl-results #map-canvas {
		height: 300px;
	}
}

.list-item {
	background: #fff;
	border-radius: .25rem;
}

.list-item .badge {
	font-size: 50%;
	vertical-align: middle;
}

.tpl-listings .map-wrapper, .tpl-results .map-wrapper {
	z-index: 998;
	width: 100%;
	height: 100%
}

.list-item .address, .list-item .tel {
	font-size: 0.8125rem
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #448ef6;
	background-color: #448ef6;
}

/* sidebar select2 */
#select2-sidebar .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#select2-sidebar .select2-container--default .select2-selection--single {
	font-size: 1rem;
}

#select2-sidebar .select2-container .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container .select2-selection--single .select2-selection__rendered,
#edit-listing-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 2px;
	padding-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered ,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	line-height: 24px;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.25rem;
	display: none !important;
}

/*--------------------------------------------------------------
6.3 Single Listing
--------------------------------------------------------------*/
.tpl-listing .breadcrumbs {
	font-size: 0.85rem;
}

.tpl-listing .business-phone, .tpl-listing .icons8-world-wide-web {
	font-size: 2rem;
}

.tpl-listing .place-thumb {
	width: 120px;
}

#share-dropdown {
	width: 240px;
}

#share-dropdown .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#share-dropdown .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#share-dropdown .dropdown-menu {
		height: 240px;
	}

	#share-dropdown {
		width: 100%;
	}
}

#place-map-wrapper {
	width: 100%;
	height: 422px;
	border: 1px solid #dee3e5;
}

.tpl-listing #place-map-canvas {
	width: 100%;
	height: 100%;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 2rem!important;
	color: #8bc53e;
}

/*--------------------------------------------------------------
6.4 Search, Advanced Search
--------------------------------------------------------------*/
.tpl-search #map-col, .tpl-advanced-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 768px) {
	.tpl-search #map-col, .tpl-advanced-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-search #sticker, .tpl-advanced-results #sticker {
		height: 300px;
	}

	.tpl-search #map-canvas, .tpl-advanced-results #map-canvas {
		height: 300px;
	}
}

.tpl-search .card {
	border: 1px solid #ffffff;
}

/*--------------------------------------------------------------
6.5 Posts
--------------------------------------------------------------*/
.blog-search {
	position: relative;
}

.blog-search input[type=text] {
	width: 100%;
	padding-right: 123px;
}

.blog-search .iss {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	z-index:9;
}

/*--------------------------------------------------------------
6.6 Single Post
--------------------------------------------------------------*/
.tpl-post .author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.author-img img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
6.7 Profile
--------------------------------------------------------------*/
@media (max-width: 992px) {
	.tpl-profile .container {
		width: 100%;
		max-width: none;
	}
}

.main-profile-pic {
	width: 128px;
	height: 128px;
	min-width: 128px;
	max-width: 128px;
}

/*--------------------------------------------------------------
6.8 About Us
--------------------------------------------------------------*/
.tpl-about .team-pic {
	width: 100px;
	height: 100px;
	max-width: 100px;
}

/*--------------------------------------------------------------
6.9 404 Error Page
--------------------------------------------------------------*/
.not-found h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
}

/*--------------------------------------------------------------
7.0 User Dashboard
--------------------------------------------------------------*/

/* create listing map */
#map-wrapper {
	width: 100%;
	height: 360px;
	border: 1px solid #dee3e5;
}

.thumbs-preloader {
	width: 132px;
	padding-top: 32px;
	padding-left: 58px;
}

.tpl-user-create-listing #videos-block .col:first-child,
.tpl-user-edit-listing #videos-block .col:first-child {
	max-width:400px;
}

.tpl-user-create-listing label,
.tpl-user-edit-listing label {
	font-weight: 600;
	font-size: .9rem;
}
/*--------------------------------------------------------------
8.0 Admin Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.1 Dashboard
--------------------------------------------------------------*/
.charts {
	width: 100%;
	height: 100%;
}

.triangle {
	display: inline-block;
	padding-top: 0.5rem;
	font-size: 12px;
	vertical-align: top;
}

.triangle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}

.triangle-up:after {
	border-bottom: 6px solid;
}

.triangle-down:after {
	border-top: 6px solid;
}
/*--------------------------------------------------------------
9.0 Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
	color: #323537;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	font-weight: 600;
}

.page-link {
	color: #323537;
	border: 1px solid #dae0e5;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/

/*
Add fontawesome font-family to input fields so that it can be used as placeholder
*/

input, select {
	font-family: 'FontAwesome', 'Lato', sans-serif;
}

/*
Placeholder color
*/

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.20;
}

::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.20;
}

.form-control::-webkit-input-placeholder { opacity: 0.20; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { opacity: 0.20; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { opacity: 0.20; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { opacity: 0.20; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { opacity: 0.20; }  /* Microsoft Edge */

/*
Input group prepend/append overwrite Bootstrap styles
*/

.input-group-text {
	font-weight: 400;
	color: #323537;
	text-align: center;
	background-color: #fff;
}

.form-control {
	border: 1px solid #dee3e5;
}

/* general select2 */
.select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.85rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

/* Main search select2 styles */
#mainSearch {
	z-index: 1100;
}

#mainSearch .select2 {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

#mainSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
	color: #323537;
	line-height: 1.5;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #585a5d;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1.25rem;
	height: calc(2.85rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#mainSearch .select2-selection .select2-selection--single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-dropdown {
	z-index: 1101;
}

.select2-selection__clear {
	opacity: 0.20;
}

.select2-selection__arrow {
	display: none;
}

.select2-selection__placeholder {
	opacity: 0.20;
}

/*
Custom select dropdown
*/

.custom-select-wrapper {
	background-color: #dee3e5;
	/* calc(1.5em + .5rem + 2px) is same height as Bootstrap .form-control-sm height */
	line-height: calc(1.5em + .5rem + 2px);
	overflow: hidden;
	padding-right: calc(12px + 15px + 12px); /* 12px padding each side + fontawesome icon width */
	position: relative;
	height: 30px;
	height: calc(1.5em + .5rem + 2px);
}

.custom-select-wrapper#language-selector:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f57d";
	position: absolute;
	right: 12px;
	top: 0;
}

.custom-select-wrapper select {
	background: transparent;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	border: 0;
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.5;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
12.0 Buttons
--------------------------------------------------------------*/

.delete_pic, .delete_existing_pic {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-outline-primary {
	color: #448ef6;
	border-color: #448ef6;
}

.btn-outline-primary:hover {
	background-color: #448ef6;
	color: #fff;
	border-color: #448ef6;
}

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.btn-blue-light {
	color: #fff;
	background-color: #7eb3fc;
	border-color: #7eb3fc;
}

.btn-blue-light:hover {
	color: #a6cbff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-blue-lighter {
	color: #2860ad;
	background-color: #a6cbff;
	border-color: #a6cbff;
}

.btn-blue-lighter:hover {
	color: #2860ad;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-light-darker {
	color: #212529;
	background-color: #dee3e5;
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.btn-outline-secondary {
	border-color: #dee3e5;
}

.btn-outline-secondary:hover {
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.featured-badge {
	font-size: 0.5em;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #28a745;
	color: #28a745;
	padding: 0.1em 0.2em;
	vertical-align: middle;
}

.social_gd {
    
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.social [class*="fab fa-"], .social [class*="far fa-"], .social [class*="fas fa-"] {
    background-color: #343a40;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.social_g [class*="fab fa-google"], .social_fab [class*="fab fa-google"], .social_fab [class*="fab fa-google"] {
    background-color: #DD4B3E;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}
.social_trip [class*="fab fa-tripadvisor"], .social_trip [class*="fab fa-tripadvisor"], .social_trip [class*="fab fa-tripadvisor"] {
    background-color: #00aa6c;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.social_fab [class*="fab fa-facebook-f"], .social_fab [class*="fab fa-facebook-f"], .social_fab [class*="fab fa-facebook-f"] {
    background-color: #385898;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.nav-link {
	font-size: 0.9em;
}

.nav-link.active {
	font-weight: 600;
}

/*--------------------------------------------------------------
13.0 Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 Modals
--------------------------------------------------------------*/
.modal {
	z-index: 2000;
}

/*--------------------------------------------------------------
15.0 Cards
--------------------------------------------------------------*/
.card-featured {
	background-color: #dee3e5;
}

.card-img {
	width: 100%;
	height: 192px;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card {
	border: 1px solid #dee3e5;
	border-radius: .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: 1px solid #dee3e5;
}

.card-img-container {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.card-img-container img {
	display: block;
	height: 168px;
	width: auto;
	width: 100%;
	margin: 0 auto;
	max-width: none;
	object-fit: cover;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 576px) {
	.card-img-container img {
		height: auto;
	}
}

/*--------------------------------------------------------------
16.0 List groups
--------------------------------------------------------------*/

.list-group-item {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
17.0 Dropdowns
--------------------------------------------------------------*/
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fd931e!important;
	text-align: inherit;
	white-space: nowrap;
	background-color: #0000;
	border: 0;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #585a5d;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #fd931e!important;
	text-decoration: none;
	background-color: #f1eff3;
}

/*--------------------------------------------------------------
18.0 Icons
--------------------------------------------------------------*/

.fab.fa-facebook-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #3a589a;
}

.fab.fa-twitter-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #49b6e5;
}

.fab.fa-linkedin {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #0077b5;
}

.fab.fa-youtube-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #e62117;
}

.fab.fa-whatsapp, .fab.fa-whatsapp-square {
	color: #fff;
}

/*--------------------------------------------------------------
19.0 Spacing
--------------------------------------------------------------*/

.mb-30px {
	margin-bottom: 30px;
}

.mb-6 {
	margin-bottom: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

/*--------------------------------------------------------------
20.0 Animations
--------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 0.1s;
	        animation-duration: 0.1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	        animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

/*--------------------------------------------------------------
21.0 Global Classes
--------------------------------------------------------------*/

hr {
	border-top: 1px solid #dee3e5;
}

img {
	max-width: 100%;
}

img.cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Dim classes to create HDR effect */
.dimmer-dark {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	opacity: .6!important;
	background: linear-gradient(to top, #000 0%, #0000 50%)!important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

.dimmer-light {
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 2;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

/* Scroll back to top button */
.back-to-top {
	display: none;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
}

a.back-to-top:hover, a.back-to-top:focus {
	color: #fff;
	text-decoration: none;
}

/* Shadows */
.shadow-1 {
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
}

#profile-pic-wrapper {
	width: 150px;
}

#twitter-widget-0 {
	display: inline-block;
	vertical-align: middle;
}

.zebra>div:nth-child(odd), .white-box {
	background-color: #fff;
	border: 1px solid #dee3e5;
	border-radius: 4px;
}

/* edit in place buttons */
.editable {
	display: inline;

}

.dummy {
	padding-top: 100%;
}

.container-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.date-sm {
	font-size: 75%;
}

svg.icon {
	width: 18px;
	height: 18px;
}

.page-item {
	margin-bottom: 5px;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -2px;
}

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

.shadow-a {
	box-shadow: 3px 12px 24px 2px rgba(0, 0, 0, .02);
}

.cat-name-figure {
	background-color: #0003;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 24px;
}

.dot-divider:after {
	content: '\00B7';
}

.pointer {
	cursor: pointer;
}

.profile-thumb {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}

/*--------------------------------------------------------------
22.0 Networn Homepage Refresh
--------------------------------------------------------------*/

.tpl-home-modern {
	background:
		radial-gradient(circle at top, rgba(10, 116, 141, 0.10), transparent 28%),
		linear-gradient(180deg, #f5f8fb 0%, #eef3f8 100%);
}

.tpl-home-modern #header-nav {
	border-bottom: 0;
}

.tpl-home-modern .text-white,
.tpl-home-modern a.text-white:focus,
.tpl-home-modern a.text-white:hover {
	color: #f8fbff !important;
}

.tpl-home-modern .text-dark,
.tpl-home-modern a.text-dark:focus,
.tpl-home-modern a.text-dark:hover {
	color: #11263f !important;
}

.tpl-home-modern .btn-outline-light {
	border-color: rgba(248, 251, 255, 0.65) !important;
	color: #f8fbff !important;
}

.tpl-home-modern .btn-outline-dark {
	border-color: #11263f !important;
	color: #11263f !important;
}

.networn-hero {
	min-height: 760px;
	padding-top: 120px;
	padding-bottom: 96px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
}

.hero-eyebrow,
.section-kicker {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7de2d1;
	margin-bottom: 1rem;
}

.networn-hero h1 {
	font-size: 3.75rem;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff !important;
	max-width: 10ch;
}

.networn-hero-copy {
	max-width: 36rem;
	color: rgba(248, 251, 255, 0.88) !important;
	font-size: 1.1rem;
	line-height: 1.75;
	margin-bottom: 2rem;
}

.networn-search-card,
.hero-highlight-card,
.networn-review-card,
.networn-cta-panel,
.networn-category-card,
.networn-city-card,
.networn-listing-card,
.networn-featured-card {
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.10);
}

.networn-search-card {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	padding: 1rem;
}

.networn-search-card .form-control,
.networn-search-card .select2-container--default .select2-selection--single {
	height: calc(3.25rem + 2px);
	border-radius: 16px;
	border: 0;
	box-shadow: none;
}

.hero-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.hero-quick-links a {
	color: rgba(248, 251, 255, 0.78);
	font-size: 0.95rem;
}

.hero-highlight-card {
	background: linear-gradient(180deg, rgba(250, 252, 255, 0.95), rgba(240, 247, 255, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 28px;
	padding: 2rem;
	color: #11263f;
}

.hero-highlight-label {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
}

.hero-stat-value {
	font-family: 'Raleway', sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	color: #0a7490;
}

.hero-stat-label {
	font-size: 0.92rem;
	color: #4e627b;
	margin-top: 0.35rem;
}

.networn-home-main {
	position: relative;
	margin-top: -54px;
}

.networn-section {
	padding: 2.75rem 0;
}

.networn-section-muted {
	background: rgba(255, 255, 255, 0.55);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.section-heading h2,
.networn-cta-panel h2 {
	color: #11263f !important;
	font-size: 2rem;
	margin-bottom: 0;
}

.section-link,
.section-copy,
.networn-card-meta,
.networn-category-subtitle,
.networn-review-place,
.networn-cta-panel p {
	color: #5b6f86;
}

.section-link {
	font-weight: 700;
}

.networn-category-card {
	display: block;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.networn-category-card:hover,
.networn-category-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 22px 60px rgba(17, 38, 63, 0.14);
}

.networn-category-media img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.networn-category-body {
	padding: 1.15rem 1.2rem 1.35rem;
}

.networn-category-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: #11263f;
	margin-bottom: 0.35rem;
}

.networn-chip-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.networn-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 999px;
	color: #11263f;
	font-weight: 600;
}

.networn-featured-card,
.networn-listing-card {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 24px;
	overflow: hidden;
}

.networn-card-copy {
	color: #4e627b;
	line-height: 1.65;
}

.networn-featured-card .card-body,
.networn-listing-card .card-body {
	padding: 1.25rem;
}

.networn-favorite-btn {
	color: #0a7490;
}

.networn-review-card {
	background: #fff;
	border-radius: 24px;
	padding: 1.5rem;
}

.networn-review-name {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #11263f;
}

.networn-city-card {
	position: relative;
	display: block;
	border-radius: 24px;
	overflow: hidden;
	min-height: 280px;
}

.networn-city-card .card-img {
	height: 280px;
	object-fit: cover;
}

.networn-city-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 38, 63, 0.12), rgba(17, 38, 63, 0.78));
}

.networn-city-content {
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 1.25rem;
	color: #fff;
	z-index: 1;
}

.networn-city-content h5 {
	color: #fff !important;
}

.networn-cta-panel {
	background: linear-gradient(135deg, #11263f, #0a7490);
	color: #f8fbff;
	border-radius: 32px;
	padding: 2rem;
}

.networn-cta-panel h2,
.networn-cta-panel p {
	color: #f8fbff !important;
}

.networn-footer-wrap {
	padding: 0 15px 30px;
}

.networn-footer {
	background: #fff;
	border-top: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 28px;
	padding: 2.5rem 2rem;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.networn-footer h5 {
	color: #11263f !important;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.networn-footer-brand {
	display: inline-block;
	margin-bottom: 1rem;
}

.networn-footer-logo {
	max-width: 165px;
}

.networn-footer-copy,
.networn-footer-legal {
	color: #5b6f86;
	line-height: 1.75;
}

.networn-footer-copy {
	max-width: 28rem;
	margin-bottom: 1rem;
}

.networn-footer-legal {
	display: block;
	font-size: 0.85rem;
	margin-top: 1rem;
}

.networn-footer-language {
	max-width: 220px;
}

.networn-footer-links li + li {
	margin-top: 0.55rem;
}

.networn-footer-links a {
	color: #11263f;
	font-weight: 600;
}

.tpl-discovery-modern {
	background:
		radial-gradient(circle at top right, rgba(10, 116, 141, 0.08), transparent 24%),
		linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
}

.networn-discovery-page {
	padding-top: 88px;
	padding-bottom: 24px;
}

.networn-sidebar {
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 18px 0 40px rgba(17, 38, 63, 0.12);
	padding: 1.25rem 1rem 2rem;
}

.networn-sidebar .closebtn {
	color: #11263f;
}

.networn-sidebar-section,
.networn-sidebar-form {
	background: #fff;
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 20px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.networn-sidebar-title,
.networn-results-subtitle {
	color: #11263f;
}

.networn-map-panel {
	padding: 16px 12px 16px 0;
}

.networn-map-panel #map-canvas {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.14);
}

.networn-results-column {
	padding-bottom: 1rem;
}

.networn-results-topbar {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	padding: 1.25rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.networn-results-title {
	font-size: 2rem;
	color: #11263f !important;
}

.networn-results-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.networn-result-card {
	background: rgba(255, 255, 255, 0.97);
	border-radius: 24px;
	border: 1px solid rgba(17, 38, 63, 0.06);
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
	overflow: hidden;
}

.networn-result-card .badge-success {
	background: rgba(10, 116, 141, 0.1);
	color: #0a7490;
	border: 1px solid rgba(10, 116, 141, 0.25);
}

.networn-result-media {
	padding: 0;
}

.networn-result-media img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
}

.networn-result-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	color: #5b6f86;
	font-size: 0.92rem;
	font-weight: 600;
}

.networn-result-summary {
	color: #23384f;
	line-height: 1.7;
}

.networn-result-address {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	color: #5b6f86;
	line-height: 1.6;
}

.networn-result-address i {
	color: #0a7490;
	margin-top: 0.15rem;
}

.networn-result-link {
	color: #0a7490;
	font-weight: 700;
	word-break: break-word;
}

.networn-empty-state {
	background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(17, 38, 63, 0.08);
	padding: 1rem 1.25rem;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.tpl-listing-modern {
	background:
		radial-gradient(circle at top right, rgba(10, 116, 141, 0.08), transparent 22%),
		linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
}

.tpl-listing-modern #business-header {
	background: transparent !important;
	padding-top: 96px !important;
	padding-bottom: 0 !important;
}

.tpl-listing-modern #business-header > .container.mt-3,
.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-8,
.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-4,
.tpl-listing-modern #review-form-wrapper,
.tpl-listing-modern .d-flex.mb-3[style*='background-color: #fff'],
.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-8 > div[style*='background-color: #fff'] {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.tpl-listing-modern #business-header > .container.mt-3 {
	padding: 1.5rem;
}

.tpl-listing-modern .breadcrumbs {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 18px;
	padding: 0.85rem 1rem;
	margin-bottom: 1rem;
	box-shadow: 0 12px 36px rgba(17, 38, 63, 0.06);
}

.tpl-listing-modern h1,
.tpl-listing-modern h2,
.tpl-listing-modern h3,
.tpl-listing-modern h4 {
	color: #11263f !important;
}

.tpl-listing-modern .badge-light {
	background: rgba(10, 116, 141, 0.08);
	border: 1px solid rgba(10, 116, 141, 0.24) !important;
	color: #0a7490;
}

.tpl-listing-modern .container.mt-3 > .row {
	row-gap: 1.5rem;
}

.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-8 {
	padding: 1.25rem;
}

.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-4 {
	padding: 1.5rem !important;
	align-self: start;
}

.tpl-listing-modern .description,
.tpl-listing-modern .business-phone a,
.tpl-listing-modern .social a,
.tpl-listing-modern .smallest,
.tpl-listing-modern .text-muted {
	color: #5b6f86 !important;
}

.tpl-listing-modern .item-rating,
.tpl-listing-modern .review-rating {
	margin-top: 0.35rem;
}

.tpl-listing-modern .owl-carousel.owl-theme {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
}

.tpl-listing-modern #place-map-wrapper {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.10);
}

.tpl-listing-modern .profile-thumb,
.tpl-listing-modern .listing-manager {
	box-shadow: 0 8px 22px rgba(17, 38, 63, 0.14);
}

.tpl-listing-modern .btn-dark {
	background: #11263f;
	border-color: #11263f;
}

.tpl-listing-modern .btn-outline-dark {
	color: #11263f !important;
	border-color: #11263f !important;
}

.tpl-listing-modern .btn-outline-dark:hover {
	background: #11263f;
	color: #fff !important;
}

.tpl-home-modern .slide-btn {
	background-color: #fff;
	color: #11263f !important;
	box-shadow: 0 16px 34px rgba(17, 38, 63, 0.16);
}

@media (max-width: 991px) {
	.networn-hero {
		min-height: auto;
		padding-top: 110px;
		padding-bottom: 72px;
	}

	.networn-hero h1 {
		font-size: 2.8rem;
		max-width: none;
	}

	.networn-home-main {
		margin-top: -28px;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	.networn-category-media img {
		height: 200px;
	}

	.networn-results-topbar {
		flex-direction: column;
	}

	.networn-map-panel {
		padding: 0;
	}

	.tpl-listing-modern #business-header {
		padding-top: 84px !important;
	}
}

@media (max-width: 767px) {
	.tpl-home-modern #header-nav,
	.tpl-home-modern #header-nav.transparent {
		background-color: rgba(17, 38, 63, 0.96);
	}

	.networn-search-card {
		padding: 0.85rem;
		border-radius: 18px;
	}

	.networn-hero h1 {
		font-size: 2.2rem;
	}

	.hero-highlight-card,
	.networn-review-card,
	.networn-cta-panel {
		padding: 1.4rem;
	}

	.networn-section {
		padding: 2rem 0;
	}

	.networn-search-card .form-control,
	.networn-search-card .select2-container--default .select2-selection--single,
	.networn-search-card .btn {
		height: calc(3rem + 2px);
		font-size: 1rem;
	}

	.hero-quick-links {
		gap: 0.5rem 1rem;
	}

	.cat-name-figure {
		right: 14px;
		top: 14px;
		font-size: 0.65rem;
	}

	.networn-footer {
		padding: 1.5rem 1.25rem;
		border-radius: 22px;
	}

	.networn-discovery-page {
		padding-top: 76px;
	}

	.networn-results-title {
		font-size: 1.5rem;
	}

	.networn-result-card {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.networn-result-media img {
		min-height: 220px;
	}

	.tpl-listing-modern #business-header > .container.mt-3,
	.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-8,
	.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-4,
	.tpl-listing-modern #review-form-wrapper {
		border-radius: 20px;
	}
}

/*--------------------------------------------------------------
22.0 Responsive Safeguards
--------------------------------------------------------------*/

html,
body {
	max-width: 100%;
}

body.tpl-home-modern,
body.tpl-discovery-modern,
body.tpl-listing-modern {
	overflow-x: hidden;
}

.tpl-listing-modern .side,
.tpl-listing-modern .middle {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
}

.tpl-listing-modern .side {
	flex: 0 0 22%;
	max-width: 22%;
	color: #5b6f86;
	font-size: 0.9rem;
}

.tpl-listing-modern .side.right {
	justify-content: flex-end;
	text-align: right;
}

.tpl-listing-modern .middle {
	flex: 0 0 56%;
	max-width: 56%;
	padding: 0 0.75rem;
}

.tpl-listing-modern .bar-container {
	width: 100%;
	background-color: #eef3f8;
	border-radius: 999px;
	overflow: hidden;
}

.tpl-listing-modern .bar-container > div {
	border-radius: 999px;
}

@media (max-width: 575.98px) {
	.row > .col-sm-2,
	.row > .col-lg-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tpl-listing-modern #business-header .col-4.col-lg-3,
	.tpl-listing-modern #business-header .col-8.col-lg-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tpl-listing-modern #business-header .col-4.col-lg-3 {
		margin-bottom: 1rem;
	}

	.tpl-listing-modern #business-header .col-4.col-lg-3 img {
		max-width: 120px;
	}

	.networn-results-actions .btn,
	.networn-results-actions .dropdown,
	.networn-results-actions .dropdown .btn {
		width: 100%;
	}
}

@media (max-width: 991px) {
	body.tpl-home-modern,
	body.tpl-discovery-modern,
	body.tpl-listing-modern,
	body.tpl-posts,
	body.tpl-post {
		overflow-x: hidden;
	}

	.tpl-listings #map-col,
	.tpl-results #map-col,
	.tpl-search #map-col,
	.tpl-advanced-results #map-col,
	.tpl-discovery-modern #map-col {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		height: 320px !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	.tpl-listings #map-canvas,
	.tpl-results #map-canvas,
	.tpl-search #map-canvas,
	.tpl-advanced-results #map-canvas {
		height: 320px !important;
	}

	.networn-results-column {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.networn-results-topbar,
	.networn-results-actions {
		width: 100%;
	}

	.networn-results-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	.tpl-listing-modern #business-header > .container.mt-3 {
		padding: 1rem;
	}

	.tpl-listing-modern .container.mt-3 > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-8,
	.tpl-listing-modern .container.mt-3 > .row > .col-md-6.col-lg-4 {
		padding: 1rem !important;
	}

	.tpl-listing-modern .row.col-md-6.col-lg-8,
	.tpl-listing-modern #review-form,
	.tpl-listing-modern #review-form .form-group,
	.tpl-listing-modern #review-form .submit-row {
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.tpl-listing-modern .d-flex.mb-3[style*='background-color: #fff'] {
		flex-wrap: wrap;
	}

	.tpl-listing-modern .d-flex.mb-3[style*='background-color: #fff'] > .mr-3,
	.tpl-listing-modern .d-flex.mb-3[style*='background-color: #fff'] > .flex-grow-1,
	.tpl-listing-modern .social_g,
	.tpl-listing-modern .social_fab,
	.tpl-listing-modern .social_trip {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.tpl-listing-modern .social_g,
	.tpl-listing-modern .social_fab,
	.tpl-listing-modern .social_trip {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.tpl-listing-modern #place-map-wrapper,
	.tpl-listing-modern #place-map-canvas {
		min-height: 240px;
	}

	.tpl-listing-modern .business-phone,
	.tpl-listing-modern .business-phone a,
	.tpl-listing-modern .social a,
	.tpl-listing-modern .description,
	.networn-result-address,
	.networn-result-link {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 767px) {
	body.tpl-home-modern,
	body.tpl-discovery-modern,
	body.tpl-listing-modern {
		width: 100%;
	}

	#header-nav {
		padding: 0.65rem 1rem;
	}

	#header-nav .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	#header-nav .navbar-brand {
		max-width: 70%;
		margin-right: 0;
	}

	#header-nav .logo {
		max-width: 160px;
		height: auto;
	}

	#header-nav #navbarSupportedContent {
		width: 100%;
		flex-basis: 100%;
		margin-right: 0 !important;
		padding-top: 0.75rem;
	}

	#header-nav .navbar-nav {
		width: 100%;
		margin-left: 0 !important;
	}

	#header-nav .nav-item {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 0.35rem;
	}

	#header-nav .nav-item .btn {
		width: 100%;
		white-space: normal;
		text-align: left;
	}

	#header-nav .dropdown-menu,
	#header-nav .dropdown-menu-right {
		position: static !important;
		float: none;
		width: 100%;
		min-width: 0;
		margin-top: 0.35rem;
		transform: none !important;
	}

	#mainSearch {
		max-height: calc(100vh - 12px);
		overflow-y: auto;
	}

	#mainSearch .form-row {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#mainSearch .form-row > [class*='col-'],
	#mainSearch .form-row.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	#mainSearch .input-group {
		margin-right: 0 !important;
	}

	#mainSearch .select2,
	#mainSearch .select2-container {
		width: 100% !important;
	}

	.tpl-home-modern .networn-hero {
		display: block !important;
		height: auto !important;
		min-height: auto !important;
		padding: 96px 0 56px;
	}

	.tpl-home-modern .networn-hero .container,
	.tpl-home-modern .networn-section .container {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.tpl-home-modern .networn-search-card .form-row {
		margin-left: 0;
		margin-right: 0;
	}

	.tpl-home-modern .networn-search-card .form-row > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.tpl-home-modern .hero-stat-value {
		font-size: 1.45rem;
	}

	.tpl-home-modern .hero-stat-label {
		font-size: 0.8rem;
	}

	.tpl-home-modern .section-heading h2,
	.tpl-home-modern .networn-cta-panel h2 {
		font-size: 1.55rem;
		line-height: 1.25;
	}

	.tpl-home-modern .networn-card-copy,
	.tpl-home-modern .networn-cta-panel p,
	.tpl-home-modern .networn-category-subtitle {
		overflow-wrap: anywhere;
	}

	.tpl-discovery-modern .container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}

	.tpl-discovery-modern #content {
		margin-left: 0;
		margin-right: 0;
	}

	.tpl-discovery-modern #map-col {
		order: 2;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}

	.tpl-discovery-modern .networn-results-column {
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}

	.tpl-discovery-modern .networn-results-topbar {
		padding: 1rem;
		border-radius: 18px;
	}

	.tpl-discovery-modern .networn-results-actions {
		justify-content: stretch;
	}

	.tpl-discovery-modern .item-list {
		padding-left: 0;
		padding-right: 0;
	}

	.tpl-discovery-modern .networn-result-card {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.tpl-discovery-modern .networn-result-card > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.tpl-discovery-modern .networn-result-card .d-flex {
		flex-wrap: wrap;
		gap: 0.65rem;
	}

	.tpl-discovery-modern .networn-result-media img {
		height: 210px;
		min-height: 210px;
		border-radius: 0 !important;
	}

	.tpl-listing-modern #business-header {
		padding: 76px 12px 0 !important;
	}

	.tpl-listing-modern #business-header > .container,
	.tpl-listing-modern .container.mt-3,
	.tpl-listing-modern .container {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.tpl-listing-modern #business-header .row,
	.tpl-listing-modern .container.mt-3 > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.tpl-listing-modern h1 {
		font-size: 1.55rem;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.tpl-listing-modern .text-nowrap {
		white-space: normal !important;
	}

	.tpl-listing-modern .badge {
		white-space: normal;
		margin-bottom: 0.35rem;
	}

	.tpl-listing-modern .d-flex {
		min-width: 0;
	}

	.tpl-listing-modern #reviews .d-flex,
	.tpl-listing-modern .d-flex.mb-4 {
		flex-wrap: wrap;
	}

	.tpl-listing-modern #reviews .flex-grow-1,
	.tpl-listing-modern #reviews .mr-3,
	.tpl-listing-modern .d-flex.mb-4 .flex-grow-1,
	.tpl-listing-modern .d-flex.mb-4 .mr-2 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0 !important;
	}

	.tpl-listing-modern #reviews [style*='text-align: right'] {
		text-align: left !important;
		margin-right: 0 !important;
	}

	.tpl-listing-modern .row.col-md-6.col-lg-8 {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}

	.tpl-listing-modern .side {
		flex: 0 0 24%;
		max-width: 24%;
	}

	.tpl-listing-modern .middle {
		flex: 0 0 52%;
		max-width: 52%;
		padding: 0 0.5rem;
	}

	.tpl-listing-modern .owl-carousel .owl-item > div[style*='height:320px'],
	.tpl-listing-modern .owl-carousel.owl-theme > div[style*='height:320px'] {
		height: 220px !important;
	}

	.tpl-listing-modern .owl-carousel img[style*='object-fit:contain'] {
		width: 100%;
		height: 220px !important;
		object-fit: contain;
	}
}

/*--------------------------------------------------------------
23.0 Networn Shared Refresh
--------------------------------------------------------------*/

.networn-maintenance-note {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 10010;
	box-shadow: 0 12px 30px rgba(17, 38, 63, 0.16);
}

#header-nav.networn-shell-nav {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(17, 38, 63, 0.08);
	box-shadow: 0 12px 32px rgba(17, 38, 63, 0.08);
	padding: 0.75rem 0;
}

#header-nav.networn-shell-nav .container {
	max-width: 1220px;
}

#header-nav.networn-shell-nav .navbar-brand {
	margin-right: 1.25rem;
}

#header-nav.networn-shell-nav .logo {
	height: auto;
	max-height: 42px;
	width: auto;
}

#header-nav.networn-shell-nav .dropdown-menu {
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 38px rgba(17, 38, 63, 0.12);
	padding: 0.5rem;
}

#header-nav.networn-shell-nav .dropdown-item {
	border-radius: 12px;
	font-weight: 600;
	padding: 0.7rem 0.9rem;
}

#header-nav.networn-shell-nav .dropdown-item:hover,
#header-nav.networn-shell-nav .dropdown-item:focus {
	background: rgba(10, 116, 144, 0.08);
	color: #11263f;
}

.networn-nav-link,
.networn-nav-utility,
.networn-search-trigger {
	border-radius: 999px;
	font-weight: 700;
	padding: 0.72rem 1rem;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.networn-nav-link {
	color: #11263f !important;
}

.networn-nav-link:hover,
.networn-nav-link:focus,
.networn-search-trigger:hover,
.networn-search-trigger:focus,
.networn-nav-utility:hover,
.networn-nav-utility:focus {
	background: rgba(17, 38, 63, 0.06);
	color: #11263f !important;
}

.networn-nav-utility {
	background: rgba(17, 38, 63, 0.05);
	color: #11263f !important;
}

.networn-nav-cta {
	background: linear-gradient(135deg, #11263f, #0a7490);
	border: 0;
	box-shadow: 0 16px 34px rgba(10, 116, 144, 0.24);
}

.networn-nav-outline {
	font-weight: 700;
}

.networn-search-trigger {
	border: 1px solid rgba(17, 38, 63, 0.12);
	color: #11263f !important;
}

#header-nav-dummy.networn-shell-nav-spacer {
	visibility: hidden;
	margin-bottom: 0;
	min-height: 82px;
	padding: 0.75rem 1rem;
}

#header-nav-dummy.networn-shell-nav-spacer .logo {
	max-height: 42px;
	width: auto;
}

#mainSearch,
#mainSearch.networn-search-drawer {
	background: transparent !important;
	padding: 0.75rem 15px 0;
}

.networn-search-shell {
	max-width: 1180px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(17, 38, 63, 0.16);
	padding: 1.25rem;
}

.networn-search-shell-copy h2 {
	color: #11263f !important;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.networn-search-shell .form-control,
.networn-search-shell .select2-container--default .select2-selection--single,
.networn-form-card .form-control,
.networn-sidebar-card .form-control,
.networn-review-compose .form-control {
	border: 1px solid rgba(17, 38, 63, 0.12);
	border-radius: 16px;
	box-shadow: none;
}

.networn-search-shell .form-control,
.networn-search-shell .select2-container--default .select2-selection--single {
	height: calc(3.15rem + 2px);
}

.networn-search-shell .input-group-text {
	border: 1px solid rgba(17, 38, 63, 0.12);
	border-right: 0;
	border-radius: 16px 0 0 16px;
}

.networn-search-shell .input-group .form-control {
	border-left: 0;
	border-radius: 0 16px 16px 0;
}

.tpl-content-modern {
	background:
		radial-gradient(circle at top right, rgba(10, 116, 144, 0.08), transparent 26%),
		linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
}

.networn-content-page {
	padding: 96px 0 32px;
}

.networn-page-hero {
	background: linear-gradient(135deg, #11263f, #0a7490);
	border-radius: 32px;
	color: #f8fbff;
	padding: 2.5rem;
	box-shadow: 0 24px 60px rgba(17, 38, 63, 0.18);
	margin-bottom: 1.5rem;
}

.networn-page-hero h1 {
	color: #f8fbff !important;
	font-size: 3rem;
	margin-bottom: 0.85rem;
}

.networn-page-hero p {
	color: rgba(248, 251, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 48rem;
}

.networn-surface-card {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
	padding: 1.5rem;
}

.networn-inline-link {
	color: #0a7490;
	font-weight: 700;
}

.networn-inline-link i {
	margin-left: 0.35rem;
}

.networn-blog-card {
	overflow: hidden;
	padding: 0;
}

.networn-blog-thumb,
.networn-blog-thumb img {
	display: block;
	width: 100%;
	height: 100%;
}

.networn-blog-thumb img {
	min-height: 220px;
	object-fit: cover;
}

.networn-blog-card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
}

.networn-blog-meta {
	color: #0a7490;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.networn-blog-card h2,
.networn-sidebar-card h3,
.networn-form-card h2 {
	color: #11263f !important;
}

.networn-blog-card h2 {
	font-size: 1.45rem;
	margin-bottom: 0.8rem;
}

.networn-blog-card p,
.networn-sidebar-card p,
.networn-form-copy {
	color: #5b6f86;
	line-height: 1.75;
}

.networn-article-card {
	padding: 1.75rem;
}

.networn-article-content {
	color: #23384f;
	line-height: 1.85;
}

.networn-article-content > *:last-child {
	margin-bottom: 0;
}

.networn-article-content h2,
.networn-article-content h3,
.networn-article-content h4 {
	color: #11263f !important;
	margin-top: 2rem;
}

.networn-article-content img,
.page-content img {
	border-radius: 20px;
	height: auto;
	max-width: 100%;
}

.networn-article-comments {
	border-top: 1px solid rgba(17, 38, 63, 0.08);
	margin-top: 2rem;
	padding-top: 2rem;
}

.networn-simple-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.networn-simple-list li {
	color: #23384f;
	margin-bottom: 0.9rem;
	padding-left: 1.35rem;
	position: relative;
}

.networn-simple-list li:before {
	background: #0a7490;
	border-radius: 50%;
	content: '';
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.58rem;
	width: 0.5rem;
}

.networn-breadcrumb-sep {
	color: #7f92a8;
	margin: 0 0.55rem;
}

.tpl-listing-modern #business-header > .container.mt-3 {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.networn-listing-hero-card,
.networn-source-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 30px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
	height: 100%;
	padding: 1.75rem;
}

.networn-listing-logo-wrap {
	background: #fff;
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	padding: 0.5rem;
	text-align: center;
}

.networn-listing-logo {
	height: auto;
	max-width: 140px;
	width: 100%;
}

.networn-listing-rating-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0.85rem 0 1rem;
}

.networn-rating-copy {
	color: #11263f;
	font-family: 'Raleway', sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
}

.networn-rating-pill {
	background: rgba(10, 116, 144, 0.1);
	border-radius: 999px;
	color: #0a7490;
	font-weight: 700;
	padding: 0.45rem 0.85rem;
}

.networn-rating-meta {
	color: #5b6f86;
	font-weight: 600;
}

.networn-listing-address {
	color: #5b6f86;
	display: flex;
	gap: 0.75rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.networn-listing-address i {
	color: #0a7490;
	margin-top: 0.15rem;
}

.networn-listing-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.networn-claim-link {
	color: #0a7490;
	font-weight: 700;
	padding: 0;
}

.networn-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.networn-social-links a {
	align-items: center;
	background: rgba(17, 38, 63, 0.06);
	border-radius: 50%;
	color: #11263f !important;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.networn-source-panel h2 {
	color: #11263f !important;
	font-size: 2rem;
}

.networn-source-panel p {
	color: #5b6f86;
}

.networn-source-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 1.25rem 0;
}

.networn-source-item {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(17, 38, 63, 0.06);
	color: #11263f;
	display: flex;
	gap: 0.9rem;
	padding: 0.95rem 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.networn-source-item:hover,
.networn-source-item:focus {
	box-shadow: 0 16px 32px rgba(17, 38, 63, 0.1);
	transform: translateY(-2px);
}

.networn-source-icon {
	align-items: center;
	background: rgba(10, 116, 144, 0.12);
	border-radius: 14px;
	color: #0a7490;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.25rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.networn-source-icon img {
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.networn-source-copy {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 0.15rem;
	min-width: 0;
}

.networn-source-copy strong {
	color: #11263f;
}

.networn-source-copy span {
	color: #5b6f86;
}

.networn-source-summary {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.networn-source-stat {
	background: rgba(17, 38, 63, 0.04);
	border-radius: 18px;
	padding: 0.9rem 1rem;
}

.networn-source-stat span {
	color: #11263f;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.1;
}

.networn-source-stat small {
	color: #5b6f86;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.networn-source-empty {
	background: #fff;
	border: 1px dashed rgba(17, 38, 63, 0.16);
	border-radius: 18px;
	color: #5b6f86;
	margin: 1rem 0;
	padding: 1rem;
}

.networn-listing-main {
	align-items: flex-start;
}

.networn-content-section {
	overflow: hidden;
}

.networn-section-head {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.networn-section-head h2 {
	color: #11263f !important;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.networn-section-meta {
	color: #5b6f86;
	font-weight: 700;
}

.networn-rich-copy {
	color: #23384f;
	line-height: 1.85;
}

.networn-rich-copy > *:last-child {
	margin-bottom: 0;
}

.networn-gallery-shell {
	position: relative;
}

.networn-gallery-slide {
	align-items: center;
	background: #f8fbff;
	display: flex;
	height: 360px;
	justify-content: center;
	width: 100%;
}

.networn-gallery-slide a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.networn-gallery-slide img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.networn-feature-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.networn-feature-item {
	align-items: center;
	background: rgba(10, 116, 144, 0.06);
	border-radius: 18px;
	color: #11263f;
	display: flex;
	font-weight: 600;
	gap: 0.75rem;
	padding: 1rem;
}

.networn-feature-icon {
	align-items: center;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(17, 38, 63, 0.1);
	color: #0a7490;
	display: inline-flex;
	flex-shrink: 0;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.networn-detail-list {
	border-top: 1px solid rgba(17, 38, 63, 0.08);
}

.networn-detail-row {
	border-bottom: 1px solid rgba(17, 38, 63, 0.08);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	padding: 1rem 0;
}

.networn-detail-label {
	align-items: flex-start;
	color: #11263f;
	display: flex;
	gap: 0.6rem;
}

.networn-detail-label i {
	color: #0a7490;
	margin-top: 0.1rem;
}

.networn-detail-value {
	color: #5b6f86;
	overflow-wrap: anywhere;
}

.networn-coupon-card {
	background: rgba(246, 248, 251, 0.9);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	padding: 1.25rem;
}

.networn-coupon-card + .networn-coupon-card {
	margin-top: 1rem;
}

.networn-coupon-card h3 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.networn-coupon-card p {
	color: #5b6f86;
	line-height: 1.7;
}

.networn-review-overview {
	background: rgba(246, 248, 251, 0.92);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

.networn-review-overview-score {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.networn-review-score-value {
	color: #11263f;
	font-family: 'Raleway', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.networn-review-score-label,
.networn-review-score-meta,
.networn-rating-hint {
	color: #5b6f86;
}

.networn-rating-bar-row {
	align-items: center;
	display: flex;
	margin-bottom: 0.6rem;
}

.networn-rating-bar-fill {
	background: linear-gradient(90deg, #0a7490, #7de2d1);
	border-radius: 999px;
	height: 18px;
}

.networn-review-compose {
	background: rgba(255, 255, 255, 0.76) !important;
	border: 1px dashed rgba(17, 38, 63, 0.16) !important;
	box-shadow: none !important;
	margin-bottom: 1.25rem;
	padding: 1.25rem !important;
}

.networn-login-prompt {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.networn-login-prompt-icon {
	align-items: center;
	background: rgba(10, 116, 144, 0.1);
	border-radius: 20px;
	color: #0a7490;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.5rem;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.networn-login-prompt h3 {
	font-size: 1.15rem;
	margin-bottom: 0.35rem;
}

.networn-login-prompt p {
	color: #5b6f86;
	margin-bottom: 0.75rem;
}

.networn-review-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.networn-review-entry {
	background: rgba(246, 248, 251, 0.9);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 22px;
	padding: 1.25rem;
}

.networn-review-header {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.networn-review-author {
	color: #11263f;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.networn-review-meta {
	color: #5b6f86;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 0.85rem;
	margin-top: 0.3rem;
}

.networn-review-date {
	color: #7f92a8;
	font-size: 0.92rem;
	white-space: nowrap;
}

.networn-review-body {
	color: #23384f;
	line-height: 1.75;
	margin-top: 0.85rem;
}

.networn-review-footer {
	align-items: center;
	border-top: 1px solid rgba(17, 38, 63, 0.08);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
}

.networn-review-helpful {
	align-items: center;
	color: #5b6f86;
	display: flex;
	font-weight: 700;
	gap: 0.65rem;
}

.networn-review-helpful .add-to-flag {
	color: #11263f;
}

.networn-flag-link {
	color: #7f92a8 !important;
}

.networn-similar-card {
	height: 100%;
}

.networn-similar-card h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.networn-similar-thumb img {
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.networn-listing-sidebar {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 106px;
}

.networn-info-list,
.networn-action-panel p,
.networn-manager-meta {
	color: #5b6f86;
}

.networn-info-list {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.networn-info-row {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	overflow-wrap: anywhere;
}

.networn-info-row i {
	color: #0a7490;
	margin-top: 0.2rem;
}

.networn-manager-meta {
	font-size: 0.9rem;
	margin-top: 0.6rem;
}

#place-map-wrapper,
#place-map-canvas {
	min-height: 280px;
}

.networn-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 50%;
	box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32);
	color: #fff !important;
	display: inline-flex;
	font-size: 1.8rem;
	height: 60px;
	justify-content: center;
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 60px;
	z-index: 100;
}

body.tpl-categories,
body.tpl-coupons,
body.tpl-profile,
body.tpl-reviews,
body.tpl-favorites {
	background:
		radial-gradient(circle at top right, rgba(10, 116, 144, 0.08), transparent 26%),
		linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
}

.tpl-categories h2,
.tpl-coupons h2,
.tpl-profile h1,
.tpl-reviews h1,
.tpl-favorites h1 {
	color: #11263f !important;
}

.tpl-categories .card,
.tpl-coupons .row[id^='coupon-'],
.tpl-profile .nav-tabs,
.tpl-reviews .nav-tabs,
.tpl-favorites .nav-tabs {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.tpl-categories .card {
	overflow: hidden;
}

.tpl-categories .card-header {
	background: #fff;
	border-bottom: 1px solid rgba(17, 38, 63, 0.08);
	font-family: 'Raleway', sans-serif;
}

.tpl-coupons .row[id^='coupon-'] {
	margin-left: 0;
	margin-right: 0;
	padding: 1.25rem;
}

.tpl-coupons .coupon-img img {
	border-radius: 20px;
	display: block;
	width: 100%;
}

.tpl-profile .main-profile-pic,
.tpl-reviews .main-profile-pic,
.tpl-favorites .main-profile-pic {
	box-shadow: 0 18px 40px rgba(17, 38, 63, 0.16);
	height: 112px;
	object-fit: cover;
	width: 112px;
}

.tpl-profile .nav-tabs,
.tpl-reviews .nav-tabs,
.tpl-favorites .nav-tabs {
	padding: 0.45rem;
}

.tpl-profile .nav-tabs .nav-link,
.tpl-reviews .nav-tabs .nav-link,
.tpl-favorites .nav-tabs .nav-link {
	border: 0;
	border-radius: 14px;
	font-weight: 700;
	padding: 0.8rem 1rem;
}

.tpl-profile .nav-tabs .nav-link.active,
.tpl-reviews .nav-tabs .nav-link.active,
.tpl-favorites .nav-tabs .nav-link.active {
	background: #11263f;
	color: #fff !important;
}

.tpl-profile .card.h-100,
.tpl-favorites .card.h-100 {
	background: rgba(255, 255, 255, 0.97);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
}

.tpl-reviews .row.mb-3 {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(17, 38, 63, 0.08);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(17, 38, 63, 0.08);
	padding: 1rem;
}

@media (max-width: 991px) {
	#header-nav.networn-shell-nav {
		padding: 0.65rem 0;
	}

	.networn-content-page {
		padding-top: 84px;
	}

	.networn-page-hero,
	.networn-search-shell,
	.networn-listing-hero-card,
	.networn-source-panel {
		border-radius: 24px;
	}

	.networn-source-summary,
	.networn-feature-grid {
		grid-template-columns: 1fr;
	}

	.networn-detail-row {
		grid-template-columns: 1fr;
	}

	.networn-listing-sidebar {
		position: static;
		top: auto;
	}

	.tpl-profile .main-profile-pic,
	.tpl-reviews .main-profile-pic,
	.tpl-favorites .main-profile-pic {
		height: 96px;
		width: 96px;
	}
}

@media (max-width: 767px) {
	#header-nav.networn-shell-nav .navbar-brand {
		max-width: 70%;
	}

	#header-nav.networn-shell-nav .navbar-nav {
		align-items: stretch !important;
	}

	#header-nav.networn-shell-nav .nav-item .btn {
		text-align: left;
	}

	#mainSearch,
	#mainSearch.networn-search-drawer {
		padding-top: 0.5rem;
	}

	.networn-search-shell {
		padding: 1rem;
	}

	.networn-search-shell-copy h2 {
		font-size: 1.25rem;
	}

	.networn-page-hero {
		padding: 1.5rem;
	}

	.networn-page-hero h1 {
		font-size: 1.85rem;
	}

	.networn-surface-card {
		border-radius: 20px;
		padding: 1.25rem;
	}

	.networn-blog-thumb img {
		min-height: 200px;
	}

	.networn-listing-action-row .btn,
	.networn-source-item {
		width: 100%;
	}

	.networn-source-item > .fa-chevron-right {
		margin-left: auto;
	}

	.networn-review-header,
	.networn-review-footer,
	.networn-login-prompt {
		flex-direction: column;
		align-items: flex-start;
	}

	.networn-gallery-slide {
		height: 240px;
	}

	.networn-floating-whatsapp {
		bottom: 16px;
		height: 56px;
		right: 16px;
		width: 56px;
	}
}
