.page-id-9 .site-banner .textwidget {
  background: radial-gradient(circle at 49% 11%,#e43731,#d30800);
  min-height: 100%;
}
.project-block article {
  width: 50%;
  float: left;
}
.project-block .thumbnail {
  position: relative;
  padding-bottom: 66.66667%;
  overflow: hidden;
  display: block;
}
.project-block .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  width: calc(100% + 2px);
  height: 100%;
  height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  object-fit: fill;
}
.project-block .thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.22);
  width: 100%;
  height: 100%;
  transition: .5s;
}
.project-block .entry-title,
.singleProjectLink .entry-title {
  position: absolute;
  left: 20px;
  bottom: 50px;
}
.project-block .entry-title span,
.singleProjectLink .entry-title span {
  opacity: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.project-block .thumbnail:hover span,
.singleProjectLink .thumbnail:hover span {
  opacity: 1;
}
/*projects block & single project link title/subtitle*/
.entry-title .entry-title-primary {
  text-transform: uppercase;
  font: 600 var(--font-size-50px)/1.25 var(--font-family2)
}
.entry-title .entry-subtitle {
  text-transform: none;
  font: var(--font-size-14px)/1.40 var(--font-family2);
}
.imageTopTitle h3 {
  font: var(--font-size-50px)/1.28 var(--font-family1);
  text-transform: uppercase; 
  max-width: 1000px;
  margin: 0 auto;
}
.imageTopTitle p {
  text-transform: none;
  font: var(--font-size-24px)/1.22 var(--font-family2);
}
#firstBlock h3 {
  font: 600 var(--font-size-30px)/1.25 var(--font-family2);
  text-transform: uppercase;
  margin-bottom: 30px;
}
#firstBlock p {
  font: var(--font-size-16px)/1.6 var(--font-family4);
  line-height: 38px;
  padding-bottom: 40px;
}
#firstBlock .widget_sow-testimonials .sow-testimonial-text p {
  font-style: italic;
}
.design-rush_badge {
  margin: 50px auto;  
}
.white-grey_title h2 {
  font: 100px/1 var(--font-family9);
  color: #f7f7f7;
}

/* ======================= Single project ======================= */
.singleProjectLink .sow-image-container {
  display: block;
}
.BigBannerImage-container {
  position: relative;
}
.BigBannerImage .sow-image-container {
  padding-top: 100vh;
  overflow: hidden;
}
.BigBannerImage .sow-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100vh !important;
  object-fit: cover;
  padding-top: 50px;
}
.BigBannerImage .sow-image-container:after {
  content: '';
  background: rgba(104, 104, 104, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#firstBlock {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#firstBlock .so-panel:first-child {
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 20px 50px;
}
#firstBlock img {
  margin-bottom: 60px;
  width: 100%;
}
#firstBlock .widget_sow-testimonials {
  max-width: 800px;
  margin: 0 auto 60px !important;
  padding: 0 20px;
}
.singleProjectLink {
  margin-top: 60px;
}
.singleProjectLink .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 66.66667%;
  overflow: hidden;
  display: block !important;
}
.singleProjectLink .thumbnail img {
  display: block;
  max-width: 100%;
  width: inherit;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100% !important;
  width: calc(100% + 2px) !important;
  height: 100% !important;
  height: calc(100% + 2px) !important;
  transform: translate(-50%,-50%);
}
.singleProjectLink .thumbnail:after {
  background: transparent;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
}
.singleProjectLink .thumbnail:hover:after {
  background: rgba(0,0,0,.4);
}

