/*
Theme Name: Monogyro
Theme URI: https://artabout.gr
Author: ArtAbout
Author URI: https://artabout.gr
Description: A super bare-bones, unopinionated WordPress blog theme that follows BEM, passes WordPress's theme guidelines, and allows for easy child theming.
Version: 0.1.6
Requires at least: 5.0
Tested up to: 5.5.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skltn
Tags: blog,right-sidebar,two-columns,custom-colors,custom-menu,footer-widgets,full-width-template,threaded-comments,translation-ready
*/
/**
 * DO NOT edit style.css in the theme root; this is compiled from Sass via Gulp.
 */
 
@import 'fonts/fonts.css';
 





.fonts-primaryh span{
    font-family: 'Phosphate-Inline'; 
}
.FuturaGreekCondensed {
    font-family: 'FuturaGreekCondensed';
} 
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: smaller;
}

iframe {
  max-width: 100%;
  display: block;
}

audio,
video {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

cite {
  font-style: normal;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.wp-block-embed iframe {
  border: none;
}
.wp-block-embed.aligncenter iframe {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-embed:not(.wp-has-aspect-ratio) iframe {
  height: max-content;
  overflow: hidden;
}

.wp-block-embed__wrapper {
  width: 100%;
  position: relative;
}
.aligncenter .wp-block-embed__wrapper {
  display: grid;
  justify-content: center;
}

.wp-embed-aspect-4-3 {
  width: 100%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75%;
  height: 0;
}

.wp-embed-aspect-16-9 {
  width: 100%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-video {
  width: 100%;
}
.wp-block-video video {
  width: 100%;
  height: auto;
}

.wp-block-cover__video-background {
  margin: 0;
}

.wp-block-code code {
  display: block;
  white-space: pre;
  overflow-wrap: normal;
}

.wp-block-media-text__content {
  overflow: hidden;
}

.screen-reader-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
}
.screen-reader-text:focus {
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  display: block;
  z-index: 100000;
  top: 5px;
  left: 5px;
  clip: auto !important;
  font-size: 1em;
  text-decoration: none;
  line-height: normal;
  color: #444;
  background-color: #eee;
  clip-path: none;
}

.wp-caption {
  /* put styles here */
}

.wp-caption-text {
  /* put styles here */
}

.gallery-caption {
  /* put styles here */
}

.sticky {
  /* put styles here */
}

.bypostauthor {
  /* put styles here */
}

.tiled-gallery__row {
  display: grid;
  grid-template-rows: auto;
}

.tiled-gallery__row.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.tiled-gallery__row.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

#subscribe_comments,
#subscribe_blog {
  width: revert !important;
}

.site-header {
    position: sticky;
    top: 20px;
    z-index: 50;
}

.site-header__skip-link {
  position: absolute;
  left: -100vw;
}
.site-header__skip-link:focus {
  position: static;
  left: unset;
}

.site-nav__list {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  
}

.article__body::after {
  display: table;
  content: "";
  clear: both;
}

.sidebar {
  grid-column: 1/span 2;
  grid-row: 3/span 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
}

.site-footer .container{
  display: flex;
  grid-row: 4/span 1;
  grid-column: 1/span 2;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .site-footer .container{
    grid-row: 3/span 1;
  }
}

.site-main {
  min-width: 0;
  grid-column: 1/span 2;
}
@media screen and (min-width: 1024px) {
  .site-main {
    grid-column: 1/span 1;
  }
}

@media screen and (min-width: 1024px) {
  .site-main--full-width {
    grid-column: 1/span 2;
  }
}




.site-nav > ul  {
    margin: 0;
   /*  background: black; */ 
       justify-content: center;
}


.site-nav > ul > li {
    
    color: #FFF;
    font-family: Phosphate;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid white;
    padding: 9px 15px;
    background: black;
} 




.site-header {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    align-items: center;
    margin-top: 20px;
}

/*.logo img {
    background: black;
}*/

.rightgridfix {
	position: relative;
	left: 6px;
}
.image100_3 img{
	width: calc(100% + 6px) !important;
    max-width: calc(100% + 6px) !important;
    left: -3px;
    position: relative;
}

body.home {
    background: black;
}


.page-wrapper {
    max-width: 100%;
}



.paterns-icons {
    display: flex;
    gap: 10px;
}
.paterns-icons img  {
    border-radius: 999px;
	max-width: 33.3333%;
}

.site-footer {
    padding-top: 100px;
    padding-bottom: 150px;
    background: black;
    border-top: 3px solid white;
    outline: 0;
}

.site-footer .container .custom-html-widget a.alt-text{
    font-family: 'Phosphate-Inline';
}

.site-footer .container .custom-html-widget a{
    display: block;
    color: #FFF;
    font-family: Phosphate;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}


.site-footer .container .custom-html-widget div.socialmedia {
    display: flex;
    gap: 19px;
    
    i {
        font-size: 42px;
    }
}


body {
    font-family: 'Phosphate';
}



.elementor-2 .elementor-element.elementor-element-03589ab{
    font-family: 'Phosphate-Inline';

}

body.home .elementor-element-4ace40e {
    position: absolute;
    right: 100px;
}


.elementor-element-e19a331  {
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
}


.elementor-element-3c93da3 > div > img {
    position: relative;
    top: -225px;
}

#home_team_btn,
.home-team-textp > div {
    font-family: FuturaGreekCondensed;
} 

.mainmonogyro_heading > div {
    font-family: 'Phosphate-Inline';
}
.mainmonogyro_heading > div span {
   font-family: 'Phosphate';
}


.home-partner-main-title > .elementor-widget-container span { 
    font-family: 'Phosphate-Inline';   
}


.home-partner-main-title > .elementor-widget-container svg { 
    margin-left: 120px;
    display: inline-block;
}


.home-partern-textp  {
    font-family: 'FuturaGreekCondensed';
}

body.home .home-partner-img img{
    position: relative;
    left: 80px;
    z-index: 1;
    width: calc(100% + 200px);
    max-width: unset;
}


#home_slider_products .elementor-widget-image   > div > img {
   padding: 25px; 
   max-width: 332px;
   margin-right: auto;
   display: block;
}

#home_slider_products  .elementor-widget-text-editor  * {
    color: #FFF;
    font-family: 'FuturaGreekCondensed';
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#home_slider_products .slick-track {
     display: flex;
    gap: 60px;
 }

