/*
 Theme Name:     Tovari Divi Child
 Theme URI:      https://www.tovari.fi
 Description:    Tovari Divi Child Theme
 Author:         Tovari
 Author URI:     https://www.tovari.fi
 Template:       Divi
 Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Syncopate:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.vertical-align-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.6vw;
  line-height: 1.3em;
  margin-bottom: 20px !important;
}

@media (max-width: 980px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 5.6vw !important;
  }
}

@media (max-width: 599px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 7.6vw !important;
  }
}

.h1--secondary h1 {
  color: #212a4f;
}

h2,
h3,
h4,
h5 {
  color: #212a4f !important;
  line-height: 1;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 3vw !important;
}

@media (max-width: 980px) {
  h2 {
    font-size: 4vw !important;
  }
}

@media (max-width: 599px) {
  h2 {
    font-size: 6vw !important;
  }
}

h2.entry-title {
  font-size: 2vw !important;
}

@media (max-width: 980px) {
  h2.entry-title {
    font-size: 2.8vw !important;
  }
}

@media (max-width: 599px) {
  h2.entry-title {
    font-size: 4.6vw !important;
  }
}

h3 {
  font-size: 2vw !important;
}

@media (max-width: 980px) {
  h3 {
    font-size: 2.8vw !important;
  }
}

@media (max-width: 599px) {
  h3 {
    font-size: 4.6vw !important;
  }
}

p,
li,
.et_pb_blurb_description,
.et_pb_slide_content,
.et_pb_toggle_content,
.et_pb_header_content_wrapper,
.et_pb_text_inner {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  color: #212a4f;
}

@media (max-width: 575px) {
  p,
  li,
  .et_pb_blurb_description,
  .et_pb_slide_content,
  .et_pb_toggle_content,
  .et_pb_header_content_wrapper,
  .et_pb_text_inner {
    font-size: 17px;
  }
}

a {
  color: #ff664f;
}

a:hover {
  color: #1a80b6;
}

ul {
  margin-bottom: 30px;
}

.et_pb_blurb_description {
  font-size: 17px;
}

.big-p p {
  font-size: 24px;
}

.text-center {
  text-align: center !important;
}

@media (max-width: 980px) {
  .text--center--mobile {
    text-align: center !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 980px) {
  .text-right {
    text-align: center !important;
  }
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #212a4f !important;
}

.text-margin-top-120 {
  margin-top: 120px;
}

.et_pb_button {
  background-color: #fff;
  border-color: #fff;
  border-radius: 3px;
  color: #1a80b6 !important;
}

.et_pb_button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #1a80b6 !important;
}

.custom--divider:before {
  border-top-color: #ffaba8 !important;
  border-top-width: 3px !important;
}

.custom--divider.primary:before {
  border-top-color: #1a80b6 !important;
  border-top-width: 3px !important;
}

.text--450 {
  max-width: 450px;
}

@media (max-width: 980px) {
  .text--450 {
    margin: auto;
    max-width: 100%;
  }
}

.text--450.right--align {
  margin-right: 0;
  margin-left: auto;
}

.text--450.center--align {
  margin: auto;
}

.text--750 {
  max-width: 750px;
  margin: auto;
}

.mb-5 {
  margin-bottom: 2em !important;
}

.mt-5 {
  margin-top: 2em !important;
}

body.et_cover_background {
  background-color: #dfdfdf;
  background-image: url("/wp-content/uploads/2023/10/pattern10.png");
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: fixed !important;
}

.top--bar--section {
  background: #1a80b6;
  max-width: 75%;
  margin: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1440px) {
  .top--bar--section {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  .top--bar--section {
    max-width: 100%;
  }
}

.top--bar--section .top--bar--row {
  width: 92%;
  max-width: 92%;
  padding: 15px 0 !important;
}

.top--bar--section .top--bar--row p,
.top--bar--section .top--bar--row .et_pb_text_inner {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 1600px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 2.3vw;
  }
}

@media (max-width: 767px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 2.5vw;
  }
}

@media (max-width: 500px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  .top--bar--section .top--bar--row p,
  .top--bar--section .top--bar--row .et_pb_text_inner {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 980px) {
  .top--bar--section .top--bar--row .bordered--link {
    text-align: right;
  }
}

.top--bar--section .top--bar--row .bordered--link a {
  border: 2px solid;
  padding: 10px;
  color: #fff;
}

@media (max-width: 1400px) {
  .top--bar--section .top--bar--row .bordered--link a {
    padding: 6px;
  }
}

@media (max-width: 479px) {
  .top--bar--section .top--bar--row .bordered--link {
    margin-top: 15px;
  }
  .top--bar--section .top--bar--row .bordered--link a {
    font-size: 4vw;
  }
}

.top--bar--section .top--bar--row .lang--switch {
  background: transparent;
}

.top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 980px) {
  .top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav #menu-language-switcher {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav #menu-language-switcher {
    margin-bottom: 20px;
  }
}

.top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav #menu-language-switcher li {
  margin-top: 4px;
}

.top--bar--section .top--bar--row .lang--switch .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav #menu-language-switcher li a {
  padding-bottom: 0;
}

.navigation--section {
  max-width: 75%;
  margin: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1440px) {
  .navigation--section {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  .navigation--section {
    max-width: 100%;
  }
}

.navigation--section .navigation--row {
  width: 92%;
  max-width: 92%;
}

@media (max-width: 1506px) {
  .navigation--section .navigation--row {
    padding: 7px 0 !important;
  }
}

@media (min-width: 981px) {
  .navigation--section .navigation--row .et_pb_menu__logo-wrap {
    max-width: 25% !important;
  }
}

@media (max-width: 980px) {
  .navigation--section .navigation--row .et_pb_menu__logo-wrap {
    max-width: 40% !important;
    padding: 2vw 0 !important;
  }
}

@media (max-width: 479px) {
  .navigation--section .navigation--row .et_pb_menu__logo-wrap {
    max-width: 55% !important;
  }
}

.navigation--section .navigation--row .et_pb_menu__logo-wrap .et_pb_menu__logo img {
  max-width: 100%;
}

.navigation--section .navigation--row .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul {
  margin-bottom: 0 !important;
}

.navigation--section .navigation--row .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul li a {
  color: #212a4f;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

@media (max-width: 1506px) {
  .navigation--section .navigation--row .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1428px) {
  .navigation--section .navigation--row .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1349px) {
  .navigation--section .navigation--row .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul li a {
    font-size: 13px;
  }
}

#main-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-header .container {
  max-width: 75%;
}

@media (max-width: 1440px) {
  #main-header .container {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  #main-header .container {
    max-width: 100%;
  }
}

#main-header .container .logo_container a img {
  max-height: 75%;
}

#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
  padding-bottom: 0;
}

.hero--section {
  padding: 0 !important;
  background-color: #1a80b6;
  max-width: 75%;
  margin: auto;
}

@media (max-width: 1440px) {
  .hero--section {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  .hero--section {
    max-width: 100%;
  }
}

.hero--section .fw--header {
  min-height: 0 !important;
  padding-top: 5vw !important;
  padding-bottom: 5vw !important;
}

.hero--section .fw--header .et_pb_fullwidth_header_overlay {
  /*background-image: linear-gradient(180deg, rgba(26, 128, 182, 0.92) 0%, rgba(26, 128, 182, 0.6) 100%);*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 128, 182, 0.42)), to(rgba(26, 128, 182, 0.2)));
  background-image: linear-gradient(180deg, rgba(26, 128, 182, 0.42) 0%, rgba(26, 128, 182, 0.2) 100%);
}

.hero--section .fw--header .et_pb_fullwidth_header_container {
  min-height: 0 !important;
}

.hero--section .fw--header .et_pb_fullwidth_header_container .header-content {
  max-width: 700px;
}

.hero--section .fw--header .et_pb_fullwidth_header_container .header-content h1 {
  margin-bottom: 0 !important;
}

.hero--section .fw--header .et_pb_fullwidth_header_container .header-content p {
  color: #fff;
}

.hero--section .fw--header .et_pb_fullwidth_header_container .header-content .et_pb_header_content_wrapper {
  color: #fff;
  margin-bottom: 20px;
}

.hero--section .fw--header.landing .et_pb_fullwidth_header_overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 128, 182, 0.42)), to(rgba(26, 128, 182, 0.2)));
  background-image: linear-gradient(180deg, rgba(26, 128, 182, 0.42) 0%, rgba(26, 128, 182, 0.2) 100%);
}

.header--section {
  padding: 6vw 0 !important;
}

.header--section .header--row p,
.header--section .header--row li,
.header--section .header--row .et_pb_blurb_description,
.header--section .header--row .et_pb_slide_content,
.header--section .header--row .et_pb_toggle_content,
.header--section .header--row .et_pb_header_content_wrapper,
.header--section .header--row .et_pb_text_inner {
  color: #fff;
}

.subpage--hero--section {
  padding: 0 !important;
  background-color: #1a80b6;
}

.subpage--hero--section .subpage--hero--row {
  max-width: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 54, 155, 0.94)), to(rgba(84, 54, 155, 0.7)));
  background-image: linear-gradient(180deg, rgba(84, 54, 155, 0.94) 0%, rgba(84, 54, 155, 0.7) 100%);
}

.subpage--hero--section .subpage--hero--row .sub--title p {
  font-weight: 600;
}

.subpage--hero--section .subpage--hero--row h1,
.subpage--hero--section .subpage--hero--row h2,
.subpage--hero--section .subpage--hero--row h3,
.subpage--hero--section .subpage--hero--row h4,
.subpage--hero--section .subpage--hero--row h5,
.subpage--hero--section .subpage--hero--row p,
.subpage--hero--section .subpage--hero--row .et_pb_text_inner {
  color: #fff;
}

.content--section {
  max-width: 75%;
  margin: auto;
  padding: 5vw 0 !important;
}

@media (max-width: 1440px) {
  .content--section {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  .content--section {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .content--section {
    padding: 9vw 0 !important;
  }
}

@media (max-width: 599px) {
  .content--section {
    padding: 11vw 0 !important;
  }
}

.content--section.small--padding--top {
  padding-top: 1vw !important;
}

.content--section.small--padding--bottom {
  padding-bottom: 1vw !important;
}

.content--section.no--padding {
  padding: 0 !important;
}

.content--section.no--padding--top {
  padding-top: 0 !important;
}

.content--section.no--padding--bottom {
  padding-bottom: 0 !important;
}

.content--section.pre--footer {
  padding: 0 !important;
}

.content--section.pre--footer .content--row {
  padding: 7vw 0 !important;
}

.content--section .content--row {
  max-width: 100%;
  width: 60%;
}

@media (max-width: 980px) {
  .content--section .content--row {
    width: 80%;
  }
}

.content--section .content--row.with--padding--bottom {
  padding-bottom: 5vw;
}

.content--section .content--row.with--padding--top {
  padding-top: 5vw;
}

.content--section .content--row.fullwidth--row {
  width: 100%;
}

.content--section .content--row.no--padding {
  padding: 0 !important;
}

.content--section .content--row.with--padding {
  padding: 40px 0 !important;
}

.content--section .content--row.spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vw !important;
  padding-bottom: 0 !important;
  background: rgba(85, 54, 155, 0.85);
}

.content--section .content--row.spacer.with--content {
  padding-top: 3vw !important;
  padding-bottom: 2.6vw !important;
}

.content--section .content--row.overlay p,
.content--section .content--row.overlay li,
.content--section .content--row.overlay .et_pb_blurb_description,
.content--section .content--row.overlay .et_pb_slide_content,
.content--section .content--row.overlay .et_pb_toggle_content,
.content--section .content--row.overlay .et_pb_header_content_wrapper,
.content--section .content--row.overlay .et_pb_text_inner,
.content--section .content--row.overlay h1,
.content--section .content--row.overlay h2,
.content--section .content--row.overlay h3,
.content--section .content--row.overlay h4,
.content--section .content--row.overlay h5 {
  color: #fff !important;
}

.content--section .content--row.width--900 {
  max-width: 900px;
  margin: auto;
}

.content--section .content--row.width--80--percent {
  width: 80%;
}

.content--section .content--row.width--92--percent {
  width: 92%;
  max-width: 92%;
}

.content--section .content--row .sub--title .et_pb_text_inner,
.content--section .content--row .sub--title p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.7;
  color: #212a4f;
}

@media (max-width: 575px) {
  .content--section .content--row .sub--title .et_pb_text_inner,
  .content--section .content--row .sub--title p {
    font-size: 17px;
  }
}

.content--section .content--row .custom--image--top--margin--90 {
  margin-top: 90px;
}

.content--section .content--row .et_pb_module.width--700 {
  max-width: 700px;
}

.content--section .content--row .et_pb_module.m-auto {
  margin: auto;
}

.content--section .content--row .fw--column--grid--bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a80b6), color-stop(50%, rgba(85, 54, 155, 0.85)));
  background-image: linear-gradient(180deg, #1a80b6 0%, rgba(85, 54, 155, 0.85) 50%);
}

.content--section .content--row .fw--column--grid--bg p,
.content--section .content--row .fw--column--grid--bg li,
.content--section .content--row .fw--column--grid--bg .et_pb_blurb_description,
.content--section .content--row .fw--column--grid--bg .et_pb_slide_content,
.content--section .content--row .fw--column--grid--bg .et_pb_toggle_content,
.content--section .content--row .fw--column--grid--bg .et_pb_header_content_wrapper,
.content--section .content--row .fw--column--grid--bg .et_pb_text_inner,
.content--section .content--row .fw--column--grid--bg h1,
.content--section .content--row .fw--column--grid--bg h2,
.content--section .content--row .fw--column--grid--bg h3,
.content--section .content--row .fw--column--grid--bg h4,
.content--section .content--row .fw--column--grid--bg h5 {
  color: #fff;
}

.content--section .content--row .fullwidth--column--grid--padding {
  padding: 8vw 6vw 6vw 6vw !important;
}

@media (max-width: 980px) {
  .content--section .content--row .fullwidth--column--grid--padding {
    padding: 9vw 12vw 9vw 12vw !important;
  }
}

@media (max-width: 599px) {
  .content--section .content--row .fullwidth--column--grid--padding {
    padding: 20vw 10vw !important;
  }
}

.content--section .content--row .number--counter .percent-value,
.content--section .content--row .number--counter .percent-sign {
  font-size: 3vw;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #ff664f;
}

@media (max-width: 980px) {
  .content--section .content--row .number--counter .percent-value,
  .content--section .content--row .number--counter .percent-sign {
    font-size: 6vw !important;
  }
}

@media (max-width: 599px) {
  .content--section .content--row .number--counter .percent-value,
  .content--section .content--row .number--counter .percent-sign {
    font-size: 9vw !important;
  }
}

.content--section .content--row .number--counter .title {
  color: #212a4f;
  font-size: 19px !important;
  text-transform: uppercase;
}

.content--section .content--row .content--icon--blurb .et-pb-icon {
  color: #ff664f !important;
  font-size: 60px;
}

.content--section .content--row .content--icon--blurb .et_pb_blurb_container {
  text-align: center;
}

.content--section .content--row .content--icon--blurb.with--bg {
  background-color: #dfb048;
  padding: 60px !important;
}

.content--section .content--row .content--icon--blurb.with--bg .et_pb_blurb_description a {
  color: #212a4f;
}

.content--section .content--row .content--icon--blurb.with--bg .et_pb_blurb_description a:hover {
  color: #1a80b6;
}

.content--section .content--row .content--icon--blurb.small--icon .et-pb-icon {
  font-size: 30px;
}

.content--section .content--row .thin--heading h2 {
  font-weight: 100;
  font-size: 2vw;
}

.content--section .content--row .image--link .et_pb_image_wrap .et_overlay {
  background-color: rgba(26, 128, 182, 0.85);
}

.content--section .content--row .image--link .et_pb_image_wrap .et_overlay:before {
  color: #fff;
}

.content--section .content--row .custom--pricing--table.highlighted {
  background-color: #fff;
}

.content--section .content--row .custom--pricing--table .et_pb_pricing_heading {
  background-color: transparent !important;
}

.content--section .content--row .custom--pricing--table .et_pb_pricing_heading .et_pb_pricing_title {
  font-size: 30px !important;
  color: #1a80b6;
}

.content--section .content--row .custom--pricing--table .et_pb_pricing_heading span {
  color: #212a4f !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.content--section .content--row .custom--pricing--table .et_pb_pricing_content_top .et_pb_sum {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

@media (max-width: 980px) {
  .content--section .content--row .et_pb_team_member_image {
    margin: auto;
    padding-bottom: 25px !important;
  }
}

.content--section .content--row .sidebar h2 {
  font-size: 2vw !important;
}

@media (max-width: 980px) {
  .content--section .content--row .sidebar h2 {
    font-size: 2.8vw !important;
  }
}

@media (max-width: 599px) {
  .content--section .content--row .sidebar h2 {
    font-size: 4.6vw !important;
  }
}

.content--section .content--row.quote {
  padding: 3vw;
  background: #dfdfdf;
}

.content--section .content--row.quote .et_quote .et_right_quote {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  color: #212a4f;
}

@media (max-width: 575px) {
  .content--section .content--row.quote .et_quote .et_right_quote {
    font-size: 17px;
  }
}

.content--section .content--row.quote .et_quote .et_quote_sign {
  font-family: "Oswald", sans-serif;
}

.content--section .content--row .special--content--column {
  margin-left: 1vw;
}

.content--section .content--row .ela {
  background: #dfdfdf;
  padding: 2vw !important;
}

@media (max-width: 980px) {
  .content--section .content--row .ela {
    padding: 6vw !important;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .content--section .content--row .ela {
    padding: 10vw 6vw !important;
  }
}

.content--section .content--row .ela h1,
.content--section .content--row .ela h2,
.content--section .content--row .ela h3,
.content--section .content--row .ela h4,
.content--section .content--row .ela h5,
.content--section .content--row .ela h6,
.content--section .content--row .ela p,
.content--section .content--row .ela .et_pb_text_inner {
  color: #212a4f !important;
}

.content--section .content--row .ela h2 {
  font-size: 2vw !important;
  font-weight: 600;
}

@media (max-width: 980px) {
  .content--section .content--row .ela h2 {
    font-size: 4vw !important;
  }
}

@media (max-width: 980px) {
  .content--section .content--row .ela h2 {
    font-size: 6vw !important;
  }
}

.content--section .content--row .ela.tertiary-bg {
  background: #fff;
}

.content--section .content--row .ela p .hopea {
  color: #aaaaaa;
}

.content--section .content--row .ela p .kulta {
  color: #dfb048;
}

.content--section .content--row .ela p .pronssi {
  color: #966a0b;
}

.content--section .content--row .ela--image {
  margin-left: 1vw;
  margin-bottom: 1vw !important;
  margin-right: 1vw;
}

.content--section .content--row .custom--table .dvmd_tm_tcell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dfdfdf;
}

.content--section .content--row .custom--table .dvmd_tm_cdata {
  font-family: "Roboto", sans-serif;
}

.content--section .content--row .custom--table .dvmd_tm_chead {
  background: #1a80b6;
  color: #fff;
}

.content--section .content--row .custom--table .dvmd_tm_chead .dvmd_tm_cdata {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer--section {
  max-width: 75%;
  margin: auto;
  background: #dfdfdf;
}

@media (max-width: 1440px) {
  .footer--section {
    max-width: 80%;
  }
}

@media (max-width: 1228px) {
  .footer--section {
    max-width: 100%;
  }
}

.footer--section.credits--section {
  background: #1a80b6;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer--section.credits--section .credits--row p,
.footer--section.credits--section .credits--row .et_pb_text_inner {
  font-size: 15px;
  color: #fff;
}

.footer--section .footer--row {
  width: 98%;
  max-width: 98%;
}

@media (max-width: 980px) {
  .footer--section .footer--row img {
    width: 40% !important;
    padding: 5vw 0 !important;
  }
}

@media (max-width: 479px) {
  .footer--section .footer--row img {
    width: 55% !important;
  }
}

.bg--primary {
  background-color: #1a80b6;
}

.bg--quartiary {
  background-color: #dfdfdf;
}

.bg--quartiary .et_pb_button {
  background-color: #1a80b6;
  border-color: #1a80b6;
  border-radius: 3px;
  color: #fff !important;
}

.bg--quartiary .et_pb_button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #1a80b6 !important;
}

.bg--quartiary .et_pb_promo_description h2,
.bg--quartiary .et_pb_promo_description p {
  color: #212a4f !important;
}

.custom--bg--1 {
  background-color: #ff664f;
}

.custom--bg--2 {
  background-color: #ffaba8;
}

.custom--bg--3 {
  background-color: #dfb048;
}

.custom--bg--3 .et_pb_button:hover {
  background-color: #1a80b6 !important;
  border-color: #1a80b6 !important;
  color: #dfb048 !important;
}

.custom--bg--4 {
  background-color: #966a0b;
}

.custom--bg--5 {
  background-color: #4a7576;
}

.color-primary {
  color: #1a80b6;
}

.color-secondary {
  color: #212a4f;
}

.color-custom_color_1 {
  color: #ff664f;
}

.color-custom_color_2 {
  color: #ffaba8;
}

.color-custom_color_3 {
  color: #dfb048;
}

.color-custom_color_4 {
  color: #966a0b;
}

.color-custom_color_5 {
  color: #4a7576;
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
  display: none;
}

@media all and (max-width: 980px) {
  .custom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first-on-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .second-on-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .third-on-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fourth-on-mobile {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}

.mobile_menu_bar:before {
  font-size: 42px;
  color: #1a80b6 !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

.et_mobile_menu {
  border-top: 0;
  min-width: 100vw;
  margin-left: -4vw;
  min-height: 100vh !important;
  min-height: -webkit-fill-available;
  padding-top: 50px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.et_mobile_menu li {
  text-align: center !important;
}

.et_mobile_menu li a {
  font-size: 17px;
}

.et_mobile_menu li li,
.et_mobile_menu li ul {
  padding-left: 0 !important;
}

.mobile_nav.opened .et_mobile_menu {
  display: block !important;
}
