/*!
Theme Name: KT CABLES
Theme URI: http://underscores.me/
Author: Digital Bird
Author URI: https://digitalbird.com.au/
Description: Custom theme for KT CABLES
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: KT CABLES
Tags:

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.

Box & Co is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* light grey */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Merriweather:400,700|Source+Sans+Pro:400,700|Open+Sans+Condensed:300,700");
.font__serif {
  font-family: "Merriweather", serif; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Bootstrap */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Lato", "Droid Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #0055a5;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text__pullout {
  color: #0055a5;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 25px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -o-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; }

body {
  height: 100%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a:visited,
a:active,
a:hover {
  color: #0055a5; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.list__details strong {
  color: #111;
  text-transform: uppercase; }

.list__details span:before {
  content: '//';
  color: #0055a5;
  font-weight: 800;
  letter-spacing: -1px;
  padding-right: 8px; }

.list__details a,
.list__details a:visited {
  color: #0055a5; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

button:focus {
  outline: 0 !important; }

.btn-primary,
.btn-primary:visited,
input[type="submit"],
.contact-form__container .wpcf7-submit,
#enquiry input.wpi-button {
  background: #0055a5;
  border: 0;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 30px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative; }
  .btn-primary:hover, .btn-primary:active,
  .btn-primary:visited:hover,
  .btn-primary:visited:active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  .contact-form__container .wpcf7-submit:hover,
  .contact-form__container .wpcf7-submit:active,
  #enquiry input.wpi-button:hover,
  #enquiry input.wpi-button:active {
    background: #003b72;
    border-color: #0055a5;
    color: #fff; }

.btn-transparent {
  background: rgba(0, 85, 165, 0.65); }

.contact-form__container .wpcf7-submit {
  padding: 12px 20px;
  margin: 0 auto;
  display: block; }

.btn-has-icon {
  padding-left: 70px; }

.btn-icon {
  font-size: 60px;
  color: #ffd204;
  position: absolute;
  top: -3px;
  left: 0; }

.carousel,
.item,
.active {
  height: 100%; }

.carousel-inner {
  height: 100%;
  overflow: visible; }

/* Bootstrap override */
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  font-size: 90px;
  line-height: 12px; }

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

/* -- Project Feature -- */
.project-feature__item {
  margin-bottom: 6px;
  overflow: hidden;
  position: relative; }
  .project-feature__item .project-feature__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  .project-feature__item:hover > .project-feature__bg {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.project-feature__content {
  padding: 180px 0;
  text-align: center;
  color: #fff; }
  .project-feature__content h3 {
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 0px 0px 7px #000; }
  .project-feature__content p {
    font-size: 16px; }
  .project-feature__content a,
  .project-feature__content a:visited {
    color: #fff;
    margin-top: 20px;
    padding: 18px 60px;
    font-size: 20px;
    text-transform: uppercase; }

/* Testimonials */
.testimonial__container {
  background: #0055a5;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  height: auto;
  -webkit-transition: height 0.4s 0.4s;
  transition: height 0.4s 0.4s; }

.testimonial__carousel .carousel-indicators {
  position: relative;
  left: 0;
  width: auto;
  margin: 0;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px; }
  .testimonial__carousel .carousel-indicators li {
    border-radius: 0;
    background: #fff; }
    .testimonial__carousel .carousel-indicators li.active {
      background: #111;
      border: #111; }

.testimonial__item {
  font-size: 16px; }

.testimonial__item small {
  width: 100%;
  display: inline-block;
  color: #111;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px; }

.card__block {
  margin-top: 20px;
  height: 350px;
  background: #eee;
  position: relative;
  color: #fff;
  padding-bottom: 20px; }
  .card__block a {
    color: #fff; }
  .card__block .card__block-image {
    height: 270px;
    text-align: center; }
    .card__block .card__block-image img {
      height: 100%;
      width: auto; }
  .card__block.card__block-new-blog .card__block-heading .card__block-type,
  .card__block.card__block-new-blog .card__block-heading h3,
  .card__block.card__block-new-blog .card__block-heading a {
    color: #fff;
    text-shadow: 0px 2px 3px #000; }
  .card__block.card__block--categories {
    background: #fff;
    border: 1px solid #eee;
    text-align: center; }
    .card__block.card__block--categories .card__block-heading {
      background: #0055a5;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.1em;
      margin-bottom: 10px;
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.card__block-follow .card__block-content {
  text-align: center; }
  .card__block-follow .card__block-content .card__block-social-icon {
    color: #0055a5;
    font-size: 4em;
    display: inline-block;
    margin: 20px; }

.card__block-image--full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.card__block-heading {
  padding: 20px;
  z-index: 20;
  text-align: center;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .card__block-heading .card__block-type {
    color: #444;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px; }
  .card__block-heading h3 {
    color: #444;
    font-size: 2em;
    margin-top: 0; }

.card__block-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 20; }

.card__block--half {
  position: relative;
  background: #eee;
  height: 240px; }
  .card__block--half:first-child {
    margin-bottom: 20px;
    margin-top: 40px; }
  .card__block--half:nth-child(2) {
    margin-bottom: 40px; }

.card__block-videos .card__block-heading .card__block-type,
.card__block-videos .card__block-heading h3 {
  color: #fff;
  text-shadow: 0px 2px 3px #000; }

.card__block-videos .card__block-bottom-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }
  .card__block-videos .card__block-bottom-heading a {
    color: #fff;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0055a5;
  color: #fff;
  border: 0; }

input[type="submit"].wpcf7-submit {
  padding: 20px 40px;
  border-radius: 30px; }

.contact--wrapper input[type="submit"].wpcf7-submit {
  background-color: #052d5b; }

label {
  display: block;
  font-weight: normal;
  color: #666;
  margin-bottom: 20px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #eee;
  border: 0;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  font-size: 1.1em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 0;
  background: #eee;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4b4b4b; }

textarea {
  width: 100%; }

/* Contact Form */
.contact-form__container .wpcf7-text,
.contact-form__container .wpcf7-textarea {
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%; }

.contact-form__container small {
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px; }

.contact-form__container .field-padding-top-bottom {
  padding-top: 30px;
  margin-bottom: 30px; }

.contact-form__container .radio-method,
.contact-form__container .radio-subscribe {
  margin-bottom: 15px;
  display: inline-block; }

.contact-form__container .wpcf7-validation-errors {
  border: 2px solid #ab0c0c; }

.contact-form__container .wpcf7-not-valid-tip {
  color: #ab0c0c;
  font-size: 1em;
  display: block; }

.contact-form__container .wpcf7-response-output {
  margin: 0;
  padding: 2em 1em;
  color: #ab0c0c; }

div.wpcf7-validation-errors {
  background: #fff;
  color: #222;
  border: 0;
  padding: 10px;
  border-radius: 30px; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* Home */
#homeSlider {
  height: 600px; }
  @media (max-width: 767px) {
    #homeSlider {
      height: 400px; } }
  #homeSlider .carousel-caption {
    width: 100%; }
  #homeSlider h2 {
    font-size: 4.5em;
    width: 700px;
    max-width: 100%; }
    @media (max-width: 767px) {
      #homeSlider h2 {
        width: 100%;
        font-size: 3em; } }

#secondHomeSlider,
#secondHomeSlider .carousel-inner,
#secondHomeSlider .fill {
  min-height: 450px; }
  @media (max-width: 767px) {
    #secondHomeSlider .carousel-caption,
    #secondHomeSlider .carousel-inner .carousel-caption,
    #secondHomeSlider .fill .carousel-caption {
      margin-top: 20px; } }

.homeslider__carousel .carousel-caption {
  text-align: left;
  position: relative;
  margin: 50px 0;
  top: 0;
  left: inherit;
  right: inherit; }
  @media (max-width: 767px) {
    .homeslider__carousel .carousel-caption {
      margin-top: 50px; } }
  .homeslider__carousel .carousel-caption .carousel-caption__subtext {
    text-shadow: none;
    font-family: "Merriweather", serif;
    color: #fff;
    margin-bottom: 0; }
  .homeslider__carousel .carousel-caption h2 {
    font-size: 3em;
    text-transform: none;
    font-weight: bold;
    color: #fff; }

.homeslider__carousel#homeSlider .carousel-caption,
.homeslider__carousel#secondHomeSlider .carousel-caption {
  margin-top: 100px; }

.homeslider__carousel .carousel-control {
  color: #fff; }

.homeslider__carousel .carousel-overlay-image {
  float: right;
  height: 350px;
  position: relative; }
  .homeslider__carousel .carousel-overlay-image img {
    max-width: 400px;
    position: absolute;
    bottom: 0;
    right: 0; }

@media (max-width: 991px) {
  .homeslider__carousel .carousel-overlay-image {
    display: none; } }

.homeslider__carousel .fill {
  position: absolute;
  top: 0;
  left: 0; }

.page-block--col {
  padding: 60px; }

.page-block--double-padding {
  padding-top: 120px;
  padding-bottom: 120px; }

.background__primary {
  background: #f3f3f3; }

.home__reviews {
  background: #3f81f1;
  padding: 20px; }

.home__reviews-image {
  max-height: 120px;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #2e66c7; }

.home__reviews-heading {
  color: #fff;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center; }

.header__top-banner {
  background: #000;
  color: #fff;
  font-weight: bold; }

@media (max-width: 991px) {
  .page--header img {
    width: 200px; } }

.header__tagline {
  margin-top: 15px;
  margin-bottom: 10px; }

.header__left {
  top: 22px;
  position: relative; }

.header__phone {
  font-size: 2.2em;
  top: 10px;
  position: relative;
  font-family: "Open Sans Condensed", sans-serif; }

#site-navigation {
  background: #444;
  color: #fff;
  font-weight: bold; }

.logo__header {
  left: 10%;
  top: 20px;
  position: fixed;
  z-index: 1; }

.search-panel {
  width: 70%;
  max-width: 100%;
  margin-top: 35px; }
  .search-panel input[type=text] {
    color: #acacac;
    border-radius: 10px !important;
    padding: 8px 10px;
    font-size: 1em; }
  .search-panel .search__text {
    float: right;
    margin-top: 30px; }
    .search-panel .search__text a {
      margin-left: 25px; }
    .search-panel .search__text i {
      color: #0055a5;
      font-size: 1.5em;
      vertical-align: middle;
      margin-right: 5px; }

@media (max-width: 767px) {
  .search-panel {
    margin-top: 0; }
    .search-panel input[type=text] {
      padding: 2px 10px; }
    .search-panel .search__text {
      display: none; } }

@media (max-width: 991px) {
  .search-panel {
    width: 60%; }
  .header__left,
  .header__tagline {
    display: none; }
  .header__phone {
    text-align: center;
    top: 0; } }

footer {
  background: #052d5b;
  width: 100%;
  padding-top: 50px;
  color: #fff; }
  footer h4 {
    color: #fff; }
  footer a, footer a:visited {
    color: #fff; }
    footer a:hover, footer a:visited:hover {
      color: #66a7e4; }
  footer .footer-top hr {
    margin: 30px 0;
    border-bottom: 1px solid #fff; }
  footer .footer-logo--white {
    background: #fff;
    padding: 10px; }
  footer .footer-middle span {
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase; }
  footer .footer-bottom {
    background: #0055a5;
    padding: 15px 0;
    text-align: center;
    margin-top: 50px;
    overflow: hidden; }
    footer .footer-bottom ul {
      margin: 0 auto;
      display: inline-block; }
      footer .footer-bottom ul li {
        display: inline-block;
        margin: 0 10px; }
        footer .footer-bottom ul li.site-developer {
          font-weight: bold; }
  footer .footer--description {
    max-width: 180px; }
  footer .footer--icon {
    color: #ffd204;
    margin: 5px 10px;
    font-size: 3em; }
  footer .footer--social-icon {
    border-radius: 50%;
    background: #0055a5;
    display: block;
    padding: 15px;
    margin: 0 5px; }
    footer .footer--social-icon:hover {
      background: #66a7e4;
      text-decoration: none;
      color: #fff; }
    footer .footer--social-icon i {
      display: block;
      font-size: 1.5em; }

.newsletter-form [class*="col-"],
.newsletter-form .row {
  padding: 0;
  margin: 0; }

.newsletter-form .wpcf7-form-control-wrap {
  margin-right: 10px;
  float: left; }

.newsletter-form .form-control {
  height: 50px;
  background: #fff;
  border-color: transparent;
  border-radius: 20px 0 0 20px; }

.newsletter-form .form-control:focus {
  box-shadow: none;
  border-color: #fff; }

.newsletter-form .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #0055a5;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #222; }
  a:visited {
    color: #222; }
  a:hover, a:focus, a:active {
    color: #0055a5; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #222;
  padding: 15px 0; }
  .site-header a {
    color: #fff; }

.site-title {
  margin: 12px 0; }

.navbar--header {
  background: url("../img/header-bg.png") #ddd;
  background-size: contain;
  padding: 10px 0;
  margin: 0;
  border-radius: 0; }
  .navbar--header .navbar-nav {
    margin-top: 20px; }
  .navbar--header .dropdown-menu {
    background: #0055a5; }
    .navbar--header .dropdown-menu .dropdown-item {
      color: #fff;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: bold;
      font-size: 1.2em; }
      .navbar--header .dropdown-menu .dropdown-item:hover, .navbar--header .dropdown-menu .dropdown-item:focus {
        background-color: inherit; }
  .navbar--header li.active a {
    border-bottom: 4px solid #0055a5; }
  .navbar--header li > a {
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #0055a5;
    margin-right: 30px; }
    .navbar--header li > a:hover, .navbar--header li > a:focus {
      background: transparent;
      text-decoration: none;
      color: #66a7e4; }
  .navbar--header li .dropdown-menu {
    padding: 0.5rem; }

.navbar-toggler {
  font-size: 1.5em;
  background: #fff;
  margin-top: 20px; }

@media (min-width: 991px) {
  #menu-primary {
    float: right; } }

@media (max-width: 767px) {
  .navbar--header-wrapper {
    width: 100%; } }

.navbar--header-menu {
  top: 20px; }
  .navbar--header-menu .navbar-collapse {
    padding: 0; }

.navbar--header-top-links {
  position: absolute;
  right: 15px;
  top: -35px;
  background: #0055a5;
  border-radius: 20px;
  padding: 30px 0 10px;
  z-index: 100; }

.navbar--header-top-link {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 0.9em; }
  .navbar--header-top-link:first-child {
    border-left: 0; }
  .navbar--header-top-link:visited, .navbar--header-top-link:hover {
    color: #fff; }

.wp-pagenavi {
  text-align: center; }
  .wp-pagenavi a, .wp-pagenavi span {
    background-color: #ddd;
    border: 0;
    color: #818181;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold; }

/*--------------------------------------------------------------
# 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; }
  .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: #818181;
    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; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-list {
  margin: 0;
  padding: 0; }
  .accordion-list li {
    display: inline-block;
    margin-right: 15px; }
    .accordion-list li a {
      padding: 10px;
      min-width: 150px;
      max-width: 100%;
      display: block;
      font-weight: bold;
      font-size: 1.5em;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      border-bottom: 10px solid #b7b7b7;
      color: #b7b7b7; }
      .accordion-list li a.active, .accordion-list li a:hover {
        border-color: #0055a5;
        color: #0055a5;
        text-decoration: none; }

.accordion-content {
  margin-top: 40px; }
  .accordion-content .accordion-content-inner {
    display: none; }
    .accordion-content .accordion-content-inner.active {
      display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-header {
  background-color: #052d5b;
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .entry-header {
      padding: 50px 0; } }
  .entry-header .entry-title {
    font-weight: bold;
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    margin-top: 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .entry-header .entry-title {
        font-size: 3em; } }
    .entry-header .entry-title a {
      color: #fff;
      text-decoration: none; }
  .entry-header .entry-subtitle {
    color: #ffd204;
    font-size: 2.2em;
    font-weight: bold;
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase; }
    .entry-header .entry-subtitle a {
      color: #ffd204; }
  .entry-header .entry-header-subtitle {
    color: #fff;
    font-size: 1.2em;
    width: 750px;
    max-width: 100%; }

.entry-icon {
  padding: 0 25px;
  text-align: right; }
  .entry-icon i {
    font-size: 3.5em;
    color: #0055a5; }

.about__section {
  padding: 40px 0; }
  .about__section .entry-content-title {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 20px;
    color: #222; }

.single__container {
  width: 750px;
  max-width: 100%; }

.single__image-container {
  width: 850px;
  max-width: 100%; }

.container__half {
  width: 600px;
  max-width: 100%; }

.block--full-width {
  width: 100%;
  display: block; }

.block--vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.block--background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.block--banner {
  min-height: 400px; }

.block--banner-heading-inverse {
  color: #fff;
  font-size: 3.5em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }

.block--half-width {
  width: 750px;
  margin: 0 auto;
  max-width: 100%; }

.block--form {
  margin: 40px 0; }

.icon--large {
  font-size: 5em;
  color: #ffd204; }

.icon--secondary {
  color: #ffd204; }

.page__bottom-nav {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd; }
  .page__bottom-nav .page__bottom-col.page__bottom-col--left:before {
    display: inline-block;
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -20px;
    top: 8px;
    color: #0055a5; }
  .page__bottom-nav .page__bottom-col.page__bottom-col--right {
    text-align: right; }
    .page__bottom-nav .page__bottom-col.page__bottom-col--right:after {
      display: inline-block;
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 4em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: -20px;
      top: 8px;
      color: #0055a5; }
  .page__bottom-nav .page__bottom-title {
    font-size: 2em; }
    .page__bottom-nav .page__bottom-title a {
      color: #444; }
  .page__bottom-nav .page__bottom-date {
    color: #9e9e9e; }

.blog__article {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .blog__article .entry-header {
    background-color: transparent;
    padding: 20px; }
    .blog__article .entry-header .entry-subtitle {
      margin: 0;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Merriweather", serif; }
      .blog__article .entry-header .entry-subtitle a {
        color: #fff; }
    .blog__article .entry-header .entry-title {
      font-size: 2.5em; }
      .blog__article .entry-header .entry-title a {
        color: #fff;
        text-shadow: 0px 2px 3px #000; }

.blog__search {
  margin-top: 60px; }
  .blog__search input[type=text] {
    width: 350px;
    max-width: 100%;
    color: #acacac;
    border-radius: 10px !important;
    padding: 12px 10px;
    font-size: 1em;
    border: 0; }
  .blog__search input[type=submit] {
    padding: 16px; }
  .blog__search ul {
    margin: 0; }

.blog__filter-title {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Merriweather", serif;
  margin-right: 20px;
  font-size: 1.1em; }

a.blog__filter-link {
  display: inline-block;
  padding: 10px;
  border-radius: 30px;
  margin: 0 5px 5px 5px;
  color: #0055a5;
  border: 1px solid #0055a5;
  height: auto; }
  a.blog__filter-link:hover, a.blog__filter-link.active {
    background: #0055a5;
    color: #fff;
    text-decoration: none; }

.breadcrumbs {
  padding: 20px 0; }

/* defaults */
.sticky {
  display: block; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

.page-template-tpl-contact .entry-content {
  margin: 100px 0; }
  @media (max-width: 767px) {
    .page-template-tpl-contact .entry-content {
      margin: 40px 0; } }

.contact--wrapper {
  background: #0055a5;
  padding: 60px 0;
  color: #fff; }
  @media (max-width: 767px) {
    .contact--wrapper {
      padding: 20px 0; } }
  .contact--wrapper h3 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase; }
  .contact--wrapper label {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em; }
  .contact--wrapper input[type="text"],
  .contact--wrapper input[type="email"],
  .contact--wrapper input[type="url"],
  .contact--wrapper input[type="password"],
  .contact--wrapper input[type="search"],
  .contact--wrapper input[type="number"],
  .contact--wrapper input[type="tel"],
  .contact--wrapper input[type="range"],
  .contact--wrapper input[type="date"],
  .contact--wrapper input[type="month"],
  .contact--wrapper input[type="week"],
  .contact--wrapper input[type="time"],
  .contact--wrapper input[type="datetime"],
  .contact--wrapper input[type="datetime-local"],
  .contact--wrapper input[type="color"],
  .contact--wrapper textarea {
    padding: 12px;
    border-radius: 20px; }

@media (max-width: 991px) {
  .about__section .entry-content-title {
    margin-top: 0; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.panel {
  border: 0; }
  .panel .panel-heading {
    padding: 15px;
    background: #444;
    border-radius: 8px; }
    .panel .panel-heading .panel-title {
      color: #fff;
      font-weight: bold;
      padding: 5px;
      font-size: 1.2em; }
    .panel .panel-heading:hover {
      background: #0055a5; }
      .panel .panel-heading:hover a {
        color: #fff; }
  .panel .panel-body {
    border: 0; }

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.ajax_add_to_cart,
.woocommerce a.button {
  display: block;
  background: #eee;
  color: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 15px; }
  .ajax_add_to_cart:hover,
  .woocommerce a.button:hover {
    background: #0055a5;
    color: #fff; }

.woocommerce-variation-add-to-cart {
  display: none !important; }

.wdm-enquiry-modal.ui-widget-content {
  background: #fff;
  padding: 20px; }
  .wdm-enquiry-modal.ui-widget-content .ui-dialog-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2em; }
  .wdm-enquiry-modal.ui-widget-content #contact-form .contact-bottom {
    display: none !important; }

.woocommerce ul.products li.product .price {
  display: none; }

.woof_products_top_panel {
  display: none; }

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #0055a5; }

.woocommerce ul.products li.product:hover .ajax_add_to_cart,
.woocommerce ul.products li.product:hover .woocommerce a.button {
  background: #0055a5;
  color: #fff; }

.woocommerce div.product form.cart {
  margin-bottom: 0; }

.entry-summary {
  background: #fbfbfb;
  color: #494949;
  border: 1px solid #ddd;
  padding: 20px; }
  .entry-summary .product_meta {
    font-weight: bold;
    margin-bottom: 12px; }
    .entry-summary .product_meta > span {
      display: block; }
      .entry-summary .product_meta > span > span,
      .entry-summary .product_meta > span a {
        font-weight: normal; }
  .entry-summary .variations tbody, .entry-summary .variations tr, .entry-summary .variations td, .entry-summary .variations label {
    display: block; }
  .entry-summary .variations label {
    text-align: left;
    font-weight: normal; }
  .entry-summary .variations .label {
    font-size: 1em;
    color: #444;
    line-height: 1em !important; }
  .entry-summary .variations select {
    display: block;
    width: 100%; }

.product .summary {
  position: relative; }

.product .product-price__loggedin {
  padding: 10px 0 25px;
  color: #999;
  float: left; }
  .product .product-price__loggedin a {
    color: #999; }

.product .product-brand {
  position: absolute;
  right: 20px;
  top: 20px; }

.product .pwb-single-product-brands {
  display: none; }

.quantity .qty {
  padding: 12px;
  font-size: 1.2em; }

.single_add_to_cart_button {
  padding: 16px;
  width: 80%;
  float: right; }

.woocommerce-products-header {
  margin-bottom: 15px; }

.product-list__banner {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px; }
  .product-list__banner .product-list__banner-inner {
    top: 60px;
    position: relative;
    text-align: center; }
  .product-list__banner .product-list__banner-heading {
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }

.woocommerce-products-header .woocommerce-products-header__title {
  margin-top: 0;
  font-size: 2em;
  font-weight: bold;
  color: #444; }

.widget-area .widget {
  background: #eee;
  padding: 15px; }
  .widget-area .widget .widget-title {
    font-weight: bold;
    color: #444;
    font-size: 1.3em;
    margin-top: 0; }
  .widget-area .widget .children {
    margin-left: 10px;
    margin-bottom: 10px; }
  .widget-area .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #999; }
  .widget-area .widget a {
    color: #999; }
    .widget-area .widget a:hover {
      color: #0055a5;
      text-decoration: none; }
  .widget-area .widget.widget_layered_nav ul li.chosen a::before,
  .widget-area .widget.widget_layered_nav_filters ul li a::before {
    color: #0055a5; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
