/*
Theme Name: FeRFA Theme
Theme URI: https://pwfstudio.com/
Author: PWF Studio
Author URI: https://pwfstudio.com/
Description: Custom base theme by PWF Studio, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LMDdesign
Tags:
*/
@import url("https://use.typekit.net/ivk2oho.css");

/* ====== BASICS ====== */
body, p, span, a, h1, h2, h3, h4, h5, h6{
  font-family: "filson-pro", sans-serif;
}
img{
  max-width: 100%;
}
.wp-block-image img{
	width: 100%;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
:focus{
	outline: none!important;
}
body{
  min-height: 100vh;
}
.modal-open{
  padding-right: 0!important;
}
.wp-block-search__button.wp-element-button{
  background: rgb(9,180,216);
  color: white;
  border: none;
}
.btn, .swpm_mda_search-button, .swpm-login-form-submit{
  border-radius: 0!important;
  background: #09b4d8!important;
  border: none!important;
  text-transform: uppercase;
  color: white!important;
  padding: 10px 30px;
}
div, body, span, a{
  background-size: cover;
  background-position: center;
}
p, a{
  color: inherit;
}
div, span, p, h1, h2, h3, h4, h5, h6, a, img, input, button, :hover{
  transition: 0.2s;
}
.wp-block-image.position-absolute img{
  max-width: none!important;
  height: auto!important;
  width: auto!important;
  min-width: 100%;
  min-height: 100%;
}
.infront{
  z-index: 2;
}
.whiteBg{
  background: white;
}
.greyBg{
  background: #f3f4ec;
}
.lightGreyBg{
  background: #f2f2f2;
}
.lighterBlueBg{
  background: #cbf0f7;
}
.gradOverlay{
  background: linear-gradient(90deg, rgba(30,37,82,1) 0%, rgba(30,37,82,0) 100%);
  color: white!important;
}
.gradOverlay h1, .gradOverlay h2, .gradOverlay h3, .gradOverlay h4, .gradOverlay h5, .gradOverlay h6, .gradOverlay p, .gradOverlay a{
  color: white!important;
}
.gradOverlay2{
  background: linear-gradient(90deg, rgba(11,178,213,1) 0%, rgba(11,178,213,0) 100%);
  color: white!important;
}
.gradOverlay2 .btn{
  background: #1e2552!important;
}
.blueBg{
  background: #1b2354;
  color: white!important;
}
.blueBg h1, .blueBg h2, .blueBg h3, .blueBg h4, .blueBg h5, .blueBg h6, .blueBg p, .blueBg a{
  color: white!important;
}
.BlueBg2{
  background: #1e2552;
  color: white!important;
}
.BlueBg2 h1, .BlueBg2 h2, .BlueBg2 h3, .BlueBg2 h4, .BlueBg2 h5, .BlueBg2 h6, .BlueBg2 p, .BlueBg2 a{
  color: white!important;
}
.zBack{
  z-index: -1;
}
.zFront{
  z-index: 2;
}
.mt-big{
  margin-top: 100px;
}
.logoBg{
  background-image: url('img/logoBg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.longLogo{
  background-image: url('img/logoBgLong.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.membersArea{
  background-image: url('img/memberBg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  color: white!important;
}
.valueIcon{
  width: 50px;
}
.drawingLine{
  height: calc( 100% + 300px );
  top: -290px;
}
.lineLogo{
  pointer-events: none;
}
.lineLogo svg{
  max-height: 1900px;
}
.star-path{
  fill: none;
  /* stroke: #09b4d8; */
  stroke-miterlimit: 10;
  stroke-width: 30px;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.star-path.hidden {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.star-path.shape {
  opacity: 0.2;
  transition: 1s;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition-delay: 0.5s;
  animation: dash 6s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.overlayTop{
  top: -300px;
}


.photoBorder{
  border: 15px solid white;
  position: relative;
  top: 15px;
}
.offset1{
  left: 50px;
}
.offset2{
  right: 50px;
}
.aboutLinks{
  background-image: url(img/aboutLinks.png);
  background-size: contain;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.darkBlueBg{
  background-color: rgba(30,37,83,0.8);
  background-image: url(img/darkLogo.svg);
  background-position: right bottom;
  background-size: 50% auto;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  color: white!important;
}
.darkBlueGrad{
  background: linear-gradient(180deg, rgba(30,37,83,0) 0%, rgba(30,37,83,.7) 50%);
}
.lightBlueGrad{
  background: linear-gradient(180deg, rgba(9,180,216,0) 0%, rgba(9,180,216,.7) 50%);
}
.logoCorner{
  background-image: url(img/darkLogo.svg);
  background-position: right bottom;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.logoCornerLight{
  background-image: url(img/lighterLogo.svg);
  background-position: right bottom;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.logoCornerLight, .logoCornerLight p, .logoCornerLight h1, .logoCornerLight h2, .logoCornerLight h3, .logoCornerLight h4, .logoCornerLight h5, .logoCornerLight h6, .logoCornerLight a{
  color: white!important;
}
.lightBlueBg{
  background-color: rgba(9,180,216,0.8);
  background-image: url(img/lighterLogo.svg);
  background-position: right bottom;
  background-size: 50% auto;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  color: #1e2553!important;
}
.lightBlueBg2{
  background-color: rgba(9,180,216,0.8);
  background-image: url(img/lighterLogo.svg);
  background-position: right bottom;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: white!important;
}
.lightBlueBg2 p{
  font-size: 2rem;
}
.caseContact{
  height: 40px;
  width: auto;
}
.linkOverlay{
  background: linear-gradient(180deg, rgba(30,37,83,0) 0%, rgba(30,37,83,0.8) 50%);
  color: white!important;
}
.linkOverlay h1, .linkOverlay h2, .linkOverlay h3, .linkOverlay h4, .linkOverlay h5, .linkOverlay h6, .linkOverlay p, .linkOverlay a{
  color: white!important;
}

.wpmtst-testimonial-inner.testimonial-inner{
  display: flex!important;
  flex-direction: column-reverse;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-image img{
  border-radius: 0!important;
  width: 200px;
  height: 200px;
}

:where(.nogap.wp-block-columns.is-layout-flex){
  gap: 0;
}

.benefits .strong-view h3{
  color: white!important;
  font-style: normal;
  margin: 20px 0!important;
}
.benefits .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .benefits .strong-view.wpmtst-modern .wpmtst-testimonial-content:after{
  display: none!important;
}
.wp-block-separator{
  border-top: 5px solid;
  opacity: 1;
}

.forceHeight .slick-track{
  height: 900px;
  display: flex;
  align-items: stretch;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background-color: rgba(9,180,216,0.2);
}

comment{
  border-bottom: 1px solid #09b4d8;
}
comment:last-child{
  border-bottom: none;
}
author, date{
  color: #1b2354;
}
.comment-respond h3{
  font-size: 26px;
}
.comment-form .logged-in-as{
  display: none;
}
.comment-form-comment label{
  display: none;
}
.comment-form-comment textarea{
  width: 100%;
  height: 200px;
  border: none;
}
.comment-respond{
  border-top: 1px solid #09b4d8;
  margin-top: 30px;
  padding-top: 20px;
}

.downloadLinks > .wp-block-button{
  width: 100%;
  max-width: 420px;
}
.downloadLinks > .wp-block-button > a{
  width: 100%;
}
#eapps-linkedin-feed-661b70a2-7604-4352-8f57-3efe1a3fdb0e > div > div > div.WidgetBackground__ContentContainer-sc-1ho7q3r-1.jUKeJm > div > a{
  opacity: 0;
}

/* ====== LOGO CAROUSEL ====== */
#ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:150px;
}
#ourclients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  overflow-y: hidden;
}
#ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 100px;
  line-height: 100px;
  padding-right: 20px;
  text-align: center;
}
#ourclients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  max-height: 100px;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
#ourclients h3{
border-bottom:2px solid #3399ff;
width:150px;
padding:10px;
}

@media screen and (max-width: 1200px){
  .overflow-hidden > figure.position-absolute{
    position: relative!important;
  }
  .dumb > .overflow-hidden > figure.position-absolute{
    position: absolute!important;
  }
  .overflow-hidden > .mobOverlay{
    position: relative!important;
  }
  .mobImg{
    position: relative!important;
    height: 600px!important;
  }
  figure.position-absolute{
    position: relative!important;
  }
  figure.stickabsolute{
    position: absolute!important;
  }
  .mobOverlay{
    position: absolute!important;
    top: 0;
    width: 100%;
  }
  .forceHeight .slick-track{
    height: auto!important;
  }
  .slick-slide{
    height: auto!important;
    min-height: 1050px!important;
  }
  .mt-big{
    margin-top: 0;
  }
  .overlayTop{
    top: 0;
  }
  .wp-block-image.position-absolute img{
    width: auto!important;
    min-height: 100%!important;
  }
  .squareAspect{
    aspect-ratio: 1/1;
  }
  .wp-block-image.position-absolute.stickabsolute img{
    max-width: none!important;
    min-height: 100%!important;
  }
  .photoBorder{
    border: none;
  }
  .offset1{
    left: 0;
    height: auto!important;
  }
  .offset2{
    right: 0;
    height: auto!important;
  }
}

@media screen and ( max-width: 1400px ){
  .has-large-font-size{
    font-size: 28px!important;
  }
}
/* Change Columns breakpoint to 1200px */
@media (max-width: 1199px){
  .wp-block-columns{
    flex-wrap: wrap!important;
  }
  .nowrap.wp-block-columns{
    flex-wrap: nowrap!important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
    /*padding: 30px; */
  }
  .wp-block-image img{
    width: 100%;
  }
  .wp-block-columns.keepwrap{
    flex-direction: column;
    gap: 0.5em;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile).keepwrap>.wp-block-column{
    flex-basis: auto!important;
  }
  .nowrap.wp-block-columns > .colIcon{
    flex-basis: 30%!important;
  }
  .has-large-font-size{
    font-size: 22px!important;
  }
  .darkBlueBg, .lightBlueBg{
    aspect-ratio: auto;
    margin-bottom: 0!important;
    padding-top: 150px!important;
  }
}
@media (min-width: 1200px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-grow: 1 !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.flex-grow-0{
    flex-grow: 0!important;
  }
  body > div.mb-auto.container-fluid.p-xl-auto.p-0 > div.row.position-relative.d-flex.align-items-stretch.overlayTop.animatedParent.animateOnce.overflow-visible > div.col-12 > div > div.wp-block-columns.membersArea.pt-5.infront.animatedParent.animateOnce.is-layout-flex.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex > div{
    flex-grow: 0 !important;
  }
  .wp-block-columns{
    flex-wrap: nowrap!important;
  }
}

@media (min-width: 768px) {
    .swpm_mda_grid-row {
        display: block!important;
    }
}
@media screen and ( max-width: 1200px ){
  .aboutLinks.position-relative{
    position: absolute!important;
    width: 100%;
    top: 0;
  }
  #ourclients .clients-wrap ul li img {
    min-width: 150px;
    max-height: none;
  }
}
@media screen and ( max-width: 992px ){
  #ourclients .clients-wrap ul li {
    width: 250px;
    padding-right: 50px;
    height: auto!important;
  }
  .wp-block-table tr{
    display: flex;
    flex-direction: column;
  }
  .wp-block-table tr td, .wp-block-table tr th{
    flex-shrink: 0;
    flex-grow: 1;
  }
  #ourclients .clients-wrap ul{
    height: 200px!important;
  }
}
