/* 
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: #fdf7e9;
}

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

main {
  padding: 15px 20px;
}

p {
	margin-top: 0px;
}

label {
  color: #0b375f;
}

a {
  color: #61B9CE;
}

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

.marquee h2 {
  white-space: nowrap;
}

/*--HEADER CSS start--*/

.home #pageHeader {
display: none;	
}

#pageHeader {
	background: url('/wp-content/uploads/2025/10/headerBackground-scaled.png');
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 350px 350px;
}

#pageHeaderOverlay {
  padding: 50px 20px;
  background: #f8f5d74a;
}

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

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

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

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

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

nav #menu-main-menu li a {
  text-decoration: none;
  color: #0b375f;
  font-weight: 600;
}

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

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

.difMenuOption {
  background: #0b375f;
  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: #fdf7e9;
  z-index: 99999;
  list-style: none;
  margin: 10px 0px 0px -10px;
  border: 1px solid #f8f5d7;
  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: #f8f5d7;
}

footer p {
  color: #0b375f;
  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 #0b375f;
  margin-top: 15px;
}

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

footer .widget-title {
  color: #0b375f;
}

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

footer .tnp-field input[type="submit"] {
  background: #0b375f !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: #0b375f;
	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 {
  padding: 10px 15px;
}

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

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

.page-id-159 label {
color: #0B375F;
}

.page-id-159 .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: #0b375f;
  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: #0B375F;
	  padding: 10px;
	  border: 2px solid #0B375F !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: #0B375F;
  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: #0b375f;
  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: #0b375f;
  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: #0b375f;
  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: #0b375f;
  color: #fff;
  border: none;
  margin: 10px;
  padding: 15px;
  border-radius: 20px;
  font-size: 20px;
  cursor: pointer;
}

/*--HOMEPAGE end--*/