/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

/* Sticky Header */
#site-logo-img img {
	transition: all .2s;
}
#stickyheader.elementor-sticky--active.elementor-sticky--effects #site-logo-img img {
	width: 160px;
}

/* Home Service Cards */
@media (max-width:767px) {
	.home-service-cards .elementor-flip-box__layer__description {
		display: none;
	}
}

/* Grid Service Cards */
.grid-service-cards .elementor-heading-title[class*=elementor-size-]>a:hover {
	color: #1E73BE;
	transition: all .3s;
}

/* Widget Image Full Widget Link */
.widget-img-full-width, .widget-img-full-width a {
	width: 100%;
	overflow: hidden;
    border-radius: 8px;
}

/* Blog Sidebar */

.sidebar-widget-list h5 {
	display: none;
}

.sidebar-widget-list ul {
	list-style-type: none;
    padding: 0;
	margin: 0;
}

.sidebar-widget-list ul li {
	margin: 8px 0;
}

.sidebar-widget-list ul li a{
	color: #555555;
	text-transform: capitalize;
}

/* Location and Service Areas Styles */

.location-template-default .elementor-widget-theme-post-content ul, 
.location-template-default .elementor-widget-theme-post-content ol, 
.servicearea-template-default .elementor-widget-theme-post-content ul, 
.servicearea-template-default .elementor-widget-theme-post-content ol {
    margin-bottom: 25px;
    padding-left: 0px;
}
