/*
================================================================
Import requied css files
================================================================
*/
/*
Theme Name: wescon
Theme URI: http://underscores.me/
Author: Print Studio One
Author URI: https://psone.ca
Description: Custom theme developed for Wescon Enterprises
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wescon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

wescon is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  /*content: '\f001';*/
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
======================================================================
VARIABLES
======================================================================
*/
/* ===========================================================
 * MIXINS
 * =========================================================== */
.doubleCol {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .doubleCol {
    width: 49%;
  }
}
.tripleCol {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .tripleCol {
    width: 33%;
  }
}
.gradPosition {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/*
======================================================================
ANIMATIONS
======================================================================
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
/* SCROLLBAR CUSTOMIZATION */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
/* MOBILE MENU ICON */
#nav-icon1 {
  width: 35px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 7px;
}
#nav-icon1 span:nth-child(2) {
  top: 17px;
}
#nav-icon1 span:nth-child(3) {
  top: 27px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
/* MAIN NAVIGATION */
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*
======================================================================
GLOBAL
======================================================================
*/
.custom-btn {
  background: #000;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 19px;
  letter-spacing: 3px;
  width: 203px;
  margin-bottom: 45px;
  transition: 0.3s;
  margin-top: 24px;
}
.custom-btn:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
.background-slide {
  height: 628px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .background-slide {
    height: 959px;
    background-position: center;
  }
}
.transform {
  transform: scaleX(-1);
}
.center {
  text-align: center;
}
.paddings {
  padding: 15px 15px 15px 15px;
}
.width-500 {
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}
.width-800 {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1033 {
  max-width: 1033px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-872 {
  max-width: 872px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-914 {
  max-width: 914px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-977 {
  max-width: 977px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-900 {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-911 {
  max-width: 911px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1500 {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1670 {
  max-width: 1670px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.width-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.white-text {
  color: #fff;
  text-shadow: 1px 2px 1px #000;
}
.black-text {
  color: #000;
  text-shadow: 1px 1px 0px #fff;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
}
body {
  background-color: #fff;
}
h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  color: #20508B;
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  color: #20508B;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  color: #20508B;
  margin: 0px;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  color: #20508B;
  margin-bottom: 3px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}
p,
li,
td,
span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
  color: #20508B;
  line-height: 1.3;
}
a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 16px;
  transition: 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.dashicons-menu {
  color: #000;
  font-size: 32px;
  width: 34px;
  height: 30px;
}
#return-to-top {
  position: fixed;
  bottom: 26px;
  right: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #000;
  display: none;
  z-index: 9;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 10px;
  font-size: 16px;
}
#return-to-top:hover {
  background: #000;
  opacity: 0.7;
  border: none;
}
#return-to-top:hover i {
  color: #fff;
  left: 13px;
  top: 12px;
}
.button_container,
.button_container_2 {
  display: block;
  position: absolute;
  top: 29%;
  right: 4%;
  height: 27px;
  width: 49px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover,
.button_container_2:hover {
  opacity: 0.7;
}
.button_container.active .top,
.button_container_2.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle,
.button_container_2.active .middle {
  opacity: 0;
  background: #fff;
  width: 100%;
}
.button_container.active .bottom,
.button_container_2.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
  width: 100%;
}
.button_container span,
.button_container_2 span {
  background: #fff;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2),
.button_container_2 span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3),
.button_container_2 span:nth-of-type(3) {
  top: 22px;
}
@media screen and (min-width: 992px) {
  .button_container,
  .button_container_2 {
    display: none;
  }
}
.opaq {
  opacity: 0;
}
.filter-contain {
  position: relative;
  width: 49px;
  margin-left: 20px;
}
.filter-contain .button_container_2 {
  top: 0px;
  left: unset;
  right: unset;
  background: white;
  width: 50px;
}
.filter-contain .button_container_2.active span {
  background: #000;
}
.filter-contain .button_container_2 p {
  position: absolute;
  right: -71px;
}
.overlay {
  position: fixed;
  background: #20508B;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay .menu-item-96,
.overlay .menu-item-97 {
  display: inline-block;
  margin: 0 !important;
}
.overlay .menu-item-96 {
  margin-right: 22px !important;
}
.overlay .menu-item-93 {
  display: none;
}
.overlay img {
  width: 40px;
}
.overlay .menu-item-18 {
  display: none;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
  margin-top: 52px;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay .overlay-menu {
  position: relative;
  height: 70%;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 40px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 25px;
  text-transform: normal;
  margin-top: 30px;
  font-weight: 400;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*
======================================================================
HEADER
======================================================================
*/
#masthead.clone {
  position: fixed;
  border-bottom: 1px solid #000;
  padding-top: 18px;
  padding-bottom: 10px;
  z-index: 27;
}
#masthead.clone #site-navigation ul .menu-item-18 {
  margin-left: 126px;
  margin-top: -18px;
}
@media screen and (min-width: 992px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 29px;
  }
}
@media screen and (min-width: 1500px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 64px;
  }
}
@media screen and (min-width: 1700px) {
  #masthead.clone #site-navigation ul .menu-item-18 {
    margin-left: 126px;
  }
}
#masthead.clone #site-navigation ul .menu-item-18 img {
  width: 216px;
}
#masthead.clone #site-navigation {
  margin-top: 8px;
}
.site-logo {
  display: inline-block;
  margin-left: 22px;
  margin-top: 27px;
  margin-bottom: 27px;
  width: 216px;
}
@media screen and (min-width: 992px) {
  .site-logo {
    margin-left: 37px;
    width: 239px;
  }
}
@media screen and (min-width: 1200px) {
  .site-logo {
    margin-left: 53px;
    width: 290px;
  }
}
.flex-slider {
  border: none;
  margin: 0;
}
.flex-slider .flex-control-nav {
  display: none;
}
.flex-slider li {
  position: relative;
}


