html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: 'Proxima Nova Rg';
	font-size:16px;
	color:#121212;
	overflow-x: hidden;
	background-image: url('../images/Swoosh-BG\ 1.png');
	background-attachment: fixed;
	background-size: cover;
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#C8B29D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration:none;
}
 
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-family:"ivypresto-headline";
	font-size: 54px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h2{
	font-family:"ivypresto-headline";
	font-size: 44px;
	line-height: 52px;
	color:#121212;
	text-box: trim-both cap alphabetic;
	margin-bottom: 25px;
}
h3{
	font-family:"ivypresto-headline";
	font-size: 30px;
	line-height: 38px;
	color:#000;
	margin-bottom:20px;
}
h4{
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 7px;	
}
h5{
	
}
h6{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-box: trim-both cap alphabetic;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;

}
p{
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom:20px;
	color:#121212;

}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 17px 27px 17px 27px;
	color:#fff;
    border: 1px solid #000;
    background-color: #000;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width:198px;
	border-radius:40px;
	text-box: trim-both cap alphabetic;
}
.common-button:hover{
	border: 1px solid #C8B29D;
	background-color: #C8B29D;
	color:#000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button.border-button{
	border: 1px solid #fff;
}
.common-button.border-button:hover{
	border: 1px solid #C8B29D;
	background-color: #C8B29D;
	color:#000;
}
a.common-link{
	font-family: 'Optima Bold';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover{
	color: #d9a883;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	min-width:46px;
	min-height:46px;
	max-width:46px;
	max-height:46px;
	border-radius:100%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px;
	position: relative;
	top: auto;
	transform: none;
	right: auto;
	left: auto;
}
.common-arrow:after{
	display:none;
}
.listing-style{
	margin:0px;
    padding:0px;
    list-style: none;;
}
.swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity: 1;
    background-color: rgba(255,255,255,0.35);
    bottom:0px
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #87786D;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
    font-family: "Josefin Sans", sans-serif;
    color: #C8B29D;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	margin:15px 0px;
}
.site-breadcrumb strong{
	font-weight:normal;
}
.site-breadcrumb a {
    font-family: "Josefin Sans", sans-serif;
    color: #C8B29D;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
}

/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination{
    width: 100%;
	text-align:center;
	display:flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    position: relative;
    padding: 40px 0;
}
.pagination::after{
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-color: #F5F5F5;
    height: 100%;
    content: "";
    z-index: -1;
}
.pagination ul{
	padding:0px;
	margin:0px;
    list-style: none;
}
.pagination ul li{
	display:inline-block;
	color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 19px;
    font-weight: 400;
    line-height: 33px; 
    letter-spacing: 1.9px;
	margin:0px 4px;
}
.pagination ul li a{
	color:#212020;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
	font-weight:300;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pagination ul li.active,
.pagination ul li a:hover{
	color:#fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #C8B29D;
}
.pagination .common-button{
    min-width: 141px;
}
/*************************** End:Pagination css *********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    position: fixed;
    width: 100%;
    bottom: 30px;
    z-index: 99999;
    left: 15px;
    transition: all .5s;
    display: none;
}
.mobile-screen-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-screen-button  a.common-button{
	background-color: #C8B29D;
	color:#000;
	padding-left:25px;
	padding-right: 25px;
	min-width: auto;
	border-color:#C8B29D;
}
@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
    right: 0px;
	z-index:99;
	color:#000;
	transform: translateX( calc( 100% - 40px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
}
.quick-links-rotate{
	height:204px;
	width:40px;
	transform: translate(calc(40px - 100%));
    transform-origin: 0 0;
	margin:0px;
    padding: 0px 8px;
	float:left;
	background-color:#121212;
	text-align:center;
	color:inherit;
	cursor:pointer;
	border-radius: 15px 0 0 15px;
/* 	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30); */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	row-gap: 8px;
}
.quick-links-rotate h3{
	color: #FFFFFF;
	 font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1.6px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}
.quick-links-rotate h3:before{
	display:none;
}
.quick-link-list{
	float:left;
	width:360px;
	background:#121212;
	line-height:18px;
	padding:22px 30px;
	max-height:75vh;
	overflow:auto;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:12px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.quick-link-list li a:hover {
    color: #C8B29D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-arrow{
	margin-left:-5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-area.active .quick-links-arrow {
    transform: rotate(180deg);
}
@media(max-width:767px){
	.quick-links-area{
		top: 28vh;
	}
	.quick-link-list{
		width: 266px;
	}
}
/************************* End:Quick Links  ***********************/

/************* Scroll Annimation *************/
.scroll-down-button-annimation a{
	position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
	 -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
  }
  100% {
	-webkit-transform: translate(0, 0);
  }
  
}

/************* End:Scroll Annimation **************/

/********************* Advance Search Css ****************/
.search-area-box{
	position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
	opacity:0;
	pointer-events:none;
    background: url('/wp-content/uploads/2023/06/capek-gallery-warning-desktop.png') #fff no-repeat center center / cover;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.close-icon{
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
}
.search-area-box.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-area-box .container{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.search-form-wrapper{
	max-width:549px;
	width:100%;
	margin:0px auto;
}
.search-form-wrapper form {
	width:100%;
	background:#fff;
	border-radius:24px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	display:flex;
	padding:0px 15px;
}
.search-form-wrapper form button{
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}
.advance-search-wrapper input{
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	color:#211F36;
	border:0px;
	border-radius:0px;
	padding: 10px 0px;
}
/********************* End:Advance Search Css ****************/
/************** Search result ****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #4A4E55;
	position: relative;
}
.search-result-area article h2 a {
	color: #1C1D1C;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover {
	color: #4A4E55;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #0B0B0B;
}

.search-result-area .pagination a:hover {
	color: #4A4E55;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #4B4E55;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #4B4E55;
	color: #fff;
	padding: 10px 30px 15px;
}

.loader-img img {
	max-width: 80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "collier", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}
@media(max-width:991px){
    .search-result-area article figure {
        position: initial;
        transform: translateY(0);
        margin-bottom: 20px;
    }
    .search-result-area article img {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }
    .search-result-area article {
        padding: 30px 0 40px;
    }
    .search-result-area article h2,
    .search-result-area .page-header h2{
        font-size: 35px;
        line-height: 47px;
    }
    .search-result-area .page-header,
    .search-result-area .search-result-count{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-result-area {
        padding: 40px 0;
    }
}
/************** Search result end ****************/

