/*!
Theme Name: Ohutuslabor
Theme URI: http://underscores.me/
Author: V360
Author URI: http://www.v360.ee
Description: 360 turundus
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ohutuslabor

*/

.cky-consent-container {

    width: 100% !important;
  
}
.cky-notice-btn-wrapper {
  
    max-width: 400px !important;
    margin: 25px auto 0px!important;
}
.cky-notice {
    max-width: 660px !important;
    margin: 0 auto !important;
}
.cky-consent-container .cky-consent-bar {
    background: linear-gradient(135deg, var(--red), var(--accent)) !important;
    border: 0px solid !important;
    padding: 10px 15px !important;
    box-shadow: 0 -1px 19px 0 #0000004f !important;
    border-radius: 0px 0px 0px 0px !important;
}
.cky-consent-container .cky-consent-bar .cky-btn-customize {
    color: #ffffff !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}
.cky-btn-accept {
    background: #192533 !important;
    color: #ffffff !important;
    border: 3px solid #192533 !important;
    /* text-transform: uppercase !important; */
    border-radius: 10px !important;
    font-weight: 800 !important;
}
.cky-btn-reject {
  color: #ffffff !important;
        background: transparent !important;
    border: 2px solid #ffffff !important;
}
.cky-notice-des {
    color: #ffffff !important;
    line-height: 130% !important;
	text-align:center !important;
}
.cky-notice .cky-title {
    color: white !important;
    font-size: 21px !important;
    font-family: 'HelveticaNeue Condensed' !important;
	text-align:center !important;
}
.cky-modal.cky-modal-open .cky-btn-reject {
    color: #01060e !important;
        background: transparent !important;
    border: 2px solid #01060e !important;
}
.cky-modal.cky-modal-open .cky-btn-preferences {
    color: #01060e !important;
    background: transparent !important;
    border: 2px solid #01060e !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}
.cky-modal{
	color: #070c14 !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}
.cky-btn-revisit-wrapper {
    background: #192533 !important;
}

.cky-box-bottom-left {
    bottom: 0px !important;
    left: 0px !important;
}




.grecaptcha-badge { 
    visibility: hidden !important;
}
:root {
  --accent: #980e13;
  --red: #e9373c;
  --blue: #192533;
  --lightblue: #3f5469;
  --grey: #f9f9f9;
}

/* Scrollbar kogu lehele */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: transparent; /* Läbipaistev taust */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--blue); /* Poolläbipaistev keritav osa */
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--blue); /* Tumedam hoveri korral */
}

html { scroll-behavior: smooth; } 
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
body {
 
        animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}
/* Fonts
	 ========================================================================== */
