/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Entries
    3.3 Parts
    3.4 Navigation
    3.5 Widgets
    3.6 Comments
  4.0 State
    4.1 Plugins
    4.2 Animations

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 667px) {
    html {
      font-size: 50%; } }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  line-height: 1;
  overflow-x: hidden;
  font-family: "proxima-nova", Arial; }
  body.is-toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  body > * {
    font-size: 1.4rem; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0; }

a {
  color: #000; }

body {
  padding: 0; }
  @media screen and (min-width: 1200px) {
    body {
      padding: 144px 0 0; } }

.clear {
  clear: both; }

.center {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .center {
      width: 100%;
      padding: 0 10px; } }

.centerWide {
  width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .centerWide {
      width: 100%;
      padding: 0 10px; } }

.centerSmall {
  width: 750px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .centerSmall {
      width: 100%;
      padding: 0 10px; } }

#mobileMenuTrigger {
  font-size: 35px;
  color: #8b8b8b;
  display: block;
  position: absolute;
  top: 43px;
  left: 20px; }
  @media screen and (min-width: 1200px) {
    #mobileMenuTrigger {
      display: none; } }

#headerGap {
  height: 125px; }
  @media screen and (max-width: 960px) {
    #headerGap {
      display: none; } }

header {
  width: 100%;
  padding: 35px 0 32px; }
  @media screen and (min-width: 1200px) {
    header {
      position: fixed;
      top: 0;
      z-index: 99;
      height: 144px;
      background-color: white; } }
  header #homeLink {
    float: none;
    margin: 0 auto;
    display: block;
    width: 155px; }
    header #homeLink img {
      width: 100%; }
    @media screen and (min-width: 1200px) {
      header #homeLink {
        width: 216px;
        float: left; } }

#site-header nav {
  display: none;
  float: right;
  margin-top: 65px;
  width: calc(100% - 216px); }
  @media screen and (min-width: 1200px) {
    #site-header nav {
      display: block; } }
  @media screen and (max-width: 960px) and (min-width: 668px) {
    #site-header nav {
      float: none;
      text-align: center; }
      #site-header nav ul li a {
        font-size: 13px !important; } }
  #site-header nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right; }
    @media screen and (max-width: 960px) and (min-width: 668px) {
      #site-header nav > ul {
        display: inline-block; } }
    #site-header nav > ul > li {
      float: left;
      padding: 0 36px; }
      #site-header nav > ul > li > a {
        color: #8b8b8b;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px; }
        #site-header nav > ul > li > a:after {
          content: '\f111';
          font-family: FontAwesome;
          display: none;
          text-align: center;
          font-size: 7px;
          margin-top: 7px; }
      #site-header nav > ul > li:hover ul {
        display: block;
        cursor: pointer; }
      #site-header nav > ul > li.current-menu-item > a {
        color: #103b4e; }
        #site-header nav > ul > li.current-menu-item > a:after {
          display: block; }
      #site-header nav > ul > li.current-menu-item.menu-item-has-children:after {
        display: none; }
      #site-header nav > ul > li.menu-item-has-children:after {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 18px;
        color: #8b8b8b;
        margin-left: 3px; }
      #site-header nav > ul > li ul {
        display: none;
        position: absolute;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-top: 26px;
        margin-left: -20px; }
        #site-header nav > ul > li ul li {
          background-color: rgba(50, 50, 50, 0.9); }
          #site-header nav > ul > li ul li a {
            display: block;
            font-size: 16px;
            text-decoration: none;
            padding: 15px 25px;
            margin: 0 5px;
            border-bottom: 1px solid #fff;
            text-align: center;
            color: #fff;
            text-transform: uppercase; }
          #site-header nav > ul > li ul li:last-child a {
            border-bottom: none; }

#divHeroImageContainer .slick-track {
  height: 100vh; }
  @media screen and (min-width: 1200px) {
    #divHeroImageContainer .slick-track {
      height: calc(100vh - 144px); } }
  @media screen and (max-width: 960px) and (min-width: 668px) {
    #divHeroImageContainer .slick-track {
      height: 650px; } }
  @media screen and (max-width: 667px) {
    #divHeroImageContainer .slick-track {
      height: 400px; } }

#divHeroImageContainer {
  position: relative; }
  #divHeroImageContainer .arrow {
    position: absolute;
    top: 400px;
    font-size: 20px;
    z-index: 95;
    color: #fff;
    cursor: pointer; }
    @media screen and (max-width: 960px) and (min-width: 668px) {
      #divHeroImageContainer .arrow {
        top: 280px; } }
    @media screen and (max-width: 667px) {
      #divHeroImageContainer .arrow {
        top: 200px; } }
  #divHeroImageContainer .arrow.back {
    left: 20px; }
  #divHeroImageContainer .arrow.forward {
    right: 20px; }

