@charset "UTF-8";

/*
Theme Name: optheme
Author: Broikos Nikos
Author URI: https://broikos.gr/
Description: OPTheme is a theme focused on developers. It is like a blank canvas with performance-oriented code and functions for SEO and no bloatware. [year] prints the current year
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 7.3
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: optheme
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, translation-ready

optheme WordPress Theme, (C) 2020 WordPress.org
optheme is distributed under the terms of the GNU GPL.
*/

html *{
	box-sizing: border-box;
}
html {
	line-height: 1.3; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	font-weight: normal;
	text-align: left;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

pre {
	white-space: pre;
	overflow-x: auto;
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	text-decoration-thickness: 1px;
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
}

a:visited {
	color: unset;
}

b, strong {
	font-weight: 700;
}

pre, code, kbd, samp {
	font-family: monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	cursor: pointer;
}

button, input { /* 1 */
	overflow: visible;
}

button, select { /* 1 */
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

textarea {
	overflow: auto;
	width: 100%;
}


::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

[hidden] {
	display: none;
}

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

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}


*:disabled{
	opacity: 0.7;
}


select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 15px 5px 5px;
	background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right 5px top 60%;
}

dfn, cite, em, i {
	font-style: italic;
}


html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#content {
  flex: 1;
}














/*general - start*/
body{
	padding: 0;
	background: #ffffff;
	background: #ffffff;
}
.entry-content{
	max-width: 100%;
	margin: auto;
	padding: 0;
}
/*general - end*/

/*header - start*/

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	background: #ffffffcc;
	z-index:1;
}
header .woocommerce-icons a{
	display: inline-block;
	margin-right: 15px;
}
header .woocommerce-icons img, header .menu-container img{
	max-height: 24px;
	width: auto;
	vertical-align: middle;
}

.header-container{
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	min-height: 80px;
	padding: 10px;
}

.header-icons{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .site-logo img{
	max-height: 100px;
	height: auto;
	max-width: 30vw;
	width: auto;
}


.menu-container.menu-open nav{
	display: block;
}


#site-navigation{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000000cc;
	opacity: 1;
	transition-duration: 0.5s;
}

.menu-inner-container{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin: auto;
}
#primary-menu-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

#primary-menu-list li, #primary-menu-list ul{
	display: block;
	padding: 0;
}
.sub-menu{
	padding-left: 10px !important;
	max-height: 0;
	overflow: hidden;
	transition-duration: 0.5s;
	transition: max-height 0.5s ease-in;
}
/*
.menu-wrapper li:hover .sub-menu, .current_page_parent .sub-menu{
	transition-duration: 0.5s;
	max-height: 500px;
	overflow: visible;
	transition: max-height 0.5s ease-out;
}
*/

#primary-menu-list a{
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	margin: 5px;
	display: block;
}

.menu-bottom-container{
	color: #ffffff;
}
/*header - end*/

/*footer - start*/
.footer-inner{
	max-width: 1100px;
	margin: auto;
	padding: 10px;
}
.footer-columns-inner{
	display: flex;
	justify-content: space-between;
}
/*footer - end*/





/* Full Width Container */
.full-width-container {
    width: 100%;
    box-sizing: border-box;
    clear: both;
}

/* Column Styles */
.column {
    box-sizing: border-box;
    float: left; /* Or you can use Flexbox or Grid based on your preference */
    padding: 0 15px;
}

.column.one {
    width: 100%;
}

.column.one_half {
    width: 50%;
}

.column.one_third {
    width: 33.3333%;
}

.column.one_fourth {
    width: 25%;
}

/* Clearfix for floated elements */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.menu-closed #site-navigation{
    right: -100%;
}
