/*
Theme Name: brandchannel_s_backbone
Author: Chris Di Maggio
Description: BrandChannel 2.0 theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s_backbone
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Branding
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Layout
14.0 - Footer
15.0 - Hero
16.0 - Media Quesries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

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

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
.haas {
    font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: 500;
}

body {
    background: white;
    color: #666;
    padding: 0;
    font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    cursor: default;
}

button,
input,
select,
textarea {
    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 26px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
    font-family:Georgia, "Times New Roman", Times, serif;  /* try the italics throughtout the site in Georgia */
    font-size:19px;
    /* letter-spacing:-1px; */
}

blockquote {
    font-size: 180%;
    line-height: 120%;
    font-weight: 300;
}

address {
    margin: 0 0 24px;
}

pre {
    background: #EEE;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #CCC;
    border: 0;
    height: 1px;
    margin-bottom: 26px;
}

ul,
ol {
    margin: 0 0 1.5em 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 1.0em;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 20px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 90%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    font-family: 'Neue Haas Grotesk W01 Disp', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-color: none;
    border-radius: 0;
    background: #666;
    box-shadow: none;
    color: #FFF;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 16px;
    text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFF;
    background: #C60C30;
    box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #FFF;
    background: #C60C30;
    box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
    color: #111;
    border: none;
    width: 100%;
    height: 34px;
    padding: 2px 0 0 4px;
    border-radius: 0;
    background: #eee;
}

input[type="search"],
textarea {
    color: #111;
    border: none;
    width: 90%;
    height: 34px;
    padding: 2px 0 0 34px;
    margin: 0 0 25px 0;
    border-radius: 0;
    background-color: #eee;
    background-image: url(img/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    border: none;
    outline: 0;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #111;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #111;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #111;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #111;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:focus,
a:active {
    color: #C60C30;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    font-size: 100%;
    display: block;
    float: left;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 70px;
    padding: 0 6px;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: absolute;
    top: 70px;
    left: -999em;
    background: rgba(255,255,255, 0.95);
    box-shadow: 4px 4px 6px rgba(0,0,0, 0.1);
    border-bottom: 1px solid #ECECEC;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    line-height: 22px;
    padding: 9px 6px;
    width: 230px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
    color: #C60C30;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
    color: #c60c30;
}

/* Small menu */
.menu-toggle {
    display: none;
}

@media screen and (max-width: 786px) {
    .site-branding {
        z-index: 1100;
        position: absolute;
    }

    /* hide full nav */
    .main-navigation ul {
        display: none;
    }
    .menu-toggle,
    .menu-toggle.toggled {
        display: block;
        float: right;
        margin: 1.6em 0 0 0;
    }
    .main-navigation {
        float: right;
    }
    .main-navigation.toggled .nav-menu {
        display: block;
        width: 100%;
        clear: both !important;
        float: left;
        margin-top: 1.0em;
        background: rgba(255,255,255, 0.95);
    }


    #site-navigation {
        width: 100%;
        z-index: 10;
        position: relative;
    }
    .main-navigation.toggled .nav-menu ul {
        float: left;
        width: 100%;
    }
    .main-navigation.toggled .nav-menu li {
        float: left;
        position: relative;
        border-bottom: 1px solid #ECECEC;
        width: 100%;
        clear: both;
    }
    .main-navigation.toggled .nav-menu a {
        display: block;
        width: 100%;
        color: #000;
        text-decoration: none;
        line-height: 2.0em;
        padding: 0 0.4em;
        float: left;
    }
    .main-navigation.toggled .nav-menu ul ul {
        margin-left: 20px;
        line-height: 2.0em;
        float: left;
        position: relative;
        top: 2.45em;
        left: -999em;
        display: block;
    }

    .main-navigation.toggled .nav-menu ul ul ul {
        left: -999em;
        top: 0;
    }

    .main-navigation.toggled .nav-menu ul ul > a {
        display: block;
        line-height: 2.0em;
        width: 100%;
        position: relative;
    }

    .main-navigation.toggled .nav-menu ul ul li {
        margin-left: 20px;
        line-height: 2.0em;
        display: block;
    }

    .main-navigation.toggled .nav-menu li:hover > a {
        color: #C60C30;
    }

    .main-navigation ul ul :hover > a {
    }

    .main-navigation ul ul a:hover {
    }

    .main-navigation.toggled .nav-menu ul li:hover > ul {
        left: auto;
    }

    .main-navigation.toggled .nav-menu ul ul li:hover > ul {
        left: 100%;
    }

    .main-navigation.toggled .nav-menu .current_page_item > a,
    .main-navigation.toggled .nav-menu .current_page_ancestor > a,
    .main-navigation.toggled .nav-menu .current-menu-item > a,
    .main-navigation.toggled .nav-menu .current_page_ancestor > a {
        color: #c60c30;
    }

    #ib-logo {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    font-size: 75%;
    font-weight: 500;
    margin: 0 0 3em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 100%;
    background:#EEE;
    padding:4px 4px 4px 6px;
    margin-bottom:4px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 100%;
    background:#EEE;
    padding:4px 4px 4px 6px;
}

.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a {
    text-decoration: none;
}

.post-navigation .page-numbers,
.paging-navigation .page-numbers {
    padding: 0 5px;
}


/*--------------------------------------------------------------
5.3 Branding
--------------------------------------------------------------*/

#masthead {
    position: fixed;
    width: 100%;
    font-size: 100%;
    font-weight: 700;
    background: rgba(255,255,255, 0.95);
    margin-top: -70px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 500;
    border-bottom: 1px solid #ECECEC;
}