@font-face {
    font-family: 'HelveticaNeue Condensed';
    src: url('/wp-content/themes/ohutuslabor/assets/fonts/HelveticaNeue-Condensed.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HelveticaNeue Condensed';
    src: url('/wp-content/themes/ohutuslabor/assets/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/ohutuslabor/assets/fonts/HelveticaNeueRoman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/ohutuslabor/assets/fonts/HelveticaNeueBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/wp-content/themes/ohutuslabor/assets/fonts/HelveticaNeueThinItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*--------------------------------------------------------------
# Top-Header
--------------------------------------------------------------*/

.top-header p {
    color: white;
    margin-bottom: 19px;
    margin-top: 19px;
    font-size: 19px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 500;
	line-height:125%;
}
.top-header a {
    color: var(--red);
    font-size: 19px !important;
	 font-weight: 700;
  
}
.top-header a:hover {
    color: var(--accent);
  
}
.top-header a:visited{
	color: var(--red);
}
.top-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var( --blue);
    padding: 0px 0%;
	z-index:3;
}
.top-header ul{
	margin: 0 0 0em 0em;
	list-style: none;
	display:flex;
	padding-left:0px;
	
}
.top-header ul li{
	margin:0 15px;
	
}
/* Header
--------------------------------------------- */
.header-all {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  order: 1;
  display: flex;
  flex-direction: column;
 
}

/* Header libiseb üles */
.header-all.nav-up {
  transform: translateY(-190%);
}
.header-all {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
  order: 1;
  display: flex;
  flex-direction: column;
  /* oluline */
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(.22, 1, .36, 1);
	background-color:white;
}

body.no-scroll .header-all{
  transform: translateY(0) !important;
}
body.no-scroll .header-all.nav-up{
  transform: translateY(0) !important;
}




.header-all.active .custom-logo-link {
  transition: width 0.3s ease;
}

.header-all.active .main-navigation {
  transition: background 0.5s ease;
}


.site-header {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
/* Entry-Header
	 ========================================================================== */
.single-post header.entry-header {
    background-color: transparent;
    height: 450px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-template-page-no-image header.entry-header {
    background-color: transparent;
    height: auto;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 0%;
    max-width: 1000px;
    width: 1000%;
}

header.entry-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-repeat: no-repeat;
	position: relative; 
	padding:0px 2%;
}

.meta-text {
    position: absolute;
    margin: 0 auto;
  	max-width: 1100px;
    width: 100%;
    padding: 10px 5%;
    color: white;
}
.single-post .meta-text {
    position: relative;
    width: 100%;
    color: var(--blue);
    padding: 0px 0px 0px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.meta-text p {
    margin-top: 0px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 120%;
	font-weight:400;
	width:100%;
}

.post-thumbnail img {
    object-fit: cover;
    height: 600px;
    object-position: center;
    width: 100%;
    border-radius: 10px;
    filter: brightness(0.75);
}
.single-post .post-thumbnail img {
    object-fit: cover;
    height: 450px;
	width:100%;
    object-position: center;
	

    
}
.post-thumbnail {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.buttons {
    display: flex;
    gap: 7px;
    margin: 25px 0px 0px;
    flex-wrap: wrap;
}
#after-content {
    margin: 0px auto 0px;
    border-top: solid 1px;
    padding: 75px 0% 25px;
    display: flex;
    justify-content: center;
	
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
.home #teenused {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 10px 5%;
    color: white;
    display: flex;
}
#teenused img{
	width:20%;
	margin:10px auto;
}
.service-meta h2{
	font-size:23px;
	margin-top:0px;
}
.service-meta p{
	font-size:15px;
	line-height:120%;
}
a.service{
	color:white;
	padding:20px 10%;
	text-align:center;
	  vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
}
a.service:hover{
	color:white;
	   -webkit-transform: translateY(4px);
    transform: translateY(4px);
    filter: brightness(0.9);
	
}
a.service:visited{
	color:white;
	
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    margin-top: -100px;
    z-index: 1;
}
.home #teenused a#service-1 {
    background: linear-gradient(135deg, var(--red), var(--accent));
    border-radius: 20px 0px 0px 20px;
}
.home #teenused a#service-2{
    background: var( --blue);
}
.home #teenused a#service-3{
    background: var( --lightblue);
	 border-radius: 0px 20px 20px 0px;
}
#meist {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 7%;
    align-items: stretch;
}
#meist .buttons {
    width: 100%;
    border-top: solid 0px var( --blue);
    margin-top: 35px;
    padding-bottom: 0px;
    /*justify-content: center;*/
}
.content-text{
	padding:25px 0px;
	width:46.5%;
}
.content-img{
	width:46.5%;
	display:flex;
}
.content-img img{
	border-radius:20px;
	object-fit:cover;
}
#vaartuspakkumised{
	background-color: var(--grey);
  padding: 50px 0 100px;
	max-width:100%;
	margin:40px 0px;
}
.testimonial-slide__content{
	min-height:200px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
	    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 10px 5%;
}

.benefit-item {
  padding: 20px 40px;
  position: relative;
}

/* vertikaalsed jooned */
.benefit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #192533;
  opacity: 1;
}

/* number */
.benefit-item span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
	font-family: 'HelveticaNeue Condensed';
}

/* tekst */
.benefit-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

#slougan.entry-content {
    max-width: 1100px;
    padding: 25px 5%;
    margin: -125px auto 25px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
#slougan.entry-content img{
    border-radius:20px;
	height:300px;
	object-fit:cover;
	filter: brightness(0.85);
}

#slougan h2 {
    position: absolute;
    color: white;
    max-width: 600px;
    padding: 25px 15% 25px 7%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
