/*
Theme Name: Pixelmedia Theme
Theme URI: https://www.pixelmedia.gr/
Author: Manos Christopoulos
Author URI: https://www.pixelmedia.gr/
Description: The theme of pixelmedia websites
Version: 1
License: GNU General Public License v2 or later
Text Domain: pixelmediatheme
*/

@font-face {
    font-family: 'PF Din Display';
    src: url('webFonts/PFDinDisplay-Bold.woff2') format('woff2'),
        url('webFonts/PFDinDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Din Display';
    src: url('webFonts/PFDinDisplay-Regular.woff2') format('woff2'),
        url('webFonts/PFDinDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
css reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0;
background: #fff;
    min-width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,label,select,button,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;font-size:13px;    font-family:'PF Din Display', sans-serif;}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type="reset"],input[type="button"],input[type="submit"]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:none}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}
/*
css
*/
*, body, html {
font-family: 'PF Din Display', sans-serif;
font-weight: normal;
}
body, html {
    margin: 0;
text-align: center;
font-family: 'PF Din Display', sans-serif;
font-size: 16px;
color: #000;
background: #fff;
}
html {
    width: 100%;
    height: 100%;
    background: #fff;
    float: left;
}
.bodyios {
cursor:pointer
}
body .pad_cont {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    padding: 0 20px;
    display: block;
}
:root {
    --purple: #231f20;
    --red: #00a296;
}
.gdprcookie .container {
    margin: 0 auto;
    max-width: 550px;
}
.gdprcookie .highlight {
    background: rgba(255,215,0,0.115);
}
.gdprcookie h1 {
    color: var(--red);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}
