/**
* Theme Name: Mikael Child
* Description: This is a child theme of Mikael.
* Author: VLThemes
* Template: mikael
* Version: 1.0.0
*/

.vlt-navbar .vlt-navbar-logo img {
	max-height: unset !important;
}

/* animazione pesce home */
.s247-00 {
    /* top: 0; */
    right: 0;
    bottom: 1%;
    width: 60vw;
    height: 30%;
    background-position: bottom left;
    background-size: cover;
}

.vlt-offcanvas-menu__navigation .sf-menu > li > a {
    font-size: 1.5rem !important;
    line-height: 1 !important;
}


@media only screen and (min-width:1024px) {
	/* animazione pesce home */
	.s247-00 {
		/* top: 0; */
		right: 0;
		bottom: 4%;
		width: 40vw;
		height: 65%;
		background-position: bottom left;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
    .vlt-custom--4124 {
        right: 0vw !important;
	}
}