/**
 * 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: 10px 0 22px 40px;
}

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

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


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


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

/* 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: 'Neuton', serif;
    margin: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    margin: 0px;
    color: #0c1b21;
    font-weight: normal;
}

h1, .h1 {
    font-size: 28px;
    line-height: 30px;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
	font-weight: bold;
}

h2, .h2 {
	font-size: 31px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

h3, .h3 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Neuton', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1.fancy,
.h1.fancy,
h2.fancy,
.h2.fancy,
.page-id-20 .masthead--style h1{
	font-family: 'Rochester', cursive;
	font-weight: 100;
}

h1.fancy,
.h1.fancy,
.page-id-20 .masthead--style h1 {
	font-size: 68px;
}

h2.fancy,
.h2.fancy {
    font-size: 38px;
    line-height: 30px;
}

p, ul, ol {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0px;
}

    p a {
        color: #5aa9ba;
        text-decoration: underline;
    }

    p a:hover {
        color: #0c1b22;
        text-decoration: underline;
    }

    p a.btn {
        text-decoration: none;
    }

a {
    text-decoration: none;
}

  a:hover { text-decoration: none; }

@media (min-width: 600px) {

    h1, .h1 {
        font-size: 68px;
        line-height: 70px;
    }
    h2, .h2 {
        font-size: 38px;
        line-height: 42px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 20px;
    }
    h4, .h4 {
        letter-spacing: 3px;
    }
}
@media (min-width: 1025px) {
}

.img-divider {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: 100%;
    background-position: center center;
    z-index: -99;
}



/*------------------------------------*\
    Icons
\*------------------------------------*/

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

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

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

.icon-google2:before {
  content: "\ea89";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eac9";
}


/*------------------------------------*\
    Effects
\*------------------------------------*/

a,
a:after,
a:before,

.btn,
.btn:after,
.btn:before,

input,
button,
select,
textarea,
.selectric,
.search-sm,
.wm_border,
.wm_cta-bg,
.cta-text,
.cta-bg,
.photo-gallery a .pg_img,
.photo-gallery a img,
.sub-menu,
.stickyheader,
.read-blog div,
.fc-icon a span
 {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

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


/**
 * Wrappers
 */

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


.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

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


    .container { max-width: 1310px; }

/**
 * 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: -9px; /* TODO: Update margin number to match container padding */
    margin-right: -9px;
}

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

/* 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 {
    color: #0c1b21;
    font-size: 16px;
    background: #6fadba;
    padding: 7px 25px 9px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-family: 'Neuton', serif;
}

    .btn:hover {
        background: #0c1b22;
        color: #fff;
    }

.btn-secondary {
    background: #656969;
    color: #fff;
}

    .btn-secondary:hover {
        background: #aeb5b5;
        color: #0c1b22;
    }

.bottom-content .btn {
	padding: 20px !important;
    font-weight: bold;
}


/**
 * Tables
 */

table {
	border-collapse:collapse;
	width: 100%;
	border: 1px #aeb5b5 solid;
	margin-top: 30px;
}

td {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #0c1b22;
    background-color: #fff;
    line-height: 24px;
	padding: 10px 20px;
	border-bottom: 1px #e7e9e9 solid;
}

tr {
}

th {
	background-color: #0c1b22;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 20px;
	letter-spacing: 3px;
	text-align: left;
	border: 1px #0c1b22 solid;
}

thead {
}

tbody {
}

tfoot {
}

table tr:last-child td {
	border-bottom: 1px #aeb5b5 solid;
}

/**
 * Forms
 */

form {
    margin-top: 30px;
}

textarea {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    resize: none;
    height: 200px;
    margin-bottom: 6px;
}

/* 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"],
[type="date"],
textarea {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    border: 1px solid #656969;
    padding: 10px 15px;
}


/* Default Submit Button Style */
[type="submit"] {
    border: none;
}

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

.forms {
    margin-top: 20px !important;
}
    .wpcf7-form p {
        margin-top: 5px !important;
        line-height: 35px;
        text-transform: uppercase;
        font-family: 'Neuton', serif;
        letter-spacing: 2px;
        color: #1f4353;
        margin-bottom: 0px !important;
    }

    .wpcf7-form [type="submit"] {
        padding: 12px 50px !important;
        font-size: 16px !important;
        letter-spacing: 3px;
        width: auto !important;
    }
    .wpcf7-form p.inputfocus,
    .wpcf7-form p span:first-child {
        color: #66a2ad;
    }
    .inputfocus [type="text"],
    .inputfocus [type="tel"],
    .inputfocus [type="email"],
    .inputfocus textarea {
        border: 1px solid #66a2ad;
    }

.form-sidebar h4 {
    padding-top: 70px !important;
}
.form-sidebar h4 strong {
    font-size: 26px;
    font-weight: normal;
}

.fs-item {
    border: 1px #b0b5b5 solid;
    padding: 25px 25px 10px 25px;
    width: 100%;
    margin-top: 20px;
}
    .fs-item h4 {
        padding-top: 0px !important;
    }
    .fs-item p {
        text-align: center !important;
        margin: 10px 0px 15px 0px !important;
    }
    .fs-item a {
        font-family: 'Lato', sans-serif;
        color: #66a2ad;
        position: relative;
        padding-right: 24px;
        text-decoration: none;
    }
        .fs-item a:after {
            content: '';
            top: 8px;
            position: absolute;
            width: 17px;
            height: 7px;
            background: url('../img/link-arrow.png') no-repeat;
            right: 0px;
        }
        .fs-item a:hover {
            padding-right: 30px;
            text-decoration: none;
            color: #66a2ad;
        }

/**
 * Validation
 */

.wpcf7 { margin-bottom: 50px; }

.wpcf7-form-control-wrap {
}

.wpcf7-not-valid-tip {
    position: relative;
    float: right;
    font-size: 9px;
    margin-bottom: -20px;
    margin-top: -15px;
    color: #f86767;
}

.wpcf7-response-output {
    margin-top: 5px;
    color: #0c1b22;
}

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

.screen-reader-response {
    display: none;
}

@media (min-width: 1025px) {
    .wpcf7 { margin-bottom: 0px; }
}

/**
 * Flexbox
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 */

.flexbox {
    display: table;
    width: 100%;
}

    /**
     * Nasty hack to circumvent Modernizr conflicts.
     */
    html.flexbox {
        display: block;
        width: auto;
    }

    .flexbox-item {
        display: table-cell;
        vertical-align: middle;
    }

/**
 * Breadcrumbs
 */

.breadcrumbs {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 0px;
    letter-spacing: 2px;
}
    .breadcrumbs a {
        font-family: 'Neuton', serif;
        color: #1f4353;
        margin-right: 25px;
        position: relative;
    }
    .breadcrumb_last {
        color: #1f4353;
    }
    .breadcrumbs a:hover {
        color: #66a2ad !important;
    }

    .breadcrumbs a:after {
        content: "\2022";
        position: absolute;
        color: #1f4353;
        right: -18px;
        top: 0px;
    }

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

/**
 * Page-head
 */

.page-header {
    position: relative;
    z-index: 2;
}

