/*
Theme Name: Wave Orbitz USA with Media Center & Map Destinations
Theme URI: http://www.waveinteractive.com/themes/waveorbitzusa
Author: Wave Interactive
Author URI: http://www.waveinteractive.com/
Description: In Wave Orbitz Travel Blog, you'll create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Orbitz Hotel/Deal finder sidebar widget...  Creating a magazine website with WordPress has never been easier.
Version: 4.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: waveorbitz 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

**************************************************************************************************************************************
********************   NOTE: update hardcoded version number on line 330 of functions.php to clear cache   ***************************
**************************************************************************************************************************************
*/

/*
    *
    * Color Table
    *
    * #04233C  - Blue header and links
    * #00b0ff  - Menu light blue
    *
    * #056cc1  - Footer and page Links
    */


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header Section
 *   4.1 Single Page Parallax banner
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Signup Email
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * 13.0 - Infinite Scroll / Matrix Thumbs / GridContainer
 *    13.1 - Authors A-Z Page Template
 *    13.2 - Authors Landing Page Template
 *    13.3 - Authors Profile Template
 * 15.0 - Hacks
 * 16.0 Travel News Template Page
 * 17.0 Destinations Template Page
 *    17.1 - LGBT Pride Template
 * 18.0 User Guest Post Content
 * 19.0 Promotions Container
 * 20.0 Download App Store Banner
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveticaneue_regular41d.eot'); /* IE9 Compat Modes */
    src: url('fonts/helveticaneue_regular41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/helveticaneue_regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/helveticaneue_regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/helveticaneue_regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueLTStdRoman';
    src: url('fonts/helveticaneueltstd_roman41d.eot'); /* IE9 Compat Modes */
    src: url('fonts/helveticaneueltstd_roman41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/helveticaneueltstd_roman.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/helveticaneueltstd_roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/helveticaneueltstd_roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ededed;
}

body {
    /*background: #ededed url('images/bg-body.png') repeat-x 0 39px;*/
}

a {
    color: #0065b8;
    text-decoration: none;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover,
    a:active {
        outline: 0;
    }

    a:active,
    a:hover {
        color: #edba05;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 36px 0 12px;
    color: #333;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

    blockquote cite,
    blockquote small {
        color: #2b2b2b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled],
        input[disabled] {
            cursor: default;
        }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    -ms-zoom: 1;
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    -ms-zoom: 1;
    zoom: 1;
}

/* Input fields */

.clearFloats {
    clear: both;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
}

input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: #2b2b2b;
    padding: 5px 10px 7px;
}

textarea {
    width: 100%;
}

    input:focus,
    textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.3);
        outline: 0;
    }

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #337ab7;
    border: 0;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    /*vertical-align: bottom;*/
}

    button:hover,
    button:focus,
    .contributor-posts-link:hover,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus {
        background-color: #00b0ff;
        color: #fff;
    }

    button:active,
    .contributor-posts-link:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
        background-color: #00b0ff;
    }



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

    /**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

    .comment-content img[height],
    .entry-content img,
    .entry-summary img,
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"],
    #site-header img {
        height: auto;
    }

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
    /*clear: both;*/
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

    .site-content blockquote.alignleft p,
    .site-content blockquote.alignright p {
        margin-bottom: 17px;
    }

.wp-caption {
    margin-bottom: 24px;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0;
    }

.wp-caption {
    color: #767676;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 1px;
    text-align: center;
}

.single .entry-content p.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.7em;
    font-style: italic;
    line-height: 1.5;
    margin: 3px 0;
    padding-right: 10px;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 0px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: auto;
        line-height: normal;
        padding: 15px 23px 14px;
        position: absolute;
        left: 5px;
        top: 5px;
        text-decoration: none;
        text-transform: none;
        width: auto;
        z-index: 100000; /* Above WP toolbar */
    }

.hide {
    display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.menu-toggle-home-link:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_waveorbitz_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_waveorbitz_ephemera .entry-title:after {
    content: "\0020\007c\0020";
}


.addthis_toolbox {
    display: none;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
    max-width: 1230px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.main-content {
    width: 100%;
}

.error-content p {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    padding: 0 2%;
    text-align: center;
}


/**
 * 4.0 Header Section
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
    min-height: 32px;
}

#site-header {
    position: relative;
    /*z-index: 0;*/
    padding-top: 15px;
    float: left;
    width: 164px;
    height: 31px;
    /*border: 1px solid red;*/
}

.site-header {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    /*font-family: HelveticaNeueLTStdRoman,Arial,Helvetica,sans-serif;*/
    /*max-width: 1230px;*/
    position: relative;
    width: 100%;
    z-index: 4;
    margin: 0 auto;
    background-color: #04233C;
}

.rewardsBadge {
    position: absolute;
    left: 190px;
    top: 20px;
    color: white;
    border-radius: 4.58824px;
    background: #8e0099;
    font-family: "Helvetica Neue",Arial,"Lucida Grande",sans-serif;
    margin: 0;
    box-sizing: border-box;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    padding: 2px 6px;
}

    .rewardsBadge:link,
    .rewardsBadge:visited,
    .rewardsBadge:hover {
        text-decoration: none;
        color: #fff;
    }

.mobile-search {
    display: none;
}

.header-main-topnav {
    clear: left;
    min-height: 54px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 2% 0px 2%;
    position: relative;
    width: 96%;
}

#custom-header {
    height: 30px;
    width: 200px;
    margin-left: 20px;
}

.header-logo {
    float: left;
    width: 130px;
}

.header-main {
    min-height: 90px;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 2%;
    width: 96%;
    position: relative;
    background-color: #04233C;
}

.header-news-authors {
    position: absolute;
    bottom: 9px;
    right: 0px;
    color: #4a708d;
    font-size: .8em;
}

    .header-news-authors a {
        padding: 0px 5px;
        color: #edba05;
    }

        .header-news-authors a:hover {
            color: #00b0ff;
        }


.site-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin: 11px 0px 0px 0px;
}

    .site-title a,
    .site-title a:hover {
        color: #fff;
    }


/* Ultimate Social
   ----------------------------------- */

.header-social-icons {
    position: absolute;
    list-style: outside none none;
    margin: 0px;
    top: 5px;
    right: 0px;
    width: 40%;
    height: 60px;
    text-align: right;
    /*border: 1px solid white;*/
}


    .header-social-icons div.us_fan_count_button {
        padding-top: 5px;
    }



    /**
 *  Ultimate Social Deux plugin
 * -----------------------------------------------------------------------------
 */

    .header-social-icons .social .us_fan_count.rows-1 {
        width: 65px !important;
    }

    .header-social-icons .social .us_fan_count_desc {
        font-size: 11px !important;
        /*height: 29px !important;
    line-height: 28px !important;*/
    }

    .header-social-icons .social .us_fan_count_icon_holder {
        font-size: 24px !important;
        height: 40px !important;
        line-height: 35px !important;
    }

    .header-social-icons .social .us_fan_count_icon_holder {
        font-size: 16px !important;
        height: 28px !important;
        line-height: 23px !important;
    }

    .header-social-icons .social .us_fan_count_holder {
        font-size: 13px !important;
        height: 1px !important;
        line-height: 4px !important;
    }


    .header-social-icons .social .us_fan_count_wrapper .us_fan_count.rows-5 {
        width: 19%;
    }

    .header-social-icons .social .us_fan_count_wrapper .us_fan_count.rows-6 {
        width: 16%;
    }

    .header-social-icons .social .us_wrapper .us_button {
        display: inline-block;
        height: 65px;
        line-height: 30px;
        margin-bottom: 3px !important;
        margin-right: 3px;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
        width: 90px;
    }


.us_wrapper.us_fan_count_wrapper .us_fan_count {
    box-sizing: border-box;
    display: inline-block;
    height: 65px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    text-align: center;
    /*border: 2px solid red;*/
}



/* Search in the header
   ----------------------------------- */



.search-toggle {
    background-color: #00b0ff;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}

    .search-toggle:hover,
    .search-toggle.active {
        background-color: #edba05;
    }

    .search-toggle:before {
        color: #fff;
        content: "\f400";
        font-size: 20px;
        margin-top: 14px;
    }

    .search-toggle .screen-reader-text {
        left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
    }


.search-box-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*position: relative;*/
    /*float: right;*/
    height: 34px;
    margin: 23px 0 0;
    /*width: 271px;*/
    z-index: 1;
    position: absolute;
    right: 0px;
    bottom: 25px;
}



.search-form .input-group-btn,
.search-form .input-group-textbox {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.search-field {
    width: 100%;
}

.search-form .input-group-btn {
    margin-left: -8px;
}

    .search-form .input-group-btn .btn {
        padding: 5px 30px;
    }


.search-box {
    padding-top: 15px;
}

    .search-box .search-field {
        /*background: #fff url('images/search_icon_white.jpg') no-repeat left center;*/
        border: 0;
        color: #999999;
        font-family: HelveticaNeueLTStdRoman,Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-style: italic;
        height: 36px !important;
        line-height: 34px !important;
        margin: 0px 20px;
        outline: medium none !important;
        padding: 2px 2px 4px 10px;
        width: 100%;
    }


.mobile-buttons {
    float: right;
    height: 30px;
    margin: 23px 0 0;
    width: 102px;
    /*display: none;*/
}

    .mobile-buttons a {
        cursor: pointer;
        float: left;
        height: 30px;
        margin: 0 0 0 12px;
        width: 39px;
    }

        .mobile-buttons a.menu-close, .mobile-buttons a.search-close {
            /*display: none;*/
        }

.header-map {
    float: right;
    margin: 23px 10px 0 0;
}



/**
 * 4.1 Single Page Parallax banner
 * -----------------------------------------------------------------------------
 */

.headingBanner {
    position: relative;
    min-height: 470px;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .headingBanner .post-thumbnail-entry-title {
        position: absolute;
        bottom: 5%;
        text-align: center;
        width: 100%;
    }

        .headingBanner .post-thumbnail-entry-title .entry-title {
            clear: both;
            display: block;
            font-size: 3em;
            line-height: 1.2em;
            text-shadow: -1px -1px 1px #000;
            color: #FFFFFF;
        }



/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */



.site-navigation ul {
    list-style: none;
    margin: 0;
}

.site-navigation li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
    margin-left: 20px;
}

.site-navigation a {
    color: #fff;
    display: block;
}

    .site-navigation a:hover {
        color: #edba05;
    }

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: #4a708d;
    font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding-top: 24px;
    max-height: 78px;
}

    .primary-navigation.toggled-on {
        padding: 100px 0 36px;
    }

    .primary-navigation .nav-menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: none;
    }

    .primary-navigation.toggled-on .nav-menu {
        display: block;
    }

    .primary-navigation a {
        padding: 7px 0;
    }


    .primary-navigation .menu-toggle {
        cursor: pointer;
        font-size: 0;
        height: 48px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
        width: 48px;
    }





/*.primary-navigation .menu-toggle:before {
            color: #04233C;
            font-weight: bold;
            content: "\f419";
            margin-top: 16px;
        }

    .primary-navigation .menu-toggle-home-link {
        visibility: hidden;
    }*/

/* Secondary Navigation */

.secondary-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 24px;
}

    .secondary-navigation.toggled-on {
        padding: 72px 0 36px;
    }

    .secondary-navigation .nav-menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: none;
    }

    .secondary-navigation.toggled-on .nav-menu {
        display: block;
    }

    .secondary-navigation a {
        padding: 7px 0;
    }


    .secondary-navigation .menu-toggle {
        cursor: pointer;
        font-size: 0;
        height: 48px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 0px;
        right: 0;
        text-align: center;
        width: 48px;
    }

        .secondary-navigation .menu-toggle:before {
            color: #04233C;
            font-weight: bold;
            content: "\f419";
            margin-top: 16px;
        }

/*.secondary-navigation .menu-toggle-home-link {
        visibility: hidden;
    }*/





/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
    float: left;
    width: 90%;
    padding: 0 5% 2% 5%;
    background-color: #FFF;
    margin-top: 0px;
}

.hentry {
    margin: 0 auto 48px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: 0 auto;
}

.page-content {
    margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail-overlay-link {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.post-thumbnail {
    background: none;
    background-color: transparent;
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    height: auto;
}

a.post-thumbnail:hover {
}

.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
}




/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
    position: relative;
    z-index: 0;
}

.entry-title {
    color: #333;
    font-size: 30px;
    line-height: 32px;
    margin: 34px 0;
}
    /*.entry-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
}*/

    .entry-title a {
        color: #2b2b2b;
    }

        .entry-title a:hover {
            color: #edba05;
        }

.site-content .entry-header {
    background-color: #fff;
    padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
    padding: 2%;
    width: 100%;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
}

    .entry-meta a {
        color: #767676;
    }

        .entry-meta a:hover {
            color: #edba05;
        }

.sticky .entry-date {
    display: none;
}

.cat-links {
    font-weight: 900;
    text-shadow: -1px -1px 1px #000;
}

    .cat-links a {
        display: inline-block;
        font-weight: bold;
        line-height: 12px;
        padding: 3px 5px 3px 0px;
        text-decoration: none;
        color: #ffcb00;
        font-size: 11px;
        line-height: 13px;
        margin: 0px 0px 3px;
    }


        .cat-links a:hover {
            color: #FFFFFF;
        }

/*.entry-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3333333333;
    margin: 0;
}

    .entry-title a:hover {
        text-decoration: underline;
    }*/

.entry-excerpt {
    -webkit-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for chrome */
    -text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for all browser*/
    text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* same as above*/
    -moz-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for firefox */
    -o-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for opera */
    -ms-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for ie 9+ */
    -khtml-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for gecko based browser*/
}


.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

    .single .byline .author {
        font-size: 15px;
        line-height: 15px;
        margin: 10px 0 5px;
        color: #000000;
    }

.single .entry-date a {
    font-size: 11px;
    line-height: 11px;
    color: #000;
    margin: 0 0 5px;
}

.single .byline .author a:link,
.single .byline .author a:visited {
    color: #00b0ff;
    font-weight: bold;
    text-decoration: none;
}

.site-content .entry-meta {
    background-color: #fff;
    margin-bottom: 8px;
    min-height: 35px;
}

.site-content footer.entry-meta {
    margin: 24px auto 0;
    padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}

    .entry-meta .tag-links a:hover {
        background-color: #edba05;
        color: #fff;
    }

    .entry-meta .tag-links a:before {
        border-top: 10px solid transparent;
        border-right: 8px solid #767676;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        left: -8px;
        width: 0;
    }

    .entry-meta .tag-links a:hover:before {
        border-right-color: #edba05;
    }

    .entry-meta .tag-links a:after {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 4px;
        position: absolute;
        top: 8px;
        left: -2px;
        width: 4px;
    }

.bylinePhoto {
    float: left;
    height: 64px;
    margin-right: 15px;
    overflow: hidden;
    width: 64px;
    margin-bottom: 15px;
}

    .bylinePhoto img {
        width: 64px;
        max-width: 64px;
        height: 64px;
        max-height: 64px;
    }

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.influencerDisclaimer{
	padding-left: 29.6%;
    font-style: italic;
    font-weight: 100;
    color: #6b6b6b;
}
.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
    background-color: #fff;
    padding: 12px 10px 0;
}

.page .entry-content {
    padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    text-decoration: none;
}

    .entry-content a:hover,
    .entry-summary a:hover,
    .page-content a:hover,
    .comment-content a:hover {
        text-decoration: none;
    }

.entry-content table,
.comment-content table {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.entry-content td,
.comment-content td {
    padding: 8px;
}

.entry-content .edit-link {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

    .entry-content .edit-link a {
        color: #767676;
        text-decoration: none;
    }

        .entry-content .edit-link a:hover {
            color: #edba05;
        }

/* Media elements */

.hentry .mejs-container {
    margin: 12px 0 18px;
}

    .hentry .mejs-mediaelement,
    .hentry .mejs-container .mejs-controls {
        background: #04233C;
    }

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #00b0ff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

.hentry .mejs-overlay-loading {
    background: transparent;
}

/* Page links */

.page-links {
    clear: both;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    margin: 24px 0;
    text-transform: uppercase;
}

    .page-links a,
    .page-links > span {
        background: #fff;
        border: 1px solid #fff;
        display: inline-block;
        height: 22px;
        margin: 0 1px 2px 0;
        text-align: center;
        width: 22px;
    }

    .page-links a {
        background: #00b0ff;
        border: 1px solid #00b0ff;
        color: #fff;
        text-decoration: none;
    }

        .page-links a:hover {
            background: #edba05;
            border: 1px solid #edba05;
            color: #fff;
        }

    .page-links > .page-links-title {
        height: auto;
        margin: 0;
        padding-right: 7px;
        width: auto;
    }


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 0;
    }

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

    .gallery-caption:before {
        content: "";
        height: 100%;
        min-height: 49px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

/*.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
    padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
    display: none;
}*/


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-navigation,
.image-navigation {
    margin: 24px auto 48px;
    max-width: 474px;
    padding: 0 10px;
}

    .post-navigation a,
    .image-navigation .previous-image,
    .image-navigation .next-image {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 11px 0 12px;
        width: 100%;
    }

    .post-navigation .meta-nav {
        color: #767676;
        display: block;
        font-size: 12px;
        font-weight: 900;
        line-height: 2;
        text-transform: uppercase;
    }

    .post-navigation a,
    .image-navigation a {
        color: #2b2b2b;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7142857142;
        text-transform: none;
    }

        .post-navigation a:hover,
        .image-navigation a:hover {
            color: #edba05;
        }

/* Paging Navigation */

.paging-navigation {
    border-top: 1px solid #e1e1e1;
    margin: 90px 0px 18px 0px;
    clear: both;
}

    .paging-navigation .loop-pagination {
        margin-top: -5px;
        text-align: center;
        display: block;
    }

    .paging-navigation .page-numbers {
        border-top: 5px solid transparent;
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        margin-right: 1px;
        padding: 7px 16px;
    }

    .paging-navigation a {
        color: #2b2b2b;
    }

    .paging-navigation .page-numbers.current {
    }

    .paging-navigation a:hover {
        color: #2b2b2b;
    }


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
    display: none;
}

.attachment .entry-content {
    padding-top: 0;
}

.attachment footer.entry-meta {
    text-transform: none;
}

.entry-attachment .attachment {
    margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
    margin: 2% auto;
    /*max-width: 474px;*/
}

.archive-title,
.page-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.taxonomy-description,
.author-description {
    color: #767676;
    font-size: 14px;
    line-height: 1.2857142857;
    padding-top: 18px;
}

    .taxonomy-description p,
    .author-description p {
        margin-bottom: 18px;
    }

        .taxonomy-description p:last-child,
        .author-description p:last-child {
            margin-bottom: 0;
        }

    .taxonomy-description a,
    .author-description a {
        text-decoration: underline;
    }

        .taxonomy-description a:hover,
        .author-description a:hover {
            text-decoration: none;
        }


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 10px;
}

    .contributor:first-of-type {
        padding-top: 24px;
    }

.contributor-info {
    margin: 0 auto;
    max-width: 474px;
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px;
}

.contributor-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.contributor-bio a {
    text-decoration: underline;
}

    .contributor-bio a:hover {
        text-decoration: none;
    }

.contributor-posts-link {
    display: inline-block;
    line-height: normal;
    padding: 10px 30px;
}

    .contributor-posts-link:before {
        content: "\f443";
    }


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
    padding-top: 0;
}

    .error404 .page-content .search-form {
        margin-bottom: 24px;
    }


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
    max-width: 100%;
}

