/*
Website Name: Dinnertime
Copyright 2020
Vectrotech
*/

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

@font-face
{
    font-family: 'OpenSans';
    font-weight: 300;
    font-style: normal;

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

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

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

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

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

@font-face
{
    font-family: 'OpenSans';
    font-weight: 600;
    font-style: normal;

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

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

    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-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(58, 91, 53);
    background: rgb(228, 238, 226);
    text-shadow: none;
}

::selection
{
    color: rgb(58, 91, 53);
    background: rgb(228, 238, 226);
    text-shadow: none;
}


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

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

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

body
{
    font: 100%/1.75 'OpenSans', Arial, Helvetica, sans-serif;

    color: #444;
    background: #fff;
}

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
{
    font-weight: 300;
    line-height: 1.2;

    margin-top: 40px;
}

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

    color: #76ab6f;
}

h2,
.beta
{
    font-size: 1.6em;

    color: #f7901e;
}

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

    color: #ab5ca4;
}

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

h5
{
    font-size: 1.2em;
}

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: #325bb2;
}

a:focus,
a:active,
a:hover
{
    color: #00b147;
    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
{
    font-style: italic;

    padding: 20px;

    border-radius: 4px;
    background: #f5f4ee;
}

@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(96, 152, 89, .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: #444;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}

input:focus,
textarea:focus,
select:focus
{
    border-color: #76ab6f;
    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: .6em 1.2em;

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

    color: #fff;
    border: none;
    border-radius: 4px;
    background: #76ab6f;

    -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
{
    color: #fff;
    text-decoration: none;

    background: #609859;
}

.button.secondary-button
{
    background: #747474;
}

.button.secondary-button:hover
{
    background: #606060;
}

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: 1200px;
    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
 * ----------------------------------------------------- *
\* ===================================================== */

body.home .header .logo
{
    display: none;
}

.header
{
    padding: 10px 0 0;

    background: #f5f5ed;
}

.header .logo
{
    float: left;

    width: auto;
    height: 69px;
}

.header .right
{
    float: right;

    text-align: right;
}

.header .right .top
{
    margin-bottom: 5px;
}

.header .right .top a.button
{
    font-size: 14px;

    vertical-align: middle;
}

.header .right .top .social-media,
.header .right .top .social-media li
{
    display: inline-block;

    vertical-align: middle;
}

.header .right .top .social-media li
{
    margin: 0;
    padding: 0 3px;
}

.header .right .top .social-media li svg
{
    width: 28px;
    height: 28px;

    -webkit-transition: .3s ease fill;
         -o-transition: .3s ease fill;
            transition: .3s ease fill;

    fill: #747474;
}

.header .right .top .social-media li :hover .icon-facebook
{
    fill: #3b5998;
}

.header .right .top .social-media li :hover .icon-twitter
{
    fill: #55acee;
}

.header .right .top .social-media li :hover .icon-linkedin
{
    fill: #0e76a8;
}

.header .right .top .social-media li :hover .icon-youtube
{
    fill: #c4302b;
}

.header .right .top .social-media li :hover .icon-pinterest
{
    fill: #c8232c;
}

@media screen and (max-width: 900px)
{
    .header .logo
    {
        margin: 0 auto 15px;
    }

    .header .logo,
    .header .right
    {
        display: block;
        float: none;
    }

    .header .right
    {
        text-align: center;
    }

    .header .right .top
    {
        margin: 0;
    }

    .header .right .top .social-media
    {
        display: none;
    }
}

@media screen and (max-width: 567px)
{
    .header .logo
    {
        margin: 0 auto 10px;
    }

    .header .container
    {
        padding: 0;
    }

    .header .right .top
    {
        margin-bottom: 10px;
    }

    .header .right .top a.button
    {
        margin: 3px;
    }
}


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

.nav .container
{
    padding: 0;
}

.rNav__trigger,
.rNav-wrap .rNav__close,
.rNav-wrap .rNav__togglesub,
.rNav-cover
{
    display: none;
}

.rNav
{
    font-size: 0;

    position: relative;
    z-index: 200;

    margin: 0;
    padding: 0;

    list-style: none;
}

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

.rNav li
{
    position: relative;

    margin: 0;
}

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

    display: inline-block;

    height: 50px;
}

.rNav a
{
    font-size: 16px;
    font-weight: 700;

    display: block;

    padding: 0 15px;

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

    color: #c05847;
}

.rNav a:hover
{
    color: #9e4233;
}

.rNav ul
{
    line-height: 1;

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

    display: none;

    margin: 0;
    padding: .5em 0;

    list-style: none;

    text-align: left;

    background: #f5f5ed;
}

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

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

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

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

    color: #c05847;
}

.rNav ul a:hover
{
    background-color: #d9d9cc;
}

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

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

        height: calc(100vh + 200px);

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

    .rNav-cover,
    .rNav__trigger
    {
        width: 100%;

        cursor: pointer;
    }

    .rNav__trigger
    {
        line-height: 0;

        position: relative;

        display: block;

        height: 45px;
        margin: 0;
        padding: 0;

        border: 0;
        border-radius: 0;
        outline: 0;
        background: #76ab6f;
    }

    .rNav__trigger:hover
    {
        background: #609859;
    }

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

    .rNav__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;
    }

    .rNav-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: #609859;
    }

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

    .rNav-wrap .rNav__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;
    }

    .rNav-wrap .rNav__close:hover
    {
        background: rgba(255, 255, 255, .1);
    }

    .rNav-wrap .rNav__close:active
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .rNav__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;
    }

    .rNav__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;
    }

    .rNav
    {
        overflow-y: auto;

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

        text-align: left;
    }

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

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

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

        display: block;

        width: 100%;
        height: auto;

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

    .rNav__links
    {
        position: relative;
    }

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

        display: block;

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

        white-space: normal;

        color: #fff;
    }

    .rNav .rNav__links > a
    {
        display: inline-block;

        width: calc(100% - 45px);

        vertical-align: middle;
    }

    .rNav-wrap .rNav .rNav__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);
    }

    .rNav-wrap .rNav__togglesub.nav-hidden
    {
        display: none;
    }

    .rNav__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 > .rNav__links > .rNav__togglesub::before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .rNav 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: 500px;
    overflow: visible;
}

