/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
  --teal: #2e969c;
  --purple: #932fd3;
  --dkBlue: #1a327c;
  --ltPurple: #cd71d6;
  --dkPurple: #7401ab;
  --yellow: #fbb553;
}

input:focus, textarea:focus {
    outline: 2px solid royalblue;
    box-shadow: 1px 1px 8px royalblue;
}

#page {
  min-height: calc(100vh - 746px);
}

#block-7 {
  background: var(--yellow);
  border-radius: 35px;
  padding: 10px;
}

#block-7 .fa-phone {
  color: #fff;
}

#menu-item-970 a {
  color:var(--dkPurple);
}

.header-h1 {
  font-size: 70px;
}

input[type='submit'] {
  background: var(--yellow);
  color: #222;
  border-radius: 35px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 600;
}

input[type='submit']:hover {
  background: var(--teal);
}

.home .entry-header {
  position: absolute;
  left: -9999px;
}

.page-hero {
  position: relative;
}

.page-hero h1 {
  font-size: 50px;
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 250px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  top: 0;
  left: 0;
}

#home-hero-wrap h2 {
  font-family: 'Pacifico';
  text-align: left;
  color: var(--yellow);
  font-weight: 400;
}

#home-hero-wrap h3 {
  font-size: 130px;
  text-align: left;
  font-family: 'Rubik';
  font-weight: 700;
  line-height: 1;
}

#header-phone-icon i,
#header-phone-icon svg {
  background: var(--teal);
  border-radius: 50%;
  padding: 10px;
  margin-right: 7px;
}

.home-offer i,
.home-offer svg {
  font-size: 30px;
  color: var(--teal);
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gform_wrapper_1 {
  background: #f5f5f5;
  padding: 30px;
}

#gform_wrapper_1 .gform_title {
  font-size: 30px;
  text-align: center;
}

#gform_wrapper_1 input[type='text'],
#gform_wrapper_2 input[type='email'],
#gform_wrapper_1 input[type='email'],
#gform_wrapper_1 input[type='url'],
#gform_wrapper_1 input[type='password'],
#gform_wrapper_1 input[type='search'],
#gform_wrapper_1 input[type='tel'],
#gform_wrapper_1 input[type='number'],
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
  background: #fff;
}

#gform_wrapper_2 .gform_required_legend {
  display: none !important;
}

#field_2_1,
#field_2_3,
#field_2_4 {
  margin-bottom: 25px;
}

.wp-block-kadence-posts .entry-header {
  position: relative;
  left: initial;
}

.wp-social-link {
  border-radius: 35px;
  border: solid 1px #fff;
}

.footer-widgets .widget li {
  margin-bottom: 12px !important;
}

#block-12 {
  margin-bottom: 10px;
}

#onsite-top-group {
}

#onsite-woman {
  position: absolute;
  height: 600px;
  right: 20px;
  bottom: 0;
  z-index: 10;
}

#onsite-woman img {
  height: 600px;
  width: auto;
}

#onsite-top-left-row .kt-row-column-wrap {
  justify-content: initial;
}

#onsite-top-right-col {
  margin-left: -150px;
}

.onsite-services-left-col,
.onsite-services-right-col {
  position: relative;
}

.onsite-services-left-col:before {
  background: repeating-linear-gradient(
    to top,
    #dddddc 0px,
    #dddddc 7px,
    #222222 7px,
    #222222 11px
  );
  content: '';
  width: 1px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: -1.9em;
  left: 3.55em;
}

.onsite-services-right-col:before {
  background: repeating-linear-gradient(
    to top,
    #dddddc 0px,
    #dddddc 7px,
    #2e969c 7px,
    #2e969c 11px
  );
  content: '';
  width: 1px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: -1.9em;
  left: auto;
  right: 3.55em;
}

.onsite-service-bullet {
  position: relative;
}

.onsite-service-bullet figure {
  position: absolute;
  left: 100px;
  top: -10px;
  transform: translateX(-50%);
  background: var(--teal);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 20px;
  border: solid 1px #fff;
}

.onsite-service-bullet-right {
  grid-template-columns: 0% auto !important;
}

.onsite-service-bullet-right figure {
  left: initial;
  right: 0;
}

.onsite-service-bullet .wp-block-media-text__content {
  padding-left: 100px;
  font-weight: 600;
  font-size: 20px;
}

.onsite-services-right-col
  .onsite-service-bullet-right
  .wp-block-media-text__content {
  padding-left: 20px;
  padding-right: 163px;
}

#onsite-service-bullet-translate figure {
  top: -37px;
}

#onsite-service-bullet-chat figure {
  top: 20px;
}

#onsite-service-bullet-recording figure {
  top: 23px;
}

.about-hero {
  background-position-y: 63%;
}

#hybrid-top-row .kt-row-column-wrap {
  justify-content: flex-end;
}

#hybrid-top-left-col {
  margin-right: -130px !important;
  z-index: 1;
  position: relative;
}

#hybrid-top-right-col {
  position: relative;
  z-index: 0;
}

