@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Light.woff2") format("woff2"), url("../fonts/SourceSerifPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Regular.woff2") format("woff2"), url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Source Serif Pro";
}
body input, body select, body .select2-selection__rendered, body textarea, body option, body label {
  font-family: "Poppins", sans-serif;
}

.wp-block-columns {
  margin-bottom: 0;
}

.workEnquiryCF {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.workEnquiryCF.active {
  visibility: visible;
  opacity: 1;
}
.workEnquiryCF .CFWrapper {
  background-color: white;
  border: 1px solid #1a4548;
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
}
.workEnquiryCF .CFWrapper .closeBtn {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background-color: #1a4548;
  border-radius: 50%;
  border: 1px solid #1a4548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.workEnquiryCF .CFWrapper .closeBtn:hover {
  background-color: white;
  color: #1a4548;
}
.workEnquiryCF .CFWrapper p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.workEnquiryCF .CFWrapper input, .workEnquiryCF .CFWrapper textarea {
  padding: 1rem;
  font-size: 1.4rem;
}

.wp-block-social-links .wp-social-link {
  margin-bottom: 0;
}

.post-edit-link {
  display: none;
}

.has-text-color a.wp-block-create-block-the-catcher-image-item {
  color: inherit;
}

.mfp-figure:after {
  background-color: transparent !important;
  box-shadow: none !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid black;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 3;
}
#return-to-top.visible {
  opacity: 1;
}

@media only screen and (min-width: 961px) {
  .site-header .nav-primary .wpml-ls-item:last-child {
    border-left: 1px solid black;
  }
}
.site-header .nav-primary .wpml-ls-current-language a {
  color: #b8b8b8;
}

.wp-block-gallery {
  margin-bottom: 0;
}
.wp-block-gallery .wp-block-image .wp-element-caption {
  display: none;
}
