html {
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
}

.container-new {
	max-width: 1320px;
	margin: 0 auto;
}

/* header  */
header .logo img {
	padding-left: 0 !important;
}

.category .menu-item a,
.page-template-podcast .menu-item a,
.page-template-good-country .menu-item a,
.page-template-video .menu-item a,
.single .menu-item a,
.page-template-default .menu-item a,
.page-template-about .menu-item a {
	font-size: 20px !important;
}

.category .search-box,
.page-template-podcast .search-box,
.page-template-good-country .search-box,
.page-template-video .search-box,
.single .search-box,
.page-template-default .search-box,
.page-template-about .search-box {
	display: block !important;
	transform: translate(0px, 0px) !important;
}

/* remove animation end */
.mobile-toggle {
	display: none;
	background: #417156;
	border: none;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	height: 48px;
	width: 48px;
	z-index: 1000;
	position: relative;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
	margin-top: 0;
}

.mobile-toggle span {
	background-color: var(--light);
	display: block;
	height: 3px;
	margin: 3px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

header {
	top: -1px;
}

header:before {
	content: "";
	position: absolute;
	background: #f2f1eb;
	left: -5px;
	top: 0;
	height: 100%;
	width: calc(100% + 10px);
	z-index: 0;
}

header.stickMyNavOnTop .header-search-box-2 {
	display: none !important;
}

.mobile-toggle.open span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.open span:nth-child(2) {
	opacity: 0;
}

.mobile-toggle.open span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

/* header end */
.box {
	padding: 20px;
}

.home-section-1 h1.mg-tt {
	text-transform: uppercase;
	line-height: 1;
	font-size: clamp(35px, 5vw, 64px);
	font-family: align-medium !important;
}

.home-section-1 h1.mg-tt a {
	text-decoration: none;
	color: var(--light);
}

.home-section-1 h3.text-center {
	font-family: newsreader-medium;
}

h2.text-primary,
h2.h1,
h2.h2 {
	text-transform: uppercase;
}

h2.text-primary a,
h2.h1 a,
h2.h2 a {
	text-decoration: none;
}

.bg-black.good-country .vertical-box h2.h1,
.bg-primary.p-2 {
	text-transform: none;
}

.search-model .modal-content {
	background-color: transparent;
	border: none;
	top: 100px;
}

.search-model .modal-content input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--light);
	color: var(--light);
	height: 40px;
}

.search-model .modal-header {
	border: none;
}

.search-model .search-form-group {
	position: relative;
}

.search-model form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: 40px;
	width: 40px;
	background: #417156;
}

.search-model .btn-close {
	filter: invert(1);
	opacity: 1;
}

.feature-sec-1 .font4,
.home-sec-1 p,
.first-section .text-center p,
.first-section h2,
.home-sec-2 .h4,
.bcdde.h-100.justify-content-between .h4 {
	font-family: align-regular !important;
}

.first-section h2.feature-cat {
	font-size: clamp(20px, 2.5vw, 28px);
	line-height: 1;
	font-family: align-regular !important;
}

.first-section .excerpt {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.home-video-sec .h1.fw-light {
	font-family: align-medium !important;
}

.gc .vertical-box h2.h1 a {
	text-transform: none;
}

.category-music section p,
.category-music section h2,
.category-features section p,
.category-features section h2,
.page-template-podcast .h4,
.page-template-podcast h2,
.page-template-video section p,
.page-template-video section h2,
.category-mixtape section p,
.category-mixtape section h2,
.category-shows section p,
.category-shows section h2,
.category-toy-heart section p,
.category-toy-heart section h2,
.category-videos section p,
.category-videos section h2,
.category section p,
.category section h2 {
	font-family: align-regular !important;
}

.gc section h2 {
	font-family: "Anton", serif !important;
}

.good-country-sec .h4,
.gc section p,
.gc .text-center.h3,
.gc h3.h1,
.gc .fw-light {
	font-family: "value-serif-regular" !important;
}

.gc-see-more,
.good-country-sec .h3,
.good-country-sec .vertical-box .h1 {
	font-family: "value-serif-medium" !important;
}

.gc .slick-slider .post-item .text-center.h3 {
	text-transform: capitalize !important;
}

.menu-item a {
	position: relative;
}

.menu-item.active a:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	width: 85%;
	height: 2px;
	background-color: #417156;
}