.heroSlide {
  width: 100%;
  position: relative;
  text-align: center; }
  .heroSlide .slideBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover; }
  .heroSlide .slideBlackCover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.35); }
  .heroSlide .heroSlideCaption {
    width: 925px;
    margin: 0 auto;
    padding-top: 350px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 960px) {
      .heroSlide .heroSlideCaption {
        width: calc(100% - 50px);
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 960px) and (min-width: 668px) {
      .heroSlide .heroSlideCaption {
        padding-top: 230px; } }
    @media screen and (max-width: 667px) {
      .heroSlide .heroSlideCaption {
        padding-top: 150px; } }
    .heroSlide .heroSlideCaption .heroSlideTitle {
      font-size: 50px;
      text-align: center;
      color: #fff;
      font-weight: 100; }
      @media screen and (max-width: 960px) and (min-width: 668px) {
        .heroSlide .heroSlideCaption .heroSlideTitle {
          font-size: 40px; } }
      @media screen and (max-width: 667px) {
        .heroSlide .heroSlideCaption .heroSlideTitle {
          font-size: 30px; } }

.borderButton {
  display: inline-block;
  margin: 0 auto;
  padding: 22px 75px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px; }
  .borderButton:hover {
    background-color: #fff;
    color: #103b4e; }

.borderButtonBlue, .wpcf7 input[type=submit] {
  display: inline-block;
  margin: 0 auto;
  padding: 22px 75px;
  border: 2px solid #103b4e;
  border-radius: 5px;
  color: #103b4e;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px; }
  .borderButtonBlue:hover, .wpcf7 input[type=submit]:hover {
    background-color: #103b4e;
    color: #fff; }

h1 {
  color: #103b4e;
  font-size: 55px;
  font-weight: 100;
  text-align: center;
  line-height: 1.2; }

.homeContent {
  text-align: center; }
  .homeContent p {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    color: #404040;
    font-size: 18px; }
    @media screen and (max-width: 960px) {
      .homeContent p {
        width: calc(100% - 40px);
        padding: 0 20px; } }
  .homeContent a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 30px; }
    .homeContent a:after {
      content: '\f061';
      margin-left: 5px;
      font-family: FontAwesome; }

.centerBanner {
  display: block;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #103b4e; }

a.centerBanner {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s ease; }
  a.centerBanner:hover {
    background-color: #1d1d1d; }

#divRecentProjects .recentProjectBar {
  height: 565px;
  position: relative; }
  @media screen and (max-width: 667px) {
    #divRecentProjects .recentProjectBar {
      background-color: #fff;
      height: 400px; } }
  #divRecentProjects .recentProjectBar .image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 50%;
    left: 0;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 667px) {
      #divRecentProjects .recentProjectBar .image {
        right: 0;
        z-index: 1;
        opacity: 0.2; } }
  #divRecentProjects .recentProjectBar .arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    position: absolute;
    left: calc(50% - 20px);
    top: 250px; }
    @media screen and (max-width: 667px) {
      #divRecentProjects .recentProjectBar .arrow {
        display: none; } }
  #divRecentProjects .recentProjectBar .text {
    position: absolute;
    left: 50%;
    top: 160px;
    padding-left: 80px;
    width: 400px; }
    @media screen and (max-width: 960px) and (min-width: 668px) {
      #divRecentProjects .recentProjectBar .text {
        width: calc(50% - 30px);
        padding-left: 30px; } }
    @media screen and (max-width: 667px) {
      #divRecentProjects .recentProjectBar .text {
        left: 0;
        z-index: 2;
        top: 50px;
        width: calc(100% - 50px);
        padding-left: 25px; } }
    #divRecentProjects .recentProjectBar .text .date {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
      font-size: 20px; }
    #divRecentProjects .recentProjectBar .text .title {
      color: #103b4e;
      font-size: 30px;
      font-weight: 100;
      margin: 15px 0; }
    #divRecentProjects .recentProjectBar .text .desc {
      color: #404040;
      font-size: 18px;
      line-height: 1.4;
      width: 350px; }
      @media screen and (max-width: 960px) {
        #divRecentProjects .recentProjectBar .text .desc {
          width: auto; } }
    #divRecentProjects .recentProjectBar .text .borderButton {
      border-color: #103b4e;
      color: #103b4e; }
  @media screen and (min-width: 768px) {
    #divRecentProjects .recentProjectBar:nth-child(2n) .image {
      left: 50%;
      right: 0; }
    #divRecentProjects .recentProjectBar:nth-child(2n) .arrow {
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #fff;
      border-right: none;
      position: absolute;
      left: 50%;
      top: 250px; }
    #divRecentProjects .recentProjectBar:nth-child(2n) .text {
      left: calc(50% - 400px);
      padding-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 960px) and (min-width: 668px) {
    #divRecentProjects .recentProjectBar:nth-child(2n) .text {
      padding-left: 0;
      left: 20px; } }

