/*

Theme Name: Vivix Theme

Theme URI: http://wordpress.org/themes/twentyfourteen

Edit Webolution 2022

Author URI: https://www.webolution.ee
Description: Wordpress theme and solution

Version: 1.1

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:

Text Domain: vivix
*/


/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

 * along with Nicolas Gallagher and Jonathan Neal

 * http://necolas.github.com/normalize.css/ and Blueprint

 * http://www.blueprintcss.org/

 *

 * -----------------------------------------------------------------------------

 */


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
	scroll-behavior: smooth !important;
}

body {
    margin: 0;
}

h1 {
    font-size: 52px;
    font-weight: 500;
    clear: both;
    line-height: 1.2;
	text-align:center;
	padding: 20px 0;
}

h2 {
	font-family: "Titillium Web", sans-serif;
	font-size: 2.625em;
	font-weight:200;
	line-height: 1.2em;
	padding-bottom: 10px;
}
h3 {
	font-family: "Titillium Web", sans-serif;
	font-size: 1.375em;
	line-height: 1.250em;
	font-weight:600;
	color:#3e3e3e;
	margin: auto;
	padding: 0 0 20px 0;
}
h4 {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 300;
}
h5,
h6 {
    font-weight: 300;
    clear: both;
}



ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* Links */

a {
	color:#c51a1b;
  text-decoration: none;
	transition: all 0.1s ease-in;
}

a:hover {
	color:#444;
  text-decoration: underline;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}


/* =Fonts

-------------------------------------------------------------- */

#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text,
input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-family: "Titillium Web", sans-serif, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

hr {
    background-color: #555;
    border: 0;
    height: 1px;
    margin-bottom: 24px;
    clear: both;
}


/* Text elements */

p {
    margin-bottom: 20px;
}

ul {
    list-style: square;
    margin: 0 0 2.4em 2.4em;
}

ol {
    list-style: decimal;
    margin: 0 0 24px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

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

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}


/* ---------- layout ----------*/

body {
    background: #fff;
}

.wrapper {
    margin: 0 auto;
}

.container {
    position: relative;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}


/*-------------------------------------------*/

#tray-menu {
    width: 45px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #1f1f1f;
    display: none;
}

#tray-menu .wrap {
    height: 100%;
    position: relative;
    text-align: center;
}

#tray-menu .special-hamburger-toggle {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    text-align: center;
}

#tray-menu .small-logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.rotate_-90 {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}


/* --------- HEADER HERE ---------*/

.header {
	width: 180px;
	padding-left: 30px;
	position: fixed;
    left: -40px;
    top: 0;
    bottom: 0;
    background: #373a3b;
    z-index: 999;
    min-height: initial !important;
  	transition: 0.3s;
}

.header:hover {
	left: 0;
}

.header .logo img{
	max-width:100px;
	transition: all 0.5s ease-in;
}

.header .logo img:hover {
    filter: brightness(0) invert(1);
}

.header.mobile {
    display: none;
}

.logo {
    width: 100%;
    padding-top: 70px;
    text-align: center;
}

.logo a {
    display: block;
    margin: 0 auto;
}

.logo img {}

.header .btn_links{
	margin-top:15px
}
.header .btn_links button{
	margin:5px 20px;
	padding:5px;
	width:calc(100% - 40px);
	background:#262626;
	border:1px solid #949494;
	box-shadow:none;
	font-size:12px;
	line-height:20px;
	font-family:"Titillium Web", sans-serif;
	cursor:pointer
}
.header .btn_links button:hover{
	background:#262626;
}
.header.mobile{
	position:fixed
}

@media(max-width: 768px){
	.mobile_header{
		background:#222;
		position:fixed;
		top:0;
		left:0;
		z-index:20;
		width:100%
}

	#mobile_langbar_wrap{
		position:fixed;
}
}


.nav-bar-top {
    position: absolute;
    z-index: 10;
    top: 0;
	left:0;
	width:100%;
    height: 40px;
}


/* Social */

.social ul {
	display:flex;
	list-style:none;
	margin: 30px;
}
.social li {
	padding:0 10px 0 0;
}

.social li a:hover {
	opacity: 0.5;
}

/* Mobil Social */

@media(max-width: 768px){
.mobsocial {
	margin:30px;
}

.mobsocial ul {
	display:flex;
	list-style:none;
	margin: 30px 75px;
}
.mobsocial li {
	padding:0 20px 0 0;
}

.mobsocial li a:hover {
	opacity: 0.5;
}
}

/*Languages*/

.languages{
	position:relative;
	margin-left:30px;
}

.languages ul{
	position:absolute;
	top:0;
	padding-bottom:20px;
	z-index:5;
	margin:10px 20px;
	background: #373a3b;
	width: 85%;
}
.languages ul:hover li:first-child:before{
	transform:rotate(-45deg)
}

.languages ul:hover li{
	display:block
}
.languages ul li{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	position:relative;
	display:none;
}
.languages ul li:first-child{
	display:block;
	position:relative;
	background: #373a3b;
	width:100%;
}

.languages ul li:nth-child(1n+2) {
	padding-left:26px;
}

.languages ul li:first-child:before{
	content: "";
    display: block;
    background: url("/wp-content/themes/vivix/images/lang.svg") no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0;
	transition: all 0.3s ease-in;
}