/* good-country page css  */
.gc .logo img,
.gc .footer-logo img,
.gc .social-cisons a i {
	filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(10%) hue-rotate(191deg) brightness(100%) contrast(103%);
}

.gc .menu-item.active a:after,
.gc .search-box,
.gc .search-form,
.gc .mobile-toggle {
	background-color: #070808;
}

.gc .footer-line {
	border-top: 2px solid var(--black)
}

.gc .search-form {
	color: var(--light);
}

.gc section a {
	text-decoration: none;
}

.gc .section-inner {
	border-top: none;
}

.gc-heading {
	font-size: clamp(40px, 15vw, 230px);
}

.gc-subheading {
	font-size: clamp(40px, 10vw, 120px) !important;
	line-height: 1 !important;
}

/* good-country page css end */
section h2.text-primary,
section h2.text-black {
	font-size: 40px;
	line-height: 1.2;
}

.feature-sec-1 h2.text-black {
	font-size: 32px;
}

section .border-primary h2.text-primary {
	font-size: 28px;
	font-family: align-medium !important;
}

.full-width-section-title {
	font-size: clamp(28px, 5vw, 35px) !important;
}

.full-width-section-icon1 {
	width: 75px;
}

.full-width-section-icon2 {
	width: 33.5px;
}

@media screen and (min-width:992px) {
	.full-width-section-content {
		margin-top: -65px;
	}
}

section .h4 p {
	font-size: 20px;
}

.home-video-sec .display-1 {
	font-size: clamp(28px, 6vw, 62px);
	text-transform: uppercase;
	font-family: align-medium !important;
}

header.entry-header {
	position: relative;
}

.footer-logo img {
	width: 100%;
}

.category .section-title {
	justify-content: unset !important;
	gap: 10px;
}

.category .section-title h4 {
	font-size: 51px;
	line-height: 0;
/*
	text-transform: uppercase;
*/
	margin: 0;
}

.category .section-img img {
	height: 39px;
}

.category .section {
	padding-top: 0;
}

.category .section-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.gc .gc-logo {
	filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(10%) hue-rotate(191deg) brightness(100%) contrast(103%);
}

.category #load-more-container {
	padding-top: 40px !important;
}

.page-template-about .post-content ul {
	padding-left: 25px;
}

.gc .text-center.h3.text-uppercase.text-black {
	margin-bottom: 0;
	text-transform: capitalize !important;
}

.gc .container.d-flex.justify-content-between .fw-light {
	text-transform: capitalize !important;
}

.home-login-sec h2.display-5 {
	font-size: clamp(40px, 5vw, 65px);
	line-height: 0.9;
	margin-bottom: 0;
	font-family: align-medium !important;
}

/* hero section */
.home-section-1 .post-item img {
	margin-bottom: 34px !important;
	padding-bottom: 0 !important;
}

.home-section-1 h2.feature-cat {
	margin-bottom: 20px !important;
}

.home-section-1 h2.excerpt {
	padding-top: 0 !important;
	margin-bottom: 14px !important;
	margin-top: 22px !important;
}

.home-section-1 h2.excerpt p {
	margin-bottom: 0;
}

.home-section-1 h2.excerpt p {
	line-height: 1;
}

.single .home-section-1 {
	padding-bottom: 1.5rem !important;
	padding-top: 2.25rem !important;
}

/* ---------------------------------------responsive css------------------------------------------ */
@media (min-width:575px) and (max-width: 767px) {
	.home-login-sec h2.display-5 {
		padding: 15px 0;
	}
}

@media (min-width:768px) and (max-width: 991px) {
	.p-2 .display-5 {
		font-size: 28px;
	}

	.px-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.home-login-sec h2.display-5 {
		font-size: clamp(28px, 5vw, 60px);
	}

	.home-login-sec h2.display-5 {
		padding: 15px 0;
	}
}

@media (min-width:992px) and (max-width: 1199px) {
	.category .menu-item a,
	.page-template-podcast .menu-item a,
	.page-template-good-country .menu-item a,
	.page-template-video .menu-item a,
	.single .menu-item a,
	.page-template-default .menu-item a,
	.page-template-about .menu-item a {
		font-size: 17px !important;
		padding: 12px 8px;
	}

	.page-template-home header.sticky .menu-item a {
		font-size: 17px !important;
		padding: 12px 8px;
	}
}

