/**
* Theme Name: Payonline Child
* Description: This is a child theme of Payonline, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: payonline
* Version: 1.0.0
*/

/* hide video button */
.slider-content-style-four .thm-btn {
	display: none
}

/* shadow on Test over images to make them readable */
.single-service-style-seven.hvr-sweep-to-bottom {
    text-shadow: 0 2px 10px rgb(0 0 0);
}

/** header / top nav ***/

.main-navigation .navigation-box .menu-item {
    text-shadow: 0 2px 10px rgb(0 0 0);
}

/** remove filters from slider to have images colorful **/
.payonline-1 .elementor-image-carousel.swiper-wrapper img:hover {
    opacity: .5;
    -webkit-filter: none;
    filter: none;
}

/** reduce image brightness for overlaying text on owl carousel **/
.owl-carousel .owl-item img {
    filter: brightness(50%);
}
.owl-carousel .owl-item:hover img {
    filter: brightness(30%);
}

/** moving What Sets Us Apart headings to middle **/
.single-faq-two .title-block {
    padding-top: 150px;
}

.main-navigation {
    margin: auto;
}