.site-branding {
    line-height: 70px;
    float: left;
    margin-right: 0.2em;
}

.site-branding a {
    color: #C60C30;
    text-decoration: none;
}

.site-branding a:hover {
    color: #C60C30;
    text-decoration: none;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.archive-clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    border-bottom:1px solid #CCCCCC;
    padding: 0 0 22px;
    font-size: 16px;
    line-height: 18px;
    color: #999;
    font-weight: 600;
    margin: 0 0 24px;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}

.widget a {
    text-decoration: none;
    color: #999;
}

.widget a:hover {
    color: #C60C30;
}

.widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.widget ul li {
    padding: 10px 0px 6px;
    /* border-bottom: 1px solid #ECECEC; */
}

.widget hr {
    background-color: #C60C30;
    border: 0;
    height: 1px;
    margin-bottom: .5em;
}

.widget h6 {
    font-size: 16px;
    line-height: 18px;
    color: #C60C30;
    font-weight: 600;
    padding: 10px 10px 6px 0;
}

.widget h6 a {
    color: #C60C30;
}

.widget h6 a:hover {
    color: #000;
}

.widget button,
.widget input[type="button"] {
    background: #C60C30;
}

.widget p {
    margin: 0 0 .6em;
}

.widget_wysija_cont .wysija-submit {
    display: block;
    margin: 8px 0 10px 0;
    background: #C60C30;
}

.widget_wysija_cont .wysija-submit:hover {
    background: #000;
}

/*.widget_dpe_fp_widget {
	border:1px solid #e6e6e6;
	padding:17px 15px 15px;
	}*/

.widget_dpe_fp_widget h1 {
    font-size:24px;
}

.widget_dpe_fp_widget h2 {
    font-size:18px;
    padding-top:12px;
}

.dpe-flexible-posts a {
    color:#000;
}

.dpe-flexible-posts .hentry {
    margin:0;
}

.dpe-flexible-posts a:hover {
    color:#C60C30;
}

.brand-gloss-widg-title {
    text-transform:capitalize;
    font-size:18px;
    margin-bottom:3px;
    display:block;
}

.brand-gloss-widg-text {
    font-weight:400;
    line-height:20px;
    color:#000;
}

.brand-gloss-widg-text a {
    color:#666;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-title {
    font-size: 175%;
    line-height: 1.1em;
    font-weight: 700;
    color: #C60C30;
    letter-spacing: -1px;
    margin-bottom: 0.6em;
}

.page-title-black {
    font-size: 175%;
    line-height: 1.1em;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 0.6em;
}

.page-title-black a {
    color: #000;
    text-decoration: none;
}

.page-title-black a:hover {
    color: #C60C30;
}

.entry-content {
    margin: .2em 0 0;
}