.post-template-post-full-width-php .hentry {
    max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
}

.singular .content-area {
    width: 100%;
    padding: 0%;
    background-color: #FFF;
}

.singular .post-thumbnail {
    height: 336px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

#disqus_thread {
    max-width: 672px;
    margin: 0 auto;
}

.comments-area {
    margin: 48px auto;
    max-width: 474px;
    padding: 0 10px;
}

.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

    .comment-author a:hover,
    .comment-list .pingback a:hover,
    .comment-list .trackback a:hover,
    .comment-metadata a:hover {
        color: #edba05;
    }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

    .comment-author .avatar {
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 18px;
        padding: 2px;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
    }

.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
}

.comment-edit-link {
    margin-left: 10px;
}

    .comment-edit-link:before {
        content: "\f411";
    }

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .comment-content ul,
    .comment-content ol {
        margin: 0 0 24px 22px;
    }

    .comment-content li > ul,
    .comment-content li > ol {
        margin-bottom: 0;
    }

    .comment-content > :last-child {
        margin-bottom: 0;
    }

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    /*display: block;*/
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

    .comment-reply-title small a:hover {
        color: #edba05;
    }

    .comment-reply-title small a:before {
        content: "\f405";
        font-size: 32px;
    }

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

    .comment-navigation .nav-next,
    .comment-navigation .nav-previous {
        display: inline-block;
    }

        .comment-navigation .nav-previous a {
            margin-right: 10px;
        }

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}


/**
 * 6.15 - Signup Email
 * -----------------------------------------------------------------------------
 */
.email-signup-footer {
    clear: both;
    color: #00b1ff;
}

    .email-signup-footer div[class*="col"],
    .email-signup-footer div.gform_wrapper {
        background-color: #00243b;
        min-height: 80px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .email-signup-footer div[class*="col"] .gform_body,
        .email-signup-footer div.gform_wrapper .gform_body {
            float: left;
            padding: 0 15px;
            width: 70%;
        }

            .email-signup-footer div[class*="col"] .gform_body label,
            .email-signup-footer div.gform_wrapper .gform_body label {
                color: #00b1ff;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 0;
                margin-top: 0;
                text-transform: uppercase;
                width: 100%;
            }

            .email-signup-footer div[class*="col"] .gform_body input,
            .email-signup-footer div.gform_wrapper .gform_body input {
                margin-top: 0;
                padding: 3px !important;
                width: 100%;
            }

        .email-signup-footer div[class*="col"] .gform_footer,
        .email-signup-footer div.gform_wrapper .gform_footer {
            clear: none;
            float: right;
            margin: 0;
            padding: 0 5px;
            text-align: center;
            width: 25%;
            margin-top: 25px;
        }

    .email-signup-footer div .btn-success,
    .email-signup-footer div .btn-success:hover,
    .email-signup-footer div .btn-success:focus,
    .email-signup-footer div .btn-success:active,
    .email-signup-footer div .btn-success:visited {
        background-color: #00b1ff;
        border: 1px solid #00b1ff;
        font-weight: bold;
        text-transform: uppercase;
    }


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
    background-color: #04233C;
    border-top: 1px solid #04233C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -1px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.site-description {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
    padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
    padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #767676;
    padding: 48px 10px 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.2857142857;
    margin-bottom: 48px;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .widget a {
        /*color: #fff;*/
    }

        .widget a:hover {
            color: #edba05;
        }

    .widget h1,
    .widget h2,
    .widget h3,
    .widget h4,
    .widget h5,
    .widget h6 {
        margin: 24px 0 12px;
        color: #999;
    }

    .widget h1 {
        font-size: 22px;
        line-height: 1.0909090909;
    }

    .widget h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .widget h3 {
        font-size: 18px;
        line-height: 1.3333333333;
    }

    .widget h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .widget h5 {
        font-size: 14px;
        line-height: 1.7142857142;
    }

    .widget h6 {
        font-size: 12px;
        line-height: 2;
    }

    .widget address {
        margin-bottom: 18px;
    }

    .widget abbr[title] {
        border-color: rgba(255, 255, 255, 0.7);
    }

    .widget mark,
    .widget ins {
        color: #04233C;
    }

    .widget pre,
    .widget fieldset {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .widget code,
    .widget kbd,
    .widget tt,
    .widget var,
    .widget samp,
    .widget pre {
        font-size: 12px;
        line-height: 1.5;
    }

    .widget blockquote {
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

        .widget blockquote cite {
            color: #fff;
            font-size: 14px;
            line-height: 1.2857142857;
        }

    .widget dl,
    .widget dd {
        margin-bottom: 18px;
    }

    .widget ul,
    .widget ol {
        list-style: none;
        margin: 0;
    }

    .widget li > ol,
    .widget li > ul {
        margin-left: 10px;
    }

    .widget table,
    .widget th,
    .widget td {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .widget table {
        margin-bottom: 18px;
    }

    .widget del {
        color: rgba(255, 255, 255, 0.4);
    }

    .widget hr {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .widget p {
        margin-bottom: 18px;
    }

    .widget input,
    .widget textarea {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 16px;
        padding: 1px 2px 2px 4px;
    }

        .widget input:focus,
        .widget textarea:focus {
            border-color: rgba(255, 255, 255, 0.3);
        }

        .widget button,
        .widget input[type="button"],
        .widget input[type="reset"],
        .widget input[type="submit"] {
            background-color: #00b0ff;
            border: 0;
            font-size: 12px;
            padding: 5px 15px 4px;
        }

            .widget input[type="button"]:hover,
            .widget input[type="button"]:focus,
            .widget input[type="reset"]:hover,
            .widget input[type="reset"]:focus,
            .widget input[type="submit"]:hover,
            .widget input[type="submit"]:focus {
                background-color: #edba05;
            }

            .widget input[type="button"]:active,
            .widget input[type="reset"]:active,
            .widget input[type="submit"]:active {
                background-color: #00b0ff;
            }

    .widget .wp-caption {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 18px;
    }

    .widget .widget-title {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.7142857142;
        margin: 0 0 24px 0;
        /*text-transform: uppercase;*/
    }

.widget-title,
.widget-title a .widget-title a:link,
.widget-title a:visited {
    /*border-bottom: 1px solid #e1e1e1;*/
    color: #999;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 12px;
}

    .widget-title a:hover {
        color: #edba05;
    }

/* Calendar Widget*/

.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    border-bottom: 1px solid #e1e1e1;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0 0 12px;
}

.widget_calendar thead th {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
    text-align: center;
}

.widget_calendar tbody a {
    background-color: #00b0ff;
    color: #fff;
    display: block;
}

    .widget_calendar tbody a:hover {
        background-color: #edba05;
    }

    .widget_calendar tbody a:hover {
        color: #fff;
    }

.widget_calendar #prev {
    padding-left: 5px;
}

.widget_calendar #next {
    padding-right: 5px;
    text-align: right;
}

/* Ephemera Widget*/

.widget_waveorbitz_ephemera > ol > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    padding: 0;
}

.widget_waveorbitz_ephemera .hentry {
    margin: 0;
    max-width: 100%;
}

.widget_waveorbitz_ephemera .entry-title,
.widget_waveorbitz_ephemera .entry-meta,
.widget_waveorbitz_ephemera .wp-caption-text,
.widget_waveorbitz_ephemera .post-format-archive-link,
.widget_waveorbitz_ephemera .entry-content table {
    font-size: 12px;
    line-height: 1.5;
}

.widget_waveorbitz_ephemera .entry-title {
    display: inline;
    font-weight: 400;
}

.widget_waveorbitz_ephemera .entry-meta {
    margin-bottom: 18px;
}

    .widget_waveorbitz_ephemera .entry-meta a {
        color: rgba(255, 255, 255, 0.7);
    }

        .widget_waveorbitz_ephemera .entry-meta a:hover {
            color: #edba05;
        }

.widget_waveorbitz_ephemera .entry-content ul,
.widget_waveorbitz_ephemera .entry-content ol {
    margin: 0 0 18px 20px;
}

.widget_waveorbitz_ephemera .entry-content ul {
    list-style: disc;
}

.widget_waveorbitz_ephemera .entry-content ol {
    list-style: decimal;
}

.widget_waveorbitz_ephemera .entry-content li > ul,
.widget_waveorbitz_ephemera .entry-content li > ol {
    margin: 0 0 0 20px;
}

.widget_waveorbitz_ephemera .entry-content th,
.widget_waveorbitz_ephemera .entry-content td {
    padding: 6px;
}

.widget_waveorbitz_ephemera .post-format-archive-link {
    font-weight: 700;
    text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0 9px;
}

    .widget_archive li:first-child,
    .widget_categories li:first-child,
    .widget_links li:first-child,
    .widget_meta li:first-child,
    .widget_nav_menu li:first-child,
    .widget_pages li:first-child,
    .widget_recent_comments li:first-child,
    .widget_recent_entries li:first-child {
        border-top: 0;
    }

    .widget_categories li ul,
    .widget_nav_menu li ul,
    .widget_pages li ul {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 9px;
    }

    .widget_categories li li:last-child,
    .widget_nav_menu li li:last-child,
    .widget_pages li li:last-child {
        padding-bottom: 0;
    }

/* Recent Posts Widget */

.widget_recent_entries .post-date {
    display: block;
}

/* RSS Widget */

.rsswidget img {
    margin-top: -4px;
}

.rssSummary {
    margin: 9px 0;
}

.rss-date {
    display: block;
}

.widget_rss li {
    margin-bottom: 18px;
}

    .widget_rss li:last-child {
        margin-bottom: 0;
    }

/* Text Widget */

.widget_text > div > :last-child {
    margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
    color: #00b0ff;
}

    .content-sidebar .widget a:hover {
        color: #edba05;
    }

.content-sidebar .widget pre {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
    color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
    border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
    color: #767676;
}

    .content-sidebar .widget blockquote cite {
        color: #2b2b2b;
    }

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
    margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
    color: #767676;
}

.content-sidebar .widget hr {
    background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    padding: 10px;
}

    .content-sidebar .widget input:focus,
    .content-sidebar .widget textarea:focus {
        border-color: rgba(0, 0, 0, 0.3);
    }

    .content-sidebar .widget input[type="button"],
    .content-sidebar .widget input[type="reset"],
    .content-sidebar .widget input[type="submit"] {
        background-color: #00b0ff;
        border: 0;
        color: #fff;
    }

        .content-sidebar .widget input[type="button"]:hover,
        .content-sidebar .widget input[type="button"]:focus,
        .content-sidebar .widget input[type="reset"]:hover,
        .content-sidebar .widget input[type="reset"]:focus,
        .content-sidebar .widget input[type="submit"]:hover,
        .content-sidebar .widget input[type="submit"]:focus {
            background-color: #edba05;
        }

        .content-sidebar .widget input[type="button"]:active,
        .content-sidebar .widget input[type="reset"]:active,
        .content-sidebar .widget input[type="submit"]:active {
            background-color: #00b0ff;
        }

.content-sidebar .widget .wp-caption {
    color: #767676;
}

.content-sidebar .widget .widget-title {
    clear: both;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: -3px 0 0;
}

    .content-sidebar .widget .widget-title a {
        color: #2b2b2b;
    }

        .content-sidebar .widget .widget-title a:hover {
            color: #edba05;
        }

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
    /*border-color: rgba(0, 0, 0, 0.1);*/
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
    color: #2b2b2b;
    font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
    background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
    color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_waveorbitz_ephemera .widget-title {
    line-height: 1.2857142857;
    padding-top: 1px;
}

    .content-sidebar .widget_waveorbitz_ephemera .widget-title:before {
        background-color: #04233C;
        color: #fff;
        margin: -1px 9px 0 0;
        padding: 6px 0 9px;
        text-align: center;
        vertical-align: middle;
        width: 36px;
    }

.content-sidebar .widget_waveorbitz_ephemera .video.widget-title:before {
    content: "\f104";
}

.content-sidebar .widget_waveorbitz_ephemera .audio.widget-title:before {
    content: "\f109";
}

.content-sidebar .widget_waveorbitz_ephemera .image.widget-title:before {
    content: "\f473";
}

.content-sidebar .widget_waveorbitz_ephemera .gallery.widget-title:before {
    content: "\f103";
}

.content-sidebar .widget_waveorbitz_ephemera .aside.widget-title:before {
    content: "\f101";
}

.content-sidebar .widget_waveorbitz_ephemera .quote.widget-title:before {
    content: "\f106";
}

.content-sidebar .widget_waveorbitz_ephemera .link.widget-title:before {
    content: "\f107";
}

.content-sidebar .widget_waveorbitz_ephemera > ol > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_waveorbitz_ephemera .entry-meta {
    color: #ccc;
}

    .content-sidebar .widget_waveorbitz_ephemera .entry-meta a {
        color: #767676;
    }

        .content-sidebar .widget_waveorbitz_ephemera .entry-meta a:hover {
            color: #edba05;
        }

.content-sidebar.widget_waveorbitz_ephemera blockquote cite {
    font-size: 13px;
    line-height: 1.3846153846;
}

