/*!
Theme Name: Networkfish
Description: Networkfish.com site theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: networkfish
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
html {
  box-sizing: border-box;
  font-size: 4.3vw;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}

html, body {
  height: 100%;
}

div#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #464646;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin: 0 0 1rem 0;
}
p:last-child {
  margin-bottom: 0;
}

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

a {
  color: #264ade;
}

*:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1rem 0;
  color: #ffffff;
  background-color: #002440;
  transition: all 0.3s;
  z-index: 992;
}
.site-header.small {
  padding: 0.5rem 0;
}
.site-header.small .custom-logo-link img {
  max-width: 10rem;
}

div#page {
  padding-top: 5.2rem;
}

.custom-logo-link {
  display: block;
  position: relative;
  z-index: 1;
}
.custom-logo-link img {
  display: block;
  max-width: 14.35rem;
  transition: all 0.3s;
}

.site-content {
  padding: 2rem 0;
}

.page-template-home-page div#page {
  padding-top: 0;
}
.page-template-home-page .site-header {
  padding: 1.75rem 0;
  background-color: transparent;
  color: #ffffff;
}
.page-template-home-page .site-header.small {
  padding: 0.5rem 0;
  background-color: #002440;
}
.page-template-home-page .site-content {
  padding: 0;
}
.page-template-home-page footer#footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .main-navigation {
    margin-left: 1rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    margin-left: auto;
    order: inherit;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu-outer {
    position: absolute;
    background-color: #002440;
    width: 100%;
    left: 0;
    top: -200vh;
    max-height: 100vh;
    overflow: auto;
    padding: 5rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
  }
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
  }
}
.main-navigation ul li {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .main-navigation ul li {
    margin: 0.5rem 0;
  }
}
.main-navigation ul li a {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-navigation ul li a {
    font-size: 0.9rem;
  }
}
.main-navigation ul li a:hover {
  text-decoration: underline;
}
/*
.main-navigation ul li.contact a {
  padding-left: 1.4rem;
  background: url("images/icon_mail.svg") no-repeat left center;
  background-size: 1rem auto;
}
*/
.main-navigation.toggled .menu-outer {
  top: 0;
}

/* Small menu. */
.menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 5px;
  background-color: transparent;
  border: none;
  z-index: 1;
}
.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
  width: 27px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
    width: 35px;
    height: 4px;
    border-radius: 2px;
    margin: 7px 0;
  }
}

.main-navigation.toggled .menu-toggle .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
@media (min-width: 768px) {
  .main-navigation.toggled .menu-toggle .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
  }
}
.main-navigation.toggled .menu-toggle .bar2 {
  opacity: 0;
}
.main-navigation.toggled .menu-toggle .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
@media (min-width: 768px) {
  .main-navigation.toggled .menu-toggle .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

section#home-top {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 991;
}
section#home-top .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
section#home-top .content {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  section#home-top .content {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  section#home-top .content {
    font-size: 1.95rem;
  }
}
section#home-top h1.entry-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  section#home-top h1.entry-title {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  section#home-top h1.entry-title {
    font-size: 7rem;
  }
}
section#home-top .down {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-animation: updown 1s ease-out infinite;
  animation: updown 1s ease-out infinite;
  margin-left: -1rem;
}
section#home-top .down span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-left: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  transform: rotate(-45deg);
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
footer#footer {
  padding: 0.9rem 0;
  background-color: #32335f;
  color: #ffffff;
  margin-top: auto;
  z-index: 990;
}
footer#footer .contacts {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer#footer .contacts {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
  }
}
footer#footer .contacts a {
  margin-left: 1.35rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
