/**
 * Theme Name: ITK
 * Theme URI: https://innovative.ee/
 * Author: Innovative AD
 * Author URI: https://innovative.ee/
 * Version: 1.0
 * Text Domain: itk
 */

img.alignleft { float: left; margin: 20px 20px 20px 0; }
img.alignright { float: right; margin: 20px 0 20px 20px; }

.news-item p { height: 3em; }

.single-format-standard .page-breadcrumbs { margin-top: 2.5em; }

.bx-slide__content header { padding: 1em 0 0; color: #46a400; font-size: 1.25em; font-weight: 400; text-transform: uppercase; }
.bx-slide__content header a { display: block; padding: 0; margin: 0; color: #46a400; font-size: 1em; }
.modal__backdrop{
height: 100%;}
h1.footer {
    color: #525252;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 500;
}

/* LOGO 2.0 */
.itk-logo {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 64px;
}

.header-main__logo {
  width: 35%;
  max-width: 560px;
  margin-top: 16px;
}

.secondary {
  width: 16%!important;
}

.itk-logo__left,
.itk-logo__right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ipatsient-logo__left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  left: 0;
  padding-left: 20px;
}

.itk-logo__left {
  left: 0;
}

.itk-logo__right {
  right: 0;
}

.itk-logo__left img,
.itk-logo__right img {
  height: 100%;
  width: auto;
}

.ipatsient-logo__left img {
  height: 56px!important;
  margin-top: 15px!important;
}

.itk-logo__right img {
  display: block;
  float: right;
}

.header-main__logo img {
  width: auto;
  height: 64px;
  margin-top: 0;
}

@media (max-width: 1280px) {
  .header-main__logo {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .header-main__logo {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .itk-logo {
    max-width: 360px;
    height: 40px;
  }

  .header-main__logo {
    width: 50%;
    max-width: 360px;
    margin-top: 10px;
    height: 40px;
  }

  .header-main__logo img {
    height: 40px;
  }
    .secondary img {
    height: 40px!important;
    margin-top: 3px!important;
  }
  
}

@media (max-width: 480px) {
  .header-main__logo {
    width: 50%;
  }
  .secondary img {
    height: 35px!important;
    margin-top: 5px!important;
  }
}

/*----Custom FCR----*/

nav.custom-fcr-pagination ul > li {
  list-style: none;
}
nav.custom-fcr-pagination ul {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
}

.wpcf7-form-control-wrap{
text-align: right;}

.wpcf7-recaptcha{
   display: inline-block;
}
html {
  scroll-behavior: smooth;
}