.gdprcookie h3 {
    font-size: 21px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 20px;
}
.gdprcookie p, .gdprcookie ul {
    margin-bottom: 20px;
    line-height: 1.75em;
}
.gdprcookie li {
    list-style: none;
    margin-bottom: 10px;
}
.gdprcookie li:last-child {
    margin-bottom: 0;
}
.gdprcookie input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
.gdprcookie label {
    display: inline-block;
    max-width: 90%;
}
.gdprcookie code {
    color: var(--red);
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
.gdprcookie button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
.gdprcookie {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    z-index: 9;
}
.gdprcookie h4 {
    color: var(--red);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gdprcookie h5, .gdprcookie h2, .gdprcookie h1, .gdprcookie h3, .gdprcookie h4 {
    color: var(--red);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gdprcookie p, .gdprcookie ul {
    color: white;
    font-size: 14px;
    line-height: 1.5em;
}
.gdprcookie p:last-child {
    margin-bottom: 0;
    text-align: right;
}
.gdprcookie li {
    width: 49%;
    display: inline-block;
}
.gdprcookie a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
.gdprcookie a:hover {
    color: #000!important;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
.gdprcookie button, button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: #000!important;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    margin: 0 0 8px 15px;
}
.gdprcookie button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
.gdprcookie button:disabled {
    opacity: 0.3;
}
.gdprcookie input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 32px;
    height: 24px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    float: right;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00a296;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 20px;
}
.open_respmenu #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.open_respmenu #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open_respmenu #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open_respmenu #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

body {
    position: absolute;
    right: 0;
    overflow-x: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_btn {
    display: none;
}

.wysiwyg_container {
color: #505D68;
}
.wysiwyg_container strong, .wysiwyg_container b {
    font-weight: bold;
}
.wysiwyg_container h1, .wysiwyg_container h2, .wysiwyg_container h3, .wysiwyg_container h4, .wysiwyg_container h5, .wysiwyg_container h6, body .accordion-container .wp-block-column .wp-block-group h1, body .accordion-container .wp-block-column .wp-block-group h2, body .accordion-container .wp-block-column .wp-block-group h3, body .accordion-container .wp-block-column .wp-block-group h4, body .accordion-container .wp-block-column .wp-block-group h5, body .accordion-container .wp-block-column .wp-block-group h6 {
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 20px 0;
    color: #000000;
    clear: left;
    line-height: 1.2;
}
.wysiwyg_container p, .home_article.wysiwyg_container p {
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.6;
    float: left;
    width: 100%;
    max-width: 100%;
}
.single .wysiwyg_container .wp-block-group p, .archive .archive_katigories_desc.wysiwyg_container p {
    text-align: left;
}
.wysiwyg_container p:last-child, .home_article.wysiwyg_container p:last-child {
    margin: 0;
}
.wysiwyg_container .alignleft, body .accordion-container .wp-block-column .wp-block-group .alignleft {
    float: left;
    width: 100%;
    height: auto;
    max-width: 190px;
    margin: 0 30px 10px 0;
    display: block;
}
.wysiwyg_container .alignright, body .accordion-container .wp-block-column .wp-block-group .alignright {
    float: right;
    width: 100%;
    height: auto;
    max-width: 190px;
    margin: 0 0 10px 30px;
    display: block;
}
.wysiwyg_container .alignnone, .wysiwyg_container .aligncenter, .wysiwyg_container .size-full-width-img, body .accordion-container .wp-block-column .wp-block-group .alignnone, body .accordion-container .wp-block-column .wp-block-group .aligncenter, body .accordion-container .wp-block-column .wp-block-group .size-full-width-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.wysiwyg_container .alignnone.size-vertical-img, .wysiwyg_container .aligncenter.size-vertical-img {
max-width: 480px;
}

.wysiwyg_container ul, .wysiwyg_container ol, body .accordion-container .wp-block-column .wp-block-group ul, body .accordion-container .wp-block-column .wp-block-group ol {
    text-align: left;
    list-style: none;
    padding: 0 20px 0 40px;
    margin: 0 0 14px 0;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wysiwyg_container ul:last-child {
margin: 0;
}
.wysiwyg_container video {
    width: 100% !important;
    height: auto !important;
}
.videoWrapper {

}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg_container .wp-block-embed {
    float: left;
    width: 100%;
}

.wysiwyg_container li, body .accordion-container .wp-block-column .wp-block-group li {
    position: relative;
    padding: 3px 0 3px 0;
    text-align: left;
    line-height: 1.6;
}
.wysiwyg_container li:before, body .accordion-container .wp-block-column .wp-block-group li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #505D68;
    position: absolute;
    left: -18px;
    top: 12px;
}
.wysiwyg_container a, body .accordion-container .wp-block-column .wp-block-group a {
    text-align: left;
    color: #0070B4;
    text-decoration: none;
    font-weight: bold;
}
.wysiwyg_container a:hover, body .accordion-container .wp-block-column .wp-block-group a:hover {
    text-decoration: underline;
}
.wysiwyg_container em {
font-style: italic;
text-align: left;
}
.wysiwyg_container hr {
    height: 1px;
    border: none;
    color: #009995;
    border-bottom: 1px solid #009995;
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wysiwyg_container p.lightgallery_title {
    text-align: left;
    font-weight: 700;
    font-size: 1.6em;
    color: #000;
    clear: left;
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f99d1c;
    padding: 0 0 10px 0;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.contact_popup_cont_out {
display: none;
}
.contact_popup.contact_popup_cont_out, .contact_popup_success.contact_popup_cont_out, .contact_popup_contactform.contact_popup_cont_out {
    display: block;
}
.contact_popup .contact_popup_cont, .lang_cont, .contact_popup_success .contact_popup_cont, .contact_popup_contactform .contact_popup_cont {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.78);
	top: 0;
    left: 0;
    overflow: auto;
	z-index: 999;
}
.contact_popup_inside, .lang_inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    text-align: left;
    padding: 20px 30px;
    width: 280px;
    border-top: 8px solid #000000;
}
.contact_popup_inside p {
    background: url(images/mark.png) no-repeat left 2px;
    padding: 0px 0 0px 30px;
    background-size: 18px 18px;
    margin: 13px 0;
    color: #000;
}
.contact_popup_inside p.text-success {
    background: url(images/checkmark.png) no-repeat left center;
    background-size: 16px 16px;
}
.contact_popup_inside p label {
line-height: 1.5;
}
.contact_popup_close {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0;
    cursor: pointer;
    z-index: 99999;
}
img {
    display: block;
}
.top_header {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky_body .top_header {
    padding: 6px 0;
    box-shadow: 0px -1px 5px #000;
}
.top_header .pad_cont {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.menu_section ul {
    display: flex;
    gap: 20px;
}
.menu_section ul li a {
    text-decoration: none;
    color: #000;
}
.menu_section ul li a:hover {
    color: #00a296;
}
.fullpage_cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
}
#front_main {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow-x: hidden;
}
.swiper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.wp-block-cover.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.wp-block-cover__inner-container {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 0 20px;
    text-align: left;
    max-width: 1100px;
    width: 100%;
    position: relative;
}
.wp-block-cover__image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
}
.wp-block-cover__inner-container h1 {
    max-width: 800px;
    line-height: 1.2;
    font-size: 37px;
    letter-spacing: 1px;
}
.wp-block-cover__inner-container p {
    font-size: 20px;
    line-height: 1.3;
    max-width: 800px;
    margin: 16px 0 0 0;
}
.logo img {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.sticky_body .logo img {
    width: 100px;
    height: 29px;

}
.wp-block-button__link {
    background: #00a296;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    padding: 14px 18px;
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.wp-block-button__link:hover {
background: #000;
}
.wp-block-cover__inner-container .wp-block-buttons {
    gap: 26px;
    display: flex;
}
#about .pad_cont, #services .pad_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto;
    gap: 40px;
}
.about_cont {
    letter-spacing: 1px;
    line-height: 1.4;
    width: 100%;
    float: left;
    margin: 20px 0 50px 0;
}
.heading_white {
    font-size: 24px;
    margin: 0 0 20px 0;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 1px;
}
.heading_black {
    font-size: 24px;
    margin: 0 0 20px 0;
  overflow: hidden;
color: #00a296;
}

.heading_black:before, .heading_black:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 50%;
  margin: 0 0 7px 0;
  vertical-align: middle;
}
.heading_white:before, .heading_white:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 50%;
  margin: 0 0 7px 0;
  vertical-align: middle;
}
.heading_black:before, .heading_white:before {
  right: 1.5em;
  margin-left: -50%;
}
.heading_black:after, .heading_white:after {
  left: 1.5em;
  margin-right: -50%;
}
.about_cont p {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: left;
}
.about_cont p:last-child {
    margin: 0;
}
.parallax_products {
    background-image: url(images/home03.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 160px 0;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #00a296;
    transition: background ease 0.2s;
    font-size: 16px;
    color: #fff;
}
.tabs label:hover {
    background: #000000;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	color: #000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tabs ul, .tabs ol {
    text-align: left;
    list-style: none;
    padding: 0 20px 0 40px;
    margin: 0 0 20px 0;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.tabs li {
    position: relative;
    padding: 3px 0 3px 0;
    text-align: left;
    line-height: 1.4;
}
.tabs li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    position: absolute;
    left: -18px;
    top: 12px;
}
.products_text {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #fff;
}
#products {position: relative;}
#products::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='shapeDividerPattern-66' preserveAspectRatio='none' style='background-repeat: none;' patternUnits='userSpaceOnUse' x='0' y='0' width='100%25' height='700px' viewBox='0 0 100 700'%3E%3Cpolygon fill='%23f2f2f2' points='100,70 100,0 0,70 '%3E%3C/polygon%3E%3C/pattern%3E%3C/defs%3E%3C!-- Background --%3E%3Crect x='0' y='0' width='100%25' height='70px' fill='url(%23shapeDividerPattern-66)'%3E%3C/rect%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
#services {
    background: #f2f2f2;
    float: left;
    width: 100%;
}
.icon_25 {
    background-image: url(images/warehouse.svg);
    width: 58px;
    height: 58px;
    margin: 0 0 11px 0;
    background-size: contain;
    background-position: center;
}
.icon_26 {
    background-image: url(images/support.svg);
    width: 58px;
    height: 58px;
    margin: 0 0 11px 0;
    background-size: contain;
    background-position: center;
}
.services_container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.service_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.service_cont h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
    overflow: hidden;
    color: #00a296;
}
.about_cont .service_cont p {
    font-size: 18px;
    text-align: center;
}
#contact {
    float: left;
    width: 100%;
    background: #464646;
    padding: 70px 0 0 0;
}
.info h3 {
    color: #00a296;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 14px 0;
    display: block;
    float: left;
    width: 100%;
}
.info_cont {
    display: block;
    float: left;
    width: 100%;
}
.address {
    background-image: url(images/map-marker-alt-solid.svg);
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: left 3px;
    color: #b1b1b1;
    line-height: 1.5;
    background-size: 12px 16px;
    margin: 0 0 8px 0;
}
.mail {
    background-image: url(images/envelope-solid.svg);
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: left 7px;
    color: #b1b1b1;
    line-height: 1.5;
    background-size: 14px 10px;
    margin: 0;
}
.tel {
    background-image: url(images/phone-alt-solid.svg);
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: left 5px;
    color: #b1b1b1;
    line-height: 1.5;
    background-size: 14px 14px;
    margin: 0 0 8px 0;
}
.info_cont a, a[href^="tel:"], .message_terms a, .foot_cont a {
    color: #b1b1b1;
    text-decoration: none;
}
.info_cont a:hover, a[href^="tel:"]:hover, .message_terms a:hover, .foot_cont a:hover {
    text-decoration: underline;
}
.contact_form {
    display: inline-block;
    margin: 50px auto 0 auto;
    clear: both;
    max-width: 414px;
    width: 100%;
}
.form-group {
    float: left;
    width: 100%;
    margin: 0 0 22px 0;
}
.contact_form input, .contact_form textarea {
    background: #fff;
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px;
    outline: none;
    border: none;
}
.contact_form textarea {
    min-height: 230px;
}
textarea, input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'PF Din Display', sans-serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5C5C5C;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5C5C5C;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5C5C5C;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5C5C5C;
}
.message_terms {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 22px 0;    
}
.message_terms p {
    color: #b1b1b1;
    line-height: 1.5;
    text-align: left;
    padding: 0 0 0 30px;
}
input.agree {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
}
.page_cont {
    padding: 130px 0 0 0;
}
.page_cont a {
    text-decoration: none;
    color: #00a296;
    font-weight: bold;
}
.page_cont a:hover {
    text-decoration: underline;
}
.privacy-policy {
    background: #f8f8f8;
}
.contact_form input.btn-info {
    background: #00a296;
    font-size: 18px;
    padding: 12px;
    font-family: 'PF Din Display', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #fff;
    font-weight: bold;
}
.contact_form input.btn-info:hover {
    background: #000;
}
.g-recaptcha {
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
    transform: scale(0.77);
    transform-origin: 0 0;
}
.google-maps {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.foot_cont {
    float: left;
    width: 100%;
    background: #464646;
    padding: 40px 0;
    color: #b1b1b1;
    line-height: 1.5;
}



@media (max-width: 950px) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
.tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    font-weight: bold;
}
  
