@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400&family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap");
body, html, p, div, span {
  font-family: "Montserrat";
  color: #6a6a6a; }

html body {
  font-size: 18px;
  margin-bottom: 0 !important; }

h1, h2, h3, h4 {
  font-family: "Cinzel";
  font-weight: 400; }

h2 {
  font-size: 2.11111em; }

h1 {
  font-size: 2.66667em !important; }

.inner-content {
  max-width: 1280px;
  margin: 0 auto; }

.one_half {
  width: 48%;
  display: inline-block;
  vertical-align: middle; }
  .one_half:first-child {
    margin-right: 4%; }

#site-navigation {
  margin-bottom: 1em; }
  #site-navigation li a {
    font-size: 1.11111em;
    padding: 0.5em 2em 0.5em 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold; }
  #site-navigation li:last-child {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 0 !important; }
    #site-navigation li:last-child a {
      padding: 13px 40px;
      position: relative;
      z-index: 1;
      color: #fff; }

.logo img {
  max-width: 450px; }

.logo {
  display: block;
  margin-top: 10px; }

.site-branding {
  margin-bottom: 1em; }

footer.site-footer {
  background-color: #D5E3E8;
  padding: 2em;
  margin-top: 3em; }

html .entry-content {
  margin-top: 0; }

.button-old {
  box-shadow: inset 0 0 0 4px #D5E3E8;
  color: #D5E3E8;
  transition: color 0.25s 0.08333s;
  position: relative;
  padding: 1em 3em;
  color: #D5E3E8;
  text-decoration: none; }
  .button-old::before, .button-old::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0; }
  .button-old::before {
    border-bottom-width: 4px;
    border-left-width: 4px; }
  .button-old::after {
    border-top-width: 4px;
    border-right-width: 4px; }
  .button-old:hover {
    color: #FCD5CE !important; }
    .button-old:hover::before, .button-old:hover::after {
      border-color: #FCD5CE;
      transition: border-color 0s, width 0.25s, height 0.25s;
      width: 100%;
      height: 100%; }
    .button-old:hover::before {
      transition-delay: 0s, 0s, 0.25s; }
    .button-old:hover::after {
      transition-delay: 0s, 0.25s, 0s; }
  .button-old:visited {
    color: #D5E3E8; }

.button_wrap_center {
  text-align: center; }

.button, #site-navigation li:last-child {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #FCD5CE;
  padding: 17px 60px;
  margin: 0 auto;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .button:visited, #site-navigation li:visited:last-child {
    color: #fff; }

.button span, #site-navigation li:last-child span {
  position: relative;
  z-index: 1;
  color: #fff; }

.button:after, #site-navigation li:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 800%;
  width: 200%;
  background: #D5E3E8;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-120%) translateY(-25%) rotate(45deg); }

.button:hover:after, #site-navigation li:last-child:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.buttonwrap {
  text-align: center; }

.form_wrap .form_row_wrap {
  white-space: nowrap;
  text-align: left; }
  .form_wrap .form_row_wrap a, .form_wrap .form_row_wrap a:visited {
    color: #6a6a6a; }

.form_wrap .one_half p {
  display: block; }

.form_wrap input[type="text"], .form_wrap input[type="email"], .form_wrap textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6a6a6a;
  border-radius: 0;
  outline: none;
  margin-top: 1em; }
  .form_wrap input[type="text"]:focus, .form_wrap input[type="email"]:focus, .form_wrap textarea:focus {
    outline: none; }

.form_wrap textarea {
  height: 100px; }

.form_wrap label {
  display: block;
  text-align: left; }

.form_wrap .wpcf7-radio {
  display: block;
  margin-top: 1em; }
  .form_wrap .wpcf7-radio .wpcf7-list-item {
    position: relative;
    overflow: hidden; }
    .form_wrap .wpcf7-radio .wpcf7-list-item label {
      padding-left: 38px;
      line-height: 35px;
      cursor: pointer; }
      .form_wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        left: 0;
        background-repeat: no-repeat;
        background-image: url("../images/radio_empty.png");
        background-size: contain; }
      .form_wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label + input[checked="checked"]:before {
        background-image: url("../images/radio_selected.png"); }
      .form_wrap .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
        background-image: url("../images/radio_selected.png"); }
    .form_wrap .wpcf7-radio .wpcf7-list-item input {
      left: -100px;
      position: absolute; }

.heading_wrap {
  display: block;
  text-align: center; }
  .heading_wrap h1, .heading_wrap h2, .heading_wrap h3 {
    display: inline-block;
    position: relative; }
    .heading_wrap h1:after, .heading_wrap h2:after, .heading_wrap h3:after {
      display: block;
      position: absolute;
      width: 110%;
      bottom: 0px;
      left: 0px;
      height: 2px;
      background-color: #D5E3E8;
      /*content:"";*/ }

.menu-toggle {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  position: absolute;
  top: 10px;
  right: 50px; }

header .inner-content {
  position: relative; }

.meni_button {
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .meni_button .line_button {
    height: 3px;
    width: 100%;
    margin: 10px 0;
    background-color: #000;
    display: block; }

@media screen and (max-width: 1280px) {
  .inner-content {
    padding: 0 20px; } }

@media screen and (max-width: 960px) {
  .logo img {
    max-width: 250px; }
  nav .menu-toggle {
    display: block; }
  nav.main-navigation ul {
    display: none; }
  .block_wrapper.ikone_naslov_text .vsebina_single {
    display: block;
    width: 100%; }
    .block_wrapper.ikone_naslov_text .vsebina_single .vsebina_ikona {
      max-width: 100px;
      margin: 0 auto; }
  .mobile_only {
    display: block; } }

@media screen and (max-width: 767px) {
  .heading_wrap h1, .heading_wrap h2, .heading_wrap h3, h1, h2, h3 {
    line-height: 1 !important; }
  .one_half {
    width: 100%;
    display: block;
    margin: 0; }
  .block_wrapper.slika_text {
    padding-bottom: 0; }
  .pricing_blok .wrap-pricing {
    display: none; }
  .pricing_blok .paket_features {
    display: block;
    width: 100%;
    margin-bottom: 2em; }
  .pricing_blok .paket_features .naziv_paketa_heading .opis_paketa_mobile {
    display: block;
    text-transform: none;
    color: #000;
    font-size: 0.88889em;
    margin-top: 1em;
    font-weight: 400; }
  .pricing_blok .paket_features .naziv_paketa_heading .badge_mobile {
    display: block; }
  .testimonials_block .testimonials_wrap .testimonial_single.with_image .testimonial_image_wrap {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto 2em; }
  .testimonials_block .testimonials_wrap .testimonial_single.with_image .testimonial_content_wrap {
    width: 100%; }
  .testimonials_block .testimonials_wrap .slick-list {
    width: calc(100% - 100px); }
  .slick-slider .slick_arrow {
    width: 40px; }
  .form_wrap .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-bottom: 20px; } }
