/*
CTC Separate Stylesheet
Updated: 2025-07-01 20:43:03
*/

html {
  scroll-behavior: smooth;
}
strong {
	font-weight: 600!important;
}

.wp-block-cover, .wp-block-cover-image {
    /*min-height: 500px!important;*/
}
.wp-block-post-featured-image {
     /*height: 600px;*/
  width: 100%; /* ili neka fiksna širina po potrebi */
  overflow: hidden;
  position: relative;
}
.wp-block-post-featured-image :where(img) {
    height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/*.page-id-9 {
	background-color: #E6D9D0!important;
}*/
.wpcf7-form input[type="text"], input[type="email"] {
	padding: 0.75rem 0;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {width: 100%}
.wpcf7-form p {margin: 0.75rem 0}
.wpcf7-form input[type="submit"] {
	background-color: black;
	padding:0.75rem 2rem;
	font-size: 1rem;
	color: white;
	border: none;
}

.page-id-25 main {
	background-color: white!important;
}

/*h1 {
    position: relative;
    z-index: 10;
	display: inline-block;
}
h1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: .5rem;
    background-color: #999;
    bottom: 0.15rem;
    z-index: -1;
}*/

.zoom-social-icons-list {
	text-align: center!important;
}

footer p a {
	text-decoration: none!important;
	transition: 
}
footer p a:hover {
	color: white;
	text-decoration: underline;
}
.img-about-us img {
	object-fit: cover;
	height: 350px;
}