/*
Theme Name: Goldair Cargo
Theme URI: https://www.goldair-cargo.com/
Author: Digitalbox
Author URI: https://www.digitalbox.gr/
Description: Goldair Cargo WordPress Theme
Tags:        one-column
Text Domain: wp_digitalbox_framework
*/


/* ========================
1 = Global
======================== */

body {
    background: #fff;
    color: #15315F;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

.row {
    margin: 0 auto;
    max-width: 1390px;
    width: 100%;
}

.row.full-width {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutter-all {
    margin: 0 auto;
}

.row.no-gutter-all [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.center-block {
    float: none;
}

a {
    color: #20386c;
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

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

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* Ηeadings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 12px;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}


/* End of Ηeadings */

hr {
    border: solid #e8e8e8 !important;
    border-width: 1px 0 0 !important;
    clear: both;
    height: 0;
    margin: 31px 0 !important;
}

p {
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 17px 0;
    font-weight: 400;
}

ul li,
ol li {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.ggheader {
    height: 123px;
    background: #21386c;
}

.ggheadermob {display:none;}

.logo {
    padding-top: 55px;
}

ul.languages {
    margin: 0 13px 0 0;
    padding: 8px 0 0;
    list-style: none;
    float: right;
}

ul.languages li:first-child {
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding-right: 9px;
}

ul.languages li {
    margin-right: 9px;
    float: left;
}

ul.languages li::last-child {
    margin-right: 0;
}

ul.languages li a {
    font-size: 12px;
    color: #fff;
    transition: all 250ms ease-out 0s;
    text-transform: uppercase;
}

ul.languages li a:hover,
ul.languages li.icl-current a {
    color: #e8b227;
}

ul.languages li.pod {
    background: #d8dde3;
    padding: 2px 14px;
    border-radius: 12px;
    margin-left: 15px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

ul.languages li.pod a {
    color: #21386c;
}

ul.languages li.pod:hover {
    background: #fff;
}

.ggmenu {
    padding-top: 79px;
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
.ggmenu {
    display:none;
}
}

.ggsearch {
    float: right;
    margin: -25px 10px 0 0;
}

.ggsearch a {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .ggsearch {
        margin: 66px -101px 0 0;
    }
    }


/* SEARCH  ---------------------- */

#searchfull {
    position: fixed;
    top: 0px;
    z-index: 99999;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#searchfull.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#searchfull form {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 15%;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#searchfull form span {
    text-align: left;
    position: relative;
    display: table;
    width: auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: .04em;
    background: #21386c;
    padding: 12px;
}

#searchfull form span:after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(49, 144, 231, 0);
    border-top-color: #21386c;
    border-width: 10px;
    margin-left: -10px;
    margin-top: -4px;
}

#searchfull input[type="search"] {
    width: 100%;
    font-size: 34px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    outline: none;
    color: #21386c;
    border-radius: 0;
}

#searchfull .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background: #21386c;
    border: 0;
    border-radius: 5px;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    display: none;
}


/* NAVIGATION MENU  ---------------------- */


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 158%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** SKIN ***/

.sf-menu {
    float: right;
    margin: 0;
}

.sf-menu ul {
    min-width: 10em;
    *width: 10em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}


/* 1st level */

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
    margin: 0 25px;
}

