/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 20.1
Description: Divi - Child 
Author: Doris
Author URI: dorisargiriou.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

.footer-link a {
    color: white !important;
    font-size: 16px;
}

@media screen and (max-width: 980px){
	body .top-menu-info{
		width: 100%;
    	text-align: center;
	}
	
	.custom-top-header .et_pb_menu .et_pb_menu__logo img{
		max-width: 150px;
    	margin-top: 25px;
	}
	
	.et_pb_module .mobile_menu_bar:before{
		color: #2c5075 !important;
	}
	
	.custom-top-header .et_pb_menu__wrap{
		margin-top: 20px;
	}
	
	.et_mobile_menu{
		border-color: #2c5075 !important;
		margin-top: 10px;
	}
	
	.about-main-title h1 {
		text-align: center !important;
		font-size: 45px !important;
	}
	
	.et_pb_row_0.about-text-row {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	.about-text-row .et_pb_text{
		text-align: center !important;
	}
	
	.home-main-title h1{
		text-align: center !important;
		font-size: 60px !important;
	}
	
	.home-main-subtitle p{
		text-align: center !important;
		font-size: 33px !important;
	}
	
	.home-main-section .et_pb_row_0 .et_pb_column_0 .et_pb_button_module_wrapper{
		text-align: center !Important;
	}
}

.blue-quote blockquote {
    border-color: #2f547d !important;
}