#hybrid-man {
  position: absolute;
  bottom: 0;
  left: 20px;
}

#hybrid-man img {
  max-width: 500px;
}

.hybrid-hero {
  background-position-y: 10%;
}

.home iframe {
  margin-top: 0 !important;
}

.single-post #primary {
  margin-top: 40px;
}

.blog #content {
  padding: 50px 0;
}

.blog .entry-header {
  margin-bottom: 20px;
}

.blog article {
  margin-bottom: 50px;
}

.single-post .entry-header {
  margin: 20px 0;
}

.wp-block-latest-posts__list li {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: solid 1px var(--teal);
}

.wp-block-search__button,
.read-more-container a {
  background: var(--yellow);
  border-radius: 35px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}

.wp-block-search__button:hover,
.read-more-container a:hover {
  background: var(--teal);

  color: #fff;
}

#nav-below {
  margin-top: 30px;
}

.comments-area {
  margin: 50px 0 !important;
}

.error404 #content {
  margin: 50px 0;
}

/*========responsive=================================================*/

@media only screen and (max-width: 1950px) {
  #home-offer-outer-row .kt-row-layout-inner {
    background-size: 225px;
  }

  #onsite-top-right-col .kt-inside-inner-col {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 1900px) {
  #hybrid-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 300px;
  }
}

@media only screen and (max-width: 1800px) {
  #onsite-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-right: 300px;
  }

  #onsite-experience-h2 {
    font-size: 47px;
  }

  #hybrid-top-row > .kt-row-column-wrap {
    padding-left: 362px;
  }

  #hybrid-top-right-col .kt-inside-inner-col {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1670px) {
  #home-offer-inner-row .inner-column-1 {
    flex-basis: 40%;
  }

  #home-offer-inner-row .inner-column-2 {
    flex-basis: 60%;
  }

  #onsite-woman {
    height: 500px;
  }

  #onsite-woman img {
    height: 500px;
  }

  #onsite-experience-h2,
  #hybrid-h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  #onsite-top-left-col .kt-inside-inner-col {
    padding-left: 100px;
    padding-top: 50px;
  }

  #hybrid-top-right-col .kt-inside-inner-col {
    padding-right: 100px;
  }

  #hybrid-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 200px;
  }
}

@media only screen and (max-width: 1570px) {
  #home-start-row .kt-row-column-wrap {
    max-width: 700px !important;
  }

  #onsite-woman {
    right: -25px;
  }

  #onsite-top-right-col > .kt-inside-inner-col {
    padding-right: 300px;
  }

  #hybrid-top-row > .kt-row-column-wrap {
    padding-left: 262px;
  }
}

@media only screen and (max-width: 1350px) {
  #home-offer-outer-row .kt-row-layout-inner {
    background-size: 225px;
  }

  #home-offer-inner-row .kt-row-layout-inner .inner-column-2 > div {
    padding-right: 275px;
  }

  .home-offer .inner-column-2 > div {
    padding-right: 0 !important;
  }

  #hybrid-top-row > .kt-row-column-wrap {
    padding-left: 162px;
  }
}

@media only screen and (max-width: 1260px) {
  .onsite-service-bullet-right {
    max-width: 100% !important;
  }

  .onsite-service-bullet-right figure {
    right: -78px;
  }

  .onsite-services-right-col
    .onsite-service-bullet-right
    .wp-block-media-text__content {
    padding-left: 40px;
    padding-right: 100px;
  }

  #onsite-service-bullet-food figure {
    top: 21px;
  }

  #onsite-service-bullet-money figure {
    top: 21px;
  }

  #onsite-service-bullet-training figure {
    top: 15px;
  }

  #onsite-service-bullet-translate figure {
    top: 50px;
  }

  #onsite-service-bullet-chat figure {
    top: 20px;
  }

  #onsite-service-bullet-recording figure {
    top: 23px;
  }

  #about-intro-row-inner .kt-row-column-wrap {
    max-width: 700px !important;
  }
}

