/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


#my-gallery img:hover{
    transform: scale(1.1);
}

#my-gallery img{
    transition: 0.5s all ease-in-out;
}

.sketchfab-embed-wrapper iframe{
    height: 500px;
}

.footer-text .elementor-widget-container > P:nth-of-type(1),
.footer-text .elementor-widget-container > P:nth-of-type(2) {
	display: none;
}

.footer-text .elementor-widget-container > P:nth-of-type(3){
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
}

footer.site-footer {
	padding: 0;
}