footer#footer .contacts a:hover {
  text-decoration: underline;
}
footer#footer .contacts a.email svg {
  width: 1.55rem;
  height: auto;
}
@media (min-width: 992px) {
  footer#footer .contacts a.email svg {
    margin-right: 0.7rem;
  }
}
footer#footer .contacts a.phone svg {
  width: 1.2rem;
  height: auto;
  margin-right: 0.7rem;
}
footer#footer div.social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
footer#footer div.social ul li {
  padding: 0 0.38rem;
}
footer#footer div.social ul li a {
  display: block;
  text-decoration: none;
  color: currentColor;
}
footer#footer div.social ul li a svg {
  display: block;
}
div.remote {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  div.remote {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  div.remote {
    margin: 0 0 0 1rem;
  }
}
div.remote a {
  height: 1.75rem;
  display: flex;
  align-items: center;
  background-color: #317ba5;
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 0 0.4rem 0 0.2rem;
}
div.remote a svg {
  width: 1.25rem;
  height: auto;
  margin-right: 0.4rem;
}

section.home-child {
  padding: 3.5rem 0 5rem 0;
  overflow-x: hidden;
}
section.home-child:nth-child(odd) {
  background-color: #f9fafc;
}
section.home-child h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 1rem 0;
}
section.home-child h2 a {
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 768px) {
  section.home-child h2 {
    font-size: 1.8rem;
  }
}
section.home-child h2.big {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  section.home-child h2.big {
    font-size: 2.6rem;
  }
}
section.home-child h2 + p.has-text-align-center {
  font-size: 0.9rem;
}
section.home-child .outer {
  position: relative;
  height: 100%;
}
section.home-child .sub-pages-list {
  margin-top: 3rem;
}
section.home-child .sub-pages-list .sub-page-outer {
  transition: all 0.5s;
}
@media (max-width: 991px) {
  section.home-child .sub-pages-list .sub-page-outer {
    margin-bottom: 2rem;
  }
  section.home-child .sub-pages-list .sub-page-outer:last-child {
    margin-bottom: 0;
  }
}
section.home-child .sub-pages-list .sub-page-outer .sub-page {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  section.home-child .sub-pages-list .sub-page-outer .sub-page {
    flex-direction: row;
  }
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .thumb {
  flex: none;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .thumb img {
  display: block;
  width: 118%;
  max-width: inherit;
  margin-left: -9%;
  margin-right: -9%;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .thumb .close {
  position: absolute;
  right: 2.65rem;
  top: 0.65rem;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  padding: 0.4rem;
  background-color: #F8F8F8;
  box-sizing: border-box;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .thumb .close svg {
  width: 100%;
  height: auto;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2.5rem auto 0 auto;
  background-color: #5cc9a9;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .icon.nude {
  background-color: #e0beab;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .icon.purple {
  background-color: #925dad;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .icon svg {
  max-width: 50%;
  height: auto;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content {
  padding: 1rem;
  flex: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.home-child .sub-pages-list .sub-page-outer .sub-page .content {
    padding: 1rem 2rem;
  }
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin: 0.65rem 0 1.25rem 0;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content .text {
  margin-bottom: auto;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content p:nth-child(n+2), section.home-child .sub-pages-list .sub-page-outer .sub-page .content ul:nth-child(n+2) {
  display: none;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content footer .more {
  width: fit-content;
  color: #a7a6a6;
  cursor: pointer;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content footer .close {
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  padding: 0.4rem;
  background-color: #F8F8F8;
  box-sizing: border-box;
  margin-right: 0.85rem;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .content footer .close svg {
  width: 100%;
  height: auto;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .main-info {
  flex: none;
  width: 100%;
}
section.home-child .sub-pages-list .sub-page-outer .sub-page .main-content {
  display: none;
  padding: 0 1rem 4.5rem 1rem;
}
@media (min-width: 768px) {
  section.home-child .sub-pages-list .sub-page-outer .sub-page .main-content {
    column-count: 2;
    column-gap: 2.6rem;
    padding: 2rem 2rem 4.5rem 2rem;
  }
}
section.home-child .sub-pages-list .sub-page-outer.disabled {
  opacity: 0.3;
  z-index: -1;
}
section.home-child .sub-pages-list .sub-page-outer:not(.opened) .close, section.home-child .sub-pages-list .sub-page-outer:not(.opened) .contact_us_btn {
  display: none;
}
section.home-child .sub-pages-list .sub-page-outer.opened {
  z-index: 989;
}
section.home-child .sub-pages-list .sub-page-outer.opened .content p, section.home-child .sub-pages-list .sub-page-outer.opened .content ul {
  display: block;
}
section.home-child .sub-pages-list .sub-page-outer.opened .more, section.home-child .sub-pages-list .sub-page-outer.opened .content .text {
  display: none;
}
section.home-child .sub-pages-list .sub-page-outer.opened footer {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5rem;
}

.contact_us_btn {
  width: fit-content;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #ff9546;
  padding: 0.6rem 1rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.about-columns {
  margin-top: 3rem;
  margin-bottom: 0;
}
.about-columns h3 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .about-columns h3 {
    font-size: 1.5rem;
  }
}

.swiper-gallery .blocks-gallery-grid {
  flex-wrap: nowrap;
}
.swiper-gallery .blocks-gallery-grid img {
  display: block;
}

.solutions-list {
  position: relative;
}
.solutions-list > .row {
  margin-top: 3rem;
}
.solutions-list > .row .solution-outer {
  margin-bottom: 2.6rem;
  position: initial;
  transition: all 0.5s;
}
.solutions-list > .row .solution-outer:nth-child(1) .solution-item, .solutions-list > .row .solution-outer:nth-child(9) .solution-item {
  background-color: #e5fcf5;
}
.solutions-list > .row .solution-outer:nth-child(1) .solution-item .contact_us_btn, .solutions-list > .row .solution-outer:nth-child(9) .solution-item .contact_us_btn {
  background-color: #5cc9a9;
}
.solutions-list > .row .solution-outer:nth-child(3) .solution-item, .solutions-list > .row .solution-outer:nth-child(5) .solution-item, .solutions-list > .row .solution-outer:nth-child(7) .solution-item {
  background-color: #e2f7fd;
}
.solutions-list > .row .solution-outer:nth-child(3) .solution-item .contact_us_btn, .solutions-list > .row .solution-outer:nth-child(5) .solution-item .contact_us_btn, .solutions-list > .row .solution-outer:nth-child(7) .solution-item .contact_us_btn {
  background-color: #32335f;
}
.solutions-list > .row .solution-outer .solution-item {
  position: relative;
  padding: 2rem 2rem 1.5rem 2rem;
  line-height: 1.3;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
}
.solutions-list > .row .solution-outer .solution-item h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
  .solutions-list > .row .solution-outer .solution-item h3 {
    font-size: 1.15rem;
  }
}
.solutions-list > .row .solution-outer .solution-item .content {
  min-height: 5.3rem;
  height: 7.3rem;
  overflow: hidden;
}
.solutions-list > .row .solution-outer .solution-item .content ul {
  padding-left: 1.2rem;
}
.solutions-list > .row .solution-outer .solution-item .content ul ul {
  margin-top: 0.5rem;
}
.solutions-list > .row .solution-outer .solution-item .content ul li {
  margin-bottom: 0.5rem;
}
.solutions-list > .row .solution-outer .solution-item .content p:last-child {
  padding-bottom: 3rem;
}
.solutions-list > .row .solution-outer .solution-item .content p.footer {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.solutions-list > .row .solution-outer .solution-item .content p.footer .close {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  padding: 0.4rem;
  background-color: #F8F8F8;
  box-sizing: border-box;
  margin-right: 0.85rem;
}
.solutions-list > .row .solution-outer .solution-item .content p.footer .close svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .solutions-list > .row .solution-outer .solution-item .content {
    height: 7.5rem;
  }
}
.solutions-list > .row .solution-outer .solution-item footer {
  margin-top: 1rem;
  display: flex;
}
.solutions-list > .row .solution-outer .solution-item footer .close {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  padding: 0.4rem;
  background-color: #F8F8F8;
  box-sizing: border-box;
  margin-right: 0.85rem;
}
.solutions-list > .row .solution-outer .solution-item footer .close svg {
  width: 100%;
  height: auto;
}
.solutions-list > .row .solution-outer .solution-item .more {
  color: #a7a6a6;
  cursor: pointer;
}
.solutions-list > .row .solution-outer:not(.opened) footer .contact_us_btn, .solutions-list > .row .solution-outer:not(.opened) footer .close {
  display: none;
}
.solutions-list > .row .solution-outer.opened {
  z-index: 990;
}
@media (min-width: 768px) {
  .solutions-list > .row .solution-outer.opened .solution-item {
    z-index: 989;
  }
}
@media (min-width: 768px) {
  .solutions-list > .row .solution-outer.opened .solution-item .content {
    column-count: 3;
    column-gap: 2.6rem;
  }
}
.solutions-list > .row .solution-outer.opened .solution-item footer {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .solutions-list > .row .solution-outer.opened .solution-item footer {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.solutions-list > .row .solution-outer.opened .solution-item .more {
  display: none;
}

.referrals-slider {
  position: relative;
  margin-top: 3.5rem;
}
.referrals-slider .outer {
  position: relative;
}
.referrals-slider .swiper-container {
  width: 80%;
}
@media (min-width: 768px) {
  .referrals-slider .swiper-container {
    width: 65%;
  }
}
.referrals-slider .swiper-button-next, .referrals-slider .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background-color: #F8F8F8;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .referrals-slider .swiper-button-next, .referrals-slider .swiper-button-prev {
    width: 3rem;
    height: 3rem;
  }
}
.referrals-slider .swiper-button-next:after, .referrals-slider .swiper-button-prev:after {
  content: none;
}
@media (hover: hover) {
  .referrals-slider .swiper-button-next:hover, .referrals-slider .swiper-button-prev:hover {
    background-color: #C7C7C7;
  }
}
.referrals-slider .swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) {
  .referrals-slider .swiper-button-prev {
    left: 2rem;
  }
}
.referrals-slider .swiper-button-prev svg {
  transform: rotate(135deg);
}
.referrals-slider .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .referrals-slider .swiper-button-next {
    right: 2rem;
  }
}
.referrals-slider .swiper-button-next svg {
  transform: rotate(-45deg);
}
.referrals-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.referrals-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  border: solid 1px #707070;
  background-color: #ffffff;
  margin: 0 0.5rem;
  transition: all 0.5s;
}
.referrals-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7c7c7;
}
.referrals-slider .swiper-slide {
  height: auto;
}
.referrals-slider .referral-item {
  position: relative;
  height: 100%;
  background-color: #004479;
  color: #ffffff;
  overflow: hidden;
}
.referrals-slider .referral-item .thumb {
  position: relative;
}
.referrals-slider .referral-item .thumb img {
  display: block;
}
.referrals-slider .referral-item .thumb h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 1rem;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .referrals-slider .referral-item .thumb h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .referrals-slider .referral-item .thumb h3 {
    padding: 0 1.75rem 0 1rem;
  }
}
.referrals-slider .referral-item .content {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.11;
  padding: 0.65rem 1rem;
  display: flex;
}
@media (min-width: 992px) {
  .referrals-slider .referral-item .content {
    padding: 0.65rem 1.75rem 1rem 1rem;
  }
}
.referrals-slider .referral-item .content div {
  margin-right: 0.5rem;
}
.referrals-slider .referral-item .content p:last-child {
  margin-bottom: 0;
}
.referrals-slider .referral-item .content a {
  flex: none;
  display: block;
  width: 1.2rem;
  margin-left: auto;
}
.referrals-slider .referral-item .quote {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  background-color: #004479;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .referrals-slider .referral-item .quote {
    padding: 1.3rem;
    font-size: 1.6rem;
  }
}
.referrals-slider .referral-item:hover .content {
  top: 0;
}

.blog-list {
  margin-top: 3rem;
}
.blog-list > div {
  margin-bottom: 2rem;
}
.blog-list .blog-item {
  height: 100%;
}
.blog-list .blog-item article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-list .blog-item .thumb {
  border-left: 2px solid #15244e;
  margin-bottom: 2rem;
}
.blog-list .blog-item .thumb img {
  display: block;
}
.blog-list .blog-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.17;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.blog-list .blog-item .excerpt {
  line-height: 1.4;
  color: #222222;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .blog-list .blog-item .excerpt {
    margin-bottom: 1.5rem;
  }
}
.blog-list .blog-item footer {
  margin-top: auto;
}
.blog-list .blog-item footer a {
  color: #a7a6a6;
  text-decoration: none;
  transition: all 0.3s;
}
.blog-list .blog-item footer a:hover {
  color: #32335f;
}

.wp-block-columns {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.wp-block-columns .wp-block-column {
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.faq-list {
  line-height: 1.4;
  margin-top: 3rem;
}
.faq-list p:empty {
  display: none;
}
.faq-list h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.02em;
  margin: 0;
}
.faq-list h4 {
  color: #264ade;
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.faq-list ul {
  margin: 0 0 1rem;
  padding: 0;
  color: #264ade;
  list-style-type: none;
}
.faq-list ul li a {
  color: currentColor;
  text-decoration: none;
}
.faq-list ul li a:hover {
  text-decoration: underline;
}

section#home-footer .dark {
  padding: 2.7rem 0;
  background-color: #002440;
}
section#home-footer .dark .social ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section#home-footer .dark .social ul li {
  margin-left: 1.35rem;
}
section#home-footer .dark .social ul li a {
  display: block;
  color: #ffffff;
}
section#home-footer .dark .social ul li a svg {
  max-width: 0.8rem;
  height: auto;
}
section#home-footer .light {
  padding: 1.5rem 0;
  border-top: 1px solid #eeeeee;
}
section#home-footer .light .copy {
  color: #222222;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  section#home-footer .light .copy {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  section#home-footer .light .main-navigation ul {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  section#home-footer .light .main-navigation ul li {
    margin: 0;
  }
  section#home-footer .light .main-navigation ul li:last-child {
    padding-right: 0;
  }
}
section#home-footer .light .main-navigation ul li a {
  color: #002440;
  font-size: 0.9rem;
}
section#home-footer .light .main-navigation ul li.contact a {
  background: url(images/mail_dark.svg) no-repeat left center;
  background-size: 1rem auto;
}

