/*
 Theme Name:   Twenty Twenty-Two Child
 Description:  Twenty Twenty-Two Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
 Text Domain:  twentytwentytwochild
*/
:root {
  --mainwidth: 1200px;
  --color1:#D71920;
  --color2:#363839;
	--color3:#e6e6e6;
}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}
.custom-logo-link img{
	height:auto!important
}
header .wp-block-group.alignwide{
	padding-top:0!important;
	padding-bottom:0!important;
}
div.main_container{
	max-width:var(--mainwidth)!important;
	margin-left: auto;
	margin-right: auto;
}
div.full_container{
	width: 100vw;
	max-width: 100vw!important;
	margin-left: calc(-1*(100vw - 1711px) / 2)!important;
}
.wp-block-site-logo{
	margin-top: 50px!important;
}
.flex_force{
	display: flex;
}
.full_width_img img{
	min-width: 100%;
}
.flex_row_reverse{
	flex-direction: row-reverse!important;
}
.flex_col_reverse{
	flex-direction: column-reverse;
}
@media(max-width:1000px){
	.flex_mobile_col_reverse{
		flex-direction: column-reverse;
	}
}

@media(min-width:1280px){
	div.main_container{
		width:var(--mainwidth)!important;
	}
	.alignfull .right_notfull > *{
		padding-right:  calc((100vw - var(--mainwidth)) / 2);
	}
	.alignfull .left_notfull > *{
		padding-left:  calc((100vw - var(--mainwidth)) / 2);
	}
}
@media(max-width:1300px){
	.main_container{
		padding-right: 15px;
		padding-left: 15px;
	}
}
.bkg_color:before{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
	height:100%;
	width:100vw;
	display:block;
}
/* FONTS */
li,
p{
	font-size:15px;
	line-height:24px;
}
h1{
  font-weight: bold;
  font-size: 40px;
  letter-spacing : 0;
  color : #000;
	font-family:"Roboto"!important;
	}
h2{
	font-size:32px;
	font-weight:bold;
	line-height:42px;
	margin-top: 50px!important;
}
h3{
	font-size:30px;
	font-weight:bold;
	line-height:40px;
}
h4{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.text_nounderline, .text_nounderline *{
	text-decoration: none!important;
}
.text_white{
	color:#fff!important;
}
/* CONTENT */
.top_col1{
	
}
.top_col2{
	
}
@media(max-width:760px){
	h1{
		font-size: 26px!important;
		width: 70%;
	}
	h2{
		font-size:25px;
		line-height:30px
	}
	.custom-logo-link img{
		max-width:80%!important;
	}
}
@media(max-width:480px){
	footer p, footer a{
		font-size: 16px!important;
    	width: 100%!important;
	}
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
	min-width:max-content;
}
@media(max-width:1000px){
	.wp-block-navigation .wp-block-navigation-item__label{
		text-align:center!important;
	}
	.wp-block-navigation .wp-block-navigation-item {
		align-items: center!important;
		display: flex!important;
		position: relative;
		margin: auto;
		width: 100%;
		text-align: center;
	}
	.wp-block-navigation ul ul .wp-block-navigation-item a{
		padding-bottom:10px!important;
		margin-bottom:10px!important;
		border-bottom:1px solid var(--color1);
		display:block!important;
		text-align: center;
    	width: 100%;
	}
}