.languages ul li a{
	color:#bababa;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	line-height:30px;
	text-decoration:none;
	display:flex;
	padding:0 10px;
	align-items:center;
}
.languages ul li a:hover{
	color:#fff;
}

.languages ul li a:active{
	color:#fff;
}

.languages ul li img {
	display:none;
}

/* Nupud */

.btn{
	display:block;
	font-family:"Titillium Web", sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	margin:10px 20px;
	text-align:center;
	background:#c51e28;
	padding:10px 20px 10px 20px;
	border-radius: 30px;
	transition: all 0.5s;
	border:none;
	cursor: pointer;
}


@media(max-width: 768px) {
	.btn {
		margin-left:75px;
		margin-bottom: 30px;
}
}
	
	
.btn-container {
		margin-top: 30px;
}

.btn {
	color:#fff;
	text-decoration:none;
}

.btn:hover {
	background-color: #262626;
	color: #fff;
	text-decoration:none;
}


/* Login */

.login-wrap {
    position: relative;
	margin:20px 0;
}

.login-wrap-mobil {
    position: relative;
	margin:20px 75px;
}

.login {
	padding-left:10px;
	display:block;
	align-items:center;
}

.login a {
	color:#bababa;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	line-height:30px;
	text-decoration:none;
	
}
.login a:hover {
	color:#fff;
	text-decoration:none;
}

.login::before{
	content: "";
    display: block;
    background: url("/wp-content/themes/vivix/images/login.svg") no-repeat;
    width: 25px;
    height: 25px;
	float: left;
    margin: 0 10px 0 10px;
}

/*Mainnav */

.mainnav .menu-item{
	position:relative
}
.mainnav .menu-item .sub-menu{
	display:none
}
.mainnav .menu-item.menu-item-has-children:after{
	content:"";
	position:absolute;
	top:15px;
	right:15px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:rotate(-135deg);
	width:6px;
	height:6px;
	transition:.2s all ease-in
}
.mainnav .menu-item.current-menu-ancestor .sub-menu,.mainnav .menu-item.current-menu-item .sub-menu{
	display:block
}
.mainnav .menu-item.current-menu-ancestor .sub-menu li a,.mainnav .menu-item.current-menu-item .sub-menu li a{
	padding-left:25px;
	font-size:12px
}
.mainnav .menu-item.current-menu-ancestor:after,.mainnav .menu-item.current-menu-item:after{
	transform:rotate(-45deg)
}


/* --------- NAVIGATION HERE --------*/

.nav {}

.nav ul {}

.nav ul li {}

.nav ul li a {}

.nav ul li a span {}

.nav ul li a:hover {}

.mainnav {
    margin-top: 50px;
    padding: 10px;
}

.mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav ul li {
    transition: all 0.1s ease-in;
}

.mainnav ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
    padding: 10px 0;
    padding-left: 15px;
    border: 0;
    transition: color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.mainnav ul li a:hover {
    color: #bababa;
	font-weight:700;
}

.mainnav ul li.current-menu-item a {}

.mainnav ul li.hidden {
    visibility: hidden;
}


/* ---------------------------------------------------------*/


/* ------- MAIN CONTENT HERE --------*/

.maincontent {
    padding: 0;
    background: #fff;
    position: relative;
}

.maincontent[style] {
	min-height:0px !important;
}

.homecontent {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 10vh !important;
}

.homebox {
	padding: 0;
}

#news-slider {
    height: 65vh;
}

#news-slider .flex-viewport {
    height: 100%;
}

#news-slider .slides {
    height: 100%;
}

#news-slider .slides li {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#news-slider .slides .caption {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 150px;
    right: 150px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 768px){
	#news-slider .slides .caption {
    top: 60%;
	}
}

#news-slider .slides .caption h2 {
    font-family: 'Titillium Web', sans-serif;
	font-weight:300;
    font-size: 38px;
    line-height: 42px;
}

#news-slider .slides .caption h3 {
    font-size: 20px;
    line-height: 30px;
}

.read-more {
	border-radius: 50px;
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    background: #c51a1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
	transition: all 0.1s ease-in;
	min-width: 100px;
	text-align:center;
}

.read-more:hover {
	background: #303030;
	color:#fff;
	text-decoration:none;
}


a.read-more {
    line-height: 18px;
}




/*langbar */

.langbar {
	position: absolute;
    top: 50%;
    left: 0;
}

.langbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.langbar ul li {
	margin-left: 15px;
	padding: 5px 0;
}

.langbar ul li a {
	color: #e6e6e6;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.1s ease-in;
	padding: 5px 0;
}

.langbar ul li a:hover, .langbar ul li.current a {
	color: #ff0000;
}
/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/

@media(min-width: 769px){
#jalus {
	background: #efeaea;
	padding: 100px 0;
	padding-left: 170px;
	margin: 0;
}
}
@media(max-width: 768px){
	#jalus {
	background: #efeaea;
	padding:60px 0 !important;
	margin:0;
	}
}


.jalus-sidebar {
	display:inline-block;
	padding-left:30px;
}

.jalus-sidebar1 {
float: left;
width: 340px;
margin: 0 15px 0 15px;
}

