/* This is the basic style sheet for the standard Metalytics Pro Theme */

/* Site wide styling */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');

body {
  font-family: 'EB Garamond', serif;
  margin: 0 !important;
  padding: 0 !important;
}

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

/* Header specific styling */

header {
  padding: 0;
  position: absolute;
  margin: 0;
  z-index: 500;
  width: 100%;
  top: 0;
  left: 0;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
}

.mp-columns-container {
  display: inline-flex;
  width: 100%;
  margin: 5px 0;
 }

.mp-columns3 {
  margin: 0;
  padding: 0;
  width: 33%;
}

.wp-block-columns {
	margin: 0 !important;
}

.social-block {
  height: 30px;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.social-block-footer {
  height: 30px;
  position: relative;
  padding: 0;
}

.social-footer-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
}

.social-buttons-text-footer {
  text-align: center;
  margin-bottom: 10px;
}

.social-icons {
  position: absolute;
  right: 15px;
  top: 3px;
}

.copyright-footer-text {
  text-align: right;
}

.social-icons-interior {
  color: #f8f9fa;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  display: inline-flex;
}

.social-icons-interior-footer {
  color: #f8f9fa;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  display: inline-flex;
}

.social-icons-interior-center {
  color: #f8f9fa;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 5px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  display: inline-flex;
}

.social-icons-interior-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
}

.contact-links {
  position: absolute;
  left: 15px;
  top: 3px;
  text-align: left;
}

.menu-block {
  position: relative;
  height: 50px;
  top: 0;
  margin: 0;
  padding: 0 15px;
}

.navigation-block {
  margin: 0;
  padding: 0;
}

/* Footer specific styling */

footer {
  padding: 25px;
  margin: 0;
}

.footer-contacts {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}

.footer-logo {
	width: 200px;
	margin: 0;
}

/* Body specific styling */

main {
  position: relative;
  min-height: 100vh;
}

.donate-button a {
  background-color: #579AF6;
  color: #f8f9fa;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none
}

.menu-button {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.menu-button button {
  color: #343a40 !important;
  border: none;
  background: none;
  padding: 10px;
}

.menu-button i {
  color: #343a40 !important;
  margin-right: 10px;
}

.form-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px;
}

.interior-container {
  width: 100%
  overflow: hidden;
  position: relative;
}

.secondary-interior-container {
  margin: 20px auto;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
}

.top-left {
  width: 50%;
  position: relative;
}

.top-right {
  padding: 25px;
  width: 50%;
  position: relative;
}

.top-right-inside {
  background-color: #f8f9fa;
  padding: 50px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #243c6b;
  width: 500px;
}

.top-left-inside {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
}

.logo-primary {
  width: 300px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.primary-menu {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
}

.primary-menu a {
  color: #343a40;
  text-decoration: none;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.5s linear;
  margin: 0 10px;
}

.primary-menu li {
  list-style: none;
  display: inline-flex;
}

.primary-menu a:hover {
  opacity: 0.5;
}

.primary-menu-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 500;
  margin: 0;
  padding: 0;
}

.primary-menu-mobile ul {
  padding-inline-start: 0;
}

.primary-menu-mobile a {
  color: #343a40 !important;;
  text-decoration: none;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.5s linear;
  margin: 10px;
}

.primary-menu-mobile li {
  display: block;
  margin: 10px;
}

.primary-menu-mobile a:hover {
  opacity: 0.5;
}

.primary-menu-mobile .donate-button a {
  background-color: #579AF6;
  color: #f8f9fa;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin: 10px 0px;
}

.footer-contacts-text {
  display: inline-flex;
  position: relative;
  top: -5px;
}

.social-menu {
  position: absolute;
  right: 15px;
  top: 5px;
}

.social-menu a {
  color: #f8f9fa;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s linear;
  margin: 10px;
}

.social-menu a:hover {
  opacity: 0.5;
}

.donate {
  background-color: #bd2025;
  padding: 10px;
}

/* Homepage specific styling */

.main-header-homepage {
	font-size: 36px;
}

@media screen and (max-width: 1400px) {
	
.secondary-interior-container {
  max-width: 900px;
  overflow: hidden;
  position: relative;
}

}

@media screen and (max-width: 768px) {

  .primary-menu {
    display: none;
  }
	
.footer-logo {
	width: 200px;
	margin: 0 auto;
}
	
.secondary-interior-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

  .social-icons-interior-footer {
    color: #f8f9fa;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 10px auto;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    display: block;
  }

  .mp-columns-container {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .mp-columns3 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .footer-contacts {
    position: relative;
    text-align: center;
  }

  .copyright-footer-text {
    text-align: center;
  }

  .menu-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

  }

  .menu-button button {
    font-size: 20px;
    padding: 10px;
    border: none !important;
    background: none !important;
    color: #343a40 !important;
  }
	
	.menu-button i {
		color: #343a40 !important;
	}

  .logo-primary {
    width: 150px;
    margin: 0 auto;
  }
	
	.logo {
		width: 150px !important;
	}

  .top-container {
    width: 100%;
    height: auto;
    background-size:cover;
    background-position: center center;
    display: block;
    overflow: hidden;
  }

  .top-left {
    width: 100%;
    position: relative;
    margin-top: 10px;
    display: none;
  }

  .top-right {
    padding: 25px;
    width: 100%;
    position: relative;
  }

  .top-right-inside {
    background-color: #f8f9fa;
    padding: 20px;
    position: relative;
    text-align: center;
    color: #243c6b;
    width: calc(100% - 90px);
    left: 0;
    top: 0;
    transform: none;
  }

  .donate-button a {
    background-color: #243a69;
    color: #f8f9fa;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 10px 0px;
  }

  .top-left-inside {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;

  }

  .social-buttons-text-footer {
    text-align: center;
    margin: 10px 0;
  }

}

@media screen and (max-width: 500px) {
	
	.main-header-hompage {
	font-size: 36px;
}
	
	.logo-primary {
  width: 150px;
  margin: 0 auto;
}
	
	.logo {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
	.contact-links {
  text-align: center;
  width: 100%;
  left: 0;
}

}
