

/*=================
 Sidebar
==================*/

.sidebar-area.style2 .widget-area .widget{
    background-color: rgba(255, 0, 6, 0.06);
    border: 1px solid rgba(255, 83, 73, 0.5);
}

/*=================
 Widgets Default
==================*/

.widget-area .widget{
	margin-bottom: 40px;
	padding: 35px 30px 35px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.widget-area .widget h2{
	position: relative;
	font-size: 21px;
	margin-bottom: 58px;
}
.widget-area .widget .widget-title::before{
	content: '';
	position: absolute;
	height: 15px;
	width: 115px;
	bottom: -18px;
	background: url(../images/underline.png);
}
.widget-area .widget ul,
.widget-area .widget ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-area .widget ul li a,
.widget-area .widget ol li a{
	color: #616161;
}
.widget-area .widget ul li a:hover,
.widget-area .widget ol li a:hover{
	color: var(--primary-color);
}

/*=================
 Default Serch
==================*/

.sidebar-area.style2 .widget-area .widget_search,
.widget-area .widget_search{
	border: 0;
	padding: 0;
	background: none;
}
.widget-area .widget_search .wp-block-search__inside-wrapper{
	display: block;
}
.widget-area .widget_search input[type="search"] {
	width: 100%;
	padding: 10px 120px 10px 20px;
	border: 1px solid rgba(255, 83, 73, 0.5);
	background-color: rgba(255, 0, 6, 0.06);
	border-radius: 5px;
}
.widget-area .widget_search button {
	position: absolute;
	right: 0;
	background: var(--primary-color);
	color: #fff;
	border: 0;
	outline: 0;
	padding: 11px 26px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*=================
 Author Info
==================*/

.widget{
	position: relative;
}
.widget .author-info{
	text-align: center;
}
.widget .author-info .image {
	position: relative;
	height: 220px;
	width: 220px;
	margin: 0 auto 30px auto;
	border: 10px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
.widget.about_author::before {
	content: '';
	position: absolute;
	height: 165px;
	width: 100%;
	background-image: url(../images/bbq.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
}
.widget.about_author::after {
	content: '';
	position: absolute;
	height: 165px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
.widget .author-info .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.widget .author-info .content .name{
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
}
.widget .author-info .content .name::before{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 60px;
	background-color: var(--primary-color);
}
.widget .author-info .content .description{
	margin-bottom: 31px;
}
.widget .author-info .content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.widget .author-info .content ul li {
    margin-right: 10px;
}
.widget .author-info .content ul li a i {
    display: inline-block;
    color: var(--primary-color);
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 0, 6, 0.06);
    border: 1px solid rgba(255, 83, 73, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.widget .author-info .content ul li a i:hover{
	color: #fff;
	background-color: var(--primary-color);
}

/*=================
 Recent Posts
==================*/

.widget .recent-post-item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .recent-post-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget .recent-post-item .recent-post-image{
	flex-shrink: 0;
	margin-right: 15px;
}
.widget .recent-post-item .recent-post-image a img{
	height: auto;
	width: 110px;
	object-fit: cover;
	border-radius: 5px;
}
.widget .recent-post-item .book-author{
	margin-bottom: 5px;
}

/*===================
 Recipe Categories
====================*/

.widget .recipe-category li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget .recipe-category li::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: var(--primary-color);
    left: 5px;
    top: 40%;
    transform: translateY(-40%);
    border-radius: 50%;
}
.widget .recipe-category li::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: rgba(255, 0, 6, 0.1);
    left: 0;
    top: 34%;
    transform: translateY(-34%);
    border-radius: 50%;
}
.widget .recipe-category li:last-child {
    border: 0;
}

/*=============
 Recipe Tags
==============*/

.widget .tag-list{
	display: flex;
	flex-wrap: wrap;
}
.widget .tag-list li a {
    display: inline-block;
    color: #646464;
    font-size: 15px;
    margin: 0 10px 10px 0;
    padding: 5px 20px;
	background-color: rgba(50, 50, 50, 0.06);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.widget .tag-list li a:hover{
	color: #fff !important;
	background-color: var(--primary-color);
}

/*=============
 Newsletter
==============*/

.bookly-newsletter{
	position: relative;
}
.bookly-newsletter input[type=email] {
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    outline: 0;
    width: 100%;
}
.bookly-newsletter .submit-btn input[type=submit] {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    outline: 0;
    width: 100%;
    background-color: var(--primary-color);
}

/*=================
 Footer Newsletter
==================*/

.site-footer .bookly-newsletter{
	position: relative;
	width: 90%;
}
.site-footer .bookly-newsletter input[type="email"]{
	margin-bottom: 0;
	padding: 10px 130px 10px 20px;
}
.site-footer .bookly-newsletter .submit-btn{
	position: absolute;
	top: 0;
	right: 0;
}

/*=============
 Default Media
==============*/

.widget-area .widget.widget_media_image {
	padding: 0;
	border: 0;
}

/*=============
 Default Nav
==============*/

.site-footer .widget .menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .widget .menu .menu-item{
    margin-bottom: 5px;
}
.site-footer .widget .menu .menu-item a{
	color: #B5B7BA;
}
.site-footer .widget .menu .menu-item a:hover{
	color: var(--primary-color);
}

/*=================
 Widget Responsive
===================*/

@media(min-width: 992px) and (max-width: 1199px) {

	.widget .recent-post-item{
		display: block;
	}
	.widget .recent-post-item .recent-post-image{
		margin-bottom: 10px;
	}
}

/*=============
 Footer Widget
==============*/

.site-footer .col-lg-6{
	padding: 93px 60px 98px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .col-lg-6:first-child{
	padding-left: 0;
}
.site-footer .col-lg-6:last-child{
	padding-right: 0;
	border: 0;
}

.site-footer .col-lg-4{
	padding: 93px 60px 98px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .col-lg-4:first-child{
	padding-left: 0;
}
.site-footer .col-lg-4:last-child{
	padding-right: 0;
	border: 0;
}

.site-footer .col-lg-3{
	padding: 93px 60px 98px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .col-lg-3:first-child{
	padding-left: 0;
}
.site-footer .col-lg-3:last-child{
	padding-right: 0;
	border: 0;
}

.site-footer .col-lg-2{
	padding: 93px 30px 98px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .col-lg-2:first-child{
	padding-left: 0;
}
.site-footer .col-lg-2:last-child{
	padding-right: 0;
	border: 0;
}

.site-footer .widget p{
	color: #B5B7BA;
	margin-bottom: 25px;
}

.site-footer .widget .widget-title{
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}

/*=============
 Conatct
==============*/

.widget .icon-box{
	display: flex;
}
.widget .icon-box i{
	display: inline-block;
	color: var(--primary-color);
	margin-right: 10px;
}
.widget .icon-box p{
	color: #B5B7BA;
	margin: 0;
}
.widget .icon-box{
	margin-bottom: 15px;
}
.widget .icon-box:last-child{
	margin-bottom: 0;
}