/**
* Theme Name: Wavo Child
* Description: This is a child theme of Wavo, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: wavo
* Version: 2.3.9
*/

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px){
	.overflow-scroll {
		overflow-y: scroll !important;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        gap: 5px;
	}

	.overflow-scroll > div {
        flex: 0 0 35% !important;
        scroll-snap-align: start;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
	}
}
@media screen and (max-width: 550px){
	.overflow-scroll > div {
		flex: 0 0 90% !important;
	}
}

.topnav .menu-icon .text .word {
	white-space: nowrap;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .header_logo {
        max-width: 70% !important;
    }
}