@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900%7cPlayfair+Display:400,700,900);@charset "UTF-8";
/*
Theme Name: Some Like it Neat
Theme URI: https://github.com/digisavvy/some-like-it-neat
Author: Alex Vasquez
Author URI: http://alexhasnicehair.com
Description: A simple yet advanced Starter Theme built using _S, Bourbon and Neat (http://underscores.me, http://bourbon.io, http://neat.bourbon.io). Please refer to the README.md file for basic usage instructions and prerequisites. You can always grab the latest version over at http://github.com/digisavvy.some-like-it-neat
Version: 1.3.7
License: GNU General Public License
License URI: license.txt
Text Domain: some_like_it_neat
Domain Path: /library/languages/
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, accessibility-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.

Some Like it Neat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Modified to fit Trim Agency SCSS style guide.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Vendors
    1.1 - Vendor Overrides
2.0 - Base
3.0 - Components
    3.1 - Style Guide
4.0 - Layout
    4.1 - Header
    4.2 - Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Vendors
--------------------------------------------------------------*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 60rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 70rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/super-shield/assets/fonts/icomoon.eot?h6nr2e");
  src: url("/wp-content/themes/super-shield/assets/fonts/icomoon.eot?h6nr2e#iefix") format("embedded-opentype"), url("/wp-content/themes/super-shield/assets/fonts/icomoon.ttf?h6nr2e") format("truetype"), url("/wp-content/themes/super-shield/assets/fonts/icomoon.woff?h6nr2e") format("woff"), url("/wp-content/themes/super-shield/assets/fonts/icomoon.svg?h6nr2e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\E903"; }

.icon-facebook:before {
  content: "\E900"; }

.icon-facebook-hover:before {
  content: "\E901"; }

.icon-instagram-hover:before {
  content: "\E902"; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--------------------------------------------------------------
1.1 Vendor Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/* keep this first */
.contact-list, .nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }
  @media (max-width: 480px) {
    html {
      overflow-x: scroll; } }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 15px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 480px) {
    body {
      overflow-x: scroll; } }

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

#wrapper {
  position: relative; }
  @media (max-width: 767px) {
    #wrapper {
      padding: 0; } }
  .landing-page #wrapper {
    padding: 0; }
  .style-guide #wrapper {
    background: none; }

.caption {
  font-size: 11px;
  font-weight: 600;
  color: #222e50; }

.description {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #97999b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px; }

.btn {
  background: transparent;
  border: 2px solid #222e50;
  border-top-color: transparent;
  color: #222e50;
  display: inline-block;
  font: 900 20px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: inset 0px -10px 0px 0px #dbc48f; }
  @media (max-width: 767px) {
    .btn {
      font-size: 15px;
      font-weight: 600; } }
  .btn:hover, .btn:focus, .btn.hover {
    border-top-color: #222e50;
    box-shadow: inset 0px -100px 0px 0px #dbc48f; }

.subscribe {
  display: flex; }
  .subscribe input {
    height: 45px;
    max-width: 352px; }
    .subscribe input:focus {
      box-shadow: none !important;
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12) !important; }
  .subscribe button {
    height: 45px;
    border: 0;
    min-width: 107px;
    background: #dbc48f;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12); }
    .subscribe button:hover {
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12); }
    .subscribe button.hover {
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12); }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #222e50; }

h1, .h1 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.75px;
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 10px; }

h2, .h2 {
  font-size: 30px;
  font-weight: 200; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 25px; } }

h3, .h3 {
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin: 0 0 8px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 5px; }

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #39f;
  text-decoration: none; }

/*--------------------------------------------------------------
3.0 Components
--------------------------------------------------------------*/
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  padding: 13px 13px 13px 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #222e50;
  outline: none; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: none;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      opacity: 0.45; }
    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      opacity: 0.45; }
    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      opacity: 0.45; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      opacity: 0.45; }
    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      opacity: 0.45; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #222e50; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #222e50; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #222e50; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #222e50; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #222e50; }

select {
  -webkit-border-radius: 0; }

textarea {
  max-height: 250px;
  min-height: 230px;
  resize: none;
  vertical-align: top; }
  @media (max-width: 767px) {
    textarea {
      max-height: 145px !important;
      min-height: 145px !important; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.overlay-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2; }
  .overlay-wrap.mobile-menu-wrap {
    position: fixed;
    z-index: 999999; }

.spinner-wrap {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%); }

.spinner {
  height: 100px;
  width: 100px;
  display: inline-block;
  animation: spin 1s steps(12, end) infinite; }
  .spinner i {
    height: 20px;
    width: 6px;
    margin-left: -3px;
    display: block;
    transition: height 1s;
    position: absolute;
    left: 50%;
    transform-origin: center 50px;
    background: #fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
    border-radius: 3px; }