.banner > .container
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;

    width: 100%;
    height: 100%;
    padding: 0 15px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.banner .banner-content
{
    float: left;

    width: 480px;
    max-width: 50%;
    margin-top: -40px;
    padding: 30px 40px 40px;

    text-align: center;

    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.banner .banner-content img
{
    margin-bottom: 20px;
}

.banner .banner-content p
{
    font-size: 15px;
    line-height: 29px;

    text-align: left;
}

.banner .banner-content a.button
{
    font-size: 18px;

    display: block;
}

.banner .slides
{
    overflow: hidden;
}

.banner .slides li:nth-child(5n+1) h4
{
    color: #ab5ca4;
}

.banner .slides li:nth-child(5n+2) h4
{
    color: #4972b8;
}

.banner .slides li:nth-child(5n+3) h4
{
    color: #76ab6f;
}

.banner .slides li:nth-child(5n+4) h4
{
    color: #f7901e;
}

.banner .slides li:nth-child(5n) h4
{
    color: #e32525;
}

.banner .slide{
    position: relative;
}

.banner .slide video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}

.banner .slide .container
{
    position: relative;

    height: 100%;
}

.banner .slide .slide-content
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 500px;
    max-width: 50%;
    z-index: 9;

    background: #fff;
}

.banner .slide .slide-content .text
{
    position: relative;

    padding: 20px;
}

.banner .slide .slide-content .text.has-image
{
    float: left;

    width: 75%;
    padding-right: 10px;
}

.banner .slide .slide-content .text h4
{
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 10px;
}

.banner .slide .slide-content:before
{
    position: absolute;
    bottom: 100%;
    left: 0;

    display: block;

    width: 100%;
    height: 11px;

    content: '';

    background-image: url('../img/slider-border.png');
    background-repeat: repeat-x;
}


.banner .slide .slide-content img
{
    float: left;

    width: 25%;
}


.slide-overlay-img
{
    position: absolute;
    right: 0;
    top: 10%;
    width: 50%; }

.interior-banner
{
    height: 400px;
}

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

@media screen and (max-width: 1023px)
{
    .banner .banner-content
    {
        max-width: 45%;
        padding: 20px 30px;
    }
}

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

    .banner .container
    {
        position: static;

        width: 100%;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        text-align: center;
    }

    .banner .banner-content
    {
        float: none;

        width: 700px;
        max-width: 100%;
        margin: 0 auto;

        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .banner .slides
    {
        display: none;
    }
}

