/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*** Fonts ***/
/* 300 Weight */
@font-face {
  font-family: "OpenSans-Light";
  font-display:swap;
  src:
    url("fonts/OpenSans/OpenSans-Light.woff2") format("woff2"),
    url("fonts/OpenSans/OpenSans-Light.woff") format("woff"),
	url("fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}

/* 400 Weight */
@font-face {
  font-family: "OpenSans";
  font-display:swap;
  src:
    url("fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
	  url("fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

/* 600 Weight */
@font-face {
  font-family: "OpenSans-SemiBold";
  font-display:swap;
  src:
    url("fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
	url("fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

/* 700 Weight */
@font-face {
  font-family: "OpenSans-Bold";
  font-display:swap;
  src:
    url("fonts/OpenSans/OpenSans-Bold.woff2") format("woff2-variations"),
    url("fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
	  url("fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

/* 400 Weight */
@font-face {
  font-family: "SourceSerif4-Regular";
  font-display: swap;
  src:
    url("fonts/SourceSerif4/SourceSerif4-Regular.woff2") format("woff2"),
    url("fonts/SourceSerif4/SourceSerif4-Regular.woff") format("woff"),
	url("fonts/SourceSerif4/SourceSerif4-Regular.ttf") format("truetype");
	
}

/*** Globals ***/
:root {
  /* Fonts */
  --OpenSans: "OpenSans";
  --OpenSans-Light: "OpenSans-Light";
  --OpenSans-SemiBold: "OpenSans-SemiBold";
  --OpenSans-Bold: "OpenSans-Bold";
  --Source-Serif: "SourceSerif4-Regular";

  /* Colors */
  --light-gray: #3d403d;
  --green: #748873;
  --vanilla: #e5e0d8;
  --light-white: #f8f8f8;
  --white: #ffffff;
  --dark-gray: #3d403d;

  /* Font Weights */
  --regular-weight: 400;
  --bold-weight: 600;

  /* Font Sizes */
  --generic-font: 16px;
  --h1-size: 30px;
  --h3-size: 24px;

  /* Line Heights */
  --generic-height: 100%;
}

/*** Site ***/
#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

.inside-footer-widgets {
  margin-left: 0 !important;
}

.inner-padding {
  padding: 0 !important;
}

.footer-widgets-container {
  padding: 0;
}

.site-content {
  padding: 0 !important;
}

/*** Common ***/
/* Common button */
.common-btn {
  display: flex;
  width: fit-content !important;
  align-items: center;
  transition: all 0.3s ease-in-out;
  font-family: var(--OpenSans);
}

.common-btn::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 0;
  margin-right: 0;
  opacity: 0;
  position: relative;
  transition:
    width 0.3s ease-in-out,
    margin-right 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.common-btn:hover::before {
  width: 24px;
  margin-right: 10px;
  opacity: 1;
}

/* Weighted classes */
.bolder-text {
  font-weight: 700;
}

.lighter-text {
  font-weight: 300;
}


/* Title on CV, Privacy Policy and Service Pages */
.cv-service-title {
  font-family: var(--OpenSans-Bold);
}

/*** Header ***/
.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.inside-header {
  display: flex;
  align-items: center;
  max-width: unset;
  padding: 0vw 11.66667vw 1.04167vw 7.44792vw;
}

.main-navigation,
.main-nav,
.main-nav ul {
  height: 100%;
}

.main-nav > ul {
  display: flex;
  align-items: center;
}

.nav-float-right #site-navigation {
  margin-left: auto;
}

@media screen and (max-width: 1025px) {
  .site-header .inside-header {
    padding: 16px 50px 16px 30px !important;
  }

  .main-navigation .main-nav ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .site-header .inside-header {
    padding: 30px 10px !important;
  }

  .site-header .header-image {
    width: 230px;
  }
}

/* Links */

/* Pad the nav links top and bottom */
.main-navigation .menu > li {
    position: relative;
    padding-top: 52px;
    padding-bottom: 52px;
	
	transition: padding 0.5s ease-in-out;
}

.main-navigation .main-nav ul li a {
/*   font-weight: var(--regular-weight); */
	font-family: var(--OpenSans);
  font-size: var(--generic-font);
  line-height: var(--generic-height);
  transition:
    font-weight 0.5s ease-in-out,
    font-size 0.5s ease-in-out;
}


.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li a:active,
.main-navigation .main-nav ul li a:focus {
  color: var(--green) !important;
  text-shadow: 0 0 0.75px currentColor;
}

.main-navigation .main-nav ul li a{
    padding-left: 50px;
    padding-right: 50px;
}


/* The one with the submenu */
#menu-item-13 > a {
	position: relative;
	top: -2px;
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.main-navigation .menu > li {
		padding-top: 0 !important;
		padding-bottom: 0!important;
	}
	
	#menu-item-13 > a {
		pointer-events: auto;
	}
}

.main-navigation .main-nav ul li.menu-item-has-children>a  {
	padding-right: 50px;
}

@media screen and (max-width: 1364px) {
	.main-navigation .main-nav ul li a{
    	padding-left: 1.56vw;
    	padding-right: 1.56vw;
	}
	
	.main-navigation .main-nav ul li.menu-item-has-children>a  {
		padding-right: 1.56vw;
	}
	
}

@media screen and (max-width: 990px) {
	.main-navigation .main-nav ul li a{
    	padding-left: 1.06vw;
		padding-right:1.06vw;
	}
	
	
	.main-navigation .main-nav ul li.menu-item-has-children>a  {
		padding-right: 1.06vw;
	}
}

/* Dropdowns */
.menu-item-has-children .dropdown-menu-toggle {
	  height: 16px;
	  padding-left: 5px;
	  padding-right: 5px;
	  position: relative;
	  top: 1.5px;
}

/* Desktop*/
.main-navigation:not(.toggled) ul li.sfHover > ul,
.main-navigation:not(.toggled) ul li:hover > ul {
    right: -95% !important;
}

/* Pointy thing on top left of submenu*/
.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-color: rgba(116, 136, 115, 0.85) !important;
  backdrop-filter: blur(13.399999618530273px) !important;
  clip-path: polygon(50% 0%, 0% 110%, 100% 110%);
}

.sub-menu {
  position: relative;
  top: 120px !important;
  min-width: 321px;
  max-width: 403px;
  max-height: calc(100vh - 100px);
  background-color: rgba(116, 136, 115, 0.85) !important;
  backdrop-filter: blur(13.399999618530273px) !important;
  border-radius: 5px !important;
  padding: 30px 33px 30px 25px !important;
}

.sub-menu li {
  margin-bottom: 15px;
}

.sub-menu li a {
  font-family: var(--OpenSans-SemiBold) !important;
  color: var(--vanilla) !important;
  font-size: 18px !important;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: none;
}

/* Padding on the dropdown items */
.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 0px !important;
}

/* Animated border bottom */
.sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--vanilla);
  width: 0;
  transition: width 0.3s ease-in-out;
}

.sub-menu li a:hover::after {
  width: 100%;
}

.main-navigation .main-nav ul li .sub-menu li a:hover {
  color: var(--vanilla) !important;
}

/* Mobile menu */
.main-navigation.toggled .main-nav {
  display: flex;
  justify-content: center;
  background-color: white;
}

.main-navigation.toggled .main-nav li {
  margin: 30px 0;
  text-align: center;
}

.main-navigation.toggled .main-nav li a {
  font-size: 18px;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover {
  background-color: transparent;
}


@media screen and (max-width: 1025px) {
  .sub-menu {
    min-width: 240px;
    max-width: 250px;
  }

  .main-navigation:not(.toggled) ul li.sfHover > ul,
  .main-navigation:not(.toggled) ul li:hover > ul {
    left: -65% !important;
  }

  .menu-item-has-children .sub-menu li a {
    font-size: 16px;
  }

  .menu-item-has-children .sub-menu::before {
    left: 50%;
  }
	
	.menu-item-has-children .dropdown-menu-toggle {
		top: 3.5px;
	}
}

@media screen and (max-width: 1024px) {
	
	.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
		float: unset;
		
	}
	
	.gp-icon svg {
		height: 20px;
		width: 20px;
		top: 0px;
	}
	
	.main-navigation.toggled .main-nav ul ul.toggled-on {
		width: 300px !important;
		height: auto !important;
	}

  .menu-item-has-children .sub-menu::before {
    display: none !important;
  }

  .sub-menu .toggled-on {
    padding: 24px !important;
  }

  .main-navigation.toggled .main-nav ul ul.toggled-on {
    top: 10px !important;
  }

  .main-navigation.toggled .main-nav ul ul.toggled-on li {
    margin: 0px;
  }

  .toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 5px !important;
  }

  .sub-menu {
    min-width: 150px;
    max-width: 250px;
    background-color: unset !important;
    backdrop-filter: unset !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .menu-item-has-children .sub-menu li a {
    font-size: 16px !important;
    font-family: var(--OpenSans-Light) !important;
    color: inherit !important;
  }
	
	.main-navigation.toggled .main-nav ul ul {
		border-bottom: 0 !important;
	}
	
	.main-navigation .main-nav ul ul li a {
		padding: 5px 0px !important;
	}
}

@media screen and (max-width: 500px) {
  .main-navigation .main-nav ul ul li a {
    padding-bottom: 0 !important;
  }

  .menu-item-has-children .sub-menu::before {
    left: 50%;
  }
	
}


/*** Sticky header styles ***/
header.site-header {
	max-width: 100%;
	position: sticky;
	top: 0;
	z-index: 10000;
	height: 120px;
	transition: height 0.5s ease-in-out;
}

header.site-header.scrolled {
	height: 75px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(13.399999618530273px);
}

.site-logo {
	transition: all 0.5s ease-in-out;
}

.site-logo img.header-image {
	transition: width 0.5s ease-in-out;
}

header.site-header.scrolled .site-logo img.header-image {
	width: 250px;
}

.home header.site-header .inside-header {
	transition: all 0.5s ease-in-out;
}

header.site-header.scrolled .sub-menu {
	top: 75px !important;
}

header.site-header.scrolled .menu-item-has-children .sub-menu li a {
	font-size: 14px !important;
}

header.site-header.scrolled .main-navigation .menu > li {
	padding-top: 32px !important;
	padding-bottom: 27px !important;
}


@media screen and (max-width: 1025px) {
	header.site-header.scrolled #site-navigation.toggled {
		margin-top: 0 !important;
	}

	header.site-header.scrolled .gp-icon svg {
		top: 1px;
	}

	header.site-header.scrolled .main-navigation .menu > li {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	header.site-header.scrolled .inside-header {
		padding: 10px !important;
	}
}

header.site-header .main-navigation a {
	transition: font-size 0.5s ease-in-out;
}

header.site-header.scrolled .main-navigation a {
	font-size: 14px;
}


/**** Homepage ****/
/*** Hero container ***/
.hero-container h2 {
  font-family: var(--OpenSans-Bold);
}

.hero-container p {
  font-family: var(--Source-Serif);
}

/*** CV ***/
/* CV container */
.cv-home-container,
.cv-viografiko-container{
  justify-content: space-evenly;
}

.cv-text-container h2 {
  font-family: var(--OpenSans-Bold);
}

.cv-text-container h2 + p {
  font-family: var(--OpenSans);
}

.cv-text-container h2 ~ a {
  font-family: var(--OpenSans);
}

.cv-text-container p:last-of-type {
  font-family: var(--Source-Serif);
}

/* CV button */
.common-btn-alt::before {
  background-image: url("/wp-content/uploads/2025/09/arrow-right-green.svg");
}

/*** Services section ***/
/* Title */
.services-section h2 {
  font-family: var(--OpenSans-Bold);
}

@media screen and (width: 1024px) {
  .services-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Service Cards */
.hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(116, 136, 115, 0.85);
  backdrop-filter: blur(2.75px);
  opacity: 0;
  transition:
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.image-hover-wrapper:hover .hover-overlay {
  height: 100%;
  opacity: 1;
}

.hover-container .image-hover-wrapper:hover + .service-title a {
  color: var(--green);
  transition: 0.3s ease;
}

.services-grid p {
  font-family: var(--Source-Serif);
}

/* On tablet last child should take up 2 columns */
@media screen and (max-width: 1024px) {
  .services-grid > .hover-container:last-child {
    grid-column: 1 / -1; /* This makes the last item span across both columns */
  }
}

@media screen and (max-width: 1340px) and (min-width: 1025px) {
  .image-hover-wrapper .hover-overlay {
    font-size: 14px;
  }
}

/*** FAQ Section ***/

/* Title */
.faq-section h2 {
  font-family: var(--OpenSans-Bold);
}

/* Accordion */
.dn-accordion-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 106px;
}

.dn-accordion {
  flex: 1;
  max-width: 796px;
  width: calc(100%);
  /* 	max-height: 450px; */
  height: fit-content;
}

.accordion-item {
  border-bottom: 1px solid var(--green);
  transition: background-color 0.3s ease;
}

.dn-accordion .accordion-item:last-child {
  border-bottom: none;
}

.dn-accordion .headline {
  color: #3d403d;
  font-family: var(--OpenSans-SemiBold);
  padding: 30px 20px;
  cursor: pointer;
  position: relative;
  padding-left: 60px;
  font-style: normal;
  line-height: normal;
  font-size: 24px;
  margin: 0;
  transition: color 0.3s ease;
}

.dn-accordion .headline::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/09/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion-item.active .headline::before {
  transform: translateY(-50%) rotate(90deg);
}

.dn-accordion .hidden-content {
  font-family: var(--Source-Serif);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  padding: 0 20px 0 88px;
}

.dn-accordion-image {
  width: 40.104vw;
  height: 46.519vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dn-accordion-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.dn-accordion-image img.fading {
  opacity: 0.25;
}

@media (max-width: 1024px) {
  .dn-accordion-wrapper {
    flex-direction: column;
    row-gap: 200px;
  }

  .dn-accordion-image {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .dn-accordion-wrapper {
    row-gap: 0;
  }

  .dn-accordion-image {
    display: none;
  }
}

/*** Contact Form Section ***/

/* Title */
.contact-section h2 {
  font-family: var(--OpenSans-Bold);
}

/* Form */
.dn-form {
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
}

.dn-cf7-row {
  display: flex;
  justify-content: space-between;
  gap: 17px;
}

.dn-form-field {
  width: 33%;
}

.dn-form-field p {
  margin-bottom: 20px;
}

.dn-form-field-full {
  width: 100%;
}

.dn-form-field-full .no-resize {
  resize: none;
}

.dn-submit-container {
  justify-content: center;
}

.dn-submit-container p {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.cf7-centered {
		flex-direction: row !important;
	}
}

@media screen and (max-width: 500px ) {
	.dn-form-field-full .no-resize {
		height: 120px;	
	}
}

.dn-form input[type="text"],
.dn-form input[type="email"],
.dn-form input[type="tel"],
.dn-form textarea {
  width: 100%;
  padding: 17px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 5px;
  backdrop-filter: blur(5.300000190734863px);
  box-sizing: border-box;
  border: 0;
}

.dn-form input[type="text"]:focus,
.dn-form input[type="email"]:focus,
.dn-form input[type="tel"]:focus,
.dn-form textarea:focus {
  border: 0;
}

.dn-form [type="submit"] {
  background-color: var(--green);
  color: white;
  padding: 8px 22px;
  border: none;
  border-radius: 7px;

  cursor: pointer;
  font-family: var(--OpenSans);
  font-size: 22px;
  display: flex;
  align-items: center;
}

.dn-form [type="submit"]::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 0;
  opacity: 0;
  margin-right: 0;

  transition:
    width 0.3s ease-in-out,
    margin-right 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.dn-form [type="submit"]:hover::after {
  width: 15px;
  margin-left: 10px;
  opacity: 1;
}

.wpcf7-spinner {
  display: none;
}

/* Some animation to inform the user its processing */
button.wpcf7-submit.loading {
  opacity: 0.75; 
}

::-webkit-input-placeholder { 
	color: rgba(61, 64, 61, 0.70); !important;
	font-family: var(--OpenSans-Light) !important;
	font-weight: 300 !important;
	font-size: 15px !important;
}

:-moz-placeholder { 
	color: rgba(61, 64, 61, 0.70); !important;
	font-family: var(--OpenSans-Light) !important;
	font-weight: 300 !important;
	font-size: 15px !important;
}

::-moz-placeholder { 
	color: rgba(61, 64, 61, 0.70); !important;
	font-family: var(--OpenSans-Light) !important;
	font-weight: 300 !important;
	font-size: 15px !important;
}

:-ms-input-placeholder { 
	color: rgba(61, 64, 61, 0.70); !important;
	font-family: var(--OpenSans-Light) !important;
	font-weight: 300 !important;
	font-size: 15px !important;
}

@media (max-width: 768px) {
  .dn-cf7-row {
    flex-direction: column;
    gap: 0px;
  }

  .dn-form-field {
    width: 100%;
  }

  .dn-form {
    width: 90%;
  }

  .dn-form-field p:last-child {
    margin-bottom: 20px;
  }
}

/* Default response box */
.wpcf7-response-output {
  display: none;
}

/**** CV Page ****/

/* Grid section with education, languages, work exp */
.experience-grid h2 {
  font-family: var(--OpenSans-Bold);
}

.experience-grid p {
  font-family: var(--Source-Serif);
}

/**** Contact Page ****/
/* Container with addresses */
@media screen and (width: 768px){
	.address-container-big {
		bottom: unset !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 500px){
	.address-container-big {
    	bottom: 20px !important;
	}
}

/* Overlay above map */
.map-container {
	width: 100%;
	height: 400px;
	position: relative;
}

.map-container #map-placeholder {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}

.map-container #karalismap {
	width: 100%;
	height: 400px;
	filter: grayscale(60%) brightness(0.99) contrast(0.95) sepia(25%) hue-rotate(150deg) saturate(60%);
	margin-bottom: -10px;
}

.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85); 
	z-index: 10; 
	display: flex; 
	justify-content: center;
	align-items: center;
	text-align: center;
 
}

.map-consent-box {
	background-color: var(--green);
	font-family: var(--OpenSans);
	color: var(--vanilla);
	padding: 30px;
	height: max-content;
	border-radius: 7px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	font-size: 14px;
}

.map-consent-box p:first-of-type{
	font-size: 18px;
	font-weight: 500;
}

.map-consent-box button{
	cursor: pointer;
	background-color: var(--vanilla);
	padding: 8px 22px;
	border-radius: 7px;
	color: var(--green);
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.map-consent-box{
		max-width: 25%;
	}
}

@media screen and (max-width: 1024px) {
	.map-consent-box,
	.map-consent-box p:first-of-type,
	.map-consent-box button{
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	/* Consent box */
	.map-consent-box {
		font-size: 12px;
		max-width: 55%;
	}

	.map-container,
	.map-overlay,
	.map-container #karalismap {
		height: 500px;
	}
	
}

/* These will work only on Contact page */
@media screen and (max-width: 768px) {
	#post-289 .contact-section {
		margin-bottom: 170px;
	}
}

@media screen and (max-width: 500px) {
	/* Upper main container */
	#post-289 .contact-section {
		height: 1400px !important;
		margin-bottom: 80px !important;
		background: linear-gradient(to left, #e5e0d8cc 0%, #e5e0d8cc 100%), url(https://karalisg.gr/wp-content/uploads/2025/10/snake-plant-big.jpg) center no-repeat;
		background-size: cover;
	}


	#post-289 .address-container-big {
		flex-direction: column !important;
		bottom: -18px !important;
	}

	/* Inner containers */
	#post-289 .address-inner-cont,
	#post-289 .address-inner-cont {
		width: 70.04vw !important;
		height: 330px !important;
	}
}

/**** Service Pages ****/

/* This text selector is common for all of them */

.upper-text,
.main-text{
  font-family: var(--Source-Serif);
}

.service-page-grid > .main-text {
	grid-column: 1 / -1;
}

/* Title above FAQs */
.service-faq-title {
	font-family: var(--OpenSans-Bold);
}

/**** Footer ****/
.main-footer-container {
	justify-content: space-evenly;	
}

/* Logo section */
.logo-section-footer {
  font-family: var(--OpenSans);
}

/* Address section */
.address-section-footer {
  font-family: var(--OpenSans);
}

@media screen and (min-width: 1440px) {
  .address-section-footer {
    grid-template-columns: repeat(2, 350px) !important;
    padding-right: unset;
  }
}

/* Contact section */
.contact-section-footer:not(.footer-light) {
  font-family: var(--OpenSans);
}

.footer-btn::before {
  background-image: url("/wp-content/uploads/2025/09/arrow-right-green.svg");
}

/* Copyright */
.copyright-text {
  font-family: var(--OpenSans);
}

.copyright-text .dn-dn,
.copyright-text .dn-dn span {
  color: rgb(15, 14, 14) !important;
}

/* For all light text */
.footer-light {
  font-family: var(--OpenSans-Light);
}

/* Order addresses differently */
@media (max-width: 1025px) {
  .address-section-footer > div:nth-of-type(1) {
    order: 1;
  }
  .address-section-footer > div:nth-of-type(2) {
    order: 3;
  }
  .address-section-footer > div:nth-of-type(3) {
    order: 2;
  }
  .address-section-footer > div:nth-of-type(4) {
    order: 4;
  }
}

/**** 404 Page ****/
@media screen and (max-width: 767px) {
  body.error404 .entry-header .entry-title {
    font-size: 12px;
  }
}

body.error404 .entry-content {
  text-align: center;
  font-family: var(--OpenSans);
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 1.12px;
  padding: 40px;
  flex-grow: 1;
  color: var(--green);
}

/* 404 page title */
body.error404 .entry-title {
  display: none;
}

body.error404 .back-to-home-btn {
  font-family: var(--OpenSans);
  background: var(--green);
  text-decoration: none;
  color: var(--vanilla);
  font-size: var(--generic-font);
  border-radius: 7px;
}

/*** Privacy Page ***/
.privacy-policy-container h2 {
	font-family: var(--OpenSans-Bold);
}

.privacy-policy-container p{
	font-family: var(--Source-Serif)
}