/*
Theme Name: Hello Elementor Child
Theme URI: https://www.skthemes.com/
Description: A child theme for Hello Elementor.
Author: SKThemes
Author URI: https://www.skthemes.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Custom CSS goes below this line */


.widget {
	margin-bottom:30px;
}

.widget ul {
	padding-left: 5px;
    list-style: none;
}

.widget ul li {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tagcloud .tag-cloud-link {
    display: block;
    font-size: 16px !important;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.elementor-image-box-content {
	padding: 0 20px 20px 20px;
	height: 215px;
}

.upk-noxe-slider .upk-noxe-inner-content {
	min-width: 80%!important;
    width: 80%!important;
}