#slougan h2 b {
   font-size:110%;
	margin-top:10px;
}
#blog h2{
	margin-bottom:10px;
}
#blog{
    background-color: var(--grey);
 
    margin: 40px 0px 0px;
}
#blog .entry-content {
    max-width: 1200px;
    padding: 25px 5%;
    margin: 25px auto 0px;
   
}
#blog .entry-content {
    max-width: 1200px;
    padding: 50px 5% 25px;
    margin: 25px auto 0px;
   
}
.post-grid {
   display: flex;
    flex-wrap: wrap;
    margin: 40px auto 40px;
    gap: 5px 1%;
	    /*justify-content: center;*/
	max-width:1500px;
	width:100%;
	
}

.post-grid .post {
    margin-bottom: 0px;
    width: 24.25%;
    box-sizing: border-box;
	    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.post-grid .post:hover {

 
    opacity: 0.95;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}


.post-grid .post-thumbnail {
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
    border-radius: 0px;
	background-color:white;
}
.post-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 1 !important;
    filter: grayscale(0) contrast(1.5);
}

.post-grid .post h2 a {
    font-size: 18px;
    width: 95%;
    /* color: #192c34; */
    margin-bottom: 10px;
    line-height: 110%;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.post-grid .post-thumbnail a {
    
	  width: 100%;
  aspect-ratio: 1.5 / 1;    /* loob ruudu */
  overflow: hidden;
}
.post-grid .post h2 {
    margin-top: 25px;
    line-height: 0%;
    padding: 0px 0px;
    margin-bottom: 20px !important;
}

.post-grid .post p {
    font-size: 16px !important;
	line-height:140% !important;
	text-align:left !important;
	font-weight:400 !important;
	margin-top: 0px !important;;
    margin-bottom: 0px !important;;
}
.post-thumbnail {
    position: relative;
}

.post-categories {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.post-category {
    text-transform: uppercase;
    color: #000000;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0px;

    background-color: var(--accent-yellow);
}
.reading-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    margin: 0 0 12px;
    font-weight: 600;
}
.reading-time .rt-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    opacity: 1;
    margin-bottom: 2px;
}

.reading-time .rt-text{
  white-space: nowrap;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-button{
	margin:25px 0px 50px;
    justify-content: center;

}
.site-footer {
    overflow: hidden;
    width: 100%;
    background: var(--blue);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
	align-items: flex-start;
	flex-wrap: wrap;
	min-height:80vh;
}
.site-footer a{
	color:white;
	font-size:14px;
}
.site-footer a:visited{
	color:white;
}



.site-footer ul {
    list-style: none;
	padding-left:0px !important;
}


.site-footer a{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.site-footer a:hover{
-webkit-transform: translateX(4px);
    transform: translateX(4px);
	
}


.site-footer-inside{
	
    width: 100%;
    position: absolute;
	
}
span.wpcf7-not-valid-tip{
	display:none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #df2828;
    color: #df2828;
    border-radius: 10px;
	text-align: center;
    padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}
#footer-sidebar{
        display: flex;
    flex-wrap: wrap;
   max-width: 1500px;
    width: 90%;
    margin:0 auto;
    /* margin: 0 auto; */
    overflow: hidden;
    justify-content: space-between;
	align-items: center;
    align-content: center;
}
#tingimused{
        display: flex;
    flex-wrap: wrap;
   max-width: 1500px;
    width: 90%;
    margin:0 auto;
    /* margin: 0 auto; */
    overflow: hidden;
    justify-content: space-between;
	align-items: center;
    align-content: center;
}
#tingimused ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#tingimused-inside{
    width: 50%;
    padding: 0px 7%;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: center;
    color: #edebee;
}
#footer-sidebar1{
	padding:25px 7%;
  
}
#footer-sidebar1 p{
	margin-top:5px;
	font-size:14px;
}
#footer-sidebar1 a{
	font-weight:600;
	font-size:19px;
	color: var(--red);
	margin-bottom:5px;

}
#footer-sidebar1 .widget.widget_text{
	max-width:250px;
}
#footer-sidebar1{
    width: 50%;
    padding: 100px 7%;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: center;
    color: #edebee;
}
.widget.widget_nav_menu{
	border-bottom:solid 0px !important;
}



