/* ========================================================================== */
							/* [ + Widgets Start ] */
/* ========================================================================== */
.widget-area {
	background-color: #f4f5f5;
}
.widget-area .widget-inner {
	background: #fff;
    /* box-shadow: 0px 20px 40px rgba(15,18,22,.08); */
    border-radius: 6px;
    margin-bottom: 100px;
}
.widget-area .widget {
	padding: 20px;
    border-bottom: 1px solid #e8ecf0;
}
.widgettitle,
.widget-title,
.widget_block h2 {
	color: #0f1216;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 22px;
    position: relative;
}
/* .widget ul,
.widget ol {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.widget ul li,
.widget ol li {
	position: relative;
	line-height: 1.75;
}
.widget ul li + li,
.widget ol li + li {
	margin-top: 10px;
} */

/* - Widget : Search */
.widget_search form label {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.333;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.widget_search form .wp-block-search__inside-wrapper {
	border: 1px solid rgba(82,84,124,0.07);
	align-items: center;
	background-color: #fff;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input,
.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 14px;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid rgba(82,84,124,0.07);
	padding: 17px 25px;
	letter-spacing: 1.2px;
	color: #343e47;
	background-color: transparent;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
	color: #343e47;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
	color: #343e47;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
	color: #343e47;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
	color: #343e47;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 6px 20px 6px 10px;
	background-color: transparent;
	color: #393939;
	cursor: pointer;
}
html[dir="rtl"] .widget_search .btn-default { 
	padding-left: 20px;
	padding-right: 10px;
}

/* - Widget : Search */
.widget_search .input-group {
    background: #eef1f5;
    width: 100%;
    border-radius: 6px;
	align-items: center;
}
.widget_search .input-group .form-control {
	background-color: transparent;
	border: 0;
    padding: 12px 17px;
    color: #444;
}
.widget_search .input-group .form-control,
.widget_search .btn {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn {
	padding: 6px 20px 6px 10px;
	background-color: transparent;
	font-size: 13px;
	cursor: pointer;
}

.widget_search .form-control::-webkit-input-placeholder {
	color: rgba(110,86,105,0.5);
}
.widget_search .form-control:-moz-placeholder {
	color: rgba(110,86,105,0.5);
}
.widget_search .form-control::-moz-placeholder {
	color: rgba(110,86,105,0.5);
}
.widget_search .form-control:-ms-input-placeholder {
	color: rgba(110,86,105,0.5);
}
html[dir="rtl"] .widget_search .btn-default { 
	padding-left: 20px;
	padding-right: 10px;
}

/* - Widget: Archives */
.wp-block-archives-dropdown > select,
.wp-block-categories-dropdown select {
	background-image: url("../images/down-arrow.png");
	background-repeat: no-repeat;
	background-size: 18px 11px;
	background-position: center right 10px;
	border: 1px solid #e0e0e0;
	padding: 10px 12px;
	width: 100%;
	max-width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
}

/* - Widget: Categories */
.widget_categories > ul {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.widget_categories > ul li {
    display: inline-block;
	line-height: 1.85;
	position: relative;
	padding: 6px 0 6px 20px;
    width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	font-size: 16px;
    color: #0f1216;
}
.widget_categories > ul li::before {
	content: "\eab8";
    font-family: Icofont;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #3270fc;
}
.widget_categories > ul li + li {
	margin: 0;
}
.widget_categories > ul > li {
	/* font-family: var(--title-font-family);
	font-weight: 300; */
}
.widget_categories > ul ul {
	padding-left: 10px;
}
.widget_categories > ul li:last-child {
	margin-bottom: 0;
}
.widget_categories > ul ul.children {
	margin-top: 7px;
}
.widget_categories > ul ul.children li:last-child {
	padding-bottom: 0;
}
.widget_categories ul li a {
	text-decoration: none;
	font-size: 16px;
    color: #0f1216;
	float: left;
	transition: all .3s ease 0s;
	margin-right: 2px;
}
.widget_categories > ul > li:hover {
	
}
.widget_categories ul li:hover > a,
.widget_categories ul li > a:hover {
	color: var(--primary-color);
}
.widget_categories select {
	border: 1px solid #e0e0e0;
	padding: 10px 12px;
	width: 100%;
}

html[dir="rtl"] .widget_categories > ul li {
	text-align: left;
}
html[dir="rtl"] .widget_categories ul li a {
	float: right;
}
html[dir="rtl"] .widget_categories > ul ul.children {
	padding-left: 0;
	padding-right: 10px;
}

/* - Widget : Media Gallery */ 
.widget_media_gallery.widget_block ul.blocks-gallery-grid li,
.widget_media_gallery.widget_block ol.blocks-gallery-grid li {
	padding-left: 0;
}
.widget_media_gallery.widget_block ul.blocks-gallery-grid li::before,
.widget_media_gallery.widget_block ol.blocks-gallery-grid li::before {
	display: none;
}

/* - Widget : Button */
.wp-block-button .wp-block-button__link {
	background-color: #393939;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    padding: 14px 30px 14px 30px;
    display: inline-block;
    margin-top: 15px;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: #393939;
	color: #fff;
}

/* - Widget: Calendar */
.widget_calendar .wp-block-calendar table caption {
	background-color: #212121;
	color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
	text-align: center;
    text-transform: uppercase;
	caption-side: top;
}
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #fd4a18;
    font-weight: 500;
    display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #fd4a18;
    color: #fff;
    font-weight: 700;
}
.widget_calendar tbody #today a {
	color: #fff;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #fff;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	background-color: #fd4a18;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
}
html[dir="rtl"] .widget_calendar #next {
	text-align: left;
}
html[dir="rtl"] .widget_calendar #prev {
	text-align: right;
}