@media only screen and (max-width: 1179px) {
    .sf-menu li {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1139px) {
    .sf-menu li {
        margin: 0 15px;
    }
}

.sf-menu li::last-child {
    margin-right: 0;
}

.sf-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 7px;
    text-transform: uppercase;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a,
.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-ancestor a {
    color: #e8b227;
}


/* 2nd level */

.sf-menu ul li,
.sf-menu li.current ul li {
    background: rgba(255, 255, 255, .9)!important;
    padding: 0 15px;
    margin: 0
}

.sf-menu ul li a {
    font-size: 13px;
	font-weight:500;
    padding: 12px 0;
    color: #15315f !important;
    border-bottom: 1px solid #bebebe;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
    color: #3468a7 !important;
    -webkit-transition: none;
    transition: none;
}

.sf-menu ul li:last-child a {
    border-bottom: 0;
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul {
    padding-right: 0.4em;
    *padding-right: 0em;
}

.sf-arrows .sf-with-ul:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 25%;
    right: 0;
    margin-top: -6px;
    height: 0;
    width: 0;
    color: #fff;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    content: "\f106";
    color: #fff;
}

footer {
    background: #d0d6e2;
    padding: 65px 0 25px;
}

.footer-contact p {
    color: #20386c;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    padding-right:40px;
}

@media only screen and (max-width: 1024px) {

    .footer-contact {display:table; margin:0 auto; text-align:center;}
}

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

ul.socialicons li {
    float: left;
    margin-right: 10px;
}

ul.socialicons li::last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {

    ul.socialicons {display:table; margin:0 auto; text-align:center;}
}

.copyright {
    clear: both;
    padding-top: 49px;
}



.footer-links {
    float: right;
}

@media only screen and (max-width: 1024px) {
    .footer-links {
        float: none; display:table; margin:40px auto 0;
    }
}

.ggfmenu {
    float: left;
}

.ggfmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.ggfmenu ul li {
    float: left;
    margin-right: 30px;
}

@media only screen and (max-width: 1365px) {
    .ggfmenu ul li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 1239px) {
    .ggfmenu ul li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1099px) {
    .ggfmenu ul li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .ggfmenu ul li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .ggfmenu ul li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 919px) {
    .ggfmenu ul li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 859px) {
    .ggfmenu ul li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 819px) {
    .ggfmenu ul li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 799px) {
    .ggfmenu ul li {
        margin-right: 10px;
    }
}

.ggfmenu ul li:last-child {
    margin-right: 0;
}

.ggfmenu ul li a {
    font-size: 13px;
    color: #20386c;
    font-weight: 600;
}

.ggfmenu ul.sub-menu {
    margin-top: 5px;
}

.ggfmenu ul.sub-menu li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}


.ggfmenu ul.sub-menu li a {
    font-size:12px;
    color: #20386c;
    font-weight: 400;
}


.ggfmenu ul li a:hover {
    color: #2D2928;
}

.footerlogos {float:right;}
.footerlogosmob {display:none;}

@media only screen and (max-width: 1024px) {
    .footerlogosmob {float:none; display:table; margin:30px auto 0;}
    .footerlogos {display:none;}

}

.footercopy {text-align: center; padding:45px 0 0;}
.footercopy p {font-size:13px;}

.home-goldair-group-mobile {
    display: none;
}

.gg-content-area {
    background: #fff url(images/content-angle-bg.jpg) top center no-repeat;
    min-height: 495px;
    position: relative;
}

.gg-content-area.no-background {
    background: #fff;
    padding: 100px 0;
}

.gg-content-area.w-background {
    background: #fff url(images/content-angle-bg.jpg) top center no-repeat;
    margin: 100px 0 0;
    padding-bottom: 100px;
}

.gg-content-area.w-background.cargo {
    background: #fff url(images/content-angle-bg-cargo.jpg) top center no-repeat;
    margin: 100px 0 0;
    min-height: 822px;
}

.gg-content-area h1 {
    color: #20386c;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: -.035em;
    padding: 0;
    margin: -8px 0 0;
}

.gg-content-area p {
    line-height: 29px;
    margin-bottom: 25px;
}

.contentpads {
    padding-right: 40px;
}

.ggclogoin {
    margin-left: -15px;
}

.ggclogoin::before {
    content: url(images/gsa_line.jpg;);
    float: left;
}

.ggclogoin.goldair-handling::before {
    content: url(images/goldair_haldling_line.jpg;);
    float: left;
}

.ggclogoin.medlog::before {
    content: url(images/medlog_line.jpg;);
    float: left;
}

.ggclogoin.travellair::before {
    content: url(images/travellair_line.jpg;);
    float: left;
}