.page-content,
.entry-summary {
    margin: 1.0em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-title {
    font-size: 175%;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 0.1em;
}

.entry-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:hover {
    color: #C60C30;
}

.entry-meta {
    font-size: 75%;
}

.entry-footer {
    font-size: 75%;
    font-weight: 500;
}

.entry-footer a {
    padding: 3px;
    color: #FFF;
    text-decoration: none;
    background: #999;
}

.entry-footer a:hover {
    background: #C60C30;
}

.excerpt-content {
    margin: 0.26em 0 0;
}

.archive-thumb {
    width: 26%;
    margin: 0.2em 2% 0 0;
    float: left;
    display: block;
}

.archive-entry-title {
    width: 71%;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: -1px;
    margin-left: 29%;
}

.archive-entry-title a {
    color: #000;
    text-decoration: none;
}

.archive-entry-title a:hover {
    color: #C60C30;
}

.archive-excerpt-content {
    width: 71%;
    font-size: 90%;
    line-height: 1.2em;
    margin: 0.26em 0 0 29%;
}
.archive-date {
    width: 71%;
    font-size: 70%;
    font-weight: 700;
    line-height: 1.0em;
    color: #000;
    padding: 3px 0 2px 0;
    margin: 0 0 0 29%;
}
.nopic-entry-title {
    width: 100%;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: -1px;
    margin-left: none;
    margin-bottom: 0.26em;
}

.nopic-entry-title a {
    color: #000;
    text-decoration: none;
}

.nopic-entry-title a:hover {
    color: #C60C30;
}

.nopic-excerpt-content {
    width: 100%;
    font-size: 100%;
    line-height: 26px;
    margin: 0.26em 0 0 0;
}

.bold-red {
    font-weight:600;
    color:#c60c30;
}

.red {
    font-size:80%;
    line-height:22px;
    font-weight:400;
    color:#c60c30;
}

.main-cat-title {
    width: 100%;
    min-height: 150px;
    font-size: 78px;
    font-weight: 700;
    color: #000;
    letter-spacing: -4px;
    padding: 5px 0 0 0;
    margin-left: -3px;
    display: block;
}

.wp-post-image {
    margin-bottom: 12px;
}

.content-post-img-spcr {
    margin-top: 16px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
    max-width: 1000px;
    position: relative;
}

#masthead {
    height: 70px;
    font-size: 116%;
    margin-top: -90px;
}

.site-content {
    margin-top: 90px;
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/

footer {
    margin-bottom: 0px;
}

.footer-bg {
    width: 100%;
    padding: 20px 0;
    background: #000;
    position: relative;
}

#footer-widgets {
    width: 100%;
    min-height: 150px;
    display: block;
    clear: both;
}

.footer-widget-instance {
    width: 100%;
    padding-right: 0px;
    float: left;
}

.footer-widget {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 40px;
}

.footer-widget-title {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 15px;
}

.footer-widget a {
    text-decoration: none;
    color: #999;
}

.footer-widget a:hover {
    color: #C60C30;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li a {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-widget ul li a:hover {
    color: #C60C30;
}

.site-info {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 15px;
    padding-top: 5px;
    display: block;
    clear: both;
}

.site-info a {
    text-decoration: none;
    color: #C60C30;
}

/*--------------------------------------------------------------
15.0 Hero
--------------------------------------------------------------*/


.hero {
    margin: -20px 0 20px;
}
.hero-panel img {
    display: block;
    width: 100%;
}

.swiper-slide .black-box {
    font-family: "Neue Haas Grotesk W01 Disp", "Helvetica Neue", sans-serif ;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin: 0px;
    padding: 10px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.swiper-slide .black-box a{
    color: #FFF;
    text-decoration: none;
}

.hero .panel-content {
    display: block;
    height: 100%;
}

.hero .swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    padding-right: 20px;
    width: fit-content;
    right: 0;
    bottom: 16px;
    left: initial;
}
.hero-button {
    width: 46px;
    height: 80px;
    margin-top: -40px;
    opacity: 0;
    transition: opacity .25s linear;
}
.hero-button-prev {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 46 80" enable-background="new 0 0 46 80" xml:space="preserve" height="40px" width="80px"><g><polygon fill="#FFFFFF" class="st0" points="40.1,80.2 45.4,75 10.5,40.1 45.4,5.2 40.1,0 0,40.1 "/></g></svg>');
    background-size: 46px 80px;
}