.w-auto {
    width: auto!important;
}



.menu-primary-heading {
    position: relative;
    top: 70px;
    z-index: 1;
    margin-top: -70px;
}

.careers-border-image {
    position: relative;
    top: -294px;
}


.relative-image {
    position: relavite;
    z-index: 2;
}

.site-nav > ul > li.current-menu-item {
    background: red;
}






.hover-scale-inside .elementor-widget-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hover-scale-inside .elementor-widget-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
}

.hover-scale-inside img {transition: .5s ease all; width: 100%; object-fit:cover;}
.hover-scale-inside .elementor-widget-container:hover img {
  transform: scale(1.15);
}



.mobile-menu-wrapper,
.mobile-menu-icon {
    display: none;
}

.mobile-menu-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}


.mobile-menu-wrapper {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
}

.mobile-menu-wrapper .menu-content {
  margin: auto;
  padding: 20px;
  width: 100%;
}

.mobile-menu-wrapper .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mobile-menu-wrapper .close:hover,
.mobile-menu-wrapper .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu-wrapper .site-nav__list {
    flex-direction: column;    
}

.mobile-menu-wrapper .close {
    top: 0;
    right: 40px;
    position: absolute;
    font-family: 'FuturaGreekCondensed';
    color: #ffffff;
    font-size: 45px;
}



.mobile-menu-wrapper .site-nav > ul > li {
    font-size: 32px;
    padding: 25px;
    border: none;
}

.site-header .logo > a {
    display: flex;
}


.showonhover {
    display: none;
}
.showonhoverparent:hover .showonhover {
    display: block;
}

.salads-bottom-text {
    position: relative;
    top: -94px;
}
.salads-top-text {
    position: relative;
    top: 90px; 
    z-index: 1;
}

.salads-top-text  .elementor-heading-title {
    background: black;
    position: relative;
    z-index: 1;
}

.careers-map-img {
    position: relative;
    left: -125px;
}


#regularlarge {
    font-family: 'FuturaGreekCondensed';
}


.site-header .logo img {
    width: 146px;
}

.border-price-wrapper > div.fonts-primaryh {
    padding: 15px;
    background:red;
    border-radius: 999999px;
}







@media (max-width: 1869px) {

    body .careers-border-image {
        position: initial;
    }

}

.asp7180  {
	 aspect-ratio: 71 / 80;
	> div {
		height: 100%;
	}
}

.elementor.elementor-770 > div {
    margin-right: auto;
    width: calc(100% - 5px) !important;
}


.slick-prev, .slick-next {
	width: unset;
    height: unset;
}