#homeServices {
  margin-top: 50px; }

.service {
  width: 33.3%;
  height: 350px;
  float: left;
  position: relative;
  background-color: #f7f7f7; }
  .service .mainImage, .service .hoverImage {
    margin: 0 auto;
    margin-top: 125px; }
  .service .hoverImage {
    display: none; }
  .service .title {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #103b4e; }
  .service .arrow {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -26px;
    display: none;
    z-index: 5; }
    .service .arrow i {
      font-size: 50px;
      color: #103b4e;
      line-height: 0; }
  .service.selected {
    background-color: #103b4e !important; }
    .service.selected .title {
      color: #fff; }
    .service.selected .hoverImage {
      display: block; }
    .service.selected .mainImage {
      display: none; }
    .service.selected .arrow {
      display: block; }
  .service:hover {
    background-color: #2f4b57; }
    .service:hover .title {
      color: #fff; }
    .service:hover .hoverImage {
      display: block; }
    .service:hover .mainImage {
      display: none; }
  @media screen and (max-width: 960px) and (min-width: 668px) {
    .service {
      height: 300px; }
      .service .mainImage, .service .hoverImage {
        margin-top: 85px; } }
  @media screen and (max-width: 667px) {
    .service {
      height: 200px; }
      .service .mainImage, .service .hoverImage {
        margin-top: 30px;
        max-width: 70%; }
      .service .title {
        font-size: 16px; } }

#homeServicesText {
  margin-top: 60px;
  font-size: 18px;
  color: #404040;
  line-height: 25px;
  margin-bottom: 70px; }
  #homeServicesText a {
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase; }

#homeTestimonials {
  background-color: #f1f1f1;
  padding: 100px 0;
  position: relative; }
  #homeTestimonials .text {
    font-weight: 100;
    font-size: 25px;
    color: #103b4e;
    line-height: 40px;
    padding: 0 220px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #homeTestimonials .text {
        padding: 0 50px; } }
    @media screen and (max-width: 667px) {
      #homeTestimonials .text {
        font-size: 30px;
        line-height: 40px; } }
  #homeTestimonials .saidBy {
    font-size: 18px;
    color: #404040;
    text-align: center;
    padding-top: 30px; }
  #homeTestimonials .arrow {
    position: absolute;
    top: 250px;
    font-size: 20px;
    cursor: pointer;
    display: none !important; }
  #homeTestimonials .arrow.back {
    left: 20px; }
  #homeTestimonials .arrow.forward {
    right: 20px; }

footer {
  background-color: #103b4e;
  padding-bottom: 15px; }
  footer .footerBottom {
    border-top: 2px solid #fff;
    padding-top: 14px; }
  footer #footCopy {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    float: left;
    letter-spacing: 1px; }
    @media screen and (max-width: 667px) {
      footer #footCopy {
        float: none;
        margin-bottom: 25px;
        text-align: center; } }
  footer #aDigerati {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    float: right; }
    footer #aDigerati img {
      float: right;
      margin-left: 20px;
      width: 100px; }
    @media screen and (max-width: 667px) {
      footer #aDigerati {
        float: none;
        text-align: right;
        display: block; } }
  footer #footerContact {
    text-align: center;
    font-size: 13px;
    padding: 25px 0;
    color: #fff; }
    footer #footerContact p {
      margin: 0;
      padding: 0;
      margin-bottom: 5px; }

#contentPageFeature {
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  #contentPageFeature .title {
    text-align: center;
    font-size: 55px;
    font-weight: 100;
    color: #fff;
    padding-top: 180px;
    z-index: 2;
    position: relative;
    letter-spacing: 1px; }
  #contentPageFeature .backgroundOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65); }

#mainPageContent {
  font-size: 18px;
  line-height: 27px;
  color: #404040;
  padding: 100px 0 50px 0;
  background-color: #f1f1f1; }
  #mainPageContent p {
    max-width: 740px;
    margin: 20px auto; }
  #mainPageContent ul, #mainPageContent ol {
    max-width: 740px;
    margin: 20px auto; }
  @media screen and (max-width: 667px) {
    #mainPageContent {
      padding: 50px 0 30px; } }

#testimonialsAjaxButton {
  display: block;
  max-width: 300px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px; }