.ggclinkin {
    margin: 25px 0 0 35px;
}

.ggclinkin.goldair-handlingl {
    margin: 25px 0 0 25px;
}

.ggclinkin a {
    color: #c29319;
    font-size: 14px;
    font-weight: 600;
}

.ggclinkin a:hover {
    color: #21386C;
}

.parjusti {
    margin-top: 20px;
}

.parjusti p {
    text-align: justify;
}

p.bluebold {
    padding: 50px 0 25px;
    font-weight: 700;
    color: #20386c;
}

p.bluebold.cargo {
    padding: 50px 0 5px;
}

.parjusti.nopad1 {
    margin-top: 0;
    padding-right: 40px;
}

.parjusti.nopad2 {
    margin-top: 0;
    padding-left: 40px;
}

hr.yellowhrgsa {
    border: solid #d2a531 !important;
    border-width: 4px 0 0 !important;
    border-radius: 16px !important;
    clear: both;
    height: 0;
    width: 35px;
    margin: 35px 0 !important;
}

.goldair-cargo-img {
    position: absolute;
    top: 260px;
}

.goldair-cargo-img img {
    max-width: 90%
}

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

ul.cargoadv li {
    line-height: 31px;
}

ul.cargoadv li::before {
    content: url(images/libullet.jpg);
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: 10%;
}

.cargoactivities {
    margin-top: -12px;
}

.cargoactivity p {
    text-align: center;
    color: #20386c;
    margin-top: 5px;
    font-size: 14px;
}

.cargoinitial {
    width: 129px;
    text-align: center;
}

.goldair-cargo-img-1023 {
    display: none;
}

.brinksimg {
    margin-top: 25px;
}

td.trvc {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 5px;
}

.cargotrvserv {
    display: none;
}

.slick-companies {
    display: none;
}



/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #dea22a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2c4e7e;
}

.topbar {display:none;}

@media only screen and (max-width: 767px) {
    .topbar {display:block; background: #21386c; }
    ul.languages {display:none;}
    .ggheadermob {display:block; height:72px; background: #21386c;}
    .ggheader, .sf-menu {display:none;}
    .logo {
        padding-top: 15px;
    }
    
ul.languagesmob {
        margin: 0 13px 0 0;
        padding: 8px 0 0;
        list-style: none;
        float: left;
        z-index:99999;
        position: relative;
    }
    
    ul.languagesmob li:first-child {
        border-right: 1px solid rgba(255, 255, 255, .6);
        padding-right: 9px;
    }
    
    ul.languagesmob li {
        margin-right: 9px;
        float: left;
    }
    
    ul.languagesmob li::last-child {
        margin-right: 0;
    }
    
    ul.languagesmob li a {
        font-size: 12px;
        color: #fff;
        transition: all 250ms ease-out 0s;
        text-transform: uppercase;
    }
    
    ul.languagesmob li a:hover,
    ul.languagesmob li.icl-current a {
        color: #e8b227;
    }

    ul.languagesmobpod {
        margin: 0 13px 0 0;
        padding: 8px 0 0;
        list-style: none;
        float: right;
        z-index:99999;
        position: relative;
    }
    
    ul.languagesmobpod li:first-child {
        border-right: 1px solid rgba(255, 255, 255, .6);
        padding-right: 9px;
    }
    
    ul.languagesmobpod li {
        margin-right: 9px;
        float: left;
    }
    
    ul.languagesmobpod li::last-child {
        margin-right: 0;
    }
    
    ul.languagesmobpod li a {
        font-size: 12px;
        color: #fff;
        transition: all 250ms ease-out 0s;
        text-transform: uppercase;
    }
    
    ul.languagesmobpod li a:hover,
    ul.languagesmobpod li.icl-current a {
        color: #e8b227;
    }
    
    ul.languagesmobpod li.pod {
        background: #d8dde3;
        padding: 2px 14px;
        border-radius: 12px;
        margin-left: 15px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    }
    
    ul.languagesmobpod li.pod a {
        color: #21386c;
    }
    
    ul.languagesmobpod li.pod:hover {
        background: #fff;
    }
    .ggfmenu {
        display: none;
    }
}

@media only screen and (max-width: 399px) {
    .logo {
        padding-top:22px;
        padding-right:95px;
    }
}


.search-results-gc {padding:60px 0;}
.search-results-gc h2 {font-size:22px;}
.search-results-gc p {font-size:16px;}
.search-results-gc p a {color: #e8b227; font-weight:700;}
.search-results-gc p a:hover {text-decoration: underline;}

.wp-pagenavi {
    display: table;
    margin: 0 auto 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #6e6e6e;
    padding: 6px 18px 5px;
    background: #fff;
    border-radius: 7px;
    font-size:14px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #21386C;
    border-color: #21386C;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

.ekebrands p {font-size: 15px;  line-height: 22px;}

.contactpart p {font-size: 15px;  line-height: 25px;}

/* SUSTAINABILITY PAGE */
.cargo-policies{
    border-bottom: 1px solid ;
}

.sustain-pdf figure.wp-caption {
    display: flex;
    text-align: left;
    align-items: center
    
    
}

.sustain-pdf figure.wp-caption figcaption{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 10px 10px;
    width: 70%;
}

.sustain-pdf {
	height: 80px;
}

#policies .elementor-widget-wrap {
    display: flex;
}

#policies .elementor-widget-wrap .sustain-pdf {
    width: 25%;
	height: 80px;
}

.sustain-pdf .elementor-widget-container, .sustain-pdf .elementor-widget-container .wp-caption{
	height: 100%;
}

#sustain-bg-mob img{
	object-position: 68%;
}

@media screen and (max-width: 1240px){
	#eco-wrap .elementor-container{
		flex-wrap: nowrap;
	}
	#eco-icon{
		width: 20%;
	}
	
	#policies .elementor-widget-wrap .sustain-pdf {
		width: 33%;
	}
	#policies {
		width: 70%;
	}
	#sustain-allpdfs .elementor-container .elementor-column:not(#policies){
		width: 30%;
	}
}