/* - Widget : Blockquote */
.widget_block .wp-block-quote {
	border-left: 5px solid #393939;
	padding-left: 20px;
}

/* - Widget : Recent Comments */
.widget_recent_comments.widget_block ul li,
.widget_recent_comments.widget_block ol li {
	padding-left: 0;
}
.widget_recent_comments.widget_block ul li::before, 
.widget_recent_comments.widget_block ol li::before {
	display: none;
}

/* - Widget: Tags */
.widget_tag_cloud .tagcloud,
.widget_tag_cloud .wp-block-tag-cloud {
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
}
.widget_tag_cloud .tagcloud > a,
.widget_tag_cloud .wp-block-tag-cloud a {
	display: inline-block;
    margin: 10px 3px 0 0;
    line-height: 20px;
    padding: 6px 12px;
    font-size: 14px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f2f4f9;
    color: #0f1216;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.widget_tag_cloud .tagcloud > a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover {
	background-color: #3270fc;
	border-color: transparent;
	color: #fff;
}

/* - Widget: Categories */
.wp-block-categories-list .children {
	margin-top: 5px;
}

/* - Widget: NavMenu */
.widget_nav_menu > div > ul ul,
.wp-block-page-list li .submenu-container {
	margin-top: 5px;
}

/* - Widget : Pages */
.widget_pages > ul {
	padding: 0;
	margin-bottom: 0;
}
.widget_pages > ul li {
	position: relative;
	list-style: none;
}
.widget-area .widget_pages > ul li {
    padding-left: 30px;
}
.widget_pages > ul li a {
	color: #888;
	display: block;
	font-size: 16px;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.widget-area .widget_pages > ul > li::before {
    content: "\ea5d";
    font-family: IcoFont;
    left: 0;
    position: absolute;
    top: 2px;
    color: rgba(39, 39, 46, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.widget_pages > ul > li:hover::before,
.widget_pages > ul li a:hover {
	color: var(--primary-color);
}
.widget_pages > ul ul {
	padding-left: 10px;
}

/* - Widget : Social */
.widget_social ul {
	padding: 0;
	margin-left: -5px;
	margin-top: 30px;
}
.widget_social ul li {
	display: inline-block;
	margin-right: 8px;
}
.widget_social ul li a {
	background: linear-gradient(180deg, rgba(29, 44, 56, 0.05) 0%, #1D2C38 100%);
	box-shadow:0px 0px 0px 2px rgba(29, 44, 56, 0.3) inset;
	border-radius: 50%;
	color: rgba(255,255,255,0.3);
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}
.widget-area .widget_social ul {
	margin-top: -10px;
}
.widget-area .widget_social ul li {
	margin-right: 20px;
}
.widget-area .widget_social ul li a {
	background: linear-gradient(180deg, rgba(29, 44, 56, 0.00) 0%, rgba(29, 44, 56, 0.05) 100%);
	box-shadow:0px 0px 0px 2px rgba(29, 44, 56, 0.03) inset;
	color: rgba(69, 69, 69, 0.3);
}
.widget_social ul li a:hover {
	background: linear-gradient(180deg, #7A7AEC 0%, #9F9FFF 100%);
	color: var(--bs-white);
	box-shadow: none;
}

/* - Widget : text */
.footer-widget .widget_text > .content-box p {
	font-size: 18px;
	line-height: 23px;
}

/* - Custome Widget */
/* - Widget : About */
.widget_about .about-box > a {
	display: inline-block;
	margin-bottom: 22px;
}
.widget_about .about-box ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
}
.widget_about .about-box ul li {
	padding-left: 30px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.7;
}
.widget_about .about-box ul li + li {
	margin-top: 10px;
}
.widget_about .about-box ul li i {
    font-size: 20px;
	position: absolute;
	left: 0;
	top: 6px;
	color: var(--primary-color);
}
.widget_social_icons li a {
	padding-right: 10px;
	font-size: 20px;
	color: var(--primary-color);
	padding-left: 10px;
}
.widget_social_icons li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0 !important;
	padding: 0;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: 10px;
}
.footer-widget .widget {
	margin-bottom: 20px;
}

/* - Widget : Newsletter */
.widget_mc4wp_form_widget p {
	color: #fff;
}
.widget_mc4wp_form_widget form .form-control {
	box-shadow: none;
	border: none;
	outline: none;
	padding: 18px 20px;
}
.widget_mc4wp_form_widget form .btn {
	background-color: var(--primary-color);
	border: none;
	height: 100%;
	border-radius: 0;
	color: #fff;
	padding: 10px 22px;
}
.widget_mc4wp_form_widget form .btn:hover {
	background-color: var(--globle-color);
}

/* - Recent Post */
.widget_recentpost .post-box + .post-box {
	margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.06);
}
.widget_recentpost .post-box .content-box {
	flex: 1%;
	padding-left: 15px;
}
.widget_recentpost .post-box .content-box h6 {
	display: block;
    line-height: 25px;
    color: #0f1216;
    font-size: 16px;
    letter-spacing: .01px;    
    position: relative;
}
.widget_recentpost .post-box .content-box h6 a {
    color: #0f1216;
    transition: all .3s ease 0s;
}
.widget_recentpost .post-box .content-box .post-date {
    font-size: 15px;
    color: #5b5f64;
    font-weight: 400;
}

/* - Footer widget */
.footer-widget .widget-title {
	color: var(--bs-white);
	font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 35px;
}
.footer-widget .widget_page > ul li a {
	color: rgba(255,255,255,0.6);
}

/* - max-width: 1199 */
@media (max-width: 1199px) {
	.widget-area .widget {
		padding-left: 25px;
		padding-right: 25px;
	}
	.widget-area .widget_social ul li {
		margin-right: 10px;
	}
}
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets Over ] */
/* ========================================================================== */
/* ========================================================================== */