/*!
Theme Name: Curie
Theme URI: http://underscores.me/
Author: Mart Israel
Description: V360 Digiagentuur
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: curie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Curie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/curie/fonts/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html { scroll-behavior: smooth; } 
.site{
	animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.post-password-required.hentry h1.entry-title{
	text-align:center;
	display:none;
}
/*--------------------------------------------------------------
# BG effect
--------------------------------------------------------------*/

body {
  overflow-x: hidden;
}

.rotating-bg-wrapper {
  position: fixed;
  top: 50%;
  left: -25vw; /* Täpselt 50% pilt jääb välja, eeldusel et pilt on ~50vw lai */
  transform: translateY(-25%);
  z-index: -1; /* taustale */
  pointer-events: none;
  width: 100vw; /* piisavalt lai, et osa jääks väljapoole */
  height: 100vh;
  overflow: hidden; /* ära lase pildil välja voolata */
	display:none;

}

.rotating-bg {
  width: 50vw; /* võid muuta vastavalt kujundusele */
  transform-origin: center center;
  transition: transform 0.05s linear;
  opacity: 0; /* valikuline, et pilt oleks pehmem taustal */
	display:none;
}


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

.top-header p {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
	font-weight:500;
	text-align:center;
	
    
}
.top-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px 0%;
    background-color: #323b4b;
    color: #ffffff;
    /* border-bottom: solid 3px white; */
    box-shadow: 0px 0px 40px #00000014;
	padding:0px 5%;
}
.top-header ul{
	margin: 0 0 0em 0em;
	list-style: none;
	display:flex;
	padding-left:0px;
	
}
li#text-6{
	    margin-left: 30px;
}

.top-header ul li{
	margin:0 8px;
	
}
.top-header a{
	color:white;
	    font-size: 14px;
}
.top-header a:hover i{
	color:#666;
}
.top-header a:visited{
	color:white;
}
/* Header
--------------------------------------------- */

