/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen-child/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen  Child Theme
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=greek-ext");
/* icon */
@font-face {
  font-family: 'ico';
  src: url("fonts/ico.eot?gm8qmy");
  src: url("fonts/ico.eot?gm8qmy#iefix") format("embedded-opentype"), url("fonts/ico.ttf?gm8qmy") format("truetype"), url("fonts/ico.woff?gm8qmy") format("woff"), url("fonts/ico.svg?gm8qmy#ico") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'ico' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile-alt-solid:before {
  content: "\e900";
}

.icon-chevron-up-solid:before {
  content: "\e901";
}

.icon-envelope-square-solid:before {
  content: "\e902";
}

.icon-fax-solid:before {
  content: "\e903";
}

.icon-map-marker-alt-solid:before {
  content: "\e904";
}

.icon-phone-alt-solid:before {
  content: "\e905";
}

.icon-user-regular:before {
  content: "\e906";
}

.icon-user-tie-solid:before {
  content: "\e907";
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888;
}

body * {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

ul, ol {
  padding: 0;
  margin-left: 30px;
}

h1,
h2 {
  font-weight: bold;
  color: #2a4870;
}

h1:after,
h2:after {
  content: "";
  display: block;
  background: #8dc63f;
  width: 50px;
  height: 4px;
  margin: 1.2% 0;
}

#main .wrap {
  padding: 0;
}

.wrap {
  max-width: 1240px !important;
}

p {
  text-align: justify;
}

#main > article > div > div.container-fluid {
  padding: 0;
}

/* header */
.home header.entry-header {
  display: none;
}

.nav-up {
  top: -50px;
}

.nav-down {
  position: fixed !important;
  background: #ffffff !important;
  z-index: 2;
}

.nav-down * {
  color: #203959 !important;
}

#masthead.site-header {
  background: transparent;
  position: absolute;
  z-index: 1;
  width: 100%;
}

#masthead.site-header .site-branding {
  padding: 1.4rem 0;
}

@media (max-width: 575px) {
  #masthead.site-header .site-branding .wrap > div {
    max-width: 100%;
  }
  #masthead.site-header .site-branding #site-navigation {
    margin-top: 1rem !important;
  }
  #masthead.site-header .site-branding #site-navigation .menu-toggle {
    float: none !important;
  }
}

#masthead.site-header .site-branding .custom-logo-link {
  width: 100%;
  height: auto;
  padding-right: 0;
}

#masthead.site-header #top-menu.menu {
  text-align: right;
}

#masthead.site-header #top-menu.menu a {
  font-size: 1rem;
}

#masthead.site-header #top-menu.menu a:hover, #masthead.site-header #top-menu.menu a:focus {
  text-decoration: none;
}

body:not(.home) nav#site-navigation a {
  color: #2a4870;
}

/* navigation */
.navigation-top {
  border: 0;
}

.navigation-top .wrap {
  padding: 0;
}

/* slider */
@media (max-width: 650px) {
  .slider [class*="-ss-swipe-element"] {
    height: 400px !important;
  }
  .n2-ss-slide-active,
  .n2-ss-layers-container.n2-ow.wrap,
  div#n2-ss-2 .n2-ss-layer.n2-ow.slider-txt {
    height: 100% !important;
  }
}

@media (max-width: 800px) {
  .n2-ss-layers-container.n2-ow.wrap {
    border: 1px solid red;
    height: auto !important;
    max-height: 100% !important;
  }
}

@media (max-width: 1100px) {
  .wrap-txt {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1101px) and (max-width: 1199px) {
  .wrap-txt {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1141px) and (max-width: 1300px) {
  .wrap-txt {
    margin-top: 9rem !important;
  }
}

@media (max-width: 950px) {
  .wrap-txt {
    width: 80% !important;
  }
}

.wrap-txt .slider-txt,
.wrap-txt .slider-title {
  left: 0 !important;
  position: relative !important;
  display: table-cell;
  float: left;
  vertical-align: middle;
  top: 0 !important;
  width: 100% !important;
}

.wrap-txt .slider-txt {
  font-size: 14px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-txt .slider-title {
  top: 0 !important;
}

.wrap-txt .slider-title div {
  width: 100% !important;
}

@media (max-width: 1100px) {
  .wrap-txt .slider-title div {
    font-size: 30px !important;
  }
}

@media (min-width: 1100px) {
  .wrap-txt .slider-title div {
    font-size: 44px !important;
  }
}

@media (min-width: 1140px) {
  .n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
    background-position: 84% 100% !important;
  }
  #top-menu.menu a {
    color: #ffffff;
  }
}

@media (min-width: 940px) and (max-width: 1140px) {
  .n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
    background-position: 70% 100% !important;
  }
}