.back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999
}

.back-to-top a{
    background: #6fadba;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

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

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

    .admin-bar .page-header {
        top: 32px;
    }

    @media screen and (max-width: 782px) {
        .admin-bar .page-header {
            top: 46px;
        }
    }


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

    /* TODO: Add Retina-specific logo here */

  }

    .header-top {
        height: 40px;
    }

        .logo {
            position: absolute;
            left: calc(50% - 70px);
            top: 50px;
            width: 140px;
            height: 140px;
            background: url('../img/the-barn-logo.png') no-repeat center center / cover;
            z-index: 1;
        }

        .tap-call,
        .book-now  {
            position: absolute;
            width: calc(50% + 9px);
            left: -9px;
            top: -2px;
            background: #2b2d3c;
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            padding: 10px 0px 12px 0px;
            letter-spacing: 1px;
        }

        .book-now {
            left: 50%;
            background: #5aa9ba;
        }

    .header-bottom {
        background: url('../img/gray-background.jpg') repeat;
        height: 97px;
    }
        .search-lg {
            margin-top: 34px;
            margin-left: 9px;
        }
        .menu-icon {
            font-size: 14px;
            line-height: 14px;
            color: #1f4353;
            letter-spacing: 1px;
            margin-top: 35px;
        }

    .searchform-container {
        position: absolute;
        width: 100%;
        background: url('../img/gray-background.jpg') repeat;
        top: 137px;
        padding-top: 40px;
        display: none;
        z-index: -1;
    }
        .searchform-container input[type="search"] {
            width: calc(100% - 153px);
            margin-top: -15px;
            border: none;
            border-bottom: 1px solid #0c1b21;
            background: none;
            color: #0c1b21;
        }
        .searchform-container input[type="submit"] {
            margin-top: -15px;
            margin-bottom: 15px;
            margin-left: 5px;
            padding-top: 10px;
            padding-bottom: 9px;
        }

.nav-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: 35px;
}
    .nav-icon span {
        font-size: 14px;
        color: #1f4353;
        letter-spacing: 1px;
        margin-top: -5px;
        float: left;
        opacity: 1;
        transition: 0.4s;
    }

    .bar1, .bar2, .bar3 {
        width: 40px;
        height: 2px;
        background-color: #1b3e4f;
        margin-bottom: 5px;
        transition: 0.4s;
    }

    .nav-close {
    }
        .nav-close .bar1 {
            -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-9px, 6px);
            margin-top: 3px;
            margin-left: 2px;
        }

        .nav-close .bar2 { opacity: 0; }
        .nav-close span { opacity: 0; }

        .nav-close .bar3 {
            -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-8px, -8px);
            bottom: 13px;
            position: absolute;
            margin-bottom: 0px;
        }