.header-all.nav-up {
    transform: translateY(-100%);
	    transition: background 0.2s ease;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

.header-all.active div.site-branding img {
    /* -webkit-clip-path: polygon(0% 13% , 27% 0%, 100% 15%, 100% 85%, 30% 100% , 0 91%); */
    /* clip-path: polygon(0% 0 , 100% 0%, 100% 100%, 90% 0%, 0% 95% , 0 38%); */
    /* margin-bottom: -28px; */
    transition: background 0.5s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	  

}
.header-all.active div.site-branding a {
    transition: background 0.5s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	/* width: 130px;
	    margin-bottom: -5px;*/
}
.header-all.active .main-navigation{
	  transition: background 0.5s ease;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	
}

.header-all.active div.site-branding a {

    transition: background 0.5s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
div.site-branding img {
    margin-top: 6px;
}

.header-all{
	position: fixed;
    width: 100%;
    z-index: 3;
    order: 1;
    top: 0px;
	    /*transition: box-shadow 1s ease;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;*/
	transition: box-shadow 1s ease;
	    
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
	transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	box-shadow: 0px 0px 0px #00000047;
		background-color: #ffffff00;
	

}


.header-all.active{
   transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	box-shadow: 0px 0px 0px #00000047;
		background-color:white;
	
	
}
.header-all.active div.site-branding a {

    transition: background 0.3s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.header-all div.site-branding a {

    transition: background 0.3s ease;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.site-header{
	    transition: box-shadow 1.5s ease;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
	background-color: #ffffff00;
	padding: 15px 2%;
	margin:0px 0%;
}
.site-header-inside{
	    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	    padding: 0px 5%;
	width:100%;
}
.main-navigation-inside{
	max-width:1300px;
	margin:0 auto;
	display:flex;
	justify-content: flex-end;
	    padding: 0px 6%;
}

ul.mega-sub-menu li ul{
	    margin-top: 5px !important;
}


p.site-title{
	display:none;
}
p.site-description{
	font-size: 11px;
    line-height: 110%;
    margin-bottom: 0px;
    margin-top: 1px;
    font-weight: 500;
}
.site-branding{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Entry-header
	 ========================================================================== */
.home header.entry-header {
    box-shadow: 0px 0px 40px #00000014;

	
	

    
}
header.entry-header{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
	height:80vh;
	min-height: 800px;
	   

}
.single-post header.entry-header {
  
    height: auto;
    min-height: auto;
}
.page-template-default header.entry-header{
		height:70vh;
	min-height: 700px;
	    overflow: hidden;
	   border-bottom: 5px solid white;
    box-shadow: 0px 0px 40px #00000014;
	   

}
.page-template-page-no-image header.entry-header{
	   
        min-height: auto;
 	background-image: linear-gradient(to right, #ffffff , #ffffff);
    background-color: white;
}
.page-template-page-no-image h1.entry-title {
        margin-top: 250px;

    
}
.page-template-page-no-image header.entry-header {
	max-width:1000px;
	padding:  0px 2.5%;
	padding-top:0px;
	margin:250px auto 100px;
	    height: auto;
	

}
.page-template-page-no-image .meta-text {
    position: absolute;
    max-width: 1000px;
	padding: 0px 2.5% 70px;
  
}
.page-template-page-no-image .front-page-meta p {
    font-size: 18px;
    color: #0f182f;
}
.meta-text {
    position: absolute;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0px 5%;
    width: 100%;
    margin-top: 100px;
}
.home .meta-text {
   
    margin-top: 0px !important;
}
.buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.page-template-default .post-thumbnail img{

	height:70vh;

		min-height: 700px;
	
}
.post-thumbnail img{
	width:100%;
	object-fit:cover;
	height:80vh;
	margin-bottom: 0px;
	opacity:0.65;
		min-height: 800px;
	margin-bottom:-8px;
}
.single-post .post-thumbnail img {

    opacity: 0.45;
}
@keyframes pulse-img {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.home .post-thumbnail img{
	object-position: top center;
	opacity:1;
	width:100%;
	/*opacity:0.65;*/
	animation: pulse-img 5s ease-in-out infinite;
    transform-origin: center;
}
.home .post-thumbnail{
	
	width:100%;
	/*opacity:0.65;*/
	overflow:hidden;
}
.post-thumbnail{
	
	width:100%;
	/*opacity:0.65;*/

}
.page-template-default .post-thumbnail{
	
	overflow:hidden;

}
.post-thumbnail img{
	    animation: pulse-img 5s ease-in-out infinite;
    transform-origin: center;
}

/* Services
	 ========================================================================== */
.benefits p{
	/*font-size: 14px;*/
	margin-top:10px;
	    line-height: 120%;
}
#benefit-1{
	    background-color: #347caa;
    color: white;
}
#benefit-1:hover{
	  background-color: #097FAD;
}
#teenused{
	padding-top:250px;
	margin-top:-250px;
} 
.benefits{
	 display: flex;
    flex-wrap: wrap;
    gap: 20px 1%;
    flex-direction: row;
	padding:0px 0px;
	justify-content: center;
}
.benefit{
	 width:23.5%;
	text-decoration:none;
	color:#3C4A61;
}
.benefit{
	box-shadow: 0px 0px 40px #00000014;
   display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 5%;
    background-color: #D0EFFF;
    padding: 25px 2%;
    border-radius: 40px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
    -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;
    flex-direction: column;
	border: solid 5px white;

}
.benefit:hover{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    background-color:#b1dbf1;
	    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
	color:#3C4A61;
}
.benefit span.img{
	width:20%;

}
.benefit span.img img{

	border-radius:20px;
}
.benefit span.services{
	width:65%;
	font-size:18px;
	font-weight:700;
	text-transform: uppercase;
	line-height: 110%;
}
.benefit h2 {
	font-size: 25px;
	margin:0px !important;
	
	text-transform: uppercase;
}
#company{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1500px;
    gap: 25px 0%;
    flex-direction: row;
    margin: 0 auto;
    background-color: #FFF7CC;
    border-radius: 50px;
	margin: 150px auto 100px;
	    border: solid 5px white;
    box-shadow: 0px 0px 40px #00000014;
	width: 97%;
  align-items: stretch;

}
#company-img{
	    width: 55%;
    margin-bottom: 0px;
    margin-top: -150px;
    display: flex;
    align-items: flex-end;
	
}
#company-img img{
	border-radius:50px;
}
#company-meta{
    width: 45%;
    max-width: 600px;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
      border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}
.sp-testimonial-free{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
	gap:20px 2%;
}
.sp-testimonial-item.swiper-slide.swiper-slide-active{
	margin-right:100px !important;
	
	}
