/*
Theme Name: MPSI
Theme URI: https://mpsiltd.net
Author: Codelegant
Author URI: https://codelegant.co.uk/
Description: Custom theme for MPSI
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: MPSI
Tags: MPSI
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

a {
  text-decoration: none;
  color: #00918e;
  transition: color .2s ease-out;
}

a:hover { color: #1c2362; }

body {
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  margin-top: 48px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
body.admin-bar body {
  margin-top: calc(48px + 10px + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar body {
    margin-top: calc(48px + 10px + 46px);
  }
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

header {
  background: #ffffff;
  box-shadow: 1px 4px 10px #999999;
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar header {
    position: absolute;
  }
  #menu-footer-menu { flex-direction: column; }
}

body.admin-bar div#page {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar div#page {
    margin-top: 46px;
  }
}

.site-main {
  margin-top: 100px;
}

main a:after {
  opacity: 0.2;
}

div#menu {
  position: absolute;
  bottom: 6px;
  right: 30px;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
}
div#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#menu ul li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

div#menu ul li a {
  text-decoration: none;
  color: #1c2362;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  padding: 2px 0 2px 2px;
  transition: border .3s ease-out;
}

div#menu ul li a:hover,
.current-menu-item {
  border-top: 2px solid #00918e;
  border-left: 2px solid #00918e;
  border-bottom: 2px solid #00918e;
}

.current-menu-item { pointer-events: none; }

@media screen and (max-width: 1024px) {
  div#menu {
    display: none;
  }
}

button.hamburger {
  position: absolute;
  right: 0;
  top: -2px;
  display: none;
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  button.hamburger {
    display: block;
  }
  footer > div { flex-direction: column; }
}

div#mobileMenu {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.menuOpen div#mobileMenu {
  opacity: 1;
  pointer-events: auto;
}

div#mobileMenu div.menu-main-container ul {
  list-style: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  margin-top: 60px;
}
div#mobileMenu div.menu-main-container ul li {
  position: relative;
  margin-bottom: 20px;
}

div#mobileMenu div.menu-main-container ul li a {
  text-decoration: none;
  color: #1c2362;
  font-size: 2rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  padding: 2px 0 2px 2px;
  transition: border .3s ease-out;
}

div#mobileMenu div.menu-main-container ul li a:hover {
  border-top: 2px solid #00918e;
  border-left: 2px solid #00918e;
  border-bottom: 2px solid #00918e;
}

div#mobileMenu div.menu-main-container ul li:last-child:after {
  display: none;
}

main {
  min-height: calc(100vh - 150px);
  max-width: 1024px;
  margin: 0 auto;
}
body.admin-bar main {
  min-height: calc(100vh - 180px);
}
@media screen and (max-width: 782px) {
  body.admin-bar main {
    min-height: calc(100vh - 194px);
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 80px;
  background: #00918e;
  text-align: center;
  font-size:12px;
}
 
footer a { 
  padding: 0;
  border: 0;
}
footer > div {
  box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}

footer a {
  color: white;
  text-decoration: none;
}

#menu-footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #1c2362;
}

.ftr-link,
.ftr-link a {
  font-size: 10px;
  padding: 0 4px 0 0;
  text-decoration: none;
  color: #00918e;
}

.ftr-link a:hover { color: #ffffff; }

blockquote {
  border-left: 4px solid #DDD;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
blockquote cite {
  font-size: 13px;
  color: #666;
}
blockquote p {
  margin-top: 0;
  margin-bottom: 4px;
}

h1 {
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  position: relative;
  top: 1px;
  color:#1c2362 !important;
}

h2 {
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  position: relative;
  top: 1px;
  color:#1c2362 !important;
}

h3 {
  font-size: 28px;
  color: #00918e;
}

h4 {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  position: relative;
  top: 1px;
  color: #1c2362 !important;
}

main button {
  border: 2px outset #00918e;
  background: #00918e;
  color: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 9px 14px 6px 14px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s box-shadow;
}
main button:active {
  border: 2px outset #00918e;
  background: #1c2362;
}
main button:hover {
  box-shadow: 0 0 7px black;
}

main > p, main > ul {
  margin-left: 40px;
  margin-right: 40px;
}

.wp-block-mpsi-blocks-imagecarousel div.mpsiCarouselImageText h2, .wp-block-mpsi-blocks-imagecarousel div.mpsiCarouselImageText h3 {
  color: white !important;
}
.wp-block-mpsi-blocks-imagecarousel div.mpsiCarouselImageText_title h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-mpsi-blocks-imagecarousel div.mpsiCarouselImageText_photocredit h3 {
  margin-top: 2px;
  font-style: italic;
  font-weight: normal;
  font-size: 16px !important;
  opacity: 0.6;
}
.wp-block-mpsi-blocks-imagecarousel div.mpsiCarouselImageText_photocredit h3:before {
  content: "Photo: ";
}

.wp-block-mpsi-blocks-productiongallery a {
  border: 0;
}

.postThumbnail {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
  -webkit-box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
}

.postThumbnail-no-click { 
  display: block;
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 36px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
  -webkit-box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 22px 7px rgba(0,0,0,0.28);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.creative-team-title {
  margin-left: 40px;
}

.welcome {
  color: #00918e;
  font-size: 1.5rem;
  font-style: italic;
}

hr {
  height: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(28, 35, 98, 0.2);
  width: 60%;
  margin: 4px  auto auto auto;
}

@media screen and (max-width: 430px) {
  .mpsibrand {
    width: 300px;
  }
}

@media screen and (max-width: 360px) {
  .mpsibrand {
    width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */