/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

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

:root {
	--main: #003399;
	--secondary: #00a0e3;
	--gray-color: #fafafa;
}

.main-title:not(.light) h2, .post-title .et_pb_text_inner {
    background: linear-gradient(295deg, rgba(0, 51, 153, 1) 0%, rgb(146 223 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title h2, .post-title .et_pb_text_inner {
	font-weight: 300;
}

.post-title .et_pb_text_inner {
    line-height: 1.3em;
}

.serve.et_pb_row .et_pb_blurb {
    transition: all 0.5s ease;
    padding: 10px;
    border-radius: 15px;
	max-width: 375px;
    margin: 0 auto;
}

.serve.et_pb_row .et_pb_blurb:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hm-services .et_pb_blurb {
    height: 100%;
    padding-bottom: 10px;
}

.hm-services .et_pb_blurb:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.hm-services .et_pb_blurb:hover:before {
    width: 100%;
}

form.wpcf7-form {
	margin: 0 auto;
    max-width: 550px;
}

form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea {
    padding: 20px 35px;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--main);
    transition: all 0.8s ease;
}

form.wpcf7-form input[type="tel"]:focus, form.wpcf7-form input[type="text"]:focus, form.wpcf7-form input[type="email"]:focus, form.wpcf7-form textarea:focus {
	border: 1px solid var(--secondary);
}

form.wpcf7-form input[type="submit"] {
    background-color: var(--main);
    color: white;
    border: 1px solid var(--main);
    padding: 9px 20px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
}

form.wpcf7-form input[type="submit"]:hover {
	background-color: transparent;
	color: var(--main);
}

#top-menu li li a {
    line-height: 1.4em;
}

@media screen and (max-width: 980px) {
	.mobile-col-reverse.et_pb_row {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}
}