/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*************** Search result *****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 30px 150px 30px 0;
	border-bottom: 1px solid #4A4E55;
	position: relative;
}
.search-result-area article h2 a {
	color: #060009;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #ADCEBE;
}
.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: #232323;
}
.search-result-area .pagination a:hover {
	color: #BD7082;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #BD7082;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #BD7082;
	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: "larken",sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #ADCEBE;
	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: #BD7082;
}
.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:767px){
	.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 *****************/
/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
	right: 0px;
	z-index:99;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 200px ) );
	transition: transform 500ms ease;
	pointer-events:none;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index:99;
}
.quick-links-rotate{
	height:auto;
	width:200px;
	transform: rotate(-90deg) translate(-100%, calc( 200px - 100% ));
	transform-origin: 0 0;
	margin:0px;
	padding: 10px 0px;
	float:left;
	background:#BD7082;
	text-align:center;
	color:#232323;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	pointer-events:all;
}
.quick-links-rotate h3{
	color:#fff;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-left:0px !important;
	font-weight: 500;
	font-family: "larken", sans-serif;
	font-style: normal;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow{
	transform: rotate( 90deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
    padding-left: 0px;
	padding-right:15px;
    display: flex;
}
.quick-links-area.active .quick-links-arrow {
	transform: rotate( 270deg );
	margin-bottom:-5px;
	padding-left: 28px;
	padding-right:0px;
}
.quick-link-list{
	float:left;
	width:360px;
	background:#fff;
	line-height:18px;
	padding:30px;
	max-height:73vh;
	min-height: 240px;
	overflow:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events:all;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:15px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#000;
	text-decoration:none;
	font-weight: 500;
	font-family: "larken", sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
	line-height:27px;
}
.quick-link-list li a:hover {
	color: #BD7082;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-rotate h3{
	margin-bottom: 0px !important;
	margin-top: 5px !important;
	font-size: 16px;
}
.quick-links-area .quick-links-rotate h3 span{
	display:inline-block;
	transform: rotate(90deg);
	font-size: 30px;
}
.quick-links-area.active .quick-links-rotate h3 span{
	transform: rotate( 270deg ); 
	transition: all 150ms ease;
}
.quick-links-area .quick-links-arrow img {
	display:none;
}
@media(max-width:767px){
	.quick-links-area {
		top: 15vh;		
	}
	.quick-links-rotate h3 {
		display:none;
	}
	.quick-link-list {
		max-height: 70vh;
		font-size: 14px;
	}
	.quick-link-list {
		width: 275px;
		position: absolute;
		right: 0px;
		padding: 20px;
	}
	.quick-links-rotate {
        position: absolute;
        right: 380px;
        width: 70px;
        height: 55px;
        padding: 0px;
        opacity: 100%;
	}
	.quick-links-area {
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
/* 	.quick-links-arrow {
		margin-right: -8px;
	} */
	.quick-links-area .quick-links-arrow img {
		display:inline-block;
        rotate: 270deg;
        width: 20px;
		filter: brightness(1) invert(0);
	}
	.quick-links-rotate{
		border-radius:15px 15px 0px 0px;

	}
}
/************************* End:Quick Links  *******************/