.flex-slider .wes-logo {
  position: absolute;
  bottom: 31%;
  width: 641px !important;
  left: -71px;
  opacity: .4;
  display: none !important;
}
@media screen and (min-width: 1447px) {
  .flex-slider .wes-logo {
    display: block !important;
  }
}
.flex-slider .slide-content {
  position: absolute;
  width: 298px;
  right: unset;
  left: 27px;
  bottom: 8%;
  text-align: left;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .flex-slider .slide-content {
    position: absolute;
    width: 707px;
    left: unset;
    right: 7%;
    bottom: 27%;
    text-align: left;
    background-color: transparent;
  }
}
.flex-slider .slide-content img {
  display: block;
  width: 68px;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content img {
    width: 111px;
    margin: 0;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content img {
    width: 162px;
  }
}
.flex-slider .slide-content p {
  color: #fff;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
}
.flex-slider .slide-content h1 {
  color: #fff;
  display: block;
  vertical-align: middle;
  width: 100%;
  margin-left: 0px;
  font-size: 25px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .flex-slider .slide-content h1 {
    display: inline-block;
    font-size: 39px;
  }
}
@media screen and (min-width: 1500px) {
  .flex-slider .slide-content h1 {
    font-size: 47px;
  }
}
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-top: 0px;
  background-color: #20508B;
}
#site-navigation {
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #site-navigation {
    width: 68%;
    display: inline-block;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation {
    width: 74%;
    display: inline-block;
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation {
    width: 80%;
    display: inline-block;
  }
}
#site-navigation ul {
  float: right;
}
#site-navigation ul li {
  margin-left: 71px;
}
@media screen and (min-width: 992px) {
  #site-navigation ul li {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation ul li {
    margin-left: 37px;
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation ul li {
    margin-left: 78px;
  }
}
#site-navigation a {
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
  font-weight: 900;
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 992px) {
  #site-navigation a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation a {
    font-size: 20px;
  }
}
#site-navigation a:hover {
  opacity: 0.7;
}
.selected {
  padding-bottom: 2px;
}
/*
======================================================================
HOME PAGE
======================================================================
*/
.bg-img {
  height: 499px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .bg-img {
    height: 966px;
  }
}
@media all and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .bg-img {
    height: 707px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-img {
    height: 700px;
  }
}
@media screen and (min-width: 1500px) {
  .bg-img {
    height: 700px;
  }
}
.about-us {
  padding-top: 82px;
  padding-bottom: 82px;
}
#our-advantage {
  background-image: url('/wp-content/themes/wescon/images/blue-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 37px;
}
#our-advantage h2 {
  color: #fff;
  margin-bottom: 44px;
}
#our-advantage .advantage {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0px;
}
@media screen and (min-width: 768px) {
  #our-advantage .advantage {
    width: 49%;
    padding: 0 13px;
  }
}
@media screen and (min-width: 1200px) {
  #our-advantage .advantage {
    width: 25%;
    padding: 0 13px;
  }
}
#our-advantage .advantage .advantage-contain {
  background-color: #fff;
  padding-top: 23px;
  min-height: 174px;
  margin-bottom: 60px;
}
#our-advantage .advantage h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: none;
  padding-top: 19px;
  font-size: 18px;
}
#our-advantage .advantage p {
  padding: 0 8px;
}
#services {
  background-color: #eeefef;
  padding-top: 50px;
  padding-bottom: 67px;
}
#services .services-info,
#services .other-services {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  #services .services-info,
  #services .other-services {
    width: 49%;
  }
}
#services .other-services h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 34px;
}
#services .other-services ul {
  padding-left: 19px;
}
#services .other-services ul li {
  margin-top: 13px;
}
#services .services-info {
  margin-top: 38px;
}
#services .services-info p {
  font-weight: 600;
}
#projects {
  padding-top: 62px;
  padding-bottom: 85px;
}
@media screen and (min-width: 992px) {
  #projects.container {
    width: 713px;
  }
}
@media screen and (min-width: 1200px) {
  #projects.container {
    width: 914px;
  }
}
@media screen and (min-width: 1500px) {
  #projects.container {
    width: 1300px;
  }
}
#projects .flex-slider .flex-control-nav {
  display: block;
}
@media screen and (min-width: 992px) {
  #projects .flex-slider .flex-control-nav {
    display: none;
  }
}
#projects h2 {
  margin-bottom: 40px;
}
#projects h3 {
  margin-top: 34px;
  font-size: 24px;
}
#projects .flex-nav-prev {
  position: absolute;
  top: 45%;
  left: -93px;
  opacity: 1;
}
#projects .flex-nav-next {
  position: absolute;
  top: 45%;
  right: -93px;
  opacity: 1;
}
#projects .flexslider:hover .flex-direction-nav .flex-next {
  right: -50px;
}
#projects .flexslider:hover .flex-direction-nav .flex-prev {
  left: -50px;
}
#projects .flex-prev {
  background-image: url('/wp-content/themes/wescon/images/left-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 77px;
  opacity: 1;
  width: 42px;
  display: none;
}
@media screen and (min-width: 992px) {
  #projects .flex-prev {
    display: block;
  }
}
#projects .flex-next {
  background-image: url('/wp-content/themes/wescon/images/right-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 77px;
  opacity: 1;
  width: 42px;
  display: none;
}
@media screen and (min-width: 992px) {
  #projects .flex-next {
    display: block;
  }
}
#careers {
  background-image: url('/wp-content/themes/wescon/images/blue-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#careers .careers-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 269px;
}
@media screen and (min-width: 768px) {
  #careers .careers-bg {
    background-position: center;
    height: 450px;
  }
}
#careers .careers-bg,
#careers .careers-description {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  #careers .careers-bg,
  #careers .careers-description {
    width: 49%;
  }
}
#careers .careers-bg h2,
#careers .careers-description h2,
#careers .careers-bg p,
#careers .careers-description p {
  color: #fff;
}
#careers .careers-description {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #careers .careers-description {
    padding-left: 110px;
    padding-right: 63px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#careers .careers-description h2 {
  padding-right: 121px;
}
/*
===================================
FOOTER
===================================
*/
footer {
  background-color: #eeefef;
}
footer #contact {
  padding-top: 45px;
  padding-bottom: 30px;
}
footer #contact h2 {
  margin-bottom: 30px;
}
footer .contact-address {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  footer .contact-address {
    margin-top: 0;
  }
}
footer .contact-info,
footer .contact-address {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  footer .contact-info,
  footer .contact-address {
    width: 49%;
  }
}
footer p:first-of-type {
  margin-top: 11px;
}
footer p,
footer a {
  color: #000;
  margin: 0;
  font-weight: 400;
}
footer h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
footer h3:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff !important;
  opacity: 1;
}
.copyright {
  padding-top: 31px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.copyright a,
.copyright span {
  font-size: 12px;
  color: #0000009e;
  font-weight: 400;
}
/*
===================================
404 Page
===================================
*/
.error-404 {
  text-align: center;
  padding-top: 241px;
  padding-bottom: 76px;
}
.error-404 .page-title {
  color: #000;
  font-weight: 400;
}
.error-404 .page-header {
  border: none;
  background-color: transparent;
  margin: 193px 0 20px;
}
.error-404 .page-content h1 {
  font-size: 120px;
  font-weight: 900;
  color: #000;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1;
}
