/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */




/*------------------------------------*\
    Generic
\*------------------------------------*/

/**
 * Box-sizing
 */

* { box-sizing: border-box; }


/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

/* TODO: Update image bottom margin to match paragraph margin */

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
  height: auto;
  max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter { margin: 0 0 22px 0; }

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*------------------------------------*\
    Typography
\*------------------------------------*/


/* Proxima Nova Font-Family */
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_semibold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_bold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_light-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_regular_italic-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_regular_italic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_regular-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_alt_condensed_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Merri Weather Font-Family */
@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Optional: use https://www.gridlover.net/try to create vertical rhythm.
   Note: you'll most likely need to modify the code generated from gridlover to match the prototypes.*/

/* Please set up line-heights in ems */

body {
    font-family: 'proxima_nova';
    font-weight: 400;
    font-size: 18px;
}

h1, .h1 {
}

h2, .h2 {
    z-index: 2;
    font-size: 48px;
    font-weight: 400;
}

h3, .h3 {
    font-size: 26px;
    font-weight: 400;
}

h4, .h4 {
}

p, ul, ol {
    line-height: 1.8em;
    font-size: 18px;
}

ul, ol {
    padding-left: 89px;
}

ul li {
}

hr {
}

a {
    text-decoration: none;
    color: #45b048;
}

    main a:hover { border-bottom: 1px solid; }
    .post-5 a:hover {
        border: none;
    }
    h1 span {
    text-decoration: none;
    position: relative;
    z-index: 1;
}

    h1 span:before {
        background-color: rgba(70,175,72,.72);
        height: 5px;
        content: '';
        display: inline-block;
        width: calc(100% + 10px);
        float: left;
        position: absolute;
        bottom: 4px;
        left: -5px;
        z-index: -1;
    }

    @media(min-width: 1025px) {
        h3 {
            font-size: 36px;
        }
    }

    @media(min-width: 1200px) {
        h1 span:before {
            height: 13px;
            width: calc(100% + 12px);
            bottom: 5px;
            left: -5px;
        }

        .push-content {
            margin-top: 180px;
        }
    }

.underline-mobile,
.underline-desktop {
    text-decoration: none;
}
    .underline-mobile:before,
    .underline-mobile.underline-desktop:before {
        background-color: rgba(70,175,72,.72);
        height: 5px;
        content: '';
        display: inline-block;
        width: calc(100% + 10px);
        float: left;
        position: absolute;
        bottom: 4px;
        left: -5px;
        z-index: -1;
    }

    .underline-desktop:before { display: none; }

    @media(min-width: 768px) {
        .underline-mobile:before,
        .underline-mobile.underline-desktop:before {
            height: 10px;
        }
    }

    @media(min-width: 1025px) {
        .underline-desktop:before,
        .underline-mobile.underline-desktop:before {
            background-color: rgba(70,175,72,.72);
            height: 13px;
            content: '';
            display: inline-block;
            width: calc(100% + 8px);
            float: left;
            position: absolute;
            bottom: 8px;
            left: -4px;
            z-index: -1;
        }

        .underline-mobile:before { display: none; }
    }


/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px; /* TODO: Update paddings to match your needed grid sizing */
    padding-right: 24px;
}

    /* TODO: if usign a max-width fluid layout remove above media
             queries and uncomment below */

     .container { max-width: 1366px; }

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */

.row {
    margin-left: -24px; /* TODO: Update margin number to match container padding */
    margin-right: -24px;
    /*margin-top: 50px;*/
}

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding-left: 24px;
        padding-right: 24px;
    }

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0%; }

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {float:left;}

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9  { width: 75%; }
    .col-xs-8  { width: 66.66666667%; }
    .col-xs-7  { width: 58.33333333%; }
    .col-xs-6  { width: 50%; }
    .col-xs-5  { width: 41.66666667%; }
    .col-xs-4  { width: 33.33333333%; }
    .col-xs-3  { width: 25%; }
    .col-xs-2  { width: 16.66666667%; }
    .col-xs-1  { width: 8.33333333%; }

    .col-xs-pull-12 { right: 100%; }
    .col-xs-pull-11 { right: 91.66666667%; }
    .col-xs-pull-10 { right: 83.33333333%; }
    .col-xs-pull-9  { right: 75%; }
    .col-xs-pull-8  { right: 66.66666667%; }
    .col-xs-pull-7  { right: 58.33333333%; }
    .col-xs-pull-6  { right: 50%; }
    .col-xs-pull-5  { right: 41.66666667%; }
    .col-xs-pull-4  { right: 33.33333333%; }
    .col-xs-pull-3  { right: 25%; }
    .col-xs-pull-2  { right: 16.66666667%; }
    .col-xs-pull-1  { right: 8.33333333%; }
    .col-xs-pull-0  { right: auto; }

    .col-xs-push-12 { left: 100%; }
    .col-xs-push-11 { left: 91.66666667%; }
    .col-xs-push-10 { left: 83.33333333%; }
    .col-xs-push-9  { left: 75%; }
    .col-xs-push-8  { left: 66.66666667%; }
    .col-xs-push-7  { left: 58.33333333%; }
    .col-xs-push-6  { left: 50%; }
    .col-xs-push-5  { left: 41.66666667%; }
    .col-xs-push-4  { left: 33.33333333%; }
    .col-xs-push-3  { left: 25%; }
    .col-xs-push-2  { left: 16.66666667%; }
    .col-xs-push-1  { left: 8.33333333%; }
    .col-xs-push-0  { left: auto; }

    .col-xs-offset-12 { margin-left: 100%; }
    .col-xs-offset-11 { margin-left: 91.66666667%; }
    .col-xs-offset-10 { margin-left: 83.33333333%; }
    .col-xs-offset-9  { margin-left: 75%; }
    .col-xs-offset-8  { margin-left: 66.66666667%; }
    .col-xs-offset-7  { margin-left: 58.33333333%; }
    .col-xs-offset-6  { margin-left: 50%; }
    .col-xs-offset-5  { margin-left: 41.66666667%; }
    .col-xs-offset-4  { margin-left: 33.33333333%; }
    .col-xs-offset-3  { margin-left: 25%; }
    .col-xs-offset-2  { margin-left: 16.66666667%; }
    .col-xs-offset-1  { margin-left: 8.33333333%; }
    .col-xs-offset-0  { margin-left: 0%; }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-1  { width: 8.33333333%; }

    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9  { right: 75%; }
    .col-sm-pull-8  { right: 66.66666667%; }
    .col-sm-pull-7  { right: 58.33333333%; }
    .col-sm-pull-6  { right: 50%; }
    .col-sm-pull-5  { right: 41.66666667%; }
    .col-sm-pull-4  { right: 33.33333333%; }
    .col-sm-pull-3  { right: 25%; }
    .col-sm-pull-2  { right: 16.66666667%; }
    .col-sm-pull-1  { right: 8.33333333%; }
    .col-sm-pull-0  { right: auto; }

    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9  { left: 75%; }
    .col-sm-push-8  { left: 66.66666667%; }
    .col-sm-push-7  { left: 58.33333333%; }
    .col-sm-push-6  { left: 50%; }
    .col-sm-push-5  { left: 41.66666667%; }
    .col-sm-push-4  { left: 33.33333333%; }
    .col-sm-push-3  { left: 25%; }
    .col-sm-push-2  { left: 16.66666667%; }
    .col-sm-push-1  { left: 8.33333333%; }
    .col-sm-push-0  { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9  { margin-left: 75%; }
    .col-sm-offset-8  { margin-left: 66.66666667%; }
    .col-sm-offset-7  { margin-left: 58.33333333%; }
    .col-sm-offset-6  { margin-left: 50%; }
    .col-sm-offset-5  { margin-left: 41.66666667%; }
    .col-sm-offset-4  { margin-left: 33.33333333%; }
    .col-sm-offset-3  { margin-left: 25%; }
    .col-sm-offset-2  { margin-left: 16.66666667%; }
    .col-sm-offset-1  { margin-left: 8.33333333%; }
    .col-sm-offset-0  { margin-left: 0%; }

}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
  [class*="col-md-"] {float:left;}

  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }

  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9  { right: 75%; }
  .col-md-pull-8  { right: 66.66666667%; }
  .col-md-pull-7  { right: 58.33333333%; }
  .col-md-pull-6  { right: 50%; }
  .col-md-pull-5  { right: 41.66666667%; }
  .col-md-pull-4  { right: 33.33333333%; }
  .col-md-pull-3  { right: 25%; }
  .col-md-pull-2  { right: 16.66666667%; }
  .col-md-pull-1  { right: 8.33333333%; }
  .col-md-pull-0  { right: auto; }

  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9  { left: 75%; }
  .col-md-push-8  { left: 66.66666667%; }
  .col-md-push-7  { left: 58.33333333%; }
  .col-md-push-6  { left: 50%; }
  .col-md-push-5  { left: 41.66666667%; }
  .col-md-push-4  { left: 33.33333333%; }
  .col-md-push-3  { left: 25%; }
  .col-md-push-2  { left: 16.66666667%; }
  .col-md-push-1  { left: 8.33333333%; }
  .col-md-push-0  { left: auto; }

  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9  { margin-left: 75%; }
  .col-md-offset-8  { margin-left: 66.66666667%; }
  .col-md-offset-7  { margin-left: 58.33333333%; }
  .col-md-offset-6  { margin-left: 50%; }
  .col-md-offset-5  { margin-left: 41.66666667%; }
  .col-md-offset-4  { margin-left: 33.33333333%; }
  .col-md-offset-3  { margin-left: 25%; }
  .col-md-offset-2  { margin-left: 16.66666667%; }
  .col-md-offset-1  { margin-left: 8.33333333%; }
  .col-md-offset-0  { margin-left: 0%; }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  [class*="col-lg-"] {float:left;}

  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }

  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9  { right: 75%; }
  .col-lg-pull-8  { right: 66.66666667%; }
  .col-lg-pull-7  { right: 58.33333333%; }
  .col-lg-pull-6  { right: 50%; }
  .col-lg-pull-5  { right: 41.66666667%; }
  .col-lg-pull-4  { right: 33.33333333%; }
  .col-lg-pull-3  { right: 25%; }
  .col-lg-pull-2  { right: 16.66666667%; }
  .col-lg-pull-1  { right: 8.33333333%; }
  .col-lg-pull-0  { right: auto; }

  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9  { left: 75%; }
  .col-lg-push-8  { left: 66.66666667%; }
  .col-lg-push-7  { left: 58.33333333%; }
  .col-lg-push-6  { left: 50%; }
  .col-lg-push-5  { left: 41.66666667%; }
  .col-lg-push-4  { left: 33.33333333%; }
  .col-lg-push-3  { left: 25%; }
  .col-lg-push-2  { left: 16.66666667%; }
  .col-lg-push-1  { left: 8.33333333%; }
  .col-lg-push-0  { left: auto; }

  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9  { margin-left: 75%; }
  .col-lg-offset-8  { margin-left: 66.66666667%; }
  .col-lg-offset-7  { margin-left: 58.33333333%; }
  .col-lg-offset-6  { margin-left: 50%; }
  .col-lg-offset-5  { margin-left: 41.66666667%; }
  .col-lg-offset-4  { margin-left: 33.33333333%; }
  .col-lg-offset-3  { margin-left: 25%; }
  .col-lg-offset-2  { margin-left: 16.66666667%; }
  .col-lg-offset-1  { margin-left: 8.33333333%; }
  .col-lg-offset-0  { margin-left: 0%; }

}


