/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/****************************************************************************************/
/*                                                                          GENERIC     */
/****************************************************************************************/

.single-areas h1.entry-title {
    display: none;
}

.header_svgs svg {
    background: white;
    border-radius: 100%;
}

.header_svgs svg path {
    fill: #efc137;
}

.header_svgs a:hover {
    fill: #37589b;
}

.header_svgs a:hover {
    fill: #46d4fe;
}

* a {
    color: #c62026;
}

* a:hover {
    color: #c62026;
    text-decoration: underline;
}

.container.grid-container {
    width: auto;
    padding-top: 150px;
}

.sticky_btns {
    flex-direction: column;
    position: fixed;
    right: -18px;
    top: 50%;
    z-index: 25;
}

.sticky_btn1:hover,
.sticky_btn2:hover,
.sticky_btn3:hover {
    transform: translate(-18px);
}

.sticky_btn1 {
    padding: 17px !important;
    padding-right: 35px !important;
    transition: transform 100ms !important;
}

.sticky_btn2 {
    padding: 19px !important;
    padding-right: 37px !important;
    transition: transform 100ms !important;
}

.sticky_btn3 {
    padding: 17px !important;
    padding-right: 35px !important;
    transition: transform 100ms !important;
}

@media(max-width: 1024px){
    .gb-inside-container {
        max-width: 900px !important;
        margin: auto;
    }
}

@media(max-width: 912px){
    .gb-inside-container {
        max-width: 810px !important;
        margin: auto;
    }
}

@media(max-width: 834px){
    .gb-inside-container {
        max-width: 750px !important;
        margin: auto;
    }
}

@media(max-width: 768px){
    .gb-inside-container {
        max-width: 700px !important;
        margin: auto;
    }
}

@media(max-width: 700px){
    .gb-inside-container {
        max-width: 650px !important;
        margin: auto;
    }
}

@media(max-width: 650px){
    .gb-inside-container {
        max-width: 600px !important;
        margin: auto;
    }
}

@media(max-width: 600px){
    .gb-inside-container {
        max-width: 550px !important;
        margin: auto;
    }
}

@media(max-width: 550px){
    .gb-inside-container {
        max-width: 500px !important;
        margin: auto;
    }
}

@media(max-width: 500px){
    .gb-inside-container {
        max-width: 450px !important;
        margin: auto;
    }
}

@media(max-width: 450px){
    .gb-inside-container {
        max-width: 400px !important;
        margin: auto;
    }
}

@media(max-width: 414px){
    .gb-inside-container {
        max-width: 350px !important;
        margin: auto;
    }
    .sticky_btn1 {
        padding: 15px !important;
        padding-right: 33px !important;
    }
    .sticky_btn2 {
        padding: 17px !important;
        padding-right: 35px !important;
    }
    .sticky_btn3 {
        padding: 15px !important;
        padding-right: 33px !important;
    }
}

@media(max-width: 375px){
    .gb-inside-container {
        max-width: 340px !important;
        margin: auto;
    }
    .sticky_btn1 {
        padding: 13px !important;
        padding-right: 31px !important;
    }
    .sticky_btn2 {
        padding: 15px !important;
        padding-right: 33px !important;
    }
    .sticky_btn3 {
        padding: 13px !important;
        padding-right: 31px !important;
    }
}

@media(max-width: 350px){
    .gb-inside-container {
        max-width: 315px !important;
        margin: auto;
    }
}

@media(max-width: 320px){
    .gb-inside-container {
        max-width: 305px !important;
        margin: auto;
    }
}

@media(max-width: 300px){
    .gb-inside-container {
        max-width: 265px !important;
        margin: auto;
    }
}
/****************************************************************************************/
/*                                                                           HEADER     */
/****************************************************************************************/

.whole_header {
    position: fixed;
    z-index: 30;
    width: 100%;
}

