/*
Theme Name: Seed & Chips
Theme URI:
Description:
Author: Stefano Esu - ALLINONE for Jakala
Author URI:
Version: 2.0.1
License:
License URI:
Tags:
Text Domain: sec
*/

@charset "utf-8";

@font-face {
    font-family: 'fn_din';
    src: 
        url(fonts/din/FontsFree-Net-DINPro-1.eot?#iefix) format('embedded-opentype'),
        url(fonts/din/FontsFree-Net-DINPro-1.woff2) format('woff2'),
        url(fonts/din/FontsFree-Net-DINPro-1.woff) format('woff'),
        url(fonts/din/FontsFree-Net-DINPro-1.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'fn_din_medium';
    src: 
        url(fonts/din/DINPro-Medium.eot?#iefix) format('embedded-opentype'),
        url(fonts/din/DINPro-Medium.woff2) format('woff2'),
        url(fonts/din/DINPro-Medium.woff) format('woff'),
        url(fonts/din/DINPro-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'fn_din_bold';
    src: 
        url(fonts/din/DINPro-Bold.eot?#iefix) format('embedded-opentype'),
        url(fonts/din/DINPro-Bold.woff2) format('woff2'),
        url(fonts/din/DINPro-Bold.woff) format('woff'),
        url(fonts/din/DINPro-Bold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}




*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fn_din_bold{ font-family: 'fn_din_bold', sans-serif; }
body{
	background-color: #ffffff;
    font-size: 100%;
	line-height: 1.125em;
	height: 100%;
    overflow-x: hidden;
    max-width: 100vw;
	image-rendering: -webkit-optimize-contrast;
	/* Cross Browser graphic and fonts fixes */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-interpolation-mode: nearest-neighbor;
}

.fixed-filters-top{
    position:fixed;
    top:89px;
    left:auto;
	max-width: 1440px;
	width: 100%;
	background-color: white;
	z-index:9999;
	margin:0 auto;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}

#preloader div {
	width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	z-index: 999999;
}
.theloader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top:0;
	left:0;
	background: rgba(0,0,0,0.4);
}
.theloader img{
	max-width: 110px;
	margin: 0 auto;
}
.pos_abs_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-white-text{ color: white !important; }
#preloader_image img { height:auto; }
.font-fm-jos, .jos{ font-family: Josefin Sans, 'sans-serif' !important; }
.font-fm-lora, .lora{ font-family: 'Lora' !important; }
/* ------- GLOBAL --------- */
.body-overflow-yH{ overflow: hidden !important; }
.overflow-y-scroll{ overflow-y: scroll; }
.overflow-y-auto{ overflow-y: auto; }

.fixed-top{ z-index:9995; }
.fixed-top.admin-bar-on{
	top: 32px !important;
}
.sub-menu.fixed-top.admin-bar-on{
	top:129px !important;
}
.img-like-bck-clear{
	object-fit: contain;
    left: 0;
    transform: none;
    object-position: left;
    top: 0;
}
/* GENERAL STYLES */
.wpml-ls-statics-footer, .otgs-development-site-front-end{ display: none; }
.zindex_max{ z-index: 9999;}
.zindex_9{ z-index:9;}
.form-control:focus, .form-control:visited{
    border-color: transparent !important;
    box-shadow: none;
    border-bottom-color: inherit !important;
}
.c-pointer{ cursor: pointer; }
.p-relative{ position: relative !important; }
.p-absolute{ position: absolute !important; }
.w50{ width: 50% !important; }
.w100, .w-100, .w-100-resp{ width: 100% !important; }
.c-white{ color: white !important; }
.c-blue{ color: #03B2BE !important; }
.c-black{ color: #232323 !important; }
.bck-head-menu{ background-color: #08103A !important; }
.fw-bold{ font-weight: bold; }
.bck-white{ background-color: white !important; }
.c-gray-text{ color: #575756 !important; }
.pos-center-abs{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inner-image-cover{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center;
}
.vis-hidden{ visibility: hidden; position: initial; }
.vis-visible{ visibility: visible !important; position: initial; }
.vis-hidden-transition{
	opacity: 0;
	visibility: hidden;
	height: 0;
	width:0;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	margin:0 !important;
}
.vis-hidden-transition-slider{
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	margin:0 !important;
}
.vis-visible-transition{
	visibility: visible;
	height: 100%;
	opacity: 1;
}
.bck-center-pos{ background-position: center, center; }
.bck-center-top-pos{ background-position: top, center; }
.opacity-for-carousel, .opacity-for-block{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.opacity-for-block{
	background-color: rgba(0, 0, 0, 0.25);
}
.light-opacity{ background-color: rgba(100, 100, 100, 0.35) !important; }
.very-light-opacity{ background-color: rgba(100, 100, 100, 0.20) !important; }
.element-centered{
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-like-bck, .img-like-bck-cont{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    object-fit: cover;
	object-position: center;
}
.img-like-bck-normal{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate( 0%, 0%);
    object-fit: cover;
	object-position: center;
}
.img-like-bck-cont{
    object-fit: contain;
	object-position: bottom;
}
.img-like-bck-cont.L-position{
    left:0 !important;
    top: 0% !important;
    transform: translate(0%, 0%) !important;
}
.img-like-bck-cont.R-position{
    left:95% !important;
    top: 0% !important;
    transform: translate(0%, 0%) !important;
}
.rotate90deg_m {
	transform: rotate(-90deg);
}
.rotateimg180{
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate180deg {
	transform: rotate(180deg);
}
.wauto{ width: auto !important; }

/* Style linee for blocks alternate*/
.line-img-sx, .line-dx-img-dx{
    position: relative;
}
.line-img-sx .container:before {
    content: "";
    display: block;
    height: 4px;
    background: #19486a;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
}
.row-p-relavtive .container .row,
.line-sx-after-block{
    position: relative;
}
.line-img-dx:after {
    content: "";
    display: block;
    height: 4px;
    left: 48%;
    width: 100px;
    background: #19486a;
    top: 10%;
    position: absolute;
    z-index: -1;
}
.circle-img-dx::before {
    content: "";
    display: block;
    height: 35px;
    left: 55%;
    width: 35px;
    background: #ffffff;
    border: 4px solid #19486a;
    border-radius: 50%;
    top: 7%;
    position: absolute;
    z-index: 2;
}
.line-dx-img-dx .container:before {
    content: "";
    display: block;
    height: 4px;
    background: #19486a;
    right: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
}
.line-sx-img-dx:after {
    content: "";
    display: block;
    height: 4px;
    left: 37%;
    width: 280px;
    background: #19486a;
    top: 9%;
    position: absolute;
    z-index: -1;
}
.circle-sx-img-dx::before {
    content: "";
    display: block;
    height: 35px;
    left: 37%;
    width: 33px;
    background: #ffffff;
    border: 4px solid #19486a;
    border-radius: 50%;
    top: 6%;
    position: absolute;
    z-index: 2;
}
.line-sx-after-block .container::after{
    content: "";
    display: block;
    height: 4px;
    left: 0%;
    width: 25%;
    background: #19486a;
    top: -30px;
    position: absolute;
    transition: all 1s;
}
.line-sx-after-block .container::before {
    content: "";
    display: block;
    height: 35px;
    left: 25%;
    width: 35px;
    background: #ffffff;
    border: 4px solid #19486a;
    border-radius: 50%;
    top: -45px;
    position: absolute;
    z-index: 3;
}
.line-dx-after-block{
    position: relative;
}
.line-dx-after-block .container::after{
    content: "";
    display: block;
    height: 4px;
    right: 0%;
    width: 25%;
    background: #19486a;
    top: -30px;
    position: absolute;
    transition: all 1s;
}
.line-dx-after-block .container::before {
    content: "";
    display: block;
    height: 35px;
    right: 25%;
    width: 35px;
    background: #ffffff;
    border: 4px solid #19486a;
    border-radius: 50%;
    top: -45px;
    position: absolute;
    z-index: 3;
}
.circle-sx-img-dx-green::before{
    border: 4px solid #80B24F;
    top: 5%;
    content: "";
    display: block;
    height: 35px;
    left: 37%;
    width: 33px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

.circle-dx-img-dx-green::before{
    content: "";
    display: block;
    height: 35px;
    left: 55%;
    width: 35px;
    background: #ffffff;
    border: 4px solid #80B24F;
    border-radius: 50%;
    top: 6%;
    position: absolute;
    z-index: 2;
}
.line-dx-img-dx-green::after{
    content: "";
    display: block;
    height: 4px;
    left: 48%;
    width: 100px;
    background: #80B24F;
    top: 10%;
    position: absolute;
    z-index: -1;
}
.line-sx-img-dx-green::after{
    content: "";
    display: block;
    height: 4px;
    left: 37%;
    width: 280px;
    background: #80B24F;
    top: 9%;
    position: absolute;
    z-index: -1;
}
.line-img-dx-green::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100vw / 2);
    background: #80B24F;
    top: 50%;
    position: absolute;
    z-index: -1;
    right: -50%;
}
.line-img-sx-green::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100vw / 2);
    background: #80B24F;
    top: 50%;
    position: absolute;
    z-index: -1;
    left: -50%;
}
.image-center{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .line-img-dx:after{
        left: 100%;
        width: 44%;
        top: -5.2%;
        transform: translate(-100%, -10%);
    }
    .circle-img-dx::before {
        left: 55%;
        top: -8%;
        position: absolute;
        z-index: 2;
    }
    .line-img-sx .container:before,
    .line-dx-img-dx .container:before{
        content: none;
    }
    .line-sx-img-dx-green:after,
    .line-sx-img-dx:after {
        left: 0%;
        top: -5%;
        width:41%;
        transform: translate(0%, -5%);
    }
    .circle-sx-img-dx-green::before,
    .circle-sx-img-dx::before {
        top: -7.7%;
    }
    .partners .accordion i{
        color: #19486a;
        border-bottom: 2px solid #19486a;
        width: 5px;
        border-left: 2px solid #19486a;
        height: 5px;
        margin: 0px 10px 1px 8px;
        padding: 6px;
        transform: rotate(315deg) translate(-4.5px, -0%);
        display: inline-block;
    }
    .partners .accordion{
        padding: 10px 30px;
        position: absolute;
        right:0%;
        text-align: right;
        width: 100%;
        top:0%;
    }
    .partners .accordion.open i{
        transform: rotate(135deg);
        margin-top: 10px !important;
    }
    .partners.line-dx-after-block .accordion{
        padding: 10px 30px;
        position: absolute;
        text-align: left;
        width: 100%;
        left:0%;
        top:0%;
    }
    .partners .element-archive-block .row > div{
        width: 50%;
    }
    .circle-sx-img-dx-green::before, .circle-dx-img-dx-green::before{
        content: none !important;
    }
    .line-sx-img-dx-green::after, .line-dx-img-dx-green::after{
        content: none !important
    }
    .line-img-dx-green::after{
        content: none !important
    }
}

#floatingSocialShare .top-left{
    left: 110% !important;
    transition: all 0.75s;
    z-index: 9;
}
#floatingSocialShare .top-left a{
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    #floatingSocialShare .top-left a{
        margin-bottom: 0px;
    }
}
.wrapper.block-gallery .arrow-right{
    border-bottom: 3px solid #19486A;
    width: 5px;
    border-left: 3px solid #19486A;
    height: 6px;
    padding: 12px;
    transform: rotate(47deg);
    display: inline-block;
    transition: 0.3s;
}
.wrapper.block-gallery .arrow-left{
    border-bottom: 3px solid #19486A;
    width: 5px;
    border-left: 3px solid #19486A;
    height: 6px;
    padding: 12px;
    transform: rotate(227deg);
    display: inline-block;
    transition: 0.3s;
}
.wrapper.block-gallery .owl-nav .owl-prev{
    position: absolute;
    top: 50% !important;
    left: 8%;
    transform: translate(-0%, -50%) !important;
}
.wrapper.block-gallery .owl-nav .owl-next{
    position: absolute;
    top: 50% !important;
    right: 8%;
    transform: translate(-0%, -50%) !important;
}