.jalus-sidebar2 {
float: left;
width: 340px;
margin: 0 15px 0 15px;
}

.jalus-sidebar3 {
float: left;
width: 340px;
margin: 0 15px 0 15px;
}


@media(max-width: 768px){
.jalus-sidebar {
	display:inline-block;
	padding-left:0px;
}

.jalus-sidebar1 {
float: left;
width: 300px;
margin: 0 15px 0 30px;
}

.jalus-sidebar2 {
float: left;
width: 300px;
margin: 0 15px 0 30px;
}

.jalus-sidebar3 {
float: left;
width: 300px;
margin: 0 15px 0 30px;
}
}

.widget-title {
	position:relative;
	color: #555;
    font-size: 14px;
    line-height: 20px;
    font-family: "Titillium Web", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:1px;
}

.title-subtitle {
    position: relative;
    display: inline-block;
    z-index: 3;
    margin: 0;
    padding-right: 10px;
    background-color: #EFEAEA;
}

.widget-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 0;
    background: #fff;
}

.widget ul {
    list-style: none;
	margin: 0 0 2.4em 0;
}
.widget ul li {
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.widget ul li a {
    color: #464646;

}

.widget_text {
	line-height:26px;
	font-weight:300;
}

.widget_text ul {
	display:flex;
	list-style:none;
}
.widget_text li {
	margin-right: 10px;
}

/* Sidebars */


/* ---------------------------------------------------------*/





/*default page*/


.page {
    padding: 20px;
    background: #F5F3F3;
}

.mobile_header {
    display: none;
}

.mobhome {
    display: none;
}


/*------------------------------------------*/

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* ---------------------------------------------------------*/


/* ---------------------------------------------------------*/

.page_content {}

.page_content > h2,
.page_content > h1 {
    padding: 0 20px;
    margin-top: 20px;
    color: #363636;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
}


.fancybox-color-item {
    display: block;
}

.contact.fax {
    display: none !important;
}


/* Lisatud */

.sisu {
	padding: 30px 40px 30px 40px;
    background: #fff;
	margin-bottom: 60px;
}

.sisucenter {
	padding: 30px 40px 30px 40px;
    background: #fff;
	margin-bottom: 60px;
	text-align:center;
}

.top-border {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* top line */
.top-border::before {
  content:'';
  position: absolute;
  background-color: #c51e28;
  width: 20%;
  height: 3px;
  top: 0;
  left:0;
}

.sisu-contact {
	padding: 30px 30px 0 30px;
    background: #fff;
	margin-bottom: 0;
}

.date {
	margin-top: 30px;
    color: #888;
    font-size: 11px;
    background: transparent;
    width: 70px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 0 10px;
}

/* Sisupais */

.contenthead {
	background: #F5F3F3;
	padding: 30px 0 1px 0;
}

.contenthead2 {
	background: #fff;
	padding: 30px 0 1px 0;
}

.subnews {
	background:#F5F3F3;
	text-align:center;
}
.subnews h2 {
	margin: 0;
    padding-top: 30px;
}
.breadcrumbs {
	margin-bottom:30px;
	text-transform: uppercase;
	font-size: 12px;
	text-align:center;
}
.breadcrumbs a {
	color:#888;
	text-decoration:none;
	transition: all 0.1s ease-in;
}

.breadcrumbs a:hover {
	color: #333;
	text-decoration:none;
}

.breadcrumb_last {
	color:#888;
}



/*MIN failist / SCSS */

.full_video{
	background: #222;
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	z-index:0;
	transform:translate(-50%, -50%)
}
@media(min-width: 1540px){
	.full_video{
		width:100%;
		height:auto
}
}

@media(max-width: 768px){
	.full_video {
		top:18%;
		width:100%;
		height:auto
}
}

#news-slider{
	background:#222;
	height:calc(80vh - 10px);
	position:relative;
	overflow:hidden;
		z-index:1;
}
@media(max-width: 768px){
	#news-slider{
		margin:0;
		max-width:calc(100% - 0px);
		z-index:1;
}
	#news-slider {
    height: 80vh;
}
}

#news-slider .flex-control-nav,#news-slider .slides{
	z-index:2;
	text-align:center
}
@media(min-width: 1024px){
	#news-slider .flex-control-nav,#news-slider .slides{
		bottom:5%;
		text-align:center;
		left:0;
		right:0;
}
}
#news-slider .video_controls{
	position:absolute;
	display:flex;
	align-items:center;
	top:0;
	right:20px;
	z-index:5;
	height:60px
}
#news-slider .video_controls .mute,#news-slider .video_controls .unmute{
	cursor:pointer
}
#news-slider .video_controls .unmute{
	width:12px;
	height:12px;
	display:none
}
#news-slider .video_controls button{
	height:20px;
	width:20px;
	border-radius:50%;
	background:#fff;
	border:none;
	cursor:pointer;
	z-index:5;
	margin-right:10px
}
#news-slider .video_controls button.stop{
	display:none;
	transition:.3s opacity ease-in
}
#news-slider .video_controls button .arrow-right{
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:7px solid #363636
}
#news-slider .video_controls button .square{
	width:5px;
	height:5px;
	background:#363636
}
@media(min-width: 769px){
	#news-slider .video_controls button{
		display:none
}
}
@media(max-width: 768px){
	#news-slider .flex-direction-nav{
		display:block;
		bottom:80px;
		position:absolute;
		left:30px;
		width:calc(100% - 60px)
}
	#news-slider .flex-control-nav{
		bottom:45px
}
}