.spinner i:nth-child(1) {
  opacity: .08; }

.spinner i:nth-child(2) {
  transform: rotate(30deg);
  opacity: .167; }

.spinner i:nth-child(3) {
  transform: rotate(60deg);
  opacity: .25; }

.spinner i:nth-child(4) {
  transform: rotate(90deg);
  opacity: .33; }

.spinner i:nth-child(5) {
  transform: rotate(120deg);
  opacity: .4167; }

.spinner i:nth-child(6) {
  transform: rotate(150deg);
  opacity: .5; }

.spinner i:nth-child(7) {
  transform: rotate(180deg);
  opacity: .583; }

.spinner i:nth-child(8) {
  transform: rotate(210deg);
  opacity: .67; }

.spinner i:nth-child(9) {
  transform: rotate(240deg);
  opacity: .75; }

.spinner i:nth-child(10) {
  transform: rotate(270deg);
  opacity: .833; }

.spinner i:nth-child(11) {
  transform: rotate(300deg);
  opacity: .9167; }

.spinner i:nth-child(12) {
  transform: rotate(330deg);
  opacity: 1; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.mailing-list-form, .challenge-sign-up, .contact-us-form {
  position: relative; }

/*--------------------------------------------------------------
3.1 Style Guide
--------------------------------------------------------------*/
.style-section {
  padding: 35px 0; }
  .style-section .style-text {
    margin: 0 0 45px; }
  .style-section .style-form .row {
    margin: 0 0 55px; }
  .style-section .style-form input {
    margin: 0 0 25px; }
    .style-section .style-form input.cleared {
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f; }
      .style-section .style-form input.cleared::-webkit-input-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared::-moz-placeholder {
        opacity: 1;
        opacity: 0.45; }
      .style-section .style-form input.cleared:-moz-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared:-ms-input-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared.placeholder {
        opacity: 0.45; }
    .style-section .style-form input.complete {
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f; }
  .style-section .style-form .btn {
    margin: 0 0 10px; }
  .style-section .style-form .cols {
    display: flex;
    margin: 0 -5px; }
    .style-section .style-form .cols .col {
      padding: 0 5px;
      width: 50%; }
  .style-section .style-subscribe {
    max-width: 460px;
    margin: 0 0 40px; }
  .style-section .style-logo img {
    margin: 0 0 25px; }
  .style-section .style-contact {
    padding: 65px 0 0 0; }
    .style-section .style-contact .arrow-down {
      margin: 0 0 30px;
      display: inline-block; }
    .style-section .style-contact .cols {
      display: flex;
      margin: 0 -2px 80px; }
      .style-section .style-contact .cols .col {
        padding: 0 2px;
        width: 50%; }

.style-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5; }
  .style-slider .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    cursor: pointer; }
  .style-slider .slider {
    height: 680px;
    width: 4px;
    background: #fac05e; }

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
body.home {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #222e50; }

.marble-background {
  background-image: url("/wp-content/themes/super-shield/assets/images/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed; }

#main {
  position: relative; }
  .page-template-template-gallery #main,
  .page-template-template-testimonials #main {
    padding: 0 17px; }

.section {
  display: flex; }
  .section.blog {
    flex-direction: column; }
    .section.blog .row.center-xs {
      margin-left: 40px;
      margin-right: 40px; }
  .section .section-holder {
    padding: 40px 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 255px);
    position: relative; }
    @media (max-height: 800px) {
      .section .section-holder.about {
        padding: 15px 0; } }
    @media only screen and (max-width: 1279px) {
      .section .section-holder.about {
        padding: 15px 0;
        min-height: auto; } }
    .section .section-holder.blog-index {
      margin: 0 0 7%; }
      @media (max-width: 768px) {
        .section .section-holder.blog-index {
          padding: 25px 0px; } }
    @media (min-width: 768px) {
      .section .section-holder.two-col-layout {
        padding: 160px 15px 0;
        margin-bottom: 73px; } }
    .section .section-holder.two-col-layout .container {
      margin-top: 32px; }
      @media (max-width: 768px) {
        .section .section-holder.two-col-layout .container {
          margin-top: 45px; } }
    .section .section-holder.contact {
      background-image: url("/wp-content/themes/super-shield/assets/images/main-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 190px 15px 75px; }
      @media (max-width: 767px) {
        .section .section-holder.contact {
          padding: 25px 40px; } }
      @media (max-width: 767px) {
        .section .section-holder.contact .mobile-contact-header {
          margin: 0 0 33px 0; } }
    @media (max-height: 830px) {
      .section .section-holder {
        padding: 15px; } }
    @media (max-width: 767px) {
      .section .section-holder {
        min-height: auto;
        padding: 25px 15px; } }
  .section h1 {
    margin: 0 0 12px;
    font-weight: 400; }
    @media (max-height: 830px) {
      .section h1 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .section h1 {
        font-size: 45px !important; } }
  @media (max-width: 767px) {
    .section .row .col-second {
      order: 1; } }

.hero-wrap {
  margin-top: 128px; }
  @media (max-width: 768px) {
    .hero-wrap {
      margin-top: 117px; } }
  @media (max-width: 767px) {
    .hero-wrap {
      margin-top: 63px; } }

.section-landing {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  position: relative;
  background-image: url("/wp-content/themes/super-shield/assets/images/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed; }
  .section-landing div#overlay {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 80vh; }
    .section-landing div#overlay img {
      margin: auto;
      height: 20px;
      width: 20px; }
  .section-landing iframe {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: -webkit-fill-available;
    height: calc( (100vw * 9) / 16); }
    @media (max-width: 1024px) {
      .section-landing iframe {
        display: flex; } }
  .section-landing .video-wrap {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 1281px) {
      .section-landing .video-wrap.flexed {
        display: flex; } }
    .section-landing .video-wrap .desktop {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      margin: auto;
      max-width: 85%;
      margin-left: 7.5%; }
    .section-landing .video-wrap #volume-controls {
      position: absolute;
      bottom: 60px;
      right: 15%; }
      @media (min-width: 1440px) {
        .section-landing .video-wrap #volume-controls {
          bottom: 80px; } }
      .section-landing .video-wrap #volume-controls button {
        background-color: transparent;
        border: none; }
  .section-landing .container {
    overflow: hidden;
    margin-top: 100px; }
  .section-landing .landing-info {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    max-width: 580px;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .section-landing .landing-info {
        font-size: 15px;
        line-height: 1.45; } }
    @media (max-width: 479px) {
      .section-landing .landing-info {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        transform: translate(0, 0); } }
    .section-landing .landing-info .logo-landing {
      margin: 0 auto 90px;
      text-align: center; }
      @media (max-height: 750px) {
        .section-landing .landing-info .logo-landing {
          margin: 0 auto 50px; } }
      @media (max-width: 1023px) {
        .section-landing .landing-info .logo-landing {
          width: 280px !important;
          margin: 15px auto 55px !important; } }
      .section-landing .landing-info .logo-landing .supershield-logo {
        width: 55%; }
        @media (max-width: 768px) {
          .section-landing .landing-info .logo-landing .supershield-logo {
            width: 100%; } }
  .section-landing:after {
    left: auto;
    right: 0;
    border-width: 0 0 200px 50vw;
    border-color: transparent transparent #222e50 transparent; }
    @media (max-width: 1023px) {
      .section-landing:after {
        border-width: 0 0 60px 50vw; } }
  .section-landing .arrow-down {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);
    display: block;
    z-index: 100; }
    @media (max-width: 1023px) {
      .section-landing .arrow-down {
        width: 88px; } }
    .section-landing .arrow-down:hover {
      transform: translate(-50%, 10px); }

.logo-text {
  opacity: 0; }
  @media (max-width: 768px) {
    .logo-text {
      opacity: 1;
      text-align: center;
      margin: 0 90px;
      position: absolute;
      bottom: 25%;
      left: 0;
      right: 0; } }
  @media (max-width: 480px) {
    .logo-text {
      opacity: 1;
      margin: 0;
      bottom: 35%; } }
  @media (max-width: 320px) {
    .logo-text {
      opacity: 1;
      margin: 0;
      bottom: 30%; } }

.style-section {
  padding: 35px 0; }
  .style-section .style-text {
    margin: 0 0 45px; }
  .style-section .style-form .row {
    margin: 0 0 55px; }
  .style-section .style-form input {
    margin: 0 0 25px; }
    .style-section .style-form input.cleared {
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f; }
      .style-section .style-form input.cleared::-webkit-input-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared::-moz-placeholder {
        opacity: 1;
        opacity: 0.45; }
      .style-section .style-form input.cleared:-moz-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared:-ms-input-placeholder {
        opacity: 0.45; }
      .style-section .style-form input.cleared.placeholder {
        opacity: 0.45; }
    .style-section .style-form input.complete {
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f; }
  .style-section .style-form .btn {
    margin: 0 0 10px; }
  .style-section .style-form .cols {
    display: flex;
    margin: 0 -5px; }
    .style-section .style-form .cols .col {
      padding: 0 5px;
      width: 50%; }
  .style-section .style-subscribe {
    max-width: 460px;
    margin: 0 0 40px; }
  .style-section .style-logo img {
    margin: 0 0 25px; }
  .style-section .style-contact {
    padding: 65px 0 0 0; }
    .style-section .style-contact .arrow-down {
      margin: 0 0 30px;
      display: inline-block; }
    .style-section .style-contact .cols {
      display: flex;
      margin: 0 -2px 80px; }
      .style-section .style-contact .cols .col {
        padding: 0 2px;
        width: 50%; }

.style-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5; }
  .style-slider .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    cursor: pointer; }
  .style-slider .slider {
    height: 680px;
    width: 4px;
    background: #fac05e; }

.hidden {
  display: none; }

@media (min-width: 768px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 768px) {
  .hide-mobile {
    display: none; } }

.gallery-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 1024px) {
    .gallery-box {
      padding: 0 5%; } }
  @media (max-width: 768px) {
    .gallery-box {
      padding: 0 9%; } }
  @media (max-width: 480px) {
    .gallery-box {
      padding: 0 8%; } }
  @media (max-width: 320px) {
    .gallery-box {
      padding: 0; } }
  .gallery-box .thumbnail {
    margin: 7.5px 7px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .gallery-box .thumbnail {
        margin: 4.5px 4px; } }
    .gallery-box .thumbnail img {
      width: 173px;
      height: 105px; }
      @media (max-width: 768px) {
        .gallery-box .thumbnail img {
          width: 87px;
          height: 66px; } }
    .gallery-box .thumbnail.small img {
      object-fit: cover;
      max-width: 78px; }
      @media (max-width: 768px) {
        .gallery-box .thumbnail.small img {
          width: 39px;
          height: 66px; } }

