/* base css */
:root {
  font-size: 10px;
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/
body {
  color: #212121;
  font-size: 10px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
p,
span,
li {
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
}

b,
strong {
  font-weight: 700;
}

p a,
p span,
a i,
a span,
li span,
li a {
  font-size: 1em;
}

a {
  color: #f37121;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 1.6rem;
  letter-spacing: 0.05rem;
  color: #465b6f;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 5rem 0;
  border: 0;
  border-top: 1px solid #e8e7e7;
}

/* lists */
ul {
  margin: 0 0 3rem;
  padding: 0 0 0 1.7rem;
}

ul:last-child {
  margin-bottom: 0;
}

/* image */
.img-fluid {
  width: 100%;
  max-width: 100%;
}

.image-container img {
  width: 100%;
  border-radius: 0.5rem;
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  font-size: 1em;
  color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 3.6rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

.content-heading {
  margin-bottom: 5rem;
}

.content-heading .supertitle {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fe5225;
  font-family: "Montserrat", sans-serif;
}

.content-heading .title {
  margin: 0;
}

.content-heading.with-supertitle .title {
  margin: 1.5rem 0 0;
}

/* buttons */
.btn {
  font-size: 1.3rem;
  padding: 1.5rem 2.5rem 1.3rem;
  border-radius: 5rem;
  letter-spacing: 0.08rem;
  transition-duration: 0.3s;
  min-width: 15rem;
  height: 4.5rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.btn .icon {
  line-height: 1;
  display: inline-block;
}

.btn i {
  font-size: 1.6rem;
  width: 1.6rem;
  height: auto;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.btn.with-icon-right .icon {
  margin-left: 0.5rem;
}

.btn.with-icon-right.with-hover:hover i {
  left: 0.5rem;
}

.btn.with-icon-left .icon {
  margin-right: 0.5rem;
}

.btn.with-icon-left.with-hover:hover i {
  left: -0.5rem;
}

.btn-20 {
  min-width: 20rem;
}

.btn-sm,
.btn-group-sm > .btn {
  min-width: none;
  padding: 1rem 1.5rem;
  height: 3.5rem;
  font-size: 1.2rem;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.7rem 3.5rem 1.6rem;
  height: 5rem;
  font-size: 1.3rem;
}

.btn-lg i,
.btn-group-lg > .btn i {
  font-size: 1.8rem;
}

/* text link */
.text-link {
  white-space: nowrap;
  display: inline-block;
  font-size: 1.6rem;
  color: #f37121;
}

.text-link.with-underline {
  text-decoration: underline;
}

.text-link .icon {
  line-height: 1;
  display: inline-block;
  margin-left: 0.5rem;
}

.text-link i {
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: -0.1rem;
  transition: left 0.2s ease-in-out;
}

.text-link svg {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  top: -1px;
}

.text-link.with-icon-right .icon {
  margin-left: 0.5rem;
}

.text-link.with-icon-right.with-hover:hover i {
  left: 0.5rem;
}

.text-link.with-icon-left .icon {
  margin-right: 0.5rem;
}

.text-link.with-icon-left.with-hover:hover i {
  left: -0.5rem;
}

.text-link-lg {
  font-size: 1.8rem;
  white-space: normal;
  line-height: 1.4;
  height: auto;
  margin-top: 2rem;
}

.with-long-arrow .icon {
  display: inline-block;
  padding-left: 0.5rem;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.with-long-arrow svg {
  height: 1.4rem;
  width: 5.8rem;
  stroke: #f37121;
  transition: stroke 0.2s ease-in-out;
}

.with-long-arrow:hover .icon {
  left: 0.5rem;
}

.with-long-arrow:hover svg {
  stroke: #212121;
}

/* button container */
.btn-container {
  margin-left: -1.2rem;
}

.btn-container .text-link,
.btn-container .btn {
  margin: 1.2rem;
}

/* blue button */
.btn-white:hover {
  background: #f37121;
  border-color: #f37121;
  color: #fff;
}

/* font css */
/* form css */
.form-block,
.form-group {
  margin-bottom: 3rem;
  text-align: left;
}

.form-block h4,
.form-block h5,
.form-group h4,
.form-group h5 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.form-block h4 span:not(.info-tooltip-icon),
.form-block h5 span:not(.info-tooltip-icon),
.form-group h4 span:not(.info-tooltip-icon),
.form-group h5 span:not(.info-tooltip-icon) {
  font-size: 1.5rem;
  color: #64686b;
  display: block;
}

.form-block:last-child {
  margin-bottom: 0;
}

label {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #8e99b5;
  font-weight: 600;
}

label .accent {
  font-style: normal;
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

textarea.form-control {
  padding: 2rem 1.8rem;
}

form button[type="submit"] {
  margin-top: 1rem;
}

.form-control {
  font-size: 1.6rem;
  height: 5rem;
  padding: 1rem 1.8rem 1rem;
  border-radius: 0.4rem;
  color: #212121;
  letter-spacing: 0.05rem;
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.form-control::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  letter-spacing: 0.05rem;
  color: #9b9b9b;
  font-weight: 400;
}

.form-control:focus {
  color: #212121;
  border-color: #212121 !important;
  box-shadow: none;
}

select.noValue {
  letter-spacing: 0.05rem;
  color: #999;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/arrow-down.svg) right 15px top 55% no-repeat;
  background-size: 1.3rem;
}

/* header */
.site-header {
  position: relative;
  background: #212121;
  z-index: 1000;
}

.logo-outer-container {
  height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: inline-block;
}

.site-logo {
  width: 11rem;
}

.navigation {
  position: relative;
  display: none;
  padding: 2rem 1.5rem 4rem;
  text-align: center;
}

.navigation .nav {
  flex-direction: column;
}

.navigation .button {
  margin-top: 2rem;
}

.navigation .button .btn {
  width: 100%;
}

.navigation .nav-link {
  position: relative;
  padding: 1.5rem 0;
  line-height: 1;
  display: block;
  letter-spacing: 0.05rem;
  color: #fff;
}

.navigation .nav-link:hover {
  color: #f37121;
}

.navigation .active > .nav-link {
  color: #f37121;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.55rem;
}

/* navigation dropdown */
.has-dropdown {
  position: relative;
}

.has-dropdown > .nav-link {
  padding-right: 2rem;
  position: relative;
}

.has-dropdown > .nav-link .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #f37121;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  padding-top: 9px;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out,
    color 0.2s ease-in-out;
  z-index: 2;
}

.has-dropdown > .nav-link .icon.open {
  background: #212121;
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}

.has-dropdown > .nav-link .icon:hover {
  background: #212121;
  color: #fff;
}

.has-dropdown .svg-inline--fa {
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
}

.has-dropdown i {
  font-size: 1.45rem;
}

.has-dropdown:hover > a {
  color: #212121;
}

.dropdown {
  display: none;
  padding-left: 2rem;
  flex-direction: column;
  z-index: 1;
}

.dropdown .nav-link {
  padding: 1.3rem 0;
  display: block;
  border: none;
}

/* responsive menu - hamburger icon */
.responsive-menu {
  width: 4rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  float: right;
}

.responsive-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f37121;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.responsive-menu span:nth-child(1) {
  top: 0px;
}

.responsive-menu span:nth-child(2),
.responsive-menu span:nth-child(3) {
  top: 9px;
}

.responsive-menu span:nth-child(4) {
  top: 18px;
}

.responsive-menu.open span {
  background: #f37121;
}

.responsive-menu.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.responsive-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90%;
}

.responsive-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 90%;
}

.responsive-menu.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* footer */
.footer-cta {
  padding: 8rem 0;
  border-top: 0.1rem solid #eaeaea;
  text-align: center;
}

.footer-cta .title {
  margin: 0 0 3rem 0;
}

.footer-cta .btn {
  width: 18rem;
}

/* footer */
.site-footer {
  padding: 10rem 0;
  background: #212121;
  text-align: center;
}

.site-footer .col-12 {
  margin-bottom: 8rem;
}

.footer-logo {
  width: 17rem;
  margin: 0 auto;
}

.footer-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}

.footer-nav {
  flex-direction: column;
}

.footer-nav .nav-link {
  color: #afb6b9;
  padding: 0.9rem 0;
  font-size: 1.55rem;
  display: block;
  letter-spacing: 0.08rem;
}

.footer-nav .nav-link:hover {
  color: #f37121;
}

.footer-contact .nav-link {
  color: #f37121;
  word-break: break-all;
}

.footer-contact .nav-link:hover {
  color: #fff;
}

/* social */
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2.5rem 0 0 -1rem;
  padding: 0;
  list-style: none;
}

.social .social-item {
  margin-right: 0.5rem;
}

.social .social-link {
  color: #afb6b9;
  padding: 0.5rem 1rem;
  font-size: 2.2rem;
}

.social .social-link:hover {
  color: #f37121;
}

.social .fa-facebook-f {
  font-size: 2.1rem;
}

.copyright {
  text-align: center;
}

.copyright p,
.copyright a {
  font-size: 1.6rem;
  color: #6a6c6e;
  display: inline-block;
  margin: 0;
}

.copyright a {
  padding: 0.5rem;
  margin-left: 0.8rem;
  position: relative;
  line-height: 1;
}

.copyright a:hover {
  color: #f37121;
}

/* slide */
.owl-theme .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
  height: 0.7rem;
  width: 0.7rem;
  margin: 5px 15px;
  background: #838383;
  transition: background 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f37121;
}

/* homepage */
.hero-slider {
  min-height: 50rem;
}

.slide {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  height: 50rem;
}

.slide .container {
  position: relative;
}

.slide .title {
  color: #fff;
}

.slide .subtitle {
  color: #fff;
}

.slide .btn {
  margin-top: 2rem;
}

/* home about */
.home-about {
  padding: 8rem 0 0;
  border-bottom: 0.1rem solid #eaeaea;
  overflow: hidden;
}

.home-about-outer {
  height: 47rem;
  padding-bottom: 15rem;
}

.home-about-picture {
  position: relative;
  height: 100%;
  max-width: 30rem;
  margin: 0 auto;
}

.home-about-picture .mark-profile,
.home-about-picture .blob {
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-about-picture .blob {
  width: 100%;
  max-width: 41rem;
  bottom: -11%;
  opacity: 0.18;
}

.home-about-picture .mark-profile {
  left: 15%;
  max-width: 25rem;
  max-height: 100%;
}

.home-about-picture .mark-details {
  position: absolute;
  border-top: 0.1rem solid #eaeaea;
  width: 100%;
  bottom: -15rem;
  background: #fff;
  text-align: center;
  padding: 2rem 0px;
}

.home-about-picture .mark-details span {
  display: block;
}

.home-about-picture .mark-details .name {
  font-size: 1.4rem;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.home-about-picture .mark-details .name br {
  display: none;
}

.home-about-picture .mark-details .position {
  font-size: 1.1rem;
  color: #7d8892;
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
}

.home-about-picture .mark-details .mark-signature {
  width: 8rem;
  display: block;
  margin: 2rem auto 0;
}

.home-about-content {
  padding: 3rem 0 8rem;
  text-align: center;
}

.home-about-content .button-container {
  margin-top: 4rem;
}

.home-about-content .button-container .or {
  text-transform: uppercase;
  display: block;
  padding: 3rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.home-about-content .button-container .text-link {
  position: relative;
  top: 0.3rem;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

.home-about-content .button-container .text-link .icon {
  display: inline-block;
  margin-right: 0.8rem;
}

.home-about-content .button-container .text-link i {
  font-size: 2.6rem;
}

/* home workshop */
.home-workshop {
  padding: 8rem 0;
  text-align: center;
  border-bottom: 0.1rem solid #eaeaea;
}

.home-workshop .row {
  align-items: center;
}

.home-workshop .btn {
  margin-top: 2rem;
}

.home-workshop .image-container {
  margin-bottom: 5rem;
}

/* recent campaigns */
.recent-campaigns {
  padding: 8rem 0;
}

.recent-campaigns .text-center .btn {
  margin-top: 2rem;
}

.campaign-box {
  position: relative;
  background: #f1f2f2;
  border-radius: 0.8rem;
  height: 30rem;
  margin-bottom: 3rem;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}

.campaign-box .cb-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-in-out;
  max-width: 20rem;
  max-height: 10rem;
}

.campaign-box .cb-logo.no-link {
  top: 50%;
}

.campaign-box .wesley-mission-svg-logo {
  height: 10rem;
}

.campaign-box .ilc-logo {
  max-height: 13rem;
}

.campaign-box .image-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}

.campaign-box .read-more {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  transition: background-color 0.2s ease-in-out;
  max-width: 13rem;
  border-radius: 5rem;
  padding: 0.8rem 1.5rem;
  text-align: center;
  background: #212121;
}

.campaign-box:hover {
  background: #f1f2f2;
}

.campaign-box:hover .image-hover {
  opacity: 0.3;
}

.campaign-box:hover .cb-logo {
  transform: translate(-50%, -50%) scale(0.9);
}

.campaign-box:hover .cb-logo.no-link {
  transform: translate(-50%, -50%);
}

.campaign-box:hover .read-more {
  background: #f37121;
  color: #fff;
}

/* social embed */
.social-embed {
  padding: 8rem 0;
  background: #ebeef0;
}

.social-embed .col-12:first-child {
  margin-bottom: 5rem;
}

.social-embed .content-heading {
  margin-bottom: 7rem;
}


.social-embed-icon {
  /* background: #fff; */
  display: inline-block;
}

.social-embed-icon i {
  font-size: 2.8rem;
}

.twitter-embed-box {
  height: 50rem;
  max-width: 40rem;
  margin: 0 auto;
  overflow: scroll;
}

.linkedin-embed-box {
  height: 50rem;
  max-width: 40rem;
  margin: 0 auto;
  overflow: scroll;
}

.tagembed-container {
  margin-top: -30px;
}

/* gift getter */
.giftgetter {
  padding: 8rem 0;
  overflow: hidden;
  text-align: center;
}

.giftgetter .content-heading {
  margin-bottom: 3rem;
}

.giftgetter .bolded {
  margin-bottom: 3rem;
}

.giftgetter-image-container {
  padding: 0 3rem 0;
  border-bottom: 0.1rem solid #eaeaea;
  margin-bottom: 3rem;
  overflow: hidden;
}

.giftgetter-image-container img {
  width: 100%;
  max-width: 30rem;
}

.giftgetter-content {
  margin-top: 1.5rem;
}

.giftgetter-content .bolded {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.download-app {
  margin-top: 4rem;
}

.download-app a {
  display: inline-block;
}

.download-app img {
  display: inline-block;
  width: 17rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/* about */
.page-hero {
  position: relative;
  height: 25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.page-hero .overlay {
  background: rgba(33, 33, 33, 0.7);
}

.page-hero .container {
  position: relative;
}

.page-hero .title {
  margin: 0;
  color: #fff;
}

.brand-story {
  padding: 8rem 0;
  text-align: center;
}

.logo-breakdown {
  position: relative;
  padding-top: 8rem;
  text-align: center;
}

.logo-breakdown .col-12 {
  margin-bottom: 6rem;
}

.logo-breakdown .col-12:last-child {
  margin: 0;
}

.logo-breakdown .line {
  width: 75%;
  height: 0.2rem;
  background: #f37121;
  position: absolute;
  top: 14.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.logo-breakdown .logo-image {
  position: relative;
  height: 13rem;
  width: 13rem;
  border-radius: 100%;
  background: #fff;
  border: 0.2rem solid #f37121;
  margin: 0 auto 3rem;
}

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

/* video modal */
.video-modal {
  position: relative;
  height: 40rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: url(../images/about-video-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.video-modal .overlay {
  background: rgba(33, 33, 33, 0.8);
  transition: background-color 0.2s ease-in-out;
}

.video-modal .video-box {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 8rem;
  text-align: center;
}

.video-modal .play-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 6rem;
  width: 6rem;
  border-radius: 100%;
  background: #f37121;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out,
    top 0.2s ease-in-out, left 0.2s ease-in-out;
}

.video-modal .play-icon i {
  position: absolute;
  top: 52%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  color: #fff;
}

.video-modal .title {
  display: block;
  color: #f37121;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.video-modal .name {
  color: #d6d2cf;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.video-modal:hover .overlay {
  background: rgba(33, 33, 33, 0.9);
}

.video-modal:hover .play-icon {
  height: 7rem;
  width: 7rem;
  top: -0.5rem;
}

.about-video-fancybox .fancybox-content {
  max-width: 115rem;
  max-height: 64.5rem !important;
}

/* about awards */
.about-awards {
  padding: 8rem 0;
  text-align: center;
}

.award-logos {
  list-style: none;
  padding: 0;
  margin: 5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.award-logos li {
  margin: 3rem 1rem;
  width: 40%;
}

.fia-highlight {
  position: relative;
  border-radius: 0.8rem;
  background: #f37121;
  padding: 5rem 3rem;
  margin-top: 5rem;
}

.fia-highlight .fia-logo-highlight {
  margin-bottom: 3rem;
}

.fia-highlight .icon i {
  font-size: 2.4rem;
  vertical-align: middle;
  margin-right: 1rem;
}

.fia-highlight p {
  color: #fff;
}

/* about media */
.about-media {
  padding-bottom: 8rem;
  text-align: center;
}

.media-magazines {
  list-style: none;
  padding: 0;
  margin: 5rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.media-magazines li {
  margin: 2rem;
}

.media-magazines img {
  border-radius: 0.5rem;
  box-shadow: 0.6rem 0 3rem rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  width: 100%;
}

/* about mark */
.about-mark {
  padding: 2rem 0 8rem;
  text-align: center;
}

.about-mark .image-container {
  padding-bottom: 5rem;
}

/* campaign single */
.campaign-single-hero {
  padding: 8rem 0;
  position: relative;
  background: #f37121;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.campaign-single-hero .row {
  align-items: center;
}

.campaign-single-hero .csh-logo {
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
}

.campaign-single-hero .csh-logo img {
  max-height: 13rem;
  width: auto;
  max-width: 30rem;
}

.campaign-single-hero .wesley-mission-svg-logo img {
  height: 12rem;
}

.csh-header {
  margin-top: 5rem;
}

.csh-header .superheading {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.csh-header .title {
  margin: 1rem 0 0;
  color: #fff;
}

/* campaign single content */
.campaign-single-content {
  padding: 8rem 0;
  text-align: center;
}

.campaign-single-content .image-container {
  margin: 5rem 0;
}

.campaign-single-content .image-container img {
  border-radius: 0.5rem;
}

.prev-next-campaign {
  margin-bottom: 8rem;
}

.prev-next-campaign .prev-campaign-container {
  margin-bottom: 2rem;
  text-align: center;
}

.prev-next-campaign .prev-campaign-container .icon {
  display: inline-block;
  position: relative;
  left: -0.3rem;
  transition: left 0.2s ease-in-out;
}

.prev-next-campaign .next-campaign-container {
  text-align: center;
}

.prev-next-campaign .next-campaign-container .icon {
  display: inline-block;
  position: relative;
  left: 0.3rem;
  transition: left 0.2s ease-in-out;
}

.prev-next-campaign a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 1.45rem;
  padding: 3rem;
  color: #333;
  width: 100%;
  display: block;
  background: #f3f5f9;
  border-radius: 0.3rem;
}

.prev-next-campaign a:hover {
  background: #f37121;
  color: #fff;
}

.prev-next-campaign a:hover.next-campaign .icon {
  left: 0.8rem;
}

.prev-next-campaign a:hover.prev-campaign .icon {
  left: -0.8rem;
}

.prev-next-campaign.top {
  background: #fbfbfb;
  margin-bottom: 0;
}

.prev-next-campaign.top .next-campaign-container,
.prev-next-campaign.top .prev-campaign-container {
  text-align: center;
  margin: 0;
}

.prev-next-campaign.top a {
  color: #75787d;
  padding: 2rem 0;
  background: transparent;
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
}

.prev-next-campaign.top a:hover {
  color: #f37121;
  background: transparent;
}

.campaign-single-milestone .nav {
  justify-content: center;
}

.campaign-single-milestone .nav-item {
  margin: 2rem;
}

.campaign-single-milestone .icon {
  display: inline-block;
  margin-right: 0.8rem;
}

.campaign-single-milestone .icon i {
  font-size: 2.2rem;
  color: #f37121;
  vertical-align: middle;
}

.campaign-single-milestone .text {
  font-size: 1.3rem;
  color: #f37121;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}

.cs-about-campaign {
  margin-top: 8rem;
}

.cs-about-campaign .image-container .col-12:last-child {
  margin-top: 5rem;
}

.cs-about-campaign .video-container {
  margin: 5rem 0;
}

.cs-about-campaign .video-container .col-12:last-child {
  margin-top: 5rem;
}

.download-share-container {
  margin-top: 8rem;
}

.cs-downloads .title {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.cs-downloads .nav {
  flex-direction: column;
}

.cs-downloads .nav-item {
  margin: 1.5rem 0;
}

.cs-downloads .nav-link[href] {
  padding: 0;
}

.cs-downloads .nav-link[href]:hover {
  color: #212121;
}

.cs-downloads .nav-link[href]:hover .icon i,
.cs-downloads .nav-link[href]:hover .text {
  color: #212121;
}

.cs-downloads .shadow-text {
  color: #98999b;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.cs-downloads .icon {
  display: inline-block;
  margin-right: 1rem;
}

.cs-downloads .icon i {
  font-size: 2rem;
  color: #f37121;
  vertical-align: middle;
  transition: color 0.2s ease-in-out;
}

.cs-downloads .icon .fa-file-pdf {
  font-size: 2.6rem;
}

.cs-downloads .text {
  font-size: 1.3rem;
  color: #f37121;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: color 0.2s ease-in-out;
}

/* share container */
.share-container {
  margin-top: 5rem;
}

.share-container .nav {
  align-items: center;
  justify-content: center;
}

.share-container .share-text {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.share-container .nav-item {
  margin: 0 0.8rem;
}

.share-container .nav-item:first-child {
  width: 100%;
  margin-bottom: 3rem;
}

.share-container .nav-link {
  position: relative;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background: #eaeaea;
  transition: opacity 0.2s ease-in-out;
}

.share-container .nav-link:hover {
  opacity: 0.8;
}

.share-container .icon {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-container i {
  color: #fff;
  font-size: 1.8rem;
}

.share-container .social-email {
  background: #0f4c81;
}

.share-container .social-facebook {
  background: #1877f2;
}

.share-container .social-twitter {
  background: #0f1419;
}

.share-container .social-twitter svg {
  fill: #ffffff;
  margin-top: 3px;
}

.share-container .social-linkedin {
  background: #007bb5;
}

/* workshop*/
.workshop {
  padding: 8rem 0;
  text-align: center;
}

.workshop-content {
  margin-top: 8rem;
}

.workshop-listing {
  padding: 8rem 0;
  background: #f4f5f9;
}

.workshop-listing .col-12 {
  margin-bottom: 5rem;
}

.workshop-listing .col-12:last-child {
  margin: 0;
}

.workshop-listing-box {
  height: 35rem;
  border-radius: 0.5rem;
  position: relative;
  background: #fff;
  padding: 8rem 4rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: border-color 0.2s ease-in-out;
  border: 0.2rem solid transparent;
}

.workshop-listing-box .wlb-heading {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.workshop-listing-box .wlb-heading .icon {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 0.1rem;
  color: #f37121;
}

.workshop-listing-box .wlb-heading .icon i {
  font-size: 2rem;
}

.workshop-listing-box .wlb-heading .text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #313131;
}

.workshop-listing-box .wlb-title .title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.workshop-listing-box .wlb-title .text-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f37121;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.workshop-listing-box .wlb-title .text-link .icon {
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.workshop-listing-box .wlb-title .text-link .icon i {
  font-size: 2.2rem;
  position: relative;
  top: 0.1rem;
}

.workshop-listing-box:hover {
  border-color: #f37121;
}

.workshop-listing-box:hover .wlb-title .text-link .icon {
  left: 0.5rem;
}

.workshop-charities {
  padding: 8rem 0;
}

.workshop-charities-content {
  text-align: center;
}

.workshop-charities-logos .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.workshop-charities-logos .nav-item {
  margin: 5rem 0 0;
}

.workshop-charities-logos .nav-item img {
  max-height: 8rem;
  max-width: 15rem;
}

/* workshop single */
.workshop-single {
  padding: 8rem 0;
  text-align: center;
}

.workshop-single .btn {
  width: 20rem;
}

.ws-content-block {
  margin-top: 5rem;
}

.ws-cost-block {
  margin: 0.5rem 0;
}

.ws-cost-text {
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.ws-cost {
  color: #f37121;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.ws-pros-checks {
  margin-top: 5rem;
  text-align: left;
}

.ws-pros-checks .nav {
  flex-direction: column;
}

.ws-pros-checks .nav-item {
  position: relative;
  padding-left: 4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 1rem 0;
  color: #313131;
}

.ws-pros-checks .nav-item .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.ws-pros-checks .nav-item .icon i {
  font-size: 2.2rem;
  color: #4da834;
}

.ws-pros-checks .nav-item:first-child {
  margin-top: 0;
}

.ws-pros-checks .nav-item:last-child {
  margin-bottom: 0;
}

.workshop-single .workshop-charities-logos .wml {
  width: 7rem;
}

.workshop-single .workshop-charities-logos .eaal {
  width: 12rem;
}

.workshop-single .workshop-charities-logos .fhfl {
  max-width: 21rem;
}

.workshop-single .workshop-charities-logos .wsul {
  max-width: 20rem;
}

.workshop-single .workshop-charities-logos .vission-au {
  max-width: 17rem;
  width: 100%;
}

.workshop-cost-box {
  margin-top: 8rem;
}

/* workshop testimonial */
.workshop-testimonial {
  padding: 8rem 0;
  background: #f4f5f9;
  text-align: center;
}

.workshop-testimonial .quote-icon {
  margin-bottom: 5rem;
}

.workshop-testimonial .testimonial-logo {
  margin: 5rem 0;
  max-width: 20rem;
  max-height: 8rem;
}

.workshop-testimonial .testimonial-person {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  display: block;
}

.workshop-testimonial .testimonial-position {
  color: #485e72;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: block;
}

/* contact */
.contact {
  padding: 8rem 0;
}

.contact .content-heading {
  text-align: center;
}

.contact-form .btn {
  width: 100%;
}

.other-contact-container {
  margin-top: 8rem;
}

.other-contact-container .social {
  justify-content: flex-start;
}

.other-contact-container .social .social-link {
  font-size: 2.5rem;
  color: #a8aebe;
}

.other-contact-container .social .social-link i {
  vertical-align: middle;
}

.other-contact-container .social .social-link:hover {
  color: #f37121;
}

.other-contact-container .social .fa-facebook-f {
  font-size: 2.2rem;
}

.other-contact-container .social .fa-twitter {
  font-size: 2.4rem;
}

.other-contacts {
  margin-top: 2rem;
  flex-direction: column;
}

.other-contacts .nav-item {
  margin-bottom: 4rem;
}

.other-contacts .nav-link {
  position: relative;
  padding: 0 0 0 5rem;
  font-size: 1.5rem;
  font-weight: 600;
  word-break: break-word;
}

.other-contacts .nav-link br {
  display: none;
}

.other-contacts .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.other-contacts .icon i {
  font-size: 2.6rem;
}

.other-contacts .c-map {
  top: 0.5rem;
}

.other-contacts .c-phone i {
  font-size: 2.2rem;
}

.other-contacts .c-email i {
  font-size: 2.3rem;
}

/* map embed */
.map-embed-container {
  position: relative;
}

.map-embed-container iframe {
  height: 60rem;
  width: 100%;
  display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 375px) {
  /* homepage */
  .home-about-picture .mark-profile {
    left: 17%;
  }
  /* about */
  .media-magazines li {
    margin: 1rem;
    width: 37%;
  }
}

@media (min-width: 440px) {
  /* footer */
  .copyright a {
    padding: 0 0 0 1.2rem;
  }
  .copyright a:before {
    content: "";
    height: 100%;
    width: 0.1rem;
    background: #6a6c6e;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 576px) {
  /* homepage */
  .home-about-content .button-container .or {
    display: inline-block;
    padding: 0 3rem;
  }
  .home-about-outer {
    height: 50rem;
  }
  .home-about-picture {
    max-width: 32rem;
  }
  /* about */
  .award-logos {
    flex-direction: row;
    justify-content: center;
  }
  .award-logos li {
    width: 30%;
  }
  .media-magazines li {
    width: 29%;
  }
  /* workshop */
  .workshop-charities-logos .nav {
    flex-direction: row;
  }
  .workshop-charities-logos .nav-item {
    width: 49%;
  }
  /* campaign single */
  .prev-next-campaign a {
    padding: 3rem 5rem;
  }
  .prev-next-campaign.top .next-campaign-container {
    text-align: right;
  }
  .prev-next-campaign.top .prev-campaign-container {
    text-align: left;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* site header */
  .logo-outer-container {
    height: 9rem;
  }
  .site-logo {
    width: 12rem;
  }
  /* homepage */
  .hero-slider {
    min-height: 60rem;
  }
  .slide {
    height: 60rem;
  }
  .slide .title {
    font-size: 4.2rem;
    padding: 0 5rem;
    color: #fff;
  }
  .slide .subtitle {
    font-size: 1.8rem;
    color: #fff;
  }
  /* workshop */
  .workshop-charities-logos .nav {
    justify-content: center;
  }
  .workshop-charities-logos .nav-item {
    width: 32%;
  }
  .few-logos .nav-item {
    width: 49%;
  }
  /* campaign single */
  .prev-next-campaign .prev-campaign-container {
    text-align: left;
  }
  .prev-next-campaign .next-campaign-container {
    text-align: right;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* homepage */
  .home-about-picture .mark-details .name br {
    display: block;
  }
}

@media (min-width: 992px) {
  /* site header */
  /* .responsive-menu {
    display: none;
  } */
  .site-header {
    height: 10rem;

    display: flex;
    align-items: center;
  }
  .logo-outer-container {
    height: auto;
  }
  .site-logo {
    width: 14rem;
  }
  /* .navigation {
    display: flex !important;
    justify-content: flex-end;
    padding: 0 1.5rem;
  } */
  .navigation .nav {
    flex-direction: row;
    align-items: center;
  }
  .navigation .nav-item {
    margin: 0 3rem;
    position: relative;
    z-index: 10;
  }
  .navigation .nav-item:last-child {
    margin-right: 0;
  }
  .navigation .nav-link {
    height: 10rem;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .navigation .nav-link:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 0.4rem;
    border-radius: 4px 4px 0 0;
    background: #f37121;
    transition: bottom 0.2s ease-in-out;
  }
  .navigation .nav-link:hover:after {
    bottom: 0;
  }
  .navigation .button {
    margin: 0 0 0 2.8rem;
  }
  .navigation .button .btn {
    width: auto;
    min-width: 15rem;
  }
  .navigation .nav-item.active .nav-link {
    color: #f37121;
  }
  .navigation .nav-item.active .nav-link:after {
    bottom: 0;
  }
  .has-dropdown > .nav-link {
    padding-right: 2rem;
  }
  .has-dropdown > .nav-link .icon {
    height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    top: 50%;
    margin-left: 0.3rem;
  }
  .has-dropdown > .nav-link .icon:hover {
    background: transparent;
  }
  .has-dropdown:hover > a {
    color: #212121;
  }
  .has-dropdown:hover > a .icon {
    color: #212121;
  }
  .has-dropdown:hover .dropdown {
    display: block;
  }
  .dropdown {
    position: absolute;
    top: 100%;
    left: -2.5rem;
    background: #fff;
    width: 30rem;
    padding: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.08);
    text-align: left;
  }
  .dropdown .nav-link {
    padding: 1.3rem 1rem;
    color: #212121;
  }
  .dropdown .nav-link:hover {
    color: #f37121;
  }
  /* homepage */
  .hero-slider {
    min-height: 70rem;
  }
  .slide {
    height: 70rem;
  }
  .slide .title {
    padding: 0;
  }
  .slide .subtitle {
    font-size: 2rem;
  }
  .home-about-content {
    padding: 8rem 0;
    text-align: left;
  }
  .home-about-content.long-content {
    padding: 5rem 0 8rem;
  }
  .home-about-outer {
    height: auto;
    padding: 0 1.5rem;
  }
  .home-about-picture {
    margin: 0;
    max-width: 38rem;
  }
  .home-about-picture .mark-profile {
    width: 24.8rem;
    left: 15%;
    max-height: none;
  }
  .home-about-picture .mark-details {
    width: auto;
    border: none;
    padding: 0;
    background: transparent;
    bottom: 20%;
    right: -13%;
    text-align: left;
  }
  .home-about-picture .mark-details .mark-signature {
    margin: 2rem 0 0;
  }
  .home-workshop {
    text-align: left;
    border: none;
  }
  .home-workshop .image-container {
    margin: 0;
    padding-left: 3rem;
  }
  .social-embed .col-12:first-child {
    margin: 0;
  }
  .giftgetter {
    padding: 5rem 0 0;
    text-align: left;
  }
  .giftgetter-image-container {
    border: none;
    padding: 0;
    margin: 0;
  }
  .giftgetter-image-container img {
    max-width: none;
    width: auto;
  }
  /* footer */
  .footer-cta {
    text-align: left;
  }
  .footer-cta .title {
    display: inline-block;
    margin: 0 3rem 0 0;
  }
  .footer-cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer {
    text-align: left;
  }
  .footer-logo {
    margin: 0;
  }
  .site-footer .col-12 {
    margin: 0;
  }
  .social {
    justify-content: flex-start;
  }
  .copyright {
    margin-top: 8rem;
  }
  /* about */
  .brand-story {
    text-align: left;
  }
  .logo-breakdown .col-12 {
    margin-bottom: 0;
  }
  .logo-breakdown .line {
    display: block;
  }
  .video-modal {
    height: 50rem;
  }
  .about-awards {
    text-align: left;
  }
  .award-logos {
    justify-content: space-between;
  }
  .award-logos li {
    width: auto;
  }
  .fia-highlight {
    padding: 5rem 10rem 5rem 25rem;
  }
  .fia-highlight .fia-logo-highlight {
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
  .about-media,
  .about-mark {
    text-align: left;
  }
  .media-magazines {
    justify-content: space-between;
  }
  .media-magazines li {
    width: 18%;
    margin: 0;
  }
  .about-mark .image-container {
    padding-right: 2rem;
  }
  /* campaign single */
  .campaign-single-hero {
    text-align: left;
    padding: 0;
    height: 27rem;
  }
  .csh-header {
    margin: 0;
  }
  .csh-logo-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  .campaign-single-content {
    text-align: left;
  }
  .campaign-single-milestone .nav {
    justify-content: flex-start;
  }
  .campaign-single-milestone .nav-item {
    margin: 0 8rem 0 0;
  }
  .share-container {
    margin: 0;
  }
  .share-container .nav {
    justify-content: flex-end;
  }
  .share-container .nav-item:first-child {
    width: auto;
    margin: 0 0.8rem;
  }
  .cs-downloads .nav-item {
    margin: 1rem 0;
  }
  .cs-about-campaign .video-container .col-12:last-child,
  .cs-about-campaign .image-container .col-12:last-child {
    margin: 0;
  }
  /* workshop */
  .workshop {
    text-align: left;
  }
  .ws-pros-checks {
    margin: 0;
  }
  .workshop-listing-box .wlb-heading {
    left: 4rem;
    transform: none;
  }
  .workshop-listing .col-12 {
    margin: 0;
  }
  /* workshop */
  .workshop-charities-logos .nav {
    margin-top: 8rem;
    justify-content: space-between;
  }
  .workshop-charities-logos .nav-item {
    width: auto;
    margin: 0;
  }
  /* workshop single */
  .workshop-single .ws-pros-checks {
    margin-top: 5rem;
  }
  .workshop-single .workshop-charities-logos .nav-item {
    width: auto;
  }
  .prev-next-campaign.top a {
    padding: 2.5rem 0;
  }
  .workshop-testimonial .testimonial {
    padding: 0 5rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* homepage */
  .home-about-picture {
    max-width: 45rem;
  }
  .home-about-picture .blob {
    bottom: -8rem;
  }
  .home-workshop .image-container {
    padding-left: 5rem;
  }
  .about-mark .image-container {
    padding-right: 3rem;
  }
  /* workshop single */
  .workshop-single {
    text-align: left;
  }
  /* contact */
  .contact .content-heading {
    text-align: left;
  }
  .contact .col-xl-4 {
    padding-left: 0;
  }
  .contact-form {
    padding-right: 5rem;
  }
  .contact-form .btn {
    width: auto;
  }
  .other-contact-container {
    margin: 0;
  }
  .contact-form-container iframe {
    margin-left: -28px;
  }
}