@media screen and (max-width: 950px){
	#policies {
		width: 100%;
	}
	#sustain-allpdfs .elementor-container .elementor-column:not(#policies){
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#eco-wrap .elementor-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	#eco-icon{
		width: 40%;
	}
}

@media screen and (max-width: 685px){
	#policies .elementor-widget-wrap .sustain-pdf {
		width: 50%;
	}
}

@media screen and (max-width: 600px){
	#eco-icon{
		width: 70%;
	}
}

@media screen and (max-width: 520px){
	.sustain-pdf {
		width: 100%!important;
    	height: 35px!important;
	}
	.sustain-pdf figure.wp-caption img {
    	width: 70%;
	}	
}

/* HEADER WITH SUSTAINABILITY */
.header-nav {
    position: relative;
}

.ggmenu {
    position: absolute;
    right: 70px;
}

ul.languages{	
    z-index: 999999;
    position: relative;
}


	.row.header{
		justify-content: space-between;
	}
	
	.header-logo{
		max-width: 20%!important;
	}
	
	.header-nav {
	flex: 0 0 80%!important;
    max-width: none!important;
}
.ggsearch {
    float: right;
    margin: 80px 0px 0 0!important;
    right: 40px;
    position: absolute;
}

@media screen and (max-width: 1025px){
	.header-logo{
		max-width: 33.333%!important;
	}
	
	.header-nav {
		flex: 0 0 66.666667%!important;
		max-width: 66.666667%!important;
	}
	.mobmenu-right-panel {
		width: 300px!important;
	}
	.ggsearch {
		margin: 0!important;
		right: 100px;
		top: 65px;
	}
}

@media screen and (max-width: 767px){
	.ggsearch {
		right: 100px;
		top: 30px;
	}
}

@media screen and (max-width: 500px){
	.ggsearch {
		right: 150px;
		top: -28px;
    z-index: 999999;
	}
}