.tall-image {
  height: 629px;
  object-fit: cover; }
  @media (max-width: 768px) {
    .tall-image {
      height: 384px; } }
  @media (max-width: 480px) {
    .tall-image {
      height: auto; } }

.quote {
  position: relative; }
  .quote blockquote {
    position: relative;
    margin-right: 0;
    margin-bottom: 0; }
    .quote blockquote p {
      font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 15px;
      line-height: 1.5;
      text-align: justify;
      position: relative; }
      @media (max-width: 480px) {
        .quote blockquote p {
          margin-left: -15px; } }
      .quote blockquote p:before {
        content: '\201C';
        font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-size: 45px;
        line-height: 0.73;
        text-align: justify;
        color: #222e50;
        position: absolute;
        top: -5px;
        left: -25px; }
  .quote p {
    font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    position: relative;
    color: #222e50;
    padding: 0 0.5rem; }
    .quote p.gallery {
      padding: 0;
      margin: 5% 0 0; }
  .quote cite {
    color: #222e50;
    font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.43;
    text-align: justify;
    float: right;
    position: relative;
    margin-right: 30px; }
  .quote.large blockquote {
    position: relative;
    padding: 0; }
    .quote.large blockquote h2 {
      position: relative;
      line-height: 1.38;
      text-align: justify; }
      @media (max-width: 767px) {
        .quote.large blockquote h2 {
          font-size: 20px; } }
      .quote.large blockquote h2:before {
        content: '\201C';
        font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-size: 45px;
        line-height: 0.73;
        text-align: justify;
        color: #222e50;
        position: absolute;
        top: -5px;
        left: -25px; }
      .quote.large blockquote h2:after {
        content: '\201D';
        font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-size: 45px;
        line-height: 0.73;
        text-align: justify;
        color: #222e50;
        position: absolute;
        bottom: 0; }

