/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Mukesh Kumar
 Author URI:   https://pixxelu.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below */



form.tenweb-search-form .tenweb-search-form__container {
    border-radius: 160px !important;
    border: 1px solid #E5E5E5 !important;
    background: #F5F5F5 !important;
    padding: 0 10px;
}

form.tenweb-search-form .tenweb-search-form__container input {
    border: none !important;
    font-size: 13px !important;
    color: #000 !important;
    background: transparent !important;
}

form.tenweb-search-form .tenweb-search-form__container button.tenweb-search-form__submit {
    border: none !important;
    padding: 10px;
    color: #383838 !important;
    font-size: 16px !important;
}


.custom-posts-slider .post-thumb img {   
    height: 250px !important;   
    object-fit: cover !important;
}
.slick-dots {    
	bottom: -60px !important;
}