/* Widget Search */

.widget a {
    color: initial;
}

[class*="widget"] i {
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_info:hover i {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
}

[class*="widget"] a:hover i {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}

input[type=submit],
.widget_give_forms_widget .give-btn-modal,
.woocommerce-product-search button {
    padding: 0 15px;
    height: 40px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.widget_give_forms_widget .give-btn-modal {
    width: 100%;
}

.widget_search button:hover,
.woocommerce-product-search input[type=submit]:hover {
    background: #fff;
}

input.search-field::placeholder {
    position: absolute;
    left: 16px;
    width: 100%;
    top: 12px;
    color: #b0afaf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input.search-field {
    width: 79%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    padding: 0!important;
    margin: 0px 0 40px;
    border-color: #f2f2f2;
    min-height: 50px;
    border-radius: 3px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #b0afaf;
    padding: 7px 14px!important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s!important;
    background: transparent;
}

.widget_media_gallery .gallery {
    padding: 0px 10px;
}

.widget form.woocommerce-product-search,
.widget form.search-form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget form.search-form label {
    flex: auto;
    margin-right: 10px;
    margin-bottom: 0;
}

.widget input.search-field {
    margin-bottom: 0;
    float: none;
    width: 100%;
}

.widget h5,
.widget h3 {
    padding: 15px 15px 15px;
    border-bottom: 1px solid #d3d6db;
}

.widget_media_image img,
.widget_media_video .wp-video iframe {
    width: 100%;
}

.widget_categories ul li a,
.widget_archive ul li a {
    display: contents !important;
}

[class*="widget_"] ul,
.widget_text .textwidget,
.widget_media_image img,
.widget_media_video .wp-video,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget form.search-form,
.widget_categories ul,
.widget_categories form,
.widget form.woocommerce-product-search,
.widget .product-categories,
.widget_shopping_cart_content .cart-list {
    padding: 20px 15px 15px;
    margin-bottom: 0;
}

.widget .tagcloud,
.widget .product-categories,
.widget ul.product_list_widget {
    padding: 10px 15px 15px;
}

.widget_nav_menu ul ul {
    padding: 0;
    padding-left: 1em;
}

.widget_archive select {
    margin: 20px 15px 15px;
	width: 90%;
}

.widget ul li a {
	color: #0e0e0e;
}

.header-top-bg .widget ul li a:hover {
	color: #fff;
}

.widget_categories ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a  {
    color: #0e0e0e;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.widget_categories ul li a:hover:after,
.widget_meta ul li a:hover:after,
.widget_archive ul li a:hover:after,
.widget_archive ul li a:focus:after,
.widget_nav_menu ul li a:hover:after {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.widget_categories ul li a:after,
.widget_meta ul li a:after,
.widget_archive ul li a:after,
.widget_nav_menu ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f178";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 12px;
    line-height: 21px;
	-webkit-transition: .3s all;
    transition: .3s all;
}

/* Recent Post */
aside#recent-posts-2 a {
    font-weight: 700;
}
.recent-post {
    padding: 20px 15px;
}

.recent-post img {
    width: 100%;
    margin-bottom: 20px;
}

.widget_recent_entries h5 {
    line-height: 24px;
    word-spacing: 1px;
    margin-bottom: 10px;
}

.widget_recent_entries ul li {
    display: inline-block;
}
/* Tags */

.widget_tag_cloud .tagcloud {
    padding: 20px 15px;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
	display: inline-block;
    color: #0e0e0e;
    border-width: 1px;
    border-style: solid;
    border-top-width: 3px;
    line-height: 20px;
    padding: 2px 10px 0px;
    font-size: 14px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    color: #f9f9f9;
}

.wp-block-tag-cloud a {
    border-color: #0574f7;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
	coloe:#ffffff;
    background: #0574f7;
}

/* Calender */

.widget_calender .widget-title {
    padding: 20px 15px 15px;
    border-bottom: 1px solid #d3d6db;
}

.widget .calendar_wrap {
    padding: 20px 16px;
}

.widget_calendar table {
    border-collapse: inherit;
    border-spacing: 5px;
    border: 0 none;
    padding: 0px;
    margin: 0;
    line-height: 18px;
    text-align: center;
    table-layout: fixed;
    width: 100%;
}

.widget_calendar table caption,
.wp-block-calendar table caption {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #6c757d;
}

.widget_calendar table th {
    margin: 0;
    padding: 0px 15px 10px;
    border: 0 none;
    width: 11.6%;
    font-weight: 600;
    text-align: center;
}

.widget_calendar table td, .widget_calendar table th {
    font-size: 16px;
    list-style-type: none;
    width: 11.6%;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 400;
}

.widget_calendar table #prev {
    text-align: left;
}

.widget_calendar table #prev a {
    font-weight: 600;
    color: #000;
    line-height: 35px;
    padding-left: 10px;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 11.6%;
    text-align: center;
    margin-bottom: 8px;
}