.content-row {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .content-row {
      margin: 100px 0; } }
  .section-holder.blog-index .content-row:first-of-type,
  .section-holder.two-col-layout .content-row:first-of-type {
    margin: 0; }

@media (min-width: 768px) {
  .to-bottom {
    margin-top: 30%; } }

.column-width.right {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .column-width.right {
      margin-top: 0;
      padding: 0 0 0 60px; } }

@media (min-width: 768px) {
  .column-width {
    padding-right: 60px; } }

@media (max-width: 767px) {
  .content-image {
    display: block;
    margin: 0 auto; } }

.content-image,
.mini-post > img,
.gallery-box > .thumbnail > img {
  transition: all 0.3s ease-in-out; }
  .content-image:hover,
  .mini-post > img:hover,
  .gallery-box > .thumbnail > img:hover {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.12); }

@media (min-width: 768px) {
  .landing-content-area {
    margin-top: 120px; } }

@media (max-width: 480px) {
  .landing-content-area {
    margin-top: 40px;
    padding: 0 2%; } }

.justified-content p, .justified-content ul {
  text-align: justify; }

body.page-template-template-gallery .column-width.right {
  margin-top: 0px; }

@media (max-width: 767px) {
  body.page-template-template-gallery .section-holder.two-col-layout > .container > .content-row:not(:first-of-type) > .column-width {
    margin-top: 100px; } }