/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }


/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.

    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/


/**
 * Buttons
 */

.btn,
.btn-secondary {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'proxima_nova';
    padding: 11px 25px;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    left: 25px;/*25*/
    text-transform: capitalize;
}

.blog .btn{
    left: 47px;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #46af48;
    border-radius: 5px;
}
    .btn--icon {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
        .btn--icon:before,
        .btn--icon:after { position: absolute; }

        .btn--icon:before {
            content: "\e904"; /*Path to file or icomoon entity*/
            top: 50%;
            font-family: 'icomoon';
            font-weight: 100;
            font-size: 20px;
            left: calc(-47px/2);
            transform: translate(-50%, -50%);
            z-index: 1000;
        }

            .btn--icon.mail:before{
                content: '\e906';
            }

        .btn--icon:after {
            content: '';
            top: 0;
            left: -47px;
            height: 100%;
            width: 45px;
            background-color: #46af48;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }


.btn-secondary,
.btn-secondary:after {
    background-color: #ffcb05;
}

.btn:hover,
.btn:hover:after {
    background-color: #2e7e38;
}

.btn-secondary:hover,
.btn-secondary:hover:after {
    background-color: #d7ad08;
}

.btn-accent {
}
    .btn-accent:hover {
    }


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

@media(min-width: 1200px) {
    .btn,
    .btn-secondary {
        font-size: 19px;
        display: inline-block;
    }
}

/**
 * Icons
 */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?p8394j');
  src:  url('../fonts/icomoon.eot?p8394j#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p8394j') format('truetype'),
    url('../fonts/icomoon.woff?p8394j') format('woff'),
    url('../fonts/icomoon.svg?p8394j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.btn--icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e900";
}
.icon-coin:before {
  content: "\e901";
}
.icon-cursor:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e903";
}
.icon-leaf:before {
  content: "\e904";
}
.icon-magnifier-bug:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-pin:before {
  content: "\e908";
}
.icon-quote:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-google:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}


/**
 * Tables
 */

table {
border-collapse:collapse;
}

td {
}

tr {
}

th {
}

thead {
}

tbody {
}

tfoot {
}




/**
 * Forms
 */

form {
}

fieldset {
}

label {
}

select {
}

textarea {
    height: 131px !important;
    text-align: left !important;
    padding-top: 18px !important;
}

legend {
}


/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"]
 {

}

.searchbox--form {
    display: none;
    position: absolute;
    width: 100%;
    top: 129px;
    z-index: 2;
}
    .searchbox--text {
        border: 2px solid #fdc905;
        display: block;
        width: 100%;
        height: 38px;
        padding: 0px 25px;
        text-align: center;
    }

    @media(min-width: 1200px) {
        .searchbox--form {
            top: 186px;
            z-index: 2;
            max-width: 1317px;
            margin: 0 auto;
            left: 0px;
            right: 0px;
        }

        .js-fixed .searchbox--form {
            top: 120px;
        }
    }

/* Default Submit Button Style */
[type="submit"] {
    z-index: 10;
}

.btn.cf {
    margin: 90px auto 0px;
    display: block;
    border: none;
   /* height: 44px;*/
    padding: 12.5px 50px;
}

    .btn.cf span {
        background-image: url(../img/mail.png);
        background-size: 21px 15px;
        height: 44px;
    }

    /* Removes inconsistent padding from Firefox buttons */
    button::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border: none;
        padding:0;
    }


/**
 * Schedule
 */

.fc-event-container {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.fc-today-button{
    display: none;
}

.fc-highlight { background: none; }

.fc-past,
.fc-other-month { background-color: #f2f2f2; }

.fc-time { display: none; }

.wpcf7-form-control-wrap.preferences {
    display: block;
    width: 100%;
}

.wpcf7-form-control-wrap.preferences > .wpcf7-not-valid-tip {
    position: relative;
    top: 0;
}

.preferences-check {
    display: none;
}

.js-event {
	margin-bottom: 5px;
	padding: 6px 10px;
	font-size: 14px;
	background-color: #46af48;
	border: none !important;
	transition: .3s all;
	cursor: pointer;
}

.js-event:not(.js-event--occupied):not(.js-event--inactive):hover {
	background-color: #2e7e38;
	border: none !important;
}

.js-event--occupied,
.js-event--inactive {
    cursor: default;
    pointer-events: none;
}

.js-event--occupied { background-color: #af5946; }
.js-event--inactive { background-color: #bfbfbf; }

.preference {
    position: relative;
    display: inline-block;
    width: 250px;
    margin-right: 20px;
    padding: 20px 20px 15px 30px;
    color: #fff;
    background-color: #46af48;
    border-radius: 10px;
}

.preference__desc__date,
.preference__desc__time { display: block; }

.preference__desc__date {
    font-weight: 700;
    font-size: 18px;
}

.preference__desc__time { font-size: 16px; }

.preference__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    transition: .3s all;
    -webkit-appearance: none;
}

.preference__remove:after {
    content: '\00d7';
    position: absolute;
    top: -1px;
    right: 6px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #46af48;
}

.preference__remove:hover { opacity: .7; }



/**
 * Validation
 */
.wpcf7-form-control-wrap {
}

.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: 71px;
    color: red;
}

.wpcf7-response-output,
.screen-reader-response { display: none!important; }

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: calc(100% - 2em);
    vertical-align: top;
}

.wpcf7-form-control-wrap .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.wpcf7-form-control-wrap .input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    font-weight: bold;
    font-size: 18px;
    height: 56px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment .input__label  {
    height: 131px;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 17px 0;
    width: 100%;
}

/* Akira */
.input--akira {
    margin-top: 2em;
    height: 56px;
    text-align: left;
}


.wpcf7-form-control-wrap .input__field--akira {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    font-weight: 300;
    padding: 0 25px;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
}

.input__label--akira {
    padding: 0;
    width: 100%;
    color: #000;
    cursor: text;
    font-weight: 300;
    border: 1px solid #e1e1e1;
    padding: 0 25px;
}

.input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.wpcf7-form-control-wrap .input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
    -webkit-transform: scale3d(0.99, 0.95, 1);
    transform: scale3d(0.99, 0.95, 1);
}

.wpcf7-form-control-wrap .input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
    border-color: #45ae49;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    color: #46af48;
    font-weight: 600;
}

.wpcf7 {
    margin-bottom: 40px;
}

/**
 * Breadcrumbs
 */

.breadcrumbs a {
    color: #fff;
}

    .breadcrumbs .separator {
        margin: 0px 5px;
    }



/**
 * Pagination
 */

.wp-pagenavi {
    width: 100%;
    float: left;
    padding: 20px;
}

.wp-pagenavi .current,
.page.smaller,
.page.larger {
    color: #fff;
    padding: 10px;
    margin-left: 12px;
    transition: .3s;
}

