/*
Theme Name: Custom WordPress Theme Child
Theme URI: https://github.com/loemkhorn/my-theme-child
Description: A child theme for Custom WordPress Theme. Add your custom CSS and overrides here without modifying the parent theme.
Author: Development Team
Author URI: https://example.com
Template: energylab
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: energlab-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ============================================================
   Child theme custom styles go below this line.
   The parent theme's styles are loaded automatically.
   ============================================================ */


.column-contact p {
  justify-content: end !important;
	text-align: right;
}

.social-icons-wrapper {
  justify-content: end !important;
}

.custom-social-widget{
	margin-bottom: 30px;
}

.about-desc {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}

.twd-credit {
    display: none;
}

footer .bottom-content{
	display: none !important;
}