.slick-prev:before {
    content: url(https://monogyro.de/wp-content/uploads/2025/04/arrow-left.png);
}
.slick-next:before {
    content: url(https://monogyro.de/wp-content/uploads/2025/04/arrow-right.png);
}
.slick-next {
    right: -70px;
}
.slick-prev {
    left: -70px;
}




body .article {
    border-bottom: 0;
}

body.error404  {
    background: #000000;
}

body.error404 .article {
    color: white;
    text-align: center;
    padding: 90px;
}



.front-image-desktop > div {
    position: relative;
    z-index: 1;
}



.anchorlinks .site-nav > ul {
   display: inline-flex;
}


.anchorlinks  .site-nav > ul > li { 
color: #FFF;
font-family: FuturaGreekCondensed;
font-size: 23px;
font-weight: bold;

}


.anchorlinks  .site-nav > ul > li.active-anchor {
	background: red;
}


body .background-box {
	background-position-x: -3px;
	background-color: #ffffff;
    background-image: linear-gradient(red 3px, transparent 1px), linear-gradient(to right, red 3px, transparent 1px);
    background-size: 137px 140px;
    border-bottom: 2px solid red;
}

body .background-box1 { /*Αφορά τη σελίδα "uber uns" για το τελευταιο container που πρεπει να ειναι ίσες όλες οι γραμμες μεταξύ τους.*/
	background-size: calc(100vw / 14) calc(100vw / 14)!important;
	background-position-x: -8px;
}
  
body .background-box:before {
/*	content: '';   */ 
	border-left: 8px solid white;     
	border-right: 8px solid white;
}



.wpcf7-form {
	/*  max-width: 1088px; */ 
}
 .wpcf7 label {
	 color: #000;
	 font-family: Phosphate;
	 font-size: 38px;
	 line-height: normal;
}
.wpcf7 input[type="text" i], .wpcf7 input[type="email" i] {
	 border: 0;
	 width: 100%;
	 border-bottom: 2px solid #000;
	 font-size: 22px;
	 margin-top: 30px;
	 display: block;
	 outline: 0;
}
 .wpcf7-not-valid-tip {
	 font-size: 18px;
}
 .wpcf7-submit {
	 color: #fff;
	 font-family: FuturaGreekCondensed;
	 font-size: 38px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: normal;
	 background: #f00;
	 outline: 0;
	 border: 0;
	 padding: 9px 24px;
}
 .wpcf7 .last-row > p {
	 display: flex;
	 margin-top: 56px;
}
 .wpcf7 .last-row > p label {
	 display: flex;
	 gap: 25px;
}
 .wpcf7 .last-row > p label > input {
	 outline: 3px solid black;
	 width: 36px;
	 height: 30px;
	 display: block;
	 aspect-ratio: 1;
}
 .wpcf7 .last-row > p label > span {
	 color: #000;
	 font-family: 'FuturaGreekCondensed';
	 font-size: 23px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: normal;
	 display: block;
}

body .elementor-element-e58bd07:before {
    content: '';
    width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
	border-top: 1px;
}

.page-id-2370 {
	overflow-x: hidden;
}


/* Locator */ 
#locatoraid-search-form-reset-location,
#locatoraid-search-form-button {
    color: #fff;
    font-family: FuturaGreekCondensed;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #f00;
    outline: 0;
    border: 0;
    padding: 9px 24px;
	text-transform: uppercase;

}


input.hc-field[type=text] {
    margin: 0;
    height: 59px;
    font-size: 26px;
    color: #000000;
    font-family: FuturaGreekCondensed;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 24px;
}
.lpr-location-phone a,
.lpr-directions,
#locatoraid-search-form-locate-me {
    color: red;
    text-decoration: underline;
    font-weight: 500;
    font-family: 'FuturaGreekCondensed';
    font-size: 20px;
	
}

.hc-outlined {
	outline-color: red;
}
body .lpr-location {
	color: black;
	padding: 40px 25px;
}

body .hclc_map_class  .lpr-location { 
	background: none;
	padding: 5px;
}



#hclc_grid > .hc-mxn2  > .hc-col  > .hclc_list_class,
#hclc_grid > .hc-mxn2  > .hc-col  > .hclc_map_class {
      height: 600px!important;
}



.lpr-location-name {
    color: #000;
    font-family: Phosphate;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
    font-size: 27px;

}


.lpr-location-label,
.lpr-location-address  {


    color: #000;
    font-family: FuturaGreekCondensed;
    font-size: 38px;
    font-style: normal!important;
    font-weight: 600;
    line-height: normal;
    font-size: 23px;

}













@media(min-width: 1440px) {
.aligngridfix {
	margin-left: 22px!important;
    width: calc(100% + 12px)!important;
}
	
}





@media (min-width: 768px) and (max-width: 1520px) {
	.site-nav > ul > li {
		font-size: 16px;
        white-space: nowrap;
	}
	.anchorlinks .site-nav > ul > li {
		font-size: 18px;
	}
}



@media (min-width: 768px) and (max-width: 1050px) {
    .page-id-2148 .anchorlinks .site-nav > ul > li {
        font-size: 13px;
    }
}

