/*
Theme Name: GP
Author: George Parras
Description: Clean Code, Responsive Theme
Version: 1.2
Tags: Bootstrap, Clean, Responsive, Translate-ready, Woocommerce-ready
*/

/* ******** AFFECTING ALL ******** */
/* **************************** */
html{box-sizing:border-box;scroll-behavior:smooth!important;}
*,*::before,*::after{box-sizing:inherit;}

/* ******** WOOCOMMERCE ******* */
/* **************************** */
.woocommerce .col-1,.woocommerce .col-2{max-width:none;}

/* ******** SCROLLBAR ******** */
/* **************************** */
body::-webkit-scrollbar{width:.3em;}
body::-webkit-scrollbar-track{background-color:#fff;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);}
body::-webkit-scrollbar-thumb{background-color:#2d2b23;outline:1px solid slategrey;}
*{scrollbar-width:thin!important;scrollbar-color:#2d2b23 #F4F4F4;}

/* **************** CORE ****************** */
.aligncenter,div.aligncenter{display:block;margin:5px auto;text-align:center;}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center;}


/* GUTENBERG LAYOUT */
@media only screen and (min-width:768px){
.alignfull,.wp-block-group.alignfull,.wp-block-cover.alignfull,.wp-block-columns.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:none;width:auto;}
.alignwide,.wp-block-group.alignwide,.wp-block-cover.alignwide,.wp-block-columns.alignwide{max-width:1200px;margin-left:auto;margin-right:auto;}
}
html,body{overflow-x:clip;}
@supports not (overflow:clip){
html,body{overflow-x:hidden;}
}


/* Gutenberg columns fallback (αν για κάποιο λόγο λείπει το core CSS) */
.wp-block-columns{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.75rem;}
.wp-block-column{flex:1 1 0;min-width:0;}
@media only screen and (max-width:781px){
  .wp-block-columns{display:block;}
  .wp-block-column{margin-bottom:1.5rem;}
}