@media screen and (max-width: 567px)
{
    .banner .banner-content
    {
        padding: 20px 10px;
    }

    .banner .banner-content img
    {
        width: 250px;
        height: auto;
        margin-bottom: 10px;
    }

    .banner .banner-content p
    {
        text-align: center;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Pages - $$pages
 * ----------------------------------------------------- *
\* ===================================================== */

.page-template-page-howitworks .interior-banner
{
    font-size: 0;

    height: auto;
    padding: 30px;

    background: #bad696;
}

.page-template-page-howitworks .interior-banner .video-trigger
{
    font-size: 1rem;

    display: inline-block;

    width: 460px;

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

.page-template-page-howitworks .interior-banner .video-trigger:hover
{
    text-decoration: none;
}

.page-template-page-howitworks .interior-banner .text
{
    font-size: 1rem;

    display: inline-block;

    width: calc(100% - 460px);
    padding-left: 20px;

    vertical-align: middle;
}

.page-template-page-howitworks .interior-banner .text h1,
.page-template-page-howitworks .interior-banner .text h2,
.page-template-page-howitworks .interior-banner .text h3,
.page-template-page-howitworks .interior-banner .text h4,
.page-template-page-howitworks .interior-banner .text h5,
.page-template-page-howitworks .interior-banner .text h6
{
    margin-top: 0;
    margin-bottom: 10px;

    color: #444;
}

.page-template-page-howitworks .interior-banner .text ul
{
    list-style-type: none;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    margin: 0;
}

.page-template-page-howitworks .interior-banner .text ul li
{
    position: relative;
    padding-left: 20px;
}

.page-template-page-howitworks .interior-banner .text ul li:before 
{
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url("../img/SVG/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;

}

.page-template-page-howitworks main article {
    width: 50%;
}

.page-template-page-howitworks main article ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
}

.page-template-page-howitworks main article ol li{
    position: relative;
    padding: 0 0 20px 40px;
}

.page-template-page-howitworks main article ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    background: #747474;
    text-align: center;
}

.page-template-page-howitworks main aside{
    width: 50%;
    padding-left: 35px;
}

.page-template-page-howitworks main aside .sidebar-content{
    background: #DEDDD8;
    padding:  30px 20px;
    border-radius: 4px;
    text-align: center;
}

.page-template-page-howitworks main aside .sidebar-content h2,
.page-template-page-howitworks main aside .sidebar-content h2 {
    color: #333;
}



.page-template-page-howitworks .testimonials{
    padding: 30px 0;
    background-color: #666;
    color: #fff;
}

.page-template-page-howitworks .testimonials .testimonial-wrap .item{
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 20px;
}

.page-template-page-howitworks .testimonials .testimonial-wrap .item svg{
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    fill: #DEDDD8;
}

.page-template-page-team .team .member
{
    margin-bottom: 40px;
    padding: 10px 0 40px;

    border-bottom: 1px solid #ddd;
}

.page-template-page-team .team .member .member-img
{
    float: left;

    width: 290px;
    margin-right: 30px;
}

.page-template-page-team .team .member .member-img img
{
    max-width: 100%;
    height: auto;
}

.page-template-page-team .team .member .member-info
{
    float: left;

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

.page-template-page-team .team .member .member-info h3
{
    margin-bottom: 5px;
}

.page-template-page-news .intro{
    padding: 50px 0 0;
}

.page-template-page-news main{
    min-height: calc(100vh - 250px);
}

.page-id-198 .faq-section{
    min-height: calc(100vh - 350px);
}

.page-template-page-news .news-page-list .item-wrap{
    padding: 10px 0 30px;
    float: none;
    display: block;
    width: 100%;
}

.page-template-page-news .news-page-list .item-wrap.older{
    padding: 10px 5px 20px;
    float: left;
    width: 33.333%;
}

.page-template-page-news .news-page-list .item-wrap.older .featured-img{
    display: none;
}

.page-template-page-news .news-page-list .item-wrap.older .article-info{
    float: none;
    padding: 0;
    width: 100%;
    height: 235px;
}

.page-template-page-news .news-page-list .featured-img{
    float: left;
    width: 42%
}

.page-template-page-news .news-page-list .article-info{
    float: left;
    width: 58%;
    padding-left: 3%;
}

.page-template-page-news .news-page-list .article-info img{
    max-height: 110px;
    width: auto;
    margin-bottom: 15px;
}

.page-template-page-news .news-page-list .article-info p.date{
    margin: 0 0 10px;
}

.page-template-page-news .news-page-list .article-info h4{
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}



@media screen and (max-width: 567px) {
    .page-template-page-news .news-page-list .item-wrap.older{
        width: 100%;
        border-top:1px solid #f7901e;
    }
}

.tabs {
    border-bottom: 1px solid #ddd;
}

.tabs .tab-item {
    float: left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 7px 15px;
    margin-bottom: -1px;
    margin-right: 3px;
    text-decoration: none;
    border: 1px solid transparent;
}

.tabs .tab-item:hover{
    background: #ddd;
}

.tabs .tab-item.active{
    border: 1px solid #ddd;
    color: #555;
    border-bottom-color: #fff;
    background: #fff;
}

.tabs-content .tab-content{
    display: none;
}

.tabs-content .tab-content.active{
    display: block;
}

.faq-section{
    padding: 0 0 50px;
}

.faq-section .row{
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-section .question {
    width: 100%;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 10px 15px;
    background: #f5f5f5;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
}

.faq-section .question:hover{
    color: #00b147;
}

.faq-section .question h4{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    font-size: 18px;
    margin: 0;
}

.faq-section .question .icon{
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    position: relative;
}


.faq-section .question .icon:before{
    content: "";
    position:absolute;
    left:50%;
    top: 0;
    width:2px;
    height: 100%;
    transform:translateX(-50%);
    background: #000;
    transition: .3s ease all;
    opacity: 1;
}
.faq-section .question .icon:after {
    content: "";
    position:absolute;
    top: 50%;
    left: 0;
    height:2px;
    width: 100%;
    transform:translateY(-50%);
    background: #000;
    transition: .3s ease all;
}

.faq-section .question:hover .icon:before,
.faq-section .question:hover .icon:after {
    background: #00b147;
}

.faq-section .row.active .question .icon:before{
    opacity: 0;
}

.faq-section .answer{
    display: none;
    padding: 15px;
    margin: 0;
}

.wp-posts-list .post h2 {
    margin: 0 0 5px;
}

.wp-posts-list .post h2 a{
    color: inherit;
    text-decoration: none;
}

.wp-posts-list .post h2 a:hover{
    color: #ab5ca4;
}

.wp-posts-list .post .postmetadata-list{
    padding-bottom: 20px;
}

.wp-posts-list .post .postmetadata-list svg,
.wp-posts-list .post .postmetadata-list span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #999;
}

.wp-posts-list .post .blog-image{
    float: left;
    margin: 0 20px 10px 0;
}

@media screen and (max-width: 1023px) {
    .page-template-page-howitworks .interior-banner{
        padding: 15px 0;
    }
    .page-template-page-howitworks .interior-banner .video-trigger,
    .page-template-page-howitworks .interior-banner .text
    {
        display: block;
        width: 100%;
        text-align: center;
    }
    .page-template-page-howitworks .interior-banner .text{
        padding: 20px 0 0;
    }
    .page-template-page-howitworks .interior-banner .text ul{
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-howitworks .testimonials .testimonial-wrap .item{
        float: none;
        display: block;
        width: 100%;
        padding: 0 0 30px 25px;
    }
    .page-template-page-howitworks .testimonials .testimonial-wrap .item:last-child{
        padding-bottom: 0;
    }
    .page-template-page-howitworks main article{
        width: 100%;
        text-align: center;
    }
    .page-template-page-howitworks main article ol{
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .page-template-page-howitworks main aside{
        width: 100%;
        padding: 15px 0 0;
    }
    .page-template-page-team main{
        text-align: center;
    }
    .page-template-page-team .team {
        text-align: center;
    }
    .page-template-page-team .team .member .member-img
    {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
    .page-template-page-team .team .member .member-img img
    {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
    .page-template-page-team .team .member .member-info
    {
        float: none;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .page-template-page-howitworks .interior-banner .text ul{
        -webkit-columns: 1;
        -moz-columns: 1;
            columns: 1;
    }
}


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

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

article,
aside
{
    float: left;

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

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

    background: #f5f5ed;
}

.home-content ul
{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.home-content ul,
.home-content ul li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-content ul li
{
    float: left;
        flex-direction: column;

    width: 33.3333%;
    padding: 10px 15px;

    border-right: 1px solid #bba;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.home-content ul li:nth-child(2) .headline .icon-wrap
{
    background: #9fe2fc;
}

.home-content ul li:last-child
{
    border-right: none;
}

.home-content ul li:last-child .headline .icon-wrap
{
    background: #f5ae82;
}

.home-content ul li .headline
{
    font-size: 0;

    margin-bottom: 15px;
}

.home-content ul li .headline .icon-wrap
{
    display: inline-block;

    width: 50px;
    height: 50px;
    padding: 10px;

    vertical-align: middle;

    border-radius: 50%;
    background: #cce371;
    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .25);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .25);
}

.home-content ul li .headline .icon-wrap svg
{
    width: 100%;
    height: 100%;

    fill: #fff;
}

.home-content ul li .headline h4
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    display: inline-block;

    width: calc(100% - 50px);
    margin: 0;
    padding: 0 0 0 15px;

    vertical-align: middle;

    color: #444;
}

.home-content ul li h3
{
    font-weight: 700;

    margin-top: auto;

    text-align: center;

    color: #444;
}

.app-screens
{
    padding: 30px 0 0;

    text-align: center;

    background: #94be8e;
}

.app-screens .container
{
    max-width: 1000px;
    padding: 0 10px;
}

.home-cta
{
    padding: 15px;

    text-align: center;

    background: #f5f5ed;
}

.home-cta a.button
{
    font-size: 18px;

    padding-right: 80px;
    padding-left: 80px;
}

.aha-section
{
    padding: 20px 0;

    color: #fff;
    background: #716c64;
}

.aha-section a
{
    color: #fff;
}

.aha-section small
{
    opacity: .5;
}

.aha-section .container
{
    max-width: 800px;
}

.aha-section img.cert
{
    float: left;

    width: 150px;
    margin-right: 20px;
}

.aha-section .text
{
    float: left;

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

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

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

    .home-content ul
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .home-content ul li
    {
        display: block;
        float: none;

        width: 100%;
        padding: 15px 0;

        text-align: center;

        border: none;
    }

    .home-content ul li .headline .icon-wrap
    {
        display: block;

        margin: 0 auto 10px;
    }

    .home-content ul li .headline h4
    {
        display: block;

        width: 100%;
        padding: 0;
    }
}

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

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

    article
    {
        float: none;

        width: 100%;
    }

    .app-screens
    {
        padding: 10px 0 0;
    }

    .home-cta a.button
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}

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

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

    .aha-section img.cert
    {
        display: block;
        float: none;

        margin: 0 auto 15px;
        padding: 0;

        text-align: center;
    }

    .aha-section .text
    {
        float: none;

        width: 100%;

        text-align: center;
    }
}


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

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

.sidebar
{
    margin-bottom: 30px;
}

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

    /*border-left: 4px solid #609859;*/
}

.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 0;
    }
}


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

.footer
{
    font-size: 0;

    padding: 25px 0 75px;

    background: #948d85;
}

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

.footer .copyright
{
    width: 25%;
}

.footer .copyright,
.footer .links
{
    font-size: 1rem;

    display: inline-block;

    vertical-align: middle;
}

.footer .links
{
    width: 50%;

    text-align: center;
}

.footer .links li
{
    margin: 0 5px;
}

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

    vertical-align: middle;
}

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

    width: 25%;

    text-align: right;
}

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

    width: 26px;
    height: 26px;
    margin: 0 3px;

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

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

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