@media (min-width: 600px) {
    .page-header {
        position: absolute;
        top: 0px;
        z-index: 9999;
        width: 100%;
    }
    .header-top {
        height: 60px;
    }

        .logo {
            left: 9px;
            top: 10px;
            width: 160px;
            height: 160px;
        }

        .header-icons {
            float: right;
            margin-top: 15px;
            margin-right: 8px;
        }
            .header-icons a {
                float: left;
                margin: 0px 10px;
            }
                .header-icons a.hi-fb {
                    width: 11px;
                    height: 27px;
                    background: url('../img/icons/facebook.png') no-repeat center;
                }
                .header-icons a.hi-fb:hover { background: url('../img/icons/facebook-hover.png') no-repeat center; }

                .header-icons a.hi-tw {
                    width: 28px;
                    height: 27px;
                    background: url('../img/icons/twitter.png') no-repeat center;
                }
                .header-icons a.hi-tw:hover { background: url('../img/icons/twitter-hover.png') no-repeat center; }

                .header-icons a.hi-in {
                    width: 20px;
                    height: 27px;
                    background: url('../img/icons/instagram.png') no-repeat center;
                }
                .header-icons a.hi-in:hover { background: url('../img/icons/instagram-hover.png') no-repeat center; }

                .header-icons a.hi-tk {
                    width: 71px;
                    height: 27px;
                    background: url('../img/icons/the-knot.png') no-repeat center;
                }
                .header-icons a.hi-tk:hover { background: url('../img/icons/the-knot-hover.png') no-repeat center; }

                .header-icons a.hi-ww {
                    width: 18px;
                    height: 27px;
                    background: url('../img/icons/wedding-wire.png') no-repeat center;
                }
                .header-icons a.hi-ww:hover { background: url('../img/icons/wedding-wire-hover.png') no-repeat center; }

                .header-icons a.hi-ta {
                    width: 39px;
                    height: 27px;
                    background: url('../img/icons/trip-advisor.png') no-repeat center;
                }
                .header-icons a.hi-ta:hover { background: url('../img/icons/trip-advisor-hover.png') no-repeat center; }

        .search-sm {
            background: #6fadba;
            cursor: pointer;
            margin-top: 8px;
            width: 39px;
        }
            .search-sm:hover { background: #1f4353; }

    .header-bottom {
        height: 70px;
    }

        .book-now  {
            position: absolute;
            width: auto;
            left: auto;
            right: 72px;
            top: 75px;
            background: #2b2d3c;
            padding: 8px 20px 10px 20px;
        }

        .click-call {
            position: absolute;
            top: 80px;
            right: 215px;
            font-size: 18px;
            letter-spacing: 2px;
            color: #1b3e4f;
        }
        .menu-icon {
            margin-top: 21px;
        }

    .searchform-container {
        top: 131px;
        padding-top: 30px;
    }

    .nav-icon {
        margin-top: 22px;
    }
}

@media (min-width: 1025px) {

    .header-top {
        height: 70px;
    }

        .logo {
            left: 9px;
            top: 10px;
            width: 185px;
            height: 185px;
        }

        .header-icons {
            margin-top: 20px;
            float: left;
        }
        .search-sm {
            margin-top: 15px;
        }

        .book-now  {
            position: relative;
            right: 22px;
            top: 15px;
            background: none;
            border: 1px #fff solid;
            padding: 8px 20px 9px 20px;
            margin-left: 10px;
        }
            .book-now:hover  {
                background: #6fadba;
                border: 1px #6fadba solid;
            }

        .click-call {
            position: relative;
            top: 22px;
            right: 40px;
            color: #fff;
        }
        .click-call:hover { color: #6fadba; }

        .searchform-container {
            top: 141px;
            padding-top: 0px;
        }
            .searchform-container input[type="search"] {
                width: calc(100% - 400px);
                margin-top: -15px;
            }
            .searchform-container input[type="submit"] {
                margin-left: 15px;
            }
}

/**
 * Navigation
 */

.nav-primary {
    padding: 50px 18px 20px 18px;
    background: #f7f6f1;
    float: left;
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-top: 20px;
    display: none;
}

    .nav-primary ul {
        list-style: none;
        padding: 0px;
    }
        .nav-primary ul li {
            display: block;
            position: relative;
            padding: 5px 0px;
        }
            .nav-primary ul li a {
                color: #1f4353;
                font-size: 16px;
                line-height: 16px;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-family: 'Neuton', serif;
                font-weight: 700;
            }
            .nav-primary ul li:hover > a,
            .nav-primary ul li.current-page-ancestor a,
            .nav-primary ul li.current_page_item > a {
                color: #66a2ad;
            }


.sub-menu-toggle {
    position: absolute;
    right: 0px;
    top: 10px;
    transition: all 0.4s ease;
    padding: 5px;
    width: 20px;
    height: 20px;
}
    .icon-arrow-down::after {
        content: '';
        position: absolute;
        top: 6px;
        right: 2px;
        width: 15px;
        height: 9px;
        background: url('../img/icons/mob-nav-arrow.png') center no-repeat;
        transition: all 0.4s ease;
    }
    .icon-arrow-down.js-toggled::after {
        transform: rotateZ(180deg);
        right: 2px;
    }




@media (min-width: 600px) {
    .nav-primary {
        padding: 20px 20px 20px 20px;
        margin-top: 8px;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1025px) {
    .nav-primary {
        padding: 22px 0px;
        float: right;
        width: auto;
        margin: 0px;
        display: inline-block !important;
    }

        .nav-primary ul {
            margin: 0px;
        }
        .nav-primary ul li {
            display: inline-block;
            margin-left: 12px;
            margin-top: 0px;
            padding: 0px;
        }
            .nav-primary ul li a {
                letter-spacing: 1px;
            }
        .nav-primary > ul > li:last-child {
            display: none;
        }

    .stickyheader {
        position: fixed;
        width: 100%;
        background-color: #f7f6f1;
        top: -100px;
        opacity: 0;
        height: 70px;
    }
    .stickyheaderShow {
        top: 0px;
        opacity: 1;
    }
        .stickyheader .sticky-logo {
            margin-top: 13px;
            margin-left: 20px;
            float: left;
        }
        .stickyheader .sticky-logo img {
            height: 45px;
        }
}

@media (min-width: 1200px) {

    .nav-primary ul li {
        margin-left: 30px;
    }
        .nav-primary ul li a {
            letter-spacing: 2px;
        }
}

@media (min-width: 1310px) {

    .nav-primary ul li {
        margin-left: 48px;
    }
}

/**
 * Sub-navigation
 */
.sub-menu {
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    margin-top: 0px;
}

ul.sub-menu.js-toggled {
    height: auto;
    overflow: visible;
    opacity: 1;
    padding-top: 10px;
}
    ul.sub-menu li:first-child {
        border-top: 2px #6fadba solid;
    }
    ul.sub-menu li {
        padding: 2px 20px;
    }
        ul.sub-menu li a {
            text-transform: capitalize;
            font-family: 'Neuton', serif;
            font-size: 15px;
            letter-spacing: 1px;
        }

@media (min-width: 1025px) {

    ul.sub-menu {
        position: absolute;
        left: -15px;
        padding: 0px;
        background-color: #f7f6f1;
        overflow: hidden;
        opacity: 0;
        height: 0;
        width: auto;
        min-width: 150px;
    }
        ul.sub-menu li {
            margin: 0px;
            border-bottom: none;
            background-color: #f7f6f1;
            display: block;
            padding: 0px;
        }
            ul.sub-menu li a {
                color: #1f4353;
                width: 100%;
                float: left;
            	margin: 15px 30px 0px 15px;
            }

        ul.sub-menu li:hover {
        }
        ul.sub-menu li a:hover,
        .nav-primary ul.sub-menu li.current-page-ancestor > a,
        .nav-primary ul.sub-menu li.current_page_item > a {
            color: #6fadba;
        }



    .nav-primary ul li:hover > .sub-menu {
        opacity: 1;
        overflow: visible;
        height: auto;
        padding: 22px 0px 15px 0px;
    }
}

/**
 * Slick Slide
 */

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

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

.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;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.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-dots {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: auto;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
}

    .slick-dots li {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0px 6px;
        background: transparent;
        border: 1px #fff solid;
        background: #fff;
        cursor: pointer;
    }

    .slick-dots .slick-active {
        background: #5aa9ba;
        border: 1px solid #5aa9ba;
    }

    .slick-dots li button {
        display: none;
    }



.home .slick-prev:before, .home .slick-next:before,
.pg-slider .slick-prev:before, .pg-slider .slick-next:before {
    position: absolute;
        width: 46px;
        height: 46px;
        content:  url('../img/icons/arrow-left-light.png');
        background-repeat: no-repeat;
        background-position: center;
        top: 285px;
        left: 0px;
}

.home .pg-slider .slick-prev:before,
.home .pg-slider .slick-next:before{
    top: 0;
}

.home .pg-slider .slick-prev,
.home .pg-slider .slick-next{
    top: 50%;
    transform: translateY(-50%);
        width: 46px;
    height: 46px;
}

.home .slick-next:before ,
.pg-slider .slick-next:before {
    left: auto;
        right: 0px;
        content: url('../img/icons/arrow-right-light.png');
}

.home .slick-prev:before, .home .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home .slick-prev{
  left: 0
}

.home .slick-next{
  right: 0
}
.home .slick-prev,
.home .slick-next {
    z-index: 999;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 10%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.pg-slider .slick-next,
.pg-slider .slick-prev{
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.pg-slider .slick-next:before,
.pg-slider .slick-prev:before{
    top: 0;
}

.pg-slider .slick-next{
    right: 0;
}
/**/





/**
 * Masthead
 */

.masthead {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 295px;
}
    .masthead--slideshow {
        float: left;
        width: 100%;
        height: 295px;
    }
    .ms_item {
        float: left;
        width: 100%;
        height: 295px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .ms_data-wrapper {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border: 1px rgba(43, 45, 60, .9) solid;
        margin-top: 90px;
    }

        .ms_data {
            float: left;
            width: 100%;
            background-color: rgba(43, 45, 60, .9);
            padding: 10px 0px;
        }
            .ms_data .h1 {
                font-size: 28px;
                line-height: 30px;
                text-shadow: 2px 3px 10px #000000;
            }
            .ms_data h4 {
                font-size: 15px;
                line-height: 20px;
                text-transform: uppercase;
                color: #fff;
                text-shadow: 2px 3px 10px #000000;
            }
            .ms_data .btn {
                margin: 5px 0px;
                color: #fff;
                padding: 7px 40px 9px 40px;
            }
                .ms_data .btn:hover {
                    background: #fff;
                    color: #5aa9ba;
                }

    .slick-dots { display: none !important; }

.masthead--style {
    height: 230px;
    float: left;
    width: 100%;
    position: relative;
    background: #191a1a;
    z-index: 2;
}
    .masthead--style div {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        left: 0px;
        z-index: -1;
        opacity: .4;
    }

    .masthead--style h1 {
        color: #fff;
        margin-top: 117px;
        font-size: 38px;
        line-height: 30px;
    }

@media (min-width: 600px) {
    .masthead,
    .masthead--slideshow,
    .ms_item {
        height: 530px;
    }

        .ms_data-wrapper {
            margin-top: 210px;
        }
            .ms_data {
                padding: 40px 0px;
            }
                .ms_data .h1 {
                    font-size: 48px;
                    line-height: 55px;
                    margin-bottom: 15px;
                }

                .ms_data h4 {
                    font-size: 20px;
                    line-height: 24px;
                    margin-bottom: 5px;
                }
                .ms_data .btn {
                    padding: 8px 40px 10px 40px;
                }

    .masthead--slideshow .slick-dots {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .masthead--style {
        height: 295px;
    }

        .masthead--style h1 {
            margin-top: 190px;
        }
}

@media (min-width: 1025px) {

    .masthead,
    .masthead--slideshow,
    .ms_item {
        height: 753px;
    }

        .ms_data-wrapper {
            margin-top: 275px;
            width: auto;
            max-width: 100%;
        }
            .ms_data {
                padding: 40px 20px;
            }
                .ms_data .h1 {
                    font-size: 50px;
                    line-height: 70px;
                    margin-bottom: 20px;
                }

				.ms_date .h1.fancy {
					font-size: 68px;
				}

                .ms_data h4 {
                    font-size: 22px;
                    line-height: 24px;
                    margin-bottom: 5px;
                }
                .ms_data .btn {
                    padding: 10px 20px 12px 20px;
                    font-size: 22px;
                }

    .masthead--slideshow .slick-dots {
        margin-bottom: 60px !important;
    }

    .masthead--style {
        height: 330px;
    }

        .masthead--style h1 {
            margin-top: 200px;
            font-size: 50px;
            line-height: 70px;
        }
}


@media (min-width: 1200px) {
    .ms_data {
        padding: 40px 50px;
    }
}

/**
 * Page-content
 */

main {
    position: relative;
    z-index: 1;
}
.page-content {
    background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
    .page-content p {
        text-align: justify;
       /* display: inline-block;*/
    }
        .page-content p .btn {
            margin-top: 5px;
        }

.space-sep {
    float: left;
    width: 100%;
    height: 145px;
    background: transparent;
}

.pagedata {
    background: url('../img/gray-background.jpg') repeat;
}
    .pagedata h2 {
        margin-top: 20px;
    }
    .pagedata h2:first-child,
    .pagedata h4 + h2 {
        margin-top: 0px;
    }

.addl-content {
    background: url('../img/gray-background.jpg') repeat;
    text-align: center;
}

.addl-content.intro-section {
	background: #fff;
}

.addl-content + .addl-content {
    /*padding-top: 0px;*/
	margin-top: -30px;
}

.addl-content.intro-section + .addl-content.textured-bg {
    padding-top: 80px;
	margin-top: 0;
}

    .addl-content .addl-content-img {
        margin-top: 30px;
    }

    .addl-content .btn {
        margin-top: 30px;
    }

    .addl-content li {
        text-align: left;
    }

    .addl-content h3 {
        margin-top: 30px;
    }
    .addl-content h4 {
        margin-top: 30px;
    }
    .addl-content h4:first-child {
        margin-top: 0px;
    }

@media (min-width: 600px) {
    .space-sep {
        height: 200px;
    }
    .addl-content {
        text-align: left;
    }

    .addl-content .addl-content-img {
        margin: 0 auto;
        margin-top: 30px;
    }

    .addl-content .btn-primary {
        margin-right: 10px;
    }
}
@media (min-width: 1025px) {
    .page-content {
        padding: 80px 0px;
    }
    .space-sep {
        height: 560px;
    }

    .addl-content .addl-content-img {
        margin-top: 33px;
        margin-left: 20px;
    }

    .addl-content h3 {
        margin-top: 0;
    }

	.text-padding {
    	padding-right: 60px;
	}
}


/**
 * Homepage
 */

.welcome-section {
    text-align: center;
}
    .ws-title p {
        display: none;
    }

    .wm_cta {
        margin-top: 50px;
        width: 100%;
    }
        .wm_cta-left,
        .wm_cta-right {
           width: 100%;
        }
        .wm_cta-links {
            float: left;
            width: 100%;
            height: 166px;
            position: relative;
            background-color: #0c1b21;
            margin-bottom: 18px;
        }
            .wm_cta-bg {
                position: absolute;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                opacity: .9;
            }
            .wm_cta h4 {
                color: #fff;
                position: absolute;
                bottom: 10px;
                right: 10px;
                letter-spacing: 2px;
            }


        .wm_border {
            position: absolute;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
            top: 8px;
            left: 8px;
            border: 1px #fff solid;
            opacity: 0;
        }

.wedding-events {
    border: 1px #fff solid;
    padding: 30px 15px;
    margin: 20px 0px;
    float: left;
}
    .wedding-events p,
    .wedding-events h2,
    .wedding-events h4 { color: #fff; }

.corporate-wm-section {
    background-color: #fff;
    padding-bottom: 50px;
}

    .corporate-wm-section .wm_cta{
        margin-top: 0;
    }

    .corporate-wm-section .wm_cta-bg,
    .corporate-wm-section .wm_cta-links {
        height: 150px;
    }

@media (min-width: 600px) {

    .wm_cta-left,
    .wm_cta-right {
        width: calc(50% - 9px);
    }
        .wcl1 {
            width: 100%;
            height: 200px;
        }
        .wcl2 {
            width: 80%;
            height: 201px;
            float: right;
        }
        .wcl3 {
            width: calc(60% - 9px);
            height: 510px;
        }
        .wcl4 {
            width: calc(40% - 9px);
            height: 420px;
            float: right;
        }

    .wedding-events {
        padding: 30px 25px;
        margin: 20px 20px;
        float: left;
    }

    .corporate-wm-section .wm_cta-bg,
    .corporate-wm-section .wm_cta-links {
        height: 250px;
    }
}

@media (min-width: 768px) {

    .wcl3 {
        width: calc(50% - 9px);
        height: 510px;
    }
    .wcl4 {
        width: calc(50% - 9px);
        height: 420px;
        float: right;
    }
    .wm_cta h4 {
        bottom: 15px;
        right: 15px;
    }
}

@media (min-width: 1025px) {

    .welcome-section {
        text-align: right;
        padding-bottom: 50px;
    }

        .ws-title {
            padding-right: 24px;
        }

            .ws-title p {
                display: inline-block;
            }

        .ws-info .btn { display: none; }
        .ws-info p {
            padding: 0px 18px;
        }
        .ws-info p:first-child {
            margin-top: -3px;
        }

        .wm_cta-left {
            width: calc(60% - 9px);
        }
        .wm_cta-right {
            width: calc(40% - 9px);
        }

        .wm_cta h4 {
            bottom: 25px;
            right: 25px;
        }
        .wcl3 h4 {
            right: 10px;
        }

        .wm_cta-links:hover > .wm_border {
            opacity: 1;
        }
        .wm_cta-links:hover > .wm_cta-bg {
            opacity: .7;
        }

    .wedding-events {
        padding: 40px 40px;
        margin: 0px;
        width: 38%;
    }
    .we-images {
        float: left;
        width: calc(62% - 60px);
        margin-left: 60px;
        background-color: #f00;
        position: relative;
    }
        .we-images div {
            position: absolute;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 0px;
        }
            .we-images div.we-img-1 {
                width: 220px;
                height: 125px;
                left: 145px;
            }
            .we-images div.we-img-2 {
                width: 195px;
                height: 130px;
                top: 145px;
            }
            .we-images div.we-img-3 {
                width: 150px;
                height: 205px;
                top: 145px;
                left: 215px;
            }
            .we-images div.we-img-4 {
                width: 165px;
                height: 255px;
                top: 95px;
                left: 385px;
            }
            .we-images div.we-img-5 {
                width: 160px;
                height: 150px;
                top: 295px;
                left: 35px;
            }
            .we-images div.we-img-6 {
                width: 255px;
                height: 170px;
                top: 370px;
                left: 215px;
            }

    .corporate-wm-section .wm_cta-bg,
    .corporate-wm-section .wm_cta-links {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .wedding-events {
        width: 45%;
    }

    .we-images {
        width: calc(55% - 60px);
    }
}



@media (min-width: 1300px) {
    .wm_cta h4 {
        font-size: 24px;
        letter-spacing: 3px;
    }
    .wcl3 h4 {
        right: 20px;
    }

    .wedding-events {
        width: 50%;
    }

    .we-images {
        width: calc(50% - 60px);
    }
}

@media (min-width: 1400px) {

    .we-images div.we-img-1 {
        width: 270px;
        height: 175px;
        left: 225px;
    }
    .we-images div.we-img-2 {
        width: 275px;
        height: 180px;
        top: 195px;
    }
    .we-images div.we-img-3 {
        width: 200px;
        height: 255px;
        top: 195px;
        left: 295px;
    }
    .we-images div.we-img-4 {
        width: 240px;
        height: 355px;
        top: 95px;
        left: 515px;
    }
    .we-images div.we-img-5 {
        width: 160px;
        height: 150px;
        top: 395px;
        left: 115px;
    }
    .we-images div.we-img-6 {
        width: 315px;
        height: 200px;
        top: 470px;
        left: 295px;
    }

    .wedding-events {
        margin-top: 40px;
    }

    .we-images {
        min-height: 670px;
        background-color: transparent;
    }

    .wedding-events {
        width: 39%;
    }

    .we-images {
        width: calc(61% - 60px);
    }
}

@media (min-width: 1716px) {
    .wedding-events {
        width: 50%;
    }

    .we-images {
        width: calc(50% - 60px);
    }

}


.cta-links {
    margin-top: 60px;
}
    .cta-link {
        float: left;
        width: 100%;
        height: 180px;
        position: relative;
        background-color: #0c1b21;
        margin-bottom: 18px;
    }
        .cta-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
            opacity: .7;
        }
            .cta-text {
                float: left;
                width: calc(100% - 16px);
                height: 164px;
                margin-top: 8px;
                margin-left: 8px;
                position: relative;
                z-index: 1;
            }
            .cta-text h4 {
                color: #fff;
                font-size: 20px;
                line-height: 22px;
            }


@media (min-width: 600px) {

    .cta-text {
        width: calc(100% - 22px);
        height: calc(100% - 22px);
        margin-top: 11px;
        margin-left: 11px;
        padding: 0px 100px;
        text-align: center;
    }
    .cta-links {
        margin-top: 50px;
    }
        .cta-link {
            margin-right: 18px;
        }
            .cl1 {
                width: calc(45% - 34px);
                height: 280px;
                margin-top: 74px;
            }
            .cl2 {
                width: calc(55% - 34px);
                height: 354px;
            }
            .cl3 {
                width: calc(65% - 19px);
                height: 205px;
            }
            .cl4 {
                width: calc(35% - 19px);
                height: 135px;
            }

            .cta-text {
                padding: 0px 10px;
                opacity: 1;
            }
            .cta-bg {
                opacity: .7;
            }
            .cta-nolink .cta-bg {
                opacity: 1;
            }

        .cta-link .cta-bg {
            opacity: .3;
        }
        .cta-nolink .cta-bg { opacity: 1; }
        .cta-link > .cta-text {
            border: 1px #fff solid;
        }
}

@media (min-width: 768px) {

    .cl1 {
        height: 370px;
        margin-top: 134px;
    }
    .cl2 {
        height: 504px;
    }
    .cl3 {
        height: 285px;
    }
    .cl4 {
        height: 215px;
    }

}

@media (min-width: 1025px) {
    .cta-links {
        margin-top: 0px;
    }
    .cl1 {
        width: calc(45% - 54px);
        height: 370px;
        margin-top: 134px;
    }
    .cl2 {
        width: calc(55% - 54px);
        height: 504px;
    }
    .cl3 {
        width: calc(65% - 34px);
        height: 285px;
    }
    .cl4 {
        width: calc(35% - 34px);
        height: 215px;
    }

    .cta-last {
    	width: calc(80% + 52px);
	}

    .cta-link .cta-bg {
        opacity: .7;
    }
    .cta-nolink .cta-bg {
        opacity: 1;
    }

    .cta-link .cta-text {
        border: none;
    }
    .cta-link:hover .cta-bg {
        opacity: .3;
    }
    .cta-nolink:hover .cta-bg { opacity: 1; }
    .cta-link:hover > .cta-text {
        border: 1px #fff solid;
    }

}


/**
 * Photo gallery
 */

.photo-gallery {
    padding: 12px 0px;
    height: 124px;
    float: left;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background: #fff;
}
    .pg-slider {
        float: left;
        width: 100%;
        position: relative;
    }
    .photo-gallery a {
        width: 162px;
        height: 100px;
        position: relative;
        float: left;
        margin: 0px 6px;
        background: #0c1b21;
    }
        .photo-gallery a .pg_img {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
        .photo-gallery a img {
            position: absolute;
            top: calc(50% - 11px);
            left: calc(50% - 19px);
            opacity: 0;
        }

    .photo-gallery a:hover > .pg_img { opacity: .3; }
    .photo-gallery a:hover > img { opacity: 1; }

.pg-main {
    height: auto;
}
    .pg-slider-main {
        margin-top: 50px;
        margin-bottom: 50px;
    }
        .pg-slider-main div {
            width: 100%;
        }
        .pg-slider-main div img {
            display: inline-block !important;
        }

    .pg-prev,
    .pg-next {
        position: absolute;
        top: calc(50% - 23px);
        left: 0px;
        cursor: pointer;
        z-index: 999;
    }
    .pg-next {
        left: auto;
        right: 0px;
    }

@media (min-width: 600px) {
    .photo-gallery {
        padding: 10px 0px;
        height: 120px;
    }
        .photo-gallery a {
            margin: 0px 5px;
        }
    .pg-main {
        height: auto;
    }
        .pg-prev,
        .pg-next {
            left: -60px;
        }
        .pg-next {
            left: auto;
            right: -60px;
        }
}

@media (min-width: 1025px) {
    .photo-gallery {
        height: 223px;
        padding: 18px 0px;
    }
        .photo-gallery a {
            width: 310px;
            height: 187px;
            margin: 0px 9px;
        }
    .pg-main {
        height: auto;
    }
        .pg-slider-main {
            margin-top: 50px;
            margin-bottom: 70px;
        }
        .pg-prev,
        .pg-next {
            left: -80px;
        }
        .pg-next {
            left: auto;
            right: -80px;
        }
}


/**
 * Bottom content
 */

.bottom-content {
   /* background: url('../img/footer-top_bg.png') repeat center #f7f6f1;*/
	background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 60px 0px 70px 0px;
    float: left;
    width: 100%;
}
    .bottom-content p {
        text-align: justify;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .bottom-content ul {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .bottom-content h2 {
        margin-bottom: 25px;
    }

	.bottom-content .content-image {
		margin-bottom: 30px;
	}

    .bottom-content .btn {
        width: 100%;
        font-size: 22px;
        font-family: 'Neuton', serif;
        padding: 10px 20px 12px 20px;
        text-align: center;
    }

    .fc-icon {
        text-align: center;
        margin-top: 25px;
		display: none;
    }
        .fc-icon p {
            margin-top: 15px;
            margin-bottom: 0px;
            text-align: center;
            color: #454747;
            font-size: 14px;
            text-transform: capitalize;
        }

        .fc-icon a {
            display: inline-block;
            margin-bottom: 25px;
        }

            .fc-icon a span {
                display: inline-block;
                width: 120px;
                height: 120px;
                background: url(../img/icons/catering-icon.png) no-repeat center #2b2d3c;
                border-radius: 50%;
            }
            .fc-icon a:hover > span {
                background: url(../img/icons/catering-icon.png) no-repeat center #6fadba;
            }


    .read-blog {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #0c1b21;
    }

.form-sidebar .read-blog {
	display: block;
    height: 200px;
}

	.home .read-blog {
		height: 200px;
	}
        .read-blog div {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            opacity: .7;
        }
        .read-blog h4 {
            position: absolute;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            top: 10px;
            left: 10px;
            border: 1px #fff solid;
            text-align: center;
            font-size: 20px;
            color: #fff;
            padding-top: 80px;
        }

    .read-blog:hover > div { opacity: .3; }

@media (min-width: 600px) {
    .fc-icon p {
        font-size: 20px;
    }
}

@media (min-width: 1025px) {

    .bottom-content {
        padding: 80px 0px 90px 0px;
    }
        .fc-icon {
            margin-top: 15px;
        }
            .fc-icon a {
                margin-bottom: 40px;
            }

    .testimonial-slider {
        border: 1px #b0b5b5 solid;
        padding: 30px 30px 30px 30px;
        float: left;
        width: 100%;
        position: relative;
		height: 100%;
    }

	.home .testimonial-slider {
		margin-top: 20px;
    	height: auto;
	}

	.flex-row {
		display: flex;
	}
        .testimonial-slider h4 {
            margin-bottom: 10px;
            color: #454747;
        }
        .testimonial-slider p {
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            margin-bottom: 10px;
            padding: 0 7px;
        }
        .testimonial-slider p.t-name {
            letter-spacing: 3px;
            margin-bottom: 20px;
        }
        .testimonial-slider .slick-dots {
            bottom: -47px;
            display: block !important;
        }

            .testimonial-slider .slick-dots li {
                width: 9px;
                height: 9px;
                margin: 0px 4px;
                border: 1px #b0b5b5 solid;
                background: #fff;
            }

            .testimonial-slider .slick-dots .slick-active {
                background: #b0b5b5;
                border: 1px solid #b0b5b5;
            }
}


/**
 * Testimonials
 */

.page-id-527 .testimonial-image {
    max-width: 300px;
    float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.page-id-527 .testimonial-row img + p {
	margin-top: 0;
}

.page-id-527 .page-id-527 p.t-name {
    margin-top: 10px;
    font-weight: bold;
}

.page-id-527 .row.testimonial-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.home .testimonial-slider p.t-name {
	margin-bottom: 0;
}

/**
 * Package content
 */


.section--package .package-title {
    font-size: 18px;
    color: #0c1b22;
    letter-spacing: 2px;
    background-color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 15px 50px;
}

.section--package .package-title br{
  display: none;
}



        .section--package p {
            text-align: justify;
            text-align-last: center;
            background-color: #fff;
            margin: 0;
            padding: 15px 20px 25px 20px;
        }

        .section--package .package-perk {
            font-family: 'Lato', sans-serif;
            background-color: #0c1b22;
            display: block;
            padding: 13px 0;
			color: #fff;
            border-bottom: 1px solid #fff;
            font-size: 14px;
        }

        .section--package .btn-primary {
            width: 100%;
            margin: 0;
        }
.package-slider_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
    .package-slider {
        float: left;
        width: 100%;
    }
        .ps-img {
            width: 100%;
            background-size: cover;
            height: 280px;
        }

    .ps-next,
    .ps-prev {
        position: absolute;
        width: 46px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: center;
        top: 285px;
        left: 0px;
    }
    .ps-next {
        left: auto;
        right: 0px;
    }

    .ps-next span,
    .ps-prev span {
        display: none;
    }

@media (min-width: 600px) {

    .section--package .package-title {
        padding: 15px 20px;
    }
    .package-slider {
        width: calc(100% - 260px);
        margin-left: 130px;
    }
    .ps-item {
        padding: 0px 10px;
        float: left;
    }

    .ps-next,
    .ps-prev {
        position: absolute;
        padding: 15px;
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
        padding: 15px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
		border: 1px solid #ccc;
    }
        .ps-next span,
        .ps-prev span {
            display: block;
			color: #000;
        }
}

@media (min-width: 768px) {
    .package-slider {
        width: calc(100% - 360px);
        margin-left: 180px;
    }
    .ps-next,
    .ps-prev {
        width: 150px;
        height: 150px;
        top: calc(50% - 75px);
    }
	.ps-next:before {
		content: '';
		background: url(../img/icons/arrow-right-light.png);
		height: 50px;
		width: 50px;
		display: inline-block;
		z-index: 900;
		margin: 0 auto;
		margin-top: 10px;
		filter: invert(100%);
	}

	.ps-prev:before {
		content: '';
		background: url(../img/icons/arrow-left-light.png);
		height: 50px;
		width: 50px;
		display: inline-block;
		z-index: 900;
		margin: 0 auto;
		margin-top: 10px;
		filter: invert(100%);
	}
}

@media (min-width: 1025px) {
    .section--package .package-title {
        font-size: 25px;
    	font-weight: bold;
    }

    .section--package .package-perk {
        font-size: 16px;
    }

        .ps-item {
            padding: 0px 20px;
            float: left;
        }

}

/*
* Blog listing
*/

.blog-listing .btn {
    margin-top: 30px;
}

.blog-item {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    float: left;
}
    .feat-blog {
        margin-top: 0px;
    }

    .blog-item h3 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 0px;
    }
    .feat-blog.blog-item h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .blog-item a { color: #1f4353; }
    .blog-item a:hover { color: #66a2ad; }


    .blog-thumb {
        float: left;
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: center;
        background-color: #191a1a;
        position: relative;
        margin-top: 20px;
    }
        .blog-thumb::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .4);
            top: 0px;
            left: 0px;
            opacity: 0;
        }
        .blog-thumb:hover::before { opacity: 1; }

    .blog-data {
        float: left;
        width: 100%;
    }

        .blog-data p {
            margin-top: 20px;
        }

        .blog-data p.read-more {
            border-top: 1px #696969 solid;
            border-bottom: 1px #696969 solid;
            padding: 10px 0px;
            width: 100%;
            margin-top: 30px;
            float: left;
            color: #1f4353;
            text-transform: uppercase;
        }
            .blog-data p.read-more a {
                text-decoration: none;
            }

.blog-share-icons {
    float: left;
    margin-top: 30px;
}
.blog-share-icons h4 {
    float: left;
}
.blog-share-icons a {
    float: left;
    margin-left: 10px;
    color: #6fadba;

}
    .blog-share-icons a span {
        font-size: 26px;
        color: #6fadba;
    }
    .blog-share-icons a:hover span {
        color: #1f4353;
    }



@media (min-width: 768px) {
    .blog-item h3 {
        min-height: 55px;
    }
    .feat-blog-info h3 {
        height: auto;
    }

    /* Search override */
    .search-item .blog-data p{
        margin-top: 0px;
    }
    .search-item .blog-data p:first-child {
        height: 80px;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {

    .blog-thumb {
        height: 200px;
        margin-top: 30px;
    }
    .feat-blog {
        margin-bottom: 30px;
    }
    .blog-thumb span {
        font-size: 28px;
        margin-top: 40px;
        padding: 5px 30px;
    }

    .feat-blog-thumb { height: 300px; }
}

.widget {
    border: 1px #b0b5b5 solid;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-bottom: 10px;

}

.forms .widget {
    -webkit-box-shadow: 0 0 27px #dedede;
    box-shadow: 0 0 27px #dedede;
}
    .widget h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 15px 20px 8px 20px;
        margin: 0px;
        color: #1f4353;
    }

    .widget .screen-reader-text { display: none; }

    .widget select {
        color: #656969;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        padding: 5px 10px;
        margin: 15px 20px;
        width: calc(100% - 40px);
        border: 1px #b0b5b5 solid;
        font-family: 'Lato', sans-serif;
    }

    .widget .search-form {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
    }

        .widget .search-field {
            float: left;
            width: calc(100% - 150px);
            padding: 8px 10px;
            margin-left: 20px;
            box-shadow: none;
            border: 1px #b0b5b5 solid;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
        }

        .widget .search-submit {
            background: #6fadba;
            border: none;
            width: 80px;
            padding: 10px;
            float: left;
            font-family: 'Lato', sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            margin-left: 6px;
            color: #fff;
        }
            .widget .search-submit:hover {
                background: #1f4353;
            }

    .widget ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
        .widget ul li {
            padding: 0px 10px;
        }
        .widget ul li:hover {
        }
            .widget ul li a {
                color: #1f4353;
                font-size: 16px;
                line-height: 22px;
                display: block;
                padding: 6px 10px 6px 10px;
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                position: relative;
            }
            .widget ul li a:before {
                content: '';
                display: inline-block;
                width: 17px;
                height: 7px;
                margin-top: 5px;
                margin-right: 5px;
                background: url('../img/link-arrow.png') no-repeat;
            }
            .widget ul li:hover a {
                color: #66a2ad;
            }


.widget_search {
    margin-top: 50px;
}

.page-sidebar {
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .widget_search {
        margin-top: 0px;
    }
}


/*---- Calendar ----*/

h1.tribe-events-page-title {
    color: #0c1b21;
	font-size: 45px;
}

.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
    background-color: #6fadba;
}

.tribe-events-month-event-title a,
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	color: #0c1b21;
	text-transform: none;
}

.tribe-bar-disabled {
    float: left;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type='text'] {
	border: 1px solid #ccc;
    padding: 5px;
}

.tribe-bar-disabled .tribe-bar-views-inner {
    padding: 5px 0 5px;
}

h3.tribe-events-list-event-title a,
.tribe-events-read-more {
	 color: #6fadba;
}

li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past a {
    background-image: none;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    background: #6fadba;
}

h2.tribe-events-list-separator-month span {
    padding: 12px 40px;
}


.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
	display: block;
    clear: both;
    overflow: hidden;
	width: 100%;
}

.tribe-bar-disabled {
	width: 100%;
}

#tribe-events-bar .selectric,
#tribe-events-bar .selectric-wrapper {
	display: none;
}

.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
    padding: 0;
    width: 100%;
    margin-bottom: 14px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	font-family: 'Lato', sans-serif;
    color: #656969;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	font-size: 15px;
	letter-spacing: 3px;
    text-transform: uppercase;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 30px;
    margin-top: 20px !important;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #0c1b21;
    font-size: 60px;
}

.tribe-events-schedule h2 {
	font-family: 'Neuton', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

#tribe-events-content a,
.tribe-events-event-meta a {
	    color: #5aa9ba;
}

@media (min-width: 768px) {
	.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
		display: inline-block;
		clear: none;
		overflow: hidden;
		width: 70%;
	}
}

@media (min-width: 1024px) {
	.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
		width: 20%;
	}
}

#tribe-bar-views {
    display: none !important;
}

#tribe-bar-form {
    padding: 10px;
}

.tribe-events-tooltip {
    padding: 20px;
    padding-top: 0px;
}

/**
 * Pagination
 */

.wp-pagenavi {
    margin-top: 50px;
    float: left;
}

.previouspostslink,
.nextpostslink,
.wp-pagenavi a,
.wp-pagenavi span {
    width: 49px;
    height: 49px;
    float: left;
    border: 1px #6fadba solid;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 13px;
    margin: 0px;
    margin-right: 1px;
    background-color: #6fadba;
    font-family: 'Lato', sans-serif;
}

.previouspostslink,
.nextpostslink {
    width: 80px !important;
}
.nextpostslink {
    background-image: url('../img/arrow-right.png');
}

    .previouspostslink:hover,
    .nextpostslink:hover,
    .wp-pagenavi a:hover,
    .wp-pagenavi span.current {
        background-color: #1f4353;
        border: 1px #1f4353 solid;
        color: #fff;
    }

@media (min-width: 1025px) {
    .wp-pagenavi {
        margin-top: 80px;
    }
}

/*
* Sitemap
*/

#wp-realtime-sitemap-pages ul,
#wp-realtime-sitemap-posts ul,
#wp-realtime-sitemap-archives ul,
#wp-realtime-sitemap-categories ul {
    margin: 10px 0px;
    list-style: disc;
}

#wp-realtime-sitemap-pages ul li a,
#wp-realtime-sitemap-posts ul li a,
#wp-realtime-sitemap-archives ul li a,
#wp-realtime-sitemap-categories ul li a { color: #656969 ;}

#wp-realtime-sitemap-pages ul li a:hover,
#wp-realtime-sitemap-posts ul li a:hover,
#wp-realtime-sitemap-archives ul li a:hover,
#wp-realtime-sitemap-categories ul li a:hover { color: #0c1b22 ;}

/**
 * Page-footer
 */

.page-footer {
    background: #fff;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

    .footer-top {
        padding: 30px 0px 50px 0px;
        text-align: center;
    }
        .footer-top h4 {
            text-transform: uppercase;
            line-height: 22px;
            margin: 20px 0px 20px 0px;
            letter-spacing: 2px;
        }
        .footer-top img {
            display: inline-block;
        }
    .footer-middle {
        background: #f7f6f1;
        padding: 20px 0px;
    }
        .footer-middle span,
        .footer-middle a {
            color: #1f4353;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .footer-middle span {
            display: block;
        }
        .footer-middle a:hover {
            color: #6fadba;
        }

        .footer-icons {
            margin-top: 25px;
        }

        .footer-icons a {
            display: inline-block;
            margin: 0px 8px;
        }
            .footer-icons a.hi-fb {
                width: 11px;
                height: 27px;
                background: url('../img/icons/facebook-footer.png') no-repeat center;
            }
            .footer-icons a.hi-fb:hover { background: url('../img/icons/facebook-hover.png') no-repeat center; }

            .footer-icons a.hi-tw {
                width: 28px;
                height: 27px;
                background: url('../img/icons/twitter-footer.png') no-repeat center;
            }
            .footer-icons a.hi-tw:hover { background: url('../img/icons/twitter-hover.png') no-repeat center; }

            .footer-icons a.hi-in {
                width: 20px;
                height: 27px;
                background: url('../img/icons/instagram-footer.png') no-repeat center;
            }
            .footer-icons a.hi-in:hover { background: url('../img/icons/instagram-hover.png') no-repeat center; }

            .footer-icons a.hi-tk {
                width: 71px;
                height: 27px;
                background: url('../img/icons/the-knot-footer.png') no-repeat center;
            }
            .footer-icons a.hi-tk:hover { background: url('../img/icons/the-knot-hover.png') no-repeat center; }

            .footer-icons a.hi-ww {
                width: 18px;
                height: 27px;
                background: url('../img/icons/wedding-wire-footer.png') no-repeat center;
            }
            .footer-icons a.hi-ww:hover { background: url('../img/icons/wedding-wire-hover.png') no-repeat center; }

            .footer-icons a.hi-ta {
                width: 39px;
                height: 27px;
                background: url('../img/icons/trip-advisor-footer.png') no-repeat center;
            }
            .footer-icons a.hi-ta:hover { background: url('../img/icons/trip-advisor-hover.png') no-repeat center; }

    .nav-footer  {
        margin-top: 15px;
    }

    .nav-footer ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
        .nav-footer ul li {
            display: inline-block;
        }
        .nav-footer ul li span {
            display: inline-block;
            margin: 0px 2px 0px 5px;
            opacity: .8;
        }
        .nav-footer ul li:last-child span {
            display: none;
        }
            .nav-footer ul li a,
            .copyright {
                color: #656969;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Lato', sans-serif;
                opacity: .8;
            }
                .nav-footer ul li a:hover {
                    opacity: 1;
                }

.newsletter form {
	position: relative;
}
	.newsletter input[type="text"] {
		width: calc(100% - 40px);
		font-size: 16px;
		color: #454747;
		border: 1px #aeb5b5 solid;
		padding: 8px 10px 7px 10px;
		float: left;
		margin-left: 20px;
	}

	.newsletter input[type="submit"] {
	    color: #0c1b21;
	    font-size: 16px;
	    background: #6fadba;
	    padding: 7px 25px 9px 25px;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    display: inline-block;
	    font-family: 'Neuton', serif;
		float: left;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-top: 0px;
	}

	    .newsletter input[type="submit"]:hover {
	        background: #0c1b22;
	        color: #fff;
	    }

	.formError {
		left: 20px !important;
		top: 108px !important;
	}

@media (min-width: 600px) {

    .footer-top {
        text-align: left;
        padding: 50px 0px 60px 0px;
    }
        .footer-top h4 {
            margin: 0px 0px 20px 0px;
        }
        .footer-top img {
            float: right;
        }

        .footer-middle span,
        .footer-middle a {
            display: inline-block;
        }
        .footer-middle span {
            margin-right: 5px;
        }
        .footer-icons {
            margin-top: 20px;
            margin-bottom: 10px;
        }

    .nav-footer  {
        display: inline-block;
    }
        .nav-footer ul li:last-child span {
            display: inline-block;
        }

    .newsletter input[type="text"] {
		width: calc(100% - 145px);
		margin-left: 0px;
		border-right: none;
		max-width: 270px;
	}
	.newsletter input[type="submit"] {
		float: left;
		width: auto;
		margin-left: 0px;
	}
}

@media (min-width: 1025px) {

        .footer-top {
            padding: 35px 0px 60px 0px;
        }
            .footer-top img {
                margin-right: 30px;
            }
            .footer-top h4 {
                margin: 20px 0px 25px 0px;
            }
            .footer-top .btn {
                padding-left: 30px;
                padding-right: 30px;
            }

    .newsletter input[type="text"] {
		width: calc(100% - 165px);
	}

    .newsletter h4 {
    	margin-top: 50px;
    	margin-bottom: -5px;
	}
	.formError {
		left: 0px !important;
		top: 82px !important;
	}
}

/**
 * Print CSS
 */

@media print {

    /* Reset*/
    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    html,
    body {
        page-break-after: avoid;
        page-break-before: avoid;
        height: 99%;
        overflow: hidden;
    }

    h2, h3 {
       /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }

    figure, table {
        /* Avoid breaking figure or table into 2 pages */
        break-inside: avoid;
        page-break-inside: avoid;
    }

    p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }

    a[href]:after {
        /* Show URLs after links */
        content: " (" attr(href) ")";
    }

    /* Grid Styling */

    .container { width: auto; }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666666666666%; }
    .col-sm-10 { width: 83.33333333333334%; }
    .col-sm-9 { width: 75%; }
    .col-sm-8 { width: 66.66666666666666%; }
    .col-sm-7 { width: 58.333333333333336%; }
    .col-sm-6 { width: 50%; }
    .col-sm-5 { width: 41.66666666666667%; }
    .col-sm-4 { width: 33.33333333333333%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.666666666666664%; }
    .col-sm-1 { width: 8.333333333333332%; }

}


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


@-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; }
}

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



/**
 * Positioning
 */

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


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

}

/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
	position: relative;
	cursor: pointer;
    width: calc(100% - 40px);
    margin: 15px 20px;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #b0b5b5;
	position: relative;
}

.selectric .label {
	display: block;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	margin: 0 38px 0 10px;
 	font-size: 14px;
 	line-height: 35px;
 	color: #444;
 	height: 35px;
	-webkit-user-select: none;
    	-moz-user-select: none;
    		-ms-user-select: none;
        		user-select: none;
    font-family: 'Lato', sans-serif;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #b0b5b5;
	border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #b0b5b5;
}

.selectric-hover .selectric {
  border-color: #b0b5b5;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
	    		user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 8px 10px !important;
	color: #666;
	cursor: pointer;
	background: #fff;
}

.selectric-items li.selected {
	background: #E0E0E0;
}

.selectric-items li.highlighted {
	background: #fff;
}

.selectric-items li:hover {
	background: #f0f0f0;
}