.sp-testimonial-item {
	padding-right:70px;
	
}
.sp-testimonial-free-section{
	overflow: visible !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image{
		 overflow: visible !important;
    width: 45%;
	margin-top:50px !important;
	margin-bottom:50px !important;
}

.sp-testimonial-client-testimonial{
	  width: 53%;
	    background-color: #FFF7CC;
	padding: 60px 2.5% 40px;
    border-radius:30px;
    border: solid 5px white;
    box-shadow: 0px 0px 40px #00000014;
	margin-top:50px !important;
	margin-bottom:50px !important;
	
}
.sp-testimonial-client-testimonial:before{
	content: '"';
    font-size: 325px;
    color: #D0EFFF;
    position: absolute;
    margin-top: 30px;
    left: 56%;
    font-style: italic;
	
	
}
.sp-testimonial-content p{
	text-align:left !important;
	font-size:19px !important;
}
.sp-testimonial-content p strong {
	text-align:left !important;
	font-size:16px !important;
	font-weight:600 !important;
}
.sp-testimonial-content p em {
	text-align:left !important;
	font-size:16px !important;
	
}
#gs_logo_area_1:not(.verticaltickerdown):not(.verticalticker) .gs_logo_container {
    margin-right: 0px !important;
}
#sp-testimonial-free-wrapper-105 .sp-testimonial-free-section .sp-testimonial-client-testimonial{
    color: #2e3a55 !important;
}
#blog{
	background-color:#fcfcfc;
	max-width:100%;
}
.block-image img{
		border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}
.block-image {
width:50%;
	
}
.block-meta {
width:45%;
	
}
#block-1{
	max-width:900px;
}
#block{
	display:flex;
	    display: flex;
    align-items: center;
	gap: 20px 5%;
	margin: 50px auto;
}
form.post-password-form {
    padding: 25px 4%;
    background-color: #303b4c;
    border-radius: 30px;
    max-width: 400px;
    color: #fff7cc;
    margin: 0 auto;
}
form.post-password-form input{
	 margin-top:20px;
}
.wp-video {
    max-width: 100%;
    height: auto;
    width: 100% !important;
	    border-radius: 30px !important;
    overflow: hidden;
}
.mejs-controls {
  
    z-index: 1 !important;
}
/* Blog
	 ========================================================================== */
.blog .post-grid img{
	border:solid 0px;
}
.blog .post-grid .post-thumbnail img {
  
    opacity: 1;
}
.products-in-post{
	margin-top:100px;
}
#blog .buttons{
	margin-top:75px;
	text-align:center;
	justify-content: center;
}

.single-post .post-thumbnail::after {
content: "";
    position: absolute;
    margin-bottom:-10px;
    left: 0;
    width: 100%;
    height: 152px;

    z-index: 1;
	
	display:none;
	
}

.single-post .post-thumbnail img {
  
    height: 450px;
	object-fit:cover;
	opacity:1;
	border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
	min-height:450px;

    
}
.single-post h1.entry-title{
	width:100%;
}
.single-post .post-thumbnail {
  	    display: flex;
    flex-direction: column;
	justify-content: flex-end;
	width:100%;
	margin-bottom: 35px;
    
}
.single-post .post-grid img {
	border: solid 0px white;

}
.single-post header.entry-header {
	max-width:1000px;
	padding:  0px 2.5%;
	padding-top:0px;
	margin:200px auto 0px;
	    height: auto;
	

}

.single-post .post-thumbnail img{
	    animation: none;

}
.single-post .entry-content-inside{
	margin-top:0px ;
}
.post-grid .layer-wrapper img {
    border-radius:5px;
}
.post-grid .post-thumbnail::after{
	display:none;
}
.page-template-default .post-grid img {
	border: solid 0px white;
	opacity: 1;
}
    
#blog {
    max-width: 100%;
    padding: 50px 5% 50px;
    margin: 100px auto 0px;
    border-top: 5px solid white;
    box-shadow: 0px 0px 40px #00000014;
}
h2#blog-h2{
	
}
.post-grid {
   display: flex;
    flex-wrap: wrap;
    margin: 75px 0px 20px;
    gap: 20px 2%;
	    justify-content: center;
	width:100%;
}

.post-grid .post {

    width: 32%;
    background-color: white;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0px 0px 40px #00000014;
    -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;
    border-radius: 32px;
    padding: 5px;
}
.post-grid .post:hover {
   
       -webkit-transform: translateY(4px);
    transform: translateY(4px);
   
	    box-shadow: 0px 0px 40px #00000021;
}

.post-grid .post-thumbnail img {
 
    animation: none !important;

}