.content-sidebar .widget_waveorbitz_ephemera .post-format-archive-link {
    font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary,
.legal {
    padding: 0 10px;
}


.site-footer {
    -webkit-box-shadow: inset 0px 30px 30px -23px #ccc;
    -moz-box-shadow: inset 0px 30px 30px -23px #ccc;
    box-shadow: inset 0px 30px 30px -23px #ccc;
    background-color: #ededed;
    font-size: 12px;
    position: relative;
    z-index: 3;
}

.footer-sidebar {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

    /*.footer-sidebar a,
    .footer-sidebar a:link,
    .footer-sidebar a:visited {
        color: #0275d1;
        font-size: 13px;
        line-height: 13px;
        text-decoration: none;
    }*/


    .footer-sidebar a:hover {
        color: #edba05;
    }

.site-info {
    padding: 15px 10px;
}

    .site-footer,
    .site-info,
    .site-info a,
    .site-info a:link,
    .site-info a:visited {
        font-size: 13px;
        line-height: 15px;
        text-decoration: none;
    }


        .site-info a:hover {
            color: #edba05;
        }

#supplementary + .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
    /*background: transparent url(images/showcase_gradient.png) repeat-x bottom;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    z-index: 1;
}


.featured-content-inner {
    overflow: hidden;
}

.featured-content .hentry {
    color: #fff;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
    background: transparent;
}

.featured-content .post-thumbnail {
    display: block;
    position: relative;
    padding-top: 55.357142857%;
    overflow: hidden;
    height: auto;
}

    .featured-content .post-thumbnail img {
        left: 0;
        position: absolute;
        top: 0;
        opacity: 1;
        width: 100%;
    }

.featured-content a.post-thumbnail:hover img {
}

.featured-content .entry-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    overflow: hidden;
    padding: 24px 10px;
}

.featured-content .entry-meta {
    color: #edba05;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
}

.featured-content .entry-title {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 10px;
}

    .featured-content .entry-title a {
        color: #fff;
    }

.featured-content .entry-excerpt {
    -webkit-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for chrome */
    -text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for all browser*/
    text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* same as above*/
    -moz-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for firefox */
    -o-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for opera */
    -ms-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for ie 9+ */
    -khtml-text-shadow: -1px -1px rgba(0, 0, 0, 0.5); /* for gecko based browser*/
}

/* Slider */

.slider .featured-content .hentry {
    -webkit-backface-visibility: hidden;
    display: none;
    position: relative;
}

.slider .featured-content .post-thumbnail {
    padding-top: 28%;
}

.slider-control-paging {
    background-color: #04233C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin: -24px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

    .slider-control-paging li {
        float: left;
        margin: 2px 4px 2px 0;
    }

        .slider-control-paging li:last-child {
            margin-right: 0;
        }

    .slider-control-paging a {
        cursor: pointer;
        display: block;
        height: 44px;
        position: relative;
        text-indent: -999em;
        width: 44px;
    }

        .slider-control-paging a:before {
            background-color: #4d4d4d;
            content: "";
            height: 12px;
            left: 10px;
            position: absolute;
            top: 16px;
            width: 12px;
        }

        .slider-control-paging a:hover:before {
            background-color: #edba05;
        }

    .slider-control-paging .slider-active:before,
    .slider-control-paging .slider-active:hover:before {
        background-color: #00b0ff;
    }

.slider-direction-nav {
    clear: both;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

    .slider-direction-nav li {
        border-color: #fff;
        border-style: solid;
        border-width: 2px 1px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 50%;
    }

        .slider-direction-nav li:last-child {
            border-width: 2px 0 0 1px;
        }

    .slider-direction-nav a {
        background-color: #04233C;
        display: block;
        font-size: 0;
        height: 46px;
    }

        .slider-direction-nav a:hover {
            background-color: #00b0ff;
        }

        .slider-direction-nav a:before {
            color: #fff;
            content: "\f430";
            font-size: 32px;
            line-height: 46px;
        }

    .slider-direction-nav .slider-next:before {
        content: "\f429";
    }

    .slider-direction-nav .slider-disabled {
        display: none;
    }


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
.site-main {
    background-color: #FFFFFF;
    padding-bottom: 2em;
    padding-top: 0px;
}

    .site-main .widecolumn {
        padding-top: 0px;
        width: auto;
    }

    .site-main .mu_register,
    .widecolumn > form {
        margin: 0 auto 48px;
        max-width: 474px;
        padding: 0 30px;
    }

        .site-main .mu_register #blog_title,
        .site-main .mu_register #user_email,
        .site-main .mu_register #blogname,
        .site-main .mu_register #user_name {
            font-size: inherit;
            width: 90%;
        }

        .site-main .mu_register input[type="submit"],
        .widecolumn #submit {
            font-size: inherit;
            width: auto;
        }


/**
 * 13.0 Infinite Scroll / Matrix Thumbs / GridContainer
 * -----------------------------------------------------------------------------
 */

.home .content-area {
    padding: 2%;
    width: 96%;
    margin: 0px auto;
}

.GridContainer {
    padding-left: 0%;
    position: relative;
}

    .GridContainer .post-thumbnail-shadow {
        /*background: url('images/small_img_gradient.png') repeat-x bottom;*/
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .GridContainer .doubleSized .post-thumbnail-shadow {
        /*background: url('images/big_img_gradient.png') repeat-x bottom;*/
    }

.category .GridContainer .post-thumbnail-shadow,
.tag .GridContainer .post-thumbnail-shadow,
.cssPress .GridContainer .post-thumbnail-shadow {
    background: none;
}

.GridContainer a.post-thumbnail {
    color: white;
    height: 100%;
}

.GridContainer article {
    width: 275px;
    height: 150px;
    padding: 0px;
    margin: 5px 5px 5px 0px;
    overflow: hidden;
    background-color: #FFFFFF;
}

    .GridContainer article h4 {
        line-height: 1em;
        font-size: 1em;
        text-transform: none;
        margin: 0 0 5px 0;
    }

        .GridContainer article h4 a:hover {
            color: #10C4F7;
            text-decoration: none;
        }

.GridContainer .entry-header {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background: none;
    margin: 0px;
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgba(0, 0, 0, 0.3);
}

    .GridContainer .entry-header .entry-header-social-icons {
        color: white;
        font-size: 12px;
        display: none;
    }

    .GridContainer .entry-header.active .entry-header-social-icons {
        display: block;
    }

        .GridContainer .entry-header.active .entry-header-social-icons a:link,
        .GridContainer .entry-header.active .entry-header-social-icons a:visited {
            color: #fff;
            text-decoration: none;
        }

        .GridContainer .entry-header.active .entry-header-social-icons a:hover {
            color: #00aced;
            text-decoration: none;
        }

        .GridContainer .entry-header.active .entry-header-social-icons .author {
            margin: 3px 0px;
        }

        .GridContainer .entry-header.active .entry-header-social-icons .linkFacebook {
        }

        .GridContainer .entry-header.active .entry-header-social-icons .linkTwitter {
        }

        .GridContainer .entry-header.active .entry-header-social-icons .linkPinterest {
        }

i.fa-facebook, i.fa-facebook-square {
    color: #3b5998;
}

i.fa-twitter, i.fa-twitter-square {
    color: #00aced;
}

i.fa-pinterest, i.fa-pinterest-square {
    color: #cb2027;
}





.GridContainer img.size-full,
.GridContainer img.size-large,
.GridContainer .wp-post-image,
.GridContainer .post-thumbnail img {
    /*width: 160%;
    max-width: 160%;
    margin-left: -30%;*/
}

.GridContainer .entry-meta {
    background-color: transparent;
    min-height: 15px;
}

.GridContainer .entry-meta-thumbs {
    background-color: transparent;
    min-height: 15px;
    margin: 15px 0px;
}

    .GridContainer .entry-meta-thumbs a {
        color: #10C4F7;
    }

        .GridContainer .entry-meta-thumbs a:hover {
            color: #e1e1e1;
            text-decoration: none;
        }

.GridContainer .entry-title a {
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    font-weight: bold;
    text-shadow: -1px -1px 1px #000;
}

.GridContainer .entry-summary-thumbs {
    padding: 0px;
}

    .GridContainer .entry-summary-thumbs p {
        padding: 0px;
        margin: 0px;
    }

.GridContainer .entry-meta-readmore-thumbs a {
    color: #10C4F7;
}

    .GridContainer .entry-meta-readmore-thumbs a:hover {
        color: #e1e1e1;
    }

.GridContainer .readmore-link {
    float: left;
}

.GridContainer .comments-link {
    float: right;
}

.GridContainer article.doubleSized {
    width: 555px;
    height: 310px;
}

    .GridContainer article.doubleSized h4 a {
        font-size: 30px;
        line-height: 34px;
    }

    .GridContainer article.doubleSized .entry-excerpt {
        color: #ffffff;
        font-size: 15px;
        line-height: 17px;
        margin: 0;
        font-weight: bold;
        text-shadow: -1px -1px 1px #000;
    }

    .GridContainer article.doubleSized img.size-full,
    .GridContainer article.doubleSized img.size-large,
    .GridContainer article.doubleSized .wp-post-image,
    .GridContainer article.doubleSized .post-thumbnail img {
        width: 120%;
        max-width: 120%;
        margin-left: 0%;
    }


.pagination .page-numbers {
    visibility: hidden;
    width: 1px;
    padding: 0px;
}

.pagination .next {
    visibility: visible;
    width: auto;
    padding: 7px 16px;
    background: url("images/loadmore_bg.png") no-repeat scroll right top #F5F5F5;
    border: 1px solid #e1e1e1;
    color: #666666;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 0 auto !important;
    max-width: 422px;
    min-width: 300px;
    padding: 0 2%;
    text-decoration: none;
    width: 96%;
}

.pagination .LoadMoreArticles {
    padding-top: 30px;
}

    .pagination .LoadMoreArticles a {
        visibility: visible;
        width: auto;
        padding: 7px 16px;
        background: url("images/loadmore_bg.png") no-repeat scroll right top #F5F5F5;
        border: 1px solid #e1e1e1;
        color: #666666;
        display: block;
        float: none;
        font-size: 16px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        margin: 0 auto !important;
        max-width: 422px;
        min-width: 300px;
        padding: 0 2%;
        text-decoration: none;
        width: 96%;
    }



/**
 * 13.1 Authors A-Z Page Template
 * -----------------------------------------------------------------------------
 */
/*.page-template-page-templatesA-ZListing-php .site-content {
    width: 80%;
    margin: 0 auto;
}

.GridContainer.AZListing article {
    position: relative;
    width: 240px;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #E4E4E4;
    margin-bottom: 50px;
    margin-right: 3px;
    background-color: #FFFFFF;
}

.GridContainer.AZListing .entry-header {
    position: absolute;
    z-index: 1;
    background: none;
    bottom: 20px;
    width: 75%;
}

    .GridContainer.AZListing .entry-header h1 {
        font-size: .6em;
    }

.GridContainer.AZListing img.size-full,
.GridContainer.AZListing img.size-large,
.GridContainer.AZListing .wp-post-image,
.GridContainer.AZListing .post-thumbnail img {
    height: 275px;
}

.GridContainer.AZListing .entry-meta {
    background-color: transparent;
}

.GridContainer.AZListing .entry-title a {
    color: #FAFAFA;
}*/

/**
 * 13.2 Authors Landing Page Template
 * -----------------------------------------------------------------------------
 */
.page-template-page-templatescontributors-php .entry-content,
.page-template-page-templatescontributors-short-php .entry-content {
    padding-top: 70px;
}

.content-sidebar.cssAuthorProfilePage .textwidget a,
.content-sidebar.cssAuthorProfilePage .icon-block {
    display: inline-block;
    padding: 5px 0;
}


/**
 * 16.0 Travel News pages
 * -----------------------------------------------------------------------------
 */


.shadowSidebarLandingPage {
    background-color: #FFFFFF;
    border-left: 1px solid #e1e1e1;
    margin-left: -35%;
    margin-right: 5%;
}

#TOCSubmit {
    margin-bottom: 30px;
}

.shadowSidebarSections {
    /* Next rules are from Effect 6 See:  http://www.paulund.co.uk/creating-different-css3-box-shadows-effects */
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.shadowSidebarSectionsTOC {
    /* Next rules are from Effect 6 See:  http://www.paulund.co.uk/creating-different-css3-box-shadows-effects */
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.content-sidebar.cssPress,
.content-sidebar.cssAuthorProfilePage {
    padding-top: 30px;
    margin-top: 15px;
    margin-left: -35%;
    margin-right: 0%;
}

    .content-sidebar.cssPress .widget,
    .content-sidebar.cssAuthorProfilePage .widget {
        border-left: 1px solid #e1e1e1;
        padding-left: 5%;
        margin-bottom: 0px;
        padding-bottom: 10%;
    }


    .content-sidebar.cssPress .sf-field-category {
        display: none;
    }

    .content-sidebar.cssPress .textwidget a {
        padding: 5px 0px;
        display: block;
    }

.content-area.cssPress,
.content-area.cssAuthorProfilePage {
    padding-top: 20px;
}

.home .content-area.cssPress {
    margin-top: 0px;
}

.cssPress .GridContainer article {
    background-color: #FFFFFF;
    clear: none;
    float: left;
    margin: 0 20px 20px 0px;
    height: 164px;
    max-height: 164px;
    min-height: 164px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.cssAuthorProfilePage .GridContainer article {
    margin: 5px;
}

.cssAuthorProfilePage .GridContainer .archive-header h2 {
    color: #333;
    font-size: 30px;
    line-height: 32px;
    margin: 34px 0;
}

.cssPress span.news-subhead {
    clear: both;
    color: #6b6b6b;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
}

.cssPress .GridContainer article .post-thumbnail-news img {
    clear: none;
    float: left;
    height: 100%;
    margin: 0 20px 0 0;
    max-height: 164px;
    max-width: 180px;
    width: 100%;
}

.cssPress .GridContainer article .entry-header {
    background-color: transparent;
    position: relative;
    bottom: initial;
}

    .cssPress .GridContainer article .entry-header .entry-title a {
        color: #0069ba;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        margin: 0 0 3px;
        text-shadow: none;
    }

    .cssPress .GridContainer article .entry-header .entry-date {
        color: #6b6b6b;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        margin: 0 0 10px;
    }


/**
 * 17.0 Destinations Template Page
 * -----------------------------------------------------------------------------
 */

 /**
 * 17.1 LGBT Pride Template Page
 * -----------------------------------------------------------------------------
 */

.page-template-lgbt-template .recommend__mobile {
    display: none;
}

.page-template-lgbt-template h2 {
    color: #02253b;
    margin: 1.5em 0px 0.8em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.page-template-lgbt-template h3 {
    text-transform: uppercase;
    color: #000;
    margin: 10px 0px;
    font-size: 20px;
}

.page-template-lgbt-template ul {
    list-style: none;
    margin: 0;
}

.page-template-lgbt-template a:hover {
    text-decoration: underline;
    color: #0065b8;
}

.page-template-lgbt-template a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.page-template-lgbt-template img {
    max-width: 100%;
}

.page-template-lgbt-template .lgbt__hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 500px;
}

.page-template-lgbt-template .swappable__content{
    display: none;
}

.page-template-lgbt-template .swappable__content.content--active {
    display: block;
}

.page-template-lgbt-template .hero__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
}

    .page-template-lgbt-template .hero__content h1 {
        font-size: 50px;
        text-transform: uppercase;
        margin: 20px auto;
        color: #fff;
        text-shadow: rgba(0,0,0,.9) 2px 2px 7px;
    }

.page-template-lgbt-template .videoWrap {
    position: relative;
    max-width: 700px;
    margin: 0 auto 80px;
    padding: 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

    .page-template-lgbt-template .videoWrap .videoInfo {
        padding: 15px 90px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        pointer-events: none;
    }

    .page-template-lgbt-template .videoWrap .videoInfo h2 {
        font-size: 2.1625em;
        line-height: 1.2em;
    }

    .page-template-lgbt-template .videoWrap .videoInfo p {
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding-top: 46%;
        cursor: pointer;
        pointer-events: none;
    }

    .page-template-lgbt-template .videoWrap .videoContent {
        /*flex-basis: 60%;*/
    }

    .page-template-lgbt-template .videoWrap .videoContent video {
        margin-bottom: 0;
    }

.page-template-lgbt-template .lgbt__preview {
    background-color: #04233C;
    color: #fff;
    padding: 20px;
}

.page-template-lgbt-template .lgbt__preview p {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

.page-template-lgbt-template .lgbt__tabs {
    text-align: center;
    padding: 30px;
}

.page-template-lgbt-template .lgbt__tabs ul li {
    display: inline-block;
}

.page-template-lgbt-template .lgbt__tabs ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.page-template-lgbt-template .lgbt__tabs ul li a:hover {
    background-color: #fff;
    border-width: 4px !important;
    padding: 4px 14px;
    text-decoration: none !important;
}

.page-template-lgbt-template .lgbt__tabs ul li a:focus {
    outline: none;
    text-decoration: none;
}

/* Tab colors */

.page-template-lgbt-template .lgbt__tabs ul li a.tab--red {
    color: #e50000;
    border: 3px solid #e50000;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--red.tab--active{
    background-color: #e50000;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--orange {
    color: #ff610c;
    border: 3px solid #ff610c;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--orange.tab--active{
    background-color: #ff610c;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--green {
    color: #008120;
    border: 3px solid #008120;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--green.tab--active{
    background-color: #008120;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--blue {
    color: #004cff;
    border: 3px solid #004cff;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--blue.tab--active{
    background-color: #004cff;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--purple {
    color: #760288;
    border: 3px solid #760288;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--purple.tab--active{
    background-color: #760288;
}

.page-template-lgbt-template .lgbt__tabs ul li a.tab--active {
    color: #fff;
    text-decoration: none !important;
}

/* End tab colors */

.page-template-lgbt-template .lgbt__content {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 50px;
}

.page-template-lgbt-template .lgbt__hotels ul {
    display: flex;
    align-items: stretch;
}

.page-template-lgbt-template .lgbt__hotels ul li {
    display: flex;
    width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}

.page-template-lgbt-template .lgbt__hotels ul li a {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.page-template-lgbt-template .lgbt__hotels ul li a:hover {
    text-decoration: none !important;
}

.page-template-lgbt-template .lgbt__hotels ul li:nth-child(2) {
    margin: 0px 10px;
}

.page-template-lgbt-template .lgbt__hotels ul li .hotel__img {
    min-height: 148px;
}

.page-template-lgbt-template .lgbt__hotels ul li .hotel__stars img {
    max-height: 15px;
    display: block;
}

.page-template-lgbt-template .hotel__info {
    background-color: #fff;
    padding: 15px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-template-lgbt-template .hotel__info h2 {
    margin: 0px 0px 4px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-lgbt-template .hotel__info p {
    color: #333333;
    margin-bottom: 5px;
    flex-grow: 1;
}

.page-template-lgbt-template .parade__info {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.page-template-lgbt-template .parade__info h3 {
    font-size: 17px;
}

.page-template-lgbt-template .info__tile {
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.page-template-lgbt-template .info__tile img {
    width: 25%;
    max-width: 84px;
    height: auto;
    margin-right: 30px;
    display: inline-block;
}

.page-template-lgbt-template .hotel__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-template-lgbt-template .info__content {
    max-width: calc(75% - 30px);
    height: 100%;
}

.page-template-lgbt-template .info__content p {
    margin-bottom: 0px;
}

.page-template-lgbt-template .recommend__intro {
    background-color: #04233C;
    color: #fff;
    padding: 20px 30px;
    position: relative;
}

.page-template-lgbt-template .recommend__intro::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 50px;
    top: calc(50% - 15px);
    width: 14px;
    height: 30px;
    background-image: url('/blog/wp-content/themes/waveorbitz/images/lgbt-icons/recommend_dropdown.png');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center;
    transition: 0.2s all ease;
}

.page-template-lgbt-template .recommend__intro p {
    font-size: 22px;
    margin-bottom: 0px;
    -webkit-font-smoothing: antialiased;
}

.page-template-lgbt-template .recommend__full {
    background-color: #fff;
    transition: 0.3s all ease;
    overflow: hidden;
    max-height: 1500px;
}

.page-template-lgbt-template .recommend--close {
    max-height: 0px;
}

.page-template-lgbt-template .trigger--closed::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-template-lgbt-template .recommend__full h4 {
    color: #00b1ff;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 28px;
    margin: 16px 0 12px;
}

.page-template-lgbt-template .recommend__full p {
    line-height: 1.7em;
}

.page-template-lgbt-template .recommend__full p:first-child {
    margin-bottom: 0px;
}

.page-template-lgbt-template .recommend__col {
    width: 33%;
    display: inline-block;
    float: left;
    padding: 20px;
}

.page-template-lgbt-template .lgbt__blog ul li {
    float: left;
    height: 300px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.page-template-lgbt-template .lgbt__blog ul li:nth-child(odd) {
    margin-right: 20px;
}

.page-template-lgbt-template .lgbt__blog ul li a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
}

.page-template-lgbt-template .lgbt__blog ul li.lgbt--featured__post a{
    display: none;
}

.page-template-lgbt-template .lgbt__blog ul li.lgbt--featured__post a.blogPost--active{
    display: block;
}

.page-template-lgbt-template .lgbt__blog ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: 0px 2px 5px #000;
    width: 100%;
    font-size: 26px;
    padding: 20px;
    line-height: 1.2em;
}

.page-template-lgbt-template .top__cities {
    margin-bottom: 30px;
}

.page-template-lgbt-template .top__cities ul li {
    display: inline-block;
    width: calc(25% - 8px);
    float: left;
    margin-right: 10px;
}

.page-template-lgbt-template .top__cities ul li a img{
    max-width: 100%;
}

.page-template-lgbt-template .top__cities ul li:last-child {
    margin-right: 0px;
}

@media(max-width: 1075px){
    .page-template-lgbt-template .lgbt__hero{
        /*max-height: 430px;*/
    }

    .page-template-lgbt-template .content--Chicago ul li:first-child .hotel__info h2::after,
    .page-template-lgbt-template .content--Chicago ul li:nth-child(2) .hotel__info h2::after{
        content: '';
        display: block;
        height: 20px;
    }
}

@media(max-width: 830px) and (hover: hover){
    .page-template-lgbt-template .lgbt__tabs ul li{
        margin-bottom: 10px;
    }
}


/* Tabs view items */
.categories-nav-container {
    clear: both;
    margin: 40px 0 0;
    padding: 0 2%;
    width: 96%;
    position: relative;
}

.categories-nav {
    height: 44px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

    .categories-nav ul {
        border-bottom: 1px solid #c7c7c7;
        clear: both;
        float: left;
        height: 43px;
        list-style: outside none none;
        max-width: 355px;
        width: 100%;
    }

        .categories-nav ul li {
            background-color: #ececec;
            border-color: #c7c7c7 #c7c7c7 -moz-use-text-color;
            border-style: solid solid none;
            border-width: 1px 1px medium;
            float: left;
            height: 38px;
            left: -1px;
            margin: 4px 0 0;
            position: relative;
            width: 119px;
        }

            .categories-nav ul li:first-child {
                border-right: medium none;
                left: 0;
                position: relative;
            }

            .categories-nav ul li p {
                color: #676767;
                font-size: 13px;
                line-height: 38px;
                text-align: center;
                cursor: pointer;
            }


            .categories-nav ul li.active {
                background-color: #003560;
                border-left: 1px solid #c7c7c7;
                border-right: 1px solid #c7c7c7;
                border-top: 1px solid #c7c7c7;
                height: 43px;
                margin: 0;
            }

                .categories-nav ul li.active p {
                    color: #fff;
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 42px;
                    cursor: initial;
                }


/* Map view */
.geo-wrapper.geo-toggle {
    clear: both;
    position: relative;
}

    .geo-wrapper.geo-toggle .close-map {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 77777;
        background: url('images/overlay_close_mobile.png') no-repeat center center;
        cursor: pointer;
    }


.destinations_google_map {
    height: 355px;
    background-color: #FFFFFF;
    /* Next rules are from Effect 6 See:  http://www.paulund.co.uk/creating-different-css3-box-shadows-effects */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #e1e1e1;
}

/* List view */
.cssCategoryGrouped .content-area {
    padding-top: 5%;
}

.cssCategoryGrouped h2 {
    color: #333;
    font-size: 30px;
    line-height: 32px;
}


    .cssCategoryGrouped h2.pagination {
        clear: left;
        float: left;
        margin: 34px 20px 15px 0;
    }

.cssCategoryGrouped h3 {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
}

    .cssCategoryGrouped h3 a {
        color: #999;
    }

.cssCategoryGrouped h4.pagination {
    clear: left;
    float: left;
    color: #00b0ff;
    font-size: 15px;
    line-height: 18px;
    margin: 34px 20px 15px 0;
}

.cssCategoryGrouped ul.pagination {
    clear: none;
    float: right;
    margin: 34px 20px 15px 0;
    list-style: outside none none;
    width: auto;
}

    .cssCategoryGrouped ul.pagination li {
        border-right: 2px solid #999;
        color: #999;
        float: left;
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        padding: 0 5px;
        text-transform: uppercase;
    }

        .cssCategoryGrouped ul.pagination li a:link,
        .cssCategoryGrouped ul.pagination li a:visited {
            color: #00b0ff;
            font-size: 15px;
            font-weight: bold;
            line-height: 15px;
            text-decoration: none;
            text-transform: uppercase;
        }

.cssCategoryGrouped .GridContainer article {
    margin: 0px 10px 10px 0px;
}

.cssCategoryGrouped div.pagination {
    float: right;
    margin: 34px 2% 15px 0;
}

    .cssCategoryGrouped div.pagination a,
    .cssCategoryGrouped div.pagination a:link,
    .cssCategoryGrouped div.pagination a:visited {
        color: #00b0ff;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
    }


.back-top {
    clear: both;
    height: 38px;
    margin: 60px auto;
    width: 100%;
}


    .back-top a {
        background: #f5f5f5 url('images/backtop_bg.png') no-repeat scroll right top;
        border: 1px solid #ccc;
        color: #666;
        display: block;
        float: none;
        font-size: 16px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        margin: 0 auto !important;
        max-width: 422px;
        min-width: 300px;
        padding: 0 2%;
        text-decoration: none;
        width: 96%;
    }

/**
 * 18.0 Category Tags Formatting
 * -----------------------------------------------------------------------------
 */


.cssCategoryTags .archive-header {
    margin: 0px;
    padding: 0px;
    color: black;
}

.cssCategoryTags .GridContainer article {
    background-color: #f4f4f4;
    clear: none;
    float: left;
    margin: 0 20px 20px 0px;
    height: 330px;
    max-height: 330px;
    width: 235px;
    max-width: 235px;
    min-height: 330px;
    overflow: hidden;
}

    .cssCategoryTags .GridContainer article .post-thumbnail-category {
        height: 100%;
        max-height: 215px;
        max-width: 235px;
        width: 100%;
        overflow: hidden;
    }

.cssCategoryTags .blog-post {
    position: relative;
}

.cssCategoryTags .blog-post-description p.title {
    color: #0069ba;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 5% 3px 9%;
    margin: 0px;
}

.cssCategoryTags .blog-post-description p.intro {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 18px;
    padding: 5% 5% 5px 9%;
    margin: 0px;
}

.cssCategoryTags .blog-post-description p.tags {
    color: #666;
    font-size: 11px;
    line-height: 14px;
    padding: 0 5% 20px 9%;
    margin: 0px;
}

/**
 * 18.0 Authors Formatting
 * -----------------------------------------------------------------------------
 */


.cssAuthorsList .archive-header {
    margin: 0px;
    padding: 0px;
    color: black;
}

.cssAuthorsList .GridContainer {
    max-width: 1000px;
    margin: 0 auto;
}

    .cssAuthorsList .GridContainer article {
        background-color: #f4f4f4;
        clear: none;
        float: left;
        margin: 0 10px 10px 0px;
        height: 413px;
        max-height: 413px;
        width: 235px;
        max-width: 235px;
        min-height: 413px;
        overflow: hidden;
    }

        .cssAuthorsList .GridContainer article .post-thumbnail {
            height: 100%;
            max-height: 215px;
            max-width: 235px;
            width: 100%;
            overflow: hidden;
        }



.cssAuthorsList .blog-post p.title {
    color: #0069ba;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 5% 3px 9%;
    margin: 0px;
}

.cssAuthorsList .blog-post p.intro {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5% 5px 9%;
    margin: 0px;
}

.cssAuthorsList .blog-post p.tags {
    color: #666;
    font-size: 11px;
    line-height: 14px;
    padding: 0 5% 20px 9%;
    margin: 0px;
}
/**
 * 19.0 Promotions Container
 * -----------------------------------------------------------------------------
 */
.promotions-container {
    background-color: #f4f4f4;
    min-height: 291px;
    height: 100%;
    margin: 0 auto 40px;
    max-width: 1230px;
    position: relative;
    z-index: 99;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
}

    .promotions-container .promotions-content {
        height: 100%;
        list-style: outside none none;
        margin: 0 auto;
        max-width: 1150px;
        width: 100%;
    }

.promotions-content ul {
    list-style: outside none disc;
    margin: 0 0 30px 29.4%;
}

.promotions-content li {
    float: left;
    margin: 0 0 0 5%;
    padding: 17px 0 0;
}

/*.promotions-content li:first-child {
        margin: 0 5% 0 0;
    }*/






/* Ultimate Social Media PLUS - plugin */

.sfsiplus_footerLnk {
    display: none;
}

.ultimate-social-icons {
    position: relative;
    z-index: 77777;
    margin: 25px 0px;
}

    .ultimate-social-icons .sfsiplus_norm_row {
        right: 0px;
    }

/*.ultimate-social-icons .sfsiplus_norm_row .sfsi_plus_wDiv {
        width: 100% !important;
    }*/

#searchWidgetMobile {
    display: none;
}


#searchWidget {
    text-align: center;
    background-color: rgba(4, 35, 60,0.8);
}

    #searchWidget div {
        display: inline-block;
        overflow: hidden;
        border-radius: 2px;
        margin: 6px 0 0 0;
    }

    #searchWidget iframe {
        margin: -3px 0 -7px -2px;
    }



/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {

    #site-header img {
        width: 210px;
    }

    .header-main-topnav {
        min-height: 54px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px 2% 0px 2%;
        position: relative;
        width: 96%;
    }

    .header-main {
        min-height: 70px;
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 2%;
        width: 96%;
        position: relative;
        background-color: #04233C;
    }

    .GridContainer {
        padding-left: 2%;
    }

    .featured-content .post-thumbnail img {
        height: 100%;
    }

    .list-view .site-content .post-thumbnail {
        background: none;
        width: auto;
        z-index: 2;
    }

        .list-view .site-content .post-thumbnail img {
            float: left;
            margin: 0 10px 0px 0;
        }

    .list-view .site-content .entry-header {
        background-color: transparent;
        padding: 0;
    }

    .list-view .content-area {
        padding: 0px;
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0;
        min-height: 60px;
        padding: 12px 0 9px;
    }

    .list-view .site-content .cat-links,
    .list-view .site-content .entry-content,
    .list-view .site-content .entry-summary,
    .list-view .site-content footer.entry-meta {
        display: none;
    }

    .list-view .site-content .entry-title {
        clear: none;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 6px;
        text-transform: none;
    }

    .list-view .site-content .format-aside .entry-title,
    .list-view .site-content .format-link .entry-title,
    .list-view .site-content .format-quote .entry-title {
        display: block;
    }

    .list-view .site-content .entry-meta {
        background-color: transparent;
        clear: none;
        margin: 0;
        text-transform: none;
    }

    .archive-header,
    .page-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 24px auto 0;
        padding-bottom: 24px;
    }

    .error404 .page-header {
        border-bottom: 0;
        margin: 0 auto 24px;
        padding: 0 10px;
    }
}

@media screen and (min-width: 401px) {

    .full-size-link:before,
    .parent-post-link:before,
    .site-content span + .byline:before,
    .site-content span + .comments-link:before,
    .site-content span + .edit-link:before,
    .site-content span + .entry-date:before {
        content: "";
    }

    .attachment span.entry-date:before,
    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before,
    .site-content .byline a:before,
    .site-content .comments-link a:before,
    .site-content .entry-date a:before,
    .site-content .featured-post:before,
    .site-content .full-size-link a:before,
    .site-content .parent-post-link a:before,
    .site-content .post-format a:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal 16px/1 Genericons;
        text-decoration: inherit;
        vertical-align: text-bottom;
    }

    .site-content .entry-meta > span {
        margin-right: 10px;
    }

    .site-content .format-video .post-format a:before {
        content: "\f104";
    }

    .site-content .format-audio .post-format a:before {
        content: "\f109";
    }

    .site-content .format-image .post-format a:before {
        content: "\f473";
    }

    .site-content .format-quote .post-format a:before {
        content: "\f106";
        margin-right: 2px;
    }

    .site-content .format-gallery .post-format a:before {
        content: "\f103";
        margin-right: 4px;
    }

    .site-content .format-aside .post-format a:before {
        content: "\f101";
        margin-right: 2px;
    }

    .site-content .format-link .post-format a:before {
        content: "\f107";
        position: relative;
        top: 1px;
    }

    .site-content .featured-post:before {
        content: "\f308";
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

    .site-content .entry-date a:before,
    .attachment .site-content span.entry-date:before {
        content: "\f307";
        margin-right: 1px;
        position: relative;
        top: 1px;
    }

    .site-content .entry-reading-time:before {
        margin-right: 1px;
        position: relative;
        top: 1px;
    }

    .entry-reading-time-thumbs {
        margin-right: 1px;
        position: relative;
        top: 3px;
        font-size: 11px;
        line-height: 12px;
        vertical-align: top;
    }



    .site-content .byline a:before {
        content: "\f304";
    }

    .site-content .comments-link a:before {
        content: "\f108";
        margin-right: 2px;
        color: black;
    }

    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before {
        content: "\f411";
    }

    .site-content .full-size-link a:before {
        content: "\f402";
        margin-right: 1px;
    }

    .site-content .parent-post-link a:before {
        content: "\f301";
    }

    .list-view .site-content .hentry {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 48px;
    }

        .list-view .site-content .hentry:first-of-type,
        .list-view .site-content .hentry.has-post-thumbnail {
            border-top: 0;
            padding-top: 0;
        }

    .archive-header,
    .page-header {
        /*margin: 0 auto 60px;*/
        /*padding: 0 10px;*/
    }

    .error404 .page-header {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 594px) {
    .site-content .entry-header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .site-content .has-post-thumbnail .entry-header {
        /*margin-top: -48px;*/
    }
}

@media screen and (max-width: 673px) {



    .slider .featured-content .post-thumbnail {
        padding-top: 0%;
        position: static;
    }
}

@media screen and (min-width: 673px) {

    .search-toggle {
        margin-right: 18px;
    }

    .site-content {
    }

        .site-content .has-post-thumbnail .entry-header {
            margin-top: 0;
        }

        .archive-header,
        .comments-area,
        .image-navigation,
        .page-header,
        .page-content,
        .post-navigation,
        .site-content .entry-content,
        .site-content .entry-summary,
        .site-content footer.entry-meta {
            padding-right: 30px;
            padding-left: 30px;
        }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

    .full-width .site-content {
        margin-right: 0;
    }

    .post-template-post-full-width-php .site-content {
        margin-right: 0;
    }

    .full-width .site-content .has-post-thumbnail .entry-header,
    .full-width.singular .site-content .hentry.has-post-thumbnail {
    }

    #secondary,
    #supplementary {
        padding: 0 30px;
    }

    .content-sidebar {
        border: 0;
        float: right;
        margin-left: -33.33333333%;
        padding: 48px 30px 24px;
        width: 33.33333333%;
    }

    .grid .featured-content .hentry {
        float: left;
        width: 50%;
    }

        .grid .featured-content .hentry:nth-child( 2n+1 ) {
            clear: both;
        }

    .grid .featured-content .entry-header {
        border-color: #04233C;
        border-style: solid;
        border-width: 12px 10px;
        height: 96px;
        padding: 0;
    }

    .slider .featured-content .entry-title {
        font-size: 22px;
        line-height: 1.0909090909;
    }

    .slider .featured-content .entry-header {
        background-color: rgba(0, 0, 0, 0.6);
        height: 100%;
        padding: 40px 20px;
        position: absolute;
        right: 115px;
        top: 0px;
        width: 235px;
        z-index: 93;
    }

    .slider-control-paging {
        background: transparent;
        margin-top: -68px;
        padding-left: 20px;
        width: 50%;
    }

    .slider-direction-nav {
        clear: none;
        float: right;
        margin-top: -68px;
        width: 98px;
    }

        .slider-direction-nav li {
            border: 0;
            padding: 0 1px 0 0;
        }

            .slider-direction-nav li:last-child {
                padding: 0 0 0 1px;
            }

        .slider-direction-nav a {
            height: 48px;
        }

            .slider-direction-nav a:before {
                line-height: 48px;
            }

    .site-info {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 783px) {

    #custom-header {
        margin-left: 0;
    }

    /* Logos */
    .header-main {
        min-height: 70px;
    }

    #site-header img {
        /*width: 55%;*/
    }

    /* Main Nav */
    .primary-nav-wrapper {
        background-color: #04233C;
        padding-bottom: 25px;
        margin-left: -3%;
        width: 100%;
    }

        .primary-nav-wrapper.toggled-on {
            padding-bottom: 65px;
            border-bottom: 9px solid #00b0ff;
        }

        .primary-nav-wrapper .header-social-icons {
            float: left;
            height: 35px;
            list-style: outside none none;
            margin: 0px 10px;
            position: relative;
            top: 0px;
            padding-bottom: 15px;
            width: 95%;
        }

        .primary-nav-wrapper .header-map {
            position: relative;
            float: left;
            margin: 0 0 0 2%;
            padding-bottom: 15px;
        }


        .primary-nav-wrapper .header-social-icons,
        .primary-nav-wrapper .header-map,
        .primary-nav-wrapper .header-news-authors {
            display: none;
        }

            /* Main Nav  - Toggle ON */

            .primary-nav-wrapper .header-social-icons.toggled-on,
            .primary-nav-wrapper .header-map.toggled-on,
            .primary-nav-wrapper .header-news-authors.toggled-on {
                display: block;
            }

            .primary-nav-wrapper .header-news-authors.toggled-on {
                left: 2%;
            }

                .primary-nav-wrapper .header-news-authors.toggled-on a {
                    font-family: HelveticaNeueLTStdRoman,Arial,Helvetica,sans-serif;
                    font-size: 14px;
                    height: 38px;
                    line-height: 38px;
                    color: #FFFFFF;
                }

    .primary-navigation.toggled-on {
        padding-bottom: 15px;
    }

    .primary-navigation ul.nav-menu li {
        background: #04233C url("images/mobile_menu_bg.png") repeat-x scroll left top;
        border-radius: 0;
        border-top: 1px solid #2b4a6c;
        display: block;
        float: none;
        height: 50px;
        width: 100%;
    }

        .primary-navigation ul.nav-menu li a:link,
        .primary-navigation ul.nav-menu li a:visited {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-radius: 4px;
            color: white;
            display: block;
            font-family: HelveticaNeueLTStdRoman,Arial,Helvetica,sans-serif;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            margin: 6.5px 1% 0;
            padding: 0 2%;
            text-decoration: none;
            width: 94%;
        }

        .primary-navigation ul.nav-menu li a:hover {
            background-color: #0e2944;
        }

    .primary-navigation .menu-toggle-home-link {
        visibility: visible;
        cursor: pointer;
        font-size: 10px;
        height: 12px;
        margin: 0;
        padding: 0px;
        overflow: hidden;
        position: absolute;
        top: -65px;
        right: 9px;
        text-align: right;
        width: 50px;
        color: #04233C !important;
        text-transform: uppercase;
    }

        .primary-navigation .menu-toggle-home-link:before {
            font-weight: normal;
            content: "\f409";
            color: #04233C !important;
        }




    /* Search ON Box - Toggle ON */


    .primary-nav-wrapper.search-on {
        padding-bottom: 75px;
        border-bottom: 9px solid #00b0ff;
    }

        .primary-nav-wrapper.search-on.toggled-on {
            padding-bottom: 120px;
        }

    .mobile-search {
        display: initial;
        position: absolute;
        top: 20px;
        right: 0;
    }

        .mobile-search:hover {
            cursor: pointer;
        }

        .mobile-search.search-on {
            opacity: 0.7;
        }

    .search-box-wrapper {
        width: 96%;
        margin: 2%;
        display: none;
    }

        .search-box-wrapper.search-on {
            display: block;
        }


    /* Secondary Nav */
    .primary-navigation .sub-menu,
    .secondary-navigation .sub-menu {
        display: none;
    }

    .header-main-topnav,
    .secondary-navigation {
        background-color: white;
    }

        .secondary-navigation.toggled-on {
            padding: 46px 0px 0px 0px;
        }

        .secondary-navigation ul.nav-menu {
            border-top: 1px solid #c7c7c7;
            clear: both;
            display: none;
            height: auto;
            left: 0;
            margin: 0 -100% 0 0;
            position: relative;
            top: 1px;
            width: 100%;
        }

            .secondary-navigation ul.nav-menu li {
                border-bottom: 1px solid #c7c7c7;
                border-radius: 0;
                clear: both;
                float: left;
                height: auto;
                margin: 0;
                min-height: 53px;
                width: 100%;
            }

                .secondary-navigation ul.nav-menu li:hover {
                    cursor: pointer;
                    background-color: #d1eaff;
                }

                .secondary-navigation ul.nav-menu a,
                .secondary-navigation ul.nav-menu li a:link,
                .secondary-navigation ul.nav-menu li a:visited {
                    color: #0065b8;
                    display: block;
                    font-family: HelveticaNeueLTStdRoman,Arial,Helvetica,sans-serif;
                    font-size: 15px;
                    font-weight: bold;
                    border-radius: 0;
                    height: 53px;
                    line-height: 53px;
                    padding: 0 0 0 18px;
                    text-decoration: none;
                }


    /* Misc page elements for mobile */
    .single .post-thumbnail {
        height: 120px;
    }

    /*.single .ultimate-social-icons {
        display: none;
    }*/

    .single .entry-header {
        margin-top: 10px;
    }


    .headingBanner {
        position: relative;
        min-height: 120px;
    }


        .headingBanner .post-thumbnail-entry-title {
            bottom: 0%;
        }

            .headingBanner .post-thumbnail-entry-title .entry-title {
                font-size: 2em;
                line-height: 1.1em;
            }

    .addthis_toolbox {
        display: inherit;
    }

    .dd_outer {
        display: none !important;
    }

    #TOCScrolledSidebar {
        visibility: hidden;
    }


    #footer-sidebar li {
        float: left;
        margin-right: 10px;
    }

    #navcontainer {
        margin-left: -40px;
    }

    .navbar-right {
        margin: 9px 66px -10px 0;
    }

        .navbar-right > ul {
            position: absolute;
            top: 60px;
            right: 10px;
        }

    .rewardsBadge {
        top: 20px;
        left: 175px;
    }

    .ultimate-social-icons {
        margin: 5px -15px;
    }

    .us_wrapper.us_skin_round .us_button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

        .us_wrapper.us_skin_round .us_button.us_no_count {
            width: 30px;
        }

        .us_wrapper.us_skin_round .us_button .us_box {
            width: 60px;
        }

    .site-content .entry-meta {
        margin-top: -32px;
        margin-left: -15px;
        max-width: 67%;
    }
}

