
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* header menu link color */

header.prague-header.sticky-menu.sticky-mobile-menu.light.absolute.simple a {
    color: #fff;
}
header.prague-header.sticky-menu.sticky-mobile-menu.light.absolute.simple.scroll a {
    color: #000;
}



.prague-footer .footer-top-content .prague-footer-main-block .prague-logo {
    margin-left: -38px;
}
.prague-header.simple.sticky-menu.light.scroll {
    background-color: #fff;
}

.prague-header.light .main-menu li a {
    color: #111;
}

.prague-header.light .main-menu li a:hover{
     text-decoration: underline;
}

.prague-services-wrapper .prague-services-link {
    display: none;
}

.prague-services-wrapper {
    height: 375px;
}

@media only screen and (max-width: 769px) {
	.reverse-col-on-mob {
		display: flex !important;
		flex-direction: column-reverse;
	}
}