
/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://mydata.com.gr
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
  
/* =Theme customization starts here
------------------------------------------------------- */

.home #main-header, .home #main-footer, .home footer {
display: none;
}

body, p, 
.et_pb_post_content_0_tb_body {
	/* font-family: "Roboto", sans-serif !important; */
}
h1, h2, h3, h4, h5, h6,
.et_pb_title_meta_container, .post-meta,
.et_pb_button {
	font-family: "Manrope", sans-serif !important;
}


/*---- HEADER ------------------------------------------- */

#main-header {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: absolute;
}
#top-menu li a,  #top-menu li.current-menu-item > a {
	font-family: "Manrope", sans-serif;
    color: #fff !important;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main-header #et_search_icon, #main-header .et_close_search_field {
	color: #fff !important;
}
#main-header .et-search-form {
	max-width: 380px !important;
}
#main-header .et-search-field {
	font-family: "Manrope", sans-serif;
    color: #fff;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: initial;
	border-bottom: 1px #161b69 solid;
	padding-left: 4px;
}
#main-header #et_search_icon:hover {
	color: #fff;
	opacity: 0.7;
}
#top-menu li.menu-item-344 a {
	visibility: hidden;
}
#top-menu li.menu-item-344 a:before {
	font-family: 'ETmodules' !important;
	content: "\e009";
	display: block;
	position: absolute;
	font-size: 20px;
	color: #fff;
	right: 0;
	visibility: visible;
}


/*---- POST ------------------------------------------- */

.et_pb_post_content img.alignnone {
	right: -42%;
	position: relative;
	margin: 20px 0;
	max-width: 680px;
}
.fluid-width-video-wrapper {
	margin: 30px 0;
}
.et_pb_post_content blockquote {
	border: none;
	max-width: 680px;
	color: #666;
	position: relative;
	padding-left: 60px;
	font-family: manrope;
	font-weight: 600;
	font-size: 200%;
	line-height: 1.3;
}
.et_pb_post_content blockquote:before {
	content: "";
	display: block;
	position: absolute;
	background: url(slices/quotes.svg) no-repeat;
	opacity: 0.06;
	left: 0;
	top: -40px;
	width: 180px;
	height: 180px;
}


/*---- ARCHIVE ------------------------------------------- */

article.et_pb_post {
    padding-bottom: 60px;
} 


/*---- FOOTER ------------------------------------------- */

footer .et_pb_contact_submit.et_pb_button {
	background-color: #2e46a2 !important;
	border-color: #2e46a2 !important;
}
footer .et_pb_contact .et_pb_contact_field {
	padding-left: 0;
	border-bottom: 2px #2e46a2 solid;
}






