/*
* Add child theme CSS Rules
*/

.site-header {
   /*  background-color: #E0B179; */ /* backgrounf gia na vlepeis an eisai se childtheme den einai red */
	background-color: red; /* backgrounf gia na vlepeis an eisai se childtheme den einai red */
}

/* id button_buildyoursite dosmeno in elementor */
#button_buildyoursite {  
	border-color: 15px 15px !important;
	/* text-decoration: none; */
	/* display:none !important; */
}


 /* edited by me for template fullwidt kostas */
 .page-template-template-fullwidth-kostas-php .content-area,
    .page-template-template-homepage-kostas-php .content-area  
	{
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0
	} 