/*!
Theme Name: Form Mould & Tooling
Theme URI: https://www.micromoulders.co.uk/
Author: Ben Pettman
Version: 1.0.0
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  font-family: "Open Sans" !important;
  overflow-x: hidden;
  min-height: 100vh;
}

a, button, input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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 {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: black;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content {
  margin: 1.5em 0 0;
}

.entry-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.comment-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content {
  margin: 1.5em 0 0;
}

.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation {
  display: none;
}

.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

embed {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .custom-logo-link {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .custom-logo-link {
    position: absolute;
    top: 15px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .custom-logo-link {
    top: 30px;
  }
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.card {
  border: 0;
}

.card .card-body {
  padding: 0 0 0 0;
}

.btn-primary {
  font-family: "Montserrat";
  background-color: #033564 !important;
  border-color: #033564 !important;
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.site-branding-text {
  display: none;
}

@media (max-width: 575.98px) {
  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xs > .col,
  .no-gutters-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
header {
  webkit-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 5;
}

@media (max-width: 767.98px) {
  header.js-is-sticky.js-is-sticky--change .custom-logo, header.js-is-stuck .custom-logo {
    height: 60px;
    webkit-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
}

header.js-is-sticky.js-is-sticky--change #site-navigation, header.js-is-stuck #site-navigation {
  background-color: white !important;
}

@media (max-width: 767.98px) {
  header.js-is-sticky {
    background-color: white !important;
  }
  header.js-is-sticky .custom-logo {
    height: 60px;
    webkit-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
}

header nav#site-navigation {
  padding: 0 0 15px 0;
  background-color: transparent !important;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  /* Portrait iPad Pro */
}

@media (min-width: 768px) {
  header nav#site-navigation {
    padding: 0 0 0 0;
  }
}

@media (min-width: 992px) {
  header nav#site-navigation {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation {
    padding: 0;
  }
  header nav#site-navigation > .container {
    max-width: 100%;
  }
}

header nav#site-navigation .navbar-toggler {
  border: none;
  background: transparent !important;
}

header nav#site-navigation .navbar-toggler span {
  color: #3e4081;
}

header nav#site-navigation .navbar-toggler:focus {
  outline: none !important;
}

header nav#site-navigation .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #033564;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

header nav#site-navigation .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

header nav#site-navigation .navbar-toggler .middle-bar {
  opacity: 0;
}

header nav#site-navigation .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

header nav#site-navigation .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header nav#site-navigation .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

header nav#site-navigation .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header nav#site-navigation .menu-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header nav#site-navigation .menu-container .header-contact {
  text-align: center;
  /* Portrait iPad Pro */
}

@media (min-width: 768px) {
  header nav#site-navigation .menu-container .header-contact {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation .menu-container .header-contact {
    margin-bottom: 2px;
    margin-top: 10px;
  }
}

header nav#site-navigation .menu-container .header-contact ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 25px 0;
  border-radius: 15px;
  /* Portrait iPad Pro */
}

@media (min-width: 768px) {
  header nav#site-navigation .menu-container .header-contact ul {
    margin: 0 0 0 0;
  }
}

@media (min-width: 992px) {
  header nav#site-navigation .menu-container .header-contact ul {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation .menu-container .header-contact ul {
    padding: 8px 20px;
  }
}

header nav#site-navigation .menu-container .header-contact ul li {
  display: block;
  color: #3e4081;
  font-family: "Nunito";
  font-weight: 700;
}

@media (min-width: 768px) {
  header nav#site-navigation .menu-container .header-contact ul li {
    display: inline-block;
  }
}

header nav#site-navigation .menu-container .header-contact ul li.phone {
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
}

header nav#site-navigation .menu-container .header-contact ul li.phone::before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: 0;
  color: #fa9f33;
}

header nav#site-navigation .menu-container .header-contact ul li.phone a {
  color: #3e4081;
}

header nav#site-navigation .menu-container .header-contact ul li.mail {
  position: relative;
  padding-left: 20px;
}

header nav#site-navigation .menu-container .header-contact ul li.mail::before {
  content: '\f095';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: 0;
  color: #fa9f33;
}

header nav#site-navigation .menu-container #primary-menu-wrap {
  display: none;
}

