@font-face {
    font-family: 'Tesla';
    src: url('../fonts/Tesla.eot');
    src: url('../fonts/Tesla.eot') format('embedded-opentype'),
         url('../fonts/Tesla.woff2') format('woff2'),
         url('../fonts/Tesla.woff') format('woff'),
         url('../fonts/Tesla.ttf') format('truetype'),
         url('../fonts/Tesla.svg#Tesla') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary-font: "Inter", sans-serif !important;
	--font-heading: "Bona Nova", serif !important;
	--font-cursive: "Tesla", serif !important;
	--color-white: #FFFFFF;
	--color-offwhite: #F4F5F6;
	--spot-padding: 12px;
	--svg-path-length: 225px;
	
	--columns-row-gap: 30px;
	--columns-col-gap: 120px;
}

html, body {
	font-family: var(--primary-font);
	font-size: 1rem;
	line-height: 1.53333rem;
	font-weight: 400;
	color: #132640;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

body, .page-wraper {
	overflow-x: hidden !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.h-full {
	height: 100%;
}
.bg-n {
	background-color: rgba(255,0,0,0.25);
}
.border-right-1 {
	border-right: 1px solid var(--primary);
}
.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--font-heading);
}

html, body,
.header-nav .nav > li > a {
	font-family: var(--primary-font);
}

.page-wraper {
	min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.page-wraper .site-header,
.page-wraper .page-content,
.page-wraper .footer-wrap-area {
	flex-shrink: 0;
}
.page-wraper .footer-wrap-area {
	margin-top: auto;
}
.page-wraper .page-content {
	flex-grow: 1;
}

.header-nav .nav > li > a{padding-block:0}

.header-nav .nav > li > a,
.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
	color: #132640;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.53333rem;
}
.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
	padding-inline: 0 !important;
}
.header-nav .nav > li > a .menu-item-text {
	display: grid;
	position: relative;
}
.header-nav .nav > li > a .menu-item-circle {
	min-height: 45px;
	position: absolute;
	place-self: center;
	width: calc(100% + 49px);
	height: calc(100% + 70%);
	opacity: 0;
	transition: opacity .25s ease-out;
	transition-delay: 0s;
	transition-delay: .8s;
}
.svg-menu-circle {
	width: 100%;
  	height: 100%;
	overflow: visible;
}
.svg-menu-circle path {
	stroke-dashoffset: var(--svg-path-length);
	stroke-dasharray: var(--svg-path-length);
	transition: stroke-dashoffset .8s cubic-bezier(.65,.17,.17,.95);
}

.header-nav .nav > li > a:hover .menu-item-circle {
	opacity: 1;
	transition-delay: 0s;
}
.header-nav .nav > li > a:hover .svg-menu-circle path {
	stroke-dashoffset: 0;
	transition-duration: 1.1s;
	transition-timing-function: cubic-bezier(.65,.17,.17,.95);
}
.header-nav .nav > li.sub-menu-down > a {
	display: flex;
	align-items: center;
}

/* Header */
.logo-header,
.site-header .extra-nav{height:auto}
.site-header .main-bar{height:84px}
.logo-header img{width:135px;max-width:135px;}

