/* ===================================================================================

* Theme Name: EdCare Child
* Theme URI: https://wp.rrdevs.net/edcare/
* Author: RRDevs
* Author URI: https://themeforest.net/user/rrdevs
* Description: EdCare - Education & Online Course WordPress Theme
* Version: 1.0.6
* Tested up to: 6.7
* Requires PHP: 7.4
* Template: edcare
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Shop Categories on sidebar */
ul.product-categories {
    display: flex !important;
    flex-direction: column !important;
    column-gap: 0px !important;
}
.cat-item {
padding: 0px 20px !important;
}
svg.e-font-icon-svg.e-fas-phone-alt {
    width: 40% !important;
}
svg.e-font-icon-svg.e-fas-map-marker-alt {
    width: 40% !important;
}
svg.e-font-icon-svg.e-fas-clock {
    width: 40% !important;
}
.contact-content .contact-list .list-item .icon {
    color: #07a698 !important;
}
.tp-course-grid-sidebar-select .nice-select {
   width: 340px !important;
}
/* Courses in footer */
.footer-course1 .course-thumb-wrap {
    display: none;
}
.footer-course1 .course-item.dark-item {
    padding: 0px !important;
}
.footer-course1 .course-content {
    padding: 20px !important;
	margin-bottom: 0px !important;
}
.footer-course1 span.offer {
    margin-bottom: 5px !important;
}
.footer-course1 h3.title {
    margin-bottom: 5px !important;
}
.footer-course1 .bottom-content {
    display: none !important;
}
.footer-course1 .course-item .course-content .course-list {
    margin-bottom: 0px !important;
}

.page-header .bg-img {
    display: none !important;
}

/* Team title remove link */
.trajneret1 a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
}
.trajneret1 .team-social {
    display: none !important;
}

/* Misioni dhe Vizioni hide video btn */
.video-feature .video-thumb .video-btn {
	display: none !important;
}
/* Slider courses footer */
.footerslider-course1 .course-carousel-wrap-20 .swiper-arrow .swiper-nav.swiper-prev {
	display: none !important;
}
.footerslider-course1 .course-carousel-wrap-20 .swiper-arrow .swiper-nav {
	display: none !important;
}
.footerslider-course1 .course-item .course-thumb-wrap .course-thumb {
	display: none !important;
}
.footerslider-course1 .course-item .course-content .course-list {
	margin-bottom: 0px !important;
	display: none !important;
}
.footerslider-course1 .course-item .course-content .title {
	font-size: 17px !important;
}
.footerslider-course1 .course-item .bottom-content {
	display: none !important;
}
.footerslider-course1 .course-item .course-content {
	margin-bottom: 0px !important;
	padding: 20px !important;
	height: 200px !important;
}
@media screen and (max-width: 500px) {
.footerslider-course1 .course-item .course-content {
	margin-bottom: 0px !important;
	padding: 20px !important;
	height: 170px !important;
}
}
.footerslider-course1 .course-item .course-content .offer {
	margin-left: -10px !important;
}
/* Home testimonials */
.testimonials1 .testi-item {
    height: 300px !important;
}
/* Shop btn view details */
.tp-shop-product-thumb-btn:hover {
	background-color: #000000 !important;
}
/* wp armour */
.wpa-test-msg {
    display: none !important;
}
/* contacts page */
.contact-content .contact-list .list-item:hover .icon {
    color: #ffffff !important;
}
/* Woocommerce settings */
.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px;
    color: #162726 !important;
    font-weight: 600 !important;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border: 1px solid hsla(0,0%,7%,.11) !important;
}