#youtube-player {
  position: absolute;
  width: -webkit-fill-available;
  height: calc( (100vw * 9) / 16);
  top: 145px; }

.fade-in {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* keep this first */
/* -------- pages -------- */
#hero .stained-marble {
  height: 50%;
  position: relative; }

#intro {
  margin-top: 100px;
  padding: 60px 60px 0;
  text-align: justify;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    #intro {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    #intro {
      padding: 60px 40px 0;
      flex-direction: column; }
      #intro .intro h2 {
        text-align: left; } }
  @media (max-width: 480px) {
    #intro {
      margin-top: 0; } }
  #intro h1 {
    width: 100%; }
  #intro .intro {
    position: relative; }
    #intro .intro p {
      max-width: 552px; }
  #intro .intro-header {
    margin: 0 0 49px; }
  #intro .benefits {
    padding: 180px 0 0 85px; }
    @media (max-width: 767px) {
      #intro .benefits {
        padding: 60px 0 0; } }
    #intro .benefits p {
      max-width: 363px; }
  #intro .benefit-icon {
    max-height: 90px;
    padding: 0 16px 0 0; }
  #intro ul {
    list-style-type: none;
    padding: 0; }
  #intro li {
    padding-bottom: 2rem;
    display: flex; }
  #intro .structural {
    position: absolute;
    bottom: 0;
    left: 0; }

.diagram-header {
  text-align: -webkit-left;
  padding-left: 10%;
  padding-top: 35px; }
  @media (max-width: 767px) {
    .diagram-header {
      text-align: center;
      padding-left: 0; } }

.diagram-overlay {
  background: url(/wp-content/themes/super-shield/assets/images/infographic@3x.png) no-repeat;
  background-size: contain;
  height: 600px;
  margin: 60px 0 170px 0; }
  @media (max-width: 767px) {
    .diagram-overlay {
      height: 300px;
      margin: 60px 15px 0 0; } }
  @media (min-width: 1500px) {
    .diagram-overlay {
      height: 650px;
      background-position: center;
      margin: 30px 0 85px 0; } }

.row.center {
  justify-content: center; }

.btn.quote {
  max-width: 361px; }

.about-bottom {
  padding: 0 40px 73px; }

.move-slider {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .move-slider .image-holder {
    position: relative;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .move-slider span.line {
    position: absolute;
    cursor: pointer;
    width: 10px;
    top: 0px;
    bottom: 0px;
    content: "";
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.25);
    background: #ffd028;
    z-index: 3; }
    .move-slider span.line:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -22px;
      margin: auto;
      width: 22px;
      height: 100px;
      background: url(/wp-content/themes/super-shield/assets/images/slider-left.svg) no-repeat;
      z-index: 2; }
    .move-slider span.line:after {
      content: "";
      position: absolute;
      top: 0;
      left: 10px;
      bottom: 0;
      margin: auto;
      width: 22px;
      height: 100px;
      background: url(/wp-content/themes/super-shield/assets/images/slider-right.svg) no-repeat;
      z-index: 2; }
  .move-slider .img-over {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 0;
    overflow: hidden; }
    .move-slider .img-over img {
      max-width: none; }

@media only screen and (min-width: 1280px) {
  .container.about {
    width: 1280px; } }

@media only screen and (max-width: 1279px) {
  .container.about {
    width: 100vw; } }

.container.not-found {
  text-align: center; }

.caption {
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.43;
  text-align: justify;
  color: #fff;
  z-index: 5;
  opacity: 0.65;
  margin: 0; }
  @media (max-width: 480px) {
    .caption:not(cite) {
      width: 120px; } }
  @media (max-width: 768px) {
    .caption {
      font-size: 9px; } }
  .caption.protected {
    position: absolute;
    left: 60px;
    bottom: 40px; }
    @media (max-width: 768px) {
      .caption.protected {
        left: 5px; } }
  .caption.unprotected {
    position: absolute;
    right: 60px;
    bottom: 40px; }
    @media (max-width: 768px) {
      .caption.unprotected {
        right: 5px; } }

@media (max-width: 480px) {
  .right-caption {
    text-align: right; } }

@media (max-width: 480px) {
  .left-caption {
    text-align: left; } }

.parallex-content {
  position: relative;
  background-color: #fff;
  z-index: 101; }

.no-scroll {
  overflow: hidden; }

.no-opacity {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.48, 0, 0.12, 1); }
  .no-opacity.active {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.48, 0, 0.12, 1); }

.blog-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.blog-content {
  max-width: 890px;
  margin: 75px 0; }
  .blog-content .intro {
    margin-bottom: 90px; }

.blog-date {
  font-size: 41px;
  font-weight: 300;
  line-height: 37px;
  margin: 0; }

.author {
  font-size: 10px;
  line-height: 24px; }

