/*
	Theme Name: WPTricks Starter Theme
	Theme URI: https://github.com/aaronsummers/wptricks-starter-theme/
	Author: Aaron Summers
	Author URI: http://www.wptricks.co.uk/
	Description: 
	Version: 2.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: 
	Text Domain: wptricks
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
 * 1. CSS Reset
 * http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-family: Arial, sans-serif; }

body {
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Essential Styles
 */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*:before, *:after {
  content: ""; }

header:before, section:before, aside:before, footer:before, ul:before, .clearfix.before,
header:after, section:after, aside:after, footer:after, ul:after, .clearfix.after {
  display: table; }

header:after, section:after, aside:after, footer:after, ul:after, .clearfix.after {
  clear: both; }

/*
 * Default Widths
 */
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.hero, .quotes, .what-we-do .boxes .box, .accreditations, section.offices .office-wrapper .office {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

body {
  background: #000;
  overflow-x: hidden;
  color: #fff; }

@media (max-width: 750px) {
  body {
    text-align: center; } }
section:not(.hero) {
  padding: 5em 0; }

p {
  margin: .8em 0 1.2em; }

small {
  font-size: 70%; }

.pub-date {
  text-transform: uppercase;
  font-size: 10px; }

.no-margin {
  margin: 0; }

.display-block {
  display: block; }

header#site-header {
  text-align: left;
  background: #000;
  padding: 1.11111em;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0; }
  header#site-header .site-logo {
    background: url(img/wwt-logo.png) no-repeat 50% 50%/cover;
    width: 126px;
    height: 71px;
    text-indent: -9999px;
    margin-bottom: 30px;
    display: inline-block; }
    header#site-header .site-logo h2 {
      margin: 0; }
  header#site-header nav {
    float: right; }
  header#site-header a {
    text-transform: uppercase; }
  header#site-header .wrapper {
    display: flex; }

header#site-header nav {
  align-self: center;
  margin: auto;
  transform: translateX(-70px); }

@media (min-width: 1000px) {
  header#site-header {
    padding: 0.41111em 1.11111em 15px; } }
@media (max-width: 450px) {
  header#site-header .site-logo {
    width: 200px;
    height: 24px; } }
footer#site-footer {
  line-height: 19px;
  font-size: 15px;
  padding: 25px 20px 60px; }
  footer#site-footer img {
    margin-left: auto; }
  footer#site-footer .wrapper,
  footer#site-footer ul.menu,
  footer#site-footer .copyright {
    display: flex; }
  footer#site-footer ul.menu {
    margin: 0 20px; }
    footer#site-footer ul.menu li {
      padding: 0 5px;
      border-right: solid 1px #fff; }
      footer#site-footer ul.menu li:last-child {
        border: none; }
  footer#site-footer a {
    color: #fff; }

/*
 * Lists
 */
.post ol, .post ul {
  padding-left: 1.4em; }
.post ol li {
  list-style: decimal-leading-zero; }
  .post ol li > ol > li {
    list-style: lower-alpha; }
    .post ol li > ol > li > ol > li {
      list-style: lower-roman; }
.post ul li {
  list-style: disc; }
  .post ul li > ul > li {
    list-style: circle; }
    .post ul li > ul > li > ul > li {
      list-style: square; }

body {
  font-size: 18px;
  line-height: 170%;
  font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
  text-align: center; }

h1, h2 {
  font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase; }

section:not(.hero) h1, section:not(.hero) h2 {
  font-size: 1.66667em;
  margin-bottom: 1.7em; }

h1 {
  font-size: 1.44444em; }

h2 {
  font-size: 1.22222em; }

h3 {
  text-transform: uppercase;
  font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 20px; }

strong {
  font-weight: 700; }

