/* ========================================================================== */
							/* [ + Widgets Start ] */
/* ========================================================================== */
.widget {
	display: inline-block;
	width: 100%;
}
.widget + .widget {
	margin-top: 50px;
}
.widget-area .widget + .widget {
	margin-top: 20px;
}
/* - Widget: Archives */
.widget_archive > ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_archive > ul li {
    color: #6e6e6e;
    display: inline-block;
	line-height: 1.85;
	position: relative;
	text-align: right;
	margin-bottom: 8px;
    text-decoration: none;
    width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_archive > ul li:last-child {
	margin-bottom: 0;
}
.widget_archive > ul li:hover {
	color: #f8c12c;
}
.widget_archive ul li a {
	color: #6e6e6e;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
	float: left;
}
.widget_archive ul li:hover a,
.widget_archive ul li a:hover {
	color: #f55c00;
}
.screen-reader-text {
	display: none;
}
.widget_archive .select_box > select {
	border: 1px solid #e0e0e0;
	padding: 10px 12px;
	width: 100%;
	max-width: 100%;
}
html[dir="rtl"] .widget_archive > ul li {
	text-align: left;
}
html[dir="rtl"] .widget_archive ul li a {
	float: right;
}
html[dir="rtl"] .widget_archive > ul li a::before {
	margin-left: 20px;
	margin-right: 0;
}

.widget-title,
.widget_block h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #a9b74f;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}
.widget-title::before,
.widget_block h2::before {
	background-color: #a9b74f;
	content: "";
	position: absolute;
	left: 0;
	width: 70px;
	bottom: 0;
	height: 2px;
}

.widget-area .widget-title::before,
.widget-area .widget_block h2::before {
	background-color: #0e211b;
}
.widget-area .widget_block h2 {
	text-transform: uppercase;
}
.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: 5px;
}

.widget-area .widget ul li a {
	font-weight: 700;
}
.widget-area .widget ul li:not(:last-of-type) {
	border-bottom: 1px solid #a9b74f;
}
.widget-area .widget ul li {
	padding-bottom: 5px;
	line-height: 1.8;
}

/* - Widget : Search */
.widget_search .input-group {
	border: 1px solid rgba(82,84,124,0.07);
	border-radius: 50rem;
	align-items: center;
	background-color: #fff;
}
.widget_search .input-group .form-control,
.widget_search .btn-default {
	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 .btn-default {
	padding: 6px 20px 6px 10px;
	background-color: transparent;
	color: #1f2026;
	cursor: pointer;
}
.widget_search .input-group .form-control {
	padding: 17px 25px;
	color: #777;
	background-color: transparent;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #777;
}
.widget_search .form-control:-moz-placeholder {
	color: #777;
}
.widget_search .form-control::-moz-placeholder {
	color: #777;
}
.widget_search .form-control:-ms-input-placeholder {
	color: #777;
}
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 : 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: #ff7264;
    font-weight: 500;
    display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #393939;
    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: #ff7264;
	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 {
	border: 1px solid rgba(100,73,80,0.05);
	border-radius: 3px;
	display: inline-block;
	color: #343e47;
	font-size: 14px;
	line-height: 1.75;
	margin: 5px 3px;
	padding: 2px 12px;
}
.widget_tag_cloud .tagcloud > a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover {
	background-color: #9e9f7f;
	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_pages > ul li a {
	display: block;
	line-height: 1.85;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.widget_pages > ul ul {
	padding-left: 10px;
}

/* - Custome Widget */
/* - Footer Widget */
.footer-widget a,
.footer-widget .widget_search form label {
	color: #fff;
}
.footer-widget .widgettitle::before, 
.footer-widget .widget-title::before, 
.footer-widget .widget_block h2::before {
	background-color: #a9b74f;
}
.footer-widget .widget_block blockquote {
	border-left-color: #fff;
}
.footer-widget .widget ul li, 
.footer-widget .widget ol li,
.footer-widget .widget_calendar,
.footer-widget .widget_block p,
.footer-widget .widget_block blockquote,
.footer-widget .wp-block-calendar table caption, 
.footer-widget .wp-block-calendar table tbody,
.footer-widget .widget_text .textwidget p,
.footer-widget .widget_text .custom-html-widget,
.footer-widget .widget_rss > ul li,
.footer-widget .widget_rss > ul li a,
.footer-widget .widget_recent_entries ul li a,
.footer-widget .widget_rss .widget-title > a {
	color: #fff;
}

.footer-widget a:hover,
.footer-widget .widget_archive > ul li:hover,
.footer-widget .widget_archive ul li a:hover,
.footer-widget .widget_categories ul li:hover,
.footer-widget .widget_categories ul li a:hover,
.footer-widget .widget_nav_menu ul li a:hover,
.footer-widget .widget_meta ul li a:hover,
.footer-widget .widget_recent_comments ul li a:hover,
.footer-widget .widget_recent_entries ul li a:hover,
.footer-widget .widget_rss > ul li a:hover {
	color: #9e9f7f;
}
.footer-widget .widget_tag_cloud .tagcloud > a,
.footer-widget .widget_tag_cloud .wp-block-tag-cloud a {
	border: 1px solid #e0e0e0;
	color: #fff;
}
.footer-widget .widget_tag_cloud .tagcloud > a:hover,
.footer-widget .widget_tag_cloud .wp-block-tag-cloud a:hover {
	background-color: #9e9f7f;
	border-color: transparent;
}
.footer-widget .widget_pages.widget ul li::before {
	display: none;
}

/* About Widget */
.footer-widget .widget_about p {
	color: #fff;
}
.widget_about i {
	margin-right: 15px;
}

@media( min-width: 992px ) {
	.footer-widgetblock-1 {
		padding-right: 80px;
	}
}

/* ========================================================================== */
							/* [ + Widgets End ] */
/* ========================================================================== */

.widgettitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #a9b74f;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-area .widget:not(.widget_search, .disable-widgetbg) {
	background-color: #fff;
	padding: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 10%;
}
.disable-widgetbg .btn.btn-rounded {
	line-height: 21px;
	height: auto;
	border-radius: 30px;
	padding: 15px 25px;
	text-align: center;
}
.rounded-btn-vc .vc_btn3 {
	background-color: #275e49 !important;
	border-color: #275e49 !important;
	background-image: none !important;
	border-radius: 30px !important;
	padding: 15px 25px !important;
}