#footer-sidebar2 .widget{
	max-width:450px;
}
#footer-sidebar1 h2{
	margin:5px 0px 25px;
    font-size:26px;
	
}
#footer-sidebar1 aside{
	border-bottom:1px solid white;
	padding-bottom:15px;
	
}
#footer-sidebar2 h2{
	max-width:250px;
	
}
#footer-sidebar2 {
    width: 50%;
    padding: 50px 7%;
    background: var(--lightblue);
    margin-left: 50%;
    min-height: 100vh;
}
#footer-sidebar2 p {
    color: #2fae6e;
}
.wpcf7.js{
	margin:25px 0px;
}

.site-footer p {
    font-size: 15px;
    line-height: 120%;
    margin-top: 5px;
    width: 100%;
	margin-bottom:15px;
}
.site-footer form p {

    width: 100% !important;
	
}
.cf7-custom-form {
  max-width: 900px;
}

.cf7-radio-group {
  margin-bottom: 30px;
}

.cf7-radio-group .wpcf7-list-item {
  display: block;
  margin: 0 0 12px 0;
}

.cf7-radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
}

.cf7-field {
  margin-bottom: 20px;
}

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.cf7-custom-form textarea {
  min-height: 220px;
  resize: vertical;
}

.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

.cf7-submit input[type="submit"] {
    background: linear-gradient(135deg, var(--red), var(--accent));
    padding: 16px 19px !important;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-weight: 600;
	border:solid 0px;
    /* text-transform: uppercase; */

}

.cf7-submit input[type="submit"]:hover {
      -webkit-transform: translateY(4px);
    transform: translateY(4px);
    filter: brightness(0.9);
}
.cf7-radio-group .wpcf7-list-item {
  display: block;
  margin-bottom: 14px;
}

/* peida default radio */
.cf7-radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0;
    margin-top: -4px;
}

/* punane täpp sees */
.cf7-radio-group input[type="radio"]::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  background: #e9373c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease;
}

/* aktiivne */
.cf7-radio-group input[type="radio"]:checked {
  border-color: #e9373c;
}

.cf7-radio-group input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* label */
.cf7-radio-group label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 20px;
  color: #e6e6e6;
}

/* hover */
.cf7-radio-group label:hover input[type="radio"] {
  border-color: #e9373c;
}
/**
 * Remove the margin in all browsers.
 */
/*---------sticky-cta-------*/

.axera-sticky-cta {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.axera-sticky-cta__link {
    display: inline-block;
    background:linear-gradient(135deg, var(--red), var(--accent));
    color: #fff;
    padding: 25px 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1px;
	 text-transform: uppercase;
	font-weight:600;
	border-radius:0px 15px 15px 0px;
}
.axera-sticky-cta__link:hover {
  	 filter: brightness(0.9);
    color: #fff;
	
   
}
.axera-sticky-cta.hidden {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
}

.axera-sticky-cta.hide-footer {
    opacity: 0;
    pointer-events: none;
}


/*---------accordion-------*/
#kkk {
    background-color: var(--grey);
    padding: 50px 0;
    max-width: 100%;
    margin: 40px 0px;
}
.ax-accordion{
 
  background:transparent;
  color:var(--ink);
}

.ax-acc{
  max-width:1000px;
  margin:0 auto;
  padding:50px 5%;
}

.ax-item{
  border-bottom:1px solid var(--blue);
}
.ax-item:last-child{
  border-bottom:0px solid var(--blue);
}
.ax-q{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:clamp(16px,2.2vw,26px) 0;
  background:none;
  border:0;
  cursor:pointer;
  text-align:left;
  color:inherit;
}
/*.ax-q h2{
      font-family: 'HelveticaNeue';
	font-weight:500;
}*/


.ax-qtext {
    font-size: clamp(22px,2.6vw,22px);
    line-height: 110%;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 0px 0px;
}

.ax-icon{
  width:19px;
  height:19px;
  position:relative;
  flex:0 0 auto;
  opacity:.9;
}

.ax-icon::before,
.ax-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:3px;
  background:currentColor;
  transform:translate(-50%,-50%);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
}

.ax-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.ax-a{
  overflow:hidden;
  height:0;
  transition:height .45s cubic-bezier(.2,.8,.2,1);
}

.ax-a-inner{
  padding:0 0 clamp(18px,2vw,26px) 0;
  font-size:clamp(14px,1.15vw,18px);
  line-height:1.45;
  color:rgba(0,0,0,.82);
  max-width:80ch;
}