.wp-pagenavi .current { background-color: #ffcb05; }

.page.smaller,
.page.larger { background-color: #46af48; }

    .page.smaller:hover ,
    .page.larger:hover { background-color: #ffcb05; }

.previouspostslink { margin-left: 12px; }

.nextpostslink {
    margin-left: 12px;
    margin-right: 12px;
}

/**
 * Slick Slider
 */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    transition: .5s;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide { outline: none; }
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
}

.masthead--slideshow:not(:first-of-type) { display: none; }





/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/

/**
 * Page-head
 */

.page-header {
    background-color: #fff;
}

.logged-in .page-header {
    margin-top: 32px;
}

/*.fixed-header {
    display: none;
}*/

    .cta-mobile {
        width: 100%;
        overflow: hidden;
    }

  .cta-mobile a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        float: left;
        display: block;
        line-height: 1.8em;
        padding: 5px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        position: relative;
  }

  .cta-call,
    .cta-mail {
        background-color: #46af48;
        width: 49.8%;
  }

    .cta-mobile a:last-child {
      margin-left: 1px;
      float: right;
    }

    .cta-call:before,
    .cta-mail:before {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 10px;

    }

        .cta-call:before {
            left: -113px; }

        .cta-mail:before {
            left: -121px;
             }

  .cta-call:before {
        background-image: url(../img/phone.png);
        max-width: 15px;
        height: 15px;
    }
  .cta-mail:before {
        background-image: url(../img/mail.png);
        max-width: 18px;
        height: 13px;
    }

    .main-nav { position: relative; }

        .search-btn,
        .site-logo:after,
        .mobile-btn {
            font-weight: 600;
            color: #000;
            font-size: 9.6px;
            text-transform: uppercase;
        }

        .search-btn,
        .mobile-btn { padding-top: 28px; }

        .search-btn:before,
        .site-logo:after,
        .mobile-btn:before,
        .cta-call:before,
        .cta-mail:before {
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            display: block;
            margin: 0px auto;
            width: 100%;
        }

        .search-btn {
            float: left;
            display: block;
            padding-left: 25px;
        }

            .search-btn:before {
                background-image: url(../img/search.png);
                width: 24px;
                height: 24px;
            }

        .site-logo {
			display: block;
		    width: 146px;
		    height: 86px;
		    margin: 8px auto 0;
        }
        .site-logo:after {
            background-image: url(../img/logo.png);
            max-width: 146px;
            height: 86px;
        }

        .mobile-btn {
            float: right;
            display: block;
            position: absolute;
            top: 0px;
            right: 25px;
        }

            .mobile-btn:before {
                content: '';
                background-image: url(../img/menu.png);
                max-width: 29px;
                height: 22px;
            }

            .search-md { display: none; }

        /* Header CTA Bottom */

        .cta-pay,
        .cta-sched {
            background-color: #fdc905;
        }

        .cta-pay { width: 40%; }

        .cta-sched { width: 100%; }

	  @media(min-width: 500px) {
	        .cta-call,
	        .cta-mail  { width: 49.9%; }


	  }

    @media(min-width: 1200px) {
        .page-header {
            margin: 0 auto;
            max-width: 100%;
            min-height: 180px;
            z-index: 100;
        }

            .page-header-cont {
                max-width: 1366px;
                margin: 0px auto;
            }

            .nav-primary {
            	display: block !important;
                padding-left: 0px;
            }

            .cta-mobile  { display: none;  }

            .search-btn {
                position: absolute;
                right: 25px;
                bottom: 31px;
                z-index: 2;
            }

                .search-btn:before {
                    width: 14px;
                    height: 14px;
                }
                .search-md { display: inline-block; }

                        .search-md .search-btn {
                            position: static;
                            padding-left: 0px;
                            padding-top: 5px;
                            margin-bottom: -31px;
                        }

            .mobile-btn { display: none; }

            .site-logo  {
                display: block;
                padding-top: 18px;
                border: 1px solid #e1e1e1;
                border-top: none;
                border-bottom: none;
                margin-left: 25px;
                width: 25%;
                float: left;
                min-height: 185px;
                margin-top: 0px;
            }

            .site-logo:after {
                max-width: 260px;
                height: 149px;
                margin: 6px auto;
            }

            .cta-btn {
                float: right;
                margin-top: 15px;
                margin-right: 63px;
                margin-bottom: 38px;
                position: relative;
                top: 20px;
            }

                .cta-btn a {
                    color: #fff;
                    text-decoration: none;
                    margin-right: 70px;
                }

                    .cta-btn a:last-child { margin-right: 11px; }

                    .cta-btn a:first-child {
                        color: #363636;
                        font-weight: 700;
                        font-size: 24px;
                        margin-right: 35px;
                    }
                        .cta-btn .btn.btn--icon:before { content: "\e900" }
                        .cta-btn .btn-secondary.btn--icon:before { content: "\e901" }


        /* Fixed Header */
        .page-header {
            top: -120px;
        }
        .js-fixed {
            display: block;
            width: 100%;
            position: fixed;
            top: 0px;
            min-height: 120px;
            height: 120px;
            -webkit-transition: all .3s ease;
               -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                 -o-transition: all .3s ease;
                    transition: all .3s ease;
        }

        .js-fixed {
            position: fixed;
            top: 0px;
        }

            .js-fixed .cta-btn {
                top: 0px;
                margin-bottom: 12px;
                margin-right: 69px;
            }

                .js-fixed .cta-btn a:first-child,
                .js-fixed .cta-btn a {
                    font-size: 18px;
                    padding: 7px 30px;
                    height: 40px;
                }

                .js-fixed .cta-btn a:first-child {
                    margin-right: 0px;
                }

                .js-fixed .cta-btn span {
                    background-size: 22px 24px;
                    width: 33px;
                    height: 40px;
                    left: -47px;
                    padding: 0px 23px;
                }

            .js-fixed .site-logo {
                margin-top: 0px;
                height: 120px;
                min-height: 120px;
                width: 17%;
            }

                .js-fixed .site-logo:after {
                    width: 186px;
                    height: 110px;
                    margin: 6px auto;
                }

            .js-fixed .search-md .search-btn {
                padding-top: 0px;
            }

                .js-fixed .search-btn:after {
                    width: 14px;
                    height: 14px;
                }

            .js-fixed .nav-primary {
                text-align: right;
                width: 79%;
                padding-top: 0px;
                margin-top: 2px;
                padding-right: 37px;
            }

                .js-fixed .nav-primary > li > a {
                    font-size: 18px;
                    padding: 18px 0px 8px;
                }

                .js-fixed .nav-primary > .menu-item {
                    padding: 10px 14px 12px;
                }

                .js-fixed .menu-item:hover .sub-menu {
                    top: 50px;
                }

    }

   /**
     * Fix Sticky Header Position
     * for when admin bar visible
     */

    /* TODO: Uncomment if design has sticky header */

    @media(min-width: 783px) {
        .logged-in .page-header {
            margin-top: 32px;
        }
    }


    html.beegreen {
        margin-top: 0px !important;
        position: relative;
        min-height: 100%;
    }

    @media screen and (max-width: 782px) {
        html.beegreen {  margin-top: 0px !important; }
    }

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    /* TODO: Add Retina-specific logo here */
  }
    /* Fix Footer */
    @media (min-width: 1025px) {
      html {
          position: relative;
          min-height: 100%;
      }
      body {
          margin: 0 auto 450px !important; /* TODO: bottom = footer height */
      }
      .page-footer {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 450px; /* TODO: Update Height */
      }

    }

/**
 * Navigation
 */
.nav-primary {
    display: none;
}

    .nav-primary .menu-item {
        text-transform: uppercase;
    }

        .menu-item a {
            color: #363636;
            font-weight: 400;
        }


.nav-secondary {
}

