/*
Website Name:
Copyright 2017
Adventure Web Interactive
*/

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face
{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;

    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff');
}

@font-face
{
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
}

@font-face
{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
}

@font-face
{
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html
{
    font-family: sans-serif;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

body
{
    margin: 0;
}

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

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

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

    height: 0;
}

progress
{
    vertical-align: baseline;
}

template,
[hidden]
{
    display: none;
}

a
{
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

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

abbr[title]
{
            text-decoration: underline;
            text-decoration: underline dotted;

    border-bottom: none;

    -webkit-text-decoration: underline dotted;
}

b,
strong
{
    font-weight: inherit;
    font-weight: bolder;
}

dfn
{
    font-style: italic;
}

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

small
{
    font-size: .75em;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

img
{
    border-style: none;
}

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

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

figure
{
    margin: 1em 40px;
}

hr
{
    overflow: visible;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

button,
input,
select,
textarea
{
    font: inherit;

    margin: 0;
}

optgroup
{
    font-weight: bold;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal;

    color: inherit;
}

textarea
{
    overflow: auto;
}

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

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

[type='search']
{
    outline-offset: -2px;

    -webkit-appearance: textfield;
}

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

::-webkit-input-placeholder
{
    opacity: .54;
    color: inherit;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

::-moz-selection
{
    color: rgb(107, 7, 1);
    background: rgb(247, 209, 207);
    text-shadow: none;
}

::selection
{
    color: rgb(107, 7, 1);
    background: rgb(247, 209, 207);
    text-shadow: none;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html
{
    font-family: sans-serif;
    font-size: 18px;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    font: 100%/1.5 Arial, Helvetica, sans-serif;

    color: #2b2b2b;
    background: #fff;
}

.roboto-font-loaded body
{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote
{
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta
{
    line-height: 1.2;

    margin-top: 40px;

    color: #d81b10;
}

h1.black-text,
h2.black-text,
h3.black-text,
h4.black-text,
.alpha.black-text,
.beta.black-text,
.gamma.black-text,
.delta.black-text
{
    color: #2b2b2b;
}

.kilo
{
    font-size: 2.2em;
}

h1,
.alpha
{
    font-size: 2em;
}

h2,
.beta
{
    font-size: 1.75em;
}

h3,
.gamma
{
    font-size: 1.5em;
}

h4,
.delta
{
    font-size: 1.125em;
}

h5
{
    font-size: .875em;
}

h6
{
    font-size: .75em;
}

ul,
ol,
dl,
menu
{
    margin: 0 0 20px 40px;
    padding: 0;
}

a
{
    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;
    text-decoration: none;

    color: #d81b10;
}

a:focus,
a:active,
a:hover
{
    text-decoration: underline;

    outline: 0;
}

strong,
b
{
    font-weight: bold;
}

em,
i
{
    font-style: italic;
}

img
{
    max-width: 100%;
    height: auto;

    -ms-interpolation-mode: bicubic;
    border: 0;
}

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

hr
{
    display: block;

    height: 1px;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

small,
sub,
sup
{
    font-size: 80%;
}

sub,
sup
{
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

table
{
    width: 100%;

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

td
{
    vertical-align: top;
}

blockquote,
q
{
    quotes: none;
}

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

blockquote
{
    padding: 20px;

    color: #d81b10;
    border-left: 8px solid;
}

@media screen and (max-width: 767px)
{
    blockquote
    {
        padding: 15px;
    }
}

@media screen and (max-width: 567px)
{
    html
    {
        font-size: 1rem;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view
{
    display: none !important;
    visibility: hidden;
}

.desktop-view
{
    display: block !important;
    visibility: visible;
}

.clearfix::after,
.container::after
{
    display: block;
    clear: both;

    content: '';
}

.browserupgrade
{
    padding: 5px 0;

    text-align: center;

    color: #000;
    background: #ccc;
}

[style*='background-image']
{
    background-position: center;
    background-size: cover;
}

.inlineblock-fix
{
    font-size: 0;
}

.inlineblock-reset
{
    font-size: 1rem;
}

:active
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child
{
    margin-top: 0;
}

:last-child
{
    margin-bottom: 0;
}

.list--unstyled
{
    margin: 0;

    list-style: none;
}

.skip-nav
{
    line-height: 32px;

    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 0;

    text-align: center;

    color: #fff;
    background: rgba(179, 12, 2, .75);
}

.skip-nav:focus
{
    height: 32px;

    text-decoration: none;

    outline: 1px dotted #000;
}

.icon
{
    display: inline-block;

    width: 1em;
    height: 1em;

    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-phone,
.icon-feed
{
    width: .7861328125em;
}

.icon-linkedin
{
    width: .857421875em;
}

.icon-pinterest
{
    width: .7138671875em;
}

.icon-youtube
{
    width: .857421875em;
}

.icon-houzz
{
    width: .5712890625em;
}

.icon-instagram
{
    width: .857421875em;
}

.icon-google-plus
{
    width: 1.2861328125em;
}

.icon-twitter
{
    width: .9287109375em;
}

.icon-facebook
{
    width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend
{
    white-space: normal;

    *margin-left: -7px;
}

label
{
    display: block;

    margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button
{
    font: inherit;

    width: 100%;
    height: 42px;
    padding: 0 10px;

    color: #2b2b2b;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}

input:focus,
textarea:focus,
select:focus
{
    border-color: #d81b10;
    outline: 0;
}

input,
textarea
{
    -webkit-appearance: none;
}

select
{
    padding: 0 0 0 5px;
}

textarea
{
    overflow: auto;

    height: 120px;
    padding: 10px;

    resize: vertical;
    vertical-align: top;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button
{
    cursor: pointer;

    *overflow: visible;
    -webkit-appearance: button;
}

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

    border: 0;
}

input[type='radio'],
input[type='checkbox']
{
    width: auto;
    height: auto;
    margin: 0 4px 0 0;
    padding: 0;

    border: none;
}

input[type='radio']
{
    -webkit-appearance: radio;
}

input[type='checkbox']
{
    -webkit-appearance: checkbox;
}

input[type='file']
{
    height: auto;
    height: 32px\9;

    border: none;
    border: 1px solid #ccc\9;
    background: none;
    background: #fff\9;
}

input[type='file']::-ms-value
{
    border: none;
    background: #fff;
}

input[type='search']
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button
{
    line-height: 1.2;

    width: auto;
    height: auto;
    padding: .5em 1.25em;

    cursor: pointer;
    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;

    color: #fff;
    border: none;
    border-radius: 0;
    background: #d81b10;

    -webkit-appearance: none;
}

.button
{
    display: inline-block;

    text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover
{
    text-decoration: none;

    background: #b30c02;
}

button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus
{
    text-decoration: none;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active
{
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}

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

form .list--unstyled
{
    margin: 0 -6px;
}

form .list--unstyled li
{
    margin: 12px 6px;
}

.list--unstyled .form-field--half
{
    float: left;

    width: calc(50% - 12px);
    margin: 6px;
}

.list--unstyled .form-field--third
{
    float: left;

    width: calc(33.3333% - 12px);
    margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third
{
    margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2)
{
    margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third)
{
    clear: both;

    margin-top: 0;
    padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third
{
    margin-top: 0;
}

@media screen and (max-width: 567px)
{
    .list--unstyled .form-field--half,
    .list--unstyled .form-field--third
    {
        float: none;

        width: auto;
        margin: 12px 6px;
    }

    .form-field--half + li:not(.form-field--half):not(.form-field--third),
    .form-field--third + li:not(.form-field--half):not(.form-field--third)
    {
        margin-top: 12px;
        padding-top: 0;
    }

    form .list--unstyled .form-field--half:first-child + .form-field--half,
    form .list--unstyled .form-field--third:first-child + .form-field--third,
    form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
    li:not(.form-field--half):not(.form-field--third) + .form-field--half,
    li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
    li:not(.form-field--half):not(.form-field--third) + .form-field--third,
    li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
    li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third
    {
        margin-top: 12px;
    }

    form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
    form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
    form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2)
    {
        margin-bottom: 12px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container
{
    max-width: 1250px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}

.full-width
{
    float: none;

    width: 100%;
    max-width: 54em;
    margin: 0 auto;
}

.form-list
{
    max-width: 500px;
    margin: 0;

    list-style: none;
}

.form-list li
{
    margin: 10px 0 0;
}

.form-list li:first-child
{
    margin: 0;
}

@media screen and (max-width: 1023px)
{
    .container
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .container
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header
{
    /*IF HAS BANER IMAGE*/
    position: absolute;
    z-index: 9;
    top: 50px;

    width: 100%;
    /*ENDIF*/
    padding: 10px 0;

    color: #fff;
    background: #2b2b2b;
}

.header.no-banner-image{
    position: relative;
    top: 0;
}

.header .container
{
    max-width: 1400px;
    padding: 0 10px;
}

.header a
{
    color: #fff;
}

.header .wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .wrap .right
{
    padding-left: 10px;

    text-align: right;
}

.header .wrap nav,
.header .wrap .contact
{
    display: inline-block;

    vertical-align: middle;
}

.header .wrap .nav
{
    margin-right: -10px;
}

.header .wrap .contact
{
    margin-left: 5px;
}

.header .wrap .contact li
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 5px;

    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;
    vertical-align: middle;

    border-radius: 50%;
    background: #d81b10;
}

.header .wrap .contact li:hover
{
    background: #b30c02;
}

.header .wrap .contact li svg
{
    width: 100%;
    height: 100%;

    fill: #fff;
}

@media screen and (max-width: 1250px)
{
    .header .wrap .logo-wrap img
    {
        width: 300px;
        height: auto;
    }
}

@media screen and (max-width: 1100px)
{
    .header .wrap .nav
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 567px)
{
    .header
    {
        top: 20px;
    }

    .header .wrap .logo-wrap img
    {
        width: 200px;
        height: auto;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav .container
{
    padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover
{
    display: none;
}

.awiNav
{
    font-size: 0;

    position: relative;
    z-index: 200;

    margin: 0;
    padding: 0;

    list-style: none;
}

.awiNav.collapsable
{
    white-space: nowrap;
}

.awiNav li
{
    position: relative;

    margin: 0;
}

.awiNav > li
{
    font-size: 1rem;
    line-height: 50px;

    display: inline-block;

    height: 50px;
}

.awiNav a
{
    display: block;

    padding: 0 10px;

    white-space: nowrap;
    text-decoration: none;
}

.awiNav ul
{
    line-height: 1;

    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    margin: 0;
    padding: .5em 0;

    list-style: none;

    background: #d81b10;
}

.awiNav > li:last-child ul
{
    right: 0;
    left: auto;
}

.awiNav ul ul
{
    top: -.5em;
    right: auto;
    left: 100%;
}

.awiNav > li:last-child ul ul
{
    right: 100%;
    left: auto;
}

.awiNav ul a
{
    padding-top: .5em;
    padding-bottom: .5em;

    color: #fff;
}

.awiNav ul a:hover
{
    background-color: #b30c02;
}

@media screen and (min-width: 1101px)
{
    .awiNav li:hover > ul
    {
        display: block;
    }
}

@media screen and (max-width: 1100px)
{
    .awiNav-cover
    {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;

        width: 100%;
        height: calc(100vh + 200px);

        cursor: pointer;

        background: rgba(0, 0, 0, .6);
    }

    .awiNav__trigger
    {
        line-height: 0;

        position: relative;

        display: block;

        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;

        cursor: pointer;

        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .awiNav__trigger,
    .awiNav__trigger:hover
    {
        background: transparent;
    }

    .awiNav__trigger:active
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .awiNav__trigger span
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 40px;
        height: 3px;
        margin: -2px 0 0 -20px;

        border-radius: 2px / 50%;
        background: #fff;
        -webkit-box-shadow: 0 -9px 0 #fff, 0 9px 0 #fff;
                box-shadow: 0 -9px 0 #fff, 0 9px 0 #fff;
    }

    .awiNav-wrap
    {
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 100%;

        width: calc(100% - 45px);
        max-width: 320px;
        height: calc(100vh + 200px);
        padding-bottom: 200px;

        -webkit-transition: -webkit-transform .3s ease-out;
             -o-transition:         transform .3s ease-out;
                transition: -webkit-transform .3s ease-out;
                transition:         transform .3s ease-out;
                transition:         transform .3s ease-out, -webkit-transform .3s ease-out;

        background: #b30c02;
    }

    .awiNav-wrap.nav-shown
    {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    .awiNav-wrap .awiNav__close
    {
        font-size: .9rem;
        font-weight: 700;

        position: relative;

        display: block;

        width: 100%;
        height: 45px;
        padding-left: 50px;

        text-align: left;
        text-transform: uppercase;

        border-bottom: 1px solid #fff;
        border-radius: 0;
        background: none;
    }

    .awiNav-wrap .awiNav__close:hover
    {
        background: rgba(255, 255, 255, .1);
    }

    .awiNav-wrap .awiNav__close:active
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .awiNav__close span
    {
        position: absolute;
        top: 10px;
        left: 10px;

        width: 20px;
        height: 3px;

        -webkit-transform: rotate(45deg) translateX(4px);
            -ms-transform: rotate(45deg) translateX(4px);
                transform: rotate(45deg) translateX(4px);
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center;

        border-radius: 2px;
        background: #fff;
    }

    .awiNav__close span ~ span
    {
        -webkit-transform: rotate(-45deg) translateX(-4px);
            -ms-transform: rotate(-45deg) translateX(-4px);
                transform: rotate(-45deg) translateX(-4px);
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center;
    }

    .awiNav
    {
        overflow-y: auto;

        width: 100%;
        max-height: calc(100% - 45px);

        text-align: left;
    }

    .awiNav.nav-hidden,
    .awiNav .nav-hidden
    {
        display: none;
    }

    .awiNav.nav-shown,
    .awiNav .nav-shown
    {
        display: block;
    }

    .awiNav li,
    .awiNav > li
    {
        font-size: 0;
        line-height: 1.2;

        display: block;

        width: 100%;
        height: auto;

        border-bottom: 1px dotted rgba(255, 255, 255, .1);
    }

    .awiNav__links
    {
        position: relative;
    }

    .awiNav a,
    .awiNav ul a
    {
        font-size: 1rem;

        display: block;

        padding: calc(22.5px - .6rem) 15px;

        white-space: normal;

        color: #fff;
    }

    .awiNav .awiNav__links > a
    {
        display: inline-block;

        width: calc(100% - 45px);

        vertical-align: middle;
    }

    .awiNav-wrap .awiNav .awiNav__togglesub
    {
        font-size: 0;

        position: absolute;
        top: 0;
        right: 0;

        display: inline-block;

        width: 45px;
        height: 100%;

        vertical-align: middle;
        text-indent: -9999px;

        background: rgba(255, 255, 255, .1);
    }

    .awiNav-wrap .awiNav__togglesub.nav-hidden
    {
        display: none;
    }

    .awiNav__togglesub::before
    {
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px);

        width: 0;
        height: 0;

        content: '';
        -webkit-transition: -webkit-transform .3s ease-out;
             -o-transition:         transform .3s ease-out;
                transition: -webkit-transform .3s ease-out;
                transition:         transform .3s ease-out;
                transition:         transform .3s ease-out, -webkit-transform .3s ease-out;

        border-width: 10px 5px 0 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .sub-shown > .awiNav__links > .awiNav__togglesub::before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .awiNav ul
    {
        position: static;

        padding: 0;

        border: 0;
        background: rgba(255, 255, 255, .1);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner
{
    position: relative;

    height: 800px;

    border-bottom: 8px solid #2c2b2b;
}

.banner .title
{
    position: absolute;
    z-index: 2;
    bottom: 120px;
    left: 50%;

    max-width: 90%;
    margin: 0;
    margin-right: -50%;
    padding: 10px 30px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    background: #d81b10;
}

.banner .title h1
{
    color: #fff;
    font-size: 28px;
}

.banner .hero-video
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.interior-banner
{
    height: 600px;
}


/*.banner .slides,
.banner .slides li,
.slide {
  height: 100%;
}
*/

@media screen and (max-width: 1023px)
{
    .banner
    {
        height: 600px;
    }

    .banner .title
    {
        bottom: 100px;
    }

    .banner .title h1
    {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px)
{
    .interior-banner
    {
        height: 400px;
    }
}

@media screen and (max-width: 567px)
{
    .banner
    {
        height: 400px;
    }

    .banner .title
    {
        bottom: 40px;

        padding: 5px 15px;
    }

    .banner .title h1
    {
        font-size: 20px;
    }

    .interior-banner
    {
        height: 300px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.services ul
{
    margin: 0 -15px;
}

.services ul li
{
    float: left;

    width: 33.3333%;
    padding: 0 15px;
}

.services h3
{
    margin: 0 0 10px;
}

.services img
{
    margin: 0 auto 10px;
}

.services p
{
    margin: 0;
}

@media screen and (max-width: 1023px)
{
    .services
    {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .services ul
    {
        margin: 0 -10px;
    }

    .services ul li
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px)
{
    .services
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .services ul
    {
        margin: 0;
    }

    .services ul li
    {
        float: none;

        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
        padding: 0;
    }

    .services ul li:first-child
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 567px)
{
    .services
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main
{
    padding-top: 50px;
    padding-bottom: 50px;
}

article,
aside
{
    float: left;

    width: calc(100% - 330px);
}

.home-content
{
    padding-top: 50px;
    padding-top: 0 !important;
    padding-bottom: 50px;
}

.home-content .text
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-content .text .left
{
    float: left;

    width: 45%;
}

.home-content .text .left h2,
.home-content .text .left h3
{
    margin: 0;
}

.home-content .text .right
{
    float: left;

    width: 55%;
    padding-left: 20px;
}

.home-content .text .right h4
{
    font-size: 24px;
    font-weight: 400;
    font-style: italic;

    padding-bottom: 15px;

    border-bottom: 1px solid #ddd;
}

.home-content .text .right p
{
    font-size: 21px;
}

.home-content .buckets li
{
    float: left;

    width: 25%;
    height: 300px;
    padding: 5px;
}

.home-content .buckets li:first-child,
.home-content .buckets li:nth-child(5)
{
    width: 50%;
}
.home-content .buckets li:last-child {
    width: 100%;
    height: 200px;
}

.home-content .buckets li a
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 100%;

    text-decoration: none;
}

.home-content .buckets li a .bucket-image
{
    width: 100%;
    height: 100%;

    -webkit-transition: .4s ease transform;
         -o-transition: .4s ease transform;
            transition: .4s ease transform;
}

.home-content .buckets li a:hover .bucket-image
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.home-content .buckets li:not(:last-child) a:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(49, 49, 49, .2);
}

.home-content .buckets li:not(:last-child) a h4
{
    font-size: 24px;
    font-weight: 900;

    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 15px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}

.home-content .buckets li:last-child a
{
    display: table;

    width: 100%;
    padding: 15px;

    text-align: center;

    color: #fff;
    background: #d81b10;
}

.home-content .buckets li:last-child a .content
{
    display: table-cell;

    vertical-align: middle;
}

.home-content .buckets li:last-child a:hover
{
    background: #b30c02;
}

.home-content .buckets li:last-child a h4
{
    font-size: 24px;
    font-weight: 900;

    text-transform: uppercase;

    color: #fff;
}

.home-content .buckets li:last-child a svg
{
    font-size: 36px;

    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;
}

.featured-project,
.featured-testimonial
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.featured-project:before,
.featured-testimonial:before
{
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 50%;

    width: 1400px;
    max-width: 97%;
    height: calc(100% - 80px);

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border: 1px solid #575656;
}

.featured-project .left,
.featured-project .right,
.featured-testimonial .left,
.featured-testimonial .right
{
    float: left;

    width: 50%;
}

.featured-project .left h2,
.featured-project .left h3,
.featured-project .left h4,
.featured-project .left p,
.featured-project .right h2,
.featured-project .right h3,
.featured-project .right h4,
.featured-project .right p,
.featured-testimonial .left h2,
.featured-testimonial .left h3,
.featured-testimonial .left h4,
.featured-testimonial .left p,
.featured-testimonial .right h2,
.featured-testimonial .right h3,
.featured-testimonial .right h4,
.featured-testimonial .right p
{
    color: #fff;
}

.featured-project .right,
.featured-testimonial .right
{
    padding: 100px 0;

    background: #262626;
}

.featured-project .right .content,
.featured-testimonial .right .content
{
    position: relative;
    z-index: 2;

    float: left;

    width: 650px;
    max-width: 100%;
    padding: 0 40px;
}

.featured-project .right .content .title,
.featured-testimonial .right .content .title
{
    font-size: 0;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 2px solid #d81b10;
}

.featured-project .right .content .title .icon-wrap,
.featured-testimonial .right .content .title .icon-wrap
{
    font-size: 1rem;

    display: inline-block;

    width: 55px;
    height: 55px;
    margin-right: 10px;
    padding: 10px;

    vertical-align: middle;

    border: 2px solid #fff;
    border-radius: 50%;
}

.featured-project .right .content .title .icon-wrap svg,
.featured-testimonial .right .content .title .icon-wrap svg
{
    width: 100%;
    height: 100%;

    fill: #fff;
}

.featured-project .right .content .title .wrap,
.featured-testimonial .right .content .title .wrap
{
    font-size: 1rem;

    display: inline-block;

    width: calc(100% - 65px);

    vertical-align: middle;
}

.featured-project .right .content .title .wrap h4,
.featured-testimonial .right .content .title .wrap h4
{
    font-size: 24px;

    margin: 0 0 5px;

    text-transform: uppercase;
}

.featured-project .right .content .title .wrap h3,
.featured-testimonial .right .content .title .wrap h3
{
    font-size: 36px;

    margin: 0;

    text-transform: uppercase;
}

.featured-project .right .content p.loc,
.featured-testimonial .right .content p.loc
{
    font-size: 28px;
}

.featured-project .right .content a.button,
.featured-testimonial .right .content a.button
{
    font-size: 20px;

    padding: .5em 1.5em;

    border: 1px solid #575656;
    background-color: transparent;
}

.featured-project .right .content a.button:hover,
.featured-testimonial .right .content a.button:hover
{
    background: #575656;
}

.featured-testimonial
{
    font-size: 0;

    display: block;
}

.featured-testimonial:before
{
    content: none;
}

.featured-testimonial .left,
.featured-testimonial .right
{
    font-size: 1rem;

    display: inline-block;
    float: none;

    width: 55%;

    vertical-align: bottom;
}

.featured-testimonial .left
{
    width: 45%;
    min-height: 550px;
}

.featured-testimonial .right
{
    padding: 50px 0;
}

.featured-testimonial .right p.quote
{
    font-style: italic;
}

.latest-news
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.latest-news .container
{
    font-size: 0;

    max-width: 900px;
}

.latest-news .circle-wrap,
.latest-news .right
{
    font-size: 1rem;

    display: inline-block;

    vertical-align: middle;
}

.latest-news .circle
{
    display: table;

    width: 175px;
    height: 175px;
    padding: 0 10px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #d81b10;
}

.latest-news .circle p
{
    font-size: 28px;
    line-height: 30px;

    display: table-cell;

    margin: 0;

    vertical-align: middle;
}

.latest-news .right
{
    width: calc(100% - 175px);
    padding-left: 25px;
}

.latest-news .right p
{
    font-size: 24px;
}

.latest-news .right a.button
{
    color: #d81b10;
    border: 1px solid #d81b10;
    background: transparent;
    transition: .3s ease all;
}

.latest-news .right a.button:hover
{
    background: #d81b10;
    color: #fff;
}

.latest-news-inner{
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 10px;
}
.newsletter-signup{
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
.newsletter-signup h3{
  text-align: center;
font-size: 30px;
}
.newsletter-signup input{
  width: 100%;
  font-size: 20px;
  margin: 5px 0;
}
@media screen and (max-width: 1200px)
{
    .featured-testimonial
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .featured-testimonial .left
    {
        height: 100%;
    }
}

@media screen and (max-width: 1023px)
{
    main
    {
        padding-bottom: 46px;
    }

    main,
    .home-content
    {
        padding-top: 46px;
    }

    .home-content
    {
        padding-bottom: 46px;
    }

    .home-content .text
    {
        padding-bottom: 46px;
    }

    .home-content .text,
    .latest-news
    {
        padding-top: 46px;
    }

    .latest-news
    {
        padding-bottom: 46px;
    }

    .home-content .buckets li
    {
        width: 33% !important;
    }

    .featured-project,
    .featured-testimonial
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .featured-project:before,
    .featured-testimonial:before
    {
        content: none;
    }

    .featured-project .left,
    .featured-project .right,
    .featured-testimonial .left,
    .featured-testimonial .right
    {
        display: block;
        float: none;

        width: 100%;
    }

    .featured-project .left,
    .featured-testimonial .left
    {
        height: 400px;
        min-height: auto;
    }

    .featured-project .right,
    .featured-testimonial .right
    {
        padding: 30px 0;
    }

    .featured-project .right .content,
    .featured-testimonial .right .content
    {
        float: none;

        width: 650px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;

        text-align: center;
    }

    .featured-project .right .content .title .icon-wrap,
    .featured-testimonial .right .content .title .icon-wrap
    {
        display: block;

        margin: 0 auto 10px;
    }

    .featured-project .right .content p.loc,
    .featured-testimonial .right .content p.loc
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px)
{
    main
    {
        padding-bottom: 38px;
    }

    main,
    .home-content
    {
        padding-top: 38px;
    }

    .home-content
    {
        padding-bottom: 38px;
    }

    .home-content .text
    {
        padding-bottom: 38px;
    }

    .home-content .text,
    .latest-news
    {
        padding-top: 38px;
    }

    .latest-news
    {
        padding-bottom: 38px;
    }

    article
    {
        float: none;

        width: 100%;
    }

    .home-content .text .left,
    .home-content .text .right
    {
        width: 100%;

        text-align: center;
    }

    .home-content .text .left
    {
        margin-bottom: 20px;
    }

    .home-content .text .right
    {
        padding-left: 0;
    }

    .home-content .text .right h4
    {
        font-size: 22px;
    }

    .home-content .text .right p
    {
        font-size: 18px;
    }

    .home-content .buckets li
    {
        width: 50% !important;
    }
    .home-content .buckets li:last-child {
        width: 100% !important;
    }

    .home-content .buckets li:not(:last-child) a h4
    {
        position: absolute;
        bottom: 50%;
        left: 50%;

        max-width: 100%;

        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        text-align: center;
    }
    .latest-news-inner, .newsletter-signup{
      width: 100%;
      display: block;
    }
}

@media screen and (max-width: 567px)
{
    main
    {
        padding-bottom: 30px;
    }

    main,
    .home-content
    {
        padding-top: 30px;
    }

    .home-content
    {
        padding-bottom: 30px;
    }

    .home-content .text
    {
        padding-bottom: 30px;
    }

    .home-content .text,
    .latest-news
    {
        padding-top: 30px;
    }

    .latest-news
    {
        padding-bottom: 30px;
    }

    .home-content .buckets li
    {
        height: 175px;
        padding: 2px;
    }

    .home-content .buckets li:not(:last-child) a h4,
    .home-content .buckets li:last-child a h4
    {
        font-size: 20px;
        font-weight: 700;
    }

    .featured-project .left,
    .featured-testimonial .left
    {
        height: 250px;
    }

    .latest-news
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    @media screen and (max-width: 1023px)
    {
        .latest-news
        {
            padding-top: 46px;
        }
    }

    @media screen and (max-width: 767px)
    {
        .latest-news
        {
            padding-top: 38px;
        }
    }

    @media screen and (max-width: 567px)
    {
        .latest-news
        {
            padding-top: 30px;
        }
    }

    @media screen and (max-width: 1023px)
    {
        .latest-news
        {
            padding-bottom: 46px;
        }
    }

    @media screen and (max-width: 767px)
    {
        .latest-news
        {
            padding-bottom: 38px;
        }
    }

    @media screen and (max-width: 567px)
    {
        .latest-news
        {
            padding-bottom: 30px;
        }
    }

    .latest-news .container
    {
        max-width: 900px;
    }

    .latest-news .circle-wrap,
    .latest-news .right
    {
        display: block;

        text-align: center;
    }

    .latest-news .circle
    {
        width: 130px;
        height: 130px;
        margin: 0 auto 20px;
        padding: 0 10px;
    }

    .latest-news .circle p
    {
        font-size: 24px;
        line-height: 28px;
    }

    .latest-news .right
    {
        width: 100%;
        padding: 0;
    }

    .latest-news .right p
    {
        font-size: 20px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside
{
    width: 330px;
    padding: 0 0 0 30px;
}

.sidebar
{
    margin-bottom: 30px;
    border-left: 5px solid #d81b12;
    padding-left: 10px;
}

.sidebar--dynamic
{
    padding-left: 20px;

    border-left: 8px solid #b30c02;
}

.sidebar--dynamic ul
{
    margin-left: 0;

    list-style: none;
}

.sidebar--dynamic > ul > li
{
    margin: 0 0 30px;
}

.sidebar--dynamic ul ul li
{
    line-height: 1.2;

    margin: 0 0 20px;
}

.sidebar--dynamic li:last-child
{
    margin-bottom: 0;
}

@media screen and (max-width: 1023px)
{
    aside
    {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    aside
    {
        float: none;

        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .sidebar
    {
        padding: 15px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer
{
    padding: 40px 0;

    background: #000;
}

.footer,
.footer a
{
    color: #fff;
}

.footer .container
{
    max-width: 1350px;
}

.footer .wrap
{
    font-size: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .social-media,
.footer .about,
.footer .links
{
    font-size: 1rem;

    display: inline-block;

    width: 33.333%;
    padding: 0 15px;

    text-align: center;
    vertical-align: middle;
}

.footer .social-media li
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 2px 2px;
    padding: 5px;

    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;
    vertical-align: middle;

    background: #d81b10;
}

.footer .social-media li:hover
{
    background: #b30c02;
}

.footer .social-media li svg
{
    width: 100%;
    height: 100%;

    fill: #fff;
}

.footer .about .logo-wrap
{
    display: block;

    margin-bottom: 20px;
}

.footer .about .logo-wrap img
{
    width: 300px;
    max-width: 100%;
    height: auto;
}

.footer .about p
{
    font-size: 16px;
    font-weight: 700;
}

.footer .links p
{
    margin: 0 0 10px;

    text-transform: uppercase;
}

.footer .quick-links
{
    font-size: 0;
}

.footer .quick-links li
{
    font-size: 16px;
    line-height: 1.2;

    display: inline-block;

    padding: 0 6px;

    border-left: 1px solid #fff;
}

.footer .quick-links li:first-child
{
    border: none;
}

.footer .copyright
{
    font-size: 0;

    margin: 0;

    list-style: none;

    text-align: center;
}

.footer .copyright li
{
    font-size: .625rem;
    line-height: 1;

    display: inline-block;

    padding: 0 6px;

    border-left: 1px solid #fff;
}

.footer .copyright li:first-child
{
    border: none;
}

@media screen and (max-width: 1023px)
{
    .footer .wrap
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer .social-media
    {
        display: block;

        width: 100%;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer .about
    {
        display: block;

        width: 100%;
        margin-bottom: 20px;

        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .footer .links
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .footer .links
    {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }

    .no-csscolumns .footer .links li,
    .no-js .footer .links li
    {
        width: 50%;
    }
}

@media screen and (max-width: 567px)
{
    .footer .links
    {
        display: none;
    }

    .footer address
    {
        float: none;

        width: 100%;

        text-align: center;
    }

    .copyright li
    {
        line-height: 1;

        display: block;

        padding: 0;

        border: none;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent ul
{
    display: none;
}

.wpcf7-response-output
{
    font-size: 80%;
    line-height: 1.2;

    margin: 0 !important;
    padding: 0 !important;
}

.wpcf7-mail-sent-ok
{
    padding: 4px 6px !important;

    color: #318a1c;
    border: 1px solid #aedb2e !important;
    background: #d2f7ad;
}

.wpcf7-validation-errors
{
    color: #f00;
    border: none !important;
}

.wpcf7-not-valid-tip
{
    font-size: 80% !important;

    top: 0 !important;
    left: auto !important;

    width: auto !important;
    padding: 0 !important;

    border: none !important;
    background: none !important;
}

.wpcf7-captchac
{
    display: inline-block;

    vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap
{
    position: static !important;

    width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid
{
    border: 1px solid #f00;
    background: #f6c1c1;
}

div.wpcf7 img.ajax-loader
{
    position: absolute;

    display: inline-block;
}

span.wpcf7-list-item
{
    margin: 0 !important;
}
.wpcf7-checkbox span.wpcf7-list-item{
  display: block;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field']
{
    margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text
{
    display: none;
}

#subscribe-email
{
    margin: 0 0 10px;
}

#subscribe-submit
{
    margin: 0;
}

#subscribe-email input
{
    width: 100% !important;
}

div.success p
{
    font-size: 1rem;
    line-height: 1.2;

    margin: 0 0 10px;
}

div.sharedaddy div.sd-block
{
    margin: 0 0 15px !important;
    padding: 0 !important;

    border: none !important;
}

div.sharedaddy .sd-content
{
    width: 100% !important;
    margin: 0 !important;
}

.widget_rss_links p
{
    margin: 0;
}

.widget_rss_links img
{
    display: inline;

    margin-right: 5px;

    vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy
{
    display: none;
}

.comment-subscription-form
{
    margin: 0;
}

.embed-youtube,
.embed-vimeo
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-youtube iframe,
.embed-vimeo iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print
{
    @page
    {
        margin: .5cm !important;
    }

    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    body
    {
        font: 10pt/1.2 Arial, Helvetica, sans-serif !important;

        padding: .75cm !important;
    }

    article,
    .container
    {
        display: block;

        width: 100%;
        margin: 0;
        padding: 0;
    }

    nav,
    aside,
    footer
    {
        display: none;
    }

    a,
    a:visited
    {
        text-decoration: underline;
    }

    a[href]:after
    {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after
    {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after
    {
        content: '';
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6
    {
        font-size: 18pt !important;
        font-weight: bold !important;
    }

    h2
    {
        font-size: 16pt !important;
    }

    h3
    {
        font-size: 14pt !important;
    }

    h4
    {
        font-size: 12pt !important;
    }

    h5,
    h6
    {
        font-size: 10pt !important;
    }

    code
    {
        font: 10pt Courier, monospace;
    }

    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Portfolio Page
 * ----------------------------------------------------- *
\* ===================================================== */
.portfolio-buckets .buckets li
{
		float: left;

		width: 50%;
		height: 300px;
		padding: 5px;
}

/* .portfolio-buckets .buckets li:last-child
{
		width: 100%;
} */

.portfolio-buckets .buckets li a
{
		position: relative;

		display: block;
		overflow: hidden;

		height: 100%;

		text-decoration: none;
}

.portfolio-buckets .buckets li a .bucket-image
{
		width: 100%;
		height: 100%;

		-webkit-transition: .4s ease transform;
				 -o-transition: .4s ease transform;
						transition: .4s ease transform;
}

.portfolio-buckets .buckets li a:hover .bucket-image
{
		-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
						transform: scale(1.05);
}

.portfolio-buckets .buckets li a:before
{
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;

		width: 100%;
		height: 100%;

		content: '';

		background: rgba(49, 49, 49, .2);
}

.portfolio-buckets .buckets li a h4
{
		font-size: 24px;
		font-weight: 900;

		position: absolute;
		z-index: 3;
		bottom: 15px;
		left: 15px;

		margin: 0;

		text-transform: uppercase;

		color: #fff;
}

.portfolio-buckets .buckets li:last-child a .content
{
		display: table-cell;

		vertical-align: middle;
}


.portfolio-buckets .buckets li:last-child a h4
{
		font-size: 24px;
		font-weight: 900;

		text-transform: uppercase;

		color: #fff;
}

.portfolio-buckets .buckets li:last-child a svg
{
		font-size: 36px;

		-webkit-transition: .3s ease all;
				 -o-transition: .3s ease all;
						transition: .3s ease all;
}
@media screen and (max-width: 967px){
	.portfolio-buckets .buckets li{
		width: 100%;
	}
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Interior Portfolio Pages
 * ----------------------------------------------------- *
\* ===================================================== */

.latest-news .container {
	display: flex;
	justify-content: center;
}