/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-weight: 600;
    padding: 11px 0px 15px 0px;
    border-bottom: 1px solid #eeeeee;
}
.widget ul li a {
	position: relative;
    display: block;
    color: #222;
    padding-left: 30px;
}
.widget ul li a:before {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 12px;
    height: 12px;
    left: 0px;
    top: 8px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
}
.widget ul li a:hover {
    color: #d9aa2f;
}
.widget ul li a:hover:before {
    background: #4564f3;
}


/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
	height:50px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #eaeaea;
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #222;
    text-align: center;
    font-size: 14px !important;
    background: none;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: 'Open Sans', sans-serif;
}
.tagcloud a:hover {
    border-color:#0081ff;
    background-color:#0081ff;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 36px;
}

.mrsidebar .sidebar-title h3:before {
    background: -webkit-linear-gradient(0deg, #00b8ff, #0081ff 100%);
}

.widget ul li ul.children li a:before {
    top: 22px;

}
.widget ul li ul.sub-menu li a:before {
    top: 22px;
}







.widget_text {
    position: relative;
    margin-bottom: 0px!important;
}
.widget_text:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background: #4564f3;
}
.widget_text p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #222222;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.wp-block-tag-cloud {}
.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    /* float: left; */
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 600;
    color: #222;
    background: #f3f1ec;
    padding: 12px 25px;
}
.wp-block-tag-cloud a:hover {
    color: #fff;
}

.wp-block-tag-cloud a:hover {
    background: #4564f3;
}


.wp-block-group__inner-container h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.wp-block-group__inner-container h2:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0px;
    bottom: 0px;
	background: #4564f3;
}
.btn-box.search {
    margin-left: 25px;
    margin-top: 30px;
}