.hero {
  padding-left: 20px;
  padding-right: 20px;
  height: 100vh; }
  .hero .wrapper {
    position: relative; 
  height: 100vh;}
  .hero .inner-hero {
    color: #fff;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto; }
    .hero .inner-hero h1, .hero .inner-hero h2 {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 3.22222em; }
    .hero .inner-hero p {
      font-size: 1em;
      margin: 30px 0;
      max-width: 85%; }
  .hero .hero-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .home .hero .inner-hero {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    
@media (min-width: 1000px) {
  .inner-page .hero .wrapper {
    height: 0;
    padding-bottom: 33%; }
  .inner-page .hero .inner-hero {
    padding: 40px 80px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); } }
.introduction .wrapper {
  max-width: 650px; }

aside.header-contact {
  display: flex;
  position: absolute;
  right: 0;
  top: -20px;
  bottom: 0; }
  aside.header-contact > div {
    display: flex; }
    aside.header-contact > div:first-child {
      padding: 15px 12px 0 0; }
      aside.header-contact > div:first-child .wpml-ls-sidebars-header-contact.wpml-ls.wpml-ls-legacy-list-horizontal {
        padding: 0; }
      aside.header-contact > div:first-child small {
        padding: 3px 10px; }
    aside.header-contact > div .phone {
      background: #1f6585;
      font-size: 16px;
      padding: 25px 0 0; }
    aside.header-contact > div .free-quote {
      background: #ee5239;
      text-transform: uppercase;
      font-size: 14px;
      display: block;
      color: #fff; }
    aside.header-contact > div .textwidget {
      width: 180px;
      text-align: center; }
aside.header-contact > div .phone, 
aside.header-contact > div .free-quote {
    width: 100%;
    clear: both;
    display: block;
    padding: 12px 0;
}

.smartmenu .mobile {
    display: none;
}
.smartmenu .phone {
  background: #1f6585;
  padding: 13px 20px; 
}
.smartmenu .free-quote {
  background: #ee5239;
  text-transform: uppercase;
  display: block;
  color: #fff; 
  padding: 13px 20px; 
}
.smartmenu .free-quote:hover,
.smartmenu .free-quote:active {
  padding: 18px 20px;
  }
@media (max-width: 1335px) {
  aside.header-contact {
    display: none;
  }
  .smartmenu li.mobile {
    display: block;
  }
  #site-header nav {
    float: right;
    white-space: nowrap;
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    -o-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 0 0 -15px auto !important;
    -webkit-transform: translateX(20px) !important;
    -moz-transform: translateX(20px) !important;
    -ms-transform: translateX(20px) !important;
    -o-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
  }
  .hamburger {
    bottom: 48px !important;
  }
}
.columns {
  background: url(img/stripe-bg.jpg) repeat 0 0; }
  .columns .column-sub-titles > div {
    align-items: center;
    background: #031d24;
    border: 4px solid #000;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 10px;
    width: 100%; }
  .columns .columns-columns h3 {
    font-weight: 700;
    color: #1f6585; }
  .columns .columns-columns .column {
    width: 100%;
    margin: 10px;
    padding: 40px 20px;
    background: #000;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column; }
    .columns .columns-columns .column .image {
      min-height: 110px; }
    .columns .columns-columns .column h3 {
      min-height: 50px; }
    .columns .columns-columns .column .column-content {
      margin-bottom: 20px; }
    .columns .columns-columns .column a.button {
      margin-top: auto; }

@media (min-width: 850px) {
  .columns .column-sub-titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .columns .column-sub-titles > div {
      flex: 1 1 0%; }
  .columns .columns-columns {
    display: flex; } }
a {
  text-decoration: none; }

.quotes .quote-wrapper {
  background: url(img/quote-head.png) no-repeat 30px 50% rgba(31, 101, 133, 0.89);
  display: inline-block;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 80px 80px 180px; }
.quotes .quote-content {
  font-size: 22px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  .quotes .quote-content:before, .quotes .quote-content:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 16px; }
  .quotes .quote-content:before {
    background: url(img/left-quote.png) no-repeat 50% 50%;
    left: -21px; }
  .quotes .quote-content:after {
    background: url(img/right-quote.png) no-repeat 50% 50%;
    right: -21px; }

.what-we-do .boxes .box {
  padding: 80px;
  margin: 2%; 
min-height: 405px;}
  .what-we-do .boxes .box .box-icon {
    padding-bottom: 1em; }
  .what-we-do .boxes .box h3 {
    font-size: 22px;
    padding-bottom: 1em; }

@media (min-width: 850px) {
  .what-we-do .boxes .box {
    width: 46%;
    float: left; } }
.accreditations .accreditations-columns .accreditations-column {
  color: #000;
  background: rgba(255, 255, 255, 0.82);
  margin: 5px;
  padding: 60px 20px; }
.accreditations .accreditations-columns .accreditations-column-icon {
  height: 120px; }
.accreditations h2 {
  color: #00485e; }

@media (min-width: 850px) {
  .accreditations-columns {
    display: flex; }
    .accreditations-columns .accreditations-column {
      flex: 1 1 0%; } }
.free-quote {
  background: url(img/dark-stripe-bg.jpg) repeat 0 0; }
  .free-quote .left-title {
    text-align: right;
    color: #1f6585;
    width: 33.3%; }
    .free-quote .left-title strong {
      color: #fff;
      font-weight: 700;
      display: block; }
    .free-quote .left-title > h2 {
      font-size: 50px !important;
      font-weight: 400; }
  .free-quote .right-forms {
    text-align: left;
    width: 66.6%; }
    .free-quote .right-forms .form-contol-left,
    .free-quote .right-forms .form-contol-right {
      width: 40%;
      margin: 0 auto; }
      .free-quote .right-forms .form-contol-left input, .free-quote .right-forms .form-contol-left textarea, .free-quote .right-forms .form-contol-left select,
      .free-quote .right-forms .form-contol-right input,
      .free-quote .right-forms .form-contol-right textarea,
      .free-quote .right-forms .form-contol-right select {
        width: 100%; }
  .free-quote .wrapper,
  .free-quote .right-forms .wpcf7-form {
    display: flex; }

select,
input {
  height: 45px;
  line-height: 45px;
  padding: 12px 0; }

select option {
  padding: 12px;
  background-color: #b8d8e7; }

input:not(.wpcf7-file),
textarea {
  background-color: #bfbfbf;
  border: 2px solid #00485e; }

.select-arrow {
  position: relative;
  /*Don't really need this just for demo styling*/
  float: left;
  min-width: 100%;
  margin: 0; }

.select-arrow:after {
  color: #00485e !important;
  content: '\f078';
  font: 19px/1 FontAwesome;
  height: 29px;
  padding: 15px 0 0 8px;
  pointer-events: none;
  position: absolute;
  right: 11px; }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none; }

.select-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #00485e;
  display: block;
  width: 100%;
  height: 45px;
  float: right;
  color: #00485e;
  background-color: #b8d8e7;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal; }

div.wpcf7-response-output {
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute; }

.button, .page-template-contact-page-template .wpcf7-submit {
  background: #1f6585 !important;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  width: auto !important;
  height: 45px;
  padding: 0;
  line-height: 45px;
  position: relative;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0px);
  cursor: pointer; }
  .button:hover:before, .button:focus:before, .button:active:before, .page-template-contact-page-template .wpcf7-submit:hover:before, .page-template-contact-page-template .wpcf7-submit:focus:before, .page-template-contact-page-template .wpcf7-submit:active:before {
    left: 0;
    right: 0; }
  .button::before, .page-template-contact-page-template .wpcf7-submit::before {
    background: #2098d1;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1; }
  .button.white, .page-template-contact-page-template .wpcf7-submit.white {
    background-color: #fff !important;
    color: #1f6585; }

section.offices {
  padding-bottom: 25px;
  border-bottom: solid 2px #fff; }
  section.offices .office-wrapper .office {
    padding: 40px;
    margin: 5px; }
    section.offices .office-wrapper .office h4 {
      font-weight: 700;
      font-size: 24px; }
    section.offices .office-wrapper .office > p {
      max-width: 190px;
      margin: 1em auto; }
  section.offices h2 {
    text-align: left;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize; }

@media (min-width: 850px) {
  .office-wrapper {
    display: flex; }
    .office-wrapper .office {
      flex: 1 1 0%; } }
.headerpost {
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  background-position: center;
  position: relative; }

.single .postwrap {
  max-width: 100%; }
.single .entry {
  max-width: 580px;
  margin: auto;
  padding: 15px; }
.single .postoverlay {
  background: rgba(31, 101, 133, 0.2);
  position: absolute;
  width: 100%;
  height: 100%; }
.single .seconesing {
  padding: 0; }
.single .what-we-do h2 {
  display: none; }

.post ul li {
  list-style: none; }

.singlepostheader {
  margin-bottom: 0px;
  margin-top: 220px;
  position: relative;
  z-index: 99;
  color: #fff; }

.sectorgridbox p {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.sectorgridbox {
  background: #1f6585;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  height: 100px;
  min-height: 100px;
  margin-top: 10px;
  display: table;
  width: 100%; }

.sectorgridbox:hover {
  background: #bad7e5;
  color: #5a93ac; }

.page-template-default > section {
  padding: 0; }

.page-template-default .postwrap {
  max-width: 100%; }

.page-template-default .entry {
  max-width: 1200px;
  margin: auto;
  padding: 15px; }

.page-template-default .postoverlay,
.page-template-languages-page-template .postoverlay,
.page-template-sector-page-template .postoverlay,
.page-template-contact-page-template .postoverlay {
  background: rgba(31, 101, 133, 0.2);
  position: absolute;
  width: 100%;
  height: 100%; }

.contact-backstripe {
  background: url(img/dark-stripe-bg.jpg) repeat 0 0; }

.page-template-contact-page-template input,
.page-template-contact-page-template textarea {
  width: 100%; }

.page-template-contact-page-template .wpcf7-submit {
  max-width: 200px; }

@media (min-width: 1200px) {
  .secgridcont .col-md-4 {
    padding-right: 5px;
    padding-left: 5px; } }
.secgridcont > .row {
  padding-top: 0px;
  padding-bottom: 50px; }

.columns.spotlight {
  background: url(img/spotlight-bg.jpg) no-repeat 50% 50%/cover; }
  .columns.spotlight .column-sub-titles > div {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 10px;
    width: 100%; }
  .columns.spotlight .columns-columns h3 {
    font-weight: 700;
    color: #1f6585; }
  .columns.spotlight .columns-columns .column {
    width: 100%;
    max-width: 325px;
    margin: 10px auto;
    padding: 40px 20px;
    background: transparent;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column; }
    .columns.spotlight .columns-columns .column .image {
      min-height: 213px;
      border-radius: 50%;
      overflow: hidden; }
    .columns.spotlight .columns-columns .column h3 {
      min-height: 50px;
      margin-top: 1.2em; }
    .columns.spotlight .columns-columns .column .column-content {
      margin-bottom: 20px; }

.wpml-ls-first-item > ul {
  min-width: 60px !important;
  width: 100% !important; }
  .wpml-ls-first-item > ul:before, .wpml-ls-first-item > ul:after {
    left: 21px !important; }
    .relative {
  position: relative;
}
.anchorpoint {
  position: absolute;
  top: 91px;
}
@media (min-width: 850px) {
  .columns.spotlight .column-sub-titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .columns.spotlight .column-sub-titles > div {
      flex: 1 1 0%; }
  .columns.spotlight .columns-columns {
    display: flex; } 

  }
@media (max-width: 850px) {  
  .free-quote .wrapper, .free-quote .right-forms .wpcf7-form {
    display: block;
  }
  .free-quote .left-title,
  .free-quote .right-forms,
  .free-quote .right-forms .form-contol-left, 
  .free-quote .right-forms .form-contol-right {
    width: 100%;
    text-align: center;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
.free-quote .left-title > h2 {
  font-size: 32px !important;
}
}
@media (max-width: 400px) {
  header#site-header {
    padding: .6rem 1.1rem;
  }
  .hero .inner-hero h1 {
    font-size: 1.8rem;
  }

}

.extra-section .column {
  height: 150px;
  justify-content: center;

  margin-top: 40px!important;
}

.extra-section .column h3 {
  margin: 0;
  line-height: normal;
  color: white;
  font-size: 1.5em;
  font-weight: normal;
  height: auto;
  min-height: 0!important;
  text-transform: none;
}

.extra-section .column p {
  margin: 0;
  line-height: normal;
}