@media (max-width: 940px) {
  .n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
    background-position: 58% 100% !important;
  }
}

@media (max-width: 1140px) {
  .js .main-navigation.toggled-on > div > ul {
    display: inline-block;
    float: right;
  }
  .js .main-navigation > div > ul {
    display: none;
  }
  .site-header {
    position: relative !important;
  }
  .site-header .site-branding {
    background: #fff;
  }
  .site-header .site-branding .menu-toggle {
    display: block;
    float: right;
  }
  .site-header .site-branding .menu-main-menu-container {
    clear: both;
  }
  .site-header .site-branding .menu-main-menu-container ul {
    list-style: none;
    margin: 0;
    border: 1px solid #eee !important;
  }
  .site-header .site-branding .menu-main-menu-container ul li {
    display: block;
    width: auto;
    text-align: left;
  }
  .site-header .site-branding .menu-main-menu-container ul li a {
    color: #2a4870;
  }
}

/* services */
.services h5 {
  text-transform: none;
  color: #2a4870;
  line-height: 5rem !important;
}

.services td.businesses,
.services td.individuals {
  vertical-align: top;
  margin: 0 auto;
  width: 50%;
  position: relative;
  background: #eaeaed;
  background: -moz-linear-gradient(left, #eaeaed 0%, #ffffff 77%, #ffffff 77%);
  background: -webkit-linear-gradient(left, #eaeaed 0%, #ffffff 77%, #ffffff 77%);
  background: linear-gradient(to right, #eaeaed 0%, #ffffff 77%, #ffffff 77%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaed', endColorstr='#ffffff',GradientType=1 );
  border: 0;
}

@media (max-width: 768px) {
  .services td.businesses,
  .services td.individuals {
    width: 100% !important;
    display: inline-block !important;
    border: 1px solid #eaeaed;
    margin-bottom: 6rem !important;
  }
}

.services td.businesses .icon-frame,
.services td.individuals .icon-frame {
  color: #ffffff;
  display: inline-block;
  margin: -6rem 0 auto;
  background: #2a4870;
  border-radius: 100%;
  padding: 2rem;
  font-size: 3rem;
  text-align: center;
  position: absolute;
  width: 7rem !important;
  height: 7rem !important;
  left: 40%;
  right: 40%;
}

.services td.businesses .icon-frame [class*="icon-user"],
.services td.individuals .icon-frame [class*="icon-user"] {
  position: absolute;
  transition: all .4s ease;
  right: 0;
  left: 0;
}

.services td.businesses .icon-frame [class*="icon-user"]:hover,
.services td.individuals .icon-frame [class*="icon-user"]:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.services table table tr {
  border: 0;
}

.services table table tr td {
  width: auto !important;
  vertical-align: top;
}

.news,
.about {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* about */
.about {
  background: #f7f7f7 url("images/about.jpg") 0 0 no-repeat;
}

.about img {
  border-radius: 6%;
  box-shadow: 0 0 37px #bbb;
}

/* news */
.archive h2.entry-title,
.single h2.entry-title {
  font-size: 1.5rem;
}

.archive h2.entry-title:after,
.single h2.entry-title:after {
  display: none;
}

.archive h2.entry-title a,
.single h2.entry-title a {
  box-shadow: 0 0 0;
  text-decoration: none;
  color: #2a4870;
}

.archive h2.entry-title a:hover,
.single h2.entry-title a:hover {
  opacity: .8;
}

.archive time.entry-date.published.updated,
.single time.entry-date.published.updated {
  text-transform: none !important;
  font-weight: normal !important;
  color: #212529;
  font-size: 13px !important;
  padding: 0.2rem 0.4rem;
  background: #f2f2f2;
  border: 1px solid #eee;
}

body.single header .entry-date {
  font-size: 13px !important;
}

.news {
  background: #f7f7f7 url("images/news.jpg") 0 0 no-repeat;
}

.news h1 {
  clear: both;
}

.news h1:after {
  margin: 0 auto !important;
}

.news article {
  border-top: 0 !important;
}

.news article a {
  color: #2a4870;
  text-decoration: none !important;
  box-shadow: 0 0 0 !important;
}

.news article a:hover, .news article a:focus {
  color: #2a4870;
  opacity: .8;
}

.news article header {
  margin-bottom: 0;
}

.news article .wp-show-posts-entry-title {
  padding-top: 0;
}

.news .more {
  background: #2a4870;
  padding: .8rem 1.4rem;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 0 !important;
}

.news .more:hover, .news .more:focus {
  color: #ffffff !important;
  opacity: .9;
}

/* archive */
@media (max-width: 1152px) {
  #content {
    padding-top: 0;
  }
}

#content div#custom_header_top {
  position: relative;
  width: 100%;
}

#content div#custom_header_top aside {
  max-width: 100%;
  overflow: hidden;
}

#content div#custom_header_top aside img {
  min-height: 200px;
  width: auto !important;
  height: auto !important;
  max-width: 2000px !important;
  min-width: 100%;
}