@media screen and (max-width: 736px) {
    .mobile-search {
        top: 10px;
        right: 100px;
    }
}

@media screen and (max-width: 732px) {
    #searchWidget > div {
        /*width: 100%;
        height: 90px;
        position: relative;*/
    }

    #searchWidget iframe {
        /*width: 728px;
        height: 90px;
        position: absolute;
        left: -10px;
        transform: scale(0.9);
        max-width: 200%;*/
    }
}

@media screen and (max-width: 640px) {
    #searchWidget > div {
    }

    #searchWidget iframe {
        left: -45px;
        transform: scale(0.85);
    }
}

@media screen and (max-width: 425px) {
    #searchWidget {
        display: none;
    }

    #searchWidgetMobile {
        display: block;
        text-align: center;
        background-color: rgba(4, 35, 60,0.8);
        padding: 5px 0;
    }

        #searchWidgetMobile div {
            display: inline-block;
            overflow: hidden;
            border-radius: 2px;
            margin: 6px 0 0 0;
        }

        #searchWidgetMobile iframe {
            margin: -3px 0 -7px -2px;
        }

    .headingBanner {
        min-height: 160px;
    }

    .site-content .entry-meta {
        margin-top: 20px;
        margin-left: 0;
        max-width: 100%;
    }

    .single .entry-content {
        padding-right: 0;
        width: 95%;
    }
}