.ax-item.is-open .ax-icon::after{
  opacity:0;
}

.ax-q:focus-visible{
  outline:3px solid rgba(0,0,0,.28);
  outline-offset:6px;
  border-radius:10px;
}



body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--blue);
	font-family: 'HelveticaNeue';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelveticaNeue Condensed';
	line-height:105%;
}

p {
	font-size:16px;
	margin-bottom: 1.5em;
}
h1{
	font-size:55px;
	
	margin:0px 0px 25px;
}
.single-post h1, .page-template-page-no-image h1{
	font-size:45px;
}
.page-template-page-no-image h1{
    
	padding:50px 0px 25px;
    }
h2{
	font-size:35px;

}
#blog h2 {
	font-size:30px;

}
.single-post .entry-content h2, .page-template-page-no-image .entry-content h2{
	width:75%;
	font-size:32px;
	margin-top:75px;
}
.entry-content h3{
	width:75%;
	font-size:25px;
	margin-top:25px;
}
h3{
	font-size:30px;
	
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0em;
}
blockquote p{
	font-size:23px;
	line-height:120%;
	margin:15px 0px;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: var(--blue);
	border: 0;
	height: 1px;
	margin-bottom: 75px;
	margin-top:75px;
}
.home #teenused hr {
	background-color: white;
	margin-bottom: 23px;
	margin-top:23px;
}
ol li:has(strong)::marker {
  font-weight: 900;
}
ul, ol {
    margin: 0 0 1.5em 0em;
    padding-left: 20px;
}
ul li{
	line-height:125%;
	margin-bottom:8px;
	margin-top:8px;
}
ol li{
	line-height:125%;
	margin-bottom:8px;
	margin-top:8px;
}
ul li strong{
	font-size:110%;
	line-height:125%;
	margin-bottom:8px;
	margin-top:8px;
}
ol li strong{
	font-size:110%;
	line-height:125%;
	margin-bottom:7px;
	margin-top:7px;
}
ul li::marker {
  font-size: 1.5em;
}
ul li:has(strong)::marker {
  margin-bottom:2px;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--blue);
	text-decoration:none;
}

a:visited {
	color: var(--blue);
}

a:hover,
a:focus,
a:active {
	color: var(--accent);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button {
    background: linear-gradient(135deg, var(--red), var(--accent));
    padding: 13px 18px;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-weight: 600;
    /* text-transform: uppercase; */
}
a.button:hover{
	
	    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    filter: brightness(0.9);

}
a.button:visited{

	color:white;
}
.buttons{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
    align-items: center;
	
}
a#light-white.button{
	color:white;
	border: solid 2px;
	background: transparent;
	padding: 10.5px 18px;
}
a#light-white.button:hover{
		color:white;
    	background: transparent;
}
a#light.button{
	color: var(--blue);
	border: solid 2px;
	background: transparent;
	padding: 10.5px 18px;
}
a#light.button:hover{
	color: var(--blue);
    background: transparent;

}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: white;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 auto;
    max-width: 900px;
    padding: 0px 5%;
	display:none !important;
	
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
   text-align: end;
	border-top: solid 2px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: left;
    flex: 1 0 50%;
	border-top: solid 2px;
}
span.nav-arrow{
	font-size:100px;
    /*color: var(--lightblue);*/
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}
.entry-content{
	max-width:1100px;
	padding:25px 5%;
	margin:25px auto;
	width:100%;
	
}
.single-post .entry-content{
	max-width:900px;
	
	
}
.page-template-default .entry-content{
	max-width:1000px;
	
	
}
.blog .entry-content {
    max-width: 1200px;
    
}
#tagasiside{
		max-width:1200px;
}
.entry-content {
  opacity: 0.85;
  transform: translateY(15px);
  filter: brightness(0.85);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}
.page-template-page-no-image .entry-content{
	max-width:900px;
	
	
}
.entry-content.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: brightness(1);
}
.page-content,
.entry-summary {
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
	width:250px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	border-radius:10px;
	/*rtl:ignore*/
	float: left;
	width:40%;
	/*rtl:ignore*/
	margin-right: 1.0em;
	margin-bottom: 1.0em;
	 aspect-ratio: 1 / 1;
}