@media (min-width: 992px) {
  header nav#site-navigation .menu-container #primary-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu {
  margin-left: 60px;
  /* Portrait iPad Pro */
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu {
    margin-left: 30px;
  }
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li {
  margin: 0 10px;
  /* Portrait iPad Pro */
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li:last-child {
  margin-right: 0;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li:last-child a.nav-link {
  padding-right: 0;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li {
    margin: 0 5px;
  }
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li:first-child {
  margin-left: 0;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li a.nav-link {
  font-weight: 900;
  color: #3e4081;
  font-size: 15px;
  padding: 5px 5px 0 5px;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: 700;
  /* Portrait iPad Pro */
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li a.nav-link {
    padding: 5px;
    font-size: 14px;
  }
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li a.nav-link:hover {
  color: #fa9f33;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li.active a.nav-link {
  color: #fa9f33;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li ul.dropdown-menu {
  margin-top: 0;
  left: -50%;
  background-color: #033564;
  border: 0;
  padding: 10px 0;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li ul.dropdown-menu li {
  margin: 0 10px;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li ul.dropdown-menu li a.nav-link {
  color: white;
  white-space: nowrap;
  padding: 7px 8px;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li ul.dropdown-menu li a.nav-link:hover {
  color: #fa9f33;
}

header nav#site-navigation .menu-container #primary-menu-wrap ul#primary-menu li ul.dropdown-menu li.active a.nav-link {
  color: #fa9f33;
}

header nav#site-navigation #mobile-menu-wrap {
  position: absolute;
  width: 100%;
  top: 100%;
}

@media (min-width: 992px) {
  header nav#site-navigation #mobile-menu-wrap {
    display: none !important;
  }
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu {
  background: rgba(3, 53, 100, 0.9);
  text-align: center;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li::after {
  content: '';
  display: block;
  height: 1px;
  background: white;
  width: 90%;
  margin: auto;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li a.nav-link {
  font-weight: 900;
  color: white;
  font-size: 20px;
  padding: 8px;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: 700;
  position: relative;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li:last-child::after {
  display: none;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu {
  background-color: rgba(3, 53, 100, 0);
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu li {
  margin: 0 10px;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu li a.nav-link {
  color: white;
  white-space: nowrap;
  padding: 7px 8px;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu li a.nav-link:hover {
  color: #fa9f33;
}

header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu li.active a.nav-link {
  color: #fa9f33;
}

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/
.home #main.homepage .hero {
  max-height: 690px;
  overflow: hidden;
}

.home #main.homepage .blue {
  background-color: #062e5f;
  background-image: url("assets/images/blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px 0;
}

.home #main.homepage .blue h2 {
  font-family: "Nunito";
  color: white;
  font-size: 41px;
  line-height: 40px;
  margin-bottom: 40px;
}

.home #main.homepage .blue h2 span {
  color: #fa9f33;
}

.home #main.homepage .blue p {
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
}

.home #main.homepage .position-absolute {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: right;
}

.home #main.homepage .position-absolute h1 {
  font-family: "Nunito";
  color: #033564;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 22px;
}

@media (min-width: 768px) {
  .home #main.homepage .position-absolute h1 {
    line-height: 45px;
    font-size: 56px;
  }
}

.home #main.homepage .position-absolute h1 span {
  font-size: 17px;
}

@media (min-width: 768px) {
  .home #main.homepage .position-absolute h1 span {
    font-size: 46px;
  }
}

.home #main .drivers {
  margin-top: 2px;
  margin-bottom: 2px;
}

.home #main .drivers .image {
  border-right: 0px solid white;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .home #main .drivers .image {
    border-right: 1px solid white;
  }
}

.home #main .drivers .image img {
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.home #main .drivers .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home #main .drivers .image span {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.home #main .drivers .image span a {
  color: white;
  text-transform: uppercase;
  font-family: "Nunito";
  font-size: 21px;
}

.home #main .drivers .image span a b {
  color: #fa9f33;
  position: relative;
  font-weight: normal;
}

.home #main .drivers div > div:last-child .image {
  border-right: 0;
}

@media (max-width: 1259.98px) {
  .home #main .drivers.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.home #main .banner {
  background: #fa9f33;
  color: white;
  padding: 40px 0 40px 0;
  font-family: "Nunito";
  font-size: 27px;
}