@media screen and (min-width: 783px) {

    .header-main {
        padding-right: 0;
        padding-left: 0;
    }

    .search-toggle {
        margin-right: 0;
    }

    /* Fixed Header*/
    .admin-bar.masthead-fixed .site-header {
        top: 32px;
    }


    /* Navigation */
    .site-navigation li .current_page_item > a,
    .site-navigation li .current_page_ancestor > a,
    .site-navigation li .current-menu-item > a,
    .site-navigation li .current-menu-ancestor > a {
        color: #0065B8;
    }

    /* Primary Navigation */

    .primary-navigation {
        margin: 0 1px 0 -12px;
        padding: 0;
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #00b0ff;
    }

        .primary-navigation .menu-toggle {
            display: none;
            padding: 0;
        }

        .primary-navigation .nav-menu {
            border-bottom: 0;
            display: block;
        }

        .primary-navigation.toggled-on {
            border-bottom: 0;
            margin: 0;
            padding: 0;
        }

        .primary-navigation li {
            border: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            position: relative;
            border-radius: 5px 5px 0 0;
            font-size: 14px;
        }

            .primary-navigation li:hover {
            }

        .primary-navigation a {
            display: inline-block;
            padding: 0 7px;
            white-space: nowrap;
            color: #00b0ff;
        }

        .primary-navigation ul ul {
            background-color: #FFFFFF;
            float: left;
            margin: 0;
            position: absolute;
            top: 35px;
            left: -999em;
            z-index: 99999;
            border-radius: 0;
            border-top: 2px solid #00b0ff;
            box-shadow: 1px 1px 9px #888;
            margin-top: 0;
        }

        .primary-navigation li li {
            border: 0;
            display: block;
            height: auto;
        }

        .primary-navigation ul ul ul {
            left: -999em;
            top: 0;
        }

        .primary-navigation ul ul a {
            white-space: normal;
            width: 176px;
            color: #00b0ff;
        }

        .primary-navigation li:hover > a,
        .primary-navigation li.focus > a {
            color: white;
        }

        .primary-navigation ul ul li:hover > a,
        .primary-navigation ul ul li.focus > a {
            color: #04233C;
        }

        .primary-navigation ul ul a:hover,
        .primary-navigation ul ul li.focus > a {
            background-color: #fafafa;
        }

        .primary-navigation ul li:hover > ul,
        .primary-navigation ul li.focus > ul {
            left: auto;
        }

        .primary-navigation ul ul li:hover > ul,
        .primary-navigation ul ul li.focus > ul {
            left: 100%;
        }

        .primary-navigation .menu-item-has-children > a,
        .primary-navigation .page_item_has_children > a {
            padding-right: 26px;
        }

            .primary-navigation .menu-item-has-children > a:after,
            .primary-navigation .page_item_has_children > a:after {
                -webkit-font-smoothing: antialiased;
                /*content: url(images/nav_down_bg.png);*/
                content: '\f431';
                display: inline-block;
                font: bold 14px/1 Genericons;
                position: absolute;
                right: 8px;
                top: 10px;
                vertical-align: text-bottom;
            }

        .primary-navigation li .menu-item-has-children > a,
        .primary-navigation li .page_item_has_children > a {
            padding-right: 20px;
            width: 168px;
        }

        .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
        .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
        .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
        .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
            content: "\f501";
            right: 8px;
            top: 20px;
        }


    /* Secondary Navigation */
    .secondary-navigation {
        margin: 0 1px 0 -12px;
        padding: 0;
        position: relative;
        float: right;
    }

        .secondary-navigation .menu-toggle {
            display: none;
            padding: 0;
        }

        .secondary-navigation .nav-menu {
            border-bottom: 0;
            display: block;
        }

        .secondary-navigation.toggled-on {
            border-bottom: 0;
            margin: 0;
            padding: 0;
        }

        .secondary-navigation li {
            border: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            position: relative;
            border-radius: 5px 5px 0 0;
        }

            .secondary-navigation li:hover {
                background-color: #FFFFFF;
            }

        .secondary-navigation a {
            display: inline-block;
            padding: 0 12px;
            white-space: nowrap;
            color: #04233C;
        }

        .secondary-navigation ul ul {
            background-color: #FFFFFF;
            float: left;
            margin: 0;
            position: absolute;
            top: 35px;
            left: -999em;
            z-index: 99999;
            border-radius: 0;
            border-top: 2px solid #00b0ff;
            box-shadow: 1px 1px 9px #888;
            margin-top: 0;
        }

        .secondary-navigation li li {
            border: 0;
            display: block;
            height: auto;
        }

        .secondary-navigation ul ul ul {
            left: -999em;
            top: 0;
        }

        .secondary-navigation ul ul a {
            white-space: normal;
            width: 176px;
            color: #04233C;
        }

        .secondary-navigation li:hover > a,
        .secondary-navigation li.focus > a {
            color: #00b0ff;
        }

        .secondary-navigation ul ul a:hover,
        .secondary-navigation ul ul li.focus > a {
            background-color: #FAFAFA;
            color: #00b0ff;
        }

        .secondary-navigation ul li:hover > ul,
        .secondary-navigation ul li.focus > ul {
            left: auto;
        }

        .secondary-navigation ul ul li:hover > ul,
        .secondary-navigation ul ul li.focus > ul {
            left: 100%;
        }

        .secondary-navigation .menu-item-has-children > a,
        .secondary-navigation .page_item_has_children > a {
            padding-right: 26px;
        }

            .secondary-navigation .menu-item-has-children > a:after,
            .secondary-navigation .page_item_has_children > a:after {
                -webkit-font-smoothing: antialiased;
                content: url(images/exp_header_nav_bg.png);
                display: inline-block;
                font: normal 8px/1 Genericons;
                position: absolute;
                right: 8px;
                top: 14px;
                vertical-align: text-bottom;
            }

        .secondary-navigation li .menu-item-has-children > a,
        .secondary-navigation li .page_item_has_children > a {
            padding-right: 20px;
            width: 168px;
        }

        .secondary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
        .secondary-navigation .menu-item-has-children li.page_item_has_children > a:after,
        .secondary-navigation .page_item_has_children li.menu-item-has-children > a:after,
        .secondary-navigation .page_item_has_children li.page_item_has_children > a:after {
            content: "\f501";
            right: 8px;
            top: 20px;
        }
}

@media screen and (min-width: 810px) {

    .attachment .entry-attachment .attachment {
        margin-right: -168px;
        margin-left: -168px;
        max-width: 810px;
    }

    .attachment .site-content .attachment img {
        display: block;
        margin: 0 auto;
    }

    .contributor-avatar {
        margin-left: -168px;
    }

    .contributor-summary {
        float: left;
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content blockquote.alignright {
        width: -webkit-calc(50% + 130px);
        width: calc(50% + 130px);
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content img.size-full.alignleft,
    .full-width .site-content img.size-large.alignleft,
    .full-width .site-content img.size-medium.alignleft,
    .full-width .site-content .wp-caption.alignleft {
        margin-left: -168px;
    }

    .full-width .site-content .alignleft {
        clear: left;
    }

    .full-width .site-content blockquote.alignright,
    .full-width .site-content img.size-full.alignright,
    .full-width .site-content img.size-large.alignright,
    .full-width .site-content img.size-medium.alignright,
    .full-width .site-content .wp-caption.alignright {
        /*margin-right: -168px;*/
    }

    .full-width .site-content .alignright {
        clear: right;
    }


    .post-template-post-full-width-php .site-content blockquote.alignleft,
    .post-template-post-full-width-php .site-content blockquote.alignright {
        width: -webkit-calc(50% + 130px);
        width: calc(50% + 130px);
    }

    .post-template-post-full-width-php .site-content blockquote.alignleft,
    .post-template-post-full-width-php .site-content img.size-full.alignleft,
    .post-template-post-full-width-php .site-content img.size-large.alignleft,
    .post-template-post-full-width-php .site-content img.size-medium.alignleft,
    .post-template-post-full-width-php .site-content .wp-caption.alignleft {
        margin-left: -168px;
    }

    .post-template-post-full-width-php .site-content .alignleft {
        clear: left;
    }

    .post-template-post-full-width-php .site-content blockquote.alignright,
    .post-template-post-full-width-php .site-content img.size-full.alignright,
    .post-template-post-full-width-php .site-content img.size-large.alignright,
    .post-template-post-full-width-php .site-content img.size-medium.alignright,
    .post-template-post-full-width-php .site-content .wp-caption.alignright {
        margin-right: -168px;
    }

    .post-template-post-full-width-php .site-content .alignright {
        clear: right;
    }
}

@media screen and (min-width: 846px) {
    .content-area,
    .content-sidebar {
        padding-top: 0px;
    }

    .post-template-post-full-width-php .site-content .has-post-thumbnail .entry-header {
        margin-top: 0px;
    }

    .comment-list .trackback,
    .comment-list .pingback,
    .comment-list article {
        margin-bottom: 36px;
        padding-top: 36px;
    }

    .comment-author .avatar {
        height: 34px;
        top: 2px;
        width: 34px;
    }

    .comment-author,
    .comment-awaiting-moderation,
    .comment-content,
    .comment-list .reply,
    .comment-metadata {
        padding-left: 50px;
    }

    .comment-list .children {
        margin-left: 20px;
    }

    .full-width.singular .site-content .hentry.has-post-thumbnail {
    }

    .featured-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1008px) {
    .city_google_map_wrapper {
        min-width: 1115px;
        width: 1115px;
    }

    .search-box-wrapper {
    }

    .main-content {
        float: left;
    }

    .site-content {
    }

        .site-content .entry-header {
            margin-top: 0;
        }

    .content-sidebar {
        margin-left: -29.04761904%;
        width: 29.04761904%;
    }

    .site:before {
        background-color: #04233C;
        content: "";
        display: block;
        height: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        z-index: 2;
    }

    #secondary {
        background-color: transparent;
        border: 0;
        clear: none;
        float: left;
        margin: 0 0 0 -100%;
        min-height: 100vh;
        width: 122px;
    }

    .primary-sidebar {
        padding-top: 0;
    }

    .site-description {
        display: block;
        margin: -3px 0 21px;
    }

        .site-description:empty {
            margin: 0;
        }

    .footer-sidebar .widget,
    .primary-sidebar .widget {
        font-size: 12px;
        line-height: 1.5;
    }

    .footer-sidebar .widget {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0 2% 0 0;
        padding: 0px;
        width: 30%;
    }

        .footer-sidebar .widget h1,
        .footer-sidebar .widget h1 a,
        .footer-sidebar .widget h1 a:link,
        .footer-sidebar .widget h1 a:focus,
        .footer-sidebar .widget h1 a:hover,
        .footer-sidebar .widget h1 a:visited,
        .footer-sidebar .widget h2,
        .footer-sidebar .widget h2 a,
        .footer-sidebar .widget h2 a:link,
        .footer-sidebar .widget h2 a:focus,
        .footer-sidebar .widget h2 a:hover,
        .footer-sidebar .widget h2 a:visited,
        .footer-sidebar .widget h3,
        .footer-sidebar .widget h3 a,
        .footer-sidebar .widget h3 a:link,
        .footer-sidebar .widget h3 a:focus,
        .footer-sidebar .widget h3 a:hover,
        .footer-sidebar .widget h3 a:visited,
        .footer-sidebar .widget h4,
        .footer-sidebar .widget h4 a,
        .footer-sidebar .widget h4 a:link,
        .footer-sidebar .widget h4 a:focus,
        .footer-sidebar .widget h4 a:hover,
        .footer-sidebar .widget h4 a:visited,
        .footer-sidebar .widget h5,
        .footer-sidebar .widget h5 a,
        .footer-sidebar .widget h5 a:link,
        .footer-sidebar .widget h5 a:focus,
        .footer-sidebar .widget h5 a:hover,
        .footer-sidebar .widget h5 a:visited {
            color: #999;
            font-weight: 600;
        }


        .footer-sidebar .widget h1,
        .primary-sidebar .widget h1 {
            font-size: 20px;
            line-height: 1.2;
        }

        .footer-sidebar .widget h2,
        .primary-sidebar .widget h2 {
            font-size: 1.8em;
            line-height: 1.3333333333;
        }

        .footer-sidebar .widget h3,
        .primary-sidebar .widget h3 {
            font-size: 16px;
            line-height: 1.5;
        }

        .footer-sidebar .widget h4,
        .primary-sidebar .widget h4 {
            font-size: 14px;
            line-height: 1.7142857142;
        }

        .footer-sidebar .widget h5,
        .primary-sidebar .widget h5 {
            font-size: 12px;
            line-height: 2;
        }

        .footer-sidebar .widget h6,
        .primary-sidebar .widget h6 {
            font-size: 11px;
            line-height: 2.1818181818;
        }

        .footer-sidebar .widget code,
        .footer-sidebar .widget kbd,
        .footer-sidebar .widget tt,
        .footer-sidebar .widget var,
        .footer-sidebar .widget samp,
        .footer-sidebar .widget pre,
        .primary-sidebar .widget code,
        .primary-sidebar .widget kbd,
        .primary-sidebar .widget tt,
        .primary-sidebar .widget var,
        .primary-sidebar .widget samp,
        .primary-sidebar .widget pre {
            font-size: 11px;
            line-height: 1.6363636363;
        }

        .footer-sidebar .widget blockquote,
        .primary-sidebar .widget blockquote {
            font-size: 14px;
            line-height: 1.2857142857;
        }

            .footer-sidebar .widget blockquote cite,
            .primary-sidebar .widget blockquote cite {
                font-size: 12px;
                line-height: 1.5;
            }

        .footer-sidebar .widget input,
        .footer-sidebar .widget textarea,
        .primary-sidebar .widget input,
        .primary-sidebar .widget textarea {
            font-size: 12px;
            padding: 3px 2px 4px 4px;
        }

            .footer-sidebar .widget input[type="button"],
            .footer-sidebar .widget input[type="reset"],
            .footer-sidebar .widget input[type="submit"],
            .primary-sidebar .widget input[type="button"],
            .primary-sidebar .widget input[type="reset"],
            .primary-sidebar .widget input[type="submit"] {
                padding: 5px 15px 4px;
            }

        .footer-sidebar .widget .widget-title,
        .primary-sidebar .widget .widget-title {
        }

    .footer-sidebar .widget_waveorbitz_ephemera .entry-title,
    .footer-sidebar .widget_waveorbitz_ephemera .entry-meta,
    .footer-sidebar .widget_waveorbitz_ephemera .wp-caption-text,
    .footer-sidebar .widget_waveorbitz_ephemera .post-format-archive-link,
    .footer-sidebar .widget_waveorbitz_ephemera .entry-content table,
    .primary-sidebar .widget_waveorbitz_ephemera .entry-title,
    .primary-sidebar .widget_waveorbitz_ephemera .entry-meta,
    .primary-sidebar .widget_waveorbitz_ephemera .wp-caption-text,
    .primary-sidebar .widget_waveorbitz_ephemera .post-format-archive-link,
    .primary-sidebar .widget_waveorbitz_ephemera .entry-content table {
        font-size: 11px;
        line-height: 1.6363636363;
    }

    .footer-sidebar .widget_archive li,
    .footer-sidebar .widget_categories li,
    .footer-sidebar .widget_links li,
    .footer-sidebar .widget_meta li,
    .footer-sidebar .widget_nav_menu li,
    .footer-sidebar .widget_pages li,
    .footer-sidebar .widget_recent_comments li,
    .footer-sidebar .widget_recent_entries li,
    .primary-sidebar .widget_archive li,
    .primary-sidebar .widget_categories li,
    .primary-sidebar .widget_links li,
    .primary-sidebar .widget_meta li,
    .primary-sidebar .widget_nav_menu li,
    .primary-sidebar .widget_pages li,
    .primary-sidebar .widget_recent_comments li,
    .primary-sidebar .widget_recent_entries li {
        border-top: 0;
        padding: 0 0 6px;
    }

        .footer-sidebar .widget_archive li:last-child,
        .footer-sidebar .widget_categories li:last-child,
        .footer-sidebar .widget_links li:last-child,
        .footer-sidebar .widget_meta li:last-child,
        .footer-sidebar .widget_nav_menu li:last-child,
        .footer-sidebar .widget_pages li:last-child,
        .footer-sidebar .widget_recent_comments li:last-child,
        .footer-sidebar .widget_recent_entries li:last-child,
        .primary-sidebar .widget_archive li:last-child,
        .primary-sidebar .widget_categories li:last-child,
        .primary-sidebar .widget_links li:last-child,
        .primary-sidebar .widget_meta li:last-child,
        .primary-sidebar .widget_nav_menu li:last-child,
        .primary-sidebar .widget_pages li:last-child,
        .primary-sidebar .widget_recent_comments li:last-child,
        .primary-sidebar .widget_recent_entries li:last-child {
            padding: 0;
        }

        .footer-sidebar .widget_categories li ul,
        .footer-sidebar .widget_nav_menu li ul,
        .footer-sidebar .widget_pages li ul,
        .primary-sidebar .widget_categories li ul,
        .primary-sidebar .widget_nav_menu li ul,
        .primary-sidebar .widget_pages li ul {
            border-top: 0;
            margin-top: 6px;
        }

    #supplementary {
        padding: 0;
    }

    .footer-sidebar {
        font-size: 12px;
        line-height: 1.5;
    }

    .featured-content {
    }

    .grid .featured-content .hentry {
        width: 33.3333333%;
    }

        .grid .featured-content .hentry:nth-child( 2n+1 ) {
            clear: none;
        }

        .grid .featured-content .hentry:nth-child( 3n+1 ) {
            clear: both;
        }

    .grid .featured-content .entry-header {
        height: 120px;
    }
}

@media screen and (min-width: 1040px) {

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        color: black;
        font-size: 18px;
        line-height: 27px;
        margin: 0 auto;
        max-width: 1000px;
        padding: 2% 2%;
        width: 96%;
    }

    .full-width .archive-header,
    .full-width .comments-area,
    .full-width .image-navigation,
    .full-width .page-header,
    .full-width .page-content,
    .full-width .post-navigation,
    .full-width .site-content .entry-header,
    .full-width .site-content .entry-content,
    .full-width .site-content .entry-summary,
    .full-width .site-content footer.entry-meta {
        /*padding-right: 30px;
        padding-left: 30px;*/
    }

    .post-template-post-full-width-php .archive-header,
    .post-template-post-full-width-php .comments-area,
    .post-template-post-full-width-php .image-navigation,
    .post-template-post-full-width-php .page-header,
    .post-template-post-full-width-php .page-content,
    .post-template-post-full-width-php .post-navigation,
    .post-template-post-full-width-php .site-content .entry-header,
    .post-template-post-full-width-php .site-content .entry-content,
    .post-template-post-full-width-php .site-content .entry-summary,
    .post-template-post-full-width-php .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1080px) {
    .search-box .search-field {
        width: 250px;
    }

    .site-content,
    .site-main .widecolumn {
        margin-left: 0px;
        margin-right: 0px;
    }

    .site:before {
        width: 0px;
    }

    .search-box-wrapper,
    .featured-content {
        padding-left: 0px;
    }

    #secondary {
        width: 162px;
    }

    .slider .featured-content .entry-title {
        color: #fff;
        font-size: 25px;
        line-height: 28px;
        margin: 3px auto 8px;
    }

    .slider .featured-content .cat-links a {
        color: #edba05;
        font-size: 16px;
        line-height: 19px;
        font-weight: normal;
    }

    .slider .featured-content .entry-title a:hover {
        color: #e1e1e1;
        text-decoration: none;
    }

    .slider-control-paging {
        width: 865px;
        padding-left: 24px;
    }

        .slider-control-paging li {
            margin: 12px 12px 12px 0;
        }

        .slider-control-paging a {
            height: 24px;
            width: 24px;
        }

            .slider-control-paging a:before {
                top: 6px;
                left: 6px;
            }
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
    body {
        background: none !important; /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 12pt;
    }

    .site,
    .site-header,
    .hentry,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .archive-header,
    .page-header,
    .contributor-info,
    .comments-area,
    .attachment .entry-attachment .attachment {
        max-width: 100%;
    }

    #site-header img,
    .search-toggle,
    .site-navigation,
    .site-content nav,
    .edit-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    #secondary,
    .site-footer,
    .slider-control-paging,
    .slider-direction-nav {
        display: none;
    }

    .site-title a,
    .entry-meta,
    .entry-meta a,
    .featured-content .hentry,
    .featured-content a {
        color: #2b2b2b;
    }

    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }

    .site-header,
    .post-thumbnail,
    a.post-thumbnail:hover,
    .site-content .entry-header,
    .site-footer,
    .featured-content,
    .featured-content .entry-header {
        background: transparent;
    }

    .header-main {
        padding: 48px 10px;
    }

    .site-title {
        float: none;
        font-size: 19pt;
    }

    .content-area {
        padding-top: 0;
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 48px;
        padding-bottom: 24px;
    }

    .post-thumbnail img {
        margin: 0 10px 24px;
    }

    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }

    .site-content footer.entry-meta {
        margin: 24px auto;
    }

    .entry-meta .tag-links a {
        color: #fff;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .archive-title,
    .page-title {
        margin: 0 10px 48px;
    }

    .featured-content .hentry {
        margin-bottom: 48px;
    }

    .featured-content .post-thumbnail,
    .slider .featured-content .post-thumbnail {
        padding-top: 0;
    }

        .featured-content .post-thumbnail img {
            position: relative;
        }

    .featured-content .entry-header {
        padding: 0 10px 24px;
    }

    .featured-content .entry-meta {
        font-size: 9pt;
        margin-bottom: 11px;
    }

    .featured-content .entry-title {
        font-size: 25pt;
        line-height: 36px;
    }
}