.post-grid img {
   border:solid 0px white;
	margin: 0 auto;
    padding: 0px 0px 0px;
    order: 1;
    width: 100%;
    border-radius: 30px;
	    height: 250px !important;
	opacity:1 !important;
		min-height: auto !important;
	 object-fit:cover;
}

.post-grid .post a {
    
    /*font-weight: 600;*/
    width: 100%;
    padding: 0 0%;
    margin-bottom: 10px;
    margin:0px 0px;
	text-decoration: none;

}
.post-grid .post h2  {
   	margin: 20px 5% 0px !important;
    line-height: 125%;
    padding: 0px 0% 0px;
	font-size: 20px;		
	
}

.post-grid .post p {
    font-size: 15px !important;
	line-height:120% !important;
	text-align:left !important;
	font-weight:400 !important;
	margin-top: 10px !important;
    margin-bottom: 20px !important;
	padding: 0px 5% 15px !important;


	
	
	
}
footer.entry-footer{
	display:none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color:#3c4a61;
    padding: 50px 4% 0px;
    color: #fff7cc;
    overflow: hidden;
    width: 100%;
	    box-shadow: 0px 0px 35px #00000014;

}
.site-footer a{
	color: #fff7cc;
}
.site-footer a:visited{
	color: #fff7cc;
}
ul#menu-sotsiaalmeedia a{
	font-size:45px;
}
.site-footer a:hover{
	    filter: brightness(0.85);
}
ul#menu-sotsiaalmeedia li{
	
}
ul#menu-sotsiaalmeedia{
	display:flex;
	    flex-direction: row;
	gap:15px;
}
ul#menu-kontakt a{
	font-size:20px;
		font-weight:600;
	text-decoration:none;

}
i{
	margin-right:6px;
}
.site-footer ul {
    list-style: none;
	padding-left:0px;
	gap:0px 0px;
}
.sticky-product-info span.product-price{
	display:none;
}
.site-footer h3{
	font-size: 25px;
}
.site-footer img{
	 filter: brightness(42.5);
}
.site-footer blockquote{
	margin-bottom:45px;
}
#footer-sidebar{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	max-width: 1300px;
    padding: 50px 4%;
    margin: 0 auto;
    overflow: hidden;

}
#footer-sidebar1{
	max-width:500px;
	width:100%;
	
}
#footer-sidebar1 h2{
	font-size:35px;
}
#footer-sidebar2{
	    width: 100%;
    max-width: 600px;
    padding: 25px 4%;
   background-color: #303b4c;
    border-radius: 30px;
	/*box-shadow: 0px 0px 25px #00000014*/
}
#footer-sidebar3{
	width:100%;
}
#footer-sidebar3 ul{
	   display: flex;
    flex-wrap: wrap;
    border-top: dashed 0.5px #ffffff36;
    padding-top: 5px;
}
#footer-sidebar3 ul li{
	 margin-right:20px;
	margin-top:10px;
	
	}
span.wpcf7-not-valid-tip{
	display:none;
}
input.wpcf7-not-valid{
	border-color: #d55d53 !important;
    /*background-color: #ecbfbf;*/
}
.wpcf7 form .wpcf7-response-output {
    background-color: #379437;
      color: #ffffff;
    padding: 20px;
    border: solid 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000012;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #e34f4f;
    padding: 20px;
    border: solid 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000012;
}

/*
 * Remove the margin in all browsers.
 */
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: #3c4a61;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1{
	font-size:39px;
	font-weight:700;
	
}
.home h1{
	font-size:80px;
	font-weight:700;
	
	
}
.page-template-default h1{
	font-size:70px;
	font-weight:700;
	
}
h1 {
    	line-height:110% !important;
   
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:120%;
	margin:25px 0px !important;
}
h2{
	font-size:55px;
}
#footer-sidebar2 h2{
	font-size:55px;
}
.page-template-page-no-image h2, .single-post h2{
	font-size: 28px;
	margin:60px 0px 25px !important;
	    font-weight: 600;
}
h3{
	font-size: 25px;
	 font-weight: 600;
}
.page-template-default h2{
		font-size: 33px;
	margin:60px 0px 25px !important;
	    font-weight: 600;
}
p {
	margin: 20px 0px;
	font-size:17px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
header.entry-header blockquote {
	margin: 0 0em;
	width:50%;
}
#company blockquote p {
	margin: 0 0em;
	
}
blockquote {
	margin: 0 0em;
	width:100%;
}
blockquote p{
	font-size:23px;
	line-height:125%;
	font-weight:500;
}
.sp-testimonial-content blockquote p{
	font-size:30px !important;
	line-height:115% !important;
	font-weight:600 !important;
}
.sp-testimonial-content blockquote{
	width:75% !important;
}
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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
	
    padding-inline-start: 25px;

}
.entry-content ul li{
	margin-bottom:10px;
	line-height:125%;
}
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;
}
td{
	    padding: 10px;
    background-color: #ffffff;
	border-radius:3px;
	min-width: 80px;
	box-shadow: 0px 0px 40px #0000000f !important;
}
.swiper-pagination {
    
    z-index: 1 !important;
}
/* 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%;
	border-spacing: 4px;
}

/* Links
--------------------------------------------- */
a {
	color: #3C4A61;
}