.home #main .banner p {
  line-height: 30px;
  margin-bottom: 30px;
}

.home #main .banner p:last-child {
  margin-bottom: 0;
}

.home #main .banner a {
  color: #033564;
  font-size: 17px;
  padding: 15px 40px;
  border: 1px solid #033564;
  margin-top: 10px;
  font-weight: 600;
  display: inline-block;
}

/*--------------------------------------------------------------
# Services images
--------------------------------------------------------------*/
.services {
  margin-top: 80px;
  padding: 0;
}

@media (min-width: 768px) {
  .services {
    padding: inherit;
  }
}

.services .image {
  border: 1px solid #f4e2e4;
  margin-right: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.services .image img {
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.services .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------------------------------------------------
# Main site content - sub pages
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .page-template-full-width #content, .page-template-contact #content, .page-template-gallery #content, .single #content {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .page-template-full-width #content, .page-template-contact #content, .page-template-gallery #content, .single #content {
    margin-top: -102px;
  }
}

.contact_content {
  font-family: "Montserrat";
  color: #033564;
}

#primary #main .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
}

#primary #main .thumbnail .thumb_img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-size: cover;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

#primary #main .thumbnail a {
  display: block;
}

#primary #main .thumbnail:hover .thumb_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#primary #main .top-bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  #primary #main .top-bg-img {
    padding-bottom: 30px !important;
  }
  #primary #main .top-bg-img img {
    width: 50%;
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  #primary #main .top-bg-img {
    min-height: 380px;
  }
}

@media (min-width: 768px) {
  #primary #main .top-bg-img {
    min-height: 543px;
  }
}

@media (min-width: 576px) {
  #primary #main .top-bg-img > .container {
    top: 59%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    position: absolute;
  }
}

@media (min-width: 576px) {
  #primary #main .titles_container {
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
    position: absolute;
  }
}

#primary #main .titles_container h1 {
  font-family: "Nunito";
  text-transform: uppercase;
  color: #033564;
  margin: 0;
  padding: 0;
  font-size: 46px;
}

#primary #main .titles_container h1 span {
  color: #fa9f33;
}

#primary #main .titles_container h2 {
  font-family: "Nunito";
  text-transform: uppercase;
  color: #033564;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#primary #main .content-bg-img {
  position: relative;
  padding: 30px 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

@media (min-width: 992px) {
  #primary #main .content-bg-img {
    min-height: 472px;
    background-size: cover;
    /* Portrait iPad Pro */
  }
  #primary #main .content-bg-img > .container {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    position: absolute;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #primary #main .content-bg-img {
    min-height: auto;
  }
  #primary #main .content-bg-img > .container {
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    text-align: inherit;
    position: relative;
  }
}

@media (min-width: 768px) {
  #primary #main .content-bg-img {
    padding: 30px 0 !important;
  }
}

#primary #main .content-bg-img p {
  font-family: "Montserrat";
  color: #033564;
  font-size: 16px;
}

.smaller-banner #primary #main .top-bg-img, .blog #primary #main .top-bg-img {
  min-height: 350px;
}

.smaller-banner #primary #main .top-bg-img .top-right-image, .blog #primary #main .top-bg-img .top-right-image {
  display: none;
}

.no-center-text #primary #main .content-bg-img > .container {
  top: initial;
  left: initial;
  -webkit-transform: initial;
  transform: initial;
  text-align: inherit;
  position: relative;
}

/*--------------------------------------------------------------
# Post list / News / Blog
--------------------------------------------------------------*/
.blog .blog-card {
  margin-top: 30px;
}

.blog .blog-card .border {
  -webkit-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  margin-bottom: 20px;
}

.blog .blog-card .border .thumb_img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-size: cover;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.blog .blog-card .border .inner {
  padding: 0 30px 0 30px;
}

.blog .blog-card img {
  width: 100%;
}

.blog .blog-card .entry-title {
  margin-top: 15px;
}

.blog .blog-card .entry-title a {
  font-family: "Nunito";
  color: #fa9f33;
}

.blog .blog-card .entry-title a:hover {
  color: #033564 !important;
}