@media (min-width:1200px) {
	.home-sec-1 p {
		font-size: 30px;
	}

	.good-country-sec .display-1 {
		font-size: 4rem;
	}
}

@media (max-width:1199px) {
	.good-country-sec .display-1 {
		font-size: 3rem;
	}
}

@media (max-width:1399px) {

	.category .search-box,
	.page-template-podcast .search-box,
	.page-template-good-country .search-box,
	.page-template-video .search-box,
	.single .search-box,
	.page-template-default .search-box,
	.page-template-about .search-box {
		width: 110px;
	}

	.page-template-home .sticky .menu-item a {
		font-size: 20px !important;
	}

	.page-template-home header.sticky .search-box {
		width: 110px;
	}

}

@media (max-width:1199px) {
	header .menu-item a {
		font-size: 14px !important;
	}

	.px-5 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	section .h4 p {
		font-size: 18px;
	}

	section h2.text-primary,
	section h2.text-black {
		font-size: 32px;
	}

}

@media (max-width:991px) {
	header .menu {
		display: none;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 77px;
		background: #f6f6f6;
		padding: 20px 0;
	}

	header .search-box {
		margin: auto;
		position: relative;
		order: 3;
		width: 40px;
		margin-right: 0;
	}

	header .menu.show {
		display: block;
	}

	header .menu:before {
		content: "";
		position: absolute;
		width: calc(100% + 4px);
		height: 100%;
		background: #f6f6f6;
		left: -2px;
		top: 0;
		z-index: -1;
	}

	.mobile-toggle {
		display: flex;
		order: 1;
	}

	header .menu-item a {
		font-size: 20px !important;
	}

	header.sticky nav .mobile-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	header nav {
		position: relative;
		align-items: center;
	}

	header nav .logo {
		left: 50% !important;
		transform: translateX(-84%);
		margin: unset;
		order: 2;
	}

	header nav .logo img {
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	header.stickMyNavOnTop .header-search-box-2 {
		display: block !important;
		height: 48px;
		color: var(--light);
		transform: translate(0px, 0px) !important;
		background-color: transparent;
	}

	.header-search-box-2 .search-form {
		color: var(--light);
		height: 38px;
		padding: 0;
		background-color: transparent;
	}

	.header-search-box-2 .fas.fa-search {
		color: #417156 !important;
		font-size: 20px;
	}

	.page-template-home .search-box,
	.category .search-box,
	.page-template-podcast .search-box,
	.page-template-good-country .search-box,
	.page-template-video .search-box {
		display: none !important;
	}

	.menu-item.active a:after {
		bottom: 10px;
		width: 30%;
	}

}

@media (max-width:767px) {
	.px-5 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.px-4 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.container-new .col-md-6:not(:first-child) {
		margin-top: 20px;
	}

	.vertical-box img {
		object-fit: cover;
	}

	.page-template-podcast .section .border-primary .col-md-6.d-flex.align-items-center,
	.page-template-video .section .border-primary .col-md-6.d-flex.align-items-center {
		margin-top: 15px;
	}

	.gc-article-featured-image,
	.gc-full,
	.gc-hr {
		margin: 0;
	}

	.gc-hr {
		margin-bottom: 20px;
	}

	.page.type-page iframe {
		width: 100%;
	}

	.policy-table {
		overflow-x: auto;
	}

	.gc-suggest-sec .col-md-4:last-child {
		margin-bottom: 0 !important;
	}
}

@media (max-width:575px) {

	.section.first-section.hero-section .feature-cat {
		margin-bottom: 13px !important;
	}

	.footer-menu {
		margin-top: 40px;
	}

	.vertical-box img {
		object-fit: cover;
	}

	.p-2 .col-md-6 .row div:first-child {
		text-align: center !important;
	}

	.section.gc-full .gc-blue {
		padding: 15px;
		overflow-y: auto;
		align-items: baseline;
	}

	.good-country-sec a.h3 {
		font-size: 16px;
	}

	.most-read-sec .slick-next {
		right: 20px
	}

	.most-read-sec .slick-prev {
		left: 20px;
		z-index: 999 !important;
	}

	.home-section-1 h2.feature-cat {
		margin-bottom: 13px !important;
	}

	.home-section-1 .post-item img {
		margin-bottom: 15px !important;
		padding-bottom: 0 !important;
	}

	.home-section-1 h2.excerpt {
		margin-top: 13px !important;
		margin-bottom: 5px !important;
	}

	.home-section-1 {
		padding-bottom: 20px !important;
	}

	.section-inner {
		border-top: none;
	}

	.grid-42 {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.gc .slick-slider .post-item .text-center.h3 {
		font-size: 21px;
	}

	.home-video-sec .display-1 {
		text-align: left;
	}

}

.post-content ul {
	padding-left: 0;
}

.post-content h3,
.post-content h4 {
	font-family: align-medium !important;
	text-transform: uppercase;
}

.post-content ul li {
	font-size: 24px;
	margin-bottom: 45px;
	font-family: var(--font3);
}

.page.type-page {
	max-width: 1320px;
	margin: 0 auto;
	color: var(--primary) !important;
	font-size: 22px;
	font-family: var(--font4);
}

.page.type-page iframe {
	display: block;
	margin: auto;
}

.page.page.type-page ul li {
	font-size: 22px;
	font-family: var(--font4);
}

.page.type-page a {
	color: var(--primary) !important;
	font-weight: bold;
}

.single .post-content a {
	color: var(--primary) !important;
	font-weight: bold;
}

.single .post-caption {
	text-align: center;
	font-size: clamp(28px, 5vw, 50px);
	line-height: 1.1;
	font-family: align-regular !important;
}

.single .post-caption strong {
	font-weight: 400;
}

.single.gc .post-content a {
	color: var(--black) !important;
	font-weight: bold;
}

.home-video-sec a,
.good-country-sec a {
	text-decoration: none;
}

.home-video-sec a.h3,
.good-country-sec a.h3 {
	text-decoration: underline;
}

.home .good-country .vertical-box .h1 {
	text-transform: capitalize !important;
}

.desktop-ad img,
.mobile-ad img,
#image-section img {
	width: 100%;
	height: auto;
}

#image-section br {
	display: none !important;
}

