.contact-content-col form p {
  max-width: unset;
  height: 100%;
}

.contact-content-col form p span {
  height: 100%;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0!important;
  padding: 0!important;
  border: none!important;
}

.wpcf7-not-valid-tip {
  display: none!important;
}

.form-input.wpcf7-not-valid {
  color: #BF3F3F;
  border: 1px solid #BF3F3F;
  border-radius: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

.header-menu .current-menu-item a {
  color: #ad976e;
}

.filter-wrap a {
  cursor: pointer;
}

.press-article-styles .alignleft {
  float: left;
  margin-right: 20px;
}

.press-article-styles .alignright {
  float: right;
  margin-left: 20px;
}

.press-article-styles .aligncenter {
  display: block;
  margin: 0 auto;
}

.press-article-styles img {
  margin-bottom: 25px;
}

.press-article-styles h1 {
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 30px;
}

.press-article-styles h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 30px;
  letter-spacing: 0.01em
}

.press-article-styles h3 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;

}

.press-article-styles h4 {
  color: rgba(45, 47, 48, 0.5);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 19px;
  font-family: Sackers Gothic Std
}

.read-full-article {
  margin-right: 0;
}

.read-full-article::after {
  display: none;
}

.press-article-styles a {
  color: rgba(45,47,48,.5);
}

.press-article-styles ul, .press-article-styles ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

.press-article-styles li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .02em;
  color: rgba(45,47,48,.5);
  font-family: Brandon Grotesque;
}

.simple-page {
  padding-top: 180px;
  padding-bottom: 80px;
}

.about-flexcol-c {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.header-col-right .sub-menu-desk {
  right: 0;
}

.pdp-first-section {
  padding-top: 100px;
}

.section-heading-left a {
  text-decoration: none;
  color: #2D2F30;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 36px;
}

.press-item-row {
  width: 100%;
}

.sbi_caption_wrap {
  text-align: right;
  opacity: 0;
  transition: opacity .3s;
}

.sbi-owl-item:hover .sbi_caption_wrap {
  opacity: 1;
}

.sbi_expand  a{
  text-decoration: none;
  color: #2d2f30;
}

.insta-section .section-heading {
  flex-wrap: wrap;
}

.sbi-owl-prev svg, .sbi-owl-next svg {
  opacity: 0;
}

.sbi-owl-prev {
  background-image: url(../media/images/slarr.svg)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.sbi-owl-next {
  background-image: url(../media/images/slarr-r.svg)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.heading-insta-mob {
  display: none;
}

.about-page-fourth-section .fp-section-innerwrap {
  padding-bottom: 0;
}

.about-page-first-section {
  position: relative;
}

.contact-content-form {
  width: 600px;
}

.form-label {
  letter-spacing: 0.02em;
}

.form-row-wrap {
  display: flex;
  justify-content: space-between;
}

.form-row-2 {
  width: calc((100% - 15px) / 2);
}

.form-row-area {
  height: 180px;
}

.form-input {
  font-family: Graphik;
}

.form-row-radio {
  height: 75px;
  padding-top: 35px;
}

.form-radio {
  display: flex!important;
}

.form-radio .wpcf7-list-item {
  margin-left: 15px;
}

.form-radio .wpcf7-list-item label input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  height: auto;
  color: #C0C0C0;
  font-size: 12px;
  font-family: Graphik;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-radio .wpcf7-list-item-label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #C0C0C0;
}

.form-radio .wpcf7-list-item-label:hover {
  color: #4B4B4B;
}

.form-radio .wpcf7-list-item-label:hover:before {
  border: 1px solid #4B4B4B;
}

.form-radio input:checked+.wpcf7-list-item-label {
  color: #4B4B4B;
}

.form-radio input:checked+.wpcf7-list-item-label:before {
  background: #4B4B4B;
  border: 1px solid #4B4B4B;
}

.form-radio .wpcf7-list-item-label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5F5F5;
  opacity: 0;
}

.form-radio input:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}

.form-label {
  right: 15px;
  text-align: left;
}

.form-input {
  padding-left: 80px;
}

.slider-counter-num {
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-counter-arrow {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../media/assets/arrow-slider.svg);
  cursor: pointer;
}

.slider-counter-arrow-right {
  transform: rotate(180deg);
}


@media (min-width: 992px){
  .projects-wrap .pcp-images {
    width: 640px;
  }

  .projects-wrap .project-info {
    max-width: unset;
    width: calc(100% - 640px);
  }

  .progress-wrap .pcp-images {
    width: 500px;
  }

  .progress-wrap .project-info {
    max-width: unset;
    width: calc(100% - 500px);
  }
}