.header_txt p {
    line-height: 30px;
    color: #7D1414;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    transform: translate(60%,0%);
    text-shadow: 1px 1px #b3b3b3, 0px 0px 1px #000000;
    width: 245px;
    padding: 5px;
    margin-bottom: -35px !important;
}
.header_txt .wp-block-column:nth-child(2) p {
    padding-top: 10px;
}

.header_svgs svg {
    background: white;
    border-radius: 100%;
}
.header_svgs svg path {
    fill: #efc137;
}

.header_svgs a {
    display: inline-block;
    height: 100%;
}

.header_svgs a:first-child {
    margin-left: -10px;
}

.header_svgs a:first-child:hover svg path {
    fill: #37589b;
}

.header_svgs a:nth-child(2):hover svg path {
    fill: #46d4fe;
}

.main-navigation .main-nav ul li.current-menu-item:hover > a {
    color: var(--global-color-9);
}
.main-navigation .main-nav ul li a, .main-navigation .main-nav ul ul li a:hover {
    text-decoration: none;
}

.main-navigation .main-nav ul li:nth-child(3) li:hover {
    background: #ddd;
}

.inside-header {
    padding: 0px 50px;
}

.IKscrolled .header-image {
    height: 58.98px;
    width: 128.58px;
}

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 93%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 16%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }
    .main-navigation .main-nav ul ul li a {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    .header_svgs a:first-child {
        margin-left: -30px;
    }
    .main-navigation.toggled .main-nav ul ul.toggled-on {
        max-height: 255px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 1024px) {
    .main-navigation.toggled .main-nav ul ul.toggled-on {
        max-height: 255px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 414px) {
    .inside-header {
        padding: 0px;
        display: flex;
        flex-direction: row;
    }
    .header_txt p {
        transform: none;
        width: 150px;
    }
    .header_svgs {
        display: none;
    }
    .site-header .header-widget {
        margin-top: auto;
    }
}
/***********************************************************************************************************/
/*                                                                                           HOME PAGE     */
/***********************************************************************************************************/
/****************************************************************************************/
/*                                                                        SECTION 1     */
/****************************************************************************************/

.separate-containers .site-main {
    margin-top: auto;
}
.gb-container-bb8ac54d > .gb-inside-container {
    margin-right: 128px !important;
}

.home.separate-containers .inside-article {
    padding: unset;
}

.hp_slider2 .slide-content {
    align-items: flex-start !important;
}

.hp_slider3 .slide-content {
    align-items: flex-end !important;
}

.hp_slider3 {
    background-color: #00000088;
}

.hp_slider1 h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0 1px 0;
    padding: 10px 15px;
    
}

.hp_slider1 p {
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0 1px 0;
    padding: 10px 15px;
}

.hp_slider2 h2 {
    color: #000000;
    text-align: left !important;
    margin-left: 20px;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
}

.hp_slider2 p {
    font-size: 16px;
    color: #000000;
    margin-left: 21px;
}

.hp_slider2 span {
    justify-content: left;
    border-radius: 100px;
    padding: 12px 16px;
    background-color: #ccc !important;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    height: 5px;
    font-size: 15px;
    margin-left: 21px;
}

.hp_slider2 span:hover {
    background-color: #dbdbdb !important;
}

.hp_slider3 h2 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 40px;
    margin-left: 20px;
}

.hp_slider3 span {
    justify-content: left;
    border-radius: 100px;
    padding: 12px 16px;
    background-color: #666666 !important;
    color: #fff;
    border: 5px solid #fff;
    background: transparent;
    height: 5px;
    font-size: 15px;
    margin-left: 40px;
}

.hp_slider3 span:hover {
    background-color: #6e6e6e !important;
    border-color: #d9d9d9;
}
.gb-button-wrapper-5745033b {
    margin-left: -20px;
}

@media(max-width: 1280px) {
    .gb-container-bb8ac54d > .gb-inside-container {
        margin-right: 40px !important;
    }
    .hp_slider3 h2 {
        margin-bottom: 20px;
    }
}