#image-section p:empty,
#image-section p:has(br) {
	display: none !important;
}

.spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #417156;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 10px auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.gc .box {
	border: 4px solid #64BDBB;
}

.home-login-sec .form-control {
	height: 44px;
	padding: 0 30px 0 10px;
	color: #161616 !important;
	border-radius: 0;
}

.home-login-sec button {
	border: none !important;
	margin: auto;
	height: 44px;
}

.category .slick-next:before,
.category .slick-prev:before {
	color: var(--light) !important;
}

.category-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	text-align: center;
	width: 100%;
}

.category-header h3:first-child {
	text-align: left;
}

.category-header h3:last-child {
	text-align: right;
}

.most-read-slider .slick-slide {
	padding: 0 10px;
}

.most-read-slider .slick-next:before,
.most-read-slider .slick-prev:before {
	color: var(--primary) !important;
}

.gc-suggest-sec h2.h1,
.gc-suggest-sec h2 a {
	font-family: "value-serif-medium" !important;
}

.svg-white {
	filter: brightness(0) invert(1);
	max-width: clamp(150px, 50vw, 300px);
}

.artice-container {
	max-width: 1080px;
	margin: 0 auto;
}

.slider-arrow-left,
.slider-arrow-right {
	cursor: pointer;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	z-index: 1;
	padding-top: 33%;
}

.slider-arrow-left {
	left: -13px;
}

.slider-arrow-right {
	right: -13px;
}

.slider-arrow-left img,
.slider-arrow-right img {
	width: auto;
	height: 65px
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	opacity: 0.7;
}

.slider-left,
.slider-right {
	cursor: pointer;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	z-index: 1;
	padding-top: 50%;
}

.slider-left {
	left: -25px;
}

.slider-right {
	right: -25px;
}

.slider-left img,
.slider-right img {
	width: auto;
	height: 65px;
	filter: brightness(0) saturate(100%) invert(39%) sepia(50%) saturate(323%) hue-rotate(94deg) brightness(88%) contrast(89%);
}

.slider-left:hover,
.slider-right:hover {
	opacity: 0.7;
}

@media (min-width: 1400px) {
	.slider-left {
		left: -60px;
	}

	.slider-right {
		right: -60px;
	}

	.slider-arrow-left {
		left: -45px;
	}

	.slider-arrow-right {
		right: -45px;
	}
}

