/* 
Theme Name: Hello Elementor Child el
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: xgpatsoul@ote.gr
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



/* Basic responsive layout
   ========================================================================== */
/*.site-header, body:not([class*="elementor-page-"]) .site-main {
    margin-right: auto;
    margin-left: auto; }
  
  @media (max-width: 575px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      padding-right: 10px;
      padding-left: 10px; } }
  
  @media (min-width: 576px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      max-width: 500px; } }
  
  @media (min-width: 768px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      max-width: 600px; } }
  
  @media (min-width: 992px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      max-width: 800px; } }
  
  @media (min-width: 1200px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      max-width: 960px; } }
  
@media (min-width: 1366px) {
    .site-header, body:not([class*="elementor-page-"]) .site-main {
      max-width: 1200px; } }


main.front-page {
  display: grid;
  grid-template-columns: minmax(300px,400px) minmax(300px,1fr) ;
}

@media screen and (max-width: 600px){
  main.front-page {
    grid-template-columns: minmax(300px,1fr);
  }
}*/

.widget h2 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #469EA0;
    border-bottom: 3px solid #fe5301;
    padding-bottom: 10px;

}

.widget {
    max-width: 300px;

    margin: 30px auto;
    margin-top: 0;
    padding-bottom: 20px;

}

/* widget nav menu #469EA0;*/
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

ul.menu-sidebar-nav {
    margin: 0px;
}

.widget_nav_menu li {
    padding: 5px 0;
}

.widget_nav_menu li a {
    /*margin-left: 10px;*/
    font-size: 18px;
    position: relative;
}

.widget_nav_menu li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #fe5301;
    transition: width .2s ease;
}

.widget_nav_menu li:hover a:after {
    width: 100%;
}


.widget img {
    width: 100%;
}

.click-box {
    position: relative;
}

.click-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 35%;
    color: #fe5301;
    text-decoration: underline !important;
    text-decoration-color: #fe5301 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    text-decoration-style: dashed !important;
    transition: color .3s ease;
}

.click-box a:hover {
    color: #54595f;
    text-decoration-color: #54595f !important;
}


.pdf-reader {
    position: relative;
    display: block;
    height: 85vh;
    border: 1px solid #2f2f2f;
}

.image-center figure {
    display: block;
    margin: 0 auto !important;
}

/*Kyriakos edit- search button*/
.search-form .search-submit {
    margin-top: 10px;
}

/* text widget nav menu #469EA0;*/
.widget_text ul {
    list-style: none;
    padding: 0;
}

ul.menu-sidebar-nav {
    margin: 0px;
}

.widget_text li {
    padding: 5px 0;
}

.widget_text li a {
    margin-left: 10px;
    font-size: 18px;
    position: relative;
}

.widget_text li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #fe5301;
    transition: width .2s ease;
}

.widget_text li:hover a:after {
    width: 100%;
}


.widget img {
    width: 100%;
}

.click-box {
    position: relative;
}

.click-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 18%;
    color: #fe5301;
    text-decoration: underline !important;
    text-decoration-color: #fe5301 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    text-decoration-style: dashed !important;
    transition: color .3s ease;
}

.click-box a:hover {
    color: #54595f;
    text-decoration-color: #54595f !important;
}

.elementor-post__card .elementor-post__excerpt,
.elementor-post__read-more {
    display: inline-block;
    padding-right: 10px;
}

/* styles for widjet links*/

.mylink {
    font-size: 18px;
    position: relative;
}

.mylink::after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #fe5301;
    transition: width .2s ease;
    box-sizing: border-box;
}

.widget p:hover .mylink::after,
.textwidget:hover .mylink::after {
    width: 100%;
}

/* style bread crumbs */
.breadcrumbs {
    font-size: 18px;
    padding: 40px 0 20px 0;
}

.breadcrumbs a {
    position: relative;
}

.breadcrumbs a::after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #fe5301;
    transition: width .2s ease;
    box-sizing: border-box;
}

.breadcrumbs span[property="itemListElement"]:hover a::after {
    width: 100%;
}

/* mobile typography */
@media screen and (max-width: 600px) {
    h2 {
        font-size: 24px !important;
    }
}

/* GB buttons .entry-button */

.wp-block-buttons>.wp-block-button.entry-button a.wp-block-button__link {
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}

.wp-block-buttons>.wp-block-button.entry-button:hover a.wp-block-button__link {
  background-color: #EA4C00 !important;
}


.entry-form h3 {
  font-size: 1.4rem;
}

.entry-form h3:last-child {
  margin-top: 30px;
}

.elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-group .elementor-field, .elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-subgroup label,
.elementor-12147 .elementor-element.elementor-element-2461cb7 .elementor-field-group .elementor-field, .elementor-12147 .elementor-element.elementor-element-2461cb7 .elementor-field-subgroup label {
  font-family: 'Roboto', Arial !important;
  font-weight: 400 !important;
}


.elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-group .elementor-field, .elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-subgroup label,
.elementor-12147 .elementor-element.elementor-element-2461cb7 .elementor-field-group .elementor-field, .elementor-12147 .elementor-element.elementor-element-2461cb7 .elementor-field-subgroup label {
  font-family: 'Roboto', Arial !important;
  font-weight: 400 !important;
}


.entry-form h3 {
  margin-top: 40px !important;
  margin-bottom: 40px; !important;
}

.elementor-12150 .elementor-element.elementor-element-893b93b > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0 !important;
}

.elementor-12150 .elementor-element.elementor-element-c75af81 > .elementor-widget-container {
  margin: 0 !important;
}

.elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-group:nth-child(1),
.elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-group:nth-child(8),
.elementor-12150 .elementor-element.elementor-element-c75af81 .elementor-field-group:nth-child(7){
  margin-bottom: 0 !important;
}

.elementor-heading-title {
  font-family: 'Roboto', Arial !important;
}

.elementor-12497 .elementor-element.elementor-element-ad51305 .elementor-field-group .elementor-field, .elementor-12497 .elementor-element.elementor-element-ad51305 div.elementor-field-subgroup label {
  font-family: var(--e-global-typography-text-font-family ); 
  font-weight: 400;
}

/*
.elementor-field-group-acceptance label {
  display: none;
}
*/

.elementor-page-12497 .elementor-message {
  font-size:24px;
}

/*Button for menu on sidebar*/
.btn-standout a:before{
   font-family: "Font Awesome\ 5 Free";
   content: "\f2e7";
   display: inline-block;
   padding-right: 8px;
   vertical-align: middle;
   font-weight: 900;
  
}

.btn-standout a:hover {
  color:#fff;  
}

@media (max-width: 768px) {
  .wp-block-table .has-fixed-layout{
 	width: 700px;
    overflow-x: scroll; 
}
}
