/* Custom Archive */
#inner-page-wrapper {
	background: #000;
	padding-bottom: 60px;
}
	#inner-page-wrapper > .container {
		width: 100%;
		padding: 0
	}
p#breadcrumbs {
	display: none;
}
.ip-banner canvas {
	aspect-ratio: 1600 / 580;
	background-image: url(/wp-content/uploads/2024/12/banner-archive.jpg)!important;
}

.ip-banner::before {
	background: rgba(0,0,0,0.58);
}

#content-full {
	z-index: 2;
	position: relative;
	margin-top: 0;
}

p.coming-soon {
	color: #fff;
}

body {
    background: #000;
}

#main-wrapper {
    position: relative;
    z-index: 2;
    background: transparent;
}

#custom-archive {
    margin: -65px 0 0;
}

#custom-archive .ip-global-title {
    position: relative;
    padding: 0;
    margin-bottom: 101px;
}

#custom-archive .ip-global-title .ip-global-title-inner {
    padding: 0 0 39px;
    margin: 0;
}

#custom-archive .ip-global-title h1 {
    color: #fff;
}

#custom-archive .ip-global-title .ip-global-title-inner:after {
    max-width: 849px;
    height: 3px;
    background: rgb(32, 61, 69);
    background: -moz-linear-gradient(90deg, rgba(32, 61, 69, 1) 0%, rgba(190, 143, 51, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(32, 61, 69, 1) 0%, rgba(190, 143, 51, 1) 100%);
    background: linear-gradient(90deg, rgba(32, 61, 69, 1) 0%, rgba(190, 143, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203d45",endColorstr="#be8f33",GradientType=1);
    bottom: 0;
    width: 533px;
}


.custom-archive-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
	.custom-archive-post {
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 115px;
	}
		.custom-archive-post-thumbnail {
			position: relative;
		}
			.custom-archive-post-thumbnail a {
				display: block;
				position: relative;
			}
				.custom-archive-post-thumbnail a canvas {
					display: block;
					width: 100%;
					background-position: center;
					background-size: cover;
				}
			.custom-archive-post-thumbnail a:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: rgba(0, 0, 0, 0.6);
				z-index: 1;
				transition: all var(--default-transition);
				opacity: 0;
			}
			.custom-archive-post-thumbnail a:hover:before {
				opacity: 1;
			}
		.custom-archive-post-content {
			padding-left: 47px;
			padding-top: 28px;
			color: #fff;
			padding-right: 30px;
			position: relative;
		}
			.custom-archive-post-content:before {
				content: '';
				position: absolute;
				left: 26px;
				height: 210px;
				background: #fff;
				width: 1px;
				top: -87px;
			}
			.custom-archive-post-content:not(.archive-has-thumbnail):before {
				top: 0;
				height: 123px;
			}
			.custom-archive-post-content .-post-date {
				font-size: 14px;
				font-weight: 300;
				letter-spacing: 0.05em;
				color: #fff;
				margin-bottom: 27px;
			}
			.custom-archive-post-content .-post-title {
				font-size: 24px;
				letter-spacing: 0.05em;
				line-height: 1.333333333333333;
				color: #fff;
				font-family: var(--font-title);
				margin-bottom: 27px;
				margin-right: -40px;
			}
			.custom-archive-post-content .-post-title a {
				color: inherit;
				transition: opacity var(--default-transition);
			}
			.custom-archive-post-content .-post-title a:hover {
				color: #fff;
				opacity: 0.6;
			}
		.custom-archive-post-content .-post-content {
			position: relative;
			padding-bottom: 38px;
			margin-bottom: 15px;
		}
			.custom-archive-post-content .-post-content:before {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 94px;
				height: 1px;
				background: #525252;
			}
			.custom-archive-post-content .-post-content p {
				font-size: 14px;
				letter-spacing: 0.05em;
				line-height: 1.714285714285714;
				font-weight: 300;
			}
		.-post-btn {

		}
			.-post-btn a {
				font-weight: 300;
				font-size: 13px;
				display: inline-block;
				letter-spacing: 0.15em;
				color: #fff;
				line-height: 1;
				text-transform: uppercase;
				padding: 10px 0;
				transition: opacity var(--default-transition);
			}
				.-post-btn a:hover {
					opacity: 0.6;
				}

	.page-links {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: -23px 0 0
	}
		.page-links .page-numbers.current span,
		.page-links .page-numbers:hover span {
			background: #fff;
			color: #000;;
		}
		.page-links .page-numbers {
			border-right: 1px solid #494949;
			padding: 0 5px;
			font-size: 14px;
			letter-spacing: 0.05em;
			line-height: 1;
			text-transform: uppercase;
			font-weight: 300;
		}
		.page-links .page-numbers span {
			width: 34px;
			height: 34px;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: all var(--default-transition);
		}
		.page-links .page-numbers.prev {
			border-left: 0;
		}
		.page-links .page-numbers.next {
			border-right: 0;
		}
		.page-links .page-numbers.prev span,
		.page-links .page-numbers.next span {
			width: auto;
			padding: 0 13px;
		}

@media only screen and (min-width: 992px) {
	/*header*/
    header.header {
    	background: #000;
    	padding: 20px 0;
    }
    	.header-logo {
	        bottom: 0;
	        width: 164px;
	    }
	        .header-logo a img {
	            -webkit-filter: brightness(0) invert(1);
	            filter: brightness(0) invert(1);
	        }
        a.bm-contact-open,
        .bm-menu-open span {
		    color: #fff;
		    border-color: #fff;
		}
	.bm-menu-icon:before,
	.bm-menu-icon:after {
	    background: #fff;
	}
	
}
@media only screen and (max-width: 1199px) {
	.custom-archive-post-content {
		padding-left: 30px;
	}
	.custom-archive-post-content:before {
		left: 15px;
	}
}

@media only screen and (max-width: 991px) {
	
	#custom-archive .ip-global-title {
		margin-bottom: 50px;
	}
		#custom-archive .ip-global-title .ip-global-title-inner:after {
			width: 160px;
		}
	.custom-archive-post {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px;
	}
		.custom-archive-post-content .-post-date {
			margin-bottom: 15px;
		}
		.custom-archive-post-content {
			padding-right: 15px;
		}
			.custom-archive-post-content:before {
				left: 10px;
			}
			.custom-archive-post-content .-post-title {
				margin-right: 0;
				font-size: 20px;
				margin-bottom: 10px;
			}
		.custom-archive-post-content .-post-content {
			padding-bottom: 20px;
			margin-bottom: 5px;
		}	
	.page-links {
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {
	.page-links .page-numbers span {
		width: 20px;
	}
	.page-links .page-numbers.prev span, 
	.page-links .page-numbers.next span {
		padding: 0 5px;
	}
}