/*
Theme Name: The Language Factory
Theme URI: https://thelanguagefactory.co.uk/
Author: Keiron Peel
Author URI: http://www.keironpeel.com
Version: 1.4.1  
Description: Custom responsive theme
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 14px;
}

header {
  min-height: 80px;
  width: 100%;
  padding: 16px 7.5% 0 7.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background-color: #41404200;
}

header img {
  max-height: 43px;
}

header nav {
  display: none;
  font-size: 14px;
}

@media (min-width: 1032px) {
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / 5;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header nav ul li {
  padding: 0 10px 0 10px;
  display: inline-block;
  position: relative;
}

header nav ul li a {
  color: #273777;
  font-weight: 700;
  text-decoration: none;
}

header nav ul li ul {
  height: auto;
  width: 300px;
  padding: 20px 0 20px 0;
  display: none;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  right: 0;
  background-color: white;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 15px #0000001a;
          box-shadow: 0px 3px 15px #0000001a;
  z-index: 1;
}

header nav ul li ul .dropdown-indicator::after {
  content: "\f140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 2px 0 0 6px;
  vertical-align: top;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: inherit;
  position: relative;
  color: #273777;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

header nav ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li ul li:hover {
  background-color: #2c93c4;
}

header nav ul li ul li:hover a {
  color: white;
}

header nav ul li ul li a {
  color: #272727;
  font-weight: 400;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

header nav ul li ul li:nth-of-type(1) > ul {
  top: -21px;
  left: 300px;
}

header nav ul li ul li:nth-of-type(2) > ul {
  top: -64px;
  left: 300px;
}

header nav ul li ul li:nth-of-type(3) > ul {
  top: -107px;
  left: 300px;
}

header nav ul li ul li:nth-of-type(4) > ul {
  top: -150px;
  left: 300px;
}

header nav ul li ul li:nth-of-type(5) > ul {
  top: -193px;
  left: 300px;
}

header nav ul li ul li ul {
  background-color: #2c93c4;
  border-radius: 0;
  color: white;
}

header nav ul li:hover > ul:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav .navigation-button {
  height: 40px;
  padding: 8px 40px;
  margin: 0 10px 0 10px;
  -webkit-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
  background-color: #da3485;
  border-radius: 7px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

header nav .navigation-button:hover {
  background-color: white;
  color: #da3485;
}

header nav .search-icon-container {
  margin: 0 10px 0 10px;
  cursor: pointer;
}

header nav .dropdown-indicator::after {
  content: "\f140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 2px 0 0 6px;
  vertical-align: top;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: inherit;
  position: relative;
  color: #273777;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

header .search-container {
  min-height: 23px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
}

header .mobile-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
  cursor: pointer;
}

@media (min-width: 1032px) {
  header .mobile-nav-icon {
    display: none;
  }
}

header .mobile-nav-icon i {
  color: #273777;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
}

.sticky + .img-bg {
  padding-top: 60px;
}

.img-bg {
  background-image: url("/wp-content/uploads/2021/07/unnamed-3.jpeg");
  height: 599px;
  background-position: center center;
  background-size: cover;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #283583;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: white;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .mobile-nav ul {
  padding: 0;
  list-style: none;
}

.sidenav .mobile-nav ul .dropdown-indicator {
  text-align: right;
  padding-right: 32px;
}

.sidenav .mobile-nav ul .dropdown-indicator::after {
  content: "\f140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: inherit;
  position: relative;
  color: white;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.sidenav .mobile-nav ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidenav .mobile-nav ul li ul {
  display: none;
}

.sidenav .mobile-nav ul li .show-submenu {
  display: block;
}

.sidenav .mobile-nav ul li .sub-menu {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  padding-left: 16px;
}

#main {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  padding: 20px;
}

.above-header {
  height: 63px;
}

.subscribe {
  width: 100%;
  background-color: #2c93c4;
  color: white;
}

.subscribe .subscribe__wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 40px 20px;
}

.subscribe .subscribe__wrapper .subscribe__column {
  width: 50%;
}

.subscribe .subscribe__wrapper .subscribe__column h3 {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
}

.subscribe .subscribe__wrapper .subscribe__column p {
  max-width: 260px;
  margin: 0;
  font-weight: 600;
  line-height: 1.5em;
}

.subscribe .subscribe__wrapper .subscribe__column--right {
  padding-left: 50px;
}

footer {
  background-color: #273777;
  color: white;
}

footer .footer__row-1 {
  padding: 90px 0 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 700px) {
  footer .footer__row-1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 800px) {
  footer .footer__row-1 {
    padding-left: 20px;
  }
}

footer .footer__row-2 {
  width: 100%;
  padding: 0px 20px;
}

footer .footer__row-2 .footer__row-2-wrapper {
  max-width: 1120px;
  padding: 50px 0px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #33448a;
}

.footer__image-column {
  width: 30%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .footer__image-column {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}

.footer__image-column .footer__image-container {
  position: absolute;
  top: -60%;
  right: 0px;
}

@media only screen and (max-width: 800px) {
  .footer__image-column .footer__image-container {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.footer__image-column .footer__image-container img {
  width: 90%;
}

.footer__menu-column {
  width: 23.333333%;
}

@media only screen and (max-width: 800px) {
  .footer__menu-column {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 700px) {
  .footer__menu-column {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .footer__menu-column {
    margin-bottom: 30px;
  }
}

.footer__menu-column h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.footer__menu-column .footer__navigation ul {
  padding: 0;
  list-style: none;
}

.footer__menu-column .footer__navigation ul li {
  margin-bottom: 10px;
}

.footer__menu-column .footer__navigation ul li a {
  max-width: 180px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.footer__menu-column .footer__navigation ul li a:hover {
  color: #f2ce2c;
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--left {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--left p {
    max-width: 170px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--left p {
    line-height: 1.4em;
  }
}

.footer__row-2-column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
  .footer__row-2-column--right {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__row-2-column--right {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--right {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__row-2-column--right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__row-2-column--right {
    position: relative;
    right: 0px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.footer__row-2-column--right .footer__bottom-navigation ul {
  margin-right: 120px;
  padding: 0;
  display: inline-block;
  list-style: none;
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--right .footer__bottom-navigation ul {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--right .footer__bottom-navigation ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.footer__row-2-column--right .footer__bottom-navigation ul li {
  margin-right: 55px;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  .footer__row-2-column--right .footer__bottom-navigation ul li {
    margin-bottom: 15px;
  }
}

.footer__row-2-column--right .footer__bottom-navigation ul li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.footer__row-2-column--right .footer__social-icons {
  display: inline-block;
}

.footer__row-2-column--right .footer__social-icons .footer__social-icon {
  margin-right: 25px;
  display: inline-block;
}

.footer__row-2-column--right .footer__social-icons .footer__social-icon a {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__row-2-column--right .footer__social-icons .footer__social-icon a:hover {
  opacity: 0.6;
}

.footer__row-2-column--right .footer__social-icons .footer__social-icon a img {
  width: 100%;
}

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