#content div#custom_header_top header.page-header {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 0;
}

#content div#custom_header_top header.page-header .wrap {
  position: relative;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
}

#content div#custom_header_top header.page-header .wrap .page-title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%);
  font-size: 2.5rem;
  text-transform: none;
}

@media (max-width: 768px) {
  #content div#custom_header_top header.page-header .wrap .page-title {
    font-size: 1.5rem !important;
  }
}

#content header.entry-header .entry-meta .posted-on * {
  font-weight: normal;
  color: #212529;
  text-transform: none;
  font-size: 1.2em;
}

#content header.entry-header .entry-meta .byline {
  display: none !important;
}

body:not(.home) #primary #main article {
  float: left;
  padding: 1rem 0 !important;
}

body:not(.home):not(.single) #primary article {
  border-bottom: 1px solid #eaeaea;
}

#content #primary:only-child {
  max-width: 100%;
}

body:not(.home) header .page-title {
  color: white;
}

body:not(.home) header h2.page-title {
  color: white !important;
  font-weight: 700 !important;
}

.single #primary main#main {
  min-height: 40rem;
}

.single #primary main#main footer {
  display: none;
}

/* contact */
.contact {
  background: #f5f5f5;
}

.contact .form {
  padding: 5rem 3rem;
}

.contact .form .wpcf7-form {
  display: inline-block;
  width: 100%;
}

.contact .form .wpcf7-form .wpcf7-form-control-wrap > * {
  margin-bottom: 1rem;
}

.contact .form .wpcf7-form .wpcf7-submit {
  background: #2a4870;
  float: right;
}

/* footer */
footer {
  background: #2a4870;
  margin-top: 0 !important;
}

@media (max-width: 960px) {
  footer .col-md-8,
  footer .col-md-4 {
    width: 100% !important;
  }
}

footer .wrap {
  padding-bottom: 1em !important;
}

footer .wrap .widget-area {
  padding: 0 !important;
}

footer .wrap .widget-area img {
  box-shadow: 0 0 0 !important;
}

@media (max-width: 767px) {
  footer .wrap .widget-area img {
    width: 23rem !important;
    max-width: 100%;
    float: left !important;
    margin: 0;
  }
}

footer .wrap .widget-area .foot-info {
  color: #ffffff;
  max-width: 29rem;
  float: right;
  width: auto;
}

footer .wrap .widget-area #text-15,
footer .wrap .widget-area #text-16 {
  padding: 0;
}

footer .wrap #return-to-top {
  position: fixed;
  right: 0;
  z-index: 99999;
  padding: 20px;
  bottom: 8rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0.15+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );
  /* IE6-9 */
}

footer .wrap #return-to-top span {
  font-weight: 600;
}

footer .site-info {
  background: #203959;
  color: #ffffff;
  margin-bottom: 0;
  padding: 1rem 0 .8rem 0;
  position: relative;
}

@media (max-width: 1022px) {
  footer .site-info .container {
    padding: 0;
  }
  footer .site-info .container .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  footer .site-info .container {
    max-width: 100%;
    margin-left: 3rem;
    display: inline-block;
    width: 100%;
  }
}

footer .site-info a {
  color: #ffffff;
  box-shadow: 0 0 0;
}

footer .site-info a:hover, footer .site-info a:focus {
  box-shadow: 0 0 0;
  color: #ffffff;
}

.twentyseventeen-panel {
  overflow: -moz-hidden-unscrollable;
}

/* chrome*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .wrap-divs header.entry-header {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .wrap-divs header.entry-header {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .main-navigation li {
    vertical-align: top;
  }
}