.hero-button-next {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 46 80" enable-background="new 0 0 46 80" xml:space="preserve" height="40px" width="80px"><g><polygon fill="#FFFFFF" class="st0" points="5.2,0 0,5.2 34.9,40.1 0,75 5.2,80.2 45.4,40.1 "/></g></svg>');
    background-size: 46px 80px;
}

.swiper-container:hover .hero-button{
    opacity: 0.5;
}

.swiper-container .hero-button-prev:hover { opacity: 1; }
.swiper-container .hero-button-next:hover { opacity: 1; }


.swiper-container .hero-button-next:hover {
    fill: #FF0000;
}

/*--------------------------------------------------------------
Styles for AP Pagination plugin (order by alpha on glossary)
--------------------------------------------------------------*/

ul.ap_pagination {
    display: block;
    padding: 0px;
    text-align: center;
    float: left;
    list-style: none outside none;
    z-index:2;
    position:relative;
    margin: 5px 0 28px 0;
    width:100%;
}

ul.ap_pagination li {
    padding:0px;
    letter-spacing:0px;
    width:22px;
}

ul.layout_H{
    /* width:100%; */
    /* padding-bottom:1%; */
}

ul.layout_H li {
    float:left;
}

ul.ap_pagination li a,
ul.ap_pagination li a:active,
ul.ap_pagination li a:visited {
    font-size:18px;
    padding:0px;
    letter-spacing:0px;
    text-decoration:none;
    font-weight:normal;
    color:#000;
}

ul.case_U,
ul.case_U a {
    text-transform:uppercase;
}

ul.ap_pagination li a:hover,
ul.ap_pagination li a.selected {
    text-decoration:none;
    font-weight:normal;
    color:#c60c30;
}

/*--------------------------------------------------------------
Styles for AddToAny plugin (social sharing)
--------------------------------------------------------------*/

.addtoany_share_save_container {
    margin: 0 0 16px 0;
    clear: both;
}

.addtoany_list {
    display: inline;
    line-height: 16px;
    margin-left: -2px;
}

