/* Colors */
/* Typography */
/* Spacing */
/* Misc */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */


 html {
    font-family: sans-serif;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */



 body {
    margin: 0;
}

/* Cutes text off at a Height
========================================================================== */
.truncate_two_lines {
   display: -webkit-box;
   font-size: 26px;
   max-height: 60px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.feature__right .truncate_two_lines{
    display: -webkit-box;
    font-size: 26px;
    max-height: 88px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.one-wide .truncate_two_lines {
   display: -webkit-box;
   font-size: 26px;
   max-height: 62px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.one-wide .truncate_text {
   display: -webkit-box;
   font-size: 26px;
   max-height: 95px;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.truncate_text {
   display: -webkit-box;
   font-size: 26px;
   max-height: 59px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}




/* HTML5 display definitions
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 main,
 menu,
 nav,
 section,
 summary {
    /* 1 */
    
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */

 audio,
 canvas,
 progress,
 video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

 audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

 template,
 [hidden] {
    display: none;
}
/* Links
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

 a {
    background-color: transparent;
    /* 1 */
    
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

 a:active,
 a:hover {
    outline-width: 0;
}
/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
    border-bottom: none;
    /* 1 */
    
    text-decoration: underline;
    /* 2 */
    
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

 b,
 strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

 dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */

 mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

 small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */

 img {
    border-style: none;
}

.alignleft {
    float:left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.alignright {
    float:right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.aligncenter {
    float: none;
    clear: both;
    display:block;
    margin: auto;
    margin-bottom: 10px;
}
/**
 * Hide the overflow in IE.
 */

 svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 pre,
 samp {
    font-family: monospace, monospace;
    /* 1 */
    
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

 figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
    box-sizing: content-box;
    /* 1 */
    
    height: 0;
    /* 1 */
    
    overflow: visible;
    /* 2 */
}
/* Forms
========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 select,
 textarea {
    font: inherit;
    /* 1 */
    
    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

 optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input {
    /* 1 */
    
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select {
    /* 1 */
    
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

 legend {
    box-sizing: border-box;
    /* 1 */
    
    color: inherit;
    /* 2 */
    
    display: table;
    /* 1 */
    
    max-width: 100%;
    /* 1 */
    
    padding: 0;
    /* 3 */
    
    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

 textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

 [type="checkbox"],
 [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

 ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    
    font: inherit;
    /* 2 */
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1200px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@media (max-width: 992px) {
    .main-container {
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1238px;
    }
}
main:after,
.card:after,
.card .card__item:after,
.main-header .main-header__wrap:after,
.main-footer__recent li:after,
.main-footer__popular li:after,
.search .search__bar__input:after,
.music-archive__row:after,
.front__feature .feature__right .card__item:after,
.front__main section:after,
.front__row:after,
.single__share ul:after,
.single__share li:after,
.pagination:after,
.archive__item:after,
.directories__filter ul:after,
.directories__current:after,
.directories__item:after,
.studios .directories__filter:after,
.studios__item:after,
.back-issues__header:after,
.single-issue__title:after,
.search-results__header:after,
.search-results__header .search-results__summary:after,
.pagination-one:after,
.pagination-three:after,
.widget .widget__item:after,
.single__tag-cloud:after {
    display: table;
    content: "";
    clear: both;
}
.directories__item,
.studios__item {
    border-bottom: 1px solid #e0e0e0;
}
h1,
h3 {
    text-transform: uppercase;
}
h1 {
    margin: 0 0 5px 0;
    font-size: 34px;
    line-height: 1.1;
    text-shadow: 1px 1px 1px rgba(100,100,100,0.5);
}
h2 {
    margin: 18px 0;
    font-size: 25px;
	text-transform: none;
}
h3 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.2;
}
h4.orange {
    margin-top: 0;
    margin-bottom: 0;
    color: #ff4e2e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

h3.orange,
h4.orange,
h5.orange,
h6.orange {
    margin-top: 0;
    margin-bottom: 0;
    color: #ff4e2e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

h2.orange {
    margin-top: 0;
    margin-bottom: 0;
    color: #ff4e2e;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
}


.bold {
    font-weight: 700;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
}
body {
    background-color: #e7e7e7;
    color: #000000;
    font-family: "proxima-nova", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 9px 0;
}
img {
    max-width: 100%;
    height: auto;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    color: #fff !important;
}
.page-wrap {
    overflow-x: hidden;
}
main {
    padding: 18px;
    background-color: #fff;
}
.card {
    position: relative;
    padding: 9px;
    background-color: #fff;
}
.card .card__item {
    position: relative;
    padding: 9px;
}
.bg-image {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-image:before {
    display: block;
    content: "";
}
.bg-image__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55));
    background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.55));
}
.bg-image__text {
    position: absolute;
    left: 18px;
    bottom: 16px;
    right: 18px;
    color: #fff;
}
.bg-image__text p {
    max-width: 700px;
    margin: 0;
    line-height: 1.2;
}
.bg-image--feature {
    height: 400px;
    margin: 0 4.5px 36px;
}
.mobile-text {
    display: none;
    padding-bottom: 9px;
    color: #000;
    font-size: 15px;
}
.mobile-text h1 {
    margin: 3px 0;
    text-shadow: 0px 0px 0px rgba(100,100,100,0.5);
}
.intro-text {
  color:#777;
  font-size: 19px;
  line-height: 25px;
}
.read-more {
    position: relative;
    font-weight: 700;
}
.read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    opacity: 0;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s;
}
.more {
    position: absolute;
    right: 0;
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 300;
}
.overflow-hidden {
    overflow: hidden;
}
.more-link {
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-right: 2px;
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 300;
}
.date {
    font-size: 13px;
    color: #999999;
}
.search-results__item .date {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.filter {
    float: right;
    padding-top: 5px;
}
.filter label,
.filter select {
    margin-left: 10px;
}
.filter label {
    font-size: 12px;
    font-weight: 700;
}
.filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 30px 3px 10px;
    border: 1px solid #b5b5b5;
    background-color: transparent;
    background-image: url("https://nzmusician.co.nz/wp-content/themes/nz-musician/img/sort-down.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 90% center;
}
.filter select:focus {
    outline: 0;
}
.filter select::-ms-expand {
    /* for IE 11 */
    
    display: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-footer p{
    margin-bottom: 2px;
}

/*.sub-footer p{
    display: inline-block;
    vertical-align: text-bottom;
    }*/

    .sub-footer svg,
    .sub-footer path,
    .sub-footer tspan,
    .sub-footer polygon,
    .sub-footer rect{

        fill: #a0a0a0;
    }
    .sub-footer svg{
        width: 80px;
        height: 30px;
    }
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 992px) {
    .main-container {
        padding-top: 56px;
    }

    .main-header__search-toggle{
        display: none;
    }
}
@media (max-width: 700px) {
    .mobile-text {
        display: block;
    }
    .bg-image__text {
        display: none;
    }
    .bg-image--feature {
        height: 300px;
        margin: 0 0 18px;
    }
}
@media (max-width: 480px) {
    .bg-image--feature {
        height: 225px;
    }
}
.main-header {
    position: relative;
    margin-bottom: 18px;
    padding: 0;
    background-color: #fff;
}
.main-header .main-header__wrap {
    position: relative;
    display: table;
    border-collapse: collapse;
    width: 100%;
    min-height: 125px;
    margin: 9px 0;
}
.main-header .main-header__logo {
    position: relative;
    display: table-cell;
    padding-left: 20px;
    padding-top: 50px;
    vertical-align: bottom;
}
.main-header .main-header__logo a {
    display: block;
    width: 400px;
    max-width: 900px;
    line-height: 0.7;
}
.main-header .main-header__logo a svg {
    height: 100%;
    width: 100%;
}
.main-header .main-header__current-issue {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 225px;
    margin: 0;
}
.main-header .main-header__current-issue .main-header__current-issue-text {
    float: left;
    width: 60%;
    padding-right: 15px;
    font-size: 12px;
    text-align: center;
}
.main-header .main-header__current-issue .main-header__current-issue-text p {
    margin-top: 5px;
}
.main-header .main-header__current-issue .main-header__current-issue-text p:first-child {
    margin-bottom: 5px;
}
.main-header .main-header__current-issue .main-header__current-issue-text a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 3px 0;
    background-color: #000;
    color: #fff;
}
.main-header .main-header__current-issue .main-header__current-issue-img {
    float: left;
    width: 40%;
}
.main-header .main-header__current-issue .main-header__current-issue-subscribe {
    position: relative;
}
.main-header .main-header__current-issue .main-header__current-issue-subscribe:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 8px;
    content: ">";
    color: #fff;
    font-weight: 700;
}
.main-header .main-header__menu-toggle,
.main-header .main-header__search-toggle {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.main-header .main-header__menu-toggle .cross-icon,
.main-header .main-header__search-toggle .cross-icon {
    display: none;
}
.main-header .main-header__menu-toggle {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
}
.main-header .main-header__search-toggle {
    right: 36px;
    bottom: 20px;
}
.main-header .mobile-search-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header-ad{
    padding: 5px;
    background-color: #414042;
}
.header-ad img {
    display: block;
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
}
.header-ad-wrap {
    margin: 0 auto;
}
@media (max-width: 992px) {
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
        padding: 10px;
        z-index: 9999;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        height: 57px;
    }
    .main-header .main-header__logo {
        position: static;
        display: block;
        float: none;
        max-width: 175px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 0;
    }
    .main-header .main-header__logo a {
        width: 100% !important;
    }
    .main-header .main-header__logo svg {
        height: 35.55px !important;
    }
    .main-header .main-header__wrap {
        position: static;
        display: block;
        min-height: initial;
    }
    .main-header .main-header__current-issue {
        display: none;
    }
    .main-header .mobile-search-toggle,
    .main-header .main-header__menu-toggle {
        display: block;
    }
    .main-header .mobile-search-toggle .cross-icon {
        display: none;
    }
    .main-header .main-header__search-toggle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-header .main-header__wrap {
        margin: 0;
    }
    .header-ad {
        background-color: transparent;
        margin: 60px 0 0;
    }
}
.main-footer {
    margin-top: 36px;
    padding: 54px 0 0;
    background-color: #323232;
    color: #fff;
}
.main-footer h3 {
    margin: 0 50px 18px 0;
    padding: 0 0 9px 9px;
    border-bottom: 1px solid #9b9b9b;
}
.main-footer h5 {
    margin: 9px 0 0;
    font-size: 18px;
    font-weight: 700;
}
.main-footer ul {
    margin-bottom: 0;
    padding-left: 9px;
    list-style: none;
}
.main-footer a:hover {
    text-decoration: underline;
}
.main-footer .social-media-header {
    padding-top: 36px;
}
.footer-menu .menu-item {
    margin-bottom: 10px;
}
.footer-menu .menu-item:hover {
    text-decoration: underline;
}
.social-media {
    height: 40px;
}
.social-media li {
    float: left;
    margin: 0 10px;
}
.social-media li:first-child {
    margin-left: 0;
}
.social-media li:last-child {
    margin-right: 0;
}
.social-media svg {
    width: 26px;
    fill: #fff;
}
.social-media .twitter svg {
    margin-top: 2px;
    width: 28px;
    height: 30px;
}
.main-footer__recent,
.main-footer__popular {
    padding-top: 5px;
}
.main-footer__recent h5,
.main-footer__popular h5 {
    margin-top: 0;
    font-size: 13px;
}
.main-footer__recent p,
.main-footer__popular p {
    margin: 5px 0;
    font-size: 12px;
}
.main-footer__recent li,
.main-footer__popular li {
    margin-bottom: 4.5px;
}
.main-footer__recent .bg-image,
.main-footer__popular .bg-image {
    float: left;
    width: 80px;
    height: 80px;
}
.main-footer__recent .recent__text,
.main-footer__popular .recent__text {
    float: left;
    width: 60%;
    padding-left: 9px;
}
#main-footer-recent,
#main-footer-popular {
    color: #595959;
}
#main-footer-recent.posts-visible,
#main-footer-popular.posts-visible {
    color: #ffffff;
}
.main-footer__popular {
    display: none;
}
.main-footer__issue {
    padding-left: 36px;
}
.main-footer__issue h3 {
    border: none;
    margin: 0;
    padding: 18px 0 0;
}
.main-footer__issue img {
    width: 100%;
    max-width: 175px;
    margin-top: 5px;
}
.main-footer__issue p {
    font-size: 13px;
}
.main-footer__issue p:first-of-type {
    margin: 2px 0 5px;
    font-weight: 700;
}
.sub-footer {
    margin-top: 36px;
    padding: 5px 0;
    border-top: 1px solid #404040;
    color: #a0a0a0;
    font-size: 12px;
    text-align: center;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 992px) {
    .main-footer .col-md-3 {
        height: 470px;
        padding-bottom: 18px;
    }
    .main-footer h3 {
        max-width: 250px;
    }
    .main-footer__recent img {
        width: 120px;
    }
    .main-footer__recent .recent__text {
        width: 200px;
    }
    .main-footer__issue {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .sub-footer {
        margin-top: 0;
    }
}
.main-menu {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}
.main-menu ul {
    list-style: none;
    padding-left: 0;
}
.main-menu li {
    color: #444444;
}
.main-menu a {
    position: relative;
}
.main-menu .home-link {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 30px;
    z-index: 9999;
}
.main-menu .home-link .home-icon {
    height: 30px;
}
.main-menu-wrap {
    background-color: #ffffff;
}
.main-menu-wrap.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.main-menu-wrap.fixed .main-menu__items {
    border-top: 1px solid #fff;
}
/* Styles for items in top level main menu */

.main-menu__items {
    position: relative;
    margin: 0 auto;
    padding: 0 80px 0 30px;
    border-top: 1px solid #e7e7e7;
    text-align: right;
}
.main-menu__items > .menu-item {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.main-menu__items > .menu-item > a {
    display: inline-block;
    padding: 20px 25px;
}
.main-menu__items > .menu-item > a:after {
    display: none;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    border-top: 2px solid #000;
}
.main-menu__items > .menu-item.menu-item__previous {
    padding-left: 5px;
}
/* Hover states for main menu sub menus */

.main-menu__items.desktop > .menu-item:hover > a:after,
.main-menu__items.desktop > .menu-item:hover .sub-menu-wrap,
.main-menu__items.desktop > .menu-item:hover:not(:last-child):after {
    display: block;
}
/* Hover states for main menu sub menus */

.main-menu__items.no-hover > .menu-item:hover .sub-menu-wrap {
    display: none;
}
.menu-item__previous {
    cursor: pointer;
}
/* Sub menu begins */

.sub-menu-background {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    height: 124px;
    background-color: rgba(0, 0, 0, 0.85);
}
.sub-menu-wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
}
.main-menu-holder {
    height: 62px;
}
.sub-menu {
    position: static;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
}
.sub-menu .menu-item {
    display: inline-block;
    color: #fff;
    padding: 18px 0;
}
.sub-menu .menu-item a {
    display: inline-block;
    margin: 0 25px 0;
}
.sub-menu .menu-item a:after {
    display: none;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
}
.sub-menu .menu-item a:hover:after {
    display: block;
}
.sub-menu .menu-item:last-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}
/* Styles for search dropdown */

.search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1500px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.search.open .search__bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s, -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
}
.search.fixed {
    position: fixed;
    top: 63px;
}
.search .search__bar {
    padding: 25px 15px;
    background-color: #000;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
    transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s, -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
}
.search .search__bar__input {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 35px;
}
.search .search__bar__input input {
    width: 70%;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
}
.search .search__bar__input input::-moz-selection {
    background: #fff;
    color: #000;
}
.search .search__bar__input input::selection {
    background: #fff;
    color: #000;
}
.search .search__bar__input input:focus {
    outline: 0;
}
.search .search__bar__input button {
    float: right;
    margin-top: 3px;
    padding: 2px 15px;
    background-color: #323232;
    border: none;
    border-radius: 2px;
    color: #ddd;
    font-size: 22px;
}
.search .search__bar__input button:focus {
    outline: 0;
}
.search .mobile-search-button {
    display: none;
}
@media (max-width: 992px) {

    .main-menu__items.desktop > .menu-item:hover > a:after,
    .main-menu__items.desktop > .menu-item:hover .sub-menu-wrap,
    .main-menu__items.desktop > .menu-item:hover:not(:last-child):after {
        display: none;
    }

    .main-menu-wrap.fixed .main-menu__items{
        border: none;
    }
    .main-menu {
        display: none;
        position: fixed;
        top: 55px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.85);
        color: #fff;
    }
    .main-menu .main-menu__items {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

        border-top: none;
    }
    .main-menu .main-menu__items:last-child {
        padding: 18px 0;
    }
    .main-menu .main-menu__items li:first-child a {
        padding-top: 0;
    }
    .main-menu .home-link {
        display: none;
    }
    .main-menu .menu-item__search.menu-item {
        display: none;
    }
    .main-menu .menu-item,
    .main-menu .menu-item:first-child {
        position: static;
        display: block;
        margin: 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    .main-menu .menu-item a,
    .main-menu .menu-item.menu-item__previous,
    .main-menu .menu-item:first-child a,
    .main-menu .menu-item:first-child.menu-item__previous {
        padding: 10px;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu,
    .main-menu .main-menu__items > .menu-item .sub-menu-wrap {
        position: static;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu-wrap {
        display: none;
        height: 0;
        margin-top: -15px;
        overflow: hidden;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu-wrap.open {
        height: auto;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu-wrap.open .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .main-menu .main-menu__items > .menu-item .sub-menu {
        padding: 0;
        border-top: none;
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        transition: opacity 1s ease, -webkit-transform .3s ease;
        -webkit-transition: opacity 1s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity 1s ease;
        transition: transform .3s ease, opacity 1s ease, -webkit-transform .3s ease;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu .menu-item a {
        padding: 5px;
        font-size: 16px;
    }
    .main-menu .main-menu__items > .menu-item .sub-menu .menu-item a:hover:after {
        display: none;
    }
    .main-menu-holder {
        height: auto;
    }
    .search .search__bar {
        position: relative;
        padding: 0;
    }
    .search .search__bar__input {
        padding: 9px 0 9px 18px;
    }
    .search .search__bar__input button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        margin-top: 0;
        border-radius: 0;
    }
    .search .desktop-search-button {
        display: none;
    }
    .search .mobile-search-button {
        display: block;
    }
}
.music h2 {
    margin: 30px 0 18px;
    padding: 0 18px 4.5px 4.5px;
    border-bottom: 1px solid #b5b5b5;
}
.music .row {
    padding: 0 4.5px;
}
.music .music__grid-item {
    margin-bottom: 36px;
}
.music .music__grid-item:hover h4,
.music .music__grid-item:hover h5 {
    text-decoration: none;
    -webkit-text-decoration-color: #ff4e2e;
    text-decoration-color: #ff4e2e;
    color: #ff4e2e;
}
.music .music__grid-item .bg-image {
    margin-bottom: 9px;
}
.music .music__grid-item .bg-image:before {
    padding-top: 100%;
}
.music .music__grid-item h4,
.music .music__grid-item h5 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.1;
}
.music .music__grid-item h5 {
    margin-bottom: 2px;
    font-weight: 400;
}
.link_orange:hover {
    color: #ff4e2e;
}
.music-archive__row {
    padding-bottom: 18px;
    border-bottom: 1px solid #c7c7c7;
}
.brands-list {
    font-size: 14px;
}

.feature__right__text p{
    display: none;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .col-xs-12.music__grid-item {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .music .row {
        padding: 0;
    }
    .music .music__grid-item {
        height: 225px;
    }
}
.front {
    padding: 0;
}
.front .sidebar {
    padding-top: 18px;
}
.front__feature {
    height: 425px;
}
.front__feature h1 {
    margin-bottom: 5px;
    line-height: 1;
}
.front__feature p {
    font-size: 14px;
}
.front__feature .card {
    height: 100%;
    overflow: hidden;
}
.front__feature .feature__left {
    height: 100%;
    color: #fff;
}
.front__feature .feature__left .bg-image {
    height: 389px;
    margin: 0;
}
.front__feature .feature__left:hover h1 {
    text-decoration: underline;
}
.front__feature .feature__right {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.front__feature .feature__right .card__item {
    height: 33.5%;
}
.front__feature .feature__right .bg-image {
    display: inline-block;
    height: 100%;
    width: 50%;
}
.front__feature .feature__right .feature__right__text {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    height: 100px;
    padding: 1px 0 0 15px;
}
.front__feature .feature__right .feature__right__text h3 {
    margin-top: 13px;
    font-size: 16px;

}
.front__feature .feature__right .feature__right__text h4 {
    line-height: 1;
}
.front__main {
    padding-top: 15px;
    background-color: transparent;
}
.front__main .card h3:hover {
    color: #ff4e2e;
    -webkit-text-decoration-color: #ff4e2e;
    text-decoration-color: #ff4e2e;
}
.front__main .card p {
    font-size: 15px;
    line-height: 1.3;
}
.front__main .card .card__text {
    float: left;
    vertical-align: top;
}
.front__main .card .card__text h4 {
    line-height: 1;
}
.front__main .card .bg-image {
    float: left;
}
.front__main .card .bg-image:before {
    display: block;
    content: "";
}
.front__main h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px 4.5px;
    line-height: 1.2;
}
.front__main hr {
    margin-top: 0;
    margin-bottom: 18px;
    height: 1px;
    background: #9b9b9b;
}
.front__main .read-more {
    font-size: 14px;
}
.front__row {
    margin-bottom: 18px;
}
.front__row .card {
    margin: 0;
    padding: 18px;
    background-color: #fff;
}
.one-wide {
    width: 100%;
}
.one-wide h3 {
    font-size: 29px;
}
.one-wide p {
    font-size: 14px;
}
.one-wide .card__img {
    height: 240px;
    width: 50%;
}
.one-wide .card__text {
    float: left;
    width: 48%;
    padding-left: 18px;
}
.two-tall .card {
    height: 430px;
    /* width: calc(50% - 10px);*/
    
    width: 49%;
}
.two-tall .card:nth-child(1) {
    float: left;
}
.two-tall .card:nth-child(2) {
    float: right;
}
.two-tall .card h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 23px;
}
.two-tall .card p {
    margin-top: 5px;
}
.two-tall .card__img {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
.two-wide .card {
    /* */
    
    width: 49%;
    height: 206px;
}
.two-wide .card:nth-child(1) {
    float: left;
}
.two-wide .card:nth-child(2) {
    float: right;
}
.two-wide .card h3 {
    margin: 5px 0;
    font-size: 16px;
}
.two-wide .card p {
    margin: 5px 0 0;
}
.two-wide .card__img {
    height: 170px;
    width: 50%;
}
.two-wide .card__text {
    width: 50%;
    padding-left: 9px;
}
.one-tall-two-wide .card:nth-child(1) {
    float: right;
    height: 430px;
    /* width: calc(50% - 10px);*/
    
    width: 49%;
}
.one-tall-two-wide .card:nth-child(1) h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 23px;
}
.one-tall-two-wide .card:nth-child(1) p {
    margin-top: 5px;
}
.one-tall-two-wide .card:nth-child(1) .card__img {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
.one-tall-two-wide .card:nth-child(2) {
    margin-bottom: 18px;
}
.one-tall-two-wide .card:nth-child(2),
.one-tall-two-wide .card:nth-child(3) {
    float: left;
    /* width: calc(50% - 10px);*/
    
    width: 49%;
    height: 206px;
}
.one-tall-two-wide .card:nth-child(2) h3,
.one-tall-two-wide .card:nth-child(3) h3 {
    margin: 5px 0;
    font-size: 16px;
}
.one-tall-two-wide .card:nth-child(2) p,
.one-tall-two-wide .card:nth-child(3) p {
    margin: 5px 0 0;
}
.one-tall-two-wide .card:nth-child(2) .card__img,
.one-tall-two-wide .card:nth-child(3) .card__img {
    height: 170px;
    width: 50%;
}
.one-tall-two-wide .card:nth-child(2) .card__text,
.one-tall-two-wide .card:nth-child(3) .card__text {
    width: 50%;
    padding-left: 9px;
}
.three-small {
    padding: 9px;
    background-color: #fff;
}
.three-small .card {
    float: left;
    width: 33.33%;
    /*height: 340px;*/
    
    padding: 9px;
    background-color: transparent;
}
.three-small .card h3 {
    margin: 5px 0;
    font-size: 16px;
}
.three-small .card p {
    margin-top: 0;
    font-size: 14px;
}
.three-small .card .card__img {
    width: 100%;
    height: 160px;
    margin-bottom: 9px;
}

/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 992px) {

    .feature__right__text p{
        display: block;
    }
    .front__feature {
        height: auto;
    }
    .front__feature .feature__left .card {
        height: 450px;
    }
    .front__feature .feature__left .bg-image {
        height: 414px;
    }
    .front__feature .feature__right .card {
        height: auto;
        padding: 0 9px;
        overflow: visible; 
    }
    .front__feature .feature__right .card__item {
        float: left;
        width: 33.33%;
        min-height: 390px;
        padding-top: 0;
    }
    .front__feature .feature__right .bg-image {
        display: inline-block;
        height: 200px;
        width: 100%;
    }
    .front__feature .feature__right .feature__right__text {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 18px 0 0;
        height: 100%;
    }
    .front__feature .feature__right .feature__right__text h3 {
        margin-top: 15px;
    }
    .front__feature .feature__right .feature__right__text h4 {
        line-height: 1;
    }
    .front__row .card__img.bg-image {
        height: 300px;
    }
    .two-tall .card {
        float: none;
        height: 500px;
        padding: 18px;
        width: 49%;
    }
    .front__row.two-wide .card {
        height: 220px;
    }
    .front__row.two-wide .card__img.bg-image {
        height: 180px;
    }
    .three-small .card__img.bg-image {
        height: 200px;
    }
}
@media (max-width: 700px) {
    .front .card__text h3 {
        margin-top: 5px;
    }
    .front__feature .feature__left {
        background-color: #fff;
    }
    .front__feature .feature__left .card {
        height: auto;
    }
    .front__feature .feature__left .mobile-text {
        display: block;
    }
    .front__feature .feature__right {
        margin-top: 0;
        padding-top: 18px;
        background-color: transparent;
    }
    .front__feature .feature__right .card {
        padding: 0;
        background-color: transparent;
    }
    .front__feature .feature__right .card__item {
        width: 100%;
        margin-bottom: 18px;
        padding: 18px;
        background-color: #fff;
    }
    .front__feature .feature__right .card__item:last-child {
        margin-bottom: 0;
    }
    .front__feature .feature__right .feature__right__text {
        padding-top: 0px;
    }
    .front h3 {
        font-size: 24px !important;
    }
    .front p {
        font-size: 15px !important;
    }
    .front .card {
        height: auto !important;
        width: 100% !important;
    }
    .front .card .bg-image {
        width: 100% !important;
        margin-bottom: 9px;
    }
    .front .card .card__text {
        width: 100% !important;
        padding: 0 !important;
    }
    .front__row .card {
        margin-bottom: 18px;
    }
    .front__row .card:last-child {
        margin-bottom: 0;
    }
    .three-small {
        background-color: transparent;
        padding: 0;
    }
    .three-small .card {
        padding: 18px;
        background-color: #fff;
    }
    .three-small .card:last-child {
        margin-bottom: 0;
    }
    .front .bg-image {
        height: 350px !important;
    }
}
@media (max-width: 480px) {
    .front .bg-image {
        height: 225px !important;
    }
}
.single {
    position: relative;
    /* .breadcrumbs {*/
        /*     margin-bottom: 0;*/
        /*     border-bottom: 0;*/
        /* }*/
    }
    .single h1 {
        margin-top: 5px;
        text-transform: none;
    }
    .single .issue-date {
        position: absolute;
        top: 18px;
        right: 18px;
        color: #000;
        font-size: 13px;
        font-weight: 400;
        color: #ff4e2e;
    }
    .single__section {
        margin-bottom: 36px;
        padding: 0 30px;
    }
    .single__author {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
    }
    .single__author span {
        text-transform: none;
    }
    .single__intro {
        font-size: 18px;
        color: #7f7f7f;
    }
    .single__content {
        padding-right: 22px;
        padding-left: 22px;
        /* img {*/
            /*     display: block;*/
            /*     margin: $double-gutter auto;*/
            /* }*/
        }
        .single__content p {
            margin: 15px auto;
        }
        .single__content p iframe {
            display: block;
            margin: 36px auto;
            border: none;
        }
        .single__content a {
            text-decoration: underline;
        }
        .single__content a:hover {
            text-decoration: none;
            color: #ff4e2e;
        }
        .single__share {
            margin: 0 9px;
            padding: 36px 18px;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #9b9b9b;
        }
        .single__share h4 {
            margin-top: 0;
            margin-bottom: 0;
        }
        .single__share ul {
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
        }
        .single__share a {
            display: block;
            float: left;
            margin-right: 9px;
            border-radius: 3px;
        }
        .single__share li {
            float: left;
            width: 70px;
            padding: 3px 8px;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
        }
        .single__share svg {
            position: relative;
            top: 2px;
            width: 12px;
            height: 12px;
            fill: #fff;
        }
        .single__share .share__text {
            padding-left: 2px;
            color: #fff;
        }
        .single__share .share__twitter {
            background-color: #55acee;
        }
        .single__share .share__facebook {
            background-color: #3b5998;
        }
        .single__share .share__google-plus {
            background-color: #d34836;
        }
        .single__share .share__more {
            color: #999;
            font-size: 12px;
        }
        .single__tag-cloud img {
            margin-left: -5px;
        }
        .pagination {
            margin-top: 60px;
            margin-bottom: 36px;
            padding-left: 0;
            list-style: none;
        }
        .pagination li {
            display: inline-block;
            margin-right: 36px;
            font-size: 15px;
            font-weight: 700;
        }
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 992px) {
    .single .single__section .related__item {
        padding-bottom: 18px;
    }

    .one-wide .truncate_text {
      display: -webkit-box;
      font-size: 26px;
      max-height: 151px;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
    p.single__intro {
        margin-top: 0;
        font-size: 16px;
    }
    .single__section,
    .single__section.single__share {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .single .issue-date {
        display: inline-block;
        position: static;
        padding-bottom: 9px;
    }
}
@media (max-width: 600px) {
    .single__content iframe {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .single .bg-image {
        height: 225px;
    }
    .single__author {
        font-size: 12px;
    }
}
.archive h4 {
    margin: 18px 0 9px;
}
.archive .bg-image--feature {
    margin-bottom: 18px;
}
.archive .bg-image--feature:hover h1 {
    text-decoration: underline;
}
.archive .issue-id {
    float: right;
}
.archive .breadcrumbs {
    margin-bottom: 0;
    border-bottom: none;
}
.archive__item {
    margin-bottom: 25px;
    padding: 0 5px;
}
.archive__item:hover h2 {
    color: #ff4e2e;
}
.archive__item:hover h2:after {
    border-top: 2px solid #ff4e2e;
}
.archive__item .archive__image {
    float: left;
    width: 44%;
}
.archive__item .archive__text {
    float: left;
    width: 56%;
    max-width: 425px;
}
.archive__item h2 {
    position: relative;
    margin: 4.5px 0;
    padding-bottom: 4.5px;
    font-size: 24px;
    line-height: 1.2;
}
.archive__item h2:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-top: 2px solid #000;
    width: 25px;
}
.archive__item p {
    max-width: 350px;
    margin: 0 0 10px;
}
.archive__item .date {
    margin-bottom: 4.5px;
    color: #ff4e2e;
}
.archive__item .read-more {
    margin-top: 18px;
}
.archive__item .bg-image:before {
    padding-top: 60%;
}
.archive__text {
    padding-left: 18px;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .archive {
        margin-right: -9px;
        margin-left: -9px;
    }
    .archive .archive__feature {
        padding: 0 9px;
    }
    .archive .archive__item {
        float: left;
        width: 50%;
        height: 400px;
        padding: 0 9px;
    }
    .archive .archive__item .archive__image,
    .archive .archive__item .archive__text {
        width: 100%;
    }
    .archive .archive__item .archive__text {
        padding-left: 0;
    }
    .archive .archive__item .bg-image {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {

    /* Cutes text off at a Height
    ========================================================================== */
    .truncate_two_lines {
        display: -webkit-box;
        font-size: 26px;
        max-height: 85px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-text .truncate_two_lines{
        display: -webkit-box;
        font-size: 26px;
        max-height: 89px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .one-wide .truncate_two_lines {
      display: -webkit-box;
      font-size: 26px;
      max-height: 85px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .one-wide .truncate_text {
   display: -webkit-box;
   font-size: 26px;
   max-height: 60px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.truncate_text {
    display: -webkit-box!important;
    font-size: 26px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive {
    margin-right: 0;
    margin-left: 0;
}
.archive .archive__feature {
    padding: 0;
}
.archive .archive__item {
    width: 100%;
    height: auto;
    padding: 0;
}
}
.album-review h1 {
    margin-top: 0;
    padding-bottom: 4.5px;
}
.album-review .author {
    position: relative;
    margin-top: 12px;
    margin-bottom: 2px;
    padding-left: 90px;
    font-size: 15px;
    font-weight: 400;
}
.album-review .author:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
.album-review .single__intro {
    margin-bottom: 15px;
}
.album-review .single__content p iframe {
    padding: 18px 0;
}
.album-review--archive .bg-image--feature {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.album-review__title {
    text-transform: none;
}
.directories {
    padding: 32px;
}
.directories h2 {
    margin: 0;
}
.directories p {
    max-width: 450px;
}
.directories__filter {
    margin: 0 0 18px;
    padding: 18px;
    background-color: #fff;
    color: #939598;
    font-weight: 700;
}
.directories__filter ul {
    padding: 0;
    list-style: none;
}
.directories__filter li {
    margin-bottom: 5px;
}
.directories__filter li:first-child {
    padding-top: 10px;
}
.directories__filter label {
    margin-right: 5px;
}
.directories__filter select {
    position: relative;
    top: -1px;
}
.directories__filter .breadcrumbs {
    padding: 0 0 9px 9px;
}
.directories__current {
    position: relative;
    margin-top: 18px;
    margin-bottom: 9px;
    border: 1px solid #d1d3d4;
    background-color: #f1f2f2;
    clear: both;
}
.directories__current h2 {
    float: left;
    margin: 0;
    padding: 2px 9px;
    color: #52565c;
    font-weight: 300;
    text-transform: none;
}
.directories__current .directories__arrows {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -9px;
    width: 12px;
    height: 12px;
}
.directories__current .directories__arrows svg {
    display: inline-block;
    width: 100%;
    fill: #6d6e71;
}
.directories__item {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.directories__item:last-child {
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 0;
}
.directories__item h2 {
    font-size: 21px;
    line-height: 1;
}
.directories__item p {
    margin-top: 8px;
    font-size: 14px;
}
.directories__item .bg-image {
    padding-top: 100%;
}
.stockists .filter {
    float: left;
    padding-bottom: 18px;
}
.stockists .studios__wrap {
    clear: both;
}
.brands-list-show {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.brands-list-hide {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.abc-filter,
.location-filter,
.instrument-filter {
    display: none;
}
.studios .directories__filter .filter {
    padding-top: 10px;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 992px) {
    .container .studios .directories__filter li {
        float: none;
    }
    .container .studios .directories__filter li label {
        margin-left: 0;
    }
    .container .studios .directories__filter li select {
        width: 130px;
    }
    #location-filter {
        margin-left: 27px;
    }
    .directories__filter li:first-child {
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .directories {
        padding: 18px;
    }
    .directories__item .bg-image {
        margin-bottom: 18px;
    }
}
@media (max-width: 480px) {
    .col-xs-4,
    .col-xs-8 {
        width: 100%;
    }
}
.studios .directories__filter {
    position: relative;
    padding: 0 0 9px 9px;
    border-bottom: 1px solid #b5b5b5;
    list-style: none;
}
.studios .directories__filter li {
    float: left;
    margin-right: 18px;
    color: #939598;
}
.studios .directories__filter li:last-child {
    position: absolute;
    right: 0;
    color: #adadad;
}
.studios__wrap {
    padding: 0 9px 9px;
}
.studios__item {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.studios__item h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}
.studios__item ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.studios__item li {
    font-size: 14px;
}
.studios__item .studios__title {
    font-weight: 700;
}
.studios__item .studios__name {
    margin-bottom: 5px;
}
.studios__item .studios__text {
    float: left;
    width: 100%;
}

.studios__item .studios__text img{
    float: right;
    width: 200px;
}
.studios__item .studios__image {
    float: right;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

.issues {
    padding: 18px 36px;
}
.issues h2 {
    margin: 0 0 9px;
}
.issues .breadcrumbs {
    margin-bottom: 9px;
}
.issues__intro {
    margin-bottom: 18px;
    color: #adadad;
    font-size: 15px;
}
.issues__feature {
    margin-bottom: 36px;
    padding: 20px;
    background-color: #333333;
}
.issues__feature h3 {
    margin-top: 20px;
    font-size: 22px;
}
.issues__feature h5 {
    margin: 10px 0 5px;
    font-size: 18px;
}
.issues__feature .bg-image:before {
    padding-top: 150%;
}
.issues__feature .issues__feature__text {
    padding-left: 36px;
    color: #ffffff;
}
.issues__feature .issues__artists p {
    margin-top: 0;
    color: #adadad;
}
.issues__feature .issues__subscribe {
    display: inline-block;
    padding: 0 8px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
}
.issues__feature .issues__stockists {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
}
.back-issues {
    clear: both;
}
.back-issues__header {
    margin-bottom: 18px;
    border-bottom: 1px solid #b5b5b5;
    clear: both;
}
.back-issues__header h2 {
    float: left;
    margin-bottom: 10px;
}
.back-issues__header .filter .back-issues__filter--date {
    background-position: 55px center;
}
.back-issues__item {
    margin-bottom: 18px;
}
.back-issues__item:hover h3 {
    color: #ff4e2e;
}
.back-issues__item h3 {
    margin-top: 18px;
    font-size: 16px;
}
.back-issues__item .bg-image:before {
    padding-top: 150%;
}
.back-issues__item .back-issues__in-issue {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}
.back-issues__item .back-issues__featured-artists {
    margin-top: 0;
    font-size: 14px;
}
.back-issues__item .back-issues__featured-artists a {
    font-weight: 700;
}
.issues-load-more {
    display: block;
    width: 40px;
    margin: 18px auto;
    cursor: pointer;
}
.issues-load-more svg {
    fill: #adadad;
}
.single-issue .breadcrumbs {
    margin-bottom: 10px;
    border-bottom: none;
}
.single-issue h2 {
    margin-top: 0;
    padding: 5px;
    border-bottom: 1px solid #e7e7e7;
}
.single-issue h3 {
    margin-top: 5px;
    font-size: 20px;
}
.single-issue .search-results__item .bg-image {
    padding-top: 80%;
}
.single-issue .cover-story {
    padding-bottom: 2px;
}
.single-issue .cover-story h2 {
    margin-top: 15px;
    margin-bottom: 7px;
    border: none;
}
.single-issue .cover-story__border {
    clear: both;
    margin: 0 9px;
    padding-top: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.single-issue .filter select {
    background-position: 80px center;
}
.single-issue__title {
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}
.single-issue__title h2 {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    color: #adadad;
}
.single-issue__title .single-issue__filter {
    float: right;
}
.single-issue__section {
    padding-bottom: 36px;
    border-bottom: 1px solid #e7e7e7;
}
.single-issue__section:last-child {
    border-bottom: none;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .issues {
        padding: 18px;
    }
    .issues__feature .bg-image,
    .issues__feature .issues__feature__text {
        max-width: 400px;
        margin: 0 auto 18px;
        padding: 0;
    }
    .back-issues__header {
        padding-left: 0;
    }
    .back-issues__header h2 {
        float: none;
    }
    .back-issues__header .filter {
        float: none;
        margin-bottom: 18px;
    }
    .back-issues__header .filter label {
        margin-left: 0;
    }
    .single-issue__title label {
        margin-left: 0;
    }
    .single-issue__title h2,
    .single-issue__title .filter {
        float: none;
    }
    .single-issue__title .filter {
        padding-bottom: 9px;
    }
}
@media (max-width: 480px) {
    .back-issues__item.col-xs-6 {
        width: 100%;
    }
    .back-issues .filter select {
        display: block;
        margin: 18px 0;
    }
}
.search-results {
    padding: 18px 30px 36px;
}
.search-results h3 {
    margin: 5px 0;
    font-size: 22px;
}
.search-results h4,
.search-results .date {
    display: inline-block;
    margin-right: 10px;
}
.search-results .breadcrumbs {
    float: left;
    margin-bottom: 0;
    border-bottom: none;
}
.search-results .orange {
    line-height: 1;
}
.search-results .date {
    font-size: 14px;
}
.search-results .results-title {
    color: #999999;
}
.search-results .category-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.search-results .more-posts {
    display: block;
    margin-bottom: 18px;
    padding: 9px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #ff4e2e;
}
.search-results .more-description {
    text-align: center;
}
.search-results__header {
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
}
.search-results__header .search-results__summary {
    float: right;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.search-results__header .search-results__summary li {
    float: left;
    margin-left: 15px;
}
.search-results__header .search-results__summary .results-amount {
    color: #999999;
}
.search-results__excerpt {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.search-results__item {
    padding-bottom: 18px;
}
.search-results__item h3,
.search-results__item p {
    max-width: 450px;
}
.search-results__item .bg-image {
    padding-top: 100%;
}
.music-results .row {
    padding-bottom: 18px;
}
.music-results__item .bg-image {
    margin: 10px 0;
    padding-top: 100%;
}
.music-results__item h3,
.music-results__item h4,
.music-results__item p {
    margin: 0;
}
.music-results__item h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.music-results__item h4 {
    font-weight: 400;
    text-transform: none;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .search-results__item .col-sm-3,
    .search-results__item .col-sm-4 {
        float: left;
        width: 40%;
    }
    .search-results__item .col-sm-8,
    .search-results__item .col-sm-9 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 500px) {
    .search-results__item .bg-image {
        margin-bottom: 18px;
    }
    .search-results__item .col-sm-3,
    .search-results__item .col-sm-4,
    .search-results__item .col-sm-8,
    .search-results__item .col-sm-9 {
        float: left;
        width: 100%;
    }
}
.contact h1 {
    padding: 18px 0;
    text-align: left;
}
.contact .contact__wrap {
    max-width: 500px;
    margin: 36px 0;
}
.contact label,
.contact input,
.contact textarea {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    padding: 9px 18px;
    border: 1px solid #b5b5b5;
}
.contact label:active,
.contact label:focus,
.contact input:active,
.contact input:focus,
.contact textarea:active,
.contact textarea:focus {
    outline: 0;
    border: 1px solid #000;
}
.contact textarea {
    height: 200px;
}
.contact form {
    width: 100%;
}
.contact button {
    display: block;
    width: 90px;
    padding: 7px 0;
    background-color: #fff;
    border: 2px solid #000;
    font-weight: 700;
}
.contact h4 {
    margin-bottom: 0px;
}
.contact .editor {
    margin: 0;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

.pagination-one {
    margin-top: 50px;
    margin-bottom: 36px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
}
.pagination-one .pagination-number {
    padding-left: 36px;
    font-size: 16px;
}
.pagination-one li {
    display: inline-block;
    margin-right: 36px;
    font-size: 15px;
    font-weight: 700;
}
.navigation.pagination {
    margin-top: 18px;
    margin-bottom: 9px;
    padding: 25px 18px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    clear: both;
}
.navigation.pagination ul,
.navigation.pagination li {
    display: inline-block;
}
.navigation.pagination ul {
    margin: 0;
    padding-left: 0;
}
.navigation.pagination li,
.navigation.pagination a {
    font-weight: 700;
}
.navigation.pagination li {
    margin: 0 15px;
}
.navigation.pagination .pagination-two__next {
    position: relative;
}
.navigation.pagination .pagination-two__next:after {
    display: block;
    content: "\25BA";
    position: absolute;
    top: 2px;
    right: -20px;
    font-size: 0.8em;
}
.navigation.pagination .next,
.navigation.pagination .previous {
    font-weight: 700;
}
.navigation.pagination .nav-links .current {
    color: #ff4e2e;
    font-weight: 700;
}
.pagination-three {
    margin-bottom: 30px;
    font-weight: 700;
}
.pagination-three .previous {
    float: left;
}
.pagination-three .next {
    float: right;
}
.pagination {
    margin: 0;
}
.pagination .page-numbers {
    padding: 0 9px;
}
.screen-reader-text {
    display: none;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

.sidebar h2 {
    position: relative;
}
.sidebar .sidebar__ad {
    padding: 9px;
}
.widget {
    margin: 18px 0;
    padding: 18px;
    background-color: #fff;
}
.widget:first-child {
    margin-top: 0;
}
.widget h2 {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 9px 9px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 20px;
}
.widget h2 .more {
    position: absolute;
    right: 9px;
    bottom: 12px;
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
}
.widget h3,
.widget h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.widget p {
    margin: 0;
}
.widget .widget__item {
    padding: 0 9px;
    margin: 18px 0;
}

.widget__item iframe {
    display: none;
}

.widget .widget__item:hover h3,
.widget .widget__item:hover h4 {
    text-decoration: none;
    -webkit-text-decoration-color: #ff4e2e;
    text-decoration-color: #ff4e2e;
    color: #ff4e2e;
}
.widget .widget__item:last-child {
    margin-bottom: 0;
}
.widget .widget__item .bg-image,
.widget .widget__item img {
    float: left;
    width: 29%;
}
.widget .widget__item .bg-image {
    height: 100px;
}
.widget .widget__text {
    position: relative;
    float: left;
    width: 65%;
    min-height: 101px;
    padding-left: 18px;
}
.widget .widget__text:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    width: calc(100% - 20px);
    border-top: 1px solid #9b9b9b;
}
.widget .date {
    margin: 5px 0;
}
.widget .read-more {
    font-size: 13px;
}
.widget--music,
.widget--reviews {
    padding: 25px 18px 36px;
}
.widget--music {
    background-color: #333333;
    color: #fff;
}
.widget--music .widget__item:hover h3,
.widget--music .widget__item:hover h4 {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}
.widget--music .watch,
.widget--music .listen {
    position: relative;
    margin-top: 10px;
    padding: 0 0 10px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget--music .watch:before,
.widget--music .listen:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.widget--music .listen:before {
    background-image: url("https://nzmusician.co.nz/wp-content/uploads/2017/05/listen.gif");
}
.widget--music .watch:before {
    background-image: url("https://nzmusician.co.nz/wp-content/uploads/2017/05/watch.gif");
}
.widget--music .widget__text {
    position: relative;
}
.widget--music .widget__text:before {
    display: block;
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://nzmusician.co.nz/wp-content/uploads/2017/05/pop-up.gif");
}
.widget--news {
    padding: 18px;
}
.widget--news .widget__item {
    margin: 18px 9px;
    padding: 0 0 18px;
    border-bottom: 1px solid #b5b5b5;
}
.widget--news h3 {
    margin-bottom: 9px;
    font-weight: 700;
    text-transform: none;
}
.widget--news p {
    float: left;
    width: 68%;
    margin: 0;
    padding: 0 0 4.5px 9px;
    font-size: 14px;
}
.widget--news .more {
    right: 9px;
    bottom: 13px;
}
.widget--news hr {
    height: 1px;
    margin: 0 0 9px;
    border: 0;
    background-color: #b5b5b5;
}
.widget--lessons h4 {
    margin-bottom: 0;
    font-weight: 700;
}
.widget--lessons .widget__item:last-child {
    padding-bottom: 9px;
}
.widget--lessons .widget__text {
    height: 100px;
}
.widget--lessons .date {
    margin-top: 0;
}
/*
|-------------------------------------------
| Media Queries
|-------------------------------------------
*/

@media (max-width: 992px) {
    .sidebar {
        display: none;
    }

    .studios__item .studios__text img{
      float: none; 
      margin-left: 10px;
      margin-bottom: 5px;
      width: 200px;
      display: block;
      margin: 15px 0;
  }
}
@media (max-width: 520px) {
    .widget {
        float: left;
        width: 100%;
    }
    .widget__item {
        float: left;
        width: 100%;
    }
    .widget__item .widget__text {
        width: auto;
        width: 200px;
        height: 90px;
    }
}
.breadcrumbs {
    margin: 0 0 18px 0;
    padding: 0 0 15px 5px !important;
    /* border-bottom: 1px solid $light-gray;*/
    
    list-style: none;
    color: #adadad;
    font-weight: 700;
    width: 79%;
    font-size: 13px;
}
.breadcrumbs > span {
    margin: 0 5px;
}
.breadcrumbs > span:first-child {
    margin-left: 0;
}
.breadcrumbs > span:last-child {
    color: #000;
    text-transform: uppercase;
}
.breadcrumbs > span:last-child:after {
    display: none;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .breadcrumbs {
        padding-left: 9px;
        padding-bottom: 9px;
    }
    .breadcrumbs > span:last-child {
        margin-left: 0;
    }
}
.single__tag-cloud {
    padding-bottom: 36px;
}
.single__tag-cloud ul {
    padding-left: 0;
    list-style: none;
}
.single__tag-cloud li {
    position: relative;
    float: left;
    margin: 0 7px 5px 10px;
    padding: 2px 4px 2px 6px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #777777;
    color: #535353;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.single__tag-cloud li:before {
    display: block;
    content: url("https://nzmusician.co.nz/wp-content/themes/nz-musician/img/tag.png");
    position: absolute;
    top: 0;
    left: -12px;
}

/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

.bottom-links h5 {
    position: relative;
    font-size: 12px;
}
.bottom-links h5:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25px;
    border-top: 3px solid #000;
}
.bottom-links .bg-image {
    height: auto;
    margin: 0;
}
.bottom-links .bg-image:before {
    padding-top: 100%;
}
.related-posts {
    clear: both;
}
.bottom-links__item:hover h5 {
    color: #ff4e2e;
}
.bottom-links__item:hover h5:after {
    border-top: 2px solid #ff4e2e;
}
/*
|-----------------------------------------------------
| Media Queries
|-----------------------------------------------------
*/

@media (max-width: 768px) {
    .related-posts {
        padding-right: 9px;
        padding-left: 9px;
    }
}
@media (max-width: 480px) {
    .bottom-links__item {
        width: 50%;
        height: 250px;
    }
}
.sidebar #rightmid {
    background-color: #fff;
    padding: 5px;

}
.music-title {
    text-transform: none;
}
/* 
JETPACK CAROUSEL 
*/

.gallery-size-thumbnail br {
    clear: none !important;
    display: none !important;
}
.gallery-size-thumbnail .gallery-item {
    margin: 2px !important;
    width: 19% !important;
}
.gallery-size-thumbnail img {
    border: none !important;
}
.gallery-size-thumbnail {
    display: table !important;
}