@media only screen and (max-width: 950px) {
}

@media only screen and (max-width: 495px) {
}

/* Galaxy S3 Portrait */
@media only screen and (max-width: 360px) and (-webkit-device-pixel-ratio: 2) {
}

/* Galaxy S3 Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}
/* End Orbitz Footer */


/**
 * 15.0 Hacks
 * -----------------------------------------------------------------------------
 */


/* make bold the menu items that have a title description, example: "More..." */
.primary-navigation a[title],
.secondary-navigation a[title],
.footer-sidebar a[title] {
    font-weight: 900;
}



.home .site-content {
    margin-right: 0px;
}

/* Load more articles Mosaic plugin */
#infscr-loading {
    position: absolute;
    display: block;
    bottom: -195px;
    left: 30%;
    font-size: .6em;
}

    #infscr-loading div {
        padding-left: 10px;
    }


/* Digg Digg floating social media plugin */
.fb_iframe_widget iframe {
    max-width: inherit;
}

#dd_ajax_float {
    padding: 50px 5px 20px 5px !important;
}

/* YARRP Template - yarpp-template-waveorbitz.php */
.yarpp-related {
    width: 100%;
}

    .yarpp-related .GridContainer article {
        margin: 10px 10px 0px 0px !important;
    }

.single .entry-content .yarpp-related p,
.single .entry-content .yarpp-related h2 {
    color: white;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 30px 0;
}

/* StarAuthors Plugin */
.single .entry-content .abh_tab_content .abh_text .abh_job {
    font-size: 13px !important;
}

/* Fanciest Author Box - Avatars */
.wp-user-avatar {
    border-radius: 50%;
}


/* WPP List plugin */

ul.wpp-list,
ol.wpp-list {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

    ul.wpp-list > li,
    ol.wpp-list > li {
        border-top: 2px solid #666;
        list-style: outside none none;
        margin: 0 0 6px 2em;
        padding: 4px 8px 4px 3em;
        position: relative;
    }

        ul.wpp-list > li::before,
        ol.wpp-list > li::before {
            background: #666 none repeat scroll 0 0;
            border-top: 2px solid #666;
            box-sizing: border-box;
            color: #fff;
            content: counter(li, decimal);
            counter-increment: li;
            font-family: "Helvetica Neue",Arial,sans-serif;
            font-weight: bold;
            left: 0;
            margin-right: 8px;
            padding: 4px;
            position: absolute;
            text-align: center;
            top: -2px;
            width: 2.5em;
        }







/* iPad Styles */


/* iPads (landscape) ----------- */
@media handheld, only screen and (min-width : 1024px) and (orientation : landscape) {
    #primary.content-area.cssPress .site-content,
    #primary.content-area.cssAuthorProfilePage .site-content {
        margin-right: 0%;
        margin-left: 0px;
        width: 70%;
    }

    .single .content-sidebar.cssPress,
    .single .content-sidebar.cssAuthorProfilePage {
        padding-top: 30px;
        margin-top: 15px;
        margin-left: -40%;
        margin-right: 2%;
    }

    .single #primary.content-area.cssPress .site-content,
    .single #primary.content-area.cssAuthorProfilePage .site-content {
        margin-left: 5%;
        margin-right: 29.04761904%;
        margin-left: 0px;
    }
}

@media handheld, only screen and (min-width : 768px) and (max-width: 1023px) and (orientation : portrait) {

    /* iPad Vertical rotation */

    #primary.content-area.cssPress .site-content,
    #primary.content-area.cssAuthorProfilePage .site-content {
        margin-right: 0%;
    }

    #primary.content-area.cssPress .GridContainer article,
    #primary.content-area.cssAuthorProfilePage .GridContainer article {
        margin-right: 10px;
    }

    .single #primary.content-area.cssPress .site-content,
    .single #primary.content-area.cssAuthorProfilePage .site-content {
        margin-right: 0%;
        margin-left: 5%;
        margin-left: 0px;
    }

    .content-sidebar.cssPress,
    .content-sidebar.cssAuthorProfilePage {
        margin-right: 10%;
    }
}


/* iPad Horizontal rotation */


@media handheld, only screen and (max-width: 767px) {


    /* Typography iPhone */

    .list-view .content-area {
        padding: 10px;
    }

    #primary.content-area.cssPress .GridContainer article {
        background-color: #f4f4f4;
        max-height: 146px;
        min-height: 146px;
    }

        #primary.content-area.cssPress .GridContainer article .post-thumbnail-news img {
            clear: none;
            float: left;
            height: 100%;
            margin: 0 20px 0 0;
            max-height: 146px;
            max-width: 160px;
            width: 100%;
        }

        #primary.content-area.cssPress .GridContainer article .entry-header {
            background-color: transparent;
            position: relative;
            bottom: initial;
        }

            #primary.content-area.cssPress .GridContainer article .entry-header .entry-title a {
                color: #0069ba;
                font-size: 15px;
                font-weight: bold;
                line-height: 18px;
                margin: 0 0 3px;
                text-shadow: none;
            }

            #primary.content-area.cssPress .GridContainer article .entry-header .entry-date {
                color: #6b6b6b;
                font-size: 11px;
                font-weight: bold;
                line-height: 14px;
                margin: 0 0 10px;
            }

    .content-sidebar.cssPress,
    .content-sidebar.cssAuthorProfilePage {
        margin-left: 30%;
    }

    .shadowSidebarSectionsTOC {
        width: 130px;
    }

    /*.GridContainer article.doubleSized {
        background-color: #ffffff;
        height: 217px;
        margin: 5px;
        overflow: hidden;
        padding: 0;
        width: 235px;
    }*/

    .GridContainer article,
    .GridContainer article.doubleSized {
        background-color: #f4f4f4;
        clear: none;
        float: left;
        margin: 0 20px 20px 0px;
        height: initial;
        max-height: initial;
        min-height: initial;
        width: 95%;
        max-width: 100%;
        overflow: hidden;
    }

    /*.GridContainer .post-thumbnail-shadow {
        display: none;
    }

    .cat-links a {
        color: #666666;
        display: inline-block;
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;
        margin: 0 0 3px;
        padding: 3px 5px 3px 0;
        text-decoration: none;
        text-shadow: none;
    }

    span.news-subhead {
        clear: both;
        color: #6b6b6b;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 25px;
    }



    .GridContainer article .post-thumbnail,
    .GridContainer article.doubleSized .post-thumbnail {
        float: left;
    }



        .GridContainer article .post-thumbnail img,
        .GridContainer article.doubleSized .post-thumbnail img {
            clear: none;
            float: left;
            height: auto;
            margin: 0 20px 0 0;
            max-height: 35%;
            max-width: 35%;
            width: 35%;
        }

    .site-content .GridContainer article .entry-header,
    .site-content .GridContainer article.doubleSized .entry-header {
        background-color: transparent;
        position: absolute;
        right: 2%;
        bottom: initial;
        float: right;
        max-width: 55%;
        width: 55%;
        padding: 0;
    }

    .GridContainer article .entry-header.active {
        background: none;
    }

    .GridContainer article h4 {
        font-size: 14px;
        line-height: 16px;
        text-transform: none;
    }

    .GridContainer article .entry-header .entry-title a {
        font-size: 14px;
        line-height: 16px;
        color: #0069ba;
        font-weight: normal;
        margin: 0 0 3px;
        text-shadow: none;
    }


    .GridContainer article.doubleSized .entry-excerpt {
        display: none;
    }


    .GridContainer article .entry-header .entry-date {
        color: #6b6b6b;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        margin: 0 0 10px;
    }*/


    .home .content-area {
        margin-top: 5%;
    }


    .cssAuthorsList .GridContainer article,
    .cssCategoryTags .GridContainer article {
        width: 100%;
        max-width: 100%;
        height: initial;
        max-height: initial;
        min-height: initial;
    }


        .cssAuthorsList .GridContainer article .post-thumbnail,
        .cssCategoryTags .GridContainer article .post-thumbnail-category {
            max-width: 100%;
        }
    /*
            .cssAuthorsList .GridContainer article .post-thumbnail img,
            .cssCategoryTags .GridContainer article .post-thumbnail-category img {
                float: left;
                margin: 0 5% 0 0;
                max-height: 146px;
                max-width: 160px;
                width: 100%;
                height: 100%;
            }*/

    .cssAuthorsList .blog-post p.title a {
        padding-top: 5%;
    }

    .cssAuthorsList .blog-post p.tags {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .GridContainer article h4 {
        font-size: 12px;
        line-height: 14px;
        text-transform: none;
    }

    .GridContainer article .entry-header .entry-title a {
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
        margin: 0 0 3px;
        text-shadow: none;
    }
}


/*==================================================
=           WaveOrbitz Inheritance Parapgrahps             =
==================================================*/

/* Paragraphs and quotes */

.single .entry-content {
    padding-left: 29.6%;
    width: 100%;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 30px 0;
}

    .single .entry-content .entry-content ul,
    .single .entry-content .entry-content ol {
        margin: 0 0 18px 20px;
    }

    .single .entry-content .entry-content li {
    }

    .single .entry-content p,
    .single .entry-content h2 /*, .page .entry-content p*/ {
        color: #6b6b6b;
        font-size: 18px;
        line-height: 27px;
        margin: 0 0 30px 0;
    }

        .single .entry-content p.big-text /*, .page .entry-content p.big-text*/ {
            color: #333;
            font-size: 28px;
            line-height: 38px;
            margin: 0 0 30px 0px;
        }

        .single .entry-content p.disclaimer /*, .page .entry-content p.disclaimer*/ {
            color: #333;
            font-size: 12px;
            font-style: italic;
            line-height: 16px;
            margin: 0 0 20px 0;
        }

        /* Quotes  */
        .single .entry-content p[style="margin-left: 40px;"],
        .page .entry-content p[style="margin-left: 40px;"],
        .single .entry-content blockquote p,
        .page .entry-content blockquote p {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            color: #04233C;
            float: left;
            font-size: 30px;
            font-style: italic;
            line-height: 37px;
            margin-bottom: 20px;
            margin-left: -29.6% !important;
            margin-right: 40px;
            margin-top: 20px;
            padding: 24px 0;
            width: 50%;
        }

    .single .entry-content blockquote p,
    .page .entry-content blockquote p {
        margin-left: 40px;
    }
    /* Parsing Landscapes - Small 512px */
    .single .entry-content .small-width-image-container {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        clear: left;
        float: left;
        height: auto;
        margin: 10px 40px 20px -29.6%;
        max-width: 512px;
        padding: 24px 0;
        width: 51%;
    }

        .single .entry-content .small-width-image-container img {
            height: auto;
            max-height: 290px;
            width: 100%;
        }

        .single .entry-content .small-width-image-container p {
            color: #6b6b6b;
            font-size: 15px;
            font-style: italic;
            line-height: 20px;
            margin: 10px 0 0 0;
            padding: 0;
        }

    /* Parsing Landscapes - Vertical 235px */
    .single .entry-content .vertical-image-container {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        clear: left;
        float: left;
        height: auto;
        margin: 10px 40px 20px -29.6%;
        max-width: 512px;
        padding: 24px 0;
        width: 25%;
    }

        .single .entry-content .vertical-image-container img {
            height: auto;
            max-height: 380px;
            width: 100%;
        }

        .single .entry-content .vertical-image-container p {
            color: #6b6b6b;
            font-size: 15px;
            font-style: italic;
            line-height: 20px;
            margin: 10px 0 0;
            padding: 0;
        }

    /* Offers API - Vertical 235px */
    .single .entry-content .hotels-API-container {
        z-index: 7777;
        position: relative;
        float: left;
        height: auto;
        margin: 0px 0px 0px -40%;
        max-width: 480px;
        padding: 0px 0;
        width: 30%;
        color: #6b6b6b;
        font-size: 11px;
        font-style: italic;
        line-height: 13px;
        text-align: left;
    }


.OFFERS-API .slick-slide > div {
    text-align: center;
}

.OFFERS-API .offerAPI-rating img {
    display: inline-block;
    padding: 3px 0;
}


.offerAPI-title {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
    -moz-text-decoration-color: black;
    text-decoration-color: black;
}

.offerAPI-image a {
    text-align: center;
    display: block;
    margin: 5px 0px;
}

    .offerAPI-image a img {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }

.offerAPI-name {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
}

.offerAPI-price-original {
    text-decoration: line-through;
}

.offerAPI-price {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 2em;
    margin-bottom: 0px;
    text-align: right;
    color: #000000;
    text-align: center;
}

.offerAPI-price-description {
}

.offerAPI-description {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
}

.offerAPI-see-details-button {
    text-align: center;
    min-height: 35px;
}

    .offerAPI-see-details-button a,
    .offerAPI-see-details-button a:visited {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: transparent;
        -moz-border-image: none;
        -o-border-image: none;
        -webkit-border-image: none;
        border-image: none;
        border-radius: 0.235294em;
        border-style: solid;
        border-width: 1px 1px 2px;
        cursor: pointer;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.45;
        margin: 0.705882em 0.705882em 0 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0) linear-gradient(to top, #00b0ff 0px, #FFFFFF 100%) repeat scroll 0 0;
        border-color: #00b0ff #00b0ff #00b0ff;
        color: #3d3100;
    }


/* Parsing Landscapes - Small 1230px */
.single .entry-content .full-width-image-container {
    float: left;
    height: 470px;
    left: -50%;
    margin: 15px auto 30px;
    position: relative;
    max-width: 1230px;
    width: 170%;
    z-index: 1;
    overflow: hidden;
}

.single .entry-content .full-width-image img {
    width: 100%;
}

