/* 
Theme Name: Soumis Theme
Theme URI:  https://goodcause.gr
Author:     Dimitrios Soumis
Author URI: https://goodcause.gr
Description: A minimal custom WordPress theme built from scratch.
Version:    1.0.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soumistheme
Tags: blog, custom, responsive
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, a, p, span, div, ul, li, button, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
	position: relative;
	float: left;
	width: 100%;
  background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}

main {
  padding: 15px 20px;
}

p {
	margin-top: 0px;
}

label {
  color: #003787;
}

a {
  color: #007CD6;
}

.marquee {
  overflow: hidden;
  display: flex;
}

.marquee h2 {
  white-space: nowrap;
}

/*--HEADER CSS start--*/

.home #pageHeader {
display: none;	
}

#pageHeader {
	background: url('/wp-content/uploads/2026/06/headerBackgroundGreekStyle.jpg');
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 400px 400px;
}

#pageHeaderOverlay {
  padding: 50px 20px;
 background: #0037874a;
}

#pageHeader h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
	text-shadow: 3px 1px 4px #000;
	margin: 0px auto;
	max-width: 100%;
	width: 1120px;
}

header {
display: flex;
  background: #eef5f8;
  padding: 15px 20px;
  box-shadow: 0px 0px 5px #afafaf;
	justify-content: space-between;
  align-items: center;
}

.site-branding {
  max-width: 100%;
  width: 150px;
}

nav #menu-main-menu,
nav #menu-main-menu-greek {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

nav #menu-main-menu li,
nav #menu-main-menu-greek li {
  padding: 10px;
}

nav #menu-main-menu li a,
nav #menu-main-menu-greek li a {
  text-decoration: none;
  color: #003787;
  font-weight: 600;
}

nav #menu-main-menu li a:hover,
nav #menu-main-menu-greek li a:hover {
  color: #486b85;
}

.difMenuOption a {
  color: #fff !important;
}

.difMenuOption {
  background: #003787;
  color: #fff !important;
}

.difMenuOption:hover {
  background: #486b85;
}

.onlyLoggedInOption {
	display: none;
}

.logged-in .onlyLoggedInOption {
	display: block;
}

#burgerMenu {
  display: none;
}

.sub-menu {
  position: absolute;
  top: auto;
  left: auto;
  padding: 0px;
  background: #ffffff;
  z-index: 99999;
  list-style: none;
  margin: 10px 0px 0px -10px;
  border: 1px solid #eef5f8;
  display: none;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/*--HEADER CSS end--*/

/*--FOOTER CSS start--*/

footer {
  width: calc(100% - 40px);
  padding: 15px 20px;
  box-shadow: 0px 0px 5px #afafaf;
	position: absolute;
	bottom: 0px;
	min-height: 50px;
  display: flex;
flex-direction: column;
	align-items: center;
	background: #eef5f8;
}

footer p {
  color: #003787;
  font-weight: 600;
	margin: 0px;
}

#footerWidgets {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  width: calc(100% - 20px);
  padding: 10px;
	flex-flow: wrap;
}

#copyright {
  width: 100%;
  padding: 20px 5px 10px 5px;
  border-top: 1px solid #003787;
  margin-top: 15px;
}

.footerWidgetColumn {
  padding: 10px;
  width: calc(25% - 20px);
}

footer .widget-title {
  color: #003787;
}

footer input {
  background: #fff !important;
  border: 1px solid #003787 !important;
  border-radius: 10px;
}

footer .tnp-field input[type="submit"] {
  background: #003787 !important;
  cursor: pointer;
}

footer ul {
  padding: 0px 0px 0px 1px;
  list-style: none;
}

footer ul a {
  text-decoration: none;
  color: #1c478a;
  font-weight: 400;
  margin-bottom: 10px !important;
  display: block;
  text-shadow: 1px 1px 2px #0000002b;
}

footer ul a:hover {
  color: #379ab0;
}

/*--FOOTER CSS end--*/

/*--DEFAULT THEME PAGE TEMPLATE (WITH SIDEBAR) CSS start--*/


.page-template-default #mainContent {
  max-width: 100%;
  width: 1120px;
  margin: 0px auto;
}


.page-template-default main {
  width: calc(75% - 20px);
  float: left;
	padding: 40px 20px 40px 0px;
}

aside {
  width: calc(25% - 20px);
  float: left;
padding: 40px 0px 40px 20px;
}

/*--DEFAULT THEME PAGE TEMPLATE (WITH SIDEBAR) CSS end--*/

/*--SIDEBAR CSS start--*/

aside .widget-title {
  color: #003787;
	margin-top: 0px !important;
}

aside ul {
  padding: 0px 0px 0px 1px;
  list-style: none;
}

aside ul a {
  text-decoration: none;
  color: #1c478a;
  font-weight: 400;
  margin-bottom: 10px !important;
  display: block;
  text-shadow: 1px 1px 2px #0000002b;
}

aside ul a:hover {
  color: #379ab0;
}

