/*
Theme Name: Itemada
Theme URI:
Author: Novot Agentuur
Author URI:
Version: 1.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 1.0625em;
  /* 1 */
  -webkit-text-size-adjust: 1.0625em;
  /* 2 */
  -ms-text-size-adjust: 1.0625em;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  color: inherit;
}
a {
  transition: color .3s;
}
a:hover,
.footer--links a:hover {
  text-decoration: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.file-inner a {
  margin: 0;
}
h1 {
  font-size: 56px;
  color: #393839;
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 700;
  text-transform: uppercase;
}
.flexlayout_element h1 {
  margin-bottom: 40px;
}
h2 {
  font-size: 36px;
  color: #393839;
  line-height: 35px;
  letter-spacing: -2px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  color: #393839;
  line-height: 27px;
  letter-spacing: -1px;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  color: #393839;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h5 {
  font-size: 17px;
  color: #393839;
  line-height: 35px;
  letter-spacing: 6px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 700;
}
p a {
  color: #4a9cd6;
}
/*MAIN STYLES*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #252530;
  line-height: 24px;
}
/* @supports (-webkit-touch-callout: none) {
  font-weight: 300;
} */
a,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
}
/*GENERAL*/
.no-padding {
  padding: 0;
}
.no-r-padding {
  padding-right: 0;
}
.no-l-padding {
  padding-left: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  line-height: 31px;
}
.wrap {
  position: relative;
  overflow: hidden;
}
/*.content {
padding-bottom:421px;
}
footer {
width:100%;
height:421px;
position:absolute;
bottom:0;
left:0;
}*/
textarea:focus,
input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
header a,
header a:hover {
  text-decoration: none;
}
blockquote {
  text-align: center;
  padding: 35px 100px;
  background: transparent;
  position: relative;
  border-left: 0;
  margin-bottom: 15px;
  display: inline-block;
}
/*#goTop {
background: url('images/gotop-v2.svg');
padding:5px;
position:fixed;
bottom:-130px;
right:10px;
color: #fff;
cursor: pointer;
height: 55px;
width: 55px;
text-align: center;
text-indent: -9999px;
z-index: 99999;
}
#goTop:hover {
background: url('images/gotop.svg');
}*/
blockquote::before {
  font-family: FontAwesome;
  content: '\f10e';
  color: black;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 70px;
}
blockquote::after {
  font-family: FontAwesome;
  content: '\f10d';
  color: black;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 70px;
}
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
  border: 0 none;
  border-bottom: 5px solid #ff7276;
  margin-bottom: 30px;
  padding: 15px 0;
  background: transparent;
  color: white;
}
.wpcf7 textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
a {
  color: inherit;
}
.cookie-consent {
  background-color: rgba(74, 156, 214, .75);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
  width: 100%;
  padding: 10px 20px;
  display: none;
}
.cookie-consent .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
.cookie-consent .inner p {
  line-height: 1.5;
  margin-bottom: 0;
}
.cookie-consent .inner a {
  text-decoration: underline;
  color: white;
}
.cookie-consent .inner button {
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  padding: 6px 20px;
  max-width: 120px;
  margin: 0;
  margin-left: 30px;
  font-size: 14px;
}
@media (max-width:768px) {
  .cookie-consent .inner p {
    text-align: center
  }
  .cookie-consent .inner button {
    margin: 5px 0 0 15px;
  }
}
.header--logo img {
  max-width: 106px;
  height: auto;
}
header.site--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header.site--header .container,
.uudised-wrap.container,
.page-template-template-kontakt .container {
  max-width: 1560px;
  width: 100%;
}
footer.site--footer.footer .container {
  max-width: 1920px;
  width: 100%;
}
header.site--header>div>div {
  box-shadow: 0px 28px 28px #3938391c;
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-top: 0 none;
  background: rgba(255, 255, 255, .3);
}
header.site--header>div>div>div {
  display: flex;
}
.header--menu-wrap {
  display: flex;
  align-items: center;
}
.current-menu-item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 10px;
  bottom: -25px;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.v-menu .current-menu-item:after {
  /*   bottom: -15px;
  transform: translate(0, 5px);
  left: -15px; */
  display: none;
}
.main-menu a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main-menu a:hover {
  color: #4A9CD6;
}
.main-menu li {
  list-style: none;
  float: left;
  position: relative;
}
.main-menu li:not(:last-child) {
  margin-right: 60px;
}
.with-bg-image {
  background-attachment: fixed;
}
.element1 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-flow: column;
}
.logo-element {
  display: flex;
  align-items: center;
  z-index: 9999;
  flex-flow: row;
  max-width: 1560px;
  margin: auto;
  width: 100%;
}
.logo-element-img {
  text-align: center;
  background-attachment: fixed;
}
/* .logo-element-img:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 100%;
  left: 50%;
} */
.logo-element img {
  max-width: 438px;
}
.logo-element h1 {
  color: white;
  text-shadow: 0px 0px 21px #00000022;
  margin-bottom: 30px;
}
.logo-element p,
.logo-element h2,
.logo-element h3,
.logo-element h4 {
  color: white;
  text-shadow: 0px 0px 21px #00000022;
}
.logo-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logo-bottom>div {
  height: 35vh;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.logo-bottom .btn {
  z-index: 9;
}
.logo-bottom>div:first-child {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9346113445378151) 63%);
}
.logo-bottom>div:last-child {
  background: url(images/pixelated-bg.svg) repeat-x 0 0;
  background-position: bottom;
}
.element2 {
  display: flex;
  position: relative;
}
/* .element2:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
} */
.element2>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.element2>div:first-child {
  background: url(images/pixelated-right.svg) no-repeat top right / auto 100%;
  position: relative;
}
.element2>div:first-child:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 1) 89%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.element2>div:first-child .inner {
  max-width: 580px;
  padding: 80px 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
.element2>div:first-child .inner h2 {
  margin-bottom: 40px;
}
.element2>div:last-child .inner {
  max-width: 600px;
  margin-right: 50px;
}
.feature-items {
  padding-left: 80px;
  position: relative;
}
.feature-items h5 {
  line-height: 22px;
}
.flexlayout_element .feature-items ul {
  margin: 0 0 30px 0;
}
.flexlayout_element .feature-items ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.flexlayout_element .feature-items ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4a9cd6;
  position: absolute;
  left: 0;
  top: 8px;
}
.feature-items:hover:after {
  opacity: 1;
}
/* .feature-items:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #4a9cd6;
  position: absolute;
  left: 4px;
  top: 7px;
  transition: all .3s;
} */
.feature-items:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(images/i-sign-round.png) no-repeat 0 0;
}
/* Kolmas element  */
.element3 {
  display: flex;
  background: white;
  position: relative;
}
/* .element3:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
} */
.element3>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
}
.misseeonpilt:before,
.argumendid_img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
  position: absolute;
  transition: width 1.25s ease-in-out;
}
.argumendid_img:before {
  left: unset;
  right: 0;
}
.misseeonpilt.visible:before,
.argumendid_img.visible:before {
  width: 0;
}
.element3>div:first-child {
  background-size: cover;
}
.element3>div:last-child .inner {
  max-width: 510px;
  text-align: center;
  padding: 200px 0 250px;
}
.element3 :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 100px;
}
/* Neljas element  */
.element4 {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}
/*
.element4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
} */
.element4>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
}
/* .element4>div:first-child {
  background: url(images/pixelated-right.svg) white no-repeat top right / auto 100%;
} */
.handimginner {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-size: 105% !important;
  background-position: -120px 0 !important;
  background-repeat: no-repeat;
}
.flexlayout_element.buttons_element {
  text-align: center;
}
.element4>div:last-child .inner {
  max-width: 675px;
  text-align: center;
  padding: 0 100px 100px 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.element4>div:last-child .inner .top-inner {
  max-width: 510px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}
.element4 :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 100px;
}
.questions {
  margin-top: 100px;
  text-align: left;
  width: 100%;
}
.panel-body {
  display: none;
  padding: 35px;
  font-size: 16px;
  line-height: 23px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
  overflow: hidden;
}
.panel-body>div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel {
  margin-bottom: 5px;
}
.panel.active {
  box-shadow: 0px 28px 27px #3938390B;
}
.panel-heading {
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background: #EFF0F1;
}
.panel-heading span {
  margin-right: 20px;
}
.panel-heading h3:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  color: #4a9cd6;
  font-size: 28px;
}
.panel .panel-heading h3:after {
  content: "\002B";
  position: absolute;
}
.panel.active .panel-heading h3:after {
  content: "\2212";
}
.panel .panel-heading h3 {
  position: relative;
  margin-bottom: 0;
  padding-right: 50px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.buttons_after_accordion {
/*   margin-top: 200px; */
	margin-top: 30px;
}
.hand-img {
  display: flex;
}
/* Viies element  */
.element5 {
  display: flex;
  background: white;
  position: relative;
}
/* .element5:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
} */
.element5>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
}
.element5>div:last-child {
  background-size: cover;
}
.element5>div:first-child {
  background: url(images/pixelated-left.svg) white no-repeat top left / auto 100%;
}
/* .element5>div:last-child:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 0;
} */
.element5>div:last-child h2 {
  color: white
}
.element5>div:first-child .inner {
  text-align: center;
  padding: 50px 100px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
}
.element5>div:first-child .inner>div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.argument-item-content {
  background-color: white;
  padding: 30px;
  display: flex;
  flex-flow: column;
  box-shadow: 0px 28px 28px #3938391c;
  border-radius: 28px;
  font-size: 16px;
  line-height: 23px;
}
.argument-item-content img {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  max-height: 75px;
  width: auto;
}
.argument-item-content:hover img {
  transform: rotateY(180deg);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.argument-item-content>div:first-child {
  padding: 30px;
}
.element-block h3 {
  margin-bottom: 30px;
}
/* Kuues element  */
footer.site--footer.footer>div.element6,
.contact-element6 {
  display: flex;
  position: relative;
  font-weight: 400;
  align-items: unset;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.87) 95%, rgba(255, 255, 255, 1) 97%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.87) 95%, rgba(255, 255, 255, 1) 97%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.87) 95%, rgba(255, 255, 255, 1) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* footer.site--footer.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 82%);
}
 */