@media only screen and (max-width: 1250px) {
  #home-hero-wrap {
    max-width: 95%;
    margin: 0 auto;
  }

  #home-offer-outer-row .kt-row-layout-inner {
    background-size: 200px;
  }

  #home-start-row .kt-row-column-wrap {
    max-width: 500px !important;
  }

  .header-h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* #onsite-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
        padding-right:140px;
    }*/

  #onsite-woman {
    position: relative;
    text-align: center;
    right: initial;
    margin-top: 40px;
  }

  #hybrid-top-row > .kt-row-column-wrap {
    padding-left: 30px;
  }

  #hybrid-man {
    position: relative;
    left: 0;
    margin-top: 20px;
  }

  #onsite-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-right: 0px;
  }

  #hybrid-top-row > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 0px;
  }

  #onsite-top-right-col {
    margin-left: 0;
  }

  #onsite-top-right-col > .kt-inside-inner-col {
    padding-right: 20px;
  }

  #onsite-top-left-col .kt-inside-inner-col {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1092px) {
  #page {
    min-height: calc(100vh - 824px);
  }

  #onsite-service-bullet-food figure {
    top: 51px;
  }

  #onsite-service-bullet-money figure {
    top: 81px;
  }

  #onsite-service-bullet-translate figure {
    top: 90px;
  }

  #about-intro-row-inner .kt-row-column-wrap {
    max-width: 500px !important;
  }

  #about-intro-row-outer > .kt-row-layout-inner {
    background-size: 111px;
  }

  .nav-float-right .header-widget {
    margin-left: 0;
  }

  #block-7 {
    display: inline-block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #home-start-row .kt-row-column-wrap {
    max-width: 550px !important;
    margin-right: 40px !important;
  }

  #hybrid-outer-row > .kt-row-layout-inner .kt-row-column-wrap {
    padding-left: 0;
  }

  .onsite-services-right-col:before {
    right: 4.6em;
  }

  .onsite-services-left-col:before {
    left: 4.6em;
  }

  .onsite-service-bullet figure {
    left: 115px;
  }

  .onsite-service-bullet-right figure {
    right: -59px;
    left: initial;
  }

  #onsite-top-left-col .kt-inside-inner-col {
    padding-right: 100px;
    min-height: initial;
  }

  #onsite-top-right-col {
    padding-left: 100px;
    padding-right: 100px;
  }
  #hybrid-h2 {
    text-align: left;
  }

  #hybrid-top-row > .kt-row-column-wrap {
    padding-left: 0 !important;
  }

  #hybrid-outer-row > .kt-row-column-wrap {
    padding-left: 0;
  }

  #hybrid-top-left-col {
    padding-left: 100px;
    padding-right: 100px;
    margin-right: 0 !important;
  }

  #hybrid-top-left-col > .kt-inside-inner-col {
    padding-bottom: 30px;
  }

  .hybrid-start-button {
    text-align: left !important;
  }

  #hybrid-man {
    position: relative;
    left: initial;
    top: initial;
  }

  #hybrid-man img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }

  #hybrid-top-right-col .kt-inside-inner-col {
    padding-left: 100px;
    padding-top: 50px;
  }

  .hybrid-start-button {
    justify-content: flex-start !important;
  }

  .single-post .site-content {
    flex-direction: column;
  }

  .single-post .site-content .content-area,
  .single-post .is-right-sidebar {
    width: 100%;
  }

  .single-post .widget-area .widget {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 900px) {
  .onsite-service-bullet .wp-block-media-text__content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #home-start-row .kt-row-column-wrap {
    max-width: 500px !important;
    margin-right: 40px !important;
  }

  .inside-header .header-widget {
    margin-top: 0;
  }

  .site-header .header-widget {
    text-align: left;
  }

  #header-phone-icon {
    font-weight: 700;
  }
}

@media only screen and (max-width: 767px) {
  #home-offer-inner-row .kt-row-layout-inner .inner-column-2 > div {
    padding-right: 40px;
  }

  #home-hero-wrap h2 {
    font-size: 30px;
  }

  #home-hero-wrap h3 {
    font-size: 100px;
  }

  #home-start-row .kt-row-column-wrap {
    max-width: initial !important;
    margin-right: 0 !important;
  }

  #onsite-top-left-col .kt-inside-inner-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  #hybrid-top-right-col .kt-inside-inner-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  #onsite-top-right-col,
  #hybrid-top-left-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .onsite-services-left-col {
    margin-bottom: 60px !important;
  }

  .onsite-service-bullet {
    max-width: 100%;
  }

  .onsite-service-bullet figure {
    width: 70px;
    height: 70px;
  }

  .onsite-services-left-col,
  .onsite-services-right-col {
    max-width: 96%;
  }

  .onsite-services-left-col:before {
    left: 1.55em;
  }

  .onsite-services-right-col:before {
    right: 1.55em;
  }

  .onsite-service-bullet figure {
    left: 56px;
  }

  .onsite-service-bullet-right figure {
    right: -71px;
    left: initial;
  }

  .onsite-service-bullet .wp-block-media-text__content {
    padding-left: 110px;
  }

  .onsite-services-right-col
    .onsite-service-bullet-right
    .wp-block-media-text__content {
    padding-right: 56px;
  }

  #onsite-service-bullet-food figure {
    top: -10px;
  }

  #onsite-service-bullet-money figure {
    top: -10px;
  }

  #onsite-service-bullet-translate figure {
    top: -10px;
  }
}

@media only screen and (max-width: 600px) {
  #home-hero-wrap h2 {
    font-size: 24px;
  }

  #home-hero-wrap h3 {
    font-size: 65px;
  }

  .header-h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .site-header .header-image {
    width: 180px;
  }

  #block-7 h2 {
    font-size: 16px;
  }

  .inside-header {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 450px) {
  #home-start-row .kt-row-column-wrap {
    margin-right: 0 !important;
  }

  .site-branding .main-title {
    font-size: 20px;
  }
}