.single .entry-content .full-width-image-shadow {
    background: transparent url("images/article_full_width_img_gradient.png") repeat-x scroll left top;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.single .entry-content .full-width-image-caption {
    background-color: rgba(206, 166, 49, 0.6);
    clear: both;
    float: right;
    height: 120px;
    padding: 115px 21px 0;
    position: absolute;
    right: 114px;
    top: 213px;
    width: 193px;
    z-index: 100;
}

    .single .entry-content .full-width-image-caption p {
        color: #04233C !important;
        font-size: 18px;
        font-style: italic;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

/* Parsing InfoGraphics */

.single .entry-content .infographic-container {
}

    .single .entry-content .infographic-container span {
        color: #000;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        margin: 0 auto 2px;
        width: 449px;
    }

.single .entry-content .infographic-content {
    margin: 0 0 24px;
    max-height: 600px;
    overflow: hidden;
}

    .single .entry-content .infographic-content img {
        border-top: 1px solid #e3e3e3;
        display: block;
        margin: 0 auto;
        max-width: 62%;
        min-width: 41%;
        padding: 24px 0 0;
        width: 100%;
    }

.single .entry-content .infographic-container .full-size {
    background: transparent url("images/infographic_gradient.png") repeat-x scroll left top;
    border-bottom: 1px solid #e3e3e3;
    height: 90px;
    margin: -114px auto 0;
    padding: 0 0 24px;
    position: relative;
    z-index: 90;
    width: 449px;
}

    .single .entry-content .infographic-container .full-size p {
        background: transparent url("images/full_size_bg.png") no-repeat scroll left center;
        clear: both;
        color: #fff;
        float: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: bold;
        height: 22px;
        line-height: 18px;
        margin: 61px 0 0 23px;
        padding: 0 0 0 30px;
        text-shadow: 1px 1px 2px #000;
    }


/* Whothemes FlexSlider2 */
.single .entry-content .slideshow-container {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    clear: left;
    float: left;
    margin: 15px 40px 20px -29.6%;
    padding: 24px 0;
    width: 512px;
}


/* YouTube Videos*/

.single .entry-content .youtube-container {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    clear: left;
    float: left;
    height: 290px;
    margin: 15px 40px 20px -29.6%;
    padding: 24px 0;
    width: 512px;
}


    .single .entry-content .youtube-container img {
        clear: none;
        float: left;
        height: 100%;
        margin: 0 -100% -100% 0;
        width: 100%;
        z-index: 1;
    }


/* Stack Images with description */
.single .entry-content .photo-stream-block img {
    margin: 0 0 5px 27.6%;
    max-height: 450px;
    max-width: 650px;
    width: 72.4%;
}

.single .entry-content .photo-stream-block p img {
    margin: 0 0 5px 0;
    width: 100%;
}

.single .entry-content.relatedpost {
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    max-width: 1230px;
}

    .single .entry-content.relatedpost .GridContainer article {
        width: 260px;
    }












/**
 * 21.0 Gay Travel (LGBT) Category - Landing Page
 * -----------------------------------------------------------------------------
 */
.lgbt-most-popular-widget {
    width: 96%;
}

    .lgbt-most-popular-widget h2 {
        margin-left: 1.5em;
    }

.lgbtHeroImage {
    background-image: url(page-templates/lgbt-community/images/lgbtHeroImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 580px;
    margin: 0 auto 25px auto;
    text-align: center;
    color: #fff;
    position: relative;
}

    .lgbtHeroImage .lgbtHeroContentWrap {
        width: 100%;
        margin: 100px auto 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .lgbtHeroImage .lgbtHeroContent {
        background-color: rgba(0,0,0,0.5);
        padding: 30px;
        padding-bottom: 25px;
    }

        .lgbtHeroImage .lgbtHeroContent div {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            text-align: center;
            font-size: 18px;
            line-height: 1.5em;
        }

        .lgbtHeroImage .lgbtHeroContent .lgbtHeroText {
            width: 100%;
        }



    .lgbtHeroImage img {
        width: 100%;
        margin: 0 auto;
    }

    .lgbtHeroImage h1 {
        font-family: HelveticaNeueLTStdRoman, Helvetica, Arial, sans-serif;
        font-size: 60px;
        font-weight: normal;
        margin: 0;
        color: white;
        text-shadow: -1px -1px 1px #000;
    }

    .lgbtHeroImage h2 {
        font-family: HelveticaNeueLTStdRoman, Helvetica, Arial, sans-serif;
        font-size: 36px;
        font-weight: normal;
        margin: 0 0 50px;
        color: white;
        text-shadow: -1px -1px 1px #000;
    }

    .lgbtHeroImage a {
        color: #fff;
        text-decoration: none;
    }

        .lgbtHeroImage a:hover {
            text-decoration: underline;
        }

.dcsns-toolbar .filter li a {
    background: #fff !important;
}

.dcsns-toolbar .filter .link-all {
    color: #555;
}

.lgbtSlider.slick-slider {
    width: 90%;
    margin: 0 auto 1px;
    padding-top: 50px;
    border-top: none;
}

    .lgbtSlider.slick-slider.visible-phone {
        display: none;
    }

.lgbtSlider .slick-slide {
    position: relative;
}


    .lgbtSlider .slick-slide img {
        height: auto;
        width: 100%;
    }

.lgbtSlider .slide__caption {
    bottom: 0;
    min-height: 5%;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 5%;
    z-index: 2;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 1em;
    vertical-align: middle;
}

/*.lgbtSlider .slide--has-caption:hover .slide__caption {
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
}*/

.lgbtSlider .slick-arrow {
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.lgbtSlider .slick-prev {
    left: 0;
}

.lgbtSlider .slick-next {
    right: 0;
}

.lgbtSlider .slick-prev, .lgbtSlider .slick-next {
    content: "";
}

    .lgbtSlider .slick-prev:before, .lgbtSlider .slick-next:before {
        content: "";
    }

.lgbtSliderNav.slick-slider {
    width: 90%;
    margin: 0 auto 25px auto;
}

.lgbtSliderNav .slick-slide {
    height: 110px;
    margin: 0 1px 0 0;
}

    .lgbtSliderNav .slick-slide img {
        height: auto;
        width: 100%;
    }

.lgbtSliderNav .slick-arrow {
    bottom: 30%;
}

.lgbtSliderNav .slick-prev {
    left: -25px;
}

.lgbtSliderNav .slick-next {
    right: -25px;
}

.lgbtMidImage {
    width: 100%;
    margin: 0 auto 50px;
}

    .lgbtMidImage img {
        width: 100%;
        margin: 0 auto;
    }

.footer-lgbt-community {
    background-image: url(page-templates/lgbt-community/images/lgbtFooterImage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    padding: 0;
    min-height: 520px;
}

    /* Offers API - Vertical 235px */
    .footer-lgbt-community .hotels-API-container {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
    }


    .footer-lgbt-community .offerAPI-title {
        font-size: 2em;
        margin-bottom: 20px;
    }

    /*.footer-lgbt-community .offerAPI-image {
        width: 100%;
        min-width: 100%;
        min-height: 400px;
        overflow: hidden;
    }*/

    .footer-lgbt-community .offerAPI-image a {
        text-align: center;
        display: block;
        margin: 5px 0px;
    }

        .footer-lgbt-community .offerAPI-image a img {
            width: 100%;
            min-width: 100%;
            margin: 0 auto;
        }

    .footer-lgbt-community .offerAPI-name {
        text-align: left;
        font-size: 1.5em;
        line-height: 1.3em;
        font-weight: 700;
        margin-bottom: 10px;
        color: #52b1ff;
    }

        .footer-lgbt-community .offerAPI-name a {
            color: #52b1ff;
        }

    .footer-lgbt-community .offerAPI-city {
        font-style: italic;
    }

    .footer-lgbt-community .offerAPI-dates {
        font-style: italic;
        line-height: 1em;
    }

    .footer-lgbt-community .offerAPI-price-original {
        font-size: 1.0em;
        display: inline-block;
        font-style: italic;
        line-height: 1em;
    }

    .footer-lgbt-community .offerAPI-rating {
        margin-bottom: 6px;
    }

    .footer-lgbt-community .offerAPI-price {
        text-align: right;
        color: #ffcb00;
        position: absolute;
        right: 25px;
        bottom: 131px;
        line-height: 1.0em;
        font-size: 1.9em;
    }

    .footer-lgbt-community .offerAPI-price-description {
        display: inline-block;
        font-style: italic;
        line-height: 1em;
    }

    .footer-lgbt-community .offerAPI-description {
        font-size: 0.9em;
        line-height: 1.3em;
        text-align: right;
        color: #ffcb00;
        position: absolute;
        right: 25px;
        bottom: 101px;
    }

    .footer-lgbt-community .offerAPI-see-details-button {
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 61px;
    }

        .footer-lgbt-community .offerAPI-see-details-button a,
        .footer-lgbt-community .offerAPI-see-details-button a:visited {
            text-align: center;
        }

    .footer-lgbt-community img[src*="rating-5"] {
        background-image: url(images/ico-rating-5-white.png);
        background-repeat: no-repeat;
        display: block;
        width: 95px;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 95px;
        overflow: hidden;
    }

    .footer-lgbt-community img[src*="rating-4"] {
        background-image: url(images/ico-rating-4-white.png);
        background-repeat: no-repeat;
        display: block;
        width: 95px;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 95px;
        overflow: hidden;
    }

    .footer-lgbt-community img[src*="rating-3"] {
        background-image: url(images/ico-rating-3-white.png);
        background-repeat: no-repeat;
        display: block;
        width: 95px;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 95px;
        overflow: hidden;
    }

    .footer-lgbt-community img[src*="rating-2"] {
        background-image: url(images/ico-rating-2-white.png);
        background-repeat: no-repeat;
        display: block;
        width: 95px;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 95px;
        overflow: hidden;
    }

    .footer-lgbt-community img[src*="rating-1"] {
        background-image: url(images/ico-rating-1-white.png);
        background-repeat: no-repeat;
        display: block;
        width: 95px;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 95px;
        overflow: hidden;
    }

    .footer-lgbt-community .slick-prev, .footer-lgbt-community .slick-next {
        display: none !important;
    }

    .footer-lgbt-community .slick-dots {
        bottom: 18px;
    }

        .footer-lgbt-community .slick-dots li {
            margin: 0 12px;
        }

            .footer-lgbt-community .slick-dots li.slick-active button:before {
                color: #edba05;
                opacity: 1.0;
            }

            .footer-lgbt-community .slick-dots li button:before {
                color: #fff;
                opacity: 1.0;
                font-size: 20px;
            }


#lgbt-community-page-teplate .GridContainer article.doubleSized .post-thumbnail {
    height: 100%;
}

    #lgbt-community-page-teplate .GridContainer article.doubleSized .post-thumbnail img {
        /*width: auto;
        min-height: 100%;
        max-width: 180%;*/
    }

.category-gay-travel .site-main {
    padding-bottom: 0;
}

#lgbt-community-page-teplate .GridContainer,
#lgbt-community-page-teplate .TopContainerMostPopular {
    width: 95%;
    margin: 0 auto 25px auto;
    padding-bottom: 0px;
    border-bottom: none;
}

#lgbt-community-page-teplate .content-area {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#lgbt-community-page-teplate .footer-lgbt-community .slick-slider {
    width: 40%;
    margin: 50px auto;
}

#lgbt-community-page-teplate .footer-lgbt-community .slick-slide {
    background-color: rgba(0,0,0,0.7);
    border-radius: 8px;
    padding: 20px 30px 70px;
    color: #fff;
    position: relative;
    min-height: 530px;
}

#lgbt-community-page-teplate .paging-navigation {
    border: none;
    clear: both;
    margin: 20px 0;
}


/**
 * 21.1 GridView Layout (Default regular thumbnails)
 * -----------------------------------------------------------------------------
 */
#lgbt-community-page-teplate .GridContainer article,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular {
    background-color: #f7f7f7;
    height: 350px;
    margin: 15px 15px 15px 15px;
    overflow: hidden;
    padding: 0;
    width: 353px;
}

    #lgbt-community-page-teplate .GridContainer article .post-thumbnail,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular .post-thumbnail {
        overflow: hidden;
        padding: 0;
        width: 350px;
        height: 202px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    #lgbt-community-page-teplate .GridContainer article .entry-header,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular .entry-header {
        position: relative;
        z-index: 1;
        padding: 2%;
        width: 96%;
        background: none;
    }

    #lgbt-community-page-teplate .GridContainer article h4,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular h4 {
        font-size: 1em;
        line-height: 1em;
        margin: 0 0 5px;
        text-transform: none;
    }

#lgbt-community-page-teplate .GridContainer .entry-title a,
#lgbt-community-page-teplate .TopContainerMostPopular .entry-title a {
    color: #444444;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    text-shadow: -1px -1px 1px #FFFFFF;
}

#lgbt-community-page-teplate .GridContainer article .entry-excerpt,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular .entry-excerpt {
    text-shadow: none;
    font-size: 1em;
    line-height: 1em;
    padding: 2%;
    width: 96%;
}

/**
 * 21.2 GridView Layout - For specific special sizes (other than regular thumbnails)
 * -----------------------------------------------------------------------------
 */

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big {
    width: 737px;
    height: 707px;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-horizontal-size-percentage-100,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-horizontal-size-percentage-100 {
    width: 96%;
    height: 350px;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-horizontal-size-percentage-66,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-horizontal-size-percentage-66 {
    width: 737px;
    height: 350px;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-vertical-size-percentage-33,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-vertical-size-percentage-33 {
    width: 350px;
    height: 707px;
}




#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .entry-header,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .entry-header {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    padding: 2%;
    width: 96%;
    min-width: 96%;
    text-align: center;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .post-thumbnail,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .post-thumbnail {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big h4,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big h4 {
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 5px;
    text-transform: none;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .entry-title a,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .entry-title a {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-shadow: -1px -1px 1px #000;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .entry-excerpt,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .entry-excerpt {
    color: #ffffff;
    font-size: 13px;
    text-shadow: none;
    font-size: 1em;
    line-height: 1em;
    padding: 0%;
    width: 100%;
}

#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big img.size-full,
#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big img.size-large,
#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .wp-post-image,
#lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big .post-thumbnail img,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big img.size-full,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big img.size-large,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .wp-post-image,
#lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    height: 100%;
    max-height: 100%;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .col-lg-6 {
        width: 49%;
    }

    .col-md-6 {
        width: 49%;
    }

    .col-md-4 {
        width: 33%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}




/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 1024px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

/* Small Devices, Tablets */
@media only screen and (max-width: 773px) {


    .lgbtHeroImage .lgbtHeroContent div {
        font-size: 14px;
        line-height: 1.3em;
    }

    .lgbtHeroImage h1 {
        font-size: 75px;
    }

    .lgbtHeroImage h2 {
        font-size: 30px;
    }

    .lgbtSlider .slick-slide {
        height: 463px;
    }

    .lgbtSliderNav .slick-slide {
        height: 76px;
    }

    #lgbt-community-page-teplate .footer-lgbt-community .slick-slider {
        width: 320px;
    }

    #lgbt-community-page-teplate .footer-lgbt-community .slick-slide {
        padding-bottom: 80px;
    }

    .footer-lgbt-community .hotels-API-container {
        font-size: 0.65em;
    }

    .footer-lgbt-community .offerAPI-price {
        bottom: 125px;
    }




    #lgbt-community-page-teplate .GridContainer article.lgbt-thumbsize-big,
    #lgbt-community-page-teplate .GridContainer article.lgbt-horizontal-size-percentage-100,
    #lgbt-community-page-teplate .GridContainer article.lgbt-horizontal-size-percentage-66,
    #lgbt-community-page-teplate .GridContainer article.lgbt-vertical-size-percentage-33,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-thumbsize-big,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-horizontal-size-percentage-100,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-horizontal-size-percentage-66,
    #lgbt-community-page-teplate .TopContainerMostPopular div.wiMostPopular.lgbt-vertical-size-percentage-33 {
        width: 353px;
    }
}

@media only screen and (max-width : 768px) {
    body {
        background-image: none;
    }

    .search-form .input-group-textbox {
        width: 85%;
    }

    .featured-content .entry-title {
        font-size: 15px;
        text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
    }

    .featured-content .entry-excerpt {
        font-size: 12px;
        text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
    }

    .featured-content .entry-meta {
        display: none;
    }

    .us_floating {
        display: none;
    }

    /** Signup Email
 * -----------------------------------------------------------------------------*/
    .email-signup-footer {
        clear: both;
        color: #00b1ff;
    }

        .email-signup-footer div[class*="col"],
        .email-signup-footer div.gform_wrapper {
            background-color: #00243b;
            min-height: 80px;
            padding-bottom: 15px;
            padding-top: 15px;
        }

            .email-signup-footer div[class*="col"] .gform_body,
            .email-signup-footer div.gform_wrapper .gform_body {
                float: initial;
                padding: 0 15px;
                width: 100%;
            }

                .email-signup-footer div[class*="col"] .gform_body label,
                .email-signup-footer div.gform_wrapper .gform_body label {
                    color: #00b1ff;
                    font-size: 18px;
                    font-weight: bold;
                    margin-bottom: 0;
                    margin-top: 0;
                    text-transform: uppercase;
                    width: 100%;
                    display: none;
                }

                .email-signup-footer div[class*="col"] .gform_body input,
                .email-signup-footer div.gform_wrapper .gform_body input {
                    margin-top: 0;
                    padding: 8px !important;
                    width: 100%;
                }

            .email-signup-footer div[class*="col"] .gform_footer,
            .email-signup-footer div.gform_wrapper .gform_footer {
                clear: none;
                float: initial;
                margin: 0;
                padding: 0 5px;
                text-align: center;
                width: 100%;
                margin-top: 5px;
            }

        .email-signup-footer div .btn-success,
        .email-signup-footer div .btn-success:hover,
        .email-signup-footer div .btn-success:focus,
        .email-signup-footer div .btn-success:active,
        .email-signup-footer div .btn-success:visited {
            background-color: #00b1ff;
            border: 1px solid #00b1ff;
            font-weight: bold;
            text-transform: uppercase;
        }

        .email-signup-footer div[class*="col"] .gform_footer .gform_button.button,
        .email-signup-footer div.gform_wrapper .gform_footer .gform_button.button {
            background-color: #00b1ff;
            border: 1px solid #00b1ff;
            font-weight: bold;
            text-transform: uppercase;
            width: 94%;
        }


    /** LGBT Pride Mobile
    * -----------------------------------------------------------------------------*/

    .page-template-lgbt-template .hotel__info h2::after{
        display: none !important;
    }

    .page-template-lgbt-template .lgbt__content{
        padding: 0px 20px;
    }

    .page-template-lgbt-template .hero__content {
        
    }

    .page-template-lgbt-template .lgbt__hero {
        
    }

    .page-template-lgbt-template .videoWrap {
        display: block;
        max-width: 80%;
    }

    .page-template-lgbt-template .videoWrap .videoInfo {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

        .page-template-lgbt-template .videoWrap .videoInfo h2 {
            font-size: 1.625em;
            margin: 0.5em 0;
        }

        .page-template-lgbt-template .videoWrap .videoInfo p {
            font-size: 16px;
        }

    .page-template-lgbt-template .hero__content h1 {
        font-size: 38px;
    }

    .page-template-lgbt-template .lgbt__tabs ul li {
        display: block;
        margin-bottom: 10px;
    }

    .page-template-lgbt-template .lgbt__hotels ul {
        flex-wrap: wrap;
    }

    .page-template-lgbt-template .lgbt__hotels ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-template-lgbt-template .lgbt__hotels ul li:nth-child(2) {
        margin: 0 0 20px;
    }

    .page-template-lgbt-template .parade__info {
        padding-top: 10px;
    }

    .page-template-lgbt-template .info__tile {
        width: 100%;
        flex-direction: column;
    }

    .page-template-lgbt-template .info__tile img {
        margin: 0;
    }

    .page-template-lgbt-template .info__content {
        max-width: 100%;
        margin:  20px 10px;
    }

    .page-template-lgbt-template .recommend__intro {
        display: none;
    }

    .page-template-lgbt-template .recommend__mobile {
        display: block;
        background-color: #04233C;
        color: #fff;
        padding: 20px;
        position: relative;
    }

    .page-template-lgbt-template .recommend__mobile::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        right: 40px;
        top: calc(50% - 15px);
        width: 18px;
        height: 30px;
        background-image: url('/blog/wp-content/themes/waveorbitz/images/lgbt-icons/recommend_dropdown.png');
        background-repeat: no-repeat;
        background-size: 18px auto;
        background-position: center;
        transition: 0.2s all ease;
    }

    .page-template-lgbt-template .recommend__mobile p {
        font-size: 18px;
        max-width: 80%;
        margin-bottom: 0px;
    }

    .page-template-lgbt-template a.recommend__mobile:focus {
        color: #fff;
    }

    .page-template-lgbt-template .recommend__intro::before {
        right: 40px;
        width: 18px;
        background-size: 18px auto;
    }

    .page-template-lgbt-template .recommend__intro,
    .page-template-lgbt-template .recommend__full {
        display: none;
    }

    .page-template-lgbt-template .recommend__col {
        width: 100%;
    }

    .page-template-lgbt-template .lgbt__blog ul li {
        width: 100%;
        margin: 0 0 20px;
        height: 178px;
    }

    .page-template-lgbt-template .lgbt__blog ul li a span {
        font-size: 15px;
        padding: 2%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .page-template-lgbt-template .top__cities ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width : 736px) {
}

@media only screen and (max-width : 731px) {
}

@media only screen and (max-width: 667px) {
    .lgbtHeroImage .lgbtHeroContent div {
        font-size: 14px;
        line-height: 1.3em;
    }

    .lgbtHeroImage h1 {
        font-size: 67px;
    }

    .lgbtHeroImage h2 {
        font-size: 26px;
    }

    .lgbtSlider .slick-slide {
        height: 399px;
    }

    .lgbtSliderNav .slick-slide {
        height: 65px;
    }
}

@media only screen and (max-width: 640px) {

    .lgbtHeroImage {
        height: 500px;
    }

        .lgbtHeroImage h1 {
            font-size: 64px;
        }

        .lgbtHeroImage h2 {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .lgbtHeroImage .lgbtHeroContent {
            padding-bottom: 40px;
        }

    .lgbtSlider .slick-slide {
        height: 383px;
    }

    .lgbtSliderNav .slick-slide {
        height: 63px;
    }
}

@media only screen and (max-width: 568px) {
    #rewardsHeader {
        float: initial;
    }


    .lgbtHeroImage {
        height: 500px;
    }

        .lgbtHeroImage h1 {
            font-size: 56px;
        }

        .lgbtHeroImage h2 {
            font-size: 20px;
            margin-bottom: 20px;
        }



    .lgbtSlider.slick-slider.visible-phone {
        display: block;
    }

    .lgbtSlider.slick-slider.hidden-phone {
        display: none;
    }

    .lgbtSlider .slick-slide {
        height: 340px;
    }

    .lgbtSliderNav .slick-slide {
        height: 56px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.influencerDisclaimer{
		padding:0 5%;
	}
    .single .entry-content .relatedpost {
        display: none;
    }

    .single .entry-content .hotels-API-container {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        clear: both;
        float: initial;
        height: auto;
        margin: 0px 0px 60px 0%;
        max-width: 100%;
        padding: 40px 0;
        width: 100%;
        color: #6b6b6b;
        font-size: 11px;
        font-style: italic;
        line-height: 13px;
        text-align: left;
    }

        .single .entry-content .hotels-API-container .slick-dots {
            bottom: -60px;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 1;
        }


    #disqus_thread {
        padding: 5%;
        width: 90%;
    }

    .promotions-container {
        padding: 5%;
        width: 90%;
    }

    .promotions-content ul li a img {
        width: 80%;
    }

    .single .entry-content {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

        /* Quotes  */
        .single .entry-content p[style="margin-left: 40px;"],
        .page .entry-content p[style="margin-left: 40px;"],
        .single .entry-content blockquote p,
        .page .entry-content blockquote p {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            color: #04233C;
            float: left;
            font-size: 30px;
            font-style: italic;
            line-height: 37px;
            margin-bottom: 20px;
            margin-left: 40px !important;
            margin-right: 40px;
            margin-top: 20px;
            padding: 24px 0;
            width: 45%;
        }

        .single .entry-content blockquote p,
        .page .entry-content blockquote p {
            margin-left: 40px;
            width: 738px;
        }

        .single .entry-content .full-width-image-container {
            height: inherit;
            float: left;
            left: -50%;
            margin: 15px auto 30px;
            max-width: 1230px;
            overflow: hidden;
            position: relative;
            width: 170%;
            z-index: 1;
        }

        .single .entry-content .full-width-image-caption {
            background-color: rgba(206, 166, 49, 0.6);
            clear: both;
            float: right;
            height: 120px;
            padding: 55px 21px 0;
            position: absolute;
            right: 114px;
            top: 45px;
            width: 193px;
            z-index: 100;
        }

        .single .entry-content p[style="margin-left: 40px;"], .page .entry-content p[style="margin-left: 40px;"], .single .entry-content blockquote p, .page .entry-content blockquote p {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            color: #04233C;
            float: left;
            font-size: 30px;
            font-style: italic;
            line-height: 37px;
            margin-bottom: 20px;
            margin-left: 40px !important;
            margin-right: 40px;
            margin-top: 20px;
            padding: 24px 0;
            width: 80%;
        }

        .single .entry-content .small-width-image-container,
        .single .entry-content .vertical-image-container {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            float: left;
            height: auto;
            margin: 10px 40px 20px 5%;
            max-width: 512px;
            padding: 24px 0;
            width: 80%;
        }

        .single .entry-content .youtube-container {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            float: left;
            height: 290px;
            margin: 15px 40px 20px 0;
            padding: 24px 0;
            width: 100%;
        }

        .single .entry-content .slideshow-container {
            border-bottom: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
            clear: left;
            float: left;
            margin: 15px 40px 20px 0;
            padding: 24px 0;
            width: 100%;
        }

    .page-template-lgbt-template .hero__content h1 {
        font-size: 22px;
    }

    .lgbtHeroImage h1 {
        font-size: 46px;
    }

    .lgbtHeroImage h2 {
        font-size: 16px;
    }

    /*.lgbtHeroImage .lgbtHeroContent .lgbtHeroLeft {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        border: none;
    }

    .lgbtHeroImage .lgbtHeroContent .lgbtHeroRight {
        width: 100%;
        padding-left: 0;
    }*/

    .lgbtSlider .slick-slide {
        height: 260px;
    }

    .lgbtSliderNav .slick-slide {
        height: 43px;
    }
}

@media only screen and (max-width : 425px) {
    .single .entry-content {
        padding-right: 0;
        width: 95%;
    }

    .mobile-search {
        top: auto;
        right: 27px;
        bottom: 27px;
    }
}

@media only screen and (max-width : 375px) {
    .lgbtHeroImage h1 {
        font-size: 38px;
    }

    .lgbtHeroImage h2 {
        font-size: 14px;
    }

    .lgbtSlider .slick-slide {
        height: 225px;
    }

    .lgbtSliderNav .slick-slide {
        height: 37px;
    }

    .headingBanner {
        font-size: .8em;
    }

    .page-template-lgbt-template .videoWrap .videoInfo {
        max-width: 96%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .lgbtHeroImage .lgbtHeroContent {
        padding: 20px;
    }

        .lgbtHeroImage .lgbtHeroContent div {
            font-size: 13px;
        }

    .lgbtSlider .slick-slide {
        height: 191px;
    }

    .lgbtSliderNav .slick-slide {
        height: 31px;
    }

    .rewardsBadge {
        top: 55px;
        left: 0;
    }

    .navbar-toggle {
        margin-top: 14px;
        margin-right: 0;
    }

    .mobile-search {
        top: 10px;
        right: 10px;
        bottom: auto;
    }
}




/**
 * 20.0 Download App Store Banner
 * -----------------------------------------------------------------------------
 */
.downloadAppBanner {
    cursor: pointer;
    background-color: #00335e;
    position: fixed;
    z-index: 99998;
    top: 0px;
    min-height: 83px;
    height: 83px;
    width: 100%;
    -webkit-box-shadow: 0px 15px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 16px -10px rgba(0,0,0,0.75);
    display: none;
}

.dapLogo {
    float: left;
    display: block;
    width: 72px;
    height: 83px;
    margin-right: 20px;
}

.dapContent {
    float: left;
    height: 83px;
    margin-right: 20px;
    color: white;
}

    .dapContent a,
    .dapContent a:link,
    .dapContent a:visited {
        color: #f8c909;
    }

        .dapContent a:hover {
            color: #CCCCCC;
        }

.dapClose {
    position: fixed;
    z-index: 99999;
    top: 3px;
    right: 0px;
    display: block;
    width: 25px;
    height: 32px;
    color: white;
    font-size: 15px;
    display: none;
}

    .dapClose a,
    .dapClose a:link,
    .dapClose a:visited {
        display: block;
        color: white;
    }

        .dapClose a:hover {
            color: #f8c909;
            cursor: pointer;
        }








/******
    Temporary hidden the FB and Twitter zero shares until we find a more permanent solution.
    */
/*header.bottom-header .social .us_wrapper .us_facebook_fan_count_link .us_fan_count_button .us_fan_count_holder,
header.bottom-header .social .us_wrapper .us_facebook_fan_count_link .us_fan_count_button .us_fan_count_desc,

.header-social-icons .social .us_wrapper .us_facebook_fan_count_link .us_fan_count_button .us_fan_count_holder,
.header-social-icons .social .us_wrapper .us_facebook_fan_count_link .us_fan_count_button .us_fan_count_desc,


.us_shortcode .us_wrapper .us_facebook .us_count,
.us_floating .us_wrapper .us_facebook .us_count,
.us_shortcode .us_wrapper .us_twitter .us_count,
.us_floating .us_wrapper .us_twitter .us_count {
    display: none !important;
}*/


.us_floating .us_wrapper .us_button:hover {
    width: 45px !important;
}

.wi-ultimatesocial-content {
    /*    border: 1px solid red;*/
}

    .wi-ultimatesocial-content .us_share_text {
        width: 90px !important;
        font-weight: bold;
        text-align: right;
    }

    .wi-ultimatesocial-content .us_total:hover {
        width: 45px !important;
    }


.post-edit-link {
    display: none !important;
}




/**
 * 6.16 - Signup Email New layout
 * -----------------------------------------------------------------------------
 */

#join-rewards-banner {
    background-color: #00b1ff;
    color: #00253c;
    display: block;
    margin: 0;
    min-height: 34px;
    padding-top: 0.588235em;
    text-align: center;
    top: 0.588235em;
    width: 100%;
    z-index: 100;
}

#join-rewards-container {
    position: relative;
}

#join-rewards-banner {
    color: #00253c;
    text-align: center;
}

.secondary {
    font-size: 0.764706em;
    line-height: 1.4;
}

.btn-close::before {
    box-sizing: content-box;
    content: "";
    display: block;
    height: 1.76471em;
    left: -0.176471em;
    position: absolute;
    top: -0.176471em;
    width: 1.76471em;
}

#join-rewards-close-btn {
    position: absolute;
    right: 1.17647em;
}

.btn-close.secondary, .btn-close:active, .btn-group .btn-secondary.btn-utility:active, .btn-paging.btn-secondary:active, .off-canvas-btn:active, .secondary .btn-close {
    margin-top: 0;
}

.btn-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    font-size: 1em;
    line-height: 1.45;
    margin: 0;
    padding: 0 0.176471em;
}

