@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

@media (min-width: 50em) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
p {
  margin-bottom: 1em;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #036274;
}


@media (min-width: 50em) {
  body {
    font-size: 17px;
    line-height: 25px;
  }
}

#wrapper {
  width: 100%;
  text-align: left;
}

.main {
  width: 100%;
}
.main .title__box h1 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
  border: 0px solid transparent !important;
  border-radius: 0px !important;
  color: #333333 !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #036274 !important;
  color: white !important;
  border: 0px solid transparent !important;
}

.contact_form {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 50em) {
  .contact_form {
    max-width: 90%;
    margin: 0 auto;
  }
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}


@media (min-width: 50em) {
  .main .title__box h1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 50em) {
  .container {
    padding: 0;
  }
}
.container section {
  padding: 5px 0 25px 0;
}
@media (min-width: 50em) {
  .container section {
    padding: 30px 0 50px 0;
  }
}
.container section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 50px 0;
}
@media (min-width: 50em) {
  .container section h2 {
    font-size: 28px;
  }
}
.container section p {
  line-height: 23px;
}
@media (min-width: 50em) {
  .container section p {
    line-height: 25px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #036274;
}
a :visited {
  color: #036274;
}

.service__posts {
  overflow: hidden;
}
.service__posts-item:nth-child(odd) {
  margin-bottom: 20px;
  min-width: 480px;
  position: relative;
  right: 60px;
  padding: 20px 120px 35px 20px;
  background-image: linear-gradient(to right, rgba(3, 98, 116, 0.25), rgba(34, 181, 115, 0.25));
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
@media (min-width: 70em) {
  .service__posts-item:nth-child(odd) {
    padding: 35px;
    margin-bottom: 40px;
    position: relative;
    right: 0;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .service__posts-item:nth-child(odd) {
    padding: 35px;
    margin-bottom: 40px;
    position: relative;
    right: 100px;
  }
}
.service__posts-item:nth-child(odd) .content__header {
  display: flex;
  flex-direction: row;
}
.service__posts-item:nth-child(odd) .content__header .featured__image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  padding-right: 10px;
  padding-top: 5px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(odd) .content__header .featured__image {
    width: 180px;
    height: 180px;
    padding-right: 30px;
    padding-top: 15px;
  }
}
.service__posts-item:nth-child(odd) .content__header .featured__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(odd) .content__header .featured__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .service__posts-item:nth-child(odd) .content__header .featured__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.service__posts-item:nth-child(odd) .content__header .featured__text .featured__link {
  font-size: 15px;
  padding: 10px 20px;
  background-color: #036274;
  border-radius: 50px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(odd) .content__header .featured__text .featured__link {
    font-size: 18px;
  }
}
.service__posts-item:nth-child(odd) .content__header .featured__text .featured__link a {
  color: white;
}
.service__posts-item:nth-child(odd) .content__header .featured__text .featured__link:hover {
  background-color: #22b573;
}
.service__posts-item:nth-child(even) {
  margin-bottom: 20px;
  padding: 20px 20px 30px 45px;
  position: relative;
  left: 60px;
  background-image: linear-gradient(to right, rgba(3, 98, 116, 0.25), rgba(34, 181, 115, 0.25));
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
@media (min-width: 70em) {
  .service__posts-item:nth-child(even) {
    padding: 35px;
    margin-bottom: 40px;
    min-width: 0;
    position: relative;
    left: 0;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .service__posts-item:nth-child(even) {
    padding: 30px 30px 30px 100px;
    margin-bottom: 40px;
    min-width: 0;
    position: relative;
    left: 120px;
  }
}
.service__posts-item:nth-child(even) .content__header {
  display: flex;
  flex-direction: row-reverse;
}
.service__posts-item:nth-child(even) .content__header .featured__image {
  padding-left: 5px;
  padding-top: 5px;
  width: 100px;
  height: 100px;
  min-width: 100px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(even) .content__header .featured__image {
    width: 180px;
    height: 180px;
    padding-left: 30px;
    padding-top: 15px;
  }
}
.service__posts-item:nth-child(even) .content__header .featured__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(even) .content__header .featured__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .service__posts-item:nth-child(even) .content__header .featured__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.service__posts-item:nth-child(even) .content__header .featured__text .featured__link {
  font-size: 15px;
  padding: 10px 20px;
  background-color: #036274;
  border-radius: 50px;
}
@media (min-width: 50em) {
  .service__posts-item:nth-child(even) .content__header .featured__text .featured__link {
    font-size: 18px;
  }
}
.service__posts-item:nth-child(even) .content__header .featured__text .featured__link a {
  color: white;
}
.service__posts-item:nth-child(even) .content__header .featured__text .featured__link:hover {
  background-color: #22b573;
}

.header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 5px grey;
}
.header .logo {
  display: flex;
}
.header .logo #payrollingSvg {
  width: 235px;
  height: auto;
}
.header .logo a {
  display: flex;
  max-width: 235px;
}
.header .logo svg .payrollingPetrol {
  fill: #036274;
}
.header .logo svg .payrollingGreen {
  fill: #22B573;
}

@media (min-width: 50em) {
  .header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 95px;
    box-shadow: 0 0 5px grey;
  }
  .header .logo {
    display: flex;
  }
  .header .logo a {
    display: flex;
    max-width: 235px;
  }
  .header .logo svg .payrollingPetrol {
    fill: #036274;
  }
  .header .logo svg .payrollingGreen {
    fill: #22B573;
  }
}
.footer {
  background-color: #22b573;
  min-height: 260px;
  padding-top: 20px;
}
@media (min-width: 50em) {
  .footer {
    min-height: 470px;
  }
}
.footer h2 {
  padding-top: 0;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0;
}
@media (min-width: 50em) {
  .footer h2 {
    padding-top: 70px;
    font-size: 28px;
    margin: 50px 0;
  }
}
.footer .widget-area {
  display: flex;
  justify-content: start;
  text-align: center;
}
@media (min-width: 50em) {
  .footer .widget-area {
    text-align: left;
  }
}
.footer .widget-area li {
  list-style-type: none;
}
.footer .widget-area li .wp-block-columns {
  width: auto;
}
@media (min-width: 50em) {
  .footer .widget-area li .wp-block-columns {
    width: 410px;
  }
}
.footer .widget-area li .wp-block-columns a {
  color: inherit;
}
.footer .widget-area li .wp-block-columns a:hover {
  color: #036274;
}
.footer .contact__area {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer .contact__area p {
  color: white;
  line-height: 22px;
  font-size: 15px;
}
@media (min-width: 50em) {
  .footer .contact__area p {
    font-size: 17px;
    line-height: 25px;
  }
}

.bottom__area {
  height: 70px;
  background-color: white;
  display: flex;
  justify-content: space-between;
}
.bottom__area p {
  padding: 25px 30px;
}

.main-navigation {
  color: #036274;
  text-align: center;
}
.main-navigation li {
  font-size: 22px;
  line-height: 1.5;
}
.main-navigation a {
  color: #036274;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #22b573;
}
.main-navigation a:focus {
  color: #22b573;
}
.main-navigation ul {
  display: none;
}
.main-navigation ul.nav-menu {
  background-color: white;
  position: absolute;
  min-width: 100vw;
  left: 0;
  margin-top: 0;
  height: 100%;
  padding-top: 90px;
  z-index: 1;
}
@media (min-width: 50em) {
  .main-navigation ul.nav-menu {
    padding-top: 0;
  }
}
.main-navigation ul.nav-menu.visible {
  display: block;
}
.main-navigation ul.nav-menu li {
  font-size: 26px;
  line-height: 40px;
  color: white;
}

#toggleBtn {
  display: inline-block;
}

@media (min-width: 50em) {
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
    display: block;
  }
  .main-navigation ul.nav-menu {
    background-color: transparent;
    min-width: auto;
    right: 0;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    height: 0;
  }
  .main-navigation ul.nav-menu li {
    font-size: 22px;
    line-height: 36px;
  }
  .main-navigation ul.nav-menu li a {
    color: #036274;
  }
  .main-navigation ul.nav-menu li a:hover {
    color: #22b573;
  }
  .main-navigation ul.nav-menu li a:focus {
    color: #22b573;
  }
  .main-navigation div.nav-menu > ul {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
    margin: 0 40px 0 0;
    position: relative;
  }
  .main-navigation li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 3.692307692;
    white-space: nowrap;
  }

  #toggleBtn {
    display: none;
  }
}
/* Hamburger mobile */
button#toggleBtn {
  background-color: transparent;
  border: none;
  margin-top: 8px;
}

.hamburger {
  display: block;
  width: 65px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 45px;
  background: #22b573;
  border-radius: 0;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

.hamburger.checked .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

.hamburger.checked .line:nth-child(2) {
  opacity: 0;
}

.hamburger.checked .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/*# sourceMappingURL=main.css.map */