.share-blog {
  width: 15%;
  display: flex; }
  .share-blog p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1.8px;
    padding: 2px 0 0; }

.post-excerpt {
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0; }

@media (min-width: 768px) {
  .blog-text-content {
    margin-bottom: 40%; } }

.blog-text-content p {
  line-height: 24px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-align: justify; }

.center-text {
  text-align: center;
  text-transform: capitalize;
  margin: 0; }

.blog-max-message {
  margin: 50px 0; }

.blog-header {
  text-align: center;
  font-size: 28px;
  margin: 50px 0; }
  .blog-header.lowercase {
    text-transform: lowercase; }

#blog-index,
#blog-single {
  position: relative; }
  #blog-index .blog-title,
  #blog-single .blog-title {
    margin: 0 0 46px; }
  #blog-index .quote h2,
  #blog-single .quote h2 {
    margin: 21px 0; }
  #blog-index .quote p,
  #blog-single .quote p {
    padding: 0; }

@media (max-width: 768px) {
  #blog-index {
    display: flex;
    flex-direction: column;
    padding: 0 32px; }
    #blog-index > .blog-title {
      order: 1;
      margin: 20px 0 40px; }
    #blog-index > .mailing-list-holder {
      order: 2;
      margin: 0 0 70px; }
    #blog-index > .row:not(.content-row) {
      order: 3; }
    #blog-index > .row.content-row {
      order: 4; } }

@media (max-width: 767px) {
  #blog-single {
    margin: 0 0 100px; } }

#blog-single a, #blog-single p > a {
  color: #fac05e !important; }

.quote.mini {
  max-width: 174px; }
  @media (max-width: 768px) {
    .quote.mini {
      max-width: 100%; } }
  .quote.mini p {
    padding: 0; }
  .quote.mini h2 {
    margin: 17px 0 21px; }

