/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Custom styles for TweenJewelry */

.post-prev-2-img img {
	width: 100%;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	object-fit: cover;
	background-position: center;
}

.blog-item-body img {
	max-width: 100%;
	height: auto;
}

.page-section {
	padding: 60px 0;
}

.page-section.bg-dark-1 {
	background-color: #1a1a2e;
}

.page-section.bg-dark-alpha-30 {
	background-color: rgba(0,0,0,0.3);
}

.light-content {
	color: #fff;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4 {
	color: #fff;
}

.light-content a {
	color: #f0c27f;
}

.light-content a:hover {
	color: #fff;
}

.post-prev-2-title a {
	color: #fff;
}

.post-prev-2-title a:hover {
	color: #f0c27f;
}

.post-prev-2-info {
	color: #aaa;
	font-size: 0.9rem;
}

.parallax-5 {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.bg-dark-1 {
	background-color: #1a1a2e;
}

.section-title-medium {
	font-size: 3rem;
	font-weight: 300;
}

@media (max-width: 768px) {
	.section-title-medium {
		font-size: 2rem;
	}
}

.blog-item-body a {
	color: #f0c27f;
}

.blog-item-body a:hover {
	color: #fff;
	text-decoration: underline;
}

.blog-item-body ul {
	list-style: none;
	padding-left: 0;
}

.blog-item-body ul li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.blog-item-body ul li a {
	color: #ddd;
}

.blog-item-body ul li a:hover {
	color: #f0c27f;
}

.card {
	border-radius: 10px;
	overflow: hidden;
}

.card-body {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.shadow-ts {
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.h-shadow:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.blog-item-more {
	color: #f0c27f;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	transition: all 0.3s ease;
}

.blog-item-more:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.blog-item-more.left {
	float: left;
}

.blog-item-more.right {
	float: right;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.blog-item-data a {
	color: #f0c27f;
}

.blog-item-data a:hover {
	color: #fff;
}

.round {
	border-radius: 10px;
}

.bg-transparent {
	background: transparent !important;
}

.mt-n50 {
	margin-top: -50px;
}

.mt-n30 {
	margin-top: -30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt_90 {
	padding-top: 90px;
}

.pb_0 {
	padding-bottom: 0;
}

.pt-sm-30 {
	padding-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-sm-30 {
	margin-top: 30px;
}

.mt-sm-0 {
	margin-top: 0;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-xs-30 {
	margin-bottom: 30px;
}

.mb-xs-40 {
	margin-bottom: 40px;
}

.me-3 {
	margin-right: 15px;
}

.d-inline-block {
	display: inline-block;
}

.col-mb-50 > * {
	margin-bottom: 50px;
}

.justify-content-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

.position-relative {
	position: relative;
}

.pattern-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-repeat: repeat;
}

.rotate-me {
	animation: rotate 60s linear infinite;
}

@keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.auto-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.content-box {
	text-align: center;
}

.content-box h1 {
	margin: 0;
	font-size: 2.5rem;
}

@media (max-width: 768px) {
	.content-box h1 {
		font-size: 1.8rem;
	}
}

.wow {
	visibility: visible;
}

.blog-item-data .mi-clock,
.blog-item-data .mi-folder {
	margin-right: 5px;
}

.size-16 {
	font-size: 16px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.blog-item-body .text {
	line-height: 1.8;
}

.blog-item-body h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #f0c27f;
}

.bg-dark {
	background-color: #111 !important;
}

.text-white-50 {
	color: rgba(255,255,255,0.5) !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.ls-2 {
	letter-spacing: 2px !important;
}

.op-06 {
	opacity: 0.6 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mt-6 {
	margin-top: 4rem !important;
}

.text-dark {
	color: #212529 !important;
}

.text-smaller {
	font-size: 0.875rem !important;
}

.ls-1 {
	letter-spacing: 1px !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.display-4 {
	font-size: 3.5rem !important;
	font-weight: 300 !important;
}

.display-5 {
	font-size: 3rem !important;
	font-weight: 300 !important;
}

.h1 {
	font-size: 2.5rem !important;
}

.h2 {
	font-size: 2rem !important;
}

.h4 {
	font-size: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.pe-md-5 {
	padding-right: 3rem !important;
}

.mt-lg-5 {
	margin-top: 3rem !important;
}

.mt-lg-6 {
	margin-top: 4rem !important;
}

.mb-lg-5 {
	margin-bottom: 3rem !important;
}

.pt-lg-5 {
	padding-top: 3rem !important;
}

.pb-lg-6 {
	padding-bottom: 4rem !important;
}

.py-lg-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-lg-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.p-lg-6 {
	padding: 4rem !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.me-lg-auto {
	margin-right: auto !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-lg-4 {
	margin-left: 1.5rem !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

@media (min-width: 768px) {
	.d-md-block {
		display: block !important;
	}
	.d-md-none {
		display: none !important;
	}
}

.d-md-block {
	display: none !important;
}
.d-md-none {
	display: block !important;
}

.col-md-4 {
	flex: 0 0 33.33333333% !important;
	max-width: 33.33333333% !important;
}
.col-md-5 {
	flex: 0 0 41.66666667% !important;
	max-width: 41.66666667% !important;
}
.col-md-6 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}
.col-md-8 {
	flex: 0 0 66.66666667% !important;
	max-width: 66.66666667% !important;
}
.col-lg-3 {
	flex: 0 0 25% !important;
	max-width: 25% !important;
}
.col-lg-4 {
	flex: 0 0 33.33333333% !important;
	max-width: 33.33333333% !important;
}
.col-lg-5 {
	flex: 0 0 41.66666667% !important;
	max-width: 41.66666667% !important;
}
.col-lg-8 {
	flex: 0 0 66.66666667% !important;
	max-width: 66.66666667% !important;
}
.col-lg-10 {
	flex: 0 0 83.33333333% !important;
	max-width: 83.33333333% !important;
}
.col-xl-4 {
	flex: 0 0 33.33333333% !important;
	max-width: 33.33333333% !important;
}
.col-xl-8 {
	flex: 0 0 66.66666667% !important;
	max-width: 66.66666667% !important;
}

.row {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.row > * {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.g-0 {
	--bs-gutter-x: 0 !important;
}
.g-lg-0 {
	--bs-gutter-x: 0 !important;
}

.row-cols-3 > * {
	flex: 0 0 33.33333333% !important;
	max-width: 33.33333333% !important;
}
.row-cols-sm-5 > * {
	flex: 0 0 20% !important;
	max-width: 20% !important;
}

.justify-content-md-center {
	justify-content: center !important;
}
.align-items-center {
	align-items: center !important;
}

.w-100 {
	width: 100% !important;
}
.mw-md {
	max-width: 64rem !important;
}
.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-sm-5 {
	margin-bottom: 3rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.me-0 {
	margin-right: 0 !important;
}
.me-3 {
	margin-right: 1rem !important;
}
.me-4 {
	margin-right: 1.5rem !important;
}
.me-2 {
	margin-right: 0.5rem !important;
}
.me-5 {
	margin-right: 3rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-xs-30 {
	margin-bottom: 30px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.p-0 {
	padding: 0 !important;
}

.text-center {
	text-align: center !important;
}
.text-end {
	text-align: right !important;
}
.text-md-start {
	text-align: left !important;
}
.text-md-end {
	text-align: right !important;
}
.text-lg-end {
	text-align: right !important;
}

.fst-italic {
	font-style: italic !important;
}
.border-0 {
	border: 0 !important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.border-width-2 {
	border-width: 2px !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-1 {
	border-radius: 0.25rem !important;
}
.rounded-3 {
	border-radius: 0.5rem !important;
}
.rounded-5 {
	border-radius: 1rem !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #111 !important;
}
.bg-transparent {
	background: transparent !important;
}
.text-white {
	color: #fff !important;
}
.text-white-50 {
	color: rgba(255,255,255,0.5) !important;
}
.text-dark {
	color: #212529 !important;
}
.text-black-50 {
	color: rgba(0,0,0,0.5) !important;
}

.canvas-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 12px 28px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #f0c27f;
	color: #1a1a2e;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.canvas-button:hover {
	background-color: #e8b56a;
	color: #1a1a2e;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(240,194,127,0.3);
}
.canvas-button-sm {
	padding: 8px 20px;
	font-size: 13px;
}
.canvas-button span {
	display: inline-block;
}
.canvas-button i {
	margin-right: 5px;
}

.icon-stacked {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	transition: all 0.3s ease;
}
.icon-stacked:hover {
	transform: scale(1.1);
}

.circular-text {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.circular-text-rotate {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
	white-space: nowrap;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.375rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
	background-color: transparent;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	opacity: 0.5;
}
.btn-close:hover {
	opacity: 0.75;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}
.border-0 {
	border: 0 !important;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
}
.social-icon:hover {
	transform: translateY(-3px);
}
.color-facebook {
	color: #3b5998 !important;
}
.h-bg-facebook:hover {
	background-color: #3b5998 !important;
	color: #fff !important;
}
.color-twitter {
	color: #00acee !important;
}
.h-bg-x-twitter:hover {
	background-color: #010101 !important;
	color: #fff !important;
}
.color-paypal {
	color: #00588b !important;
}
.h-bg-paypal:hover {
	background-color: #00588b !important;
	color: #fff !important;
}
.h-bg-instagram:hover {
	background: #8a3ab9 !important;
	color: #fff !important;
}

.widget_links {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.widget_links li {
	padding: 0.25rem 0;
}
.widget_links li a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	transition: color 0.3s ease;
}
.widget_links li a:hover {
	color: #f0c27f;
}
.widget-li-noicon li {
	padding-left: 0;
}
.mb-md-0 {
	margin-bottom: 0 !important;
}

.footer-widgets-wrap {
	padding: 60px 0;
}

#copyrights {
	padding: 30px 0;
	font-size: 0.875rem;
	line-height: 1.65;
}
.copyright-links a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	margin: 0 0.25rem;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
}
.copyright-links a:hover {
	color: rgba(255,255,255,0.8);
}

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.video-wrap video {
	position: relative;
	z-index: 1;
	opacity: 1;
	width: 100%;
}
.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.no-placeholder video {
	opacity: 1 !important;
}

#gotoTop {
	position: fixed;
	z-index: -999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.3);
	font-size: 24px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.4s ease;
	text-decoration: none;
}
#gotoTop:hover {
	background-color: #f0c27f;
}
.gototop-active #gotoTop {
	z-index: 599;
	opacity: 1;
}