article p{
	font-size:16px;
	line-height:26px;
	text-align:left
}
article a,article a:focus,article a:hover{
	display:block;
	text-decoration:none
}
article img{
	display:block
}
article ul{
	margin:0;
	padding:0
}
article ul li{
	list-style:none
}
/* LOGOD */

.logo_bar {
	padding: 0;
    margin: 0;
}

@media(max-width: 768px){
	.logo_bar {
	padding: 30px 0;
	
}
}

@media (max-width: 1024px){
.logo_bar ul li {
    width: 30%;
}
}

@media(min-width: 1025px){
	.logo_bar{
		display:block;
		bottom:0;
		z-index:1;
}
}
.logo_bar.mobile{
	display:block
}
.logo_bar ul{
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.logo_bar ul li{
	list-style: none;
	margin:0;
    align-items: center;
    cursor: pointer;
    display: flex;
    filter: none;
    height: auto;
    justify-content: center;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    transition-duration: 300ms;
    transition-property: filter, opacity;
}

.logo_bar ul li:hover {
	filter: grayscale(1);
	opacity:.8;
}

.logo_bar ul li img{
	max-height:80px;
	height:45px;
	width: auto;
    max-width: 100%;
}

@media(min-width: 1025px){
	.logo_bar ul li img{
		max-height:40px;
		height:40px;
}
}
@media(max-width: 1024px){
	.logo_bar ul li{
		width:50%;
		margin-bottom:10px
}
}

/*Tootekataloog */

.goods_page {
    padding: 30px;
    background: #F5F3F3;
    margin-left: -25px;
	display:flex;
	flex-flow:wrap;
}

@media(max-width: 480px){
	.goods_page {
	padding: 10px;
}
}

.goods_page a.goods_block {
    display: flex;
    float: left;
    padding: 0;
    padding-left: 25px;
    width: 33.3%;
    color: #1b1a1a;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 25px;
	background-color: #fff;
}

.goods_page .goods_block-inner {
    background: #ffffff;
    padding-top: 0;
	display: flex;
	width:100%;
    flex-direction: column;
    overflow: hidden;

}

.goods_page .goods_image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
}

.goods_page .goods_image img {
	width: auto;
    height: 100%;
}

.goods_page .goods_info {
    padding-bottom: 0;
}

.goods_page .goods_info h3 {
	font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    line-height: 20px;
    text-transform: inherit;
	margin:20px;
}

.goods-icon {
    margin-top: -20px;
	padding-bottom:10px;
    text-align: center;
}

.goods_page a.goods_block{
	padding:0;
	margin-left:25px;
}

@media(max-width: 480px){
	.goods_page a.goods_block{
		width:calc(50% - 25px)
}
	.goods_page a.goods_block{
		padding:10px;
		margin:12px;
}
}
@media(min-width: 481px)and (max-width: 768px){
	.goods_page a.goods_block{
		width:calc(50% - 25px)
}
}
@media(min-width: 769px)and (max-width: 1281px){
	.goods_page a.goods_block{
		width:calc(33.33% - 25px)
}
}
@media(min-width: 1280px){
	.goods_page a.goods_block{
		width:calc(25% - 25px)
}
}
.goods_page a.goods_block .goods_image{
	overflow:hidden
}
.goods_page a.goods_block .goods_image img{
	transition:.3s all ease-in
}

.goods_page a.goods_block:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15)
}
.goods_page a.goods_block:hover .goods_image img{
	transform:scale(1.1)
}

.product-title .title {
    margin-bottom: 10px;
}
.product-title {
	padding: 20px 0 20px;
}

.title-icon {
    margin: 20px 0;
    text-align: center;
}

.featured-image {
    height: 425px;
    margin-bottom: 60px;
}

.featured-image img {
    display: block;
    width: 100%;
    height: inherit;
    position:relative;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	object-fit:cover;
}

.product-title h1 {
    font-size: 48px;
    font-weight: 500;
    clear: both;
    line-height: 44px;
    text-align: center;
    padding: 0;
}
.product-title p{
	text-align:center;
	font-weight:100;
	font-size:18px;
}
	
	
/* Nupp */


.button {
  border-radius: 50px;
  background-color: #c51a1b;
  border: none;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  text-transform:uppercase;
  text-align: center;
  font-size: 14px;
  padding: 16px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 30px;
  text-decoration:none;
  padding: 10px 20px;
  min-width: 100px;
  display: inline-block;
  position: relative;
}

.button:after {
  content: url("/wp-content/themes/vivix/images/arrowright.svg");
  width:16px;
  top: 15px;
  transition: 0.5s;
	padding-left:10px;
}

.button:hover{
	background: #303030;
	color:#fff;
	text-decoration:none;
	min-width:100px;
}


/* Uudised */ 

/*News page*/