@media(max-width: 1024px) {
    .hp_slider3 h2 {
        font-size: 26px;
    }
    .gb-container-bb8ac54d > .gb-inside-container {
        margin-right: auto !important;
    }
}
@media (max-width: 912px) {
    .hp_slider3 h2 {
        font-size: 24px;
    }
    .gb-container-bb8ac54d > .gb-inside-container {
        margin-left: 25px !important;
    }
}
/****************************************************************************************/
/*                                                                        SECTION 2     */
/****************************************************************************************/

.yellow_line {
    padding: 35px 5px;    
}

.yellow_line h1,
.yellow_line h1 a {
    white-space: normal;
    float: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c353d;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1em;
}

.yellow_line h1 a:hover {
    text-decoration: none;
}

.yellow_line p {
    color: #000000;
    font-size: 16px;
    line-height: 17px;
    margin: 0px 40px;
    letter-spacing: -0.5px;
}

@media(max-width: 912px) {
    .yellow_line {
        padding: 25px 5px;
    }
}

@media(max-width: 414px) {
    .yellow_line h1,
    .yellow_line h1 a {
        font-size: 30px;
    }
    .yellow_line p {
        font-size: 15px;
    }
}

/****************************************************************************************/
/*                                                                        SECTION 3     */
/****************************************************************************************/

.hp_services h2 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c353d;
    padding-top: 50px;
}

.hp_services h2::after {
    content: " ";
    display: block;
    border-bottom: solid #efbb20;
    width: 50px;
    height: 20px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}

.hp_services h3 {
    color: #2c353d;
    font-size: 19px;
    line-height: 1.1em;
    font-weight: 400;
    padding-top: 30px;
}

.hp_services h3::after {
    content: " ";
    display: block;
    border-bottom: solid #efbb20;
    width: 50px;
    height: 20px;
    position: relative;
    margin: auto;
}

.hp_services .wp-block-image {
    border: solid #efbb20;
    border-width: 4px;
}

.hp_services .wp-block-image:hover {
    transform: scale(1.1);
    transition: 0.7s;
}

.hp_services p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

@media(max-width: 414px) {
    .hp_services p {
        font-size: 15px;
        padding-bottom: 20px;
    }
}

/****************************************************************************************/
/*                                                                        SECTION 4     */
/****************************************************************************************/

.gif_section {
    padding: 20px 50px;
}

.gif_section h2 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 50px;
}

.gif_section h2::after {
    content: " ";
    display: block;
    border-bottom: solid #efbb20;
    width: 50px;
    height: 25px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}

.gif_section p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.gif_section p i::before {
    color: #fff;
    padding: 20px;
    width: 74px;
    height: 74px;
    font-size: 28px;
    line-height: 72px;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    text-align: center;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 912px){
    .gif_section p {
        font-size: 14px;
    }
}

@media(max-width: 414px) {
    .gif_section p {
        font-size: 15px;
    }
}
/****************************************************************************************/
/*                                                                        SECTION 5     */
/****************************************************************************************/

.gallery_section h2 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c353d;
    padding-top: 50px;
}

.gallery_section h2::after {
    content: " ";
    display: block;
    border-bottom: solid #efbb20;
    width: 50px;
    height: 25px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}

.gallery_section .wp-block-image {
    float: left;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    border-color: #e1e1e1;
}







/****************************************************************************************/
/*                                                                           SERVICES   */
/****************************************************************************************/








/****************************************************************************************/
/*                                                                              AREAS   */
/****************************************************************************************/


.gb-grid-wrapper.gb-grid-wrapper-01bab02c.gb-query-loop-wrapper,
.gb-grid-wrapper.gb-grid-wrapper-170c0a7f.gb-query-loop-wrapper,
.gb-grid-wrapper.gb-grid-wrapper-af741832.gb-query-loop-wrapper,
.gb-grid-wrapper.gb-grid-wrapper-15675bcd.gb-query-loop-wrapper,
.gb-grid-wrapper.gb-grid-wrapper-2387b550.gb-query-loop-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container_areas {
    padding-top: 60px;
}