/*--SIDEBAR CSS end--*/


/*--GAMES CSS start--*/

#gameArea {
  border: 1px solid #ccc;
  margin: 10px;
  width: calc(100% - 20px);
  min-height: 200px;
}

/*--GAMES CSS end--*/

/*--CONTACT PAGE CSS start--*/

.page-id-159 input,
.page-id-2991 input {
  padding: 10px 15px;
}

.page-id-159 .wpcf7-form input,
.page-id-2991 .wpcf7-form input {
  max-width: 100%;
}

.page-id-159 .wpcf7-submit,
.page-id-2991 .wpcf7-submit {
  background: #003787;
  color: #fff;
  border-radius: 15px;
  border: none;
}

.page-id-159 label,
.page-id-2991 label {
color: #003787;
}

.page-id-159 .wpcf7-textarea,
.page-id-2991 .wpcf7-textarea {
  height: 100px;
  padding: 10px 15px;
}

/*--CONTACT PAGE CSS end--*/

/*--LOGIN PAGE CSS start--*/

.page-id-102 #rememberme, .page-id-103 #rememberme {
  width: 15px !important;
}

.page-id-102 #user_login, .page-id-102 #user_pass,
.page-id-103 #user_login, .page-id-103 #user_pass {
	padding: 10px 15px;
  max-width: calc(100% - 30px);
  width: 400px !important;
  display: block;
	border: 1px solid #7DA6B0;
	  background: #fff;
}

.page-id-102 #wp-submit, .page-id-103 #wp-submit {
  background: #003787;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/*--LOGIN PAGE CSS end--*/

/*--ACCOUNT PAGE CSS start--*/

.page .pms-account-navigation li.pms-account-navigation-link a {
  color: #003787;
	  padding: 10px;
	  border: 2px solid #003787 !important;
}

.pms-account-navigation li {
  margin: 0px !important;
}

.page .pms-account-navigation li.pms-account-navigation-link a.pms-account-navigation-link--active {
  box-shadow: none !important;
	background: #003787;
  color: #fff;
}

.pms-account-navigation {
  margin-bottom: 40px !important;
}

.page .pms-account-navigation li.pms-account-navigation-link.pms-account-navigation-link--logout a {
	background: #7DA6B0;
  color: #fff;
	border-color: #7DA6B0 !important;
}


.page-id-103 #pms_user_login {
	padding: 10px 15px;
  max-width: calc(100% - 30px);
  width: 400px !important;
  display: block;
	border: 1px solid #7DA6B0;
	  background: #eee;
}

.page-id-103 #pms_user_email, .page-id-103 #pms_first_name, .page-id-103 #pms_last_name, .page-id-103 #pms_pass1, .page-id-103 #pms_pass2 {
	padding: 10px 15px;
  max-width: calc(100% - 30px);
  width: 400px !important;
  display: block;
	border: 1px solid #7DA6B0;
	  background: #fff;
}

.page-id-103 .pms-form-fields-wrapper input[type="submit"] {
  background: #003787;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/*--ACCOUNT PAGE CSS end--*/

/*--REGISTER PAGE CSS start--*/

.page-id-101 #pms_user_login, .page-id-101 #pms_user_email, .page-id-101 #pms_first_name, .page-id-101 #pms_last_name, .page-id-101 #pms_pass1, .page-id-101 #pms_pass2 {
	padding: 10px 15px;
  max-width: calc(100% - 30px);
  width: 400px !important;
  display: block;
	border: 1px solid #7DA6B0;
	  background: #fff;
}

.page-id-101 .pms-form-submit {
  background: #003787;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/*--REGISTER PAGE CSS end--*/

/*--RESET PASSWORD PAGE CSS start--*/

.page-id-104 #pms_username_email {
	padding: 10px 15px;
  max-width: calc(100% - 30px);
  width: 400px !important;
  display: block;
	border: 1px solid #7DA6B0;
	  background: #fff;
}

.page-id-104 input[type="submit"] {
  background: #003787;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/*--RESET PASSWORD PAGE CSS end--*/

/*--HOMEPAGE start--*/

#homepageINTROvideoOVERLAY {
  height: 100%;
}

#sliderOvertext button {
  background: #003787;
  color: #fff;
  border: none;
  margin: 10px;
  padding: 15px;
  border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 615px) {
#arhikiOverSliderBanner h1 {
  font-size: 30px !important;
  line-height: 35px !important;
}
	
	#arhikiOverSliderBanner p {
  font-size: 18px !important;
  line-height: 23px !important;
}
	
	#arhikiOverSliderBanner button {
  font-size: 15px !important;
}
	
	#arhikiOverSliderBanner {
  left: 5% !important;
  right: 5% !important;
  width: 90% !important;
}
}

/*--HOMEPAGE end--*/

/*--EXERCISES start--*/

.single-exercises header, .single-exercises footer, .single-exercises #pageHeader {
	display: none;
}

/*--EXERCISES end--*/