.news_page {
    padding: 30px  30px 30px 10px;
    background: #F5F3F3;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: -moz-box;
    -moz-box-orient: horizontal;
    display: box;
    box-orient: horizontal;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.news_page > h1 {
    padding: 0 0 0 20px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 48px;
    color: #363636;
}

.news_page a.news_article {
    /*display: block;
	float: left;*/
    padding: 0;
    margin: 20px 0 0 0;
    padding-left: 20px;
    width: 25%;
    color: #363636;
    text-decoration: none;
    box-sizing: border-box;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: box;
    box-orient: vertical;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.news_page a.news_article{
	display:flex;
	flex-direction:column;
	overflow:hidden;
	padding:0;
	margin-left:20px;
}

.news_page a.news_article:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15)
}

.news_page .news_pic {
    height: 135px;
    position: relative;
	
    overflow: hidden;
}

.news_page a.news_article .news_pic{
	transform:none;
	transition:.2s transform ease-in;
		background-color: #fff;
}

.news_page a.news_article:hover .news_pic{
	transform:scale(1.1)
}

.news_page .news_pic img {
    /*height: 100%;
    width: auto;*/
    max-height: 150%;
    max-width: 490px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}



.news_page .news_info {
    padding: 25px;
    background: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.news_info:hover {
	background:#C71A21;
	transition: all 0.2s ease-in;
}

.news_page .news_info h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    line-height: 20px;
    margin-bottom: 33px;
}

.news_page .news_info span {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    bottom: 15px;
    margin-top: 30px;
    color: #888;
    background: #fff;
    width: 70px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 3px 10px;
}

.single_news_page > span {
    display: block;
    margin-top: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    color: #000;
    font-style: normal;
}

.single_news_page > span {
    margin-top: 40px;
}

.single_news_page {
    background: #F5F3F3;
    padding: 40px 30px 40px 30px;
}

.single_news_page > h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 48px;
    color: #000;
}

.single_news_page .article_content {
	font-family: 'Roboto', sans-serif;
    margin-top: 40px;
    font-size: 1.0625em;
	font-weight:400;
    text-align: left;
    line-height: 1.5em;
}

.single_news_page .article_content ul li {
    list-style: initial;
}

.single_news_page .article_content strong {
	font-weight:700;
}

.single_news_page .article_content table {
    border: 0;
    height: auto !important;
    color: #363636;
}

.single_news_page .article_content th,
.single_news_page .article_content td {
    padding: 2px 0;
}

.single_news_page .article_content td,
.single_news_page .article_content td img {
    vertical-align: middle;
}

.single_news_page .article_content td {
    font-size: 16px;
}

.single_news_page .article_content th {
    font-size: 16px;
    font-weight: 700;
    color: #363636;
}

.article_content.post-type-tooted .img_wrap {}

.single_news_page .article_content .img_wrap {
max-width: 50%;
    display: inline-block;
    float: right;
    margin-left: 20px;
    box-sizing: border-box;
}

.post-type-tooted .img_wrap {
	display:none;
}

.single_news_page .article_content .img_wrap img {
    max-width: 100%;
    height: auto;
}

.article_content.post-type-tooted .img_wrap {
    padding: 0 0 0 10%;
    text-align: center;
}

.single_news_page .article_content p img {
    max-width: 100%;
    height: auto;
}


@media(max-width: 480px){
	.news_page a.news_article{
		width:calc(100% - 20px)
}
	.news_page a.news_article{
	margin-left:0;
}
}
@media(min-width: 481px)and (max-width: 768px){
	.news_page a.news_article{
		width:calc(50% - 20px)
}
}
@media(min-width: 769px)and (max-width: 1281px){
	.news_page a.news_article{
		width:calc(33.33% - 20px)
}
}
@media(min-width: 1280px){
	.news_page a.news_article{
		width:calc(25% - 20px)
}
}

@media(max-width: 768px){
	.homecontent,.maincontent{
		padding-top:0;
}
}
@media(min-width: 769px){
	.homecontent,.maincontent{
		padding-left:170px
}
}
@media(min-width: 1025px){
	.maincontent{
		padding-bottom:0;
}
}


/* Responsive */

@media(max-width: 768px){

	h1 {
    font-size: 36px;
    line-height: 1;
	margin-bottom: 50px;
	}
	
.single_news_page {
    background: #F5F3F3;
    padding: 40px 10px 40px 10px;
}
	
	.sisu {
	padding: 24px;
}	
	.homebox{
	padding: 20px 0 0;
	}
	
	.contenthead {
    padding: 80px 0 1px 0;
}
	.contenthead h1 {
	padding: 0;
	}
	
	.news_page {
		padding:10px;
		flex-flow: wrap;
    display: flex;
	}
	
	.news_page a.news_article {
		width: 23%; 
}

.itemstabs {
	margin:50px 0;
	position:absolute;
}
	}


@media(min-width: 769px){
	.news_page {
		padding-bottom:60px;
		flex-flow: wrap;
    display: flex;
	}
	
	.contenthead {
    padding: 30px 0 1px 0;
}
	.contenthead h1 {
	padding: 0;
	}
}

/* About v3 Template */

.about_page {
    padding: 30px 30px 30px 10px;
    background: #F5F3F3;
}

.about_page .page_content {
    font-size: 16px;
    color: #1b1a1a;
    line-height: 26px;
    text-align: left;
}