#testimonialsPage .item {
  border-bottom: 1px solid #b5b5b6;
  text-align: center;
  padding: 0 20px 100px 20px;
  margin-top: 100px; }
  #testimonialsPage .item:last-child {
    border-bottom: none; }
  #testimonialsPage .item .text {
    font-size: 25px;
    font-weight: 100;
    color: #103b4e;
    line-height: 40px; }
  #testimonialsPage .item .saidBy {
    font-size: 18px;
    color: #404040;
    margin-top: 15px; }

#divFAQContainer {
  padding: 50px 0; }
  #divFAQContainer .item .title {
    padding: 10px 20px;
    border: 1px solid #ccc;
    padding: 30px 45px;
    font-weight: 100;
    font-size: 28px; }
    #divFAQContainer .item .title:after {
      content: '\f078';
      float: right;
      font-family: FontAwesome;
      font-size: 30px;
      line-height: 19px;
      transition: all 0.3s ease; }
  #divFAQContainer .item .content {
    display: none;
    background-color: #ebebeb;
    padding: 30px 45px;
    color: #404040;
    font-size: 18px;
    line-height: 25px; }
  #divFAQContainer .item.open .title:after {
    transform: rotate(180deg); }

#divProjectsFilter {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 20px; }
  #divProjectsFilter .title {
    font-size: 20px;
    font-weight: bold;
    color: #103b4e;
    text-align: center;
    text-transform: uppercase; }
  #divProjectsFilter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-top: 15px; }
    #divProjectsFilter ul li {
      float: left;
      border-bottom: 1px solid #dbdbdb;
      border-top: 1px solid #dbdbdb;
      border-left: 1px solid #dbdbdb; }
      #divProjectsFilter ul li a {
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 20px 35px;
        background-color: #fff;
        color: #000;
        font-size: 18px;
        letter-spacing: 2px; }
      #divProjectsFilter ul li.selected a {
        background-color: #103b4e;
        color: #fff; }
      #divProjectsFilter ul li:last-child {
        border-right: 1px solid #dbdbdb; }
      @media screen and (max-width: 667px) {
        #divProjectsFilter ul li {
          float: none; }
          #divProjectsFilter ul li a {
            width: 100%; } }

.pagination .screen-reader-text {
  display: none; }

.wp-pagination {
  text-align: center;
  padding: 25px 0; }
  .wp-pagination .pagination {
    display: inline-block; }

.nav-links .page-numbers {
  display: block;
  float: left;
  padding: 15px 23px;
  border: 1px solid #dbdbdb;
  border-left: none;
  font-size: 18px;
  text-decoration: none; }
  .nav-links .page-numbers:first-child {
    border-left: 1px solid #dbdbdb; }
  .nav-links .page-numbers.current {
    background-color: #103b4e;
    color: #fff; }

#projectServices {
  background-color: #f5f5f5;
  padding: 30px 0; }
  #projectServices .title {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    margin-bottom: 25px; }
  #projectServices .items .item {
    display: block;
    float: left;
    margin-right: 70px;
    text-align: center;
    text-decoration: none; }
    #projectServices .items .item .text {
      margin-top: 20px;
      text-transform: uppercase;
      text-decoration: none; }

.portfolioGallery {
  display: block; }
  .portfolioGallery:after {
    content: "";
    display: table;
    clear: both; }
  .portfolioGallery .item {
    float: left;
    width: 50%; }
    @media screen and (max-width: 667px) {
      .portfolioGallery .item {
        margin: 10px 0 0 0;
        width: 100%; } }
    .portfolioGallery .item:first-child {
      width: 100%; }
    .portfolioGallery .item img {
      width: 100%; }
    .portfolioGallery .item:nth-child(even):last-child {
      width: 100%; }

.contactPageHalf {
  width: calc(50% - 10px);
  float: left; }
  .contactPageHalf:first-child {
    padding-right: 20px; }
  .contactPageHalf h1 {
    margin-top: 0; }
  .contactPageHalf p {
    width: auto !important; }
  @media screen and (max-width: 667px) {
    .contactPageHalf {
      width: 100%; }
      .contactPageHalf h1 {
        font-size: 45px; } }

#mapLocation {
  width: 100%;
  height: 630px; }
  @media screen and (max-width: 667px) {
    #mapLocation {
      height: 400px; } }

.wpcf7 p {
  font-size: 18px;
  color: #404040;
  text-align: left; }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 5px 3px; }
  .wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 textarea:focus {
    border: 2px solid #103b4e; }
.wpcf7 input[type=submit] {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

img.aligncenter {
  display: inline-block; }

/*# sourceMappingURL=site.css.map */