.container_areas h2 {
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

.areas_tags h3 {
    color: #2c353d;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.areas_tags a {
    background-color: #2c353d;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding: 5px 8px;
}
.areas_tags .gb-grid-wrapper .gb-grid-column {
    padding-right: 5px;
}
.areas_tags a:hover {
    text-decoration: none;
    color: #efc137;
    background-color: #80868b;
}
.areas_tags .gb-grid-wrapper-faba6ac9 > .gb-grid-column {
    padding-bottom: 7px !important;
}

@media(max-width: 912px) {
    .gb-grid-wrapper.gb-grid-wrapper-01bab02c.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-170c0a7f.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-af741832.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-15675bcd.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-2387b550.gb-query-loop-wrapper {
        text-align: center;
}
}

@media(max-width: 414px) {
    .gb-grid-wrapper.gb-grid-wrapper-01bab02c.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-170c0a7f.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-af741832.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-15675bcd.gb-query-loop-wrapper,
    .gb-grid-wrapper.gb-grid-wrapper-2387b550.gb-query-loop-wrapper {
        grid-template-columns: 1fr 1fr;
}
}

/****************************************************************************************/
/*                                                                            CONTACT   */
/****************************************************************************************/

input.forma-epikoinonias, textarea.forma-epikoinonias {
   /* background-color: #f8f8f8;*/
    -webkit-appearance: none;
    border: solid 1px #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

.block1 label, .block2 label, .block3 label, .block4 label, .block5 label{
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    color:#9c9c9c;
}

.contact_form .wp-block-column:nth-child(2) h3::after {
    content: " ";
    display: block;
    border-bottom: solid #efbb20;
    width: 50px;
    height: 20px;
    position: relative;
    margin: auto;
}

.wpcf7 .wpcf7-submit {
    background-color: #efbb20;
    color: #ffffff;
    border-color: #cd9900;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #db9d00;
    border-color: #b97b00;
}

.gb-container-1b44425b > .gb-inside-container {
    padding-top: 50px;
}

@media(max-width: 414px) {
    #contact_info {
        padding-top: 60px;
    }
    .gb-container-1b44425b > .gb-inside-container {
        padding-top: 10px;
    }
}

/****************************************************************************************/
/*                                                                           FOOTER     */
/****************************************************************************************/

.footer {
    padding: 30px 0px;
    z-index: 1;
}

.footer h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16.5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
    border-top: none;
}
.footer p {
    margin-bottom: auto;
    padding: 5px 0px 4px;
}

.site-footer .wp-block-columns {
    padding: 0px 50px;
    padding-top: 20px;
}

.site-footer .wp-block-column:nth-child(1) p:nth-child(3) i {
    padding-top: 20px;
    font-size: 35px;
    color: #fff;
}

.site-footer .wp-block-column:nth-child(1) p:nth-child(3) i:hover {
    color: red;
}

.site-footer .wp-block-column:nth-child(2) a,
.site-footer .wp-block-column:nth-child(3) a {
    color: #fff;
    font-size: 13px;
}

.site-footer .wp-block-column:nth-child(2) a:hover,
.site-footer .wp-block-column:nth-child(3) a:hover {
    color: #c62026;
    text-decoration: none;
}

.site-footer .wp-block-column:nth-child(1) a:hover {
    text-decoration: underline;
}

#footerBottom {
    padding: 15px 0px;
    font-size: 12px;
}

#footerBottom p {
    margin: auto;
}

#footerBottom a:first-child {
    color: #fff;
}

#footerBottom a:first-child:hover {
    color: #efbb20;
}

#footerBottom a:nth-child(2) {
    color: #e2068c;
}

#footerBottom a:nth-child(2):hover {
    text-decoration: underline;
    text-decoration-color: #efbb20;
}

@media(max-width: 414px) {
    .footer {
        text-align: center;
    }
    .site-footer .wp-block-column:first-child,
    .site-footer .wp-block-column:nth-child(2) {
        padding-bottom: 40px;
    }
}