@media (min-width: 1200px){
  .projects-wrap .pcp-images {
    width: 740px;
  }

  .projects-wrap .project-info {
    max-width: unset;
    width: calc(100% - 740px);
  }

  .progress-wrap .pcp-images {
    width: 600px;
  }

  .progress-wrap .project-info {
    max-width: unset;
    width: calc(100% - 600px);
  }
}

@media (min-width: 1025px){
  .pdp-fs-image {
    height: 100vh;
  }

  .press-heading-col {
    max-width: calc(100% - 500px);
  }
  .press-image-col {
    width: 500px;
  }

  .project-insta-wrap {
    padding-top: 30px;
  }

  .insta-section {
    padding-bottom: 0;
  }
}

@media (min-width: 1366px){
  .projects-wrap .pcp-images {
    width: 840px;
  }

  .projects-wrap .project-info {
    max-width: unset;
    width: calc(100% - 840px);
  }

  .progress-wrap .pcp-images {
    width: 700px;
  }

  .progress-wrap .project-info {
    max-width: unset;
    width: calc(100% - 700px);
  }

  .press-heading-col {
    max-width: calc(100% - 700px);
  }
  .press-image-col {
    width: 700px;
  }
}



@media (max-width: 1366px){
  .header-col-right .main-menu > li {
    margin-left: 30px;
  }

  .header-col .main-menu > li > a {
    font-size: 14px;
  }

  .section-heading-left a {
    font-size: 32px;
  }

}

/* @media (max-width: 1200px){
  .press-heading-col {
    max-width: calc(100% - 600px);
  }
  .press-image-col {
    width: 600px;
  }
} */

@media (max-width: 1024px) {
  .header-opened.header--hidden {
    top: 0;
  }

  .section-heading-left a {
    font-size: 24px;
  }

  .sbi_caption_wrap {
    opacity: 1;
    text-align: left;
  }

  .sbi_item {
    width: 50%!important;
    padding: 10px!important;
  }

  .sbi_caption {
    font-size: 16px!important;
    color: #2D2F30;
  }

  #sb_instagram .sbi_info p.sbi_caption_wrap {
    padding-top: 10px!important;
    padding-left: 0!important;
  }

  .header-toggle-menu li {
    text-align: center;
  }

}

@media (max-width: 767px){
  .press-article-styles li {
    font-size: 12px;
    line-height: 19px;
  }

  .press-article-styles h4 {
    font-size: 10px;
    line-height: 17px;
  }

  .press-article-styles ul, .press-article-styles ol{
    margin-bottom: 20px;
  }

  .press-article-styles h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .press-article-styles h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .press-item-inner h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .simple-page {
    padding-bottom: 60px;
    padding-top: 150px;
  }

  .about-flexrow:not(:last-child) {
    margin-bottom: 60px;
  }

  .form-label {
    font-size: 8pt;
  }

  .form-radio .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 21px;
  }

  .form-input {
    font-size: 11px;
  }


}

@media (max-width: 600px){
  .sbi_item {
    width: 100%!important;
    padding: 10px!important;
  }

  .sbi_item:nth-child(n+9){
    display: none!important;
  }

  .heading-insta-desk .section-heading-left {
    display: none;
  }

  .heading-insta-desk .section-heading {
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
  }

  .project-insta-wrap {
    padding-top: 0;
  }

  .heading-insta-mob {
    display: block;
  }

  .heading-insta-mob .section-heading {
    border-bottom: none;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-insta-mob .section-heading-right {
    margin-bottom: 10px;
  }

  #sb_instagram {
    padding-bottom: 0!important;
  }

  .form-label {
    font-size: 8pt;
  }

  .form-row-wrap-radio {
    flex-wrap: wrap;
  }

  .form-row-radio {
    width: 100%;
  }

  .form-row-area {
    height: 140px;
  }

  .form-row-2 {
    width: 100%;
  }

  .form-row-wrap {
    flex-wrap: wrap;
  }

}

@media (max-width: 479px) {
  .sbi_caption_wrap {
    opacity: 1;
  }

  .heading-insta-desk .section-heading .section-heading-right, .heading-insta-desk .section-heading .section-heading-left{
    margin-top: 15px;
  }
}

@media (min-width: 1025px){
  .about-page-first-section .ifs-innerwrap {
    min-height: 800px;
  }
}