.comments-area a,
.page-content a {
	text-decoration: underline
}

.alignright {
	float: right;
	margin-left: 1rem
}

.alignleft {
	float: left;
	margin-right: 1rem
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto
}

.alignwide {
	margin-inline: -80px
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw
}

.alignfull,
.alignfull img {
	width: 100vw
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	display: block;
	margin-inline: auto
}

.wp-caption-text {
	margin: 0
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto
}

.sticky {
	display: block;
	position: relative
}

.bypostauthor {
	font-size: inherit
}

.hide {
	display: none !important
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	width: 100%
}

.post-password-form [type=submit] {
	margin-inline-start: 3px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.post .entry-title a {
	text-decoration: none
}

.post .wp-post-image {
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media(max-width:991px) {
	.post .wp-post-image {
		max-height: 400px
	}
}

@media(max-width:575px) {
	.post .wp-post-image {
		max-height: 300px
	}
}

#comments .comment-list {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0
}

#comments .comment,
#comments .pingback {
	position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
	border-block-end: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding-block-end: 30px;
	padding-block-start: 30px;
	padding-inline-end: 0;
	padding-inline-start: 60px
}

#comments .comment .avatar,
#comments .pingback .avatar {
	border-radius: 50%;
	left: 0;
	margin-inline-end: 10px;
	position: absolute
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
	font-size: 11px;
	line-height: 1
}

#comments .children {
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
	position: relative
}

#comments .children li:last-child {
	padding-block-end: 0
}

#comments ol.comment-list .children:before {
	content: "↪";
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 45px;
	width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0
}

@media(min-width:768px) {

	#comments .comment-author,
	#comments .comment-metadata {
		line-height: 1
	}
}

@media(max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0
	}

	#comments .children {
		padding-inline-start: 20px
	}

	#comments .comment .avatar {
		float: left;
		position: inherit
	}

	body.rtl #comments .comment .avatar,
	html[dir=rtl] #comments .comment .avatar {
		float: right
	}
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
	margin-inline-end: auto;
	margin-inline-start: auto;
	width: 100%
}

@media(max-width:575px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		padding-inline-end: 20px;
		padding-inline-start: 20px
	}
}

@media(min-width:576px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 500px
	}

	.site-footer.footer-full-width .footer-inner,
	.site-header.header-full-width .header-inner {
		max-width: 100%
	}
}

@media(min-width:768px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 600px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

@media(min-width:992px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 800px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

@media(min-width:1200px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px
	}
    .site-header .header-inner{
        max-width: 1768px;
        
    }
	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px)
}