#join-rewards-banner {
    color: #00253c;
    text-align: center;
}

    #join-rewards-banner .cta a {
        color: #00253c;
        text-decoration: underline;
    }

/**
 * 6.17 - Exclusive on your mobile device - download apps
 * -----------------------------------------------------------------------------
 */

.download-apps-container {
    background-color: #ededed;
    height: 100%;
    margin: 0 auto;
    max-width: 1230px;
    position: relative;
    z-index: 99;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 1em 0;
}

#secondaryBox.slim-app-endorsement {
    margin: 0 auto;
    padding: 0.705882em;
    width: 75%;
    background-color: white;
    -webkit-box-shadow: 10px 10px 25px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -20px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -20px rgba(0,0,0,0.75);
}

    #secondaryBox.slim-app-endorsement div.text-val-prop {
        float: left;
    }

    #secondaryBox.slim-app-endorsement div {
        width: 49%;
    }

    #secondaryBox.slim-app-endorsement .text-val-prop p {
        color: #1f1f1f;
        font-size: 0.882353em;
        font-weight: bold;
        line-height: 1;
        margin: 0 0 5px 0;
    }

    #secondaryBox.slim-app-endorsement div.app-download-buttons {
        float: right;
        text-align: right;
    }

    #secondaryBox.slim-app-endorsement .app-download-buttons a {
        display: inline-block;
        font-weight: normal;
    }


#container-wrapper {
    background-color: #04233C;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0px;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#social-container {
    float: right;
}


#social-sep {
    margin-left: 10px;
}

#menu-1 {
    background-color: #002266;
    color: #fff;
}

.ul li a .dropdown-toggle {
    color: #fff;
}

.alert-bell {
    color: #00b1ff;
    font-size: 18px;
    float: left;
    margin: 10px 10px;
}

.footer-main-nav {
    clear: left;
    min-height: 54px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 12% 0px 2%;
    position: relative;
    width: 96%;
}

#collaspe-menu-2 {
    padding-left: 30px;
    font-size: 15px;
}


/*#navpills {
    padding-top: 0px;
}
*/

nav.nav-pills li a {
    width: 90%;
    font-size: 13px;
}

#navMenu {
    margin-top: 30px;
}

#main-header-menu {
    font-size: 15px;
    /*margin-left:22px;*/
}

#optimize {
    color: #fff;
    font-size: 15px;
    background-color: grey;
    padding: 8px 8px 2px 8px;
}

#preme,
.dropdown,
.dropdown-toggle,
.dropdown a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #00b1ff !important;
}

.dropdown-toggle {
    padding-left: 5px !important;
    padding-right: 10px !important;
}

.submenu {
    display: inline;
    margin: 0 5px;
    font-size: 15px;
}
/*-------------------------------------*/
#navcontainer ul {
    float: left;
    margin: 10px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    #navcontainer ul li {
        display: inline;
    }

        #navcontainer ul li a {
            text-decoration: none;
            padding: 8px 5px; /*.2em 1em;*/
            color: #00b1ff;
            background-color: #04233C;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 1px;
        }

/******************************************************/

#ropadope ul {
    font-size: 15px;
    padding-top: 10px;
}

    #ropadope ul li {
        display: inline;
        padding-left: 2px;
    }

        #ropadope ul li a {
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            padding: 30px 10px 9px 10px;
            color: #fff;
            background-color: #424242;
            text-align: center;
        }

            #ropadope ul li a p {
                margin: 8px 0 0 0;
                font-size: 12px;
                font-weight: bold;
            }

/*****************************************************/
#smallmedia ul {
    font-size: 20px;
    margin-top: 10px;
}

    #smallmedia ul li {
        display: inline;
        padding-left: 2px;
    }

        #smallmedia ul li a {
            text-decoration: none;
            padding: 10px 15px 10px 15px;
            color: #fff;
            background-color: #424242;
            text-align: center;
        }

#mnavbar {
    background-color: #04233C;
    border-style: none;
}

/****************************************************/

#optum {
    margin-top: 30px;
}

/*****************************************************/

.aboutNav.navbar-collapse.collapse {
    display: flex !important;
    flex-direction: row-reverse;
}

.aboutNavWrap .replaceLogo {
    display: none;
}

.aboutNav > li > a {
    padding: 22px 15px;
    color: #fff;
    cursor: pointer;
}

    .aboutNav > li > a:hover,
    .aboutNav > li > a:focus, 
    .aboutNav > li > a:active{
        color: #00b0ff;
    }

.aboutNav > li:last-of-type {
    background-image: url(images/orbitz-logo-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-color: #222;
    text-indent: -9999px;
    width: 162px;
    margin-right: 30px;
}

.aboutNav > li:last-of-type > a:hover {
    background-color: transparent;
}

.aboutNav > li:nth-last-child(2) {
    margin-right: auto;
}

.page-template-about-template section {
    background-color: #fff;
}

#heroMobile.mobileHero {
    display: none;
}

#hero {
    background-size: cover;
}

    #hero .row {
        margin-left: auto;
        margin-right: auto;
    }

        #hero .row .text-area {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 300px;
        }

            #hero .row .text-area h1 {
                margin: 0;
                padding: 0;
                color: #fff;
                font-size: 56px;
                font-weight: 700;
            }

.blurbIntro {
    padding: 20px 0;
}

.blurbIntro .container {
    padding: 0 14vw;
}

.blurbColumns {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-about-template .twoColLeft {
    background-color: #00243C;
    color: #fff;
}

.page-template-about-template .twoColLeft h2 {
    color: #fff;
}

.twoColLeft .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .twoColLeft .row > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: center;
        float: none;
    }

.twoColLeft .row > div:last-of-type {
    padding: 0 6vw;
}

.twoColLeft .row > div:first-of-type {
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.twoColLeft .row > div:first-of-type p {
    padding: 0;
    margin: 0;
}

    .twoColLeft .row > div:first-of-type img {
        padding: 0;
        margin: 0;
    }

.page-template-about-template .twoColRight {
    background-color: #00243C;
    color: #fff;
}

    .page-template-about-template .twoColRight h2 {
        color: #fff;
    }

.twoColRight .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.twoColRight .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    float: none;
}

.twoColRight .row > div:first-of-type {
    padding: 0 6vw;
}

.twoColRight .row > div:last-of-type {
    padding: 0;
    margin: 0;
    object-fit: cover;
}

    .twoColRight .row > div:last-of-type p {
        padding: 0;
        margin: 0;
    }

    .twoColRight .row > div:last-of-type img {
        padding: 0;
        margin: 0;
    }

.formSection {
    position: relative;
}

.formSection .ghostBackground {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.formSection .container {
    padding: 0 14vw;
}

    .formSection .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
    }

    .formSection .row-flush {
        text-align: center;
        position: relative;
    }

    .formSection h2 {
        font-size: 36px;
        color: #00243C;
    }

    .formSection input:not([type="submit"]), .formSection textarea, .formSection .rc-anchor-light {
        background-color: #fff;
        border: 1px solid #595959;
        border-radius: 5px;
    }

        .formSection input[type="submit"] {
            border-radius: 5px;
            padding: 15px;
            font-weight: 400;
        }

        .formSection .gform_wrapper .gform_footer {
            position: absolute;
            bottom: 2em;
            right: 0;
            display: inline-block;
            text-align: right;
            width: auto;
            margin: 0;
            padding: 0;
        }

body .formSection .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.formSection .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}

.editorSection .text-area {
    padding: 15px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    height: 100%;
}

.editorSection h2 {
    font-size: 36px;
    color: #00243C;
    text-align: center;
    margin-bottom: 1em;
}

.editorSection h3 span {
    font-size: 0.8em;
}

.editorSection .row.colWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
    flex-basis: 0;
    float: none;
    margin-bottom: 40px;
}

    .editorSection .row.colWrap > div {
        float: none;
        align-items: stretch;
    }

@media screen and (max-width: 1024px) {
    #hero .row .text-area {
        min-height: 20vw;
    }
}

@media screen and (max-width: 960px) {
    .aboutNavWrap .container {
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .aboutNav {
        margin-left: 0;
    }

    .aboutNav > li > a {
        padding: 22px 10px;
    }

    #hero .row .text-area h1 {
        font-size: 5vw;
    }

    .twoColRight .row {
        flex-direction: column-reverse;
    }

    .blurbIntro .container {
        padding: 0 5vw;
    }

    .twoColRight .row > div:first-of-type {
        padding: 0 15px;
    }

    .twoColLeft .row > div:last-of-type {
        padding: 0 15px;
    }
}

    @media screen and (max-width: 767px) {
        .aboutNavWrap {
            position: relative;
        }

            .aboutNavWrap .replaceLogo {
                background-image: url(images/orbitz-logo-header.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center left;
                background-color: #222;
                text-indent: -9999px;
                width: 120px;
                height: 50px;
                margin-right: 30px;
                display: block;
                position: absolute;
                left: 15px;
            }

        .aboutNav.navbar-collapse.collapse {
            flex-direction: column-reverse;
            margin: 50px 0 20px;
            padding: 0;
        }

        .aboutNav > li > a {
            padding: 10px;
        }

        .aboutNav > li:last-of-type {
            display: none;
        }

        .aboutNav > li:nth-last-of-type(2) {
            margin-right: 0;
        }

        .editorSection .row.colWrap > div {
            float: none;
            align-items: stretch;
            margin-bottom: 20px;
        }
        .formSection .gform_wrapper .gform_footer {
            position: relative;
            bottom: 0;
            margin: 10px 0;
        }
    }

@media screen and (max-width: 640px) {
}

.ag-lgbtqia-hero{
    background-image: url('https://orbitz-media.s3.us-east-2.amazonaws.com/blog/wp-content/uploads/2021/03/24112844/LGBTQIA-hero.png');
    height: 33vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.ag-lgbtqia-hero h1{
    margin: 0;
    font-size: 55px;
    color: #fff;
    background-color: rgba(4, 36, 60, 0.38);
    padding: 1.5% 3%;
    text-align: center;
}
.ag-lgbtqia-intro p{
    color: #6B6B6B;
    font-size: 18px;
    padding: 3% 0%;
    border-bottom: 1px solid #C0C0C0;
}
.search-results .content-area{
    width: 100% !important;
}
.ag-lgbtqia-article .ag-lgbtqia-img{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.ag-lgbtqia-article{
    height: 550px !important;
    width: 31.59% !important;
    margin-right: 2.5% !important;
    margin-bottom: 4% !important;
    display: flex;
    flex-direction: column;
    border: 1px solid #DFDFDF;
}
.ag-lgbtqia-article h4{
    font-size: 20px !important;
    margin: 4% 5% !important;
    margin-top: 6% !important;
}
.ag-lgbtqia-article span{
    margin: 0% 5%;
}
.ag-lgbtqia-article span a{
    margin-left: 0;
}
.ag-lgbtqia-article p{
    margin: 3% 5%;
    font-size: 1.2em;
}
.ag-lgbtqia-article > a{
    margin-left: 5%;
    margin-bottom: 5%;
    font-size: 1.2em;
}
.ag-lgbtqia-article:nth-child(3n){
    margin-right: 0% !important;
}
@media(max-width: 800px){
    .ag-lgbtqia-article{
        width: 96% !important;
        background-color: #fff !important;
    }
}
.lgbtqia-content-area{
    padding: 0 5% 2% 5% !important;
}