/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

header #logo {
	text-align: center;
	padding: 10px 0 15px;
}

.serif	{
	font-family: 'PT Serif', serif !important;
}

header #logo h1 {
	font-family: 'PT Serif', serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
	color: #212529;
}

header #logo img {
	width: 56px;
	height: 56px;
}

header #logo span {
	font-size: 15px;
	display: block;
	color: grey;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background-color: #008fd7 !important;
}

.min-h-40 {
	min-height: 40px;
}

.min-hero-vh {
	min-height: 60vh;
}

.min-page-title-vh {
    min-height: 25vh;
}

.min-vh-70 {
    min-height: 70vh !important;
}

.slider-element {
	padding: var(--slider-padding, 100px) 0 0;
}

.fw-medium {
	font-weight: 700 !important;
}

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

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

.sticker-left {
	top: 18px;
	left: -40px;
	background-color: rgba(255, 112, 67, 0.8);
	transform: rotate(-45deg);
	width: 150px;
	padding: 5px;
	font-size: 13px;
	position: fixed;
	text-align: center;
	z-index: 9999;
	color: white;
}

.has-fixed-height {
	height: 400px;
}

.rightmargin-xs {
	margin-right: 1rem !important;
}

.leftmargin-xs {
	margin-left: 1rem !important;
}

.container-max-lg {
	max-width: 960px !important;
}

.frost-bg {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: saturate(180%) blur(10px);
}

.badge {
	border-radius: 2px;
}

#page-title.page-title-dark span {
	color: white !important;
}

.profile-image {
	margin-left: 0.75rem;
}

.profile-image > a > img {
	width: 48px;
	height: 48px;
	line-height: 48px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2,
.counter + h5 {
	text-transform: unset;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
	text-transform: unset;
	font-weight: 700;
}

.entry-title h2 {
	line-height: 1.3 !important;
	font-size: 30px;
	letter-spacing: unset;
}

.entry::after {
	content: unset;
	position: unset;
	background-color: unset;
	height: unset;
	margin-top: unset;
}

.entry-content .table td {
	color: #555 !important;
}

label,
.widget > h4 {
	letter-spacing: unset;
	text-transform: unset;
}

.relation-list li {
	margin-left: 40px;
}

.page-link i {
	font-size: 15px;
}

.text-small {
	font-size: 0.875rem;
}

img.img-rounded {
	border-radius: 3px;
}

.sub-menu-container {
	border-top: none;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.h-200 {
	height: 200px !important;
}

.h-275 {
	height: 275px !important;
}

.h-380 {
	height: 380px !important;
}

.h-450 {
    height: 450px !important;
}

.wh-100 {
    width: 100px;
    height: 100px;
}

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

.list-inline-bullet li:not(:first-child)::before {
	content: '\205E';
	width: 5px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	opacity: 0.5;
}

@media (min-width: 576px) {
	#modal-login .modal-dialog {
		max-width: 450px;
	}
}

@media (max-width: 420px) {
	header #logo h1 {
		font-family: "Inter", serif;
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 0;
		color: #212529;
	}

	header #logo img {
		width: 34px;
		height: 34px;
	}

	header #logo span {
		font-size: 10px;
		font-weight: 700;
		display: block;
		color: grey;
	}

	#logo .rightmargin-xs {
		margin-right: 0.5rem !important;
	}

	#logo .leftmargin-xs {
		margin-left: 0.5rem !important;
	}

	#social-media,
	#member-access,
	#member-access .font-size-14 {
		font-size: 11px;
	}

	#social-media.mb-4,
	#member-access.mb-4 {
		margin-bottom: 0.5rem !important;
	}

	.device-xs #primary-menu-trigger {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
		width: 260px;
	}
}

@media (max-width: 1400px) {
	#travel-slider-overlay .container.py-5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.min-hero-vh {		
		min-height: 75vh !important;
	}

	.min-page-title-vh {
		min-height: 30vh !important;
	}
}

.display-4 {
	font-family: "Inter", serif;
	font-size: 3.5rem;
	font-weight: 700;
}

.team-title span {
	font-size: 14px;
	font-style: unset;
}

.dark .text-border-right::after {
	border-color: #fff;
}

.text-border-right.b-w-50::after {
	width: 10rem;
}

.text-border-right::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid #444;
	border-top-color: rgb(68, 68, 68);
}

#search-widget {
	background-color: #f5f5f5;
}

#image-carousel {
	overflow: visible;
}

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-carousel .column-1 {
	padding-right: 12px;
}
#image-carousel .column-2 {
	padding-left: 12px;
}

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all 0.2s ease-out;
}

.button:hover,
.top-phone:hover,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: 0.95;
	color: #fff;
}

#image-carousel .carousel-grid-item .item blockquote {
	z-index: 1;
}

.img-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(var(--themecolorrgba, 38, 125, 244), 0.8);
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	height: 5px;
	border-radius: 4px;
	transition: all 0.3s ease-out;
	opacity: 0.3;
	background-color: #008fd7;
}

.owl-carousel .owl-dots .owl-dot.active {
	width: 45px;
}

.heading-block h4 + span {
	font-size: 1rem;
}

.list-group.border-0 .list-group-item {
	border-left: 0;
	border-right: 0;
}

.list-group.border-0 .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group.border-0 .list-group-item:last-child {
	border-bottom: 0;
}