.common-section-title-wrap {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}
.common-section-title-wrap .common-section-title {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin:0 0 16px;
}
.common-section-description p {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}
.common-section-title-wrap .common-section-divider-line {
    background: #E9E9E9;
    margin: 24px auto 0;
    max-width: 600px;
    height: 1px;
    width: 100%;
}
.series-subcategory-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	gap: 20px;
	border-bottom: 1px solid #F0F0F0;
}
.series-subcategory-tabs__item a {
    color: rgba(138, 138, 138, 1);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 14px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.series-subcategory-tabs__item a.is-active,
.series-subcategory-tabs__item a:hover {
	color: #A98534;
}
.series-subcategory-tabs__item a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #A98534;
	transition: width 0.3s ease;
}
.series-subcategory-tabs__item a.is-active::after,
.series-subcategory-tabs__item a:hover::after {
	width: 100%;
}
.series-archive-wrap {
    display: flex;
    gap: 24px;
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card {
    border-radius: 16px;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 1);
    flex: 0 0 calc(33.334% - 24px);
}
.series-thumb {
	width: 100%;
	display: block;
	object-fit: cover;
	/* border-bottom: 1px solid rgba(235, 243, 255, 1); */
}
.product-card-body {
	padding: 30px;
}
/* .product-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
 .product-card-header {
    max-width: 404px;
}
.product-card-header .product-card-title-block h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    /* margin: 0 0 8px; */
    margin: 0;
    flex: 0 0 calc(50% - 7.5px);
}
.product-card-title-block {
    display: block;
}
.product-card-header .product-card-title-block h2 a {
	color: rgba(0, 0, 0, 1);
}
.product-card-title-block p {
    color: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0 0;
    max-width: 194px;
    width: 100%;
}
.product-card-open-btn {
	border-radius: 300px;
	background: rgba(14, 77, 146, 1);
	width: 117px;
	height: 52px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 16px 24px 16px 24px;
	color: rgba(255, 255, 255, 1);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: none;
	transition: all 0.3s ease-in-out  ;
}
.product-card-open-btn:hover {
	background: #A98534;
	color: #fff;
}
.product-card-open-btn span.icon {
	font-size: 13px;
	line-height: 1;
}
.product-card-divider {
	height: 1px;
	background: #e5e7eb;
	margin: 20px 0 20px;
}
.product-title {
	color: rgba(60, 60, 60, 1);
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	margin: 0 0 8px;
}
.product-card-file-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.file-pill {
	border-radius: 24px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 1);
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 13px 16px 13px 16px;
	color: rgba(14, 77, 146, 1);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.file-pill:hover {
	background: rgba(235, 243, 255, 1);
}
.file-pill__left {
	display: flex;
	align-items: center;
	gap: 8px;
}
.product + .product {
	margin-top: 24px;
}
body:not([class*=elementor-page-]) .series-archive-page-wrap {
	padding: 60px 20px;
}
nav.archive-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
nav.archive-pagination .page-numbers {
    color: #000;
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
nav.archive-pagination .page-numbers.next, nav.archive-pagination .page-numbers.prev {
    width: 70px;
}
nav.archive-pagination .page-numbers:not(.current):hover {
    background: #A98534;
    color: #fff;
}
.container {
    max-width: 100%;
	margin: 0 auto;
}
.single-series-wrap {
    padding: 80px 20px;
}
.single-series__tabs {
	display:inline-flex;
	gap:40px;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 1 solid rgba(240, 240, 240, 1);
}
.single-series__tabs .single-series__tab {
    border: none !important;
    padding: 19px 14px 8px;
    cursor: pointer;
    color: rgba(169, 133, 52, 1);
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    background: transparent;
	position: relative;
}
.single-series__tabs .single-series__tab:focus,
.single-series__tabs .single-series__tab:hover{
	background: transparent;
	color: rgba(169, 133, 52, 1);
}
.single-series__tabs .single-series__tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: rgba(169, 133, 52, 1);
    left: 0;
    transition: all .3s ease-in-out;
}
.single-series__tabs .single-series__tab:hover:after,
.single-series__tabs .single-series__tab.is-active:after {
	width:100%;
}
.single-series__file-row a {
    border-radius: 300px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgba(14, 77, 146, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 16px 24px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    gap: 32px;
    transition: all .3s ease-in-out;
}
.single-series__file-row a span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-series__file-row a:hover {
    background: #A98534;
}
.single-series__tabpanel { display:none; }
.single-series__tabpanel.is-active { display:block; }
.single-series__panel-media {
    margin-top: 40px;
}
.single-series__panel-media img { width:100%; height:auto; display:block; border-radius: 5px 5px 0 0; }
.single-series__downloads {
    position: relative;
}
.single-series__file-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.single-series__specs-dl { display:grid; grid-template-columns: 1fr; gap:10px; margin:0; }
.single-series__gallery .single-series__section-title, .single-series__usefit .single-series__section-title {
    color: rgba(0, 0, 0, 1);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}
.single-series-tags {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.single-series-tags .single-series-tag {
    box-sizing: border-box;
    border: 1px solid rgba(184, 202, 230, 1);
    border-radius: 3023222px;
    background: rgba(250, 250, 250, 1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 10px 20px 10px 20px;
    color: rgba(14, 77, 146, 1);
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
}
.single-series-info-item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 16px;
    padding: 20px 16px 20px 16px;
}
.single-series-info-item p{
	color: rgba(83, 83, 83, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
	margin:0;
}
.single-series-info-item .single-series-info-value {
    flex: 1;
}
.single-series-info-item:nth-child(odd) {
    background: rgba(235, 240, 247, 1);
}
.single-series__usefit-content p {
    color: rgba(175, 175, 175, 1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}
.single-series-info-item .single-series-info-label {
    flex: 0 0 160px;
    max-width: 160px;
}
.single-series-info-devider {
    flex: 0 0 64px;
    max-width: 64px;
    background: rgba(217, 217, 217, 1);
    height: 1px;
}
.single-series-info-item .single-series-info-value {
    flex: 1;
}
.single-series__usefit {
    margin: 24px 0;
    padding-top: 24px;
    border-top: 1px solid rgba(217, 217, 217, 1);
}
.single-series__gallery-grid {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:24px;
}
.single-series__gallery-item img {
	width:100%;
	height:auto;
	display:block;
	border-radius: 10px;
}
@media(min-width:1440px){
	body:not([class*=elementor-page-]) .series-archive-page-wrap {
		padding: 80px 20px;
	}
	body:not([class*=elementor-page-]) .site-main.series-archive {
		max-width: 1440px;
	}
	.container {
    	max-width: 1440px;
	}
}
@media(max-width:1439px){
	body:not([class*=elementor-page-]) .site-main.series-archive {
		max-width: 100%;
	}
	.series-subcategory-tabs__item a {
		font-size: 16px;
		line-height: 20px;
		padding: 10px;
	}
	.single-series-wrap {
    	padding: 60px 20px;
	}
}
@media(max-width:1280px){
	.product-card-header .product-card-title-block h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.product-title {
		font-size: 16px;
		line-height: 18px;
	}
	.series-archive-wrap {
		gap: 20px;
	}
	.file-pill__left span:first-child {
		width: 24px;
		flex: 0 0 24px;
	}
	.file-pill {
		padding: 10px 10px 10px 10px;
		font-size: 16px;
		line-height: 19px;
	}
	.product-card-open-btn {
		height: 45px;
		gap: 5px;
	}
	.product-card-body {
		padding: 20px;
	}
	.file-pill span + span img {
		width: 24px;
	}
	.file-pill__left {
		gap: 2px;
	}
}
@media (min-width: 1025px){
	.single-series__specs-dl {
		grid-template-columns: 1fr 1fr;
	}
	.single-series__file-row {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media(max-width:1024px){
	.common-section-title-wrap .common-section-title {
		font-size: 32px;
		line-height: 42px;
	}
	.common-section-description p {
		font-size: 16px;
		line-height: 20px;
	}
	.single-series__file-row {
		margin-top: 40px;
	}
	.single-series__panel-media {
		margin-top: 20px;
	}
	.single-series__file-row a {
		padding: 12px 12px 12px 20px;
		font-size: 16px;
		gap: 15px;
	}
	.single-series__tabs .single-series__tab {
		padding: 5px 5px 5px;
		font-size: 20px;
		line-height: 24px;
	}
	.single-series__tabs {
		gap: 20px;
	}
	.single-series-tags .single-series-tag {
		border-radius: 30px;
		gap: 10px;
		padding: 8px 15px 8px 15px;
		font-size: 12px;
	}
	.single-series-tags {
		gap: 10px;
		flex-wrap: wrap;
	}
	.single-series-info-item p {
		font-size: 14px;
	}
	.single-series-info-item .single-series-info-label {
		flex: 0 0 110px;
		max-width: 110px;
	}
	.single-series-info-item {
		border-radius: 5px;
		gap: 10px;
		padding: 15px 5px 15px 10px;
	}
	.single-series-info-devider {
		flex: 0 0 30px;
		max-width: 30px;
	}
	.single-series__usefit-content p {
		font-size: 14px;
	}
}
@media(max-width:767px){
	.common-section-title-wrap .common-section-title {
		font-size: 28px;
		line-height: 36px;
	}
	.series-archive-wrap {
		flex-wrap: wrap;
	}
	.product-card {
		flex: 0 0 calc(50% - 12px);
	}
	.series-subcategory-tabs__item a {
		padding: 10px 0;
	}
	nav.series-subcategory-tabs {
		overflow-x: auto;
	}
	ul.series-subcategory-tabs__list {
		min-width: max-content;
		overflow-x: auto;
	}
	.single-series__tabs .single-series__tab {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width:599px){
	body:not([class*=elementor-page-]) .series-archive-page-wrap {
    	padding: 60px 0px;
	}
	.single-series__file-row a span {
		gap: 5px;
	}
	.single-series__file-row a {
		padding: 10px 15px;
		font-size: 14px;
		gap: 5px;
	}
	.single-series__file-row a span span:first-child {
		display: none;
	}
	.single-series__file-row a > span + span{
		display: none;
	}
	.single-series__file-row {
		gap: 10px;
	}
	.single-series__file-row a {
		padding: 8px 15px;
		font-size: 12px;
	}
	.single-series__gallery-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.site-main.series-archive {
		padding: 0 20px;
	}
	.product-card {
    flex: 100%;
}
}