a:visited {
	color: #3C4A61;
}

a:hover,
a:focus,
a:active {
	color: #097FAD;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	padding: 15px 25px;
    font-weight: 600;
	font-size:21px!important;
    border-radius: 20px;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 0px 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;
	text-decoration:none;
	
	
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	    color:white;
	 -webkit-transform: translateY(4px);
    transform: translateY(4px);
	 filter: brightness(0.85);
	text-decoration:none;
}
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
    padding: 15px 25px;
    font-weight: 500;
	font-size:21px!important;
    border-radius: 35px;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 0px 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;
	text-decoration:none;
	color:white;
	background-color:#097FAD;
	border: 3px solid #097FAD;
	  
	
}

a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:white;
	background-color:#097FAD;
	border: 3px solid #097FAD;
	 -webkit-transform: translateX(3px);
    transform: translateX(3px);
	 filter: brightness(0.85);
	text-decoration:none;
	filter: brightness(0.95);
}
a.button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color:white;

	
}
a.button i{
	margin-left:5px;
}
a#light-dark.button{
	    border: 3px solid;
    color: #3C4A61;
    background-color: #ff000000;
}
a#light-dark.button:hover{
	filter: brightness(0.95);
}
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: #fef7cf;
    border: 2px solid #fef7cf;
    border-radius: 30px;
    padding: 10px;
    background-color: #ff000000;
	width:100%;

}

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:0px solid #ccc;
}

textarea {
	width: 100%;
}
::placeholder{
	 color: #fef7cf;
}
/* Peidame vaikimisi radio inputi */
.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Stiliseeritud nupu konteiner */
.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 10px 16px 10px 40px;
    margin: 8px 0;
    border: 2px solid #097fad;
    border-radius: 15px;
    cursor: pointer;
    background-color: #fff7cc;
    color: #0073aa;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Custom radio "ring" (enne teksti) */
.wpcf7-radio .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #0073aa;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Täpp valitud olekus */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #0073aa;
  box-shadow: inset 0 0 0 4px #fff;
}

/* Valitud olek kogu nupule */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #0073aa;
  color: #fff;
  border-color: #005b8f;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

nav.navigation.post-navigation{
	display:none;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
 
    font-weight: 600 !important;
 
}

@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 0 1.5em;
}

.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%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.updated:not(.published) {
	display: none;
}
.entry-content{
	max-width:1250px;
	width:100%;
	margin: 100px auto;
}
#logo{
	margin: 0px auto;
}
#logo .entry-content-inside {

    margin: 25px auto;
}
#main.entry-content{
	max-width:1000px;
	margin: 50px auto;
}
.single-post .entry-content{
	max-width:1000px;
	padding:0px 2.5%;
	width:100%;
	margin: 50px auto 100px;
}
.page-template-page-no-image .entry-content{
	max-width:1000px;
	padding:0px 2.5%;
	width:100%;
	margin: 50px auto 100px;
}
.blog .entry-content {
    max-width: 1250px;
    padding: 0px 5%;
    width: 100%;
    margin: 200px auto 100px;
}
.page-template-default .entry-content {
   padding:25px 2.5%;
}
.entry-content-inside{
	max-width:1250px;
	width:100%;
	margin: 100px auto;
}
#hinnakiri-inside{
	max-width:1000px !important;
	margin: 0px auto;
	padding:0px 2.5% 50px;
}
#hinnakiri {
    margin-bottom: 0px;
    width: 100%;
    background-color: #fcfcfc;
    max-width: 100%;
    margin: 25px 0px 0px;
	   border-top: 5px solid white;
    box-shadow: 0px 0px 40px #00000014;
}
.site{
	padding:0px 0%;
}
.page-content,
.entry-summary {
	margin: 0em 0 0;
}
#benefits-content{
	max-width: 1700px;
    margin: 0 auto;
	margin-top:-125px;
}
.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 0em;
	    list-style: none;
}