.featured-post {
  min-height: 100vh;
  position: relative;
  margin: 0 0 60px; }
  @media (max-width: 768px) {
    .featured-post {
      min-height: 300px;
      margin: 0; } }
  .featured-post .quote {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    margin: auto;
    max-height: 86px;
    max-width: 525px;
    word-wrap: break-word; }
    .featured-post .quote h2, .featured-post .quote h2 a {
      color: #222e50; }
    .featured-post .quote p, .featured-post .quote p a {
      color: #2d2d2d;
      padding: 0; }
    @media (max-width: 768px) {
      .featured-post .quote {
        left: 0;
        right: 0;
        width: 80%; } }

.mailing-list-holder {
  position: absolute;
  z-index: 1;
  top: 90px;
  right: 0; }
  @media (min-width: 769px) {
    .mailing-list-holder {
      width: 457px; } }
  @media (max-width: 768px) {
    .mailing-list-holder {
      position: initial;
      margin: 10% 0; } }

.blog-single-container {
  position: relative;
  margin-bottom: 73px; }
  @media (max-width: 768px) {
    .blog-single-container {
      display: flex;
      flex-direction: column;
      padding: 0 32px; }
      .blog-single-container .blog-title {
        margin-top: 20px; }
      .blog-single-container > .content-row {
        order: 1; }
      .blog-single-container > .mailing-list-holder {
        order: 2;
        margin: 0 0 70px; }
      .blog-single-container > .center-xs {
        order: 3; } }
  .blog-single-container .content-row {
    margin: 0; }

.mini-post {
  margin-bottom: 159px; }
  @media (max-width: 768px) {
    .mini-post {
      margin-bottom: 50px; } }

.mini-tall {
  width: 174px;
  height: 231px;
  object-fit: cover; }
  @media (max-width: 768px) {
    .mini-tall {
      width: 100%;
      height: auto; } }

.mini-square {
  width: 174px;
  height: 135px;
  object-fit: cover; }
  @media (max-width: 768px) {
    .mini-square {
      width: 100%;
      height: auto; } }

.side-bar-posts {
  display: flex;
  padding: 275px 0 0; }
  @media (max-width: 768px) {
    .side-bar-posts {
      display: block;
      padding: 0; } }

.flex-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .flex-end.middle {
    justify-content: center; }

.success-message {
  margin: 4% 0 0; }

@media (max-width: 768px) {
  .section.blog {
    margin-top: 63px; } }

@media (max-width: 480px) {
  .section.blog .row > .column-width {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  .section-holder.contact {
    margin-top: 63px; } }

.contact-form .row {
  margin: 0 0 15px; }
  @media (max-height: 830px) {
    .contact-form .row {
      margin: 0 0 10px; } }
  .contact-form .row:last-child {
    margin: 0; }
  .contact-form .row.textarea {
    margin-bottom: 46px; }
    @media (max-width: 767px) {
      .contact-form .row.textarea {
        margin: 0 0 88px 0; } }
  @media (max-width: 767px) {
    .contact-form .row {
      margin: 0 0 35px; } }
  .contact-form .row.cols {
    margin: 0 -7px 15px; }
    @media (max-height: 830px) {
      .contact-form .row.cols {
        margin: 0 -7px 10px; } }
    @media (max-width: 767px) {
      .contact-form .row.cols {
        flex-wrap: wrap;
        margin: 0 0 35px !important; } }
  .contact-form .row .col {
    width: 50%;
    padding: 0 7px; }
    @media (max-width: 767px) {
      .contact-form .row .col {
        width: 100%;
        padding: 0;
        margin: 0 0 35px; } }
    @media (max-width: 767px) {
      .contact-form .row .col:last-child {
        margin: 0; } }
  .contact-form .row .btn {
    width: auto;
    min-width: 173px; }
  @media (max-height: 830px) {
    .contact-form .row input {
      padding: 10px 10px 10px 15px; } }
  @media (max-width: 767px) {
    .contact-form .row input {
      padding: 13px 13px 13px 20px !important; } }
  @media (max-height: 830px) {
    .contact-form .row textarea {
      padding: 10px;
      min-height: 145px;
      max-height: 145px; } }

.contact-list li {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 20px; }
  .contact-list li a {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #222e50; }
    .contact-list li a:hover {
      color: #dbc48f; }
  @media (max-width: 767px) {
    .contact-list li:last-child {
      margin: 0 0 53px; } }

.error-message {
  border: 1px solid #FF0000 !important; }

.error {
  color: #FF0000; }

.field-valid {
  border-color: none !important;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12), inset 0px -5px 0px 0px #dbc48f !important; }

/*--------------------------------------------------------------
4.1 Header
--------------------------------------------------------------*/
#header {
  background: #222e50;
  z-index: 200;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 26px; }
  @media (max-width: 768px) {
    #header {
      position: fixed;
      padding: 19px 15px 19px 40px;
      top: 0; } }
  @media (max-width: 480px) {
    #header {
      position: fixed; } }
  #header.hide-behind {
    z-index: -1; }
  #header .logo {
    margin: -45px auto;
    text-align: center; }
  @media (max-width: 767px) {
    #header .drop {
      background: #222e50;
      align-items: center;
      flex-direction: column;
      text-align: center;
      margin: -1px 0 0 0;
      padding: 25px 0 0 0;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      visibility: hidden;
      width: 100%;
      z-index: 9;
      transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
      transform: translateY(-100%); }
      .resize-active #header .drop {
        transition: none; } }
  @media (max-width: 767px) {
    #header .drop .row {
      flex-direction: column;
      margin: 0 auto;
      width: 285px; } }
  @media (max-width: 767px) {
    #header .drop .row .col-hidden {
      display: none; } }
  #header .logo-mobile {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 99;
    display: none; }
    @media (max-width: 767px) {
      #header .logo-mobile {
        display: block; } }

#header-background {
  background: #fff;
  z-index: 199;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 45px; }
  @media (max-width: 768px) {
    #header-background {
      display: none; } }

.nav {
  width: 100%; }
  .nav ul {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .nav ul {
        flex-direction: column;
        width: 100%; } }
    @media (max-width: 767px) {
      .nav ul li {
        width: 100%; } }
    .nav ul li.active a {
      color: #fac05e; }
      .nav ul li.active a:before {
        opacity: 1; }
    .nav ul li a {
      color: #fff2de;
      position: relative; }
      @media (max-width: 767px) {
        .nav ul li a {
          padding: 15px 0 15px 0px;
          color: #fff2de;
          font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
          font-size: 45px;
          line-height: 1.08;
          letter-spacing: 0.8px;
          text-align: justify; } }
      .nav ul li a:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        width: 75%;
        height: 2px;
        background: #fac05e;
        opacity: 0;
        transition: all .3s ease-in-out; }

/* menu burger styles */
.menu-opener {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  outline: none;
  z-index: 991;
  display: none;
  text-decoration: none; }
  .menu-opener:before, .menu-opener:after {
    background: #fac05e;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    transition: all 0.3s linear; }
  .menu-opener:before, .menu-opener:after {
    content: '';
    top: 4px; }
  .menu-opener:after {
    top: 22px; }
  .menu-opener:before span, .menu-opener:after span, .menu-opener:hover span {
    background: #fac05e; }
  @media (max-width: 767px) {
    .menu-opener {
      display: block; } }

@media (max-width: 767px) {
  .menu-active #header .drop {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    height: auto;
    height: 100vh;
    transform: translateX(0); } }

.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  transform: rotate(45deg);
  top: 16px;
  left: 0%;
  right: 0%; }