/* .page-template-default section.content {
  padding-bottom: 100px;
} */
/* footer.site--footer.footer:after {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 82%);
} */
.home footer.site--footer.footer:after {
  display: none;
}
.home footer.site--footer.footer:before {
  display: none;
}
.home footer.site--footer.footer>div.element6 {
  background: transparent;
}
.home footer.site--footer.footer {
  background-attachment: fixed;
}
.element6>div:first-of-type {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  /*   height: 100vh; */
}
.element6 img {
  width: 100%;
  top: 0;
  left: 0;
}
.innerimgg {
  width: 100%;
}
.col-md-12.no-padding.element6img {
  justify-content: end;
}
.element6img {
  background: url(images/footer_mullilogo_v2.svg) no-repeat top left;
  background-size: 165%;
}
.home .element6img {
  background-size: 180%;
}
.element6 .whitebg {
  height: 400px;
  background: red;
}
.element6>div:first-child {
  background-size: cover;
}
.element6>div:first-child .inner {
  max-width: 675px;
  text-align: center;
  padding: 125px 0 75px;
  width: 100%;
}
.home .element6>div:first-child .inner {
/*   padding: 230px 0 20px; */
	padding: 150px 0 50px;
}
/* Kuues element  */
.itemada_paketid {
  display: flex;
  position: relative;
  font-weight: 400;
  flex-flow: wrap;
}
.itemada_paketid .inner a:hover {
  color: #a8a8a8 !important;
}
/* .itemada_paketid:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
} */
.page-template-template-paketid .itemada_paketid:before {
  z-index: 0;
}
.itemada_paketid>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
  padding: 12% 0 25%;
}
/* .itemada_paketid:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
} */
.home .itemada_paketid>div:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 82%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.itemada_paketid .inner {
  max-width: 438px;
  padding: 30px 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .7);
  text-align: center;
  position: relative;
  z-index: 1;
}
.itemada_paketid .inner a {
  color: #4A9CD6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 6px;
  margin-top: 30px;
  display: block;
}
.itemada_paketid .inner h2 {
  margin-bottom: 30px;
}
.itemada_paketid .inner h4 {
  margin-top: 30px;
}
.caldera-grid .form-control {
  border: 0 none;
  padding: 10px 15px;
  border-radius: 5px;
}
.element6 :is(h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 30px;
}
.caldera-grid input[type=submit] {
  background: #4a9cd6;
  border: 0 none;
  padding: 12px 60px 12px 60px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
  transition: all .1s;
}
.caldera-grid .row.last_row {
  margin-top: 50px;
}
a.btn,
a.caldera-forms-modal,
.caldera-grid input[type=submit] {
  background: #4a9cd6;
  color: white;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 16px;
  position: relative;
  border-radius: 3px;
  transition: all .1s;
  background: url('images/blue-hover-btn.svg') transparent no-repeat top left / auto 100%;
  padding-left: 90px !important;
}
a.btn,
a.caldera-forms-modal {
  padding: 12px 60px 12px 60px;
}
/* a.btn:hover,
a.caldera-forms-modal:hover {
  background: url('images/blue-hover-btn.svg') transparent no-repeat top left / auto 100%;
  padding-left: 90px;
  transition: all .3s;
} */
a.btn:hover,
a.caldera-forms-modal:hover {
  transition: padding .3s;
  background: #4a9cd6;
  padding-left: 60px !important;
}
.caldera-grid input[type=submit]:hover {
  transition: padding .3s;
  background: #4a9cd6;
  padding-left: 50px !important;
}
.caldera-grid input[type=submit]:before {
  position: absolute;
  right: 100%;
  width: 40px;
  height: 40px;
  background: url('images/i-sign-round@2x.png') no-repeat 0 0 / cover;
}
.top-gradient {
  position: absolute;
  height: 200px;
  width: 100%;
  /* background: red; */
  z-index: 2;
  /* background: rgb(255,255,255); */
  /* background: linear-gradient(
0deg
, rgba(255,255,255,0.6488970588235294) 0%, rgba(255,255,255,0.9262079831932774) 79%); */
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9262079831932774) 79%);
}
/* a.btn:before {
    background: url(images/itemada-logo.svg) 0 0;
    content: "";
    width: 51px;
    height: 51px;
    position: absolute;
    right: 100%;
    top: 0px;
    background-size: 53px;
    background-position: 0 -1px;
} */
.element3 a.btn {
  margin-top: 100px;
}
.right-sidebar-contact_area {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99999999;
  border: 2px solid rgba(255, 255, 255, .5);
  border-right: 0;
  background: rgba(255, 255, 255, .5);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.right-sidebar-contact_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-sidebar-contact_area a {
  display: block;
  padding: 20px 22px;
  text-align: center;
}
.left-menu {
  position: fixed;
  top: 40%;
  z-index: 999999;
  width: 60px;
  display: none;
  opacity: 0;
  transition: all .5s;
}
.left-menu.scrolled {
  display: block;
  opacity: 1;
}
.left-menu-area {
  position: absolute;
  transform: translateX(-100%);
  top: 0;
  z-index: 9999;
  display: flex;
  flex-flow: row;
  padding: 50px 10px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6488970588235294) 0%, rgba(255, 255, 255, 0.9262079831932774) 79%);
  border-radius: 5px;
  border: 1px solid white;
  width: 340px;
  transition: all .3s;
}
.left-menu-toggle img {
  margin-bottom: 15px;
}
.left-menu-toggle span {
  margin-bottom: 2px;
  height: 3px;
  width: 20px;
  background-color: black;
  display: block;
  border-radius: 3px;
}
.left-menu-toggle {
  z-index: 999;
  padding: 10px;
  position: absolute;
  opacity: 1;
  transition: all .4s;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.left-menu:hover .left-menu-area {
  transform: translateX(0);
}
.left-menu:hover .left-menu-toggle {
  opacity: 0;
  transition: all .1s;
}
.v-logo {
  width: 80px;
}
.v-menu li {
  float: none;
  line-height: 19px;
  margin-bottom: 33px;
}
.v-menu li:last-child {
  margin-bottom: 0px;
}
/* .flexlayout_element.buttons_element>div>div {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
} */
.flexlayout_element.buttons_element {
  z-index: 99999;
  position: relative;
}
.right-sidebar-contact_area li {
  position: relative;
}
.right-sidebar-contact_area li span {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0;
  transition: all .3s;
  width: 100px;
  text-align: right;
}
.right-sidebar-contact_area>ul>li:hover>span {
  opacity: 1;
  left: unset;
  right: 100%;
}
footer.site--footer.footer {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  position: relative;
  z-index: 999;
}
footer.site--footer.footer>div {
  display: flex;
  align-items: center;
  flex-flow: row;
}
footer {
  border-top: 3px solid #4a9cd6;
}
.footer-bottom {
  background-color: white;
}
.home .footer-bottom {
  background-color: transparent;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-copyright {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer-copyright ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-copyright ul li {
    display: inline-block;
    float: none;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.footer-copyright ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #000000ba;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.footer-copyright ul li:last-child {

    padding-right: 0;
    margin-right: 0;
}
.footer-copyright ul li:last-child:after {
    display: none;
}


.footer-logo {
  text-align: left;
  display: flex;
  align-items: center;
}
.footer-logo .footer-logo-img {
  max-width: 185px;
  padding: 15px;
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.footer-contact-list li {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: relative;
  padding-left: 35px;
}
.footer-contact-list li:before {
  display: none;
}
.footer-contact-list li {
/*   margin: 30px 0; */
	margin: 30px 0 30px 45px;
	font-weight: 400;
}
.footer-contact-list li img {
  margin-right: 10px;
  max-width: 20px;
  position: absolute;
  left: 0;
  max-height: 20px;
  top: 5px;
}
.itemada-contacts .footer-contact-list {
  flex-direction: column;
}
.itemada-contacts ul li {
  margin: 0 0 30px;
}
.flexlayout_element {
  padding-bottom: 100px;
  position: relative;
  z-index: 33;
}
/* .flexwrap>div:first-of-type {
  padding-top: 240px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 40%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 40%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fffffff', endColorstr='#ffffff', GradientType=0);
} */
.flexwrap>div:first-of-type {
  padding-top: 240px;
}
/* .flexwrap>div:last-child {
  padding-bottom: 0 !important;
} */
.wrap:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fffffff', endColorstr='#ffffff', GradientType=0);
}
.home .wrap:before {
  display: none;
}
.flexlayout_element .container-fluid {
  max-width: 1560px;
  width: 100%;
}
.lai-pildiala {
  position: relative;
}
.lai-pildiala img {
  margin: 0;
  padding: 0;
  border-right: 3px solid #4a9cd6;
  border-top-left-radius: 30px;
}
.lai-pildiala .pildiala_caption {
  position: absolute;
  bottom: 0;
  right: 18px;
  max-width: 650px;
  background: url(images/pildiallkiri_mullilogo_v2.svg) no-repeat left top;
  padding: 45px 45px 45px 165px;
  font-size: 16px;
  line-height: 23px;
  background-size: 1100px;
}
.white_gr_bg {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 99%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fffffff', endColorstr='#ffffff', GradientType=0);
}
.flexlayout_element h2 {
  margin-bottom: 40px;
}
.flexlayout_element h3 {
  margin-bottom: 30px;
}
.pildiala_inner {
  position: relative;
}
.pildiala_inner img,
.pildiala_inner {
  border-top-left-radius: 30px;
/*   border-right: 3px solid #4a9cd6; */
}
.pildiala_inner .pildiala_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 475px;
  background: url(images/pildiallkiri_mullilogo_v2.svg) no-repeat left top;
  padding: 35px 25px 25px 125px;
  font-size: 16px;
  line-height: 23px;
  background-size: 900px;
}
.flexlayout_element ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.flexlayout_element ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  margin-bottom: 25px;
}
.flexlayout_element ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4a9cd6;
  position: absolute;
  left: 0;
  top: 8px;
}
.flexlayout_element .gallery-nav .slick-prev,
.flexlayout_element .gallery-nav .slick-next {
  content: '';
  position: absolute;
  border-left: 3px solid #000000;
  border-top: 3px solid #000;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
.flexlayout_element .gallery-nav .slick-next {
  transform: rotate(225deg);
}
.flexlayout_element .gallery-nav .slick-prev:before,
.flexlayout_element .gallery-nav .slick-next:before {
  content: '';
}
.flexlayout_element .gallery-nav .slick-prev:hover,
.flexlayout_element .gallery-nav .slick-next:hover {
  opacity: 0.5;
}
.flexlayout_element .gallery-nav .slick-prev {
  left: 45%;
  top: -50px;
}
.flexlayout_element .gallery-nav .slick-next {
  top: unset;
  right: 45%;
  left: unset;
  bottom: -50px;
}
.flexlayout_element .gallery-nav img {
  border-radius: 10px;
  margin: 10px 0;
}
.flexlayout_element.gallery_element>div>div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.flexlayout_element .gallery-main img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* .itemada_paketid > div:first-of-type:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #4a9cd6;
    position: absolute;
    top: 0;
    left: 50%;
} */
.page-template-template-paketid .flexwrap>div:first-of-type {
  padding-top: 0;
}
.page-template-template-paketid .itemada_paketid {
  display: flex;
  align-items: unset;
  position: relative;
  min-height: unset;
  font-weight: 400;
  flex-flow: wrap;
}
.page-template-template-paketid .itemada_paketid>div {
  display: flex;
  flex-flow: column;
  justify-content: unset;
  align-items: center;
  height: unset;
  background-position: bottom;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 0px;
}
.page-template-template-paketid .itemada_paketid:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 82%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-template-template-paketid .itemada_paketid .inner {
  max-width: 375px;
  padding: 30px;
}
.paketid_after {
  max-width: 600px;
  padding: 50px;
  text-align: center;
}
.pakett:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 82%);
  top: 0;
  left: 0;
  z-index: 0;
}
/* .pakett:first-of-type:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #4a9cd6;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
} */
.pakett>div {
  z-index: 1;
}
.flexlayout_element .paketid_after ul li {
  padding-left: 0;
  margin-bottom: 35px;
}
.flexlayout_element .paketid_after ul li:last-child:before {
  display: none;
}
.flexlayout_element .paketid_after ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  left: 50%;
  top: unset;
  bottom: -20px;
}
.paketi_hind {
  display: block;
  margin-bottom: 30px;
}
.paketi_hind .hind {
  color: #4A9CD6;
  font-size: 30px;
  font-weight: 300;
}
.paketid_vormid p a:last-of-type {
  color: #4a9cd6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 14px;
  margin-top: 30px;
  display: block;
}
.uudised-wrap {
  padding-top: 240px;
}
.uudised-grid-item {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  line-height: 23px;
  font-size: 16px;
  height: 100%;
}
.uudised-grid-item>.row {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
.uudised-grid-item h3 {
  margin-bottom: 30px;
}
.uudised-col {
  margin-bottom: 93px;
}
.btn2 {
  color: #4a9cd6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 6px;
  font-size: 17px;
  margin-top: 30px;
  display: block;
}
.uudised-grid-item-text .inner {
  padding: 30px;
}
.uudised-wrap>div {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.uudised-wrap>div:before,
.uudised-wrap>div:after {
  display: none;
}
.uudised-main {
  position: relative;
  padding-bottom: 100px;
}
.uudised-wrap.container {
  position: relative;
  z-index: 1;
}
.uudised-main:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
/* #line-svg {
  position: fixed;
  top: 0;
  left: 50%;
  width: 150px;
  height: 100vh;
  margin: 0 0 0 -75px;
}
div.draw-line-height {
  height: 5000px;
  position: absolute;
} */
#line-svg {
  position: absolute;
  top: 9%;
  left: 50%;
  width: 150px;
  margin: 0 0 0 -75px;
}
div.draw-line-height {
  position: absolute;
  height: 100%;
  width: 4px;
  z-index: 999;
  left: 49.8%;
}
.uudised-grid-item-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.uudised-grid-item-text .btn2 {
  text-align: right;
}
.uudised-wrap>h2 {
  margin-bottom: 80px;
}
.sidebar-menu h2 {
  margin-bottom: 40px;
}
.sidebar-news-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 25px;
  letter-spacing: -0.7px;
}
.news-top>div {
  display: flex;
  flex-flow: wrap;
}
.news-top-img {
  background-size: cover;
  background-position: center;
}
.news-inner-wrap {
  background-color: white;
  border-radius: 18px;
  overflow: hidden;
}
.news-top-title {
  padding: 15px 65px;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.news-content {
  padding: 30px 50px;
}
.single-news .flexwrap>div:first-of-type {
  padding-top: 0;
  background: transparent;
}
.wp-caption {
  background: transparent;
  border: 0 none;
  max-width: 55%;
  padding: 5px 3px 10px;
  text-align: center;
  position: relative;
}
.wp-caption.alignright,
.wp-caption.alignleft {
  max-width: 55%;
}
.wp-caption img {
  border-top-left-radius: 30px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  position: absolute;
  bottom: 10px;
  right: 3px;
  max-width: 475px;
  background: url(images/pildiallkiri_mullilogo_v2.svg) no-repeat left top;
  padding: 35px 25px 25px 125px;
  font-size: 16px;
  line-height: 23px;
  background-size: 700px;
}
.single-news .flexlayout_element .container-fluid {
  padding: 0;
}
.single-news .flexlayout_element .gallery-nav .slick-prev,
.single-news .flexlayout_element .gallery-nav .slick-next {
  border-left: 2px solid #000000;
  border-top: 2px solid #000;
  width: 13px;
  height: 13px;
}
.single-news .flexlayout_element .gallery-nav .slick-prev {
  top: -30px;
}
.single-news .flexlayout_element .gallery-nav .slick-next {
  bottom: -30px;
}
.single-news .flexlayout_element .gallery-nav img {
  border-radius: 10px;
  margin: 5px 0;
}
.sidebar-news-item.current {
  color: #4a9cd6;
}
header .main-menu-wrap {
  width: 100%;
}
header .main-menu {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-evenly;
}
/* .page-template-template-kontakt .flexwrap>div:first-of-type {
  background: transparent;
}
.page-template-template-kontakt footer.site--footer.footer {
  background: transparent;
} */
.contact-template.row {
  text-align: left;
}
.page-template-template-paketid .flexlayout_element {
  padding-bottom: 0;
}
/* .page-template-template-kontakt .col-md-12.no-padding.element6img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: red;
}
.page-template-template-kontakt footer.site--footer.footer {
    max-width: 1560px;
} */
.page-template-template-kontakt footer .element6 {
  display: none !important;
}
.tekstiala-koos-pildiga {
  display: flex;
  flex-flow: wrap;
}
.tekstiala-koos-pildiga .pildiala_inner {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tekstiala-koos-pildiga .pildiala_inner img {
  display: none;
}
.page-template-template-kontakt .contact-template {
  padding-top: 130px;
}
.page-template-template-kontakt .wrap:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 60%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fffffff', endColorstr='#ffffff', GradientType=0);
}
.page-template-template-kontakt .element6.contact-element6 {
  max-width: 1560px;
  margin: 0 auto;
}
.page-template-template-kontakt .element6img:after {
  content: "";
  width: 4000px;
  height: 100%;
  position: absolute;
  left: 100%;
  background: #fff;
}
.page-template-template-kontakt .element6img:before {
  content: "";
  width: 4000px;
  height: 100%;
  position: absolute;
  top: 70%;
  background: #fff;
}
.page-template-template-kontakt .element6.contact-element6>div:first-child .inner {
  max-width: 100%;
  text-align: center;
  padding: 125px 0 75px;
  width: 100%;
}
.contact-template.row {
  margin-bottom: 40px;
}
form.search-form {
  display: flex;
  flex-flow: row-reverse;
}
.searchform {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 8px;
  background: rgba(255, 255, 255, .9);
  padding: 10px 12px;
  border-radius: 10px;
  transition: all .3s;
}
.sidebar-search:hover .searchform {
  transform: translateX(0);
}
input.search-submit {
  background: url(/wp-content/themes/itemada/images/otsing.svg) no-repeat center / 20px;
  border: 0 none;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
label.search-input-wrap input {
  border: 0 none;
  padding: 10px;
  background-color: transparent;
}
span.search-post-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #4A9CD6;
}
.search .flexlayout_element h3 {
  margin-bottom: 0;
}
.result-item {
  margin-bottom: 60px;
}
.result-item:first-of-type {
  margin-top: 60px !important;
}
.pildiala.vasak .pildiala_inner img,
.pildiala.vasak .pildiala_inner {
  border-top-left-radius: 0;
  border-right: none;
  border-top-right-radius: 30px;
/*   border-left: 3px solid #4a9cd6; */
}
.benefits_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits_title {
  text-align: center;
}
.benefits-textarea {
  max-width: 600px;
  text-align: center;
  padding: 100px 0 0;
}
.benefits-textarea :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 30px;
}
.benefits_blocks>div {
  /*
    1/3  - 3 columns per row
    10px - spacing between columns
  */
  box-sizing: border-box;
  margin: 60px 60px 0 0;
  width: calc(1/3*100% - (1 - 1/3)*60px);
  background: #fff;
  padding: 40px 40px 10px;
  border-radius: 30px;
  box-shadow: 0px 28px 28px #3938391c;
}
/*
  align last row columns to the left
  3n - 3 columns per row
*/
.benefits_blocks>div:nth-child(3n) {
  margin-right: 0;
}
.benefits_blocks::after {
  content: '';
  flex: auto;
}
.flexlayout_element .benefits_blocks ul li strong {
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.flexlayout_element .benefits_blocks img {
  max-height: 75px;
  width: auto;
  margin: 60px auto;
}
@media all and (max-width: 1600px) {
  .page-template-template-kontakt .element6.contact-element6 {
    padding: 0 60px;
  }
  header .main-menu {
    justify-content: flex-end;
  }
  .logo-element img {
    max-width: 338px;
  }
  .logo-element {
    padding-left: 60px;
    padding-right: 60px;
  }
  .element5>div:first-child .inner {
    padding: 100px 0px;
  }
  .element6>div:first-child .inner {
    padding: 230px 35px 20px;
  }
  .flexlayout_element>div.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
  .uudised-wrap.container,
  .page-template-template-kontakt .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 1440px) {
  .element5>div:first-child .inner {
    padding: 30px 0;
  }
  .element5>div:first-child .inner>div {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .itemada_paketid>div {
    padding: 8% 0 18%;
  }
  h2 {
    font-size: 28px;
  }
  footer .caldera-grid {
    padding: 60px;
  }
  .element6>div:first-child .inner {
    padding: 100px 0 20px;
  }
  .element3>div:last-child .inner {
    padding: 100px 0 150px;
  }
  .logo-bottom>div:first-child {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9346113445378151) 93%);
  }
  .home .element6>div:first-child .inner {
    padding: 60px 0 20px;
  }
  h3.panel-title {
    font-size: 19px;
  }
  /*   .panel-body {
    padding: 25px 15px 15px 0;
  } */
}
@media all and (max-width: 1366px) {
  .logo-element img {
    max-width: 200px;
  }
  .element3>div:last-child .inner {
    padding: 100px 0 150px;
  }
  .element5>div:first-child .inner {
    padding: 70px 0;
  }
}
@media all and (max-width: 1366px) {
  .itemada_paketid>div {
    padding: 10% 0 10%;
  }
  header.site--header>div>div {
    padding: 15px 30px;
  }
  .header--logo img {
    max-width: 75px;
    height: auto;
  }
  footer .caldera-grid {
    padding: 60px;
    padding-bottom: 0;
  }
  .current-menu-item:after {
    bottom: -15px;
  }
  .uudised-wrap {
    padding-top: 140px;
  }
  .uudised-wrap>h2 {
    margin-bottom: 40px;
  }
  .page-template-template-kontakt .contact-template {
    padding-top: 60px;
  }
  header.site--header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flexwrap>div:first-of-type {
    padding-top: 160px;
  }
  h1 {
    font-size: 46px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 30px;
  }
  .main-menu a {
    letter-spacing: 3px;
  }
}
@media all and (max-width: 1200px) {
  .page-template-template-kontakt .element6.contact-element6 {
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .search-form-mobile {
    display: none !important;
  }
}
@media all and (max-width: 992px) {
  .logo-element {
    flex-flow: wrap-reverse;
    text-align: center;
  }
  .logo-bottom {
    display: block;
    position: relative;
    bottom: unset;
    width: unset;
    margin-top: 0;
    text-align: center;
  }
  .logo-bottom>div {
    height: auto;
    display: block;
    flex-flow: unset;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 60px;
  }
  .left-menu {
    display: block;
    opacity: 1;
  }
  .left-menu {
    position: relative;
    top: unset;
  }
  .left-menu-area {
    position: fixed;
    top: -100%;
    flex-flow: row;
    left: 50%;
    transform: translateX(-50%);
  }
  .left-menu:hover .left-menu-area {
    top: 0;
  }
  .left-menu:hover .left-menu-area {
    transform: translateX(-50%);
  }
  .left-menu-toggle {
    position: fixed;
    padding: 20px;
  }
  .left-menu-toggle img {
    display: none;
  }
  .left-menu-toggle span {
    background-color: #4a9cd6;
  }
  .logo-element-img {
    margin-top: 30px;
  }
  .logo-bottom>div:last-child {
    background: transparent;
  }
  .misseeonpilt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }
  .argumendid_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .element3,
  .element5 {
    display: block;
  }
  .element5 {
    background: transparent;
  }
  .argumendid_img:before {
    opacity: 0;
  }
  .argumendid_mob_title {
    padding-top: 60px;
    color: white;
    z-index: 999;
    position: relative;
    font-size: 37px;
    text-align: center;
  }
  .misseeonpilt:before,
  .argumendid_img:before {
    background: transparent;
  }
  .element5>div {
    display: block;
  }
  .element5>div:first-child {
    background: transparent;
  }
  .element5 .element5-content {
    position: relative;
    z-index: 1;
  }
  .argumendid_img:before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(145, 198, 235, 1) 79%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .argument-item-content {
    max-width: 222px;
  }
  /*   footer.site--footer.footer>div.element6 {
    display: block;
  } */
  footer.site--footer.footer>div.element6 .element6img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  footer.site--footer.footer>div {
    display: block;
    align-items: center;
    flex-flow: unset;
  }
  .footer-bottom .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer-logo {
    text-align: center;
	  flex-direction: column;
	  align-items: start;
  }
  .footer-contact-list {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .footer-contact-list li {
    display: inline-block;
    align-items: unset;
    text-align: center;
    margin: 10px 0;
  }
  .footer-contact-list li {
    text-align: left;
  }
  .left-menu:hover .left-menu-toggle {
    opacity: 1;
    transition: all .1s;
  }
  .left-menu {
    cursor: pointer;
  }
  .left-menu.active .left-menu-area {
    transform: translateX(-50%);
  }
  .left-menu:hover .left-menu-area {
    top: -100%;
  }
  .left-menu.active .left-menu-area {
    top: 0;
  }
  .flexwrap>div:first-of-type {
    padding-top: 80px;
  }
  .tekstiala-koos-pildiga {
    flex-flow: column;
  }
  .pildiala_inner {
    min-height: 300px;
  }
  .element2 {
    flex-flow: column;
  }
  .element2>div:first-child:before {
    display: none;
  }
  .element2>div:last-child .inner {
    margin-right: 0;
    padding-top: 30px;
    max-width: 100%;
  }
  .element2 {
    max-width: 1560px;
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }
  .element2>div:first-child {
    background: transparent;
  }
  .element2 img {
    padding: 0;
    margin: 0;
    max-width: 300px;
    margin: 0 auto 0 20px;
  }
  h3.panel-title {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .page-template-template-paketid .itemada_paketid>div {
    padding-top: 90px;
  }
  .flexlayout_element.gallery_element>div>div {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
  .slick-slide {
    text-align: center;
  }
  .slick-slide img {
    display: inline-block !important;
  }
  .flexlayout_element .gallery-nav .slick-prev {
    left: 0;
    top: 45%;
  }
  .flexlayout_element .gallery-nav .slick-next {
    top: unset;
    right: 0;
    left: unset;
    bottom: 45%;
  }
  .right-sidebar-contact_area {
    top: unset;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
  .right-sidebar-contact_area li {
    display: inline-block;
  }
  .right-sidebar-contact_area>ul>li:hover>span {
    opacity: 0;
    display: none;
  }
  .right-sidebar-contact_area {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-right: 2px solid rgba(255, 255, 255, .5);
    min-width: 340px;
  }
  .right-sidebar-contact_area a {
    padding: 10px 22px 20px;
  }
  .footer-bottom {
    padding-bottom: 100px;
  }
  .flexlayout_element .gallery-nav .slick-prev,
  .flexlayout_element .gallery-nav .slick-next {
    transform: rotate(315deg);
  }
  .flexlayout_element .gallery-nav .slick-next {
    transform: rotate(135deg);
  }
  .gallery-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .uudised-wrap>div {
    display: flex;
    flex-flow: column;
    justify-content: unset;
    flex-direction: column-reverse;
    flex-wrap: unset;
  }
  .news-top-title {
    min-height: 150px;
  }
  .news-top-img {
    min-height: 200px;
  }
  .uudised-wrap {
    padding-top: 90px;
  }
  .sidebar-menu {
    margin-top: 60px;
  }
  .page-template-template-kontakt .element6.contact-element6>div:first-child .inner {
    padding: 0 0 75px;
  }
  .about-itemada {
    text-align: center;
  }
  .element6 img {
    display: none;
  }
  .itemada-contacts ul li {
    margin: 5px;
    text-align: center;
  }
  .itemada-contacts .footer-contact-list li {
    padding-left: 0;
  }
  .page-template-template-kontakt .contact-template {
    padding-top: 120px;
  }
  .itemada_paketid,
  footer.site--footer.footer>div.element6,
  .contact-element6 {
    flex-flow: column;
  }
  .element6 :is(p) {
    margin-bottom: 10px;
  }
  div#CF609ba0ef39667_1-row-1,
  div#CF609ba0ef39667_1-row-2,
  div#CF609ba0ef39667_1-row-3 {
    margin: 0;
  }
  .left-menu-area {
    flex-flow: column;
  }
  .search .flexlayout_element>div.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .searchform {
    right: 0;
    transform: translateX(100%);
    top: 8px;
  }
  .sidebar-search:hover .searchform {
    transform: translateX(0);
  }
  form.search-form {
    display: flex;
    flex-flow: column-reverse;
  }
  input.search-submit {
    text-indent: unset;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: transparent;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #4A9CD6;
  }
  label.search-input-wrap {
    text-align: center;
  }
  label.search-input-wrap input {
    text-align: center;
  }
  .right-sidebar-contact_area {
    background: rgba(255, 255, 255, .95);
  }
  form.search-form.search-form-mobile {
    transform: translateY(99%);
    opacity: 0;
    position: absolute;
    width: 100%;
    background: white;
    bottom: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(255, 255, 255, .95);
    transition: all .4s;
    padding: 20px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  form.search-form.search-form-mobile.opened {
    transform: translateY(0);
    bottom: 99%;
    opacity: 1;
  }
  .right-sidebar-contact_area {
    border-radius: 0;
    border-right: 0;
    border: 0 none;
  }
  input.search-submit {
    padding: 15px 0;
  }
  .no-results-found {
    margin-bottom: 100px;
  }
  .element1 {
    min-height: auto;
    padding: 100px 0 0 0;
  }
  .logo-bottom {
    margin-top: 60px;
  }
  .element4>div,
  .element4 {
    min-height: auto;
  }
  .element2 {
    padding-left: 0;
    padding-right: 0;
  }
  .lai-pildiala .pildiala_caption,
  .pildiala_inner .pildiala_caption {
    position: relative;
    background: white;
    padding: 15px;
    right: 0;
    left: 0;
  }
  .pildiala_inner {
    display: flex;
    flex-flow: column-reverse;
  }
  .element4>div:last-child .inner {
    padding: 0;
    max-width: 100%;
  }
  .flexlayout_element {
    padding-bottom: 60px;
  }
  .gallery-nav {
    padding-left: 45px;
    padding-right: 45px;
  }
  .flexlayout_element .gallery-nav .slick-next {
    top: unset;
    right: 15px;
  }
  .flexlayout_element .gallery-nav .slick-prev {
    left: 15px;
  }
  .left-menu-area {
    background: rgba(255, 255, 255, .95);
  }
  .h-logo.visible-xs.visible-sm img {
    max-width: 200px;
  }
  .h-logo {
    text-align: center;
    margin-top: 30px;
  }
  .v-menu {
    padding: 0;
  }
  .v-menu li {
    text-align: center;
  }
  .mob-toggle-close {
    margin: 15px 0 10px;
  }
  .mob-toggle-close:before {
    content: '';
    position: absolute;
    border-left: 3px solid #4A9CD6;
    border-top: 3px solid #4A9CD6;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    /* transform: translateX(10px); */
    position: absolute;
    left: 47%;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0;
  }
  .questions {
    margin-bottom: 60px;
  }
  .current-menu-item a {
    color: #337ab7;
  }
  .benefits_blocks>div {
    margin: 30px 15px;
    width: 100%;
    background: #fff;
    padding: 40px 40px 10px;
    border-radius: 30px;
    box-shadow: 0px 28px 28px #3938391c;
  }
  .benefits_blocks>div:nth-child(3n) {
    margin-right: 15px;
  }
  .element4 :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
  }
  .element4 .questions {
    margin-top: 60px;
  }
  .buttons_after_accordion {
    margin-top: 0px;
  }
  .flexwrap>div:first-of-type {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .flexwrap>div:first-of-type .regular-content {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .element3 :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 40px;
  }
  .element3>div:last-child .inner {
    padding: 100px 0 50px;
  }
  .element3 a.btn {
    margin-top: 50px;
  }
  .news-top-title {
    min-height: 50px;
  }
  .news-top-title {
    min-height: 50px;
  }
  .caldera-grid .row.last_row {
    margin-top: 0;
  }
  .element2>div:first-child .inner {
    padding: 0;
    max-width: 100%;
  }
  .flexlayout_element>div.container-fluid,
  .uudised-wrap.container,
  .page-template-template-kontakt .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-content {
    padding: 30px 15px;
  }
  h3.panel-title {
    font-size: 17px;
  }
  a.btn,
  a.caldera-forms-modal,
  .caldera-grid input[type=submit] {
    font-size: 15px;
    line-height: 20px;
  }
  footer .caldera-grid {
    padding: 60px 0;
    padding-bottom: 0;
  }
  .col-md-12.element5-content:after {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(145, 198, 235, 0.48923319327731096) 18%, rgba(145, 198, 235, 1) 51%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media all and (max-width: 500px) {
  .panel-body {
    padding: 20px 5px;
  }
  footer .caldera-grid {
    padding: 60px 0;
  }
  .flexlayout_element>div.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .feature-items {
    padding-left: 0;
  }
  .feature-items:after {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/i-sign-round.png) no-repeat 0 0 / 20px;
  }
  a.btn,
  a.caldera-forms-modal,
  .caldera-grid input[type=submit] {
    letter-spacing: 3px;
  }
  .paketid_after {
    padding: 50px 0;
  }
  body .caldera-grid .row {
    margin-left: 0;
  }
  footer.site--footer.footer .container>div {
    padding: 0;
    text-align: left;
  }
  .footer-contact-list {
    flex-direction: column;
    justify-content: unset;
    align-content: unset;
    padding-left: 15px;
  }
  .itemada_paketid>div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .element5>div:first-child .inner>div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /*   .footer-element-content:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/footer_mullilogo_v2.svg) no-repeat top left;
    position: absolute;
    z-index: -1;
  } */
}
body .remodal {
  border-radius: 20px;
}
body .remodal-overlay {
  background: rgb(255 255 255 / 80%);
}
body .remodal,
.remodal input,
.remodal textarea {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.08);
}
.paketid_vormid button.caldera-forms-modal,
.buttons_element button.caldera-forms-modal {
  color: #4a9cd6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 14px;
  margin-top: 30px;
  background: transparent;
  display: block;
  border: 0;
  text-align: center;
  width: 100%;
}
.caldera-intro {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.caldera-intro h2 {
  margin-bottom: 30px;
}
body .remodal-close:before {
  font-size: 38px;
  font-weight: bold;
}
body .remodal-close,
body .remodal-close:focus,
body .remodal-close:hover {
  color: #4a9cd6;
}
body .remodal-close,
body .remodal-close:before {
  position: relative;
  /* float: right; */
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.caldera-grid .form-control::-webkit-input-placeholder {
  color: #95979c;
  font-size: 14px;
  font-weight: 400;
}
.caldera-grid .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #95979c;
  font-size: 14px;
  font-weight: 400;
}
.caldera-grid .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #95979c;
  font-size: 14px;
  font-weight: 400;
}
.caldera-grid .form-control:-ms-input-placeholder {
  color: #95979c;
  font-size: 14px;
  font-weight: 400;
}
body .caldera-submit {
  margin-bottom: 60px !important;
  text-align: center;
}
body .caldera-grid .row {
  margin-left: 0;
  margin-right: 0;
}

/*//////////Kampaania template///////////*/
 
.page-template-kampaania header,
.page-template-kampaania footer,
.page-template-kampaania .right-sidebar-contact_area,
.page-template-kampaania .left-menu{
	display: none;
}

.page-template-kampaania .wrap::before {
	content: none;
}

.kampaania-wrap {
	padding-top: 100px;
}

.wrapper {
	display: flex;
	justify-content: center;
	gap: 8.33333333%;
	max-width: 1560px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.section-left,
.section-right {
	width: 45.83333333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.video-container {
	padding-top: 56px;
	padding-bottom: 56px;
}

.lighter {
	background-color: #ecf0f3;
}

.darker {
	background-color: #e3ebf0;
}

.kampaania-wrap h1 {
	color: #393839;
	font-family: Ubuntu;
	font-size: 46px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 63px;
	text-align: left;
	margin-bottom: 15px;
	text-transform: none;
}

.kampaania-wrap h2 {
	color: #393839;
	font-family: Ubuntu;
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 41px;
	text-align: left;
	margin-bottom: 15px;
}

.kampaania-wrap h3 {
	color: #393839;
	font-family: Ubuntu;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 35px;
	text-align: left;
	margin-bottom: 15px;
}

.kampaania-wrap p {
	color: #393839;
	font-family: Ubuntu;
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 31px;
	text-align: left;
}

.first-section {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ecf0f3 20%);
}

.first-section {
	padding-top: 100px;
	padding-bottom: 50px;
}

.img-container {
	position: relative;
	height: 700px;
}

.img-container img {
	max-height: 700px;
	height: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.first-section .img-container {
	height: 700px;
}

.first-section .img-container img {
	max-height: 700px;
	height: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.first-section .section-right p {
	margin-bottom: 20px;
}

.form-wrapper {
	max-width: 675px;
}

.usecase {
	color: #4a9cd6;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 4.9px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-top: 10px;
	padding-left: 7.5px;
}

.second-section .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.video-container iframe {
	width: 100%;
}

.rep-row {
	padding-top: 50px;
	padding-bottom: 50px;
}

.even {
	background:#e3ebf0;
}

.odd {
	background: #ecf0f3;
}

.kampaania-wrap ul li {
	list-style: none;
	position: relative;
}


.kampaania-wrap ul li::before {
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #4a9cd6;
    position: absolute;
   	left: -30px;
	top: 11px;
}

.bottom-section .usecase {
	color: #ffffff;
}

.bottom-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #4a9cd6;
}

.bottom-section .section-left h3,
.bottom-section .section-left p,
.bottom-section .section-right .form-wrapper .checkbox label {
	color: #fff;
}

.submit-button-wrapper {
	margin-top: 30px;
	margin-bottom: 15px;
}

.form-wrapper #register-result {
	width: 100%;
	padding: 0;
}

.bottom-section .register-submit {
	background: #fff;
	color: #4a9cd6;
	padding-left: 40px !important;
}

.bottom-section .register-submit:hover {
    background: #ffffffdb;
	padding-left: 40px !important;
}

.bottom-section .section-left {
	justify-content: start;
}

.form-wrapper #register #user_name,
.form-wrapper #register #email, 
.form-wrapper #register #password,
.form-wrapper #register #password_confirmation {
	width: 49%;
}

.form-wrapper #register #user_name,
.form-wrapper #register #password {
	float: left;
}

.form-wrapper #register #email,
.form-wrapper #register #password_confirmation {
	float: right;
}

.kampaania-wrap .register-alert--error {
    margin-bottom: 10px;
}

.kampaania-wrap .parsley-required {
	display: none;
}

.kampaania-wrap .register-opacity-0 {
	display: none;
}

.kampaania-wrap .form-wrapper .register-input {
	margin-top: 1rem;
}


@media all and (max-width: 1600px) {
	.wrapper {
	padding-left: 70px;
	padding-right: 70px;
	}
}

@media all and (max-width: 1024px) {
	.wrapper {
    flex-direction: column;
	gap: 0;
	padding-top: 50px;
	padding-bottom: 30px;
}
	
	.rep-row .wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	.section-left, .section-right {
    width: 100%;
}
	
	.form-wrapper {
    max-width: none;
}
	
	.kampaania-wrap h1 {
    font-size: 32px;
	line-height: 41px;
}
	.kampaania-wrap h2 {
	font-size: 28px;
	line-height: 41px;
	}
	
	.kampaania-wrap h3 {
	font-size: 22px;
	line-height: 35px;
	}
	
	.img-container {
    height: auto;
	margin-top: 30px;
}
	
	.img-container img {
    height: auto !important;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
	
	.first-section {
    padding-top: 0;
	padding-bottom: 0;
}
	
	.first-section .img-container {
    height: auto;
}
	
	.first-section .img-container img {
    max-width: 100%;
    max-height: none;
    height: auto !important;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
	.first-section .section-left,
	.second-section .section-left{
	order: 2;
	margin-top: 30px;
	}
	
	.first-section .section-right,
	.second-section .section-right {
	order: 1;
	}
	
	.video-container {
    position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
}
	
	.video-container iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
	
	.even .section-left {
	order: 2;
	}
	
	.even .section-right {
	order: 1;
	}
	
	.bottom-section {
    padding-top: 0;
    padding-bottom: 0;
}
	
	.bottom-section .section-left p {
	margin-bottom: 20px;
	}
	
	.usecase {
	text-align: center;
}
	
	
}

@media all and (max-width: 768px) {
	.wrapper {
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.first-section .form-wrapper .caldera-grid input[type="submit"] {
	padding-left: 50px !important;
}


	
	.kampaania-wrap .checkbox label {
    font-size: 13px;
}
	
	.register-submit {
    width: 100%;
}
	
	.form-wrapper #register #user_name,
	.form-wrapper #register #email, 
	.form-wrapper #register #password,
	.form-wrapper #register #password_confirmation {
	width: 100%;
}
}

/*//////// Itemada Selfservice modifikatsioonid ///////////*/

.page-id-331 .tekstiala-koos-pildiga .pildiala_inner {
	background-size: contain;
}

@media all and (max-width: 992px) {
	.page-id-331 .pildiala_inner .pildiala_caption {
    background: #ffffffb3;
}
}

/*///////////// Registering modifikatsioonid /////////////////////*/

.page-template-template-register footer.site--footer.footer .container {
    max-width: 1560px;
}

/*//////////Usecase template///////////*/
 
.page-template-usecase header,
.page-template-usecase footer,
.page-template-usecase .right-sidebar-contact_area,
.page-template-usecase .left-menu {
	display: none;
}

.page-template-usecase .wrap::before {
	content: none;
}

.usecase-section .rep-row:first-child {
	padding-top: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ecf0f3 20%) !important;
}


@media all and (max-width: 1024px) {
	
	.usecase-section .rep-row:first-child h3 {
		font-size: 32px;
		line-height: 41px;
	}
}