/*
Theme Name: sixart-child theme
Author: 
Description: Your description goes here
Version: 1.0
Template: sixart

This is the child theme for sixart theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
    --tp-theme-1: #6864ed !important; /* or use the hex code #0000FF */
}

.hide-heading-section{
	display:none !important;
}

.footer__widget .gallery-item {
	width: fit-content !important;
}

.gallery-icon.landscape img
{
	width : 45px !important;
	height: 45px !important;
}

footer {
	display: none;
}
.tp-footer-area{
	display: none;
}
.fas.fa-map-marker-alt {
    font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	color: white !important; 
}

.fas.fa-map-marker-alt::before {
    content: "\f3c5" !important;
    font-size: 1.2em; /* Adjust the size as needed */
}