@media (max-width:1399px) {

	.slider-left img:hover,
	.slider-right img:hover {
		filter: brightness(1) invert(0);
	}

	.gc-arrow-left img,
	.gc-arrow-right img {
		filter: unset !important;
	}

	.gc-arrow-left {
		left: 5px;
	}

	.gc-arrow-right {
		right: 5px;
	}

	.slider-left img,
	.slider-right img {
		height: 50px;
		filter: brightness(0.5);
		filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(573%) hue-rotate(25deg) brightness(111%) contrast(90%);
	}

	.slider-left {
		left: -21px;
	}

	.slider-right {
		right: -21px;
	}
}

@media (max-width:991px) {

	.slider-arrow-left,
	.slider-arrow-right {
		padding-top: 50%;
		z-index: 999;
	}
}

@media (max-width:575px) {

	.slider-arrow-left,
	.slider-arrow-right {
		padding-top: 100%;
		z-index: 999;
	}

	.playlist-sec .section-title,
	.related-post .section-title {
		flex-direction: column;
		align-items: unset !important;
		justify-content: unset !important;
	}

	.section-title h4 img {
		height: 21px;
	}
}

.location-details p {
	font-size: 15px;
	color: var(--primary);
}

.location-details a {
	text-decoration: none;
	color: var(--primary);
}

.location-details a:hover {
	font-weight: 600
}

.location-details.justify-content-between p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.hyphenate {
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	word-wrap: break-word;
}

.fixed-height-caption {
	height: 70vh;
	max-height: 800px;
	min-height: 500px;
}

.caption-section {
	height: 100%;
	display: flex;
	background-color: var(--primary);
}

.caption-content {
	height: 100%;
	overflow: hidden;
}

.caption-title {
	font-size: 3.5rem;
	line-height: 1.2;
	margin: 0;
	transition: font-size 0.3s ease;
	word-break: break-word;
}

.caption-author {
	font-size: 1.5rem;
	margin: 0 !important;
}

@media (max-width: 767px) {
	.fixed-height-caption {
		height: 100%;
		min-height: 400px;
		max-height: 100%;
	}

	.caption-title {
		font-size: 1.7rem !important;
		margin-top: 1.5rem;
	}

	.caption-author {
		font-size: 1.2rem !important;
		margin: 0 !important;
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
}

.newsltter-icon {
	width: 30px;
}

.inline-icon {
	width: 35px;
	padding-bottom: 32px;
}

@media (min-width: 576px) {
	.inline-icon {
		width: 50px;
	}

	.newsltter-icon {
		width: 40px;
	}
}

.related-post .section-title {
	margin-bottom: 40px;
}

.slick-disabled {
	opacity: 0;
	cursor: not-allowed;
	pointer-events: none;
}

.single figure {
	width: 100% !important;
}

/* BGS HEADINGS */
.single .post-content h1 {
	font-family: align-regular;
/*
	text-transform: uppercase;
*/
	font-size: 50px;
	font-weight: 500;
	text-align: center;
}

.single .post-content h2 {
	font-family: align-regular;
/*
	text-transform: capitalize;
*/
	font-size: 40px;
	font-weight: 500;
	text-align: left;
	padding-bottom: 15px;
}

.single .post-content .post_caption_shortcode h2 {
	text-transform: none !important;
}

.single .post-content h3 {
	font-family: align-regular;
/*
	text-transform: capitalize;
*/
	font-size: 50px;
	font-weight: 500;
	text-align: left;
}

/* GC HEADINGS */
.single.gc .post-content h1 {
	font-family: "value-serif-medium" !important;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
}

.single.gc .post-content h2 {
	font-family: "value-serif-regular";
	font-weight: normal;
	text-transform: capitalize;
	font-size: 50px;
	text-align: left;
}

.single.gc .post-content h3 {
	font-family: "value-serif-medium" !important;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 24px; 
	text-align: left;
}

.single.gc .post-content h4 {
	font-family: "value-serif-regular";
}

.single.gc .post-content h5 {
	font-family: "value-serif-regular";
}

body.post-template-default.single.single-post .artice-container .post-content img {
	width: 100% !important;
}

body.post-template-default.single.single-post .artice-container .post-content img.inline-icon {
	width: auto !important;
}

body.gc h2.caption-title.text-white {
	color: #000 !important;
}

body.single.gc .post-content h2 {
	font-family: "value-serif-regular" !important;
}