.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: inline-block;
	width: 115px;
}

/* 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 {

	/*rtl:ignore*/
	float: left;
	width:50%;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	width:50%;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
		border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	width:100%;
		border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}
@media only screen and (max-width: 1400px){
	.home h1{
    font-size: 70px;
  
}
	.page-template-default h1{
	font-size:50px;

	
}
.benefit h2 {
    font-size: 23px;
 
}
.benefits p {
    font-size: 14px;
   
}

	#footer-sidebar2 h2 {
    font-size: 45px;
}
	h2 {
    font-size: 35px;
}
	.page-template-default h2 {
    font-size: 31px;
 
}
	.page-template-page-no-image h2, .single-post h2 {
    font-size: 27px;
   
}
	h3{
	font-size: 24px;
}
	#footer-sidebar1 {
    max-width: 400px;
 
}
	#footer-sidebar {
  
    justify-content: space-between;
}
	#footer-sidebar2 {

    max-width: 500px;

}
}
@media only screen and (max-width: 1200px){
	#footer-sidebar {
   
    padding: 50px 0%;

}
	.benefit {
    width: 44.5%;
    text-decoration: none;
    color: #3C4A61;
}
	#company-img {
    width: 52%;
  
    margin-top: -100px;
   
}
	#company-meta {
    width: 48%;

}
	#company-meta	.buttons {
    margin-top: 10px;
}
	.buttons {
   
    margin-top: 30px;
}
	blockquote p {
    font-size: 21px;
 
}
	.home h1{
    font-size: 60px;
  
}
	.page-template-default h1{
	font-size:50px;

	
}
	h1{
	font-size:35px;
	font-weight:700;
	
}
.benefit h2 {
    font-size: 28px;
 
}
.benefits p {
    font-size: 16px;
   
}
	p {
 
    font-size: 16px;
}

	#footer-sidebar2 h2 {
    font-size: 45px;
}
	h2 {
    font-size: 35px;
}
	.page-template-page-no-image h2, .single-post h2 {
    font-size: 26px;
   
}
		h3{
	font-size: 22px;
}
	.page-template-default h2 {
    font-size: 30px;
 
}
}
@media only screen and (max-width: 1100px){
	#block {

   
    align-items: flex-start;

}
	#tagasiside.entry-content{
		 
  
    margin: 25px auto;

	}
	#logo.entry-content{
		 
  
    margin: 25px auto;

	}
	.entry-content-inside {
  
    margin: 25px auto;
}
	.gs_logo_single {
 
    padding: 0px 0px !important;

}
	#company{
   
    margin: 75px auto 75px;
    
}
	#company-img {
    width: 100%;
    margin-top: -50px;
		display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
	#company {
    display: flex;
    
   
    flex-direction: column-reverse;
  
    align-items: stretch;
    width: 95%;
}
	#company-meta {
    width: 100%;
    padding: 50px 5%;
    max-width: 800px;
}
	#company-img img {
    border-radius: 50px;
    max-width: 70%;
		transform: scaleX(-1);
}
	
}
@media only screen and (max-width: 1000px){
	.site-footer {
    padding: 0px 0% 0px;
}
		.site-footer {

    padding: 0px 0% 0px;
  
}
#footer-sidebar {
   flex-direction: column-reverse;
    padding: 0px 0%;
  
}
#footer-sidebar2 {
    width: 100%;
    max-width: 100%;
    padding: 45px 5%;
	border-radius:0px;
 
    /* box-shadow: 0px 0px 25px #00000014; */
}
	#footer-sidebar1 {
    
    padding: 25px 5%;
}}
@media only screen and (max-width: 900px){
	.site-footer {
    padding: 0px 0% 0px;
}
		.site-footer {

    padding: 0px 0% 0px;
  
}
#footer-sidebar {
   flex-direction: column-reverse;
    padding: 0px 0%;
  
}
#footer-sidebar2 {
    width: 100%;
    max-width: 100%;
    padding: 45px 5%;
	border-radius:0px;
 
    /* box-shadow: 0px 0px 25px #00000014; */
}
	#footer-sidebar1 {
    
    padding: 25px 5%;
}
#block {
    flex-direction: column;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
	.block-meta {
    width: 100%;
}
	.post-grid .post {
    width: 49%;

}
	.block-image {
    width: 100%;
    max-width: 600px;
}
	header.entry-header blockquote {
    
    width: 70%;
}
	.sp-testimonial-free {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;

}
	.sp-testimonial-client-testimonial {
    width: 100%;
  
}
	.sp-testimonial-free-section .sp-testimonial-client-image {
    overflow: visible !important;
    width: 40%;
    margin-top: 50px !important;
    margin-bottom: -115px !important;
    margin-left: 5%;
    z-index: 23;
}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

    margin: 0 10px !important;
   
}
	.alignleft {

	/*rtl:ignore*/
	float: left;
	width:100%;
	/*rtl:ignore*/
	margin-right: 0px;
	margin-bottom: 1.5em;
	border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
	max-width:600px;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	width:100%;
	/*rtl:ignore*/
	margin-left: 0px;
	margin-bottom: 1.5em;
		border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
	max-width:600px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	width:100%;
		border-radius: 30px !important;
    border: solid 5px white !important;
    box-shadow: 0px 0px 40px #00000014 !important;
}
}
@media only screen and (max-width: 764px){
	#blog {
    max-width: 100%;
    padding: 50px 5% 50px;
    margin: 50px auto 0px;
}
	.site-footer {

    padding: 0px 0% 0px;
  
}
#footer-sidebar {
   flex-direction: column-reverse;
    padding: 0px 0%;
  
}
#footer-sidebar2 {
    width: 100%;
    max-width: 100%;
    padding: 45px 5%;
	border-radius:0px;
 
    /* box-shadow: 0px 0px 25px #00000014; */
}
	#footer-sidebar1 {
    
    padding: 25px 5%;
}
	.home h1 {
    font-size: 50px;
}
	    h1 {
        font-size: 33px;
        
    }
	