.alignright {
	width:40%;
	/*rtl:ignore*/
	float: right;
	border-radius:10px;
	/*rtl:ignore*/
	margin-left: 1.0em;
	margin-bottom: 1.0em;
	    aspect-ratio: 1 / 1;
}

.aligncenter {
	width:100%;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.0em;
	border-radius:10px;
}


/* Kui h2 sees on img */
.single-post .entry-content h2:has(img) {
    width: 100%;
}
@media only screen and (max-width: 1200px){
.meta-text {
    
    padding: 10px 10%;
  
}}
@media only screen and (max-width: 1000px){
	.single-post h1{
	font-size:40px;
}
.single-post .post-thumbnail img {
 
    height: 350px;
  
}
	.single-post header.entry-header {
  
    height: 350px;
 
}
	.post-grid .post {
 
    width: 49%;
 
}
.post-grid {
    
    gap: 10px 2%;
   
}
	.post-grid .post h2 a {
    font-size: 23px;
}
	#tingimused-inside {
    width: 100%;
		padding-bottom:50px;

}
	#tingimused-inside {
   
    padding: 0px 3%;
    
}
	#footer-sidebar1 {
  
    padding: 100px 3% 0px;

}
	.site-footer-inside {
   
    position: relative;
}
	#footer-sidebar2 {
    width: 100%;
    margin-left: 0%;
}
	#footer-sidebar2 .widget {
    max-width: 100%;
}
	.site-footer {

    flex-direction: column-reverse;
}
	#footer-sidebar1 {
    width: 75%;

}
	#footer-sidebar1 .widget.widget_text {
    max-width: 100%;
}
h1{
	font-size:45px;
	margin:0px 0px 20px;
}
	.meta-text p {

    font-size: 18px;
  
}
}
@media only screen and (max-width: 768px){
	.axera-sticky-cta__link {
    padding: 25px 10px 25px 35px;
}
	.alignleft {
	
	width:100%;

	margin-right: 0em;

}

.alignright {
	width:100%;

	
	margin-left: 0em;

}
		.post-grid .post h2 a {
    font-size: 20px;
}
	.site-header {
   
    padding: 10px 5%;
   
}
	#meist {
    flex-direction: column;
}
	#meist .buttons {
   
    margin-top: 0px;
    padding-top: 25px;
  
}
	.content-text {
    width: 100%;
		order:2;
}
	.content-img {
    width: 100%;
		order:1;
}
	.buttons {
		order:3;
}
.services-grid {
    grid-template-columns: repeat(1, 1fr);
 
}
	.home #teenused a#service-1 {

    border-radius: 20px 20px 0px 0px;
}
		.home #teenused a#service-3 {

    border-radius: 0px 0px 20px 20px;
}
	  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefit-item::after {
    display: none;
  }
.axera-sticky-cta {
    
    transform: translateY(45%);

}
.axera-sticky-cta.hidden {
    transform: translateY(45%) translateX(100%);
    opacity: 0;
}
  
	    .meta-text p br{
        display:none;
    }
}
@media only screen and (max-width: 600px){
	.single-post h1, .page-template-page-no-image h1{
	font-size:35px;
		
}
	.single-post .entry-content h2, .page-template-page-no-image .entry-content h2{
    width: 90%;
		font-size:27px;

}
	.entry-content h3{
	width:90%;
	font-size:22px;
	margin-top:35px;
}
	.single-post .post-thumbnail img {
 
    height: 300px;
  
}
	.single-post header.entry-header {
  
    height: 300px;
 
}
h1{
	font-size:40px;
	margin:0px 0px 20px;
}
.meta-text p br{
    display:none;
}	
.post-grid .post h2 a {
    font-size: 18px;
}
}
@media only screen and (max-width: 500px){
	.ax-qtext {
   max-width:250px;
}
.custom-logo-link {
	display: flex;
	width:200px;
}
#slougan h2 {
    font-size:30px;
}
#footer-sidebar1 {
    width: 100%;
}
		.post-grid .post h2 a {
    font-size: 16px;
}
.post-grid .post-thumbnail {
    aspect-ratio: 1.15 / 1;
} 
}
@media only screen and (max-width: 440px){
.cky-consent-container .cky-consent-bar {
    
    border-radius: 0px 0px 0px 0px !important;
}



}