/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


body #site-header.vertical-header #site-navigation-wrap .dropdown-menu li.current-menu-parent ul.sub-menu {
    display: block;
}

body #site-header.vertical-header #site-navigation-wrap .dropdown-menu li.current-menu-item a.menu-link {
  font-style: italic
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.current-menu-parent > a .dropdown-toggle:before {
  content: "-";
}

#content-wrap a {
  color: #0063f9;
}

#content-wrap a:hover {
  color: #13aff0;
}

#content-wrap a.current-callforpapers {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  background-color: #657993;
  width: 100%;
  text-align: center;
}

#content-wrap a.current-callforpapers:hover {
  color: #fff;
  background-color: #506c91;
}

body.page-id-698 #content-wrap a.elementor-button-link {
  color: #fff;
}

#content-wrap a.current-callforpapers:hover {
  color: #fff;
  background-color: #506c91;
}

div.vert-gap {
  height: 20px;
}

.oceanwp-mobile-menu-icon a:first-child {
  display: block;
  width: 100%;
}

@media (min-width: 959.98px) {
  body .page-header {
    background-image: url("/wp-content/uploads/2023/09/Thessaloniki-1.jpg") !important;
  }
  body.page-id-12 .page-header {
    background-image: url("/wp-content/uploads/2023/12/Thessaloniki-Home.jpg") !important;
  }

  body.home .page-header-inner {
    display: none;
  }
}