@media(max-width: 1199px) {
.nav-primary {
    background-color: #fff;
    border-bottom: 2px solid #fdc905;
    display: none;
    position: absolute;
    width: 100%;
    max-width: 768px;
    padding: 10px 0px 5px;
    list-style-type: none;
    top: 129px;
    z-index: 2;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

    .menu-item { border-bottom: 1px solid #daefda; }

    .menu-item a {
        padding: 4px 25px;
        display: block;
    }

        .menu-item:last-child {
            border-bottom: none;
        }
}
    @media(min-width: 1200px) {
        .nav-primary {
            border-top: 1px solid #e1e1e1;
            border-bottom: none;
            display: block;
            float: left;
            width: 72%;
            top: 0px;
            position: relative;
            margin-bottom: 0px;
            text-align: right;
        }

            .nav-primary .menu-item {
                display: inline-block;
                padding: 20px 20px;
                position: relative;
            }

                .nav-primary > .menu-item > a {
                    font-size: 20px;
                    border-bottom: none;
                    padding-bottom: 20px;
                    padding-top: 27px;
                    transition: .5s;
                }

                    .menu-item:hover a,
                    .nav-primary .current_page_item a {
                        border-bottom: 6px solid #46af48;
                    }

                .menu-item:hover .sub-menu {
                    display: block;
                    top: 72px;
                }
    }

/**
 * Sub-navigation
 */
.sub-menu {
    display: none;
    transition: .5s;
    left: 0px;
    padding: 0px;
}

    .sub-menu.js-toggled {
        display: block;
    }

    .sub-menu li {
        padding-left: 40px;
    }

        .sub-menu a {
            padding: 0px 0px;
        }

.icon-arrow-down {
    background-image: url(../img/slide-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 14px;
    height: 14px;
    float: right;
    top: -28px;
    right: 15px;
    position: relative;
    transition: .5s;
}

    .icon-arrow-down.js-toggled {
        transform: rotate(90deg);
    }

    @media(min-width: 1200px) {
        .sub-menu {
            background: #fff;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
            z-index: 10;
            position: absolute;
            width: 265px;
            padding: 10px 0px;
        }

            .sub-menu.js-toggled {
                display: block;
                padding-left: 0px;
            }

            .nav-primary .sub-menu li {
                display: block;
                clear: both;
                padding: 0px 14px;
            }

                .sub-menu li:last-child {
                    border: none;
                }

                .nav-primary .sub-menu li:hover {
                    background-color: #e1e1e1;
                }


            .sub-menu > .menu-item {
                padding: 0px;
            }

            .sub-menu > .menu-item a {
                display: block;
                padding: 0px 0px;
                border-bottom: 1px solid #e1e1e1;
                padding: 3.5px 5px;
                text-align: left;
            }

            .sub-menu > .menu-item:last-child a {
                border-bottom: none;
            }
    }

/**
 * Masthead
 */

.masthead {
    background-image: url(../img/masthead.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 44px;
}
    .masthead-title {
        font-size: 26px;
        margin: 0px 0px 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

.masthead--slideshow {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 247px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}

.homepage.masthead {
    padding-top: 0px;
    padding-bottom: 0px;
}


    .homepage .masthead-slide {
        min-height: 247px;
        /*background-color: rgba(0,0,0,.60);*/
        padding-top: 60px;
    }

        .homepage .masthead-slide h1 {
            font-weight: 700;
            font-size: 26px;
            text-transform: uppercase;
            max-width: 402px;
            margin: 0px auto 27px;
        }

        .homepage .masthead-slide .btn--icon:before { content: "\e905" }

    @media(min-width: 768px) {
        .homepage .masthead-slide {
            min-height: 291px;
        }
    }

    @media(min-width: 1025px) {
        .masthead-title { font-size: 60px; }
    }

    @media(min-width: 1200px) {

        .homepage .masthead-slide {
            min-height: 695px;
            padding-top: 251px;
        }

        .homepage .masthead-slide h1 {
            font-weight: 700;
            font-size: 80px;
            text-transform: uppercase;
            max-width: 1200px;
            margin: 0px auto 27px;
            text-shadow: 1px 1px 25px #000;
        }

    }


/**
 * Plant City Section - Homepage
 */

.top-text-section {
    background-image: url(../img/bg-plant-city.jpg);
    background-size: cover;
    overflow: hidden;
    padding-bottom: 74px;
    text-align: center;
}

	.top-text-section .container { position: relative; }

	    .top-text-section .container:after {
	        background-image: url(../img/plant-city-bee.png);
	        background-size: cover;
	        width: 173px;
	        height: 202px;
	        position: absolute;
	        right: -78px;
	        top: 0px;
	        display: block;
	        content: '';
            transform: scaleX(-1);
	    }

    .top-text-section h2 {
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-align: center;
        width: 270px;
        margin: 17px auto 0px;
    }

    .top-text-cont p {
        font-family: 'merriweatherlight';
        font-size: 14px;
        margin-bottom: 12px;
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    .top-text-section .btn {
        position: relative;
        bottom: -32px;
        font-family: 'proxima_nova';
    }
    .top-text-section.inner .btn,
    .top-text-section.inner .btn-secondary {
        padding: 11px 32px;
    }


    @media(min-width: 480px) {
        .top-text-section h2 {
            font-size: 29px;
            width: 430px;
        }
    }

    @media(min-width: 768px) {
        .top-text-section h2 {
            font-size: 42px;
            width: 718px;
        }
    }

    @media(min-width: 1025px) {
        .top-text-section .container:after {
            width: 373px;
            height: 473px;
            right: -129px;
        }

        .top-text-section h2 {
            font-size: 46px;
            margin-bottom: 50px;
            width: 975px;
        }

        .top-text-cont p {
            font-size: 16px;
        }
    }

    @media(min-width: 1200px) {
        .top-text-section {
            padding-top: 0px;
            text-align: left;
        }
        .top-text-section h2 {
            font-size: 56px;
            width: 1150px;
        	margin-top: 85px;
        }

        .top-text-section img {
            min-height: 310px;
            margin-top: 22px;
        }

            .top-text-section.inner .btn,
            .top-text-section.inner .btn-secondary {
                padding: 7.5px 32px;
            }

            .top-text-section .btn,
            .top-text-section .btn-secondary {
                text-align: left;
                padding: 9px 32px;
                left: 48px;
            }
    }


/**
 * Our Services - Homepage
 */

.homepage-services-section {
    background-image: url(../img/bg-our-services-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .services-cont {
        background-color: rgba(11,11,11,0.80);
        min-height: 480px;
        padding: 54px 0px;
        text-align: center;
    }

.sect-head {
    text-transform: uppercase;
    text-align: center;
}

    .sect-head h2 {
        color: #fff;
        font-weight: 400;
        font-size: 26px;
        margin-top: 6px;
    }

        .sect-head h2:after {
            background-color: #46af48;
            display: block;
            content: '';
            width: 68px;
            height: 5px;
            margin: 12px auto; /*20*/
        }

    .sect-head p,
    .testimonail-content p {
        font-family: 'merriweatherlight';
        font-size: 14px;
        text-transform: none;
    }

    .sect-head span {
        color: #3c893d;
        font-weight: 600;
        font-size: 16px;
    }

    .service-item {
        width: 100px;
        display: inline-block;
        margin-top: 20px;
        position: relative;
        vertical-align: text-top;
    }

    .service-item:nth-child(4){
        clear: both;
        margin-right: 10px;
    }

        .service-icon img {
            width: 59px;
            height: 57px;
            margin: 20px auto 0;
            position: relative;
            z-index: 2;
            opacity: .8;
        }

        .icon_hover {
            opacity: 0;
            display: none;
        }

            .service-icon:before {
                background-color: rgba(255,255,255,.20);
                border-radius: 50%;
                content: '';
                display: block;
                width: 96px;
                height: 96px;
                position: absolute;
                left: 0px;
                right: 0px;
                top: 0px;
                margin: 0px auto;
                z-index: 0;
            }

        .service-title {
            color: #c4c3c3;
            display: block;
            margin-top: 30px;
            padding: 0px 12px;
        }

    @media(min-width: 480px) {
        .service-item {
            width: 125px;
        }
    }

    @media(min-width: 768px) {
        .services-cont {
            min-height: 365px;
        }
    }

    @media(min-width: 1025px) {

        .service-item:nth-child(4){
        margin-right: auto;
    }

        .homepage-services-section {
            background-image: url(../img/bg-our-services.jpg);
        }

            .sect-head h2 {
                font-size: 52px;
                padding: 0px;
            }

            .sect-head p {
                font-size: 18px;
            }
    }

    @media(min-width: 1200px) {
        .services-cont {
            min-height: 580px;
            padding: 100px 0px;
        }

            .services-heading h2 { font-size: 48px; }

            .services-heading span { font-size: 18px; }
            .service-item {
                width: 180px;
            }

            .service-item:hover .icon-stat {
                opacity: 0;
                display: none;
            }

            .service-item:hover .icon_hover {
                opacity: 1;
                display: block;
            }

                .service-icon {
                    transition: opacity .5s;
                    margin: 0px auto;
                }

                    .service-icon img {
                        width: 73px;
                        height: 73px;
                    }

                    .service-icon:before,
                    .service-icon:after {
                        transition: .5s all;
                    }

                    .service-icon:before {
                        width: 118px;
                        height: 118px;
                    }

                    .service-icon:after {
                        content: '';
                        display: block;
                        opacity: 0;
                        position: absolute;
                        top: -4px;
                        left: 0px;
                        right: 0px;
                        width: 124px;
                        height: 124px;
                        margin: 0 auto;
                        border-radius: 50%;
                        border: 1px solid #fff;
                    }

                    .service-item:hover .service-icon:before {
                        background-color: #fff;
                    }

                    .service-item:hover .service-icon:after {
                        opacity: 1;
                    }

                .service-title {
                    padding: 0px 23px;
                    font-size: 21px;
                }

                .service-item:hover .service-title {
                    margin-top: 34px;
                }
    }

/**
 * Testimonials - Homepage
 */

.homepage-testimonials-section {
    padding: 46px 11px;
    text-align: center;
    max-width: 1025px;
    margin: 0 auto;
}

    .homepage-testimonials-section .sect-head h2 {
        color: #000;
    }

    .homepage-testimonials-section .btn--icon:before {
        content: '\e96b';
    }

        .testimonial-slide {
            background-image: url(../img/bg-testimonials-slider.png);
            background-repeat: no-repeat;
            background-size: 250px 100%;
            background-position: center;
            width: 237px;
            min-height: 387px;
            margin-top: 35px;
            position: relative;
            transition: .3s ease;
        }

        .slider-icon {
            border-radius: 50px;
            background-size: cover;
            width: 64px;
            height: 65px;
            margin: -23px auto 0px;
        }

        .slick-cont p {
            font-size: 16px;
            font-weight: 300;
            font-family: 'merriweather';
            line-height: 1.3em;
        }

        .testi-client {
            font-weight: 600;
        }

        .testi-client,
        .testi-date {
            margin-bottom: 0px;
            margin-top: 6px;
            font-size: 17px;
        }

        .slider-cont {
            width: 180px;
            margin: 0px auto;
        }

        .slick-current .slider-cont {
            width: 193px;
        }

        .slider-cont img {
            margin: 8px auto -2px;
        }

        .homepage-testimonials-section .slick-arrow {
            background-image: url(../img/slide-arrow.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-color: transparent;
            border: none;
            width: 22px;
            height: 28px;
            position: absolute;
            top: 50%;
            outline: none;
        }

        .homepage-testimonials-section .slick-next { right: 8px; }

        .homepage-testimonials-section .slick-prev {
            left: 8px;
            transform: rotate(180deg);
            z-index: 2;
        }

    @media(min-width: 768px) {
        .homepage-testimonials-section { max-width: 768px; }
    }

    @media(min-width: 1025px) {
        .homepage-testimonials-section {
            max-width: 770px;
            padding: 100px 0px;
        }
        .testimonial-slide {
            margin: 100px 11px;
            min-height: 373px;
            background-size: 100% 98%;
        }

            .testimonial-slide.slick-current {
            	transform: scale(1.2);
            	z-index: 10;
            }

            .slider-cont {
                width: 186px;
            }

            .slider-icon {
            	margin-top: -16px;
            }

	        .slick-current .slider-cont img {
	            margin-top: 15px;
	        }

	        .testi-date {
	        	margin-top: 0px;
	        }

            .slider-cont p {
                font-size: 16px;
            }

            .homepage-testimonials-section .slick-arrow {
                width: 44px;
                height: 57px;
                margin-top: -25px;
            }

            .homepage-testimonials-section .slick-prev {
                left: -80px;
            }

            .homepage-testimonials-section .slick-next {
                right: -80px;
            }
    }

/**
 * Location - Homepage
 */

.homepage-location-section {
    background-image: url(../img/mobile-map.jpg);
    background-repeat: no-repeat;
    min-height: 410px;
    padding-top: 26px;
    background-size: cover;
}

    .loc-textbox {
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        background-color: #fff;
        width: 265px;
        margin: 0px auto;
        padding: 20px 0px;
    }

        .loc-textbox h2 { color: #000; }

        .loc-textbox p {
            padding: 0px 20px;
            margin-bottom: 0px;
            line-height: 1.5em;
        }

    @media(min-width: 768px) {
        .homepage-location-section {
            background-image: url(../img/desktop-map.jpg);
            background-size: cover;
            background-position: top;
            padding: 48px 0px;
            background-position-x:-330px;
        }

            .loc-textbox {
                margin-right: 25px;
                /*margin-top: 40px;*/
            }
    }

    @media(min-width: 1025px) {
        .homepage-location-section {
            padding: 75px 0px;
            background-position-x: 0;
        }

        .loc-textbox {
            width: 660px;
            padding: 40px 0px;

        }

            .loc-textbox .sect-head {
                padding:
            }
            .loc-textbox p {
                padding: 0px 105px;
            }
    }



/**
 * Image Text Block Section - Homepage
 */

.grass-textblock {
    background-image: url(../img/bg-text-section.jpg);
    background-size: cover;
    color: #fff;
}

    .grass-textblock .container {
        background-color: rgba(11,11,11,0.80);
        padding: 52px 24px 61px;
        max-width: 100%;
    }

    .grass-textblock .sect-head {
	    max-width: 1366px;
	    margin: 0px auto;
    }

    .grass-textblock h2 {
        padding: 0px 23px;
    }

    .grass-textblock h2 span {
        font-size: inherit;
        color: inherit;
    }

    .grass-textblock p {
        padding: 0px 4px;
    }

    .grass-textblock .btn--icon:before {
        content: "\e900";
    }

    .grass-textblock .sect-head h2:after,
    .column-textblock .sect-head h2:after {
        display: none;
    }

    @media(min-width: 1025px) {
        .grass-textblock .container {
            padding: 100px 0px;
        }
		.grass-textblock h2 {
		    padding: 0px 0px;
		    width: 997px;
		    margin-left: auto;
		    margin-right: auto;
		}

        .grass-textblock p {
            padding: 0px 80px;
        }
    }


    @media(min-width: 1200px) {

        .grass-textblock p {
            line-height: 1.6em;
            padding: 0px 220px;
        }
    }

    @media(min-width: 1366px) {
		.grass-textblock h2 {
		    width: 100%;
		}
    }


/**
 * Blog Section
 */

.blog-section {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.section-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 245px;
    max-width: 400px;
    margin: 0px auto 25px;
    position: relative;
    overflow: hidden;
}

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

.blog-section .item-3 {
    background-size: cover;
}

    .blog-section.top-text-section .container:after  {
        right: auto;
        left: -75px;/*-135*/
        transform: scaleX(1);
        top: -110px;/*-50*/
    }

        .section-item article {
            position: absolute;
            display: inline;
            top: 0px;
            width: 102px;
            text-align: left;
            transition: .5s;
        }

            .item-1 article,
            .item-3 article {
                left: 0px;
                margin-top: 40px;
                margin-left: 27px;
            }

            .item-2 article,
            .item-4 article {
                right: 0px;
                bottom: 0px;
                top: auto;
                margin-bottom: 40px;
                margin-right: 20px;
            }

            .item-3 article {
                width: auto;
            }

            	.item-3 p {
            		line-height: 1.3em;
            	}

            .section-item.item-4 {
                background-size: 139%;
                background-position: -93px 0;
            }

            .section-item:before {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                transition: .5s;
            }

            .item-1:before {
                background-color: rgba(70,175,72,.67);
                left: -50%;
                transform: translate(-10px, 0px) skew(-18deg);
            }

            .item-3:before {
                background-color: rgba(70,175,72,.9);
                top: 0px;
                left: 0px;
            }

            .item-2:before,
            .item-4:before {
                background-color: rgba(253,201,5,.67);
                right: -50%;
                transform: translate(-10px, 0px) skew(-18deg);
            }



    .blog-section h2 {
        color: #000;
        font-weight: 300;
        padding: 0px 30px;
    }

    .blog-section .blog-title {
        font-size: 26px;
        font-weight: 300;
        margin: 0px;
    }

        .item-1 .blog-title {
            margin: 5px 0px 0px;
        }

    .blog-section .blog-cat {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .blog-section .blog-link {
        color: #fff;
        font-size: 14px;
        font-weight: 100;
    }

    @media(min-width: 1025px) {
        .blog-section.top-text-section .container:after  {
            left: -135px;
        }
    }

    @media(min-width: 1200px) {


        .section-item article {
            width: 160px;
        }

            .item-1 .blog-title,
            .item-4 .blog-title { font-size: 40px; }

            .item-2 .blog-title,
            .item-3 .blog-title { font-size: 34px; }

            .blog-cont {
                max-width: 1158px;
                margin: 0px auto;
                position: relative;
            }

            .section-item {
                position: relative;
                display: inline-block;
                margin-top: 0px;
                margin: 0px;
                max-width: 100%;
            }

            .blog-cat { font-size: 18px; }

            .section-item.item-1 {
                background-size: cover;
                background-position: center;
                width: 521px;
                height: 367px;
                left: 92px;
            }

                .item-1 article {
                    margin-top: 100px;
                }

                .item-1:hover:before {
                    left: -47px;
                    width: 124%;
                }

                .item-1 .blog-title { font-size: 40px; }
                .item-1 .blog-cat { font-size: 18px; }
                .item-1 .blog-link { font-size: 16px; }

            .item-2 {
                width: 409px;
                height: 247px;
                left: 127px;
                top: -90px;
                margin-right: 100px;
            }



                .item-2:hover:before,
                .item-4:hover:before {
                    right: -49px;
                    width: 125%;
                }

                .item-2 article {
                    margin-right: 4px;
                }

            .item-3 {
                width: 293px;
                height: 343px;
                right: -651px;
                top: -56px;
            }

            .item-3:hover{
                opacity: .8;
            }

            .section-item.item-4 {
                background-size: 121%;
                background-position: -85px 0;
                width: 409px;
                height: 212px;
                left: -92px;
                top: -98px;
            }
    }


/**
 * Two Column Text Block
 */

.column-textblock {
    background-image: url(../img/two-column-section-mob.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: bottom;
    padding-bottom: 1px;
    position: relative;
    text-align: center;
}

    .column-textblock .sect-head {
        padding-bottom: 59px;
        padding-top: 50px;
        background-color: rgba(11,11,11,0.80);
        margin-bottom: -1px;
    }



        .column-textblock .sect-head span {
        	font-size: inherit;
        	font-weight: inherit;
        	color: inherit;
        }

        .column-textblock .sect-head p {
            color: #fff;
        }

        .column-textblock .col-md-5:last-child p {
            margin-bottom: 50px;
        }

    @media(min-width: 768px) {
        .column-textblock {
            background-image: url(../img/two-column-section.jpg);
        }

            .column-textblock .col-md-5:last-child {
                text-align: left;
            }

            .column-textblock .btn {
                margin-left: 20px;
                padding: 7px 45px;
            }

            .inner .column-textblock .btn {
                padding: 11.1px 45px;
            }

            .column-textblock .sect-head p {
                text-align: left;
                line-height: 1.6em;
            }
    }

    @media(min-width: 1025px) {
        .column-textblock .sect-head {
            padding-top: 100px;
        }

        .column-textblock h2 {
            margin-bottom: 20px;
        }
    }

/**
 * Cta Section - Innerpage
 */

.inner p ,
.inner ul{
    line-height: 1.5em;
    font-family: 'merriweatherlight';
}
.inner ul{
    list-style: none;
}
.inner li{
    position: relative;
    text-align: left;
}

.inner ul li:before {
    content: '.';
    display: inline-block;
    left: -24px;
    position: absolute;
    top: -5px;
}

.cta-section {
    background-image: url(../img/truck-fleet.jpg);
}

    .cta-section-cont {
        background-color: rgba(0,0,0,.60);
        padding: 1px 0px 61px;
        text-align: center;
        color: #fff;
    }

        .cta-section-cont h2 {
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .cta-section-cont p {
            margin: 10px 0px;
        }

        .cta-section .btn:hover {
            border: none;
        }

        .cta-section .btn--icon:before { content: "\e909"; }
/**
 * Top Text section - Innerpage
 */

.top-text-section.inner:before {
    display: none;
}

.top-text-section.inner img {
    margin-top: 11px;
    min-height: auto;
    margin: 0 0 10px 10px;
}

.sect-head.inner span {
    font-size: inherit;
    font-weight: inherit;
    color: #fff;
}

.sect-head.inner .btn span {
    height: 51px;
    background-image: url(../img/leaf.png);
}

/**
 * Blog Page
 */

.blog article {
	padding-bottom: 41px;
    border-bottom: 1px solid #ffcb05;
}

	.blog article:last-child {
		border-bottom: none;
	}

.blog .blog-title {
	margin-bottom: 18px;
}
.page-content.blog .thumbnail {
    max-width: 270px;
    margin-right: 25px;
    padding-bottom: 28px;
}

	.blog .blog-title a:hover  {
		border-bottom: none;
	}

.article-social {
	margin-top: 25px;
}

	.js-social-share {
	    margin-left: 11px;
	}

.btn-blog {
    clear: both;
	display: block;
    left: 0px;
	max-width: 161px;
	margin-top: 14px;
    padding: 10.5px 32px;
}

	.btn-blog:hover {
		border: none;
	}

    .btn-blog span {
        height: 39px;
    }

    @media(min-width: 768px) {
        .page-content.blog .thumbnail {
            float: left;
        }
    }

    @media(min-width: 1200px) {
        .btn-blog span {
            height: 40px;
        }
    }

/**
 * Testimonial Page
 */

.testimonial-page__testimonial {
    border-bottom: 1px solid #ffcb05;
    padding-bottom: 27px;
}

	.testimonial-page__testimonial:last-child {
		border-bottom: none;
	}

/**
 * Gallery
 */

.gallery-item {
    border: 1px solid #e1e1e1;
    padding: 0px 24px 24px;
    transition: .3s;
    margin: 20px auto;
    min-height: 378px;
}

    .gallery-item:hover {
        border: 1px solid #46af48;
    }

    .gallery-item img {
        margin: 0px auto;
    }

    .gallery-title {
        color: #000;
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .gallery-title:after {
        background-color: #46af48;
        content: '';
        display: block;
        width: 48px;
        height: 2px;
        margin: 20px auto;
    }

    .gallery-item .sect-head span {
        font-size: 40px;
        color: #000;
    }

    @media (min-width: 1025px) {
        .gallery-item-wrapper:nth-child(2n+1) {
            clear: left;
        }

    }

    .gallery-img {
        background-size: cover;
        background-repeat: no-repeat;
        /*margin: 10px auto;*/
        max-width: 261px;
        height: 148px;
        position: relative;
        overflow: hidden;
    }

    .corner-dec {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        position: absolute;
        left: 13px;
        top: 13px;
        z-index: 2;
    }

        .corner-dec:before,
        .corner-dec:after {
            content: '';
            display: block;
            position: absolute;
            width: 200px;
            z-index: -1;
            transform: rotate(-24deg);
        }


        .corner-dec:before {
            background-color: rgba(70,175,72,.80);
            left: -60px;
            top: -40px;
            height: 61px;
        }

        .corner-dec:after {
            background-color: rgba(70,175,72,.50);
            height: 7px;
            left: -42px;
        }

        .fancybox:hover {
            border-bottom: none;
        }

        .partners-wrapper:nth-child(odd){
            clear: both;
        }

        .partner-img.img-responsive {
            height: 200px;
            margin: 0px auto;
        }

        #fancybox-title-float-wrap td {
            white-space: pre-wrap;
        }

        .fancybox-title-float {
            left: -125px!important;
            bottom: -33px;
            right: -125px;
        }

        #fancybox-title-float-main {
            background: none;
            background-color: #46af48;
            color: #fff;
            padding: 20px;
        }
        #fancybox-title-float-right,
        #fancybox-title-float-left { display: none; }

    @media(min-width: 480px) {
        .gallery-img {
            max-width: 261px;
            height: 174px;
        }
    }

    #fancybox-content .gallery-item {
        transition: none;
        border: none;
        padding-bottom: 0px;
    }

        #fancybox-content .sect-head {
            display: none;
        }



    @media(min-width: 1025px) {
        .gallery-title {
            font-size: 24px;
        }

        .gallery-item img {
            /*margin: 25px auto;*/
        }
    }

    @media(min-width: 1200px) {
        .gallery-item {
            padding: 0px 38px 47px;
        }

            .gallery-title {
                font-size: 28px;
            }
    }

/**
 * Sitemap
 */

.page-id-426 .masthead { margin-bottom: 25px; }
.page-item-270 { display: none; }

/**
 * Sidebar
 */

.page-sidebar {
    margin-top: 52px;
}

/**
 * Widgets
 */

.widget {
	padding-bottom: 25px;
    border-top: 5px solid #ffcb05;
}

	.widget:last-child {
		border-bottom: none;
	}

	.widget ul {
		padding-left: 0px;/*37*/
		list-style: none;
	}

.wpp-views {
	display: none;
}

/* Widget Mailpoet */
.widget.widget_mailpoet_form {
    padding-bottom: 120px;
}

.mailpoet_text {
    display: block;
    float: left;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #e1e1e1;
    float: left;
    padding: 8px 15px;
    margin-right: 2px;
}

.widget .mailpoet_form .mailpoet_submit {
    background-color: #46af48;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    border: none;
    display: block;
    float: left;
    padding: 9px;
}

.parsley-errors-list.filled {
    position: absolute;
    margin-top: -24px;
    margin-left: -37px;
}

/**
 * Page-footer
 */

 .footer-grass{
    background: url(../img/footer-grass.jpg) no-repeat;
    background-size: cover;
    height:59px;
 }

.page-footer {
    float: left;
    line-height: 1.8em;
    width: 100%;
}

    .footer-sects {
        min-height: 446px;
        padding-top: 50px;
        padding-bottom: 25px;
    }

        .footer-sects h3 {
            color: #46af48;
            border-bottom: 5px solid #46af48;
            font-size: 18px;
            font-weight: 300;
            text-transform: uppercase;
            display: block;
            padding-right: 16px;
            /*padding-bottom: 13px;*/
            margin-bottom: 13px;
            float: left;
            clear: right;
        }

            .footer-sects h3:first-child {
                margin-top: 20px;
            }

    .footer-sects p,
    .small-text {
        clear: both;
        font-size: 14px;
    }

        .footer-logo {
            background-image: url(../img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 259px;
            height: 151px;
            background-position: center;
        }

        .footer-contact a,
        .footer-contact span {
            color: #000;
            display: block;
            font-weight: 300;
            margin-bottom: 20px;
            margin-top: 0px;
            line-height: 1.3em;
            position: relative;
            padding-left: 31px;
        }

        .footer-contact a:hover{
            text-decoration: underline;
        }

            .footer-contact .footer-tel { margin-top: -20px; }

            .footer-tel:before,
            .footer-mail:before,
            .footer-loc:before {
                background-size: contain;
                background-repeat: no-repeat;
                content: '';
                position: absolute;
                left: 0px;
                width: 18px;
                height: 18px;
            }

            .footer-tel:before {
                background-image: url(../img/footer-phone.png);
            }

            .footer-mail:before {
                background-image: url(../img/cursor.png)
            }

            .footer-loc:before {
                background-image: url(../img/pin.png)
            }

        .footer-newsletter {
            /*float: left;*/
        }

        .mailpoet_form  {
            max-width: 500px;
        }

            ::placeholder {
                color: #46af48;
            }

            .mailpoet_form .mailpoet_paragraph {
                float: left;
                clear: none;
                font-size: 16px;
                display: inline;
                margin: 5px 0px;
            }

            .widget .mailpoet_form .mailpoet_text {
                width: 100%;
                border-radius: 0px;
            }

            .widget .mailpoet_paragraph {
                width: 100%;
            }

            .footer-newsletter input {
                outline: none;
                display: block;
                height: 27px;
            }

            .mailpoet_form .mailpoet_text {
                border-radius: 10px 0px 0px 10px;
                border: 1px solid #e1e1e1;
                float: left;
                padding-left: 16px;
                margin-right: 2px;
            }

            .mailpoet_form .mailpoet_submit {
                background-color: #46af48;
                color: #fff;
                text-align: center;
                border-radius: 0px 10px 10px 0px;
                border: none;
                width: 100%;
                display: block;
                float: left;
                padding-top: 2px;

            }

            .social-footer {
                max-width: 73px;
                margin: 0px auto;
                /*padding-top: 45px;*/
                float:left;
                margin-left: 24px;
            }

                .social-footer a {
                    background-color: #ffcb05;
                    padding: 7px;
                    border-radius: 50px;
                }

                .social-footer a:before {
                    color: #fff;
                }

    @media(min-width: 1025px) {

        .footer-newsletter { float: none; }

        .social-footer {
                max-width: 73px;
                margin: 0px auto;
                padding-top: 45px;
                float: none;
            }
    }

    /* Copyright section */

    .footer-menu {
        background-color: #363636;
        color: #ebebeb;
        text-align: center;
        padding: 15px 0px;
        width: 100%;
    }

    .footer-menu li {
        display: inline-block;
        list-style-type: none;
    }

        .footer-menu li:after {
            content: ' | ';
            display: inline-block;
            padding-left: 13px;
            padding-right: 7px;
            font-size: 12px;
            position: relative;
            top: -2px;
        }

        .footer-menu li:first-child:after,
        .footer-menu li:last-child:after,
        .footer-menu li:nth-child(4):after {
            display: none;
        }

    .footer-menu a {
        color: #ebebeb;
    }

    .footer-menu .copyr { display: none;  }
    .footer-menu .mob-list { display: block;  }

    @media(min-width: 1025px) {

        .footer-menu .mob-list { display: none; }
        .footer-menu .copyr { display: inline-block; }
        .footer-menu li:nth-child(4):after {
            display: none;
        }

        .footer-sects {
            min-height: 394px;
        }

        .footer-sects h3 {
            padding-bottom: 10px;
            margin-bottom: 13px;
        }

        .footer-sects img {
            height: 292px;
        }

            .footer-sects h3:first-child {
                margin-top: 0px;
            }

        .footer-sects p {
            margin-bottom: 14px;
        }

        .footer-newsletter input[type="email"] {
            width: 99%;
        }

        .footer-newsletter input[type="submit"] {
            width: 108%;
        }

        .social-footer {
            width: 70px;
            padding-top: 0px;
            float: left;
            margin-left: 21px;
        }
    }



/*------------------------------------*\
    Trumps
\*------------------------------------*/

.btn,
.btn--icon:after,
.btn-secondary,
[class^="icon-"],
.footer-newsletter {
    transition: .3s all;
}

[class^="icon-"]:hover,
{
    opacity: .7;
}



@-ms-viewport { width: device-width; }


/**
 * Images
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded { border-radius: 6px !important; }
.img-circle  { border-radius: 50% !important; }
.img-square  { border-radius: 0   !important; }


/**
 * Visiblity
 */

.show { display: block !important; }

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg { display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 599px) {
    .visible-xxs      { display: block !important; }
    table.visible-xxs { display: table; }
    tr.visible-xxs    { display: table-row !important; }
    th.visible-xxs,
    td.visible-xxs    { display: table-cell !important; }

    .visible-xxs-block        { display: block !important; }
    .visible-xxs-inline       { display: inline !important; }
    .visible-xxs-inline-block { display: inline-block !important; }
}


@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs      { display: block !important; }
    table.visible-xs { display: table; }
    tr.visible-xs    { display: table-row !important; }
    th.visible-xs,
    td.visible-xs    { display: table-cell !important; }

    .visible-xs-block        { display: block !important; }
    .visible-xs-inline       { display: inline !important; }
    .visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm      { display: block !important; }
    table.visible-sm { display: table; }
    tr.visible-sm    { display: table-row !important; }
    th.visible-sm,
    td.visible-sm    { display: table-cell !important; }

    .visible-sm-block        { display: block !important; }
    .visible-sm-inline       { display: inline !important; }
    .visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md      { display: block !important; }
    table.visible-md { display: table; }
    tr.visible-md    { display: table-row !important; }
    th.visible-md,
    td.visible-md    { display: table-cell !important; }

    .visible-md-block        { display: block !important; }
    .visible-md-inline       { display: inline !important; }
    .visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {
    .visible-lg      { display: block !important; }
    table.visible-lg { display: table; }
    tr.visible-lg    {  display: table-row !important; }
    th.visible-lg,
    td.visible-lg    { display: table-cell !important; }

    .visible-lg-block        { display: block !important; }
    .visible-lg-inline       { display: inline !important; }
    .visible-lg-inline-block { display: inline-block !important; }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up { display: none !important; }
.hidden       { display: none !important; visibility: hidden !important; }
.invisible    { visibility: hidden !important; }
.text-hide    {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs { display: none !important; }
}

    @media (min-width: 600px) {
      .hidden-xs-up { display: none !important; }
    }

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

    @media (max-width: 767px) {
      .hidden-xs-down { display: none !important; }
    }

    @media (min-width: 768px) {
      .hidden-sm-up { display: none !important; }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm { display: none !important; }
}

    @media (max-width: 1024px) {
      .hidden-sm-down { display: none !important; }
    }

    @media (min-width: 1025px) {
      .hidden-md-up { display: none !important; }
    }

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }
}

    @media (max-width: 1199px) {
      .hidden-md-down { display: none !important; }
    }

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}




/**
 * Screen Readers
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block { display: none !important; }

@media print {
    .visible-print      { display: block !important; }
    table.visible-print { display: table; }
    tr.visible-print    { display: table-row !important; }
    th.visible-print,
    td.visible-print    { display: table-cell !important; }

    .visible-print-block        { display: block !important; }
    .visible-print-inline       { display: inline !important; }
    .visible-print-inline-block { display: inline-block !important; }

    .hidden-print { display: none !important; }
}



/**
 * Clears
 */
.clear-left    { clear: left !important; }
.clear-right   { clear: right !important; }
.clear-both    { clear: both !important; }
.clear-contain { overflow: hidden !important; }


/**
 * Text alignment
 */
.text-left     { text-align:left  !important; }
.text-center   { text-align:center!important; }
.text-right    { text-align:right !important; }


/**
 * Font weights
 */
.weight-light      { font-weight:300!important; }
.weight-normal     { font-weight:400!important; }
.weight-semibold   { font-weight:600!important; }
.weight-bold       { font-weight:700!important; }


/**
 * Borders
 */
.border-top    { border-top:       1px solid #eee }
.border-bottom { border-bottom:    1px solid #eee }
.border-left   { border-left:      1px solid #eee }
.border-right  { border-right:     1px solid #eee }
.border-all    { border:           1px solid #eee }


/**
 * Positioning
 */

.affix-top    { position: fixed!important; top:    0!important; }
.affix-bottom { position: fixed!important; bottom: 0!important; }
.affix-left   { position: fixed!important; left:   0!important; }
.affix-right  { position: fixed!important; right:  0!important; }

.pull-right { float: right!important; }
.pull-left  { float: left !important; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythm */

/**
 * Add/remove margins
 */

.push           { margin:       20px!important; }
.push-top      { margin-top:   20px!important; }
.push-right    { margin-right: 20px!important; }
.push-bottom   { margin-bottom:20px!important; }
.push-left     { margin-left:  20px!important; }
.push-ends     { margin-top:   20px!important; margin-bottom:20px!important; }
.push-sides    { margin-right: 20px!important; margin-left:  20px!important; }

.push-half          { margin:       10px!important; }
.push-half-top     { margin-top:   10px!important; }
.push-half-right   { margin-right: 10px!important; }
.push-half-bottom  { margin-bottom:10px!important; }
.push-half-left    { margin-left:  10px!important; }
.push-half-ends    { margin-top:   10px!important; margin-bottom:10px!important; }
.push-half-sides   { margin-right: 10px!important; margin-left:  10px!important; }

.flush          { margin:       0!important; }
.flush-top     { margin-top:   0!important; }
.flush-right   { margin-right: 0!important; }
.flush-bottom  { margin-bottom:0!important; }
.flush-left    { margin-left:  0!important; }
.flush-ends    { margin-top:   0!important; margin-bottom:0!important; }
.flush-sides   { margin-right: 0!important; margin-left:  0!important; }


/**
 * Add/remove paddings
 */
.soft           { padding:       20px!important; }
.soft-top      { padding-top:   20px!important; }
.soft-right    { padding-right: 20px!important; }
.soft-bottom   { padding-bottom:20px!important; }
.soft-left     { padding-left:  20px!important; }
.soft-ends     { padding-top:   20px!important; padding-bottom:20px!important; }
.soft-sides    { padding-right: 20px!important; padding-left:  20px!important; }

.soft-half           { padding:       10px!important; }
.soft-half-top      { padding-top:   10px!important; }
.soft-half-right    { padding-right: 10px!important; }
.soft-half-bottom   { padding-bottom:10px!important; }
.soft-half-left     { padding-left:  10px!important; }
.soft-half-ends     { padding-top:   10px!important; padding-bottom:10px!important; }
.soft-half-sides    { padding-right: 10px!important; padding-left:  10px!important; }

.hard           { padding:       0!important; }
.hard-top      { padding-top:   0!important; }
.hard-right    { padding-right: 0!important; }
.hard-bottom   { padding-bottom:0!important; }
.hard-left     { padding-left:  0!important; }
.hard-ends     { padding-top:   0!important; padding-bottom:0!important; }
.hard-sides    { padding-right: 0!important; padding-left:  0!important; }


@media (min-width:600px) {

  .flush-xs          { margin:       0; }
  .flush-xs-top     { margin-top:   0; }
  .flush-xs-right   { margin-right: 0; }
  .flush-xs-bottom  { margin-bottom:0; }
  .flush-xs-left    { margin-left:  0; }
  .flush-xs-ends    { margin-top:   0; margin-bottom:0; }
  .flush-xs-sides   { margin-right: 0; margin-left:  0; }

  .push-xs           { margin:       20px; }
  .push-xs-top      { margin-top:   20px; }
  .push-xs-right    { margin-right: 20px; }
  .push-xs-bottom   { margin-bottom:20px; }
  .push-xs-left     { margin-left:  20px; }
  .push-xs-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-xs-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-xs          { margin:       10px; }
  .push-half-xs-top     { margin-top:   10px; }
  .push-half-xs-right   { margin-right: 10px; }
  .push-half-xs-bottom  { margin-bottom:10px; }
  .push-half-xs-left    { margin-left:  10px; }
  .push-half-xs-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-xs-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-xs          { margin:       40px; }
  .push-double-xs-top     { margin-top:   40px; }
  .push-double-xs-right   { margin-right: 40px; }
  .push-double-xs-bottom  { margin-bottom:40px; }
  .push-double-xs-left    { margin-left:  40px; }
  .push-double-xs-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-xs-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-xs          { margin:       60px; }
  .push-triple-xs-top     { margin-top:   60px; }
  .push-triple-xs-right   { margin-right: 60px; }
  .push-triple-xs-bottom  { margin-bottom:60px; }
  .push-triple-xs-left    { margin-left:  60px; }
  .push-triple-xs-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-xs-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-xs           { padding:       20px; }
  .soft-xs-top      { padding-top:   20px; }
  .soft-xs-right    { padding-right: 20px; }
  .soft-xs-bottom   { padding-bottom:20px; }
  .soft-xs-left     { padding-left:  20px; }
  .soft-xs-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-xs-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-xs           { padding:       10px; }
  .soft-half-xs-top      { padding-top:   10px; }
  .soft-half-xs-right    { padding-right: 10px; }
  .soft-half-xs-bottom   { padding-bottom:10px; }
  .soft-half-xs-left     { padding-left:  10px; }
  .soft-half-xs-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-xs-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-xs           { padding:       40px; }
  .soft-double-xs-top      { padding-top:   40px; }
  .soft-double-xs-right    { padding-right: 40px; }
  .soft-double-xs-bottom   { padding-bottom:40px; }
  .soft-double-xs-left     { padding-left:  40px; }
  .soft-double-xs-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-xs-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-xs           { padding:       60px; }
  .soft-triple-xs-top      { padding-top:   60px; }
  .soft-triple-xs-right    { padding-right: 60px; }
  .soft-triple-xs-bottom   { padding-bottom:60px; }
  .soft-triple-xs-left     { padding-left:  60px; }
  .soft-triple-xs-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-xs-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-xs           { padding:       0; }
  .hard-xs-top      { padding-top:   0; }
  .hard-xs-right    { padding-right: 0; }
  .hard-xs-bottom   { padding-bottom:0; }
  .hard-xs-left     { padding-left:  0; }
  .hard-xs-ends     { padding-top:   0; padding-bottom:0; }
  .hard-xs-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:768px) {

  .flush-sm          { margin:       0; }
  .flush-sm-top     { margin-top:   0; }
  .flush-sm-right   { margin-right: 0; }
  .flush-sm-bottom  { margin-bottom:0; }
  .flush-sm-left    { margin-left:  0; }
  .flush-sm-ends    { margin-top:   0; margin-bottom:0; }
  .flush-sm-sides   { margin-right: 0; margin-left:  0; }

  .push-sm           { margin:       20px; }
  .push-sm-top      { margin-top:   20px; }
  .push-sm-right    { margin-right: 20px; }
  .push-sm-bottom   { margin-bottom:20px; }
  .push-sm-left     { margin-left:  20px; }
  .push-sm-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-sm-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-sm          { margin:       10px; }
  .push-half-sm-top     { margin-top:   10px; }
  .push-half-sm-right   { margin-right: 10px; }
  .push-half-sm-bottom  { margin-bottom:10px; }
  .push-half-sm-left    { margin-left:  10px; }
  .push-half-sm-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-sm-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-sm          { margin:       40px; }
  .push-double-sm-top     { margin-top:   40px; }
  .push-double-sm-right   { margin-right: 40px; }
  .push-double-sm-bottom  { margin-bottom:40px; }
  .push-double-sm-left    { margin-left:  40px; }
  .push-double-sm-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-sm-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-sm          { margin:       60px; }
  .push-triple-sm-top     { margin-top:   60px; }
  .push-triple-sm-right   { margin-right: 60px; }
  .push-triple-sm-bottom  { margin-bottom:60px; }
  .push-triple-sm-left    { margin-left:  60px; }
  .push-triple-sm-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-sm-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-sm           { padding:       20px; }
  .soft-sm-top      { padding-top:   20px; }
  .soft-sm-right    { padding-right: 20px; }
  .soft-sm-bottom   { padding-bottom:20px; }
  .soft-sm-left     { padding-left:  20px; }
  .soft-sm-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-sm-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-sm           { padding:       10px; }
  .soft-half-sm-top      { padding-top:   10px; }
  .soft-half-sm-right    { padding-right: 10px; }
  .soft-half-sm-bottom   { padding-bottom:10px; }
  .soft-half-sm-left     { padding-left:  10px; }
  .soft-half-sm-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-sm-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-sm           { padding:       40px; }
  .soft-double-sm-top      { padding-top:   40px; }
  .soft-double-sm-right    { padding-right: 40px; }
  .soft-double-sm-bottom   { padding-bottom:40px; }
  .soft-double-sm-left     { padding-left:  40px; }
  .soft-double-sm-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-sm-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-sm           { padding:       60px; }
  .soft-triple-sm-top      { padding-top:   60px; }
  .soft-triple-sm-right    { padding-right: 60px; }
  .soft-triple-sm-bottom   { padding-bottom:60px; }
  .soft-triple-sm-left     { padding-left:  60px; }
  .soft-triple-sm-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-sm-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-sm           { padding:       0; }
  .hard-sm-top      { padding-top:   0; }
  .hard-sm-right    { padding-right: 0; }
  .hard-sm-bottom   { padding-bottom:0; }
  .hard-sm-left     { padding-left:  0; }
  .hard-sm-ends     { padding-top:   0; padding-bottom:0; }
  .hard-sm-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:1025px) {

  .flush-md          { margin:       0; }
  .flush-md-top     { margin-top:   0; }
  .flush-md-right   { margin-right: 0; }
  .flush-md-bottom  { margin-bottom:0; }
  .flush-md-left    { margin-left:  0; }
  .flush-md-ends    { margin-top:   0; margin-bottom:0; }
  .flush-md-sides   { margin-right: 0; margin-left:  0; }

  .push-md           { margin:       20px; }
  .push-md-top      { margin-top:   20px; }
  .push-md-right    { margin-right: 20px; }
  .push-md-bottom   { margin-bottom:20px; }
  .push-md-left     { margin-left:  20px; }
  .push-md-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-md-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-md          { margin:       10px; }
  .push-half-md-top     { margin-top:   10px; }
  .push-half-md-right   { margin-right: 10px; }
  .push-half-md-bottom  { margin-bottom:10px; }
  .push-half-md-left    { margin-left:  10px; }
  .push-half-md-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-md-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-md          { margin:       40px; }
  .push-double-md-top     { margin-top:   40px; }
  .push-double-md-right   { margin-right: 40px; }
  .push-double-md-bottom  { margin-bottom:40px; }
  .push-double-md-left    { margin-left:  40px; }
  .push-double-md-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-md-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-md          { margin:       60px; }
  .push-triple-md-top     { margin-top:   60px; }
  .push-triple-md-right   { margin-right: 60px; }
  .push-triple-md-bottom  { margin-bottom:60px; }
  .push-triple-md-left    { margin-left:  60px; }
  .push-triple-md-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-md-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-md           { padding:       20px; }
  .soft-md-top      { padding-top:   20px; }
  .soft-md-right    { padding-right: 20px; }
  .soft-md-bottom   { padding-bottom:20px; }
  .soft-md-left     { padding-left:  20px; }
  .soft-md-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-md-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-md           { padding:       10px; }
  .soft-half-md-top      { padding-top:   10px; }
  .soft-half-md-right    { padding-right: 10px; }
  .soft-half-md-bottom   { padding-bottom:10px; }
  .soft-half-md-left     { padding-left:  10px; }
  .soft-half-md-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-md-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-md           { padding:       40px; }
  .soft-double-md-top      { padding-top:   40px; }
  .soft-double-md-right    { padding-right: 40px; }
  .soft-double-md-bottom   { padding-bottom:40px; }
  .soft-double-md-left     { padding-left:  40px; }
  .soft-double-md-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-md-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-md           { padding:       60px; }
  .soft-triple-md-top      { padding-top:   60px; }
  .soft-triple-md-right    { padding-right: 60px; }
  .soft-triple-md-bottom   { padding-bottom:60px; }
  .soft-triple-md-left     { padding-left:  60px; }
  .soft-triple-md-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-md-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-md           { padding:       0; }
  .hard-md-top      { padding-top:   0; }
  .hard-md-right    { padding-right: 0; }
  .hard-md-bottom   { padding-bottom:0; }
  .hard-md-left     { padding-left:  0; }
  .hard-md-ends     { padding-top:   0; padding-bottom:0; }
  .hard-md-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:1200px) {

  .flush-lg          { margin:       0; }
  .flush-lg-top     { margin-top:   0; }
  .flush-lg-right   { margin-right: 0; }
  .flush-lg-bottom  { margin-bottom:0; }
  .flush-lg-left    { margin-left:  0; }
  .flush-lg-ends    { margin-top:   0; margin-bottom:0; }
  .flush-lg-sides   { margin-right: 0; margin-left:  0; }

  .push-lg           { margin:       20px; }
  .push-lg-top      { margin-top:   20px; }
  .push-lg-right    { margin-right: 20px; }
  .push-lg-bottom   { margin-bottom:20px; }
  .push-lg-left     { margin-left:  20px; }
  .push-lg-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-lg-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-lg          { margin:       10px; }
  .push-half-lg-top     { margin-top:   10px; }
  .push-half-lg-right   { margin-right: 10px; }
  .push-half-lg-bottom  { margin-bottom:10px; }
  .push-half-lg-left    { margin-left:  10px; }
  .push-half-lg-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-lg-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-lg          { margin:       40px; }
  .push-double-lg-top     { margin-top:   40px; }
  .push-double-lg-right   { margin-right: 40px; }
  .push-double-lg-bottom  { margin-bottom:40px; }
  .push-double-lg-left    { margin-left:  40px; }
  .push-double-lg-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-lg-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-lg          { margin:       60px; }
  .push-triple-lg-top     { margin-top:   60px; }
  .push-triple-lg-right   { margin-right: 60px; }
  .push-triple-lg-bottom  { margin-bottom:60px; }
  .push-triple-lg-left    { margin-left:  60px; }
  .push-triple-lg-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-lg-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-lg           { padding:       20px; }
  .soft-lg-top      { padding-top:   20px; }
  .soft-lg-right    { padding-right: 20px; }
  .soft-lg-bottom   { padding-bottom:20px; }
  .soft-lg-left     { padding-left:  20px; }
  .soft-lg-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-lg-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-lg           { padding:       10px; }
  .soft-half-lg-top      { padding-top:   10px; }
  .soft-half-lg-right    { padding-right: 10px; }
  .soft-half-lg-bottom   { padding-bottom:10px; }
  .soft-half-lg-left     { padding-left:  10px; }
  .soft-half-lg-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-lg-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-lg           { padding:       40px; }
  .soft-double-lg-top      { padding-top:   40px; }
  .soft-double-lg-right    { padding-right: 40px; }
  .soft-double-lg-bottom   { padding-bottom:40px; }
  .soft-double-lg-left     { padding-left:  40px; }
  .soft-double-lg-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-lg-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-lg           { padding:       60px; }
  .soft-triple-lg-top      { padding-top:   60px; }
  .soft-triple-lg-right    { padding-right: 60px; }
  .soft-triple-lg-bottom   { padding-bottom:60px; }
  .soft-triple-lg-left     { padding-left:  60px; }
  .soft-triple-lg-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-lg-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-lg           { padding:       0; }
  .hard-lg-top      { padding-top:   0; }
  .hard-lg-right    { padding-right: 0; }
  .hard-lg-bottom   { padding-bottom:0; }
  .hard-lg-left     { padding-left:  0; }
  .hard-lg-ends     { padding-top:   0; padding-bottom:0; }
  .hard-lg-sides    { padding-right: 0; padding-left:  0; }

}