body.open_respmenu {
    right: 260px;
}
.top_menu_container_inside {
    position: fixed;
    right: -260px;
    width: 260px;
    top: 0;
    height: 100%;
    margin: 0;
    overflow: auto;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #00a296;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #b8b8b8;
}
.open_respmenu .top_menu_container_inside {
    right: 0;
}
.top_menu_bottom_relative {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_menu_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_section nav {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    float: none;
}
.menu_section nav ul > li, .menu_section nav ul > li:last-child, .menu_section nav .menu > li > .sub-menu > li {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #b8b8b8;
}
.menu_section nav ul > li:first-child {
}
.menu_section nav ul > li a {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 10px;
    text-decoration: none;
    color: #fff;
    background: #03867c;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-size: 18px;
    line-height: 1;
}
.menu_section nav ul > li a:hover {
    background: #1a1a18;
    color: #fff;
}  
  .menu_btn {
    display: block;
}
.menu_section ul {
    display: block;
}
.wp-block-cover__inner-container h1 {
    font-size: 24px;
}
.wp-block-cover__inner-container p {
    font-size: 18px;
}
.wp-block-button__link {
    padding: 12px 10px;
    font-size: 16px;
}
.logo img {
    width: 160px;
    height: 47px;
}
.top_header {
    padding: 10px 0;
}
.wp-block-cover__inner-container {
    padding: 50px 20px 0 20px;
}
.heading_black, .heading_white, .service_cont h3, .info h3 {
    font-size: 18px;
}
#about .pad_cont, #services .pad_cont {
    margin: 40px auto;
}
.about_cont p, .products_text, .about_cont .service_cont p {
    font-size: 16px;
}
.parallax_products {
    padding: 40px 0 120px 0;
    
}
.services_container {
    flex-direction: column;
}
#contact {
    padding: 40px 0 0 0;
}
.google-maps {
    padding-bottom: 66%;
}
.g-recaptcha {
    transform: scale(0.67);
}
.tabs ul, .tabs ol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.service_cont {
    width: 100%;
}
}
