/*
 Theme Name:   Twenty Twenty-Four Child
 Description:  Twenty Twenty-Four Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Description: Twenty Twenty-Four is designed to be flexible,
 versatile and applicable to any website. Its collection of templates and patterns tailor to different needs,
 such as presenting a business,
 blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process,
 is fully compatible with the site editor,
 and takes advantage of new design tools introduced in WordPress 6.4.
 Template:     twentytwentyfour
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: one-column,
custom-colors,
custom-menu,
custom-logo,
editor-style,
featured-images,
full-site-editing,
block-patterns,
rtl-language-support,
sticky-post,
threaded-comments,
translation-ready,
wide-blocks,
block-styles,
style-variations,
accessibility-ready,
blog,
portfolio,
news
 Text Domain:  twentytwentyfourchild
*/

body {
    color: #222222;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
}

ul.wp-block-list {
    margin-left: 1.2em;
}

.left-nav,
.left-nav ul {
    margin-left: -1.5em;
}

a:hover,
a:focus {
    text-decoration: underline !important;
}

ul#cta {
    overflow: hidden;
    margin: 24px auto 12px auto;
    font-size: 1.2em;
    padding: 0;
    list-style: none;
    color: #555;
    width: 300px;
}

ul#cta li {
    display: inline-block;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
}

#cta span.location {
    text-align: left;
    display: block;
    font-style: italic;
    color: #004F8E;
    font-size: 0.7em;
}

@media screen and (min-width: 42em) {

    ul#cta {
        float: right;
        margin: 20px;
    }

    ul#cta li {
        float: left;
    }

}

#pre-footer .row {

    /* Rectangle 5: */

    background-image: -o-linear-gradient(-90deg, #0B4A67 0%, #0A4662 49%, #083448 100%);
    background-image: -moz-linear-gradient(-90deg, #0B4A67 0%, #0A4662 49%, #083448 100%);
    background-image: -webkit-linear-gradient(-90deg, #0B4A67 0%, #0A4662 49%, #083448 100%);
    background-image: -ms-linear-gradient(-90deg, #0B4A67 0%, #0A4662 49%, #083448 100%);
    background-image: linear-gradient(-180deg, #0B4A67 0%, #0A4662 49%, #083448 100%);

}

#pre-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ccc;
}

#pre-footer ul li {
    font-size: 1em;
    line-height: 1.3;
    margin: 0;
}

#pre-footer span.location {
    font-style: italic;
    text-transform: uppercase;
    color: #999;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

p#copyright,
p#copyright a {
    color: #888;
    font-size: 0.9em;
}

p#copyright a:hover {
    color: #bbb;
}

img.alignright {
    float: right;
    margin: 0 0 18px 18px;
}

iframe {
    background-color: #000;
}

.wp-block-embed-youtube {
    background-color: #000;
    width: max-content;
}

ol.flex-control-nav.flex-control-paging {
    bottom: 15px;
    text-align: left;
    padding-left: 10px;
}

ol.flex-control-nav.flex-control-paging li a {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0);
    border: 0;
    border: 2px solid #fff;
    outline: 0;
}

ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
}

.map {
    margin: 36px 0;
}

.map img {
    border: 1px solid #ccc;
}

.map iframe {
    width: 100%;
    height: 300px;
}

ul.address {
    list-style: none;
    margin: 0;
    padding: 0;
}


img.static-gmap {
    margin: 12px 0;
}

#contact-form {
    background: #ddd;
}

#contact-form .contact-form {
    padding: 15px;
}

#contact-form .contact-form .form-group {
    display: flex;
    flex-direction: column;
}

#contact-form .contact-form p {
    margin-block: 0;
}

#contact-form .contact-form .form-group input[type="text"],
#contact-form .contact-form .form-group input[type="email"],
#contact-form .contact-form .form-group input[type="tel"],
#contact-form .contact-form .form-group select {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#contact-form .contact-form .form-group textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#contact-form .contact-form .wpcf7-submit {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    width: 50%;
}

#contact-form .contact-form .form-group input[type="checkbox"],
#contact-form .contact-form .form-group textarea {
    margin-bottom: 10px;
}

#contact-form .contact-form .wpcf7-submit:hover,
#contact-form .contact-form .wpcf7-submit:focus {
    background-color: #2284a1;
}

.required {
    color: red;
}

.entry-content iframe,
.entry-content figure {
    max-width: 100%;
}

.wp-block-navigation__responsive-container {
    background: url('/wp-content/uploads/2024/08/stripe-nav.png') !important;
    background-repeat: repeat !important;
}

li.current-menu-item {
    font-weight: 700 !important;
}

li.current-menu-item ul li {
    font-weight: 400 !important;
}