.page_home .site-header {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.site-header .main-bar {
	background-color: transparent;
}
.site-header.style-1 .main-bar,
.site-header.style-1 .is-fixed .main-bar {
	display:flex;align-items:center;
}
.is-fixed .main-bar {
	background-color: var(--rgba-primary-8)!important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.logo-header{position:absolute;left:50%;transform:translateX(-50%)}
.navbar-collapse{flex-grow:0;}

.page_home .navbar-toggler{display:block!important;position:absolute;top:0;right:0;margin:0;display:flex;align-items:center;justify-content:center;width:84px;height:84px;background-color:var(--primary);color:var(--color-white);border-radius:0;z-index:100}
.navbar-icon{position:relative;visibility:visible}
.navbar-open{width:30px;height:10px;fill:currentcolor}
.navbar-close {
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	position:absolute;visibility:hidden;opacity:0;
}
.navbar-open:hover svg path {
	animation: qode-draw .8s cubic-bezier(.57,.39,0,.86) 1 forwards;
}
.navbar-open:hover svg path:nth-of-type(2) {
	animation-delay: .2s;
}
.navbar-toggler.open .navbar-open {
	display:none;visibility:hidden;opacity:0;
}
.navbar-toggler.open .navbar-close {
	visibility:visible;opacity:1;
}

@keyframes qode-draw {
	0%, 100% {
		clip-path: inset(-2px -2px);
	}
	42% {
		clip-path: inset(-2px -2px -2px 100%);
	}
	43% {
		clip-path: inset(-2px 100% -3px -2px);
	}
}

@media (min-width: 992px) {
  	.page_home .navbar-expand-lg .navbar-collapse {
		display: none !important
	}
	.page_home .navbar-expand-lg .navbar-collapse.show {
		display: block !important
	}
}
.page_home .navbar-collapse.show,
.page_home.fullscreen-menu-opened .sticky-header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	overflow-y: scroll;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	animation: qode-fade-in .25s linear both;
}
.page_home.fullscreen-menu-opened .sticky-header > .main-bar {
	width: 100%;
	height: 100%;
	max-height: 100vh;
}

@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
.fullscreen-menu-opened .sticky-header .extra-cell,
.fullscreen-menu-opened .sticky-header .logo-header {
	display: none !important;
}
.fullscreen-menu-opened {
	overflow-y: hidden !important;
}

.page_home .navbar-fullscreen-area {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}
.page_home .navbar-fullscreen-area-inner {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 0 150px;
}
.page_home .navbar-fullscreen-area-inner > .navbar-left {
	top: 0;
	margin: 0;
	width: 100%;
	max-width: 280px;
	text-align: left;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.page_home .navbar-fullscreen-area-inner > .navbar-left > li {
	width: 100%;
	display: block;
	position: relative;
	margin: 0.375rem 0;
}
.page_home .navbar-fullscreen-area-inner > .navbar-left > li > a {
	font-size: clamp(2.5rem, 2.3125rem + 0.75vw, 2.875rem);
	line-height: 55px;
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Bona Nova",serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	padding-inline: 0;
}
.page_home .navbar-fullscreen-area-inner > .navbar-left > li > a:hover,
.page_home .navbar-fullscreen-area-inner > .navbar-left > li > a:focus,
.page_home .navbar-fullscreen-area-inner > .navbar-left > li > a:active,
.page_home .navbar-fullscreen-area-inner > .navbar-left > li.active > a {
	color: var(--primary-hover);
}
.page_home .header-nav .nav > li.sub-menu-down > a::after {
	top: 5px;
	position: relative;
}
.navbar-fullscreen-area > img {
	display: none;
}
.page_home .navbar-fullscreen-area > img {
	width: 35%;
	max-width: 719px;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: 3000px 1500px;
}

.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner {
	top: 10px;
	left: 100%;
	width: 100%;
	position: absolute;
	-webkit-transform: translateX(10%);
	transform: translateX(10%);
	padding: 0;
}
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu {
	left: 100% !important;
	display: none !important;
	margin-block-start: 50px;
	transition: none !important;
	animation: none !important;
}
.page_home.fullscreen-menu-opened .sub-menu {
	background-color: transparent !important;
}
.page_home .header-nav .nav > li .sub-menu.submenu-opened,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu.submenu-opened,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu.submenu-opened {
	left: 100% !important;
	opacity: 1 !important;
	display: block !important;
	visibility: visible !important;
	background-color: transparent !important;
	animation: qode-fade-in 0.75s linear both !important;
}
.header-nav .nav > li .sub-menu li a::after,
.header-nav .nav > li .sub-menu .menu-item-circle,

.page_home.fullscreen-menu-opened .sub-menu li a::after,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu .menu-item-circle {
	display: none !important;
}
.header-nav .nav > li .sub-menu li a,
.header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li .sub-menu li a:focus,
.header-nav .nav > li .sub-menu li a:active,

.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:hover,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:focus,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:active {
	transition: padding .25s ease-out;
	text-transform: capitalize !important;
}
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:hover,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:focus,
.page_home.fullscreen-menu-opened .sub-menu-down > .navbar-fullscreen-area-inner > .sub-menu li a:active {
	color: #fff !important;
	padding-inline: 0 !important;
	font-size: 1.125rem !important;
}
.page_home .sub-menu li a .menu-item-text {
	color: #fff !important;
	padding-inline: 0;
	font-size: 1.125rem !important;
}
.header-nav .nav > li .sub-menu li a .menu-item-text {
	display: inline-block;
	--background-position: calc(100% - 7px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
	background-size: 0 var(--background-position);
	transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
	background-position-x: 100%;
	position: relative;
	background-size: 0 100%;
}
.header-nav .nav > li .sub-menu li:hover > a .menu-item-text {
	color: var(--footer-top-color);
	background-size: 100% 100%;
	background-position-x: 0;
}
body:not(.page_home) .header-nav .nav > li:hover .sub-menu {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
body:not(.page_home) .header-nav .nav > li .sub-menu li a,
body:not(.page_home) .header-nav .nav > li .sub-menu li a:hover,
body:not(.page_home) .header-nav .nav > li .sub-menu li a:focus,
body:not(.page_home) .header-nav .nav > li .sub-menu li a:active {
	color: var(--primary);
	font-size: 0.875rem !important;
	padding: 0.5rem 1.5rem !important;
}
body:not(.page_home) .header-nav .nav > li.sub-menu-down {
  	top: -2px;
	position: relative;
}


.btn-header-link, .club-book-section .btn, .club-book-section .button {
	color: var(--color-white);
	font-family: var(--primary-font);
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .05em;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
	padding: 20px 30px;
	background-color: var(--primary);
	border: 1px solid transparent;
}
.btn-header-link .btn-text,
.club-book-section .btn .btn-text,
.club-book-section .button .btn-text {
	transition: transform .37s cubic-bezier(.22,.61,.36,1),clip-path .37s cubic-bezier(.22,.61,.36,1);
	transform: translateX(0);
	display: inline-block;
}
.btn-header-link .btn-text::before,
.club-book-section .btn .btn-text::before,
.club-book-section .button .btn-text::before {
	left: 0;
	top: 2.5px;
	width: 6px;
	height: 6px;
	content: '';
	display: block;
	position: absolute;
	background-color: currentColor;
	clip-path: polygon(50% 0,100% 46%,77% 100%,22% 100%,0 45%);
	transition: transform .52s cubic-bezier(.22,.61,.36,1),opacity .35s;
	transform: translateX(calc(-0.2 * var(--spot-padding))) scale(0) rotate(60deg);
}
.btn-header-link:hover, .btn-header-link:focus, .btn-header-link:active,
.club-book-section .btn:hover, .club-book-section .btn:focus, .club-book-section .btn:active,
.club-book-section .button:hover, .club-book-section .button:focus, .club-book-section .button:active {
	color: var(--color-white);
}
.btn-header-link:hover .btn-text,
.club-book-section .btn:hover .btn-text,
.club-book-section .button:hover .btn-text {
	transform: translateX(calc(.5 * var(--spot-padding)));
	clip-path: inset(calc(-1 * var(--spot-padding)));
}
.btn-header-link:hover .btn-text::before,
.club-book-section .btn:hover .btn-text::before,
.club-book-section .button:hover .btn-text::before {
	transform: translateX(calc(-1 * var(--spot-padding))) scale(1);
}

.btn-text-link {
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	display: inline-block;
	padding: 0 0.75rem 0.5rem 0.75rem;
	color: var(--primary-font);
}
.btn-text-link::after {
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: currentColor;
	transform-origin: center;
	transition: clip-path .6s cubic-bezier(.22,.61,.36,1);
	clip-path: inset(0 0);
}
.btn-text-link .btn-text-text {
	display: inline-block;
	position: relative;
}
.btn-text-link:hover::after {
	clip-path: inset(0 20px);
}


.page_home .btn-header-link,
.is-fixed .btn-header-link,
.btn-header-link.light {
	color: var(--primary);
	background-color: var(--color-white);
}
.page_home .btn-header-link:hover, .page_home .btn-header-link:focus, .page_home .btn-header-link:active,
.is-fixed .btn-header-link:hover, .is-fixed .btn-header-link:focus, .is-fixed .btn-header-link:active,
.btn-header-link.light:hover, .btn-header-link.light:focus, .btn-header-link.light:active {
	color: var(--primary);
	background-color: var(--color-offwhite);
}

.is-fixed .navbar-toggler {
	color: var(--primary);
	background-color: var(--color-white);
}

.page_home, .page_home .page-content.bg-white {
	background-color: #f4eee6 !important;
}

.is-fixed .header-nav .nav > li > a {
	color: #fff;
}


/* FullPage Banner */
.full-page-slider .banner-inner .swiper-slide {
	max-height: 100vh;
}


/* Footer */
.footer-content-area{display:block;position:relative;width:100%}
.footer-arch-shape-holder {
	display: flex;
	overflow-x: hidden;
	overflow: visible;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.footer-arch-shape-holder svg {
	width: 100%;
	height: 100%;
	fill: var(--footer-top-color);
	height: 100%;
	width: auto;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	overflow: visible;
}
.footer-arch-text-holder {
	width: 100%;
	margin: -1px 0 0;
	position: relative;
	pointer-events: none;
}
.footer-arch-text-holder .footer-arched-text {
	position: relative;
	z-index: 50;
	display: flex;
	justify-content: center;
	transform: rotate(-1deg);
	margin-bottom: -250px;
}
.footer-arch-text-holder .footer-arched-text svg {
	position: relative;
	top: -100px;
	width: 98%;
}
footer .footer-logo {
	width:150px;max-width:150px;
}
.footer-wrap {
	z-index: 1;
	position: relative;
	padding-block: 2.5rem;
	background-color: var(--footer-top-color);
}
.footer-wrap .social-link, .footer-wrap .special-menu ul {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
}
.footer-wrap .social-link a {
	width: 1.5rem;
	height: 1.5rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-wrap .special-menu, .copyright-info {
	margin-block-start: 1.25rem;
}
.footer-wrap .special-menu ul {
	gap: 1.5rem;
}
.footer-wrap .special-menu .menu-item-circle {
	display: none;
}
.footer-wrap .special-menu li a, .copyright-info {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}
body:not(.page_home) .footer-content-area {
	opacity: 0 !important;
	display: none !important;
	visibility: hidden !important;
}

.section-decoration {
	color: var(--primary);
	margin-bottom: 1.25rem;
}


.club-widget-container {
	height: 100%;
	display: block;
	margin-block-start: 1rem;
	margin-block-end: 1.75rem;
	transition: background .3s,border .3s, border-radius .3s, box-shadow .3s,transform 0.4s;
}
.club-widget-container svg {
	width: 100%;
	height: 1.5px;
	overflow: visible;
}
.club-widget-container svg .separator-line {
	stroke: var(--primary);
	stroke-width: 1;
	fill: none;
}
.special-menu .navbar-fullscreen-area-inner {
	align-items: center;
}


.club-team-item-media-image {
	width: 100%;
	height: 400px;
}
.club-team-item-media-image img {
	-webkit-mask: url('../images/arch-shape.svg');
	mask: url('../images/arch-shape.svg');
}


/* Blog Page */
.club-blog-section {
	padding-block: 5rem;
	padding-block-end: 6.5rem;
}
.club-blog-section .club-blog-outer {
	max-width: 100%;
	margin-inline: auto;
	position: relative;
  	display: grid;
	grid-template-areas: "content sidebar";
	grid-template-columns: minmax(0,9fr) minmax(0,3fr);
	row-gap: var(--columns-row-gap);
  	column-gap: var(--columns-col-gap);
}

.club-blog-section .club-blog-outer-nosidebar {
	grid-template-columns: repeat(1,minmax(0,1fr));
}

.club-blog-content, .club-blog-sidebar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
}
.club-blog-content {
	grid-area: content;
}
.blog-posts, .single-blog-post {
	width: 100%;
}
.single-blog-post {
	margin-block-end: 3rem;
}
.single-blog-post:last-of-type {
	margin-block-end: 0;
}
.single-blog-post-featured-image {
	width: 100%;
	display: block;
	position: relative;
	max-width: 100%;
}
.single-blog-post-featured-image a, .single-blog-post-featured-image img,
.single-sidebar-widget .popular-posts {
	width: 100%;
	display: block;
}
.single-blog-post-featured-image img {
	object-fit: cover;
	object-position: center;
	border-radius: 0.25rem;
	max-height: 500px;
}
.single-blog-content {
	margin: 1.5rem 0 0;
	text-align: center;
	border-bottom: 1px solid #C7CCD0;
}
.single-blog-content-top {
	margin-block-end: 0.25rem;
}
.single-blog-post h2, .club-blog-detail h2 {
	color: var(--primary);
	font-size: clamp(2.25rem, 1.875rem + 1.5vw, 3rem);
	margin-block-end: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.club-blog-detail h2 {
	font-size: clamp(2.8125rem, 2.1875rem + 2.5vw, 4.0625rem);
}
.single-blog-post .blog-excerpt {
	color: #545454;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-block-end: 0;
}
.single-blog-info {
	display: flex;
	flex-direction: row;
  	justify-content: center;
	margin-block-start: 1.25rem;
	padding-block-end: 3rem;
}
.info-separator-end::after {
	content: '|';
	margin: 0 10px;
	font-weight: 300;
}
.single-blog-post:last-of-type .single-blog-content {
	border-bottom: 0 none;
}
.single-blog-post:last-of-type .single-blog-info {
	padding-block-end: 0;
}


.club-blog-sidebar {
	grid-area: sidebar;
}
.club-blog-sidebar .single-sidebar-widget {
	margin-block-end: 2.5rem;
}

.blog-author-info {
	background: url('../images/author-back.png');
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 0.625rem;
}
.blog-author-info-inner {
	position: relative;
	padding: 35px 0 39px;
	background-color: #f5f0df;
}
.blog-author-info-image {
	position: relative;
	margin-bottom: 0.25rem;
	display: inline-block;
}
.blog-author-info-image,
.blog-author-info-image img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.blog-author-info-name {
	color: #0f1f4e;
	margin-top: 0.875rem;
	margin-block-start: 0.5rem;
	margin-block-end: 0.25rem;
	font-size: clamp(1.0625rem, 0.9688rem + 0.375vw, 1.25rem);
}

.single-sidebar-widget .search_widget, .single-sidebar-widget .search_widget form {
	width: 100%;
	position: relative;
}
.single-sidebar-widget .search_widget form .form-control {
	font-size: 15px;
	cursor: pointer;
	border: 0 none;
	border-radius: 0 !important;
	padding: 0.625rem 0.75rem !important;
	border-bottom: 2px solid var(--primary);
}
.single-sidebar-widget .search_widget form .search-button {
	top: 14px;
	right: 0;
	border: 0 none;
	position: absolute;
	background-color: transparent;
}

.single-sidebar-widget .popular-posts {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1,minmax(0,1fr));
	row-gap: 1.25rem;
  	column-gap: 2.5rem;
}
.single-sidebar-widget .popular-posts .single-post-item {
	width: 100%;
	display: flex;
	position: relative;
  	align-items: center;
	border-bottom: 1px solid #C7CCD0;
  	padding-block-end: 1.25rem;
}
.single-post-item-image {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
  	width: 100%;
	max-width: 85px;
}
.single-post-item-image a, .single-post-item-image img {
	width: 100%;
	display: block;
}
.single-post-item-image img {
	width: 85px;
	height: 85px;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform .67s cubic-bezier(.37,.63,.35,.92);
	transform-origin: 90% 70%;
	contain-intrinsic-size: 3000px 1500px;
}
.single-post-item:hover .single-post-item-image img {
	transform: scale(1.05);
	transition-duration: .73s;
}
.single-post-item-content {
	width: 100%;
	max-width: calc(100% - 85px);
	padding-inline-start: 0.938rem;
}
.single-post-item-content h4 {
	font-size: clamp(1.0625rem, 0.9688rem + 0.375vw, 1.25rem);
	margin-block-end: 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.single-post-item-content .post-date {
	color: #545454;
	font-size: 0.813rem;
}
.single-sidebar-widget .popular-posts .single-post-item:last-of-type {
	border-bottom: 0 none;
  	padding-block-end: 0;
}

.widget_categories ul li {
	padding-inline-start: 0 !important;
}

.tag-share-wrap .tagcloud,
.single-sidebar-widget .tagcloud {
	display: flex;
	gap: 0.25rem;
	flex-wrap: wrap;
}
.tag-share-wrap .tagcloud > a,
.single-sidebar-widget .tagcloud > a {
	margin: 0;
	padding: 0.25rem 0.375rem;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 0.875rem;
	line-height: 1.35;
	border: 1px solid rgb(238, 238, 238);
	color: rgba(51, 51, 51, 0.9);
	background-color: rgb(248, 248, 248);
}
.tag-share-wrap .tagcloud > a:hover,
.single-sidebar-widget .tagcloud > a:hover {
	color: var(--primary)
}


.club-blog-detail {
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.club-blog-detail-title {
	text-align: center;
}
.club-blog-detail-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-block: 1rem;
	border-top: 1px solid #0a031f;
	margin-top: 2rem;
}
.club-blog-detail-info-right {
	font-size: 0.938rem;
	display: inline-flex;
  	align-items: center;
}
.club-blog-detail-media, .club-blog-detail-media-image {
	width: 100%;
	display: block;
}
.club-blog-detail-media {
	margin-block-end: 3.25rem;
}
.club-blog-detail-media-image img {
	width: 100%;
	max-height: 550px;
	object-fit: cover;
	object-position: top center;
	border-radius: 0.375rem;
}
.tag-share-wrap {
	width: 100%;
	padding-block: 1.5rem;
	border-bottom: 1px solid #0a031f;
	margin-block-end: 3.25rem;
}

/* Related Blog */
.single-related-post {
	width: 100%;
}
.single-related-post .post-content {
	padding-block-start: 1rem;
}
.single-related-post .post-content .post-date {
	padding-block-end: 0.75rem;
}
.single-related-post .post-content .excerpt {
	color: #545454;
	line-height: 1.65;
}
.page-banner-wrap .page-title h1 {
	color: #fff;
}


@media (max-width: 767.98px) {
	.container, .container-fluid {
		padding-inline: 1.875rem !important;
	}
	
	.logo-header {
		left: 30px;
		transform: translateX(0);
	}
}

@media (min-width: 992px) {
	
}


@media (max-width: 1024px) {
	.club-blog-content {
		padding-block-end: 3.5rem;
	}
	.club-blog-section > .club-blog-outer {
		grid-template-areas:
		"content" 
		"sidebar";
		grid-template-columns: minmax(0,1fr) !important;
	}
}

@media (min-width: 1600px) {
	.container, .container-fluid {
		max-width: 1500px;
	}
}