.about_page .page_content p,
.about_page .page_content ul {
    margin-bottom: 25px;
    font-size: 16px;
    color: #1b1a1a;
    line-height: 26px;
}

.about_page .page_content p strong {
    font-weight:700;
}

.about_page .page_content ul li {
    list-style: initial;
    padding-left: 25px;
}

article.about {
	display:flex;
	flex-wrap:wrap;
	min-height:100vh;
	color:#363636;
	padding:0 30px;
}

.about {
	flex-wrap:wrap;
	min-height:100vh;
	color:#363636;
	padding:0 30px;
}

article.about aside {
	width:33.33%;
	position:relative;
	top:0;
}

article.about section{
	width:66.67%;
}

article.about section .section_content{
	overflow-x:hidden
}


@media(max-width: 768px){
	article.about aside{
	width:100%;
	position:relative;
	}
	
	article.about{
	padding:10px;
}
	article.about aside,article.about section{
	width:100%
}
}


@media(min-width: 769px)and (max-width: 1024px){
	article.about aside,article.about section{
		width:50%
}
}



article.about aside .about_content{
	padding:40px 35px;
}

article.about aside .about_content ul{
	margin:0;
}

article.about aside .about_content ul li{
	list-style:none;
	font-size:14px;
	line-height:26px;
	position:relative;
	padding-left:15px;
	padding-bottom:15px
}

article.about aside .about_content ul li:after{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	border-left:2px solid #c51e28;
	border-bottom:2px solid #c51e28;
	transform:rotate(225deg);
	width:6px;
	height:6px
}

article.about aside .about_content ul.activities li{
	color:#949494;
	text-transform:uppercase;
	font-size:14px;
	line-height:26px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-decoration:none;
	color:#949494;
	font-weight:700;
	transition:.2s all ease-in;
	padding:6px 0;
	cursor:pointer
}
article.about aside .about_content ul.activities li svg{
	fill:#949494;
	width:20px;
	height:20px;
	transition:.2s all ease-in
}
article.about aside .about_content ul.activities li:after{
	content:none
}
article.about aside .about_content ul.activities li:focus,article.about aside .about_content ul.activities li:hover{
	color:#363636
}
article.about aside .about_content ul.activities li:focus svg,article.about aside .about_content ul.activities li:hover svg{
	fill:#363636;
	transform:translateX(5px)
}
article.about aside .about_content ul.activities li.active{
	color:#c51e28
}
article.about aside .about_content ul.activities li.active svg{
	fill:#c51e28
}



article.about aside .about_content ul.companies{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around
}
@media(min-width: 1025px){
	article.about aside .about_content ul.companies{
		display:inline;
}
}

@media(max-width: 1024px){
	article.about aside,article.about section{
		width:100%;
}
}

article.about aside .about_content ul.companies li{
	width:calc(25% - 20px);
	margin-top:20px;
	margin-right:20px
}
article.about aside .about_content ul.companies li img{
	max-width:100%;
	width:100%;
	height:auto
}
article.about section .section_content{
	padding:0;
	position:relative
}
article.about section .section_content .video_wrapper{
	width:100%;
	display:block;
	position:relative;
	z-index:0
}
article.about section .section_content .video_wrapper video{
	width:100%;
	display:block
}
article.about section .section_content .video_wrapper video:hover button.stop{
	display:block
}
article.about section .section_content .video_wrapper .mute,article.about section .section_content .video_wrapper .unmute{
	position:absolute;
	top:20px;
	right:20px;
	width:12px;
	z-index:5;
	cursor:pointer
}
article.about section .section_content .video_wrapper .mute{
	display:none
}
article.about section .section_content .video_wrapper button{
	position:absolute;
	left:calc(50% - 40px);
	top:calc(50% - 40px);
	height:80px;
	width:80px;
	border-radius:50%;
	background:#fff;
	border:none;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	z-index:5
}
article.about section .section_content .video_wrapper button.stop{
	opacity:0;
	display:none;
	transition:.3s opacity ease-in
}
article.about section .section_content .video_wrapper button .arrow-right{
	width:0;
	height:0;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:20px solid #363636;
	margin-left:7px
}
article.about section .section_content .video_wrapper button .square{
	width:20px;
	height:20px;
	background:#363636
}
article.about section .section_content .video_wrapper.playing:hover:before{
	content:"";
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}
article.about section .section_content .video_wrapper.playing:hover .stop{
	display:flex;
	opacity:1
}
article.about section .section_content .slide_text{
	padding:20px;
}

article.about section .section_content .slide_text h3 {
	text-align:left;
}

article.about section .section_content .flexslider{
	padding-bottom:50px
}
article.about section .section_content .flex-control-paging li a{
	background:#c2c2c2;
		border-radius: 100%;
}
article.about section .section_content .flex-control-paging li a.flex-active{
	background:#c51e28;
		border-radius: 100%;
}


@media(min-width: 1024px){
	article.about section .section_content{
		right:unset;
		text-align:center;
}
	article.about section .section_content .flex-control-nav li{
		margin:0 12px 0 0
}
}

/* Kollektiiv */


article.team{
	display:flex;
	flex-wrap:wrap;
	min-height:100vh;
	color:#363636;
	padding:30px;
}