.days li.disable {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.widget_calendar tbody td a {
    color: #fff;
    padding: 7px 10px 4px;
    border-radius: 8px;
}

/* Calender Responsive*/
@media screen and (max-width:920px) {

    .weekdays li,
    .days li {
        width: 11.1%;
    }
}

@media screen and (max-width: 420px) {

    .weekdays li,
    .days li {
        width: 11.6%;
    }

    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {

    .weekdays li,
    .days li {
        width: 11.6%;
    }
}

/* Subscribe */

.widget .newsletter .input-effect {
    width: 100%;
    margin-bottom: 10px;
}

.widget .newsletter {
    padding: 20px 16px;
}

.widget-newsletter input[type=email] {
    width: 100%;
}

.widget-newsletter input[type=button] {
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
    padding: 10px 26px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-newsletter input[type=button]:hover {
    color: #fff;
}
 /* widget */
.widget_recent_comments li a {
    font-weight: 700;
}
section.sidebar ul li,
section.sidebar ul ul li {
    /* padding: 5px 15px; */
    /* color: #941502; */
}

.widget_give_forms_widget:not(.donate-form) .give-form-wrap {
    padding: 15px;
}

.widget_calendar .wp-block-calendar table th {
    padding: 5px;
}

.widget_give_forms_widget:not(.donate-form) #give-recurring-form,
.widget_give_forms_widget:not(.donate-form) form.give-form, form[id*=give-form] {
    margin: 0;
}

/* Tags */

.widget_tag_cloud .tagcloud {
    padding: 20px 15px;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
	display: inline-block;
    color: #0e0e0e;
    border-width: 1px;
    border-style: solid;
    border-top-width: 3px;
    line-height: 20px;
    padding: 2px 10px 0px;
    font-size: 14px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    color: #f9f9f9;
}

.wp-block-tag-cloud a {
    border-color: #0574f7;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
	coloe:#ffffff;
    background: #0574f7;
}

.woocommerce-product-search input[type=search] {
    flex: 1;
    margin-right: 10px;
}

.woocommerce-product-search button {
    flex: 0;
}

.price_slider_wrapper .ui-slider-horizontal {
    width: 100%;
    max-width: 318px;
    height: .5em;
    background: #242424!important;
    margin: 20px auto;
    position: relative;
    text-align: left;
}

 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 0;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    top: -5px;
    margin-left: -1px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -16px;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
    display: inline-block;
    padding: 0 10px 15px;
}

.price_label {
    display: inline-block;
}

#header-top .widget {
    display: inline-block;
    margin: 0 -4px 0 0;
}

#header-top .widget-title {
    display: none;
}

#header-top .eventpress-top-right {
    display: inline-block;
}

#header-top .eventpress-top-right .widget:first-child {
    margin-right: 15px;
}

#header-top .widget_social_widget ul {
    padding: 0;
}

.sidebar .widget_info i {
    margin: 20px 0px 20px 15px;
}

.widget_info > span {
    padding-left: 10px;
}

#header-top .widget:nth-child(n+2) {
    padding-left: 15px;
}

#header-top .eventpress-top-right .widget:nth-child(n+2) {
    padding-right: 15px;
}

#header-top .widget_search label, #header-top .widget_search input[type="search"] {
    margin: 0;
}

#header-top .widget_search input[type="search"] {
    min-height: 35px;
    display: block;
    max-width: 125px;
    font-size: 13px;
}

#header-top .widget_search input[type="submit"].search-submit {
    font-size: 13px;
    padding: 0 15px;
    margin: 0 5px;
    line-height: 25px;
    height: unset;
    color: #fff;
    border: 2px solid #ffffff;
}

.sidebar .widget_social_widget li {
    font-size: 22px;
}

.widget_social_widget li,
#header-top .widget li {
    display: inline-block;
}

#header-top .widget ul {
    padding: 0;
}

#header-top .widget li a:after {
    padding-left: 5px;
}

#header-top [class*="widget_"] li a:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

#header-top .tagcloud {
    padding: 0;
}

#header-top .widget_tag_cloud a {
    display: initial;
}

#header-top .gallery-icon {
    margin: 0;
}

#header-top .widget img {
    width: 32px;
    padding: 0;
}

#header-top .gallery {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
}

#header-top .gallery .gallery-item {
    flex: 1;
    margin: 0 6px 0 0;
}

#header-top .gallery .gallery-item:last-child {
    margin: 0;
}

#header-top .widget_media_image img {
    display: initial;
}

#header-top .widget_media_video {
    display: block;
    width: 100%;
}

#header-top .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 190px;
}

/***/
.sidebar .wp-block-tag-cloud {
    padding: 20px 15px;
}

.sidebar .wp-block-search__input {
	min-height: 50px;
	border-radius: 4px;
}

.sidebar .wp-block-search__button {
	height: 50px;
	border-radius: 4px;
	padding: 10px 15px;
}
.sidebar .wp-block-search__inside-wrapper  {
	padding: 20px 15px;
}

.sidebar .wp-block-search__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    font-family: fira sans;
	padding: 15px;
	border-bottom: 1px solid #d3d6db;
}

.widget_search button:hover, .sidebar .wp-block-search__button:hover , .widget_search button:focus, .sidebar .wp-block-search__button:focus {
	background-color: transparent;
}