.footer .social-media li :hover .icon-facebook
{
    fill: #3b5998;
}

.footer .social-media li :hover .icon-twitter
{
    fill: #55acee;
}

.footer .social-media li :hover .icon-linkedin
{
    fill: #0e76a8;
}

.footer .social-media li :hover .icon-youtube
{
    fill: #c4302b;
}

.footer .social-media li :hover .icon-pinterest
{
    fill: #c8232c;
}

@media screen and (max-width: 900px)
{
    .footer
    {
        padding: 20px 0;
    }

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

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer .copyright
    {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }

    .footer .copyright,
    .footer .links,
    .footer .social-media
    {
        display: block;

        width: 100%;
        padding: 10px 0;

        text-align: center;
    }
}

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


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

.wpcf7-form.sent *
{
    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;
}


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

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Homepage Video Banner - $$hp-video-banner
 * ----------------------------------------------------- *
\* ===================================================== */

.hp-video-banner {
    padding: 30px 0;
    box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
}

.hp-video-banner .video-trigger img {
    max-width:90%;
}

.hp-video-banner .text {
    font-size: 1rem;
    display: inline-block;
    width: calc(100% - 500px);
    padding-left: 20px;
    vertical-align: middle;
}

.hp-video-banner .video-trigger {
    font-size: 1rem;
    display: inline-block;
    width: 460px;
    text-align: center;
    vertical-align: middle;
}
.hp-video-banner .text ul {
    list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin: 10px 0;
}
.hp-video-banner .text ul li {
    position: relative;
    padding-left: 20px;
}

.hp-video-banner .text ul li:before {
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/SVG/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.hp-video-banner a.button {
    width: 30%;
    margin: 0 auto;
    position: relative;
    display: block;
}

@media screen and (max-width: 1023px){
.hp-video-banner .video-trigger, .hp-video-banner .text 
{
    display: block;
    width: 100%;
    text-align: center;
}

.hp-video-banner .text {
    margin-top:15px;
}


.hp-video-banner .text ul {
    width: 550px;
    max-width: 100%;
    margin: 15px; auto;
    text-align: left;
}
}