/*
 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
*/
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, main.main_container{
	max-width:1200px!important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wp-block-site-logo{
	margin-top: 50px!important;
}
.flex_force{
	display: flex;
}
body div.fullwide_container{
	width: 100vw;
    min-width: 100vw;
	max-width: 100vw!important;
	margin-left: -5vw!important;
    margin-right: -5vw!important;
}
@media(min-width:1280px){
	div.main_container, main.main_container{
		width:1200px!important;
	}
}
@media(max-width:1280px){
	.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 */
p{
	font-size:16px;
	line-height:19px;
}
h1{
  font-weight : bold!important;
  font-size : 80px!important;
  color : #fff;
}
h2{
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
h3{
	font-size:30px;
	font-weight:bold;
	line-height:35px;
}
h4{
	
}
/* CONTENT */
.top_col1{
	
}
.top_col2{
	
}
@media(max-width:760px){
	h1{
		font-size: 26px!important;
		width: 70%;
	}
	h2{
		font-size:25px;
		line-height:30px
	}
	p{
		font-size:16px;
		line-height:20px
	}
	.custom-logo-link img{
		max-width:80%!important;
	}
}
@media(max-width:480px){
	footer p, footer a{
		font-size: 16px!important;
    	width: 100%!important;
	}
}