.addtoany_list a {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.addtoany_list a img {
    border: 0;
    height: auto;
    opacity: 1;
    overflow: hidden;
    vertical-align: top;
    width: auto;
}

.addtoany_list a span {
    display: inline-block;
    float: none;
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}

.addtoany_list.a2a_kit_size_32 a span {
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top;
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: .5;
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
    opacity: 1;
}

.addtoany_special_service {
    display: inline-block;
    vertical-align: middle;
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service iframe,
.addtoany_special_service span {
    margin: 0;
    vertical-align: baseline !important;
}

.addtoany_special_service iframe {
    max-width: none;
}

a.addtoany_share_save.addtoany_no_icon span.a2a_img_text {
    display: none;
}

a.addtoany_share_save img {
    border: 0;
    width: auto;
    height: auto;
}

/*--------------------------------------------------------------
Styles for Ajax Load More plugin
--------------------------------------------------------------*/

button.alm-load-more-btn{
    font-family: 'Neue Haas Grotesk W01 Disp', Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight: 700;
    width: 100%;
    height: 36px;
    line-height: 33px;
    background: #ed7070;
    color:#fff;
    border: none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    margin: none;
    padding:0 0 5px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
button.alm-load-more-btn:hover{
    background-color: #d34646;
    color: #fff;
    text-decoration: none;
}
button.alm-load-more-btn:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

/* Loading */
button.alm-load-more-btn.loading{
    padding-left: 0;
}

/* Loaded / Done */
button.alm-load-more-btn.done{
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: #ed7070;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Loading Icon */
button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before{
    background: none;
    width: 0;
}

/* Loading :before */
button.alm-load-more-btn.loading:before {
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.alm-btn-wrap{
    text-align:center;
    padding:10px 0 30px 1px;
    overflow: hidden;
    display: block;
}

/* white */
.ajax-load-more-wrap.white button.alm-load-more-btn{
    background-color: #fff;
    color: #666;
    border: 1px solid #efefef;
}
.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
.ajax-load-more-wrap.white button.alm-load-more-btn.done{
    background-color: #efefef;
    color: #333;
}
.ajax-load-more-wrap.white button.alm-load-more-btn.done{
    border-color: #fff;
}

/*
*  Generic alm-listing Styles
*
*  @since 1.0.0
*/

.alm-listing{
    margin: 0;
    padding: 0;
}
.alm-listing li{
    background: none;
    margin: 0 0 30px;
    padding: 0 0 0 170px;
    overflow: hidden;
    position: relative;
    list-style: none;
}
.alm-listing li.no-img{
    padding: 0;
}
.alm-listing li a{
    color: #34383D;
}
.alm-listing li p{
    margin: 0;
}
.alm-listing li h3{
    margin: 0 0 10px;
}
.alm-listing li img{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

/*--------------------------------------------------------------
Styles for MN (mobile navigation) Plugin
--------------------------------------------------------------*/

.mn-navigation-wrap.mn-dark [class*="icono-"] {
    color: #000; }

.mn-icon-wrap {
    position: relative;
    padding: 17px 12px;
    border: 1px solid transparent;
    display: inline-block;
    box-sizing: content-box;
    vertical-align: top;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.mn-icon-wrap:hover {
    cursor: pointer; }
.mn-icon-wrap [class*="icono-"], .mn-icon-wrap [class*="icono-"] * {
    box-sizing: border-box; }
.mn-icon-wrap [class*="icono-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: #fff;
    text-align: left;
    text-indent: -9999px;
    direction: ltr; }
.mn-icon-wrap [class*="icono-"]:before,
.mn-icon-wrap [class*="icono-"]:after {
    content: '';
    pointer-events: none; }
.mn-icon-wrap .icono-cross:before {
    width: 20px;
    height: 2px; }
.mn-icon-wrap .icono-cross:after {
    height: 20px;
    width: 2px; }
.mn-icon-wrap .icono-cross:before,
.mn-icon-wrap .icono-cross:after {
    box-shadow: inset 0 0 0 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px; }
.mn-icon-wrap .icono-bars {
    width: 20px;
    height: 2px;
    box-shadow: inset 0 0 0 32px,0 -6px,0 6px;
    margin: 16px 7px;
    border-radius: 5px; }
.mn-icon-wrap .icono-cross {
    display: none;
    width: 30px;
    height: 30px;
    margin: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.mn-navigation-wrap {
    display: none;
    height: 70px;
    background: #000;
    background: none;
    /*overflow: hidden;*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000; }
.mn-navigation-wrap.hidebar {
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
.mn-navigation-wrap .mn-logo-text {
    float: left;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-size: 24px; }
.mn-navigation-wrap .mn-logo-text a {
    color: #fff;
    text-decoration: none;
    /*font-family: 'hass';*/
    font-weight: 600 }
.mn-navigation-wrap .mn-logo-image {
    height: 70px;
    display: block;
    float: left;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.mn-navigation-wrap .mn-logo-image img {
    height: 100%;
    width: auto; }
.mn-navigation-wrap .mn-menu-wrap a {
    background: #000;}
.mn-navigation-wrap .mn-menu-wrap {
    display: none;
    /*font-family: Arial;*/
    font-weight: 700 }
.mn-navigation-wrap .mn-menu-wrap ul {
    clear: both;
    padding: 0;
    margin: 0; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu a {
    padding-left: 35px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu a {
    padding-left: 70px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu a {
    padding-left: 105px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 140px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 175px; }
.mn-navigation-wrap .mn-menu-wrap .current-menu-item > a,
.mn-navigation-wrap .mn-menu-wrap .current_page_item > a {
    color: #c60c30;
    background: rgba(255, 255, 255, 0.2); }
.mn-navigation-wrap .mn-menu-wrap li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    display: block;
    list-style: none;
    text-decoration: none;
    line-height: 1.5; }
.mn-navigation-wrap .mn-menu-wrap li a:hover {
    color: #c60c30;
    background: #000; }
.mn-navigation-wrap.mn-dark .mn-logo-text a {
    color: #fff; }
.mn-navigation-wrap.mn-dark .mn-menu-wrap li a {
    color: #fff; }
.mn-navigation-wrap.mn-dark .mn-menu-wrap li a:hover {
    color: #c60c30;
    background: #000; }
.mn-navigation-wrap.mn-dark .mn-menu-wrap .current-menu-item > a,
.mn-navigation-wrap.mn-dark .mn-menu-wrap .current_page_item > a {
    color: #c60c30;
    background: #000; }

@media only screen and (max-width: 786px) {
    html {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 0px !important; }
    html body {
        padding: 0 !important;
        margin: 0 !important; }
    html.mn-open {
        overflow: hidden !important;
        background: #000;
        background: none; }
    html.mn-open body {
        overflow: hidden !important; }
    html.mn-open .mn-navigation-wrap {
        top: 0;
        left: 0;
        z-index: 500;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        background: #000;
        background: none; }
    html.mn-open .mn-menu-wrap {
        display: block; }
    html .mn-navigation-wrap {
        max-height: 70px;
        display: block; }
    html .mn-navigation-wrap.hidebar {
        max-height: 70px;
        display: block; } }

/*--------------------------------------------------------------
Styles for Royalslider plugin
--------------------------------------------------------------*/

.rsContentSlider p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
/* Smartphones (small) ----------- */
@media only screen and (min-width : 100px) {

    #ib-logo {
        display: none;
    }

    .main-cat-title {
        width: 100%;
        min-height: 80px;
        font-size: 50px;
        font-weight: 700;
        color: #000;
        letter-spacing: -2px;
        padding: 3px 0 0 0;
        margin-left: -3px;
        display: block;
    }

    .archive-entry-title {
        width: 71%;
        font-size: 100%;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-left: 29%;
    }

    .archive-excerpt-content {
        display: none;
    }

}

@media only screen and (min-width : 460px) {

    .archive-entry-title {
        width: 71%;
        font-size: 130%;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-left: 29%;
    }

    .main-cat-title {
        width: 100%;
        min-height: 120px;
        font-size: 64px;
        font-weight: 700;
        color: #000;
        letter-spacing: -3px;
        padding: 3px 0 0 0;
        margin-left: -3px;
        display: block;
    }

}

@media only screen and (min-width : 600px) {

    .archive-excerpt-content {
        display: block;
    }

    .main-cat-title {
        width: 100%;
        min-height: 150px;
        font-size: 78px;
        font-weight: 700;
        color: #000;
        letter-spacing: -5px;
        padding: 5px 0 0 0;
        margin-left: -4px;
        display: block;
    }

    input[type="search"],
    textarea {
        width: 95%;
    }

}

/* Tablets (medium) ----------- */
@media only screen and (min-width : 786px) {

    #ib-logo {
        display: none;
    }

    /* content-sidebar set-up */
    .content-area {
        float: left;
        margin: 0 -32% 0 0;
        width: 100%;
    }

    .site-main {
        margin: 0 40% 0 0;
    }

    .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 31.25%;
        margin-top: 5px;
    }

    .archive-excerpt-content {
        display: block;
    }

    .site-footer {
        clear: both;
        width: 100%;
    }

    input[type="search"],
    textarea {
        width: 100%;
    }

}

/* Max width*/
@media only screen and (max-width : 786px) {
    .hero-button {
        width: 26px;
        height: 40px;
        margin-top: -20px;
        background-size: 26px 40px;
    }

    .swiper-slide .black-box {
        font-size: 21px;
    }
}

/* Monitors (large) ----------- */
@media only screen and (min-width : 920px) {

    #ib-logo {
        width: 127px;
        margin-top: 0px;
        border: none;
        float: right;
        display: block;
    }

    .site-branding {
        margin-right: 0.3em;
    }

    .footer-widget-instance {
        width: 25%;
        padding-right:15px;
    }

}

/* Alm Reveal */

.alm-reveal li {
    min-height: 150px;
}

.alm-reveal .entry-meta {
    line-height: 1;
    margin-bottom: .5em;
}

.alm-reveal h3 {
    font-weight:bold;
    line-height:1.2em;
}
.alm-reveal h3 a {
    text-decoration: none;
}

.alm-reveal img {
    width: 150px;
    display: block;
    margin: 0;
}

@media only screen and (max-width : 460px) {
    .ajax-load-more-wrap .alm-listing .alm-reveal li {
        padding: 0;
        margin: 0 0 60px;
    }
    .ajax-load-more-wrap .alm-listing .alm-reveal li img {
        position: static;
        width: 100%;
        margin-bottom: 1em;
    }

}