
.portfolio_nav { display:none; }

#mobile_nav_icon
{
    display: none !important;
}



@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}


.contact-half-container {
  display: flex;
  width: 100%;
}
.contact-half-container .one-half {
  flex: 1;
  padding: 16px;
  min-height:400px;
}

.text-center {
   text-align: center;
}


/* CTA  */
.cta-box {
    background-color: #f2f0eb; /* Nežna, elegantna barva za romantičen občutek */
    border: 2px solid #b23a48; /* Topel rdeč odtenek za subtilen poudarek */
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #1d3557; /* Temno modra za dober kontrast */
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Rahel senčni učinek */
}

.cta-box h3 {
    color: #b23a48;
    font-size: 1.8em;
    margin: 0 0 10px;
}

.cta-box p {
    font-size: 1.2em;
    margin: 0 0 20px;
}

.cta-box .cta-button {
    background-color: #b23a48;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-box .cta-button:hover {
    background-color: #922a3a; /* Temnejši odtenek ob prehodu */
}

@media only screen and (max-width: 767px) {
  .contact-half-container {
    display: block;
    width: 100%;
  }
  .contact-info {
    position: relative !important;
    text-align: center;
  }

  .ppb_wrapper .standard_wrapper .one {
    padding: 0px 0 50px 0 !important;
  }
}

@media only screen and (max-width: 600px) {
   .benefit-icons {
      flex-direction: column;
   }
}

/* Ožji full witdh post */
.single-post #page_content_wrapper {
   max-width: 1024px;
}