article.team aside{
	width:33.3%;
	background:#F5F3F3;
	position:sticky;
	top:0;
}


.team-sisu {
	padding: 0 30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  margin: 0;
  top: 0;
  left: 0;
}

@media(max-width: 768px){
	.sticky {
		height: 60vh;
	}
	
}

@media(max-width: 768px){
	article.team aside{
	position:relative;
	}
	
	article.team{
	padding:10px;
}
}



article.team section{
	width:66.67%;
	background:#fff;
}

article.team section .section_content{
	overflow-x:hidden
}

@media(max-width: 768px){
article.team aside,article.team section{
		width:100%
}
}

@media(min-width: 769px)and (max-width: 1024px){
article.team aside,article.team section{
		width:50%
}
}
article.team aside{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between
}

@media(max-width: 768px){
	article.team aside{
		width:100%
}
}
article.team aside .team_content{
	padding:0;
	width: 100%;
}
@media(max-width: 768px){
	article.team aside .team_content{
		padding-top:20px
}
}
@media(min-width: 769px){
	article.team aside .team_content{
	width:100%;
}
}


article.team aside h1{
	text-align: left;
}

article.team aside ul.items{
	position:relative;
}

@media(min-width: 769px){
	article.team aside ul.items{
		bottom:20px
}
	.itemstabs {
    margin: 50px 0;
    position: inherit;
}
}
@media(max-width: 768px){
	article.team aside ul.items{
		top:38px;
		width:100%;
		background:#fff;
		z-index:2;
		box-shadow: 0px 8px 8px 0px #0000000d;
}
	.itemstabs {
    margin: 50px 0;
    position: inherit;
}
	
	article.team aside ul.items li:first-child{
		font-size:14px;
		line-height:30px;
		text-transform:uppercase;
		color:#949494;
		font-family:"Titillium Web", sans-serif;
		font-weight:700;
		padding:5px 35px;
		position:relative;
		cursor:pointer
}
	article.team aside ul.items li:first-child:after{
		content:"";
		border-left:2px solid #949494;
		border-top:2px solid #949494;
		width:10px;
		height:10px;
		position:absolute;
		top:12px;
		right:20px;
		transform:rotate(225deg);
		transition:.2s all ease-in
}
	article.team aside ul.items li:not(:first-child){
		display:none
}
	article.team aside ul.items.open li:first-child:after{
		transform:rotate(45deg);
		top:15px
}
	article.team aside ul.items.open li:not(:first-child){
		display:block
}
}
article.team aside ul.items li{
	position:relative;
	padding:0 35px
}
@media(min-width: 769px){
	article.team aside ul.items li.title{
		display:none
}
}
article.team aside ul.items li.active:before,article.team aside ul.items li:hover:before{
	content: "";
    position: absolute;
    left: 0;
    top: 18px;
    height: 1px;
    width: 3%;
    background: #c51e28;
}
article.team aside ul.items li.active a,article.team aside ul.items li:hover a{
	color:#363636
}

article.team aside ul.items li a{
	font-size:14px;
	line-height:30px;
	padding:5px 0;
	text-transform:uppercase;
	color:#949494;
	font-family:"Titillium Web", sans-serif;
	font-weight:700;
}
@media(max-width: 768px){
	article.team section{
		width:100%
}
}
article.team section .section_content{
	padding:30px;
}

article.team section .section_content .person{
	display:flex;
	margin-bottom:40px
}
@media(max-width: 1024px){
	article.team section .section_content .person{
		flex-wrap:wrap
}
	article.team section .section_content .person-details{
		margin-top:20px
}
}
article.team section .section_content .person figure{
	margin:0 35px 0 0
}
article.team section .section_content .person figure img{
	max-width:300px;
	height:auto
}
@media(min-width: 1024px){
	article.team section .section_content .person figure img{
		max-width:250px
}
}
article.section .section_content .person h3{
	font-weight:400;
	font-size:20px;
	line-height:26px
}
article.team section .section_content .person .position{
	font-size:12px;
	line-height:16px;
	position:relative;
	text-transform:uppercase;
}
@media(max-width: 1024px) {
	article.team section .section_content .person .position:after{
	width:100%;
	content:"";
	position:absolute;
	bottom:-12px;
	left:0;
	width:40px;
	height:2px;
	background:#c51e28
}
}

article.team section .section_content .person .contacts{
	padding:0;
	margin:15px 0 0
}
article.team section .section_content .person .contacts li{
	list-style:none
}
article.team section .section_content .person .contacts li a,article.team section .section_content .person .contacts li a:focus{
	font-size:16px;
	line-height:20px;
	padding:5px 0;
}

/* Partners */

.partners {
	padding: 30px 40px 30px 40px;
    background: #2E3031;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align:center;
}

#partner-sites-wrap {
}

#partner-sites-wrap a.partner-site {
    width: 25%;
    display: block;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

#partner-sites-wrap a.partner-site:last-of-type:after {
    clear: both;
}

#partner-sites-wrap a.partner-site div {
    display: block;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 4px;
    margin-left: 4px;
}

#partner-sites-wrap a.partner-site div.partner-site-overlay {
    z-index: 1000;
    background: transparent;
}

#partner-sites-wrap a.partner-site div.partner-site-overlay:hover {
    background: rgba(55, 58, 59, 0.75);
}


