/*!
Theme Name: hdl
Theme URI: https://hbgdesignlab.com/
Author: Helsingborg Design LAB
Author URI: https://hbgdesignlab.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hdl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
.custom-blog-content p + h4 {
    padding-top: 30px;
}
.heading-section ul li:hover span.front-text {
    /* opacity: 0; */
    position: relative !important;
}

.logo-wrapper .single-logo {
	 margin-bottom: 60px;
	 padding: 0 25px;
}
@media (max-width: 767px) {
	 .logo-wrapper .single-logo {
		 padding: 0 30px;
		 margin-bottom: 45px;
	}
}
.logo-wrapper .single-logo img {
	 max-width: 200px;
	 max-height: 50px;
}