#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
  width: 50%;
}
@media (min-width: 768px) {
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }
}

#sb_instagram .sbi_follow_btn a {
  margin: 10px 0;
}

.wp-block-image {
  margin: 0 0 1em 0;
}

@media (max-width: 991px) {
  .mobile-hiddden {
    display: none !important;
  }
}
h1.page-title, h1.entry-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  h1.page-title, h1.entry-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .sidebar {
    padding-left: 2rem;
  }
}

.widget_recent_entries ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget_recent_entries ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.widget_recent_entries ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
.widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

.search-form {
  display: flex;
  margin-bottom: 2rem;
}
.search-form input {
  padding: 0.3rem 0.8rem;
  border: 1px solid #a7a6a6;
  border-right: 0;
  border-radius: 0;
}
.search-form button {
  background-color: #ff9546;
  padding: 0.3rem 0.5rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.search-form button svg {
  fill: #ffffff;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem 0;
}
.nav-links > div {
  width: 50%;
}
.nav-links > div.nav-next {
  margin-left: auto;
  padding-left: 15px;
  text-align: right;
}
.nav-links > div.nav-next a svg {
  margin-left: 0.5rem;
}
.nav-links > div.nav-previous {
  padding-right: 15px;
}
.nav-links > div.nav-previous a svg {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.nav-links a {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}
.nav-links a svg {
  display: block;
  flex: none;
}
.nav-links a:hover {
  text-decoration: underline;
}

.single-post .entry-meta {
  margin-bottom: 1rem;
}
.single-post .post-thumbnail {
  margin-bottom: 1rem;
}
.single-post .post-thumbnail img {
  display: block;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }

  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
.wpcf7-form input {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}
.wpcf7-form input[type=submit] {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #0086e6;
  color: #ffffff;
  padding: 0.6rem 1rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: none;
  width: fit-content;
  text-transform: uppercase;
  margin-left: auto;
  cursor: pointer;
}
.wpcf7-form textarea {
  width: 100%;
  height: 7rem;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

body:not(.page-id-883) .grecaptcha-badge {
  display: none;
}

#wpcf7-f887-p883-o1 {
  width: 304px;
}
@media (min-width: 768px) {
  .wpcf7 {
    margin-left: auto;
  }
}

.wpcf7-recaptcha {
  margin-bottom: 1rem;
}

.flavoursrect {
  min-height: 100px;
}

.rectpart {
  padding: 20px;
  margin: 0 -20px;
  min-height: 100px;
}

.grayback {
  background-color: #ebebeb;
}

.rectpart img, .imgleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.office_list {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding-left: 140px;
}

.flavoursrect p, .office_list {
  padding-left: 140px;
}

.rectpart p {
  padding-left: 120px;
}

.withoutimg p {
  padding-left: 0;
}

.textbox {
  padding:2px 6px 4px 6px;
  color: #555555;
  background-color: #eeeeee;
  border: #dddddd 2px solid;
}
.border {
  border-style:solid;
  border-width: 2px;
  border-color: #000;
}
#calculate-form .row h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 5px;
}
#calculate-form .row > div:nth-child(1) h4 {
  background-color: #e0beab;
}
#calculate-form .row > div:nth-child(2) h4 {
  background-color: #5cc9a9;
}
#calculate-form .row > div:nth-child(3) h4 {
  background-color: #925dad;
}
#calculate-form .description {
  margin-bottom: 1rem;
}
#calculate-form #result {
  display: none;
  padding-top: 1rem;
}
#calculate-form #result .row.save {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 0.5rem solid #32335f;
}
@media (min-width: 992px) {
  #calculate-form #result .col-lg-8 {
    text-align: right;
    padding-right: 2rem;
  }
}
#calculate-form #result .big {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  #calculate-form #result .big {
    font-size: 1.5rem;
  }
}
#calculate-form #result .big .blue {
  color: #0086e6;
}
#calculate-form #result .big .red {
  color: #e60000;
  text-decoration: line-through;
  margin-right: 0.5em;
}
#calculate-form #result .big .green {
  font-size: 1.2em;
  color: #11b200;
}
#calculate-form #result.shown .wpcf7-not-valid-tip {
  display: none;
}
#calculate-form input[type=submit] {
  width: 100%;
}
#calculate-form #calculate {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #0086e6;
  color: #ffffff;
  padding: 0.6rem 1rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: none;
  width: fit-content;
  text-transform: uppercase;
  margin-left: auto;
  cursor: pointer;
  margin-top: 1rem;
}

.wpcf7-form input[type=checkbox] {
    width: auto;
}
.wpcf7-list-item {
  margin-left: 0;
}

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