#partner-sites-wrap a.partner-site{
	overflow:hidden;
	width:calc(46% - 1px);
	height:100px;
	margin:15px 15px 0 0;
}

@media (max-width: 1399px){
	#partner-sites-wrap a.partner-site{
	overflow:hidden;
	width:calc(23% - 2px);
	height:150px;
	margin:15px 15px 0 0;
}
	
}
@media(max-width: 1280px){
	#partner-sites-wrap a.partner-site{
	overflow:hidden;
	width:calc(23% - 3px);
	height:150px;
	margin:15px 15px 0 0;
}
	
}
@media(max-width: 1024px){
	#partner-sites-wrap a.partner-site{
	overflow:hidden;
	width:calc(23% - 8px);
	height:150px;
	margin:15px 15px 0 0;
}
}
@media only screen and (max-width: 768px){
    #partner-sites-wrap a.partner-site {
        margin-bottom: 8px;
        width: 43%;
    }
}

#partner-sites-wrap a.partner-site div{
	margin:0
}
#partner-sites-wrap a.partner-site .background{
	transition:0.3s all ease-in;
	display:flex;
	align-items:center;
	justify-content:center
}
#partner-sites-wrap a.partner-site .background svg{
	width:60%;
	filter: brightness(0) invert(1);
}

#partner-sites-wrap .background svg g{
	clip-path:none;
}

#partner-sites-wrap a.partner-site div.partner-site-overlay{
	overflow:hidden;
	margin:0
}
#partner-sites-wrap a.partner-site div.partner-site-overlay .partner-site-desc{
	color:transparent;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	transform:translateY(100%);
	transition:0.5s color ease-in;
	padding-left:20px;
	padding-right:20px;
}
#partner-sites-wrap a.partner-site div.partner-site-overlay:hover{
	background:rgba(55, 58, 59,.8)
}
#partner-sites-wrap a.partner-site div.partner-site-overlay:hover .partner-site-desc{
	color:#fff;
	transform:translateY(0)
}
#partner-sites-wrap a.partner-site:hover .background{
	transform:scale(1.1)
}



/* Logoriba jaluses */

#floating-bar{
background: #e5e0e0;
padding: 30px 30px;
  position:fixed; 
  bottom:0;
  width:100%;
	z-index: 4;
}

#floating-bar section{

  margin:0 auto;
  display: flex;
  align-items: center;

}

#floating-bar a{
  color: red;
  text-decoration: underline;
} 

#floating-bar .button-close{
  position: absolute;
  top: 8%;
  margin-top:-1px;
  right: 250px;
  left: auto;
  cursor: pointer;
}

#floating-bar .button-close:before{
  content:"";
  background:#FFF;
	display: block;
    background: url("/wp-content/themes/vivix/images/close.svg") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin: 0;
	transition: all 0.3s ease-in;
} 

@media (max-width:1024px){
  #floating-bar {
	display:none;}
  }
  


/*Logoriba peidetud*/

#floating-bar.hide-floating-bar{
  transition:0.5s;
  bottom:-250px;
  animation-timing-function: ease-in-out;
}

/* Logo Sidebar */

/* SIDEBAR POSITION */

.sidebar {
  background-color: #2e3031;
  height: 100vh;
  position: absolute;
  top: 0;
  left:-500px;
  min-width: 500px;
  box-shadow: 10px 0px 10px 0px #0000001c;

}

.sidebar__content {
  padding: 40px;
}

/* SIDEBAR HIDDEN STATE */
.sidebar[aria-hidden="true"] {
  transition: 200ms;
  transform: translateX(0);
}

/* SIDEBAR VISIBLE STATE */
.sidebar:not([aria-hidden]),
.sidebar[aria-hidden="false"] {
  transition: 200ms;
  transform: translateX(142%);
}


/* Mobiilivaate tyhimik */

@media screen and (max-width: 782px) {
html {
    margin-top: 0 !important;
}
}

/* Otsing */

.searchheader {
	
	
}

form.search-form {
    display: inline-flexf !important;
}

span.screen-reader-text {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

input.search-field {
    border-radius: 30px;
    min-width: 200px;
    border: 1px solid #dedede;
    padding: 6px 15px;
}


input.search-submit{
	display:block;
	font-family:"Titillium Web", sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	margin: 0 -15px 0 10px;
	cursor:pointer;
}

input.search-submit {
	color:#fff;
	text-decoration:none;
}

input.search-submit {
	text-align:center;
	background:#c51e28;
	text-transform:uppercase;
	padding:8px 40px;
	border-radius: 30px;
	transition: all 0.5s;
	border:none;
}

input.search-submit:hover {
	background-color: #262626;
	color: #fff;
	text-decoration:none;
}

/* marine h4 */

.wpb_wrapper h4:before {
	content: "";
    display: block;
    background: url("https://plaatdetail.ee/wp-content/uploads/2021/11/li-arrow.svg") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px 6px 0 0;
}

/* Carbon */

#wcb #wcb_a {
    border-radius: 0 0.3em 0.3em 0;
    border-left: 0;
    background: #00ffbe;
    color: #fff;
    font-weight: 700;
    border-color: #00ffbe;
}
