/**
 * Theme Name:  321live-2026
 * Description: Het 321live thema, versie 2026.
 * Template:    medicate
 * Version:		1
 * Author:      Pim Haarsma
 * Author URI:  https://pimhaarsma.nl
 */

:root {
    scroll-behavior: auto;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}
.widget ul li a,
.pt-blog-post .pt-post-media .pt-post-date {
	text-transform: none;
}

a, .button {
	/*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
	transition: none;
}

.content-area .site-main {
	padding: 80px 0;
}
.pt-breadcrumb {
	--secondary-color: #FFF;
	--dark-color: #FFF;
	padding: 130px 0 !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.pt-breadcrumb-container .breadcrumb li.active {
	color: #999;
}

.pt-clientbox.pt-style-1 a:hover .pt-client-img {
	opacity: 1;
	filter: brightness(1.2) contrast(1.1);
}
.pt-clientbox.pt-style-1 .pt-client-img {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	margin-top: 25px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	padding: 10px 15px !important
}


