/*
 Theme Name:   The7 Child
 Theme URI:    https://the7.io/
 Description:  Child Theme for The7 WordPress Theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     dt-the7
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  the7-child
*/





/* 
.footer {
	position: none;
  	max-width: 1300px;
	margin: auto !important;
}


.footer-bottom {
  margin-top: 20px;
	width: 1300px !important;
    display: flex !important;
    justify-content: space-between !important;
}


.footer-bottom p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}


.footer-bottom .social-links {
  display: flex;
  gap: 32px;
}

.footer-bottom .social-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-bottom .social-links a:hover {
  color: #fff;
}
 */