.desktop_only {
	display: unset;
}
.mobile_only {
	display: none;
}



@media (max-width: 767px)
{   
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: unset;
	}
	
    .front-image-desktop > div {
       margin-bottom: 0;
       position: unset;
    }
    
    .image-timeline.right {
         right: calc(100% - 50px)!important;
         
    }

    .fonts-primaryh  {
        word-break: break-word;
    }
    
    .careers-map-img  {
        left: 0;
        top: -35px;
    }
    
    .site-header {
        margin: 0;
        padding-top: 20px;
        background: black;
        top: 0;
    }
    .site-header .logo {
        visibility: visible!important;
    }
    
    .site-header .logo img {
        padding: 10%;
        width: 75%;
        padding-left: 0;
    }
    .mobile-menu-icon  {
        display: block;
    }
    .site-header .top-menu-wrapper {
        display: none;
    }
    .site-footer .container {
        flex-direction: column;
        row-gap: 40px;
        padding-left: 40px;

    }
    
    body.home .home-partner-img img {
        position: initial;
    }
    
    body.home .elementor-element-4ace40e {
        position: initial;
        width: 100%;
    }
    
    
    .site-header, .site-nav {
        padding: 0 10px;
    }
    .paterns-icons  img {
        max-width: 30px;
    }
    .site-nav > ul > li  {
         font-size: 14px;
         padding: 7px 13px;
     }
     .site-footer {
         padding-top: 50px;
         padding-bottom: 80px;
     }
     .site-footer .container .custom-html-widget a {
         font-size: 16px;
     }
     
     .site-footer .container .custom-html-widget div.socialmedia i  {
         font-size: 20px;
     }
     
     .elementor-271 .elementor-element.elementor-element-2095abe {
         position: unset;
     }
     
     body .careers-border-image {
        position: initial;
    }
    
    .default-postion-mobile  {
        position: initial!important;
    }
    
    
    .wpcf7 .last-row > p {
        flex-wrap: wrap;
        row-gap: 50px;
        
        .wpcf7-list-item {
            margin: 0;
        }
        
    }
    
    .wpcf7 label {
        font-size: 20px;
    }
    
    
    .border-price-wrapper > div.fonts-primaryh {
        padding: 9px;
    }
    
    body .background-box1 { /*Αφορά τη σελίδα "uber uns" */
    	background-image: linear-gradient(red 1px, transparent 1px), linear-gradient(to right, red 1px, transparent 1px);
    	border-bottom: 1px solid red;
    }
    
    
    .image100_3 img {
    	width: 100% !important;
        max-width: 100%  !important;
        left: 0;
    }
    
     body .background-box{ 
        background-image: linear-gradient(red 1px, transparent 1px), linear-gradient(to right, red 1px, transparent 1px);
        border-width: 1px;
     }
	
	.page-id-2370 p {
		margin: 0;
	}
	
	

}



@media (min-width: 280px) and (max-width: 379px) {
  
  .elementor-element-1381e65 {
    min-height: 976x; 
  }
	
  .elementor-element-e4c35be{
	min-height: 1400px; 
	}	
	
	.elementor-2148 .elementor-element.elementor-element-3211941 img{
		margin-top: -10px;
	}
}




@media( min-width: 1920px) {
    /*.lines-end {
        width: calc(100% + (100vw - 1920px) / 2   - (100vw - 100cqw) )!important;
    }*/
	body .locations-line-top:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 3px;
		background-color: #F00;
		width: calc(100dvw - ((100dvw - 1920px) / 2 + 480px + (100vw - 100cqw)  ));
	}
}



/*.cookie-policy p{
	font-size:16px!important;
	color: #666666!important;
}

.cookie-policy h2,h3{
	font-size:24px!important;
}

.cookie-policy th,td{
		
	font-size:16px!important;
	color: #666666!important;
}

.elementor-17011 .elementor-element.elementor-element-fdf7a61 p{
	font-size:24px!important;
	color: #666666!important;
}

.elementor-17103 .elementor-element.elementor-element-f269d28 p{
	font-size:20px!important;
	color: #666666!important;
}
.elementor-17103 .elementor-element.elementor-element-f269d28 h2{
	font-size:24px!important;
	
}
*/



@media (max-width:1200px){
	.elementor-element.elementor-element-d300895.e-con-full.e-flex.e-con.e-parent.e-lazyloaded  ul{
	font-size:20px!important;
	color: #000000!important;
	}
}


@media (max-width:767px){
	.elementor-element.elementor-element-d300895.e-con-full.e-flex.e-con.e-parent.e-lazyloaded  ul{
	font-size:20px!important;
	color: #000000!important;
	}
}

