/*
Theme Name: themelio Child
Template: Themelio
Author: Thanos Zacharias
Author URI: https://thanoszacharias.com/
Description: A clean, minimalist WordPress theme with responsive design, optimized for readability and user experience.
Tags: blog,one-column,two-columns,right-sidebar,custom-background,custom-logo,custom-menu,editor-style,featured-images,flexible-header,full-width-template,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 1.0.1755765097
Updated: 2025-08-21 08:31:37

*/

body {
    font-family: "Open Sans", sans-serif;
	background: #f8f8f8;
}

a.zp_skip-link.zp_screen-reader-text {
    display: none;
}

img.zp_header_logo {
    max-width: 350px;
    padding: 16px 0;
}

.zp_coming_soon_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.zp_coming_soon_title {
    color: #0D0D0D;
    font-size: 56px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
}

.zp_coming_soon_subtitle {
    color: #0D0D0D;
    font-size: 36px;
    line-height: 72px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.zp_coming_soon_bio a {
    color: #0D0D0D;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    width: fit-content;
    margin: auto;
    display: block;
}

.zp_coming_soon_bio a:hover {
    text-decoration: underline;
}

.zp_coming_soon_body {
    padding-top: 100px;
}

.zp_coming_soon_contact_description {
    color: #0D0D0D;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 12px;
}

.zp_coming_soon_contact_form_wrapper p {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    justify-content: center;
}

.zp_coming_soon_contact_form_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(90deg, #4B5E99 0%, #8F8CA1 100%);
    padding: 19.4px 48px;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.zp_coming_soon_contact_form_wrapper input[type="email"] {
    display: flex;
    height: 56px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    border-bottom: 2px solid rgba(22, 52, 102, 0.30);
    background: #8f8ca14f;
    outline: none;
    box-shadow: none;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.zp_coming_soon_contact_form_wrapper span.wpcf7-not-valid-tip {
    margin-top: 12px;
}

.wpcf7-response-output {
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    border-color: #153949 !important;
    padding: 8px !important;
}

span.wpcf7-form-control.wpcf7-acceptance {
    max-width: 530px;
    margin-left: auto !important;
    width: 100%;
    display: block;
    margin-right: auto !important;
    margin-top: 12px;
}

.zp_social_title {
    color: #0D0D0D;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border-right: solid 2px #CFE1E9;
    padding-right: 16px;
    display: flex;
    align-items: center;
}

.zp_coming_soon_social {
    display: flex;
    align-items: stretch;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.zp_social_media_links {
    padding-left: 8px;
}

.zp_coming_soon_contact_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 50px;
}

.zp_address a,
.zp_email a,
.zp_phone a {
    text-decoration: none;
    color: #0D0D0D;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
	transition: ease-out 0.3s all;
}

.zp_address a:hover,
.zp_email a:hover,
.zp_phone a:hover {
	color: #4B5E99;
}

section#zp_coming_soon {
    padding: 0 20px;
}

span.wpcf7-form-control.wpcf7-acceptance a {
    color: #0D0D0D;
	transition: ease-out 0.3s all;
}

span.wpcf7-form-control.wpcf7-acceptance a:hover {
    color: #4B5E99;
}

@media screen and (max-width: 1000px) {
    .zp_coming_soon_contact_info {
        gap: 14px;
        flex-direction: column;
    }

    .zp_coming_soon_social {
        align-items: center;
        gap: 12px;
        justify-content: center;
        margin-top: 24px;
        flex-direction: column;
    }

    .zp_social_title {
        border-right: none;
        border-bottom: solid 2px #CFE1E9;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 8px;
        display: flex;
        align-items: center;
    }

    .zp_coming_soon_title {
        font-size: 32px;
        line-height: 40px;
    }

    .zp_coming_soon_subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .zp_coming_soon_bio a {
        font-size: 20px;
        line-height: 28px;
        margin-top: 16px;
    }

    img.zp_header_logo {
        max-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .zp_coming_soon_contact_form_wrapper p {
        gap: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }



    .zp_coming_soon_contact_form_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner,
    .zp_coming_soon_contact_form_wrapper input[type="email"] {
        width: 100%;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    span.wpcf7-form-control.wpcf7-acceptance {
        margin-top: 0;
    }
}




section#zp_just_text {
    padding: 4rem 140px;
}

#zp_just_text .zp_coming_soon_contact_description.zp_row {
    text-align: left;
    max-width: 100%;
}

#zp_just_text .zp_coming_soon_contact_description.zp_row p {
	margin-bottom: 12px;
}

#zp_just_text .zp_coming_soon_contact_description.zp_row ul {
	padding-left: 20px;
	margin-bottom: 16px;
}

#zp_just_text .zp_coming_soon_contact_description.zp_row strong {
	font-weight: bold;
}

#zp_just_text .zp_coming_soon_contact_description.zp_row a {
	color: #0D0D0D;
	text-decoration: none;
}