div .menu-menu-1-container #menu-menu-1 li.menu-item a {
    color: #0056b3;
}
#page-site-header {
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.onetap-desc {
	display:none;
}

.post-date {
	/*margin-left: 3em;*/
}

.cat-links, .post-date {
	font-size: 0.8em;
	font-style: italic;
}
.post-item .entry-meta a {
	font-size: 1em;
}
	

.separator-1 {
	height:3em;
}


ul.sub-menu li:hover {
	background-color: #adca69;
}


.button {
  display: inline-flex;
  max-width: 99%;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #46c7f3;
  color: #000000;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.button:hover {
  background-color: #006ac9;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}

.button-2 {
  display: inline-flex;
  max-width: 99%;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #ff7efd;
  color: #000000;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.button-2:hover {
  background-color: #930483;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}

.button.pdf-file::before, .button-2.pdf-file::before {
  content: "\f1c1"; /* FontAwesome ikona PDF */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
}

#secondary .menu ul.sub-menu {
	padding-left:2em;
}


#our-services article #service-1 a:hover {
  color: #2aaae2;
}
#our-services article #service-3 a:hover {
  color: #43cd66;
}
#catch-breadcrumb {
    font-size: 0.8em;
	margin-top: -5em;
	margin-bottom: 2em;
}
.entry-breadcrumbs {
	text-align: left;
}

#blog h2 {
	text-shadow:none;
}




.wp-block-details summary:before {
    content: '+ ';
	color: #0056b3;
	font-weight: 800;
    font-size: x-large;
}

.wp-block-details summary {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 7px;
    background: #f5f5dc;
}
.site-logo img {
    max-height: 100px;
}


@media screen and (width: 1366px) {
.site-branding {width:425px; padding:0px;}
.site-title {font-size:27px;}
.wrapper {width: 100%; max-width: 1330px;}
.page-section {width: 90%;}
.main-navigation {line-height: 1.2em;}
#site-navigation {margin-right: 65px;}
#site-identity {width: 345px;}
.site-logo {width:70px;}
.site-logo img { max-height: 110px;}
}

@media screen and (min-width: 1400px) {
	#site-navigation {margin-right: 65px;}
    .main-navigation ul#primary-menu > li {
        padding: 30px 15px;
    }
	.site-logo img {
		max-height: 130px;
	}
	.site-branding {
		display: inline-flex;
	}
	.wrapper {width: 100%; max-width: 1370px;}
}
@media screen and (min-width: 1600px) {
	
	.wrapper {width: 100%; max-width: 1570px;}
}
@media screen and (min-width: 1900px) {
    .wrapper {
        max-width: 1650px;
    }
	.site-logo {
		width:70px;
	}
	.site-branding {
		width: 470px;
	}
	.site-logo img {
    max-height: 150px;
}
}
/*
@media screen and (min-width: 1900px) {
    .wrapper {
        max-width: 1600px;
    }
	.site-logo {
		width:170px;
	}
}

.site-branding {
    display: inline-flex;
}
*/


.site-logo {width:0px;}