.benefit h2 {
    font-size: 24px;
 
}
.benefits p {
    font-size: 15px;
   
}
	blockquote p {
    font-size: 19px;
 
}
}
@media only screen and (max-width: 650px){
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:130% !important;

}
.benefit {
    width: 90%;
    text-decoration: none;
    color: #3C4A61;
	max-width:450px;
	padding: 25px 6%;
}
	.single-post .post-thumbnail img {
    height: 300px;

    min-height: 300px;
}
}
@media only screen and (max-width: 600px){
	.sp-testimonial-content blockquote p {
    font-size: 25px !important;

}
		.post-grid .post {
    width: 100%;

}
	.home h1 {
    font-size: 40px;
}
	.page-template-default h1{
	font-size:40px;

	
}
.benefit h2 {
    font-size: 24px;
 
}
		p {
 
    font-size: 16px;
}
	h2 {
    font-size: 45px;
}
	.page-template-default h2 {
    font-size: 25px;
 
}
	#footer-sidebar2 h2 {
    font-size: 35px;
}
	h2 {
    font-size: 30px;
}
	.page-template-page-no-image h2, .single-post h2 {
    font-size: 23px;
   
}
.benefits p {
    font-size: 15px;
   
}
	.post-thumbnail img {

    height: 70vh;

  
    min-height: 700px;
}
	header.entry-header {
   
    height: 70vh;
    min-height: 700px;
}
	.sp-testimonial-content blockquote {
    width: 85% !important;
}
	a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 13px 20px;
  
    font-size: 19px!important;
   
}
}
@media only screen and (max-width: 450px){
	.sp-testimonial-content blockquote {
    width: 90% !important;
}
	.sp-testimonial-content blockquote p {
    font-size: 22px !important;

}
	#company-img img {
 
    max-width: 100%;
   
}
	.home h1 {
    font-size: 33px;
}
	
	    h1 {
        font-size: 28px;
        
    }
	.page-template-default h1{
	font-size:33px;

	
}
.benefit h2 {
    font-size: 24px;
 
}
.benefits p {
    font-size: 15px;
   
}
		header.entry-header blockquote {
    
    width: 100%;
}
	.home .post-thumbnail img {
    object-position: 90%;
    
}
	blockquote p {
    font-size: 18px;
 
}
	.page-template-page-no-image h2, .single-post h2 {
    font-size: 23px;
   
}
		h3{
	font-size: 20px;
}
}