.menu-active .menu-opener:after {
  transform: rotate(-45deg); }

.menu-active .menu-opener span {
  opacity: 0; }

.menu-active .menu-opener:before, .menu-active .menu-opener:after,
.menu-active .menu-opener span {
  background: #fac05e; }

@media (max-width: 767px) {
  .nav li {
    text-align: left; }
    .nav li a {
      display: inline-block;
      width: auto; } }

.nav li.menu-item a:hover,
.nav li.current-menu-item a {
  color: #fac05e; }
  .nav li.menu-item a:hover:before,
  .nav li.current-menu-item a:before {
    opacity: 1;
    bottom: -15px; }
    @media (max-width: 767px) {
      .nav li.menu-item a:hover:before,
      .nav li.current-menu-item a:before {
        bottom: 0; } }

/*--------------------------------------------------------------
4.2 Footer
--------------------------------------------------------------*/
#footer {
  background: #222e50;
  padding: 60px 0 33px;
  height: 300px; }
  #footer.home-footer {
    display: flex;
    margin-top: 0; }
    @media (max-width: 768px) {
      #footer.home-footer {
        margin-top: 0; } }
  @media (max-width: 767px) {
    #footer {
      padding: 23px 25px;
      height: 451px; } }
  #footer a {
    color: #dbc48f;
    font-size: 20px;
    font-weight: 500; }
    #footer a.tel:hover {
      color: #fac05e; }
    #footer a.icon {
      font-size: 40px; }
      @media (max-width: 767px) {
        #footer a.icon {
          font-size: 25px; } }
    @media (max-width: 767px) {
      #footer a.icon-instagram {
        font-size: 30px; } }
    #footer a.icon-instagram:hover:before {
      content: "\E902"; }
    @media (max-width: 767px) {
      #footer a.icon-facebook {
        font-size: 30px; } }
    #footer a.icon-facebook:hover:before {
      content: "\E901"; }
    @media (max-width: 767px) {
      #footer a:first-child {
        margin: 0 10px 0 0; } }
  #footer .col-sm-6.left, #footer .col-md-3.left {
    text-align: left; }
    @media (max-width: 767px) {
      #footer .col-sm-6.left, #footer .col-md-3.left {
        text-align: center; } }
  #footer .col-sm-6.right, #footer .col-md-3.right {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .col-sm-6.right, #footer .col-md-3.right {
        text-align: center;
        margin: 0 0 33px 0; } }
  #footer .footer-text {
    font-size: 19.5px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 0.3px;
    color: #dbc48f; }
    @media (max-width: 767px) {
      #footer .footer-text {
        margin: 0; } }
    #footer .footer-text.small {
      font-size: 10.5px;
      font-weight: 600; }
    #footer .footer-text.tel {
      font-size: 30px;
      font-weight: 200;
      line-height: 1.38;
      text-align: right; }
  #footer .social-icons {
    margin: 17px 0 0;
    display: flex; }
  #footer .copyright {
    margin: 47px 0 0; }
  #footer .privacy {
    margin: 48.8px 0 0; }
    @media (max-width: 767px) {
      #footer .privacy {
        margin: 11px 0 0; } }
    #footer .privacy a {
      margin: 0; }
  @media (max-width: 767px) {
    #footer .footer-logo {
      margin: 50px 0 57px 0; } }

.mobile-footer {
  align-items: unset;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .mobile-footer {
      align-items: center;
      flex-direction: column;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .mobile-footer.reversed {
      flex-direction: column-reverse; } }

.footer-instagram-icon,
.footer-facebook-icon {
  background-position: center bottom;
  width: 40px;
  height: 48px;
  transition: all 0.3s ease; }

.footer-instagram-icon {
  background-image: url(/wp-content/themes/super-shield/assets/images/instagram-new.svg);
  margin: 0 54px 0 0; }
  .footer-instagram-icon:hover {
    background-image: url(/wp-content/themes/super-shield/assets/images/instagram-new-hover.svg); }

.footer-facebook-icon {
  background-image: url(/wp-content/themes/super-shield/assets/images/facebook-new.svg); }
  .footer-facebook-icon:hover {
    background-image: url(/wp-content/themes/super-shield/assets/images/facebook-new-hover.svg); }

.privacy-policy {
  margin: 88px 25px 32px; }
  .privacy-policy .intro {
    margin-bottom: 0; }
  .privacy-policy .justified-content h1, .privacy-policy .justified-content .privacy-policy-title {
    text-align: center; }
    @media (max-width: 768px) {
      .privacy-policy .justified-content h1, .privacy-policy .justified-content .privacy-policy-title {
        text-align: left; } }
  .privacy-policy .justified-content .basic-list li {
    text-align: justify; }