/*storeme project*/
.full-height__block {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-height__block .sow-image-container {
  max-width: 322px;
  width: 100%;
  margin: 0 15px;
}
.single-project__text-block {  
  max-width: 400px;
  margin: 0 auto;
}
.single-project__text-block h3 {
  font: 2rem/1 var(--font-family9);
  margin-bottom: 20px;
  color: #4a4a4a;
}
.single-project__text-block p {
  font: 1.5625rem/1.36 var(--font-family10);
  color: rgba(74, 74, 74, 0.53);
}
.single-project__text-block .text-underline {  
  border-bottom: 5px solid #208f84;
  padding-bottom: 15px;  
  display: inline-block;
}
.wave-block {
  position: relative;  
}
.wave-block:after {
  content: '';  
  position: absolute;
  width: 100%;  
  height: 100%;
  left: 0;    
}
.wave-top {
  background-color: #208f84;
}
.wave-top:after {
  background: url(../image/wave-bg.png) 0 0 no-repeat;
  background-size: 100%;
  max-height: 500px;
  bottom: -499px;
}
.wave-top .so-widget-sow-editor h3,
.wave-top .so-widget-sow-editor p {
  color: #fff;
  text-align: center;
}
.project-wrapper {  
  max-width: 1315px;
  margin: 0 auto;
  padding-left: 40px; 
  padding-right: 40px;
}
.reservation-section {
  padding-top: 25.5em;
}
.reservation-section .single-project__text-block {
  padding-top: 33vh;
}
.storeMe-wave__block-img {
  margin: 100px auto 120px;
  max-width: 650px;
  width: 100%;
}
.wave-middle {
  padding-top: 11em;
  padding-left: 40px;
}
.wave-middle > div {
  z-index: 1;
}
.wave-middle .single-project__text-block {
  margin-top: 45px;
}
.wave-middle:after {
  background: url(../image/middle-wave.png) 0 0 no-repeat;
  background-size: 100% 100%;
  max-height: 610px;
  bottom: -110px;
}
.color-palette__section {
  padding: 18em 40px 0;
  text-align: center;
}
.color-palette__section h3 {
  margin-bottom: 107px !important;
  font: 2rem/1 var(--font-family9);
  margin-bottom: 20px;
  color: #4a4a4a;
}
.color-palette__section img {
  max-width: 850px !important;
  margin: 0 auto;
}
.storeMe-circles {
  margin-top: 17em;
  position: relative;
  text-align: center;
}
.storeMe-circles .single-project__text-block {
  max-width: 450px; 
}
.storeMe-circles:before,
.storeMe-circles:after {
  content: '';
  position: absolute;
  width: 103px;
}
.storeMe-circles:before {
  left: 0;
  top: 33%;
  height: 246px;
  background: url('../image/left-circles.png') no-repeat;
}
.storeMe-circles:after {
  top: 7%;
  right: 0;
  height: 284px;
  background: url('../image/right-circles.png') no-repeat;
}
.storeMe-circles img {
  max-width: 460px;
  margin: 100px auto 0;
}
.wave-footer {
  margin-top: 16.5em;
}
.wave-footer > div {
  z-index: 1;
}
.wave-footer:after {
  background: url('../image/wave-footer.png') no-repeat;
  bottom: 0;
  height: 560px;
  background-size: 100% 100%;
}
.wave-footer img {
  max-width: 360px !important;
  margin: 0 auto !important;
}
.wave-footer .single-project__text-block {
  padding-top: 55px;
}

/* full window height sections*/
.wave-section:before,
.wave-section:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.fullWindowSection {
  min-height: 100vh;  
  position: relative;  
}
.fullWindowImage img {
  width: 100vw !important;  
}
.caseStudy-title h1 {
  font: var(--font-size-50px)/1.22 var(--font-family9);
  padding-bottom: 35px;
  color: #fff;
}
.caseStudy-title h2 {
  padding: 110px 0 15px;
  font: var(--font-size-33px)/1.06 var(--font-family9);
  color: #fff;
}
.caseStudy-title__grey h2,
.caseStudy-text.caseStudy-text__grey p {
  color: #4a4a4a;
}
.caseStudy-text h2 {  
  font: var(--font-size-33px)/1.56 var(--font-family9);
  color: #fff;
  letter-spacing: 0.26px;
  margin: 0 auto;
}
.caseStudy-textBordered h2 {
  border-bottom: 4px solid #fff;
  display: inline-block;
  margin-bottom: 40px;
}
.caseStudy-text p {
  font: var(--font-size-24px)/1.36 var(--font-family10);
  color: #fff;
}
/* welcome case studies page */
.welcome-container {
  max-width: 860px;
  margin: 0 auto; 
  padding: 90px 40px 0;  
}
.welcome-containerBig {
  max-width: 1170px;
}
.welcomeCreates-image img {
  margin: 0 auto;
  padding-left: 25%;
}
.welcome-customize h2 { 
  padding: 95px 40px 40px;
  max-width: 620px;
}
.keep-track h2 {
  max-width: 840px; 
  padding: 150px 40px 100px;
}
.keep-track {
  background-repeat: no-repeat;
  padding: 0 40px;
}

/* SYPartners page */
.sypartnerImg-sect1 {    
    margin: 180px auto 0;
    height: 50vh;
}
.sypartnerImg-sect1 img {
  max-width: 280px !Important;
}
.syp-cirlces .caseStudy-title h2,
.syp-ecosystem .caseStudy-title h2 {
  padding-top: 30px;
}
.syp-cirlces:before,
.syp-cirlces:after {
  content: "";
  position: absolute;
}
.syp-cirlces:before {
  background: url('/wp-content/uploads/2020/03/circle1.png') no-repeat;
  width: 152px;
    height: 290px;
    right: 0;
    top: 100px;
}
.syp-cirlces:after {
  background: url('/wp-content/uploads/2020/03/circle2.png') no-repeat;
  width: 92px;
    height: 322px;
    left: 0;
    bottom: 237px;
}
.syp-cirlces,
.syp-ecosystemImg {
  position: relative;
}
.syp-cirlces__img img {
    padding-top: 120px;
    margin-bottom: -50px;
}
.syp-ecosystem .caseStudy-title,
.syp-ecosystem .caseStudy-text{
  max-width: 590px;
  margin: 0 auto;
}
.syp-ecosystemImg img {
  position: absolute;
  top: 70px;
  z-index: 1;
}
.syp-triangle {
  margin-top: 24em;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.syp-triangle img {
  max-width: 350px !important;
  margin-left: auto;
}
.syp-color {  
  padding: 90px 0 50px;
}
.syp-color .caseStudy-title h2 {
  padding-top: 0;
  padding-bottom: 150px;
}

/* infatuatio case study */
.infatuation-wave {
  position: relative;
}
.infatuation-wave:after {
  content: '';
  background: url('/wp-content/uploads/2020/03/infatuation-wave.png') center bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 214px;
}
.infatuation-wave__review:after {
  background: url('/wp-content/uploads/2020/03/infatuation-wave-shadow.png') center bottom no-repeat;
  background-size: 100% 100%;
  height: 530px;
  box-shadow: 0px 10px 10px rgba(0,0,0,.5);
    z-index: 1;
}
.infatuation-wave__review img {
  position: relative;
  z-index: 2;
}
.infatuation-img img {
  padding-top: 105px;
  min-height: 66vh;
}
.infatuation-text {
  max-width: 675px;
  margin: 0 auto;
}
.footer-image img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}
.infatuation-lighting:before,
.infatuation-lighting:after {
  content: '';
  background: url('/wp-content/uploads/2020/03/infatuation-lightning.png') no-repeat;
  background-size: cover;
  position: absolute;
  width: 76px;
  height: 60px;
}
.infatuation-lighting:before {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.infatuation-lighting:after {
  bottom: 200px;
  right: 5%;
}
/* soul cycle case study */
.soulCycle-text {
  max-width: 615px;
  margin: 0 auto;
}
.soulCycle-androidApp {
  margin-top: 100px;
  padding-bottom: 80px;
}
.soulCycle-androidApp img {
  position: relative;
  z-index: 2;
  height: fit-content;
}
.soulCycle-androidApp:after { 
  bottom: 0;  
  height: 635px;
  background: url('/wp-content/uploads/2020/03/cycle-vawe.png') no-repeat;
  background-size: 100% 100%; 
}
.soulcycle-nice:before {  
  top: 0;
  height: 1190px;
  background: url('/wp-content/uploads/2020/03/rectangle-6.png') no-repeat;
  background-size: 100% 100%; 
}
.soulcycle-nice .welcome-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soulcycle-nice img {
  margin: 9em 0 0 16em;
}
.soulcycle-colorPalette {
  align-items: center !important;
}
.soulcycle-colorPalette img {
  margin-top: 8em;
}
.soulcycle-inspired-container {
  max-width: 1325px;
  padding: 0 40px;  
  margin: 0 auto;
}
.soulcycle-inspired-img {
  margin-top: 130px;  
}
.soulcycle-inspired-img div:first-child {
  margin-top: -57px;
}
.yellow-text {
  margin-bottom: 25px;
  text-align: right;
}
.yellow-text_first {
  margin-right: 6em;
  margin-top: 6em;
}
.yellow-text h3{
  font: var(--font-size-40px)/1 var(--font-family9);
  color: #000;
  background-color: #ffdf00;
  padding: 5px 20px;
  display: inline-block;
}
.text-img {
  margin: 6em 9em 9em auto;
  max-width: 550px;
}
.book-img {
  margin-top: 90px;
}
.book-img .panel-grid-cell:last-child {
  margin-top: 8em;
  margin-bottom: 30px;
}
.soulcycle-reserve {
  margin-top: 5em;
  margin-bottom: 15em;
}
.soulcycle-reserve .caseStudy-title {
  margin-top: 90px;
}

.soulcycle-instructor:before {
    top: 4em;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 115% 100%);
    background-color: #ffde01;
}
.soulcycle-instructor .welcome-container {
  position: relative;
  z-index: 2;
  padding-top: 0;
}
.soulcycle-instructor .caseStudy-title {
  margin-top: 11em;
}
.soulcycle-buy:before {
  top: 17%;
  width: 174px;
  height: 314px;
  background: url('/wp-content/uploads/2020/03/rgb-white.png') no-repeat;
}
.soulcycle-buy .soulcycle-buy-img,
.soulcycle-account-img {
  margin-top: 10em;
  margin-bottom: 10em;
}
.soulcycle-buy:after {
  bottom: 110px;
  left: unset;
  right: 0;
  width: 174px;
  height: 314px;
  background: url('/wp-content/uploads/2020/03/rgb-white.png') no-repeat;
  transform: rotate(180deg);
}



@media only screen and (max-width: 1200px) {
  .syp-ecosystemImg img {
    position: relative;
    top: 30px;
  }
  .syp-triangle {
    margin-top: 0;
    background-size: cover !important;
  }
  .infatuation-lighting:before,
  .infatuation-lighting:after {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .imageTopTitle h3 {
    font-size: var(--font-size-36px)
  }
  #firstBlock h3 {
   font-size: var(--font-size-16px) 
  }
  .project-block .entry-title,
  .singleProjectLink .entry-title {
    left: 5%;
    bottom: 20px;
    width: 90%;
  }
  .reservation-section {
    padding-top: 13.5em;
  }
  .wave-footer {
    padding-top: 0;
  }
  .syp-cirlces:before,
  .syp-cirlces:after,
  .soulcycle-buy:before,
  .soulcycle-buy:after {
  display: none;
  }
  .entry-title .entry-title-primary {
  font-size: var(--font-size-40px);
  }
  .white-grey_title h2 {
    font-size: var(--font-size-65px);
  }
  .yellow-text h3 {
    font-size: var(--font-size-26px);
  }
  .soulcycle-reserve {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-title .entry-title-primary {
    font-size: var(--font-size-26px);
  }
  #firstBlock p,
  .entry-title .entry-subtitle {
    font-size: var(--font-size-12px);
  }
  #firstBlock h3,
  .imageTopTitle h3 {
    font-size: var(--font-size-22px)
  }
  .imageTopTitle p {
    font-size: var(--font-size-20px)
  }
  .project-block article {
    width: 100%;
  }
  .project-block .entry-title span {
    opacity: 1;
  }
  .reservation-section,
  .wave-middle {
    padding-top: 0;
  }
  .single-project__text-block {
    text-align: center;
  }
  .reservation-section .single-project__text-block {
    padding-top: 10em;
    margin-bottom: 70px;    
  }
  .reservation-section .panel-grid-cell:first-child,
  .wave-footer .panel-grid-cell:first-child {
    order: 2;
  }
  .reservation-section .panel-grid-cell:last-child,
  .wave-footer .panel-grid-cell:last-child {
    order: 1;
  }
  .wave-middle {
    padding-left: 0
  }
  .wave-middle:after,
  .wave-footer:after {
    max-height: 300px;
  }
  .wave-middle .single-project__text-block,
  .storeMe-circles .single-project__text-block {
    padding: 0 40px;
  }
  .wave-middle .sow-image-container img {
    margin: auto;
  }
  .color-palette__section {
    padding: 10em 40px 0;
  }
  .storeMe-circles {
    margin-top: 10em;
  }
  .storeMe-circles:before,
  .storeMe-circles:after {
    display: none;
  }
  .wave-footer {
    margin-top: 0;
  }
  .wave-block .single-project__text-block {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .caseStudy-text h2 {  
  text-align: center; 
  }
  .welcomeCreates-image img {
  padding: 0;
  }
  .column-reverse .panel-grid {
    flex-direction: column-reverse !important;
  }
  .caseStudy-text h2 {
    font-size: var(--font-size-22px);
  }
  .column-reverse .caseStudy-text {
    padding-bottom: 50px
  }
  .caseStudy-title h1 {
  font-size: var(--font-size-33px);
  }
  .caseStudy-text p {
  font-size: var(--font-size-18px);
  margin-top: 25px; 
  } 
  .sypartnerImg-sect1 {
  height: auto;
  margin: 80px auto 20px;
  }
  .syp-color {
    min-height: auto;
  }
  .syp-triangle .caseStudy-text h2,
  .syp-triangle .caseStudy-text p {
    color: #4a4a4a;
  }
  .syp-triangle img {
    margin-top: 50px;
  }
  .syp-color {
    min-height: auto;
  }
  .syp-color .caseStudy-title h2 {
    padding-bottom: 0;
  }
  .infatuation-wave:after {
    background-size: auto 100%;
    height: 184px;
  }
  .infatuation-wave__review:after {
    height: 530px;
  }
  .infatuation-wave__review .caseStudy-text p {
    padding: 0;
  }
  /* souldcycle */
  .soulCycle-androidApp:after,
  .soulcycle-nice:before {
    background-size: auto;
  }
  .soulcycle-nice img {
    margin-right: 9em;
  }
  .soulcycle-colorPalette {
    min-height: auto;
  }
  .soulCycle-androidApp img {
    height: auto;
  }
  .white-grey_title h2 {
      font-size: var(--font-size-40px);
  }
  .soulcycle-colorPalette img,
  .soulcycle-buy .soulcycle-buy-img,
  .soulcycle-account-img{
    margin-top: 4em;
  }
  .soulcycle-inspired-img,
  .soulcycle-inspired-img div:first-child,
  .book-img .panel-grid-cell:last-child,
  .soulcycle-reserve {
    margin-top: 0;
  }
  .yellow-text_first {
    margin-right: 0;
  }
  .yellow-text h3 {
    text-align: center !important;
  }
  .text-img {
    margin: 50px 0;
  }
  .caseStudy-title h2 {
    font-size: var(--font-size-22px);
    padding: 15px 0;
  }
  .soulcycle-instructor:before {
    clip-path: none;
  }
  .soulcycle-buy .soulcycle-buy-img,
  .soulcycle-account-img {
    margin-bottom: 4em;
  }
}