.blog .blog-card .excerpt {
  font-family: "Montserrat";
  color: #033564;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/
.single .the_content {
  font-family: "Montserrat";
  color: #033564;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-image: url("assets/images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #a0a5c3;
}

footer.site-footer {
  padding: 30px 0 0 0;
}

@media (min-width: 768px) {
  footer.site-footer {
    padding: 80px 0 0 0;
  }
}

footer h3 {
  color: #3e4081;
  font-size: 20px;
  margin-bottom: 25px;
}

footer .banner-title {
  text-align: center;
}

footer .banner-title h4 {
  text-transform: uppercase;
  color: #033564;
  margin: 0 0 60px 0;
  padding: 0 15px;
  font-weight: normal;
  font-size: 37px;
  font-family: "Nunito";
}

@media (min-width: 768px) {
  footer .banner-title h4 {
    padding: 0;
  }
}

footer .banner-title h4 span {
  color: #fa9f33;
}

footer .left-body p {
  font-family: "Montserrat";
  color: #033564;
}

footer .left-body strong {
  font-family: "Montserrat";
  color: #033564;
  font-weight: 700;
}

footer .footer-widgets .widget .h6 {
  color: #033564;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Nunito";
}

footer .footer-widgets .footer-1-area ul li a {
  color: white;
  font-family: "Montserrat";
}

footer .footer-widgets .footer-2-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-widgets .footer-2-area ul li {
  margin-bottom: 5px;
}

footer .footer-widgets .footer-2-area ul li a {
  color: white;
  font-family: "Montserrat";
}

footer .footer-widgets .footer-3-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-widgets .footer-3-area ul li {
  margin-bottom: 5px;
}

footer .footer-widgets .footer-3-area ul li a {
  color: white;
  font-family: "Montserrat";
}

footer .footer-widgets .footer-4-area .textwidget {
  color: white;
  font-family: "Montserrat";
}

footer .footer-widgets .footer-4-area .textwidget a {
  color: white;
}

footer .copyright {
  background: #033b6f;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  font-family: "Lato";
}

@media (min-width: 768px) {
  footer .copyright {
    min-height: 55px;
    line-height: 55px;
  }
}

footer .copyright a {
  color: white !important;
}
/*# sourceMappingURL=style.css.map */


header nav#site-navigation {
    padding: 15px 0px;
}

header nav#site-navigation .menu-container .header-contact ul li.iso {
    position: relative;
    padding-left: 30px;
    margin-right: 200px;

}


header nav#site-navigation .menu-container .header-contact ul li.iso a {
    color: #3e4081;
}

header nav#site-navigation .menu-container .header-contact ul li.phone::before {
    display: none;
}

header nav#site-navigation .menu-container .header-contact ul li.mail::before {
    display: none;
}

header nav#site-navigation .menu-container .header-contact ul {
    padding-top: 0px;
}


.home #main .drivers .image span {
    color: #fa9f33;
}

.homerow1link {
    color: #fa9f33;
    margin: 0px 20px;
}

#headerisologo {
    position: absolute;
    left: -300px;
    top: -26px;
    cursor: pointer;
}


#headerisologo img {
    width: 120px;
    height: auto;
}


.phone a, .mail a {
    color: #3e4081 !important;
    text-decoration: none;
}

@media (max-width: 1275px) { 
    #headerisologo {
        display: none;
    }
}

@media (max-width: 991px) {
    
    header nav#site-navigation .menu-container .header-contact {
         flex-direction: row;
    }
    
    header nav#site-navigation .menu-container .header-contact ul li {
        position: relative;
        padding: 20px !important;
        margin: 0px !important;
        float:left;
    }

    
    #primary #main .content-bg-img {
        background: none;
    }

    
    header nav#site-navigation .menu-container .header-contact {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .custom-logo-link img {
        height: 60px;
        width: auto;
        margin: 0px;
        margin-top: 10px;
    }
    
    header nav#site-navigation .menu-container .header-contact ul li.iso {
        display: none;
    }
    
    header nav#site-navigation .menu-container .header-contact ul li a span {
        display: inline-block;
    }
    
    header nav#site-navigation .menu-container .header-contact ul {
        padding: 0px;
    }
    
    
}

@media (max-width: 768px) { 
     header nav#site-navigation .menu-container .header-contact ul li a span {
         display: none;
    }   
}


header nav#site-navigation #mobile-menu-wrap #mobile-menu li ul.dropdown-menu li a.nav-link {
    font-size: 14px;
    text-align: center;
}