@charset "UTF-8";
/*
Theme Name: NKNews
Theme URI: https://nknews.org
Author: NKNews
Author URI: https://nknews.org
Description: A fully customized wordpress theme for nknews.org
Version: 1.0
Text Domain: nknews
*/

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/CircularStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-RegularAlternate.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-MediumAlternate.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-BoldAlternate.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, -apple-system,
        BlinkMacSystemFont, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

img {
    font-size: 0;
}

.primary-font {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.secondary-font {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

button {
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.3;
    color: #1b1b1b;
    font-weight: 900;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 36px;
    font-weight: 900;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

textarea,
input[type='text'],
input[type='button'],
input:not([type='radio']):not([type='checkbox']),
input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 0;
}

.header {
    position: relative;
}

#header-top {
    background: #1b1b1b;
    height: 40px;
    width: 100%;
}

#header-top .header-brand {
    width: 0;
    margin-right: 0;
    overflow: hidden;
}

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

.header-top-inner {
    height: 40px;
}

.header-main {
    position: relative;
}

.header-date {
    color: #fff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

.header-social-nav ul,
.other-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-social-nav {
    display: none;
}

.header-social-nav li:not(:last-child) {
    margin-right: 13px;
}

.header-social-nav a {
    color: #fff;
    font-size: 15px;
    display: block;
}
.header-social-nav a .fa-mastodon:before {
    content: "";
    background-image: url('images/mastodon-icon.svg');
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
}

.header-top-branding {
    position: absolute !important;
    top: 40px !important;
    left: 0;
    width: 100%;
    z-index: 4 !important;
    background: transparent;
    padding: 15px 0;
}

.header-brand {
    transition: margin 0.3s ease 0s
}

.header-brand img {
    height: 16px;
    display: block;
    width: auto;
}

.header-brand > a {
    display: block;
    line-height: 25px;
}

.header-search input[type='text'] {
    width: 345px;
    border: 0;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    outline: 0 none;
    padding-left: 25px;
    font-size: 20px;
    letter-spacing: 1.4px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.header-search form {
    display: none;
}

.header-search form:before {
    content: '\f002';
    display: block;
    font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    width: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.header-search input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
}

.header-search input[type='text']::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}

.header-search input[type='text']:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
}

.header-search input[type='text']:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}

.subscribe-block input[type='email']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #757c8c;
}

.subscribe-block input[type='email']::-moz-placeholder {
    /* Firefox 19+ */
    color: #757c8c;
}

.subscribe-block input[type='email']:-ms-input-placeholder {
    /* IE 10+ */
    color: #757c8c;
}

.subscribe-block input[type='email']:-moz-placeholder {
    /* Firefox 18- */
    color: #757c8c;
}

.mobile-nav-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7;
}

.mobile-nav-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
}

.mobile-nav-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7;
}

.mobile-nav-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
}

#signup_app input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(33, 37, 41, 0.4);
}

#signup_app input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(33, 37, 41, 0.4);
}

#signup_app input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(33, 37, 41, 0.4);
}

#signup_app input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(33, 37, 41, 0.4);
}

.headerSlide {
    height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.headerSlide:before {
    content: '';
    height: 25%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    mix-blend-mode: normal;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.0001)),
        to(#000000)
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.0001) 0%,
        #000000 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.0001) 0%,
        #000000 100%
    );
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
}

.headerSlide:after {
    content: '';
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    mix-blend-mode: normal;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.0001)),
        to(#000)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.0001) 0%,
        #000 100%
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
}

.headerSliderWrap {
    max-width: 850px;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.headerSliderWrap a,
.headerSliderWrap h5 {
    color: rgba(255, 255, 255, 0.8);
}

.headerSliderWrap h1,
.headerSliderWrap h1 a {
    color: #fff;
}

.headerSliderWrap h1 {
    margin-bottom: 5px;
    font-size: 30px;
    text-shadow: 1px 1px 1px #333;
}

.headerSliderWrap h5 {
    font-weight: 500;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
}

.headerSliderWrap a:focus,
.headerSliderWrap a:active {
    outline: 0 none;
}

.podcast-wrapper {
    display: none;
}

.newsSliderDotsWrapper,
.header-news-slider,
.podcast-wrapper {
    position: relative;
}

.newsSliderDotsWrapper {
    margin-top: -10px;
    height: 10px;
}

#newsSliderDots {
    position: absolute;
    left: 15px;
    bottom: 35px;
}

#newsSliderDots .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}

#newsSliderDots .slick-dots:after {
    display: block;
    content: '';
    clear: both;
}

#newsSliderDots li {
    float: left;
    height: 10px;
}

#newsSliderDots li:not(:last-child) {
    margin-right: 5px;
}

#newsSliderDots button {
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    cursor: pointer;
}

#newsSliderDots .slick-active button {
    background: white;
}

#main-navigation-sticky-wrapper {
    margin-bottom: 35px;
    display: none;
}

.single-gallery #main-navigation-sticky-wrapper {
    margin-bottom: 0;
}

#main-navigation-list {
    transition: all 0.5s ease 0s;
}

#main-navigation {
    display: none;
    height: 60px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

#main-navigation:before,
#main-navigation:after {
    content: '';
    display: table;
}

.single-gallery #main-navigation {
    margin-bottom: 0;
}

#main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#main-navigation ul.dropdownlist {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    z-index: 5;
    background: rgba(27, 27, 27, 0.97);
    overflow-y: auto;
}

#main-navigation ul.dropdownlist > li {
    display: block;
    padding: 0 22px;
    float: none;
    border-left: 3px solid transparent;
}

#main-navigation ul.dropdownlist > li:last-child a {
    border-bottom: 0;
}

#main-navigation ul.dropdownlist > li > a {
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
}

#main-navigation ul.dropdownlist > li > a:hover {
    background: transparent !important;
    color: #cd2e2c;
}

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

#main-navigation li:hover > a {
    background: #1b1b1b;
    color: #fff;
}

#main-navigation li:hover > ul.dropdownlist {
    display: block;
}

#main-navigation li a {
    color: #1b1b1b;
    font-size: 17px;
    padding: 21px 25px;
    line-height: 1;
    display: block;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#main-navigation li a:hover {
    text-decoration: none;
    background: #1b1b1b;
    color: #fff;
}

.nav-block {
    float: right;
    height: 60px;
}

.user-block {
    float: left;
    position: relative;
}

.user-block img {
    width: 30px;
    height: auto;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user-block span {
    line-height: 30px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgba(27, 27, 27, 0.5);
    font-weight: 500;
    font-size: 16px;
}

.user-block a {
    display: block;
    font-weight: 500;
}

.user-block a:hover {
    text-decoration: none;
}

.signin-icon.dropdown-toggle::after {
    color: rgba(27, 27, 27, 0.5);
    vertical-align: 2px;
}

.user-block .dropdown-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 42px !important;
    right: -1px !important;
    left: auto !important;
}

#single-content-parent iframe {
    max-width: 100%;
}

.user-block .dropdown-item {
    color: rgba(69, 69, 69, 0.7) !important;
}

.user-block .dropdown-item:hover {
    background-color: transparent !important;
}

.search-wrapper {
    float: left;
}

.click-to-search {
    color: rgba(27, 27, 27, 0.3);
    cursor: pointer;
    line-height: 32px;
    font-size: 18px;
    margin-right: 25px;
    margin-bottom: 0;
}

#mobile-nav-wrapper {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 55px;
    left: 0;
    background: #1b1b1b;
    padding-bottom: 15px;
}

#mobile-nav-wrapper .header-social-nav {
    display: none;
}

#mobile-nav-wrapper .header-top-common {
    margin-bottom: 18px;
}

#mobile-nav-wrapper .header-top-inner {
    padding: 0 !important;
}

.mobile-nav-header {
    margin-bottom: 25px;
}

.mobile-nav-header .header-brand {
    float: left;
}

.mobile-nav-header .mnav-close {
    float: right;
}

.mobile-nav-header .mnav-close .mobile-menubar {
    margin-top: -2px;
}

.mobile-nav-search {
    margin-bottom: 20px;
}

.mobile-nav-search form {
    position: relative;
}

.mobile-nav-search form:before {
    font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    content: '\f002';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #c7c7c7;
    font-size: 15px;
    margin-top: -10px;
}

.mobile-nav-search input {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 0;
    font-size: 13px;
    color: #464545;
    padding-left: 32px;
}

.mobile-nav-search input:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mobile-nav-links {
    margin: 0 -15px 15px -15px;
}

.mobile-nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links > ul > li {
    padding: 0 15px;
}

.mobile-nav-links .dropdownlist {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-nav-links a {
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    display: block;
    font-weight: 400;
    line-height: 40px;
    border-bottom: solid 1px #282828;
}

.mobile-nav-links a:focus {
    color: #cd2e2c;
}

.mobile-nav-links .current-menu-item > a {
    font-weight: 900;
}

.mobile-nav-links .open-navlist {
    background: #282828;
}

.mobile-nav-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-social li {
    float: left;
    margin-right: 25px;
}

.mobile-nav-social a {
    color: #fff;
    font-size: 22px;
}

.mobile-menubar {
    font-size: 30px;
    color: #fff;
    line-height: 1;
}

.mobile-nav-signin {
    margin-bottom: 15px;
}

.mobile-nav-signin .user-block {
    float: none;
}

.mobile-nav-signin .user-block span {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-nav-signin button {
    padding: 0;
}

#podcast-main {
    display: none;
    width: 290px;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
    background: rgba(189, 44, 43, 0.37);
}

.podcast-main-header {
    background: rgba(0, 0, 0, 0.45);
    padding: 5px 13px;
}

.podcast-header {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

#podcast-close {
    font-size: 14px;
}

.podcast-main-body {
    padding: 8px 15px 15px;
}

.podcast-play {
    margin-right: 5px;
}

.podcast-stop {
    margin-right: 10px;
}

.podcast-title {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

.podcast-play,
.podcast-stop {
    font-size: 12px;
    color: #fff;
}

.podcast-next {
    font-size: 14px;
}

.other-nav {
    margin-left: 0;
    margin-top: -1px;
}

.other-nav li {
    margin-right: 5px;
    padding-left: 5px;
    border-left: 0.5px solid rgba(255, 255, 255, 0.2);
    float: left;
    line-height: 15px;
}

.other-nav li:first-child {
    border-left: 0;
}

.other-nav li:last-child {
    margin-right: 0;
}

.other-nav a {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.green-color {
    color: #30baba;
}

.red-color {
    color: #ce2e2c;
}

.orange-color {
    color: #cd752c;
}

.shop-color {
    color: #b82828;
}

::-moz-selection {
    color: #fff;
    background: #ce2e2c;
}

::selection {
    color: #fff;
    background: #ce2e2c;
}

a,
button {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.font-italic {
    font-style: italic;
}

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

.no-decoration:hover,
.no-decoration:focus,
#newsSliderDots button:focus {
    text-decoration: none;
    outline: 0 none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.proLabel {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.79);
    font-size: 11px;
    color: #fff;
    width: 66px;
    padding: 8px 15px;
    margin-bottom: 5px;
}

.proLabel span {
    color: #30baba;
}

.proLabel.sm {
    line-height: 25px;
    width: auto;
    font-size: 10px;
    padding: 0 8px;
    text-align: center;
    display: inline-block;
}

.proLabel.pd {
    line-height: 25px;
    display: inline-block;
    width: auto;
    font-size: 11px;
    padding: 0 10.5px;
    text-align: center;
}

.proLabel.pd i {
    margin-right: 5px;
    font-size: 15px;
}

.pointer {
    cursor: pointer;
}

.no-outline,
.no-outline:focus,
.no-outline:active,
.no-outline:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.no-padding-mobile {
    margin-left: -15px;
    margin-right: -15px;
}

.d-block {
    display: block;
}

.section-header {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    color: #000;
    line-height: 1.4;
}

.hide-on-mobile {
    display: none !important;
}

.show-on-mobile {
    display: block !important;
}

.wp-caption {
    width: 100% !important;
    max-width: 100%;
}

.wp-caption img:not(.no-resize) {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

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

.wp-caption-text {
    margin-top: 4px;
    font-size: 15px;
    font-style: italic;
    text-align: left;
    line-height: 1.4;
}

.wp-caption-text img {
    width: auto !important;
}

blockquote {
    padding-left: 20px;
    border-left: 8px solid #d8d8d8;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Georgia, serif !important;
    font-style: italic;
    color: #7a7a7a;
}

blockquote p {
    font-size: 20px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.alert-primary {
    background-color: #f9f9f9;
    color: #707070;
    font-size: 14px;
    border-color: #ce2e2c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 0;
    margin-bottom: 15px;
}

.subscribe-block.widget,
#subscribeModal .modal-body {
    background-image: url('images/retina-graphic-original.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 0 15px;
}

.subscribe-block.widget {
    min-height: 323px;
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 20px;
}

.subscribe-block.widget:before,
#subscribeModal .modal-body:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.subscribe-block form {
    width: 100%;
}

.subscribe-block > .clearfix {
    z-index: 1;
}

.subscribe-block p {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: 50px 0 10px 0;
    font-weight: 900;
    line-height: 1.4;
}

.subscribe-block h2,
.subscribe-block h3 {
    color: #fff;
    font-family: 'CircularStd', 'DIN', 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    font-size: 18px;
    line-height: 1;
}

.subscribe-block h2 {
    font-weight: normal;
    line-height: 1.3em;
}

.subscribe-block h3 img {
    max-width: 85px;
}

.subscribe-block img.highlight {
    display: block;
    margin: 0 auto 20px;
}

.subscribe-block .main_field {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #757c8c;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 0;
    border-left: 3px solid #ce2e2c;
}

.subscribe_widget small {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe_widget .first_name {
    margin-bottom: 10px;
}

.subscribe_widget .step_two {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #cd2e2c;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 900;
    width: 100%;
    text-transform: uppercase;
}

.subscribe-block button {
    background: #fff;
    border: 0;
    color: #757c8c;
    padding-right: 15px;
    height: 50px;
}

.subscribe_widget .sub-response { 
    margin-top: 50px;
    background: rgb(255 255 255 / 80%);
    padding: 20px 15px;
}
.subscribe_widget .sub-response h3{
    color: #000;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.03em;
    border-bottom: 4px solid #CE2E2C;
    display: inline-block;
}
.subscribe_widget .sub-response p {
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
    font-weight: normal;
    color: #000;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#subscribeModal .modal-content {
    border-radius: 0px;
}

#subscribeModal .modal-body {
    padding: 0 30px;
    margin: 10px;
    max-width: unset;
}

#subscribeModal .popupclose {
    color: #fff;
    opacity: 1;
}

#subscribeModal .popup-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    min-height: 480px;
}

#subscribeModal .subscribe-content a {
    margin-bottom: 40px;
    display: block;
}

#subscribeModal .subscribe-content img {
    max-width: 170px;
}

#subscribeModal .subscribe-content p {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
}

#subscribeModal .popup-right {
    display: flex;
    align-items: center;
}

.header-sm {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}

.news-block-standard-inner {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-block-standard-inner h2 {
    font-size: 23px;
    font-weight: 900;
}

.news-block-standard-inner.hidden-sm-up {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-block-standard {
    margin-bottom: 30px;
}

.news-block-standard h2 {
    margin-bottom: 5px;
}

.news-block-standard h2 a {
    color: #1b1b1b;
}

.news-summary {
    color: rgba(69, 69, 69, 0.7);
    font-size: 17px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.news-block-mobile .news-block-standard-inner {
    display: block;
}

.news-standard-image {
    margin-bottom: 15px;
}

.author-block-small .image {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.author-block-small .meta {
    font-size: 14px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #535151;
    font-weight: 500;
}

.author-block-small .meta a {
    color: #535151;
    margin-right: 5px;
    line-height: 1;
}

.author-block-small .meta a:not(:first-child) {
    margin-left: 5px;
}

.author-block-small .meta span {
    font-size: 13px;
    color: #827d7d;
    margin-left: 3px;
}

.related-image {
    width: 170px;
    margin-right: 12px;
}

.related-info .header-sm {
    margin-bottom: 8px;
    line-height: 1;
}

.related-info h4 {
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1.3;
}

.cat-header-wrapper {
    margin-bottom: 15px;
}

.cat-header-wrapper a {
    color: #cd2e2c;
}

.cat-header {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.moreNewsSlide {
    max-width: 180px;
    margin-right: 20px;
}

.moreNewsImage {
    margin-bottom: 15px;
}

.moreNewsSliderWrapper {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.moreNewsBody h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 900;
    line-height: 25px;
}

#moreNewsArrow,
#moreNewsArrowLeft {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

#moreNewsArrowLeft {
    left: -35px;
    transition: left 0.25s ease;
}

.moreNewsSliderWrapper:hover #moreNewsArrowLeft {
    left: 0;
}

.news-section-top {
    padding-top: 30px;
    margin-bottom: 5px;
}

.news-section-top > .container > .row > :nth-child(1) {
    order: 1;
}

.news-section-top > .container > .row > :nth-child(2) {
    order: 3;
}

.news-section-top > .container > .row > :nth-child(3) {
    order: 2;
}

.more-highlighed {
    font-size: 18px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 26px;
    font-weight: 500;
}

.link-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-bottom: 15px;
}

.link-wrapper a {
    color: #cd2e2c;
    line-height: 45px;
    background: #f7f7f7;
    display: block;
}

.proLabel-blank.sm {
    height: 25px;
    margin-bottom: 8px;
}

.banner-strip {
    display: none;
}

.section-header-wrapper {
    margin-bottom: 20px;
}

.section-header-wrapper.less-margin {
    margin-bottom: 15px;
}

.singleFeaturedCategory:last-child {
    margin-bottom: 0;
}

.singleFeaturedCategory,
.singleHeadlinePost {
    margin-bottom: 30px;
}

.singleFeaturedCategory .news-summary,
.singleHeadlinePost .news-summary {
    font-size: 17px;
    margin-bottom: 15px;
}

.singleFeaturedCategory .news-block-standard-inner,
.singleHeadlinePost .news-block-standard-inner {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.treading-wrapper {
    margin-bottom: 40px;
}

.singleTrending:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid rgba(151, 151, 151, 0.4);
}

.treandingCount {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: rgba(27, 27, 27, 0.2);
    margin-right: 10px;
}

.treandingContent .proLabel {
    margin-bottom: 0;
}

.treandingContent h5 {
    font-weight: 900;
    margin-bottom: 0;
}

#categorySliderNav .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#categorySliderNav li {
    float: left;
    margin-right: 5px;
}

#categorySliderNav li.slick-active button {
    background: #bd2c2b;
    color: #fff;
}

#categorySliderNav li:last-child {
    margin-right: 0;
}

#categorySliderNav button {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    width: 27px;
    height: 27px;
    line-height: 1;
    font-size: 14px;
    display: block;
    border: 0;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(27, 27, 27, 0.6);
}

#categorySliderNav button:focus,
#categorySliderNav button:active {
    outline: 0 none;
}

.podcast-section {
    margin-bottom: 15px;
}

.podcast-section-wrapper .cat-header-wrapper {
    margin-bottom: 25px;
}

.nkprobanner {
    margin-bottom: 20px;
}

.singlePodcast {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.singlePodcast:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.singlePodcastInner {
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-right: 15px;
}

.singlePodcastInner h3,
.singlePodcastInner a,
.singlePodcastInner p {
    color: #fff;
}

.singlePodcastInner h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
    text-shadow: 1px 1px 1px #333;
}

.singlePodcastInner p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.singlePodcastInner .audio-player-wrapper {
    margin-top: 10px;
}

.singlePodcastInner .jp-audio .jp-play-bar {
    height: 2px;
}

.singlePodcastInner .jp-audio .jp-wrapper {
    height: 12px;
}

.singlePodcastInner .jp-audio .jp-play span {
    color: #fff;
}

.singleHeadlinePost {
    margin-bottom: 30px;
}

.singleHeadlinePost .news-block-standard-inner {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

#newsLoader {
    text-align: center;
    margin-bottom: 35px;
}

#newsLoader span {
    color: #939393;
    font-size: 16px;
}

.headline-section > .row > :first-child {
    order: 2;
}

.headline-section > .row > :last-child {
    order: 1;
}

.content-title h2 {
    font-size: 32px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.content-subtitle {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #535151;
    font-weight: 500;
    margin-bottom: 15px;
}

.content-meta {
    font-size: 15px;
    color: #535151;
    margin-bottom: 25px;
}

.content-meta span {
    color: #827d7d;
    margin-left: 3px;
    display: inline-block;
}

.content-meta.show-on-mobile {
    margin-bottom: 15px;
}

.read_more_block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 160px 15px 30px;
    text-align: center;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 40%,
        white 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 40%,
        white 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 40%,
        white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.read_more_block button {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: #ce2e2c;
}

.read_more_block button:focus {
    outline: 0 none;
}

.featured-image {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    max-height: 499px;
}

.post-template-template-fullwidth .featured-image {
    max-height: none;
}

.related-article-wrapper,
.single-content-author {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(249, 249, 249, 0.88);
}

.related-article-wrapper h3,
.single-content-author h3 {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.single-content-author h3 {
    font-weight: 500;
    color: #1b1b1b;
    font-size: 21px;
}

.single-content-author {
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.related-article {
    margin-bottom: 20px;
}

.related-article-image {
    float: left;
    width: 31%;
    margin-right: 3%;
}

.related-article-meta {
    float: left;
    width: 66%;
}

.related-article-meta a {
    font-size: 13px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #1b1b1b;
    display: block;
    line-height: 1.3;
}

.author-image {
    float: left;
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.author-meta {
    float: left;
    width: calc(100% - 50px);
}

.author-meta h4,
.author-meta h4 > a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #535151;
}

.author-meta p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #827d7d;
    margin-bottom: 0;
}

.author-meta a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ce2e2c;
}

.author-block-main {
    margin-bottom: 20px;
}

.author-block-wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.author-article-more {
    display: inline-block;
    background: #ce2e2c;
    color: #fff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 15px;
    line-height: 1;
    margin: 0px 8px 10px 0;
    vertical-align: middle;
}

.author-article-more:hover {
    color: #fff;
}

.author-email .fa {
    margin-right: 7px;
    font-size: 14px;
}

.author-article-more.author-email {
    padding: 11px 15px;
}

.author-details-wrapper .author-contact {
    display: inline-block;
}

.author-details-wrapper .author-twitter a,
.author-details-wrapper .author-linkedin a,
.author-block-wrapper a.author-twitter,
.author-block-wrapper a.author-linkedin {
    padding: 11px;
}
.author-twitter .fa,
.author-linkedin .fa {
    font-size: 16px;
    margin-right: 5px;
}
.author-twitter .fa{vertical-align: text-top;}

.author-block-wrapper .external-link {
    margin: 0 0 10px 10px;
    font-size: 16px;
    color: #827d7d;
    display: inline-block;
    vertical-align: middle;
}

.author-block-wrapper .external-link span {
    display: block;
    line-height: 1;
}

#single-advert {
    margin-bottom: 40px;
}

.content-wrapper {
    margin-bottom: 40px;
}

body:not(.home) #main-content-wrapper {
    margin-top: 75px;
}

body.single-gallery #main-content-wrapper {
    margin-top: 64px;
}

#main-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body:not(.home) .mobile-menubar {
    color: #4d4d4d;
}

body:not(.home) .header-top-branding {
    top: 0;
    z-index: inherit;
    border-bottom: 0;
    padding: 15px 0;
}

body:not(.home) #main-navigation-sticky-wrapper #main-navigation {
    z-index: 5 !important;
}

body.mobileMenuActive .header-top-branding {
    background: #1b1b1b;
}

#error-page {
    max-width: 750px;
    margin: 0 auto 60px;
}

.error-body {
    margin-bottom: 70px;
    text-align: center;
}

.error-body h1 {
    color: #000;
    line-height: 87px;
    margin-bottom: 30px;
}

.error-body h1 span {
    display: inline-block;
    border-radius: 50%;
    color: #ce2e2c;
    border: 5px solid #ce2e2c;
    padding: 0px 8.5px;
    margin: 0 10px;
    line-height: 83px;
    width: 93px;
}

.error-body p {
    font-size: 17px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #5d5d5d;
    margin-bottom: 0;
}

.error-form {
    flex-wrap: wrap;
}

.error-form input[type='text'] {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
    padding-left: 30px;
    line-height: 49px;
    border: 1px solid transparent;
    font-size: 18px;
    border-bottom-color: #d1d1d1;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.error-form input[type='text']:focus {
    outline: 0 none;
    border-bottom-color: #ce2e2c;
}

.error-form button {
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    padding: 14px;
    background: #ce2e2c;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.error-form input[type='text']::-webkit-input-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']::-moz-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']:-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']:-moz-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-input {
    position: relative;
    width: 100%;
}

.error-input:before {
    content: '\f002';
    display: block;
    font-family: 'fontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    width: 10px;
    color: rgba(27, 27, 27, 0.3);
    position: absolute;
    left: 0;
    top: 16px;
}

.category-header {
    border-bottom: 1px solid rgba(209, 209, 209, 0.5);
    margin-bottom: 25px;
    margin-top: 10px;
}

.category-header h2 {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 28px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

.category-header p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #464545;
    margin-bottom: 25px;
}

.category-header h3 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 35px;
}

.category-filter {
    margin-bottom: 25px;
}

.category-filter .single-category-filter {
    margin-bottom: 15px;
    margin-right: 50px;
    display: inline-block;
}

.category-filter .single-category-filter:last-child {
    margin-right: 0;
}

.category-filter label {
    font-size: 15px;
    color: #8f8f8f;
    line-height: 35px;
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

#post-filter,
#instant-filter {
    height: 35px;
    width: 150px;
    background: #fff;
    border: 1px solid rgba(209, 209, 209, 0.5);
    color: #000;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: 900;
    cursor: pointer;
}

#post-filter:focus,
#instant-filter:focus {
    outline: 0 none;
    border-color: #ce2e2c;
}

.category-posts {
    margin-bottom: 90px;
}

#site-pagination {
    text-align: center;
    margin-bottom: 90px;
}

#site-pagination span,
#site-pagination a,
#site-pagination a:hover {
    display: inline-block;
    padding: 4px 12.5px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#site-pagination .current {
    background: #ce2e2c;
    color: #fff;
    text-decoration: none;
}

.input-daterange {
    display: inline-block;
    position: relative;
}

.input-daterange input {
    float: left;
}

.input-daterange span {
    font-size: 12px;
    color: #bababa;
    background: #efefef;
    display: block;
    line-height: 35px;
    float: left;
    width: 32px;
    text-align: center;
}

.input-daterange input {
    color: #000;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    border: 1px solid rgba(209, 209, 209, 0.5);
    width: 140px;
    text-align: center;
    border-radius: 0 !important;
}

.input-daterange input:focus {
    outline: 0 none;
    border-color: #ce2e2c;
    box-shadow: none;
}

.search-meta {
    margin-bottom: 20px;
    color: #8f8f8f;
}

.search-meta span {
    color: #000;
}

button {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0 none;
}

button:focus,
button:active {
    outline: 0 none;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ce2e2c !important;
    background-image: none;
}

body.modal-open .container {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.modal-body-inner {
    margin: 0 auto;
}

.modal-bottom {
    padding: 35px 10px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 0 0 0.3rem 0.3rem;
}

.modal-bottom p {
    margin: 0;
    font-size: 17px;
    color: #676767;
    font-weight: 500;
}

.modal-bottom p a {
    color: #ce2e2c;
    font-weight: 900;
    text-transform: uppercase;
}

.modal .modal-title {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 22px;
    color: #313131;
    line-height: 1.3;
    margin-bottom: 15px;
}

.modal .modal-subtitle {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #868181;
    margin-bottom: 20px;
    font-weight: 500;
}

.modal-header {
    display: block;
    border: 0;
    padding: 0;
}

.modal-form {
    margin: 10px 0 30px;
}

.modal-form label {
    color: #313131;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.modal-form input {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    padding: 0 15px;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-form input:focus {
    border-color: #ce2e2c;
    box-shadow: none;
    outline: 0 none;
}

.modal-form input:focus:-webkit-autofill {
    box-shadow: 0 0 0 30px white inset;
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.button-primary {
    background: #ce2e2c;
    color: #fff;
    font-size: 14px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
}

.button-full {
    width: 100%;
}

.form-buttons {
    text-align: center;
}

.modal-link {
    color: #707070;
    font-size: 14px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-top: 25px;
    display: inline-block;
}

.popup-left {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.popup-left-inner {
    padding: 25px 20px;
    flex-wrap: wrap;
    min-height: 100%;
    align-content: space-between;
}

.popup-left-inner .header-brand {
    margin-bottom: 30px;
}

.popupclose {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.popup-content h3 {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px;
    max-width: 280px;
}

.popup-content p {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.6;
    color: #fff;
    margin-bottom: 25px;
}

.popup-content a {
    font-size: 12px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.3;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ce2e2c;
    padding: 10px 20px;
}

#popupReadmore,
#forgetpw,
#signin,
#signup {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100 !important;
}

#popupReadmore .modal-content,
#forgetpw .modal-content,
#signin .modal-content {
    background: #fff;
    border: 0;
    margin: 0 15px;
}

.readmore-popup-wrapper {
    padding: 50px 15px;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.readmore-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.readmore-close .close {
    font-size: 30px;
    color: #fff;
}

.readmore-popup {
    text-align: center;
}

.readmore-popup h3 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}

.readmore-popup h1 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.readmore-popup h1 strong {
    font-weight: 900;
}

.readmore-popup img {
    max-width: 165px;
    height: auto;
    display: inline-block;
    margin-bottom: 25px;
}

.readmore-popup h2 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.readmore-popup h4 {
    font-size: 21px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.readmore-popup h5 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}

.readmore-popup h5 button {
    color: #ce2e2c;
}

.readmore-popup p {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
}

.readmore-popup form {
    margin-bottom: 30px;
}

.readmore-signin {
    margin: 35px 0;
}

#gallery-container {
    background: #000;
    padding: 0px 0 80px;
}

.gallery-label {
    margin: 15px 0 20px;
    padding: 5px 10px;
    display: inline-block;
    background: #ce2e2c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.gallery-label span {
    vertical-align: top;
}

.gallery-label span:first-child {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    width: 20px;
    height: 15px;
}

.gallery-label span:first-child:before,
.gallery-label span:first-child:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    background: #ce2e2c;
    width: 15px;
    height: 10px;
}

.gallery-label span:first-child:before {
    left: 3px;
    top: 2px;
}

.gallery-label span:first-child:after {
    left: 0;
    top: 5px;
}

.gallery-title {
    color: #fff;
    font-weight: 900;
    line-height: 1.3;
    font-size: 23px;
    margin-bottom: 10px;
}

.gallery-author {
    margin-bottom: 15px;
}

.gallery-author .meta a {
    color: #d8d8d8;
}

.gallery-author .meta span {
    color: #b5b5b5;
}

.gallery-image {
    position: relative;
}

.gallery-image .gallery-signin {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
}

.gallery-image .gallery-image-meta {
    position: absolute;
    padding: 25px 15px 15px;
    color: #fff;
    display: flex;
    left: 0;
    width: 100%;
    bottom: 0;
    justify-content: space-between;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}

.gallery-image .gallery-image-meta p {
    margin-bottom: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.3px;
}

.gallery-image .gallery-image-meta button {
    width: auto;
    height: 42px;
    padding: 0 20px !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-left: 20px;
    white-space: nowrap;
}

.gallery-content-main {
    color: #fff;
    overflow-y: auto;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.33px;
}

.gallery-content-main a {
    color: #ce2e2c;
}

.gallery-header .gallery-content-main {display: block;}
.gallery-main .gallery-content-main {display: none;}

.gallery-counter {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding-top: 15px;
    margin-bottom: 20px;
}

.gallery-navigation {
    margin-bottom: 30px;
}

.gallery-navigation button {
    width: 25px;
    height: 25px;
    padding: 0px;
    color: #fff;
    background-color: #cd2e2c;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: inherit;
}
.gallery-navigation button:hover{
    color: #cd2e2c;
    background-color: #fff;
}

.gallery-navigation .prev {
    margin-bottom: 10px;
}

.gallery-navigation .icon {
    font-size: 15px;
    display: block;
}

#open-popup {
    display: block;
    text-align: center;
}

#headerBanner img {
    width: 100%;
}

.mobile-widget {
    text-align: center;
}

.mobile-widget img {
    display: block;
    margin: 0 auto;
}

.slideshow-title {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 900;
    color: #fff;
}

.gallery-description {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #fff;
    font-weight: normal;
}

.gallery-description a {
    color: #ce2e2c !important;
}

.next-photo-container {
    background: #f8f8f8;
}

.gallery-section-title {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 900;
    font-size: 22px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

#next-photo-container {
    background: #f8f8f8;
    padding: 40px 0 10px;
}

#next-photo-container .gallery-section-title {
    color: rgba(0, 0, 0, 0.3);
}

#next-photo-container .gallery-post-block {
    margin-bottom: 35px;
}

.gallery-post-image {
    margin-bottom: 10px;
}

.gallery-post-title h3 {
    line-height: 1.3;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 900;
    margin-bottom: 5px;
}

.gallery-post-description {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 7px;
    font-weight: 400;
}

.gallery-post-meta {
    font-size: 13px;
    color: #b5b5b5;
}

#fullScreenImg img {
    width: auto;
}

.white-popup {
    position: relative;
    background: #1b1b1b;
    width: auto;
    transition: 0.3s all;
    text-align: center;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-inner {
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popup-inner-right {
    text-align: center;
}

.popup-inner-right .gallery-navigation {
    margin: 0 auto 100px;
    width: 25px;
}

.popup-inner-right .gallery-counter {
    margin-bottom: 100px;
    padding: 0;
}

.popup-inner-left {
    display: none;
    text-align: left;
    width: 230px;
    padding: 15px;
}
.mfp-figure.info .popup-inner-left {
    display: block;
}
.popup-inner-left .gallery-description {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 20px;
}

.gallery-signin-inner {
    max-width: 405px;
    text-align: center;
}

.gallery-signin-inner h3 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #1f1f1f;
    line-height: 1.3;
    margin-bottom: 20px;
}

.gallery-signin-inner h2 {
    font-size: 32px;
    line-height: 1;
    color: #1f1f1f;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.gallery-signin-inner form {
    margin-bottom: 25px;
}

.gallery-signin-inner p {
    font-size: 16px;
    color: #1b1b1b;
}

.gallery-signin-inner p a {
    color: #ce2e2c;
}

.floating-form .form-label-group {
    position: relative;
    margin-bottom: 15px;
}

.floating-form .form-label-group > input,
.floating-form .form-label-group > label {
    padding: 14px 20px;
    text-align: left;
    font-size: 20px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    box-shadow: none;
    border-color: #fff;
    border-radius: 0;
    cursor: text !important;
}

.floating-form .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 0.1s ease-in-out;
}

.floating-form .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(20px + 20px * (2 / 3));
    padding-bottom: calc(20px / 3);
}

.floating-form .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(20px / 3);
    padding-bottom: calc(20px / 3);
    font-size: 12px;
    color: #777;
}

.floating-form .button-primary {
    font-size: 21px;
    width: 100%;
    text-transform: uppercase;
    line-height: 60px;
}

#more-photo-container {
    padding: 40px 0;
}

#more-photo-container .gallery-post-block {
    margin-bottom: 35px;
}

#more-photo-container .gallery-post-wrapper {
    margin-bottom: 20px;
}

.mfp-auto-cursor {
    cursor: zoom-out;
}

.page-tilte {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 4px solid #ce2e2c;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 7px;
}

#contact-map {
    margin-bottom: 20px;
}

#page-content {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    margin-bottom: 70px;
    line-height: 19px;
}

#page-content h4 {
    font-size: 19px;
}

#page-content h4.title14 {
    font-size: 15px;
}

#page-content .block {
    display: flex;
}

#page-content .about-data-block h4 {
    border-top: solid 1px #a0a0a0;
    padding-top: 15px;
    margin-top: 0px;
}

#page-content ul,
#page-content ol {
    padding-left: 0;
    list-style-type: none;
}

#page-content li {
    line-height: 34px;
    font-weight: 900;
}

#page-content hr {
    margin: 20px 0;
}

#page-content li:before {
    background-color: #ce2e2c;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    height: 9px;
    width: 9px;
}

#page-content .contant-social li:before {
    display: none;
}

#page-content a {
    color: #ce2e2c;
}

#page-content .contant-social a {
    color: #fff;
}

#page-content strong {
    font-size: 15px;
}

.contact-info h5 {
    font-weight: 900;
    color: #000;
    margin-bottom: 4px;
}

.contact-info h5,
.contact-info p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.contact-info p {
    color: #313131;
}

#contact-form label {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.3;
    cursor: pointer;
}

#contact-form input,
#contact-form textarea {
    border-radius: 0px;
    border: 1px solid #979797;
}

#contact-form input:focus,
#contact-form input:active,
#contact-form textarea:focus,
#contact-form textarea:active {
    border-color: #ce2e2c;
    box-shadow: none;
}

#contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

#contact-form .g-recaptcha {
    display: inline-block;
}

#contact-form,
.contact-info {
    margin-bottom: 40px;
}

.contact-button {
    background: #ce2e2c;
    width: 100%;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    max-width: 225px;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: -0.01px;
}

.contant-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.contant-social li {
    float: left;
    margin-right: 5px;
}

.contant-social a {
    font-size: 12px;
    line-height: 22px;
    display: block;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    text-align: center;
}

.author-details {
    margin-bottom: 45px;
}

.author-details img {
    max-width: 150px;
    height: auto;
}

.content-meta.single-meta a {
    color: #1b1b1b;
}

.author-details .author-details-meta {
    font-size: 16px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;
    color: #000;
	margin-bottom: 15px;
}

.author-details-meta a {
    color: #ce2e2c;
}

.author-more {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
}

.modal {
    padding-right: 0 !important;
}

.notice {
    font-size: 14px;
    color: #ce2e2c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    margin-top: -10px;
}

.color-primary {
    color: #ce2e2c !important;
}

.signup-menu {
    margin-top: 10px;
    margin-bottom: 30px;
}

.signup-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.signup-menu li {
    opacity: 0.2;
    font-size: 14px;
    line-height: 16px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    float: left;
    margin-right: 25px;
}

.signup-menu li.active,
.signup-menu li.clickable:hover {
    opacity: 1;
    color: #313131;
}

.signup-menu li:last-child {
    margin-right: 0;
}

.signup-menu li.clickable {
    cursor: pointer;
}

.signup_plans ul {
    list-style: none;
    padding: 0 2px 3px;
    margin: 0;
}

.signup_plans li {
    float: left;
    margin-right: 20px;
}

.signup_plans li:last-child {
    margin-right: 0;
}

.plan_wrapper {
    position: relative;
    width: 155px;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    padding: 45px 0;
    text-align: center;
}

.plan_wrapper h3 {
    color: #3c3c3c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 21px;
}

.plan_wrapper h2 {
    color: #7b8f8f;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.plan_wrapper h2 span {
    color: #252525;
    font-size: 25px;
    line-height: 35px;
}

.plan_wrapper small {
    color: #616161;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 10px;
    margin-bottom: 17px;
    display: block;
    text-transform: uppercase;
}

.plan_wrapper input {
    display: none;
}

.plan_wrapper label {
    display: inline-block;
}

.plan_wrapper label button {
    border: 0.5px solid #ce2e2c;
    border-radius: 1px;
    color: #ce2e2c !important;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    width: 115px;
    display: block;
    transition: background 0.3s ease;
    text-transform: uppercase;
    padding: 0;
}

.plan_wrapper .popular_plan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #2a9c9c;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.45px;
    line-height: 21px;
    text-align: center;
}

.plan_wrapper input[name='signup_plan']:checked + span,
.plan_wrapper label > span:hover {
    background: #ce2e2c;
    color: #fff !important;
}

#signup_app {
    overflow: hidden;
    margin-bottom: 20px;
}

#signup_app .modal-form {
    margin: 0;
}

#signup_app .modal-form label {
    text-transform: uppercase;
}

.proceed_payment {
    background: #ce2e2c;
    color: #fff;
    line-height: 40px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 18px;
}

.is_invalid {
    border: 1px solid #ce2e2c !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.common_step {
    float: left;
    width: 100%;
    margin-right: -100%;
}

.transleft-leave-to,
.transright-enter {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.transleft-enter-to,
.transright-enter-to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.transleft-enter,
.transright-leave-to {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.transleft-enter-active,
.transleft-leave-active,
.transright-enter-active,
.transright-leave-active {
    transition: transform 200ms ease;
}

.payment_plan {
    margin-bottom: 20px;
}

.payment_plan-left {
    color: #fff;
    background-color: #2a9c9c;
    font-size: 11px;

    line-height: 14px;
    flex: 0 0 115px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 1px;
}

.payment_plan-left strong {
    text-transform: none;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.payment_plan-right {
    border: 1px solid rgba(151, 151, 151, 0.2);
    justify-content: space-between;
    padding: 10px 25px 10px 35px;
    flex: 0 0 calc(100% - 115px);
    align-items: center;
}

.payment_plan-right button {
    border: 0.5px solid #ce2e2c;
    border-radius: 1px;
    color: #ce2e2c !important;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 10px;
    line-height: 1;
    width: 115px;
    display: block;
    height: 30px;
    text-transform: uppercase;
}

.payment_price h2 {
    color: #7b8f8f;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.payment_price h2 span {
    color: #252525;
    font-size: 25px;
    line-height: 30px;
}

.payment_price small {
    color: #616161;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
}

.payment_expiry {
    align-items: flex-end;
}

.payment_expiry input {
    flex: 0 0 46%;
}

.payment_expiry span {
    flex: 0 0 25px;
    text-align: center;
}

#signup_app .modal-form .signup_checkbox {
    margin-bottom: 16px;
}

#signup_app .modal-form .signup_checkbox input {
    display: none;
}

#signup_app .modal-form .signup_checkbox label {
    text-transform: none;
    color: #5a5a5a;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 21px;
    font-weight: 900;
    display: inline-block;
}

#signup_app .modal-form .signup_checkbox label.student_aggrement {
    font-size: 12px;
    line-height: 1.4;
}

#signup_app .modal-form .signup_checkbox .custom-control {
    min-height: auto;
    padding-left: 28px;
}

#signup_app .modal-form .signup_checkbox .custom-control-label::after {
    top: 3px;
    left: -25px;
}

#signup_app .modal-form .signup_checkbox .custom-control-label::before {
    width: 21px;
    height: 21px;
    top: 0;
    left: -28px;
    border: 1px solid rgba(151, 151, 151, 0.2);
}

#signup_app
    .modal-form
    .signup_checkbox
    .custom-control-input:focus
    ~ .custom-control-label::before {
    box-shadow: none;
    outline: none;
}

#signup_app
    .modal-form
    .signup_checkbox
    .custom-control-input.is_invalid
    ~ .custom-control-label::before {
    border-color: #ce2e2c;
}

.custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #2a9c9c;
}

.proceed_payment {
    width: 235px;
}

.payment_finalize .modal-header,
.payment_finalize .signup-menu {
    display: none;
}

.payment_processing {
    text-align: center;
    padding: 115px 0;
}

.payment_processing .progress {
    height: 4px;
}

.payment_processing .progress-bar {
    color: #ce2e2c;
    background-color: #ce2e2c;
}

.payment_processing img {
    margin-bottom: 20px;
}

.payment_processing h3 {
    color: #3c3c3c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 5px;
}

.payment_processing p {
    color: #3c3c3c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 32px;
}

.processing_complete {
    text-align: center;
    padding: 145px 0;
}

.processing_complete img {
    display: inline-block;
    margin-bottom: 16px;
}

.processing_complete h3 {
    color: #3c3c3c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
}

.page-content-inner h3 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 24px;
}

.page-content-inner p {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 11px;
    margin-bottom: 20px;
}

.page-content-inner h4 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 21px;
    text-transform: uppercase;
}

.page-content-inner hr {
    width: 100%;
    height: 0.5px;
    background: #979797;
    margin: 25px 0;
    display: block;
}

.page-content-inner hr.primary {
    height: 1px;
    background: #ce2e2c;
}

.team-block {
    margin-bottom: 25px;
}

.team-block h5 {
    color: #ce2e2c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 19px;
}

#card_element.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}

#card_element.StripeElement--invalid {
    border-color: #ce2e2c;
}

#card-errors > div,
.signup_error {
    border: 1px solid #ce2e2c;
    color: #ce2e2c;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.podcasts-wrapper {
    margin-bottom: 50px;
}

.podcasts-wrapper .pod-title {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.podcasts-wrapper .pod-title > span {
    font-size: 22px;
    line-height: 1;
}

.podcasts-wrapper #tab {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    border-bottom: 2px solid #ce2e2c;
}

.podcasts-wrapper #tab li {
    color: #2a2a2a;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 45px;
    cursor: pointer;
    width: 190px;
    text-align: center;
    float: left;
    text-transform: uppercase;
}

.podcasts-wrapper #tab li.router-link-active {
    color: #fff;
    background: #ce2e2c;
}

.redesign-article {
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: hidden;
}

.redesign-article:hover {
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.22);
}

.redesign-article:hover .redesign-social {
    right: 0;
}

.redesign-article-left {
    flex: 0 0 100%;
}

.redesign-article-left a {
    display: block;
}

.podcast-expanded {
    margin-top: 15px;
}

.redesign-article-left.inner-pad-left {
    padding: 0 0 15px 15px;
}

.redesign-article-left h3 {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.01px;
    margin-bottom: 10px;
}

.redesign-tags {
    list-style: none;
    padding: 0;
    margin: 0;
}

.redesign-tags li {
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: -0.01px;
    margin-right: 5px;
    margin-bottom: 3px;
    background: #ce2e2c;
    float: left;
    line-height: 29px;
    padding: 0 15px;
}

.redesign-social {
    position: absolute;
    right: -30px;
    top: 0;
    -webkit-transition: 0.3s right ease;
    -o-transition: 0.3s right ease;
    transition: 0.3s right ease;
}

.redesign-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.redesign-social li {
    display: block;
}

.redesign-social a {
    color: #fff;
    display: block;
    width: 28px;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
}

.redesign-article-right {
    padding: 20px 50px 0 20px;
    margin-bottom: 15px;
    flex: 0 0 100%;
}

.redesign-article-right.inner-pad-right {
    padding: 0 50px 15px 20px;
}

.redesign-article-right .article-title {
    color: #000;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
}

.redesign-article-right .article-title a:hover {
    color: #ce2e2c;
}

.redesign-article-right .article-excerpt {
    color: #2f2f2f;

    font-size: 14px;
    line-height: 16px;
    margin-bottom: 13px;
}

.redesign-article-right .player {
    height: 22px;
    width: 100%;
}

.redesign-article-right .article-meta {
    color: #949494;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
}

.redesign-expanded-right {
    padding: 0 40px 20px 20px;
}

.expanded-content {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px;
}

.expanded-content img {
    max-width: 100%;
}

.podcast-links {
    padding-top: 20px;
    border-top: 0.5px solid rgba(151, 151, 151, 0.4);
}

.podcast-links h3 {
    font-size: 13px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.podcast-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.podcast-links li {
    float: left;
    max-width: 13%;
    margin-right: 3%;
}

.podcast-links li > a {
    display: block;
}

.podcast-links li img {
    max-width: 100%;
}

.expanded-content a {
    color: #ce2e2c;
}

.clickable-tags {
    max-height: 98px;
    overflow-y: auto;
}

.clickable-tags li {
    color: #2a2a2a;
    background: #fff;
    border: 0.5px solid #e4e4e4;
    padding: 0;
}

.clickable-tags li.active {
    color: #fff;
    background: #ce2e2c;
    border-color: #ce2e2c;
}

.clickable-tags label {
    padding: 0 15px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.clickable-tags input[type='checkbox'] {
    display: none;
}

.clickable-tags input[type='checkbox']:checked + label {
    background: #ce2e2c;
    color: #fff;
}

.podcast-filter {
    margin-bottom: 40px;
}

.podcast-filter-title {
    color: #2a2a2a;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.01px;
    line-height: 16px;
    margin-bottom: 15px;
}

.podcast-search {
    position: relative;
    margin-bottom: 18px;
}

.podcast-search input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #eaeaea;
    color: #9a9a9a;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01px;
    outline: 0 none;
    padding-left: 44px;
}

.podcast-search input:focus {
    border-color: #ce2e2c;
}

.podcast-search span {
    position: absolute;
    left: 17px;
    top: 14px;
    font-size: 15px;
    color: #9a9a9a;
}

.jp-audio .jp-play-bar {
    height: 3px;
    background: #ce2e2c;
}

.jp-audio .jp-progress {
    background: #ededed;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    top: 11px;
    left: 0;
    cursor: pointer;
}

.redesign-article-right .jp-audio .jp-progress {
    top: 16px;
}

.jp-audio .jp-play {
    padding: 0;
    display: block;
}

.jp-audio .jp-play span {
    width: 23px;
    height: 23px;
    padding: 0;
    font-size: 8px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: #000;
    display: block;
}

.jp-audio.jp-state-playing .fa-play:before {
    content: '\f04c';
}

.jp-audio.jp-state-playing .jp-play span {
    color: #ce2e2c;
}

.jp-audio .jp-current-time,
.jp-audio .jp-duration {
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 12px;
    position: absolute;
    top: 0;
}

.jp-audio .jp-controls {
    margin-right: 12px;
}

.jp-audio .jp-wrapper {
    width: 100%;
    position: relative;
    height: 23px;
}

.jp-audio .jp-current-time {
    left: 0;
}

.jp-audio .jp-duration {
    right: 0;
}

#podcast-date input,
#podcast-date span {
    height: 44px;
    line-height: 44px;
}

#podcast-date input {
    width: 134px;
}

.podcast-datewrapper {
    align-items: center;
}

.podcast-datewrapper h3 {
    color: #8f8f8f;

    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 44px;
    margin-right: 13px;
    margin-bottom: 0;
}

.profile-title-lg {
    text-transform: uppercase;
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 24px;
    margin-bottom: 3px;
}

.profile-title-md {
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01px;
}

.search-box {
    position: absolute;
    width: 300px;
    height: auto;
    left: -270px;
    z-index: 5;
    top: 45px;
    display: none;
}

.search-box input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 10px 20px;
    color: #000;
    border: 0;
    font-weight: 500;
}

.search-box input:focus,
#profiledropdown:focus {
    outline: 0 none;
}

#scroll_search:checked ~ .search-box {
    display: block;
    border: 1px solid #e8e8e8;
}

#scroll_search:checked ~ .click-to-search {
    color: #ce2e2c;
}

#scroll_search:checked ~ .click-to-search .fa-search:before {
    content: '\f00d' !important;
}

.datepicker td,
.datepicker th {
    width: 36px;
    height: 36px;
    border: solid 1px #f2f2f2;
    color: #565656;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 32px;
}

.datepicker {
    border-radius: 0;
    padding: 5px;
}

.datepicker .dow {
    font-size: 13px;
    color: #999;
}

.datepicker .datepicker-switch {
    font-size: 13px;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #d9d9d9;
}

.datepicker table {
    border-collapse: inherit;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active {
    background: #ce2e2c !important;
    border-radius: 0;
    box-shadow: none;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background-color: #fff;
}

.select-box {
    position: relative;
}

.select-box select {
    -webkit-appearance: none;
    border-radius: 0 !important;
}

.select-box:before {
    position: absolute;
    content: '\f107';
    right: 13px;
    top: 8px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    font-family: 'fontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1e1e1e;
    z-index: 1;
}
body.search #instant-filter{background: transparent;}
body.search .select-box:before{z-index: -1;}

.small-player .jp-audio button span {
    width: auto;
    height: 22px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 10px;
    margin-right: 0;
    border: 0;
	display: inline-block;
}

.footer-logo {
    margin-bottom: 5px;
}

.footer-logo img {
    width: 112px;
    height: auto;
}

.footer-inner {
    background: #000;
    text-align: center;
    padding: 15px 0;
}

.footer-meta {
    font-size: 13px;
    line-height: 26px;
    color: #c2c2c2;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.footer-meta a {
    color: #c2c2c2;
}

#footer-menu {
    padding: 45px 0 35px;
    background: #111;
}

#footer-menu h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
}

#footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

#footer-menu li {
    display: block;
    line-height: 19px;
}

#footer-menu a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#footer-menu a:hover {
    color: #ce2e2c;
}

.mfp-bottom-bar {
    margin-top: 0;
    background: #1b1b1b;
    width: 100%;
    cursor: auto;
    position: relative;
    top: auto;
}

.mfp-figure {
    position: relative;
    height: 100vh;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: #1b1b1b;
}

button.mfp-close {
    font-size: 30px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
}

.response {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 16px;
}

.response.success {
    color: #1a7b7b;
    border: 1px solid #1a7b7b;
}

.response.error {
    color: #ce2e2c;
    border: 1px solid #ce2e2c;
}

#page-content .alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
}

#page-content .alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
}

#page-content b,
#page-content strong {
    font-weight: 900;
}

#page-content em {
    font-style: italic;
}

/*podcast widget style start*/
.podcast_widget_wrapper {
    background: url(/wp-content/themes/nknews/images/podcast_widget_bg.jpg);
    background-size: cover;
    margin-bottom: 30px;
    padding: 17% 14%;
}

.pod_form input {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    margin-bottom: 8px;
    border: 0;
    font-size: 12px;
    text-align: center;
    box-shadow: none;
    padding: 0 10px;
    line-height: 38px;
}

.pod_form .podcast_submit {
    padding: 0;
    background: #ce2e2c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}

.pod_icon i {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.podcast_inside {
    text-align: center;
}

.pod_title img,
.pod_sub img {
    width: 100%;
    height: auto;
}

.pod_sub img {
    margin-bottom: 20px;
}

.pod_title img {
    width: 85%;
}

.pod_title {
    margin-top: 12px;
    margin-bottom: 22px;
}

/* Podcast widget style end */
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    float: left;
    margin-right: 10px;
}

.footer-links li:last-child {
    margin-right: 0;
}

.footer-links a {
    text-decoration: underline;
}

/* custom popup styles */
.leaky-modal {
    padding-right: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.leaky-modal .modal-dialog {
    max-width: none !important;
    margin: auto !important;
    min-height: 100% !important;
}

.modal-main-title {
    font-size: calc(1rem + 2.5vmin);
    line-height: 1.4;
    margin-bottom: 22px;
    color: #fff;
}

.modal-sub-title {
    max-width: 1000px;
    margin: 0 auto 30px;
    font-size: calc(1rem + 1.7vmin);
    font-weight: normal;
    color: #fff;
}

.leaky-modal .modal-content {
    border-radius: 0;
    text-align: center;
    padding: 100px 20px;
    background: transparent;
    border: 0;
}

.modal-sub-title img {
    max-width: 140px;
}

.leaky-modal .small {
    font-size: 16px;
    letter-spacing: 0.02px;
    margin: 0 auto 20px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
}

.modal-primary-btn {
    margin: 50px 0 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 58px;
    padding: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    max-width: 90%;
    width: 406px;
}

.modal-primary-btn:hover,
.modal-primary-btn:active,
.modal-primary-btn:focus {
    text-decoration: none;
    color: #fff;
}

.primary-color,
.primary-color:hover {
    color: #30baba !important;
}

.modal-wrapper {
    width: 100%;
}

/* custom popup styles */
/* start share styles */
.sticky-social-icons a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.sticky-social-icons a:hover {
    opacity: 0.9;
}

.sticky-social-icons .sci-facebook {
    background: #3b5998;
    color: white;
}

.sticky-social-icons .sci-twitter {
    background: #55acee;
    color: white;
}

.sticky-social-icons .sci-print {
    background: #ececec;
    color: #000;
}

.sticky-social-icons .share-title {
    color: #ffffff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    background-color: #000;
    text-align: center;
    padding-right: 3px;
}

.mob-share-icon {
    background-color: #f6f6f6;
    color: #000 !important;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 14px !important;
    text-decoration: none;
    padding: 10px;
}

.mob-share-icon:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}

.mob-share-icon i {
    color: #bd2c2b;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

/* end share styles */
.wp-caption a {
    cursor: default;
}

.wp-caption-text a {
    cursor: pointer;
}

.powerpress_player {
    margin-bottom: 15px;
}

.mfp-wrap {
    z-index: 999999 !important;
}

.header-social-nav li {
    line-height: 1;
}

.news-block-standard-inner h2,
.headerSliderWrap h1,
.related-info h4,
.moreNewsBody h3,
.singlePodcastInner h3,
.treandingContent h5 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.is-sticky .podcast_widget_wrapper {
    padding: 2% !important;
}

.author-block-small img,
.author-details img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    font-size: 0;
}

.back_button {
    background: #f9f9f9 !important;
    color: #ce2e2c !important;
}

#signup_form .is_invalid ~ .invalid-feedback {
    display: block;
    text-transform: none;
    font-size: 100%;
}

#error-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Start Post Styling */
.editor-content {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 400;
    position: relative;
    line-height: 27px;
}

.editor-content p {
    margin-bottom: 20px;
}

.editor-content a {
    color: #ce2e2c;
}

.editor-content img {
    max-width: 100%;
    height: auto;
}

.editor-content img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 17px;
}

.editor-content img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 17px;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.editor-content h1 {
    font-size: 36px;
}

.editor-content h2 {
    font-size: 32px;
}

.editor-content h3 {
    font-size: 28px;
}

.editor-content h4 {
    font-size: 24px;
}

.editor-content h5 {
    font-size: 22px;
}

.editor-content h6 {
    font-size: 20px;
}

.editor-content b,
.editor-content strong {
    font-weight: 900;
}

.editor-content ol {
    list-style: none;
    margin-bottom: 20px;
    counter-reset: custom-ol;
}

.editor-content ol li {
    counter-increment: custom-ol;
    margin-bottom: 5px;
}

.editor-content ol li::before {
    content: counter(custom-ol) ' ';
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    line-height: 16px;
    width: 18px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
}

.editor-content ul {
    list-style: none;
    margin-bottom: 20px;
}

.editor-content ul li::before {
    content: '';
    font-family: 'FontAwesome';
    display: inline-block;
    color: #787878;
    margin-left: -1em;
    font-size: 10px;
    margin-right: 10px;
    line-height: 1;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.editor-content img.size-thumbnail.alignleft {
    margin-right: 15px;
    margin-bottom: 12px;
}

.editor-content img.size-thumbnail.alignright {
    margin-left: 15px;
    margin-bottom: 12px;
}

.editor-content table th {
    background: #f5f5f5;
}

/* End Post Styling */

.more-stories {
    font-size: 26px;
    line-height: 34px;
    max-height: 102px;
    -webkit-line-clamp: 3;
}

.recent-summary {
    max-height: 45px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}

.line-limit {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    /* Fallback for non-webkit */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-title {
    max-height: 47px;
    -webkit-line-clamp: 2;
}

.image-credit {
    display: inline-block;
    font-style: italic;
}

.image-credit span,
.image-credit a {
    color: #1b1b1b !important;
    display: inline-block;
}

.image-credit span {
    margin: 0;
}

.nk-profile-tab-menu .nav-tabs a.nav-link {
    padding: 19px 24px;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    color: #a5a4a5;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.nk-profile-tab-menu .nav-tabs li a.active {
    color: #ce2e2c;
    background: #fff;
    border-bottom-color: #fff;
}

.nk-profile-tab-menu h2.tab-title {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 22px;
    margin-bottom: 0;
    opacity: 0.8;
    text-transform: uppercase;
}

#recent_content_wrapper {
    margin-top: 25px;
}

.nk-recent-content-tab .lg-news-left {
    padding-bottom: 40px;
}

.nk-profile-tab-menu .tab-content {
    padding-top: 30px;
}

.nk-pro-pagination {
    margin: 50px 0;
    text-align: center;
}

.nk-profile-tab-menu .nav-tabs li i {
    font-size: 22px;
    margin-bottom: 3px;
}

.nk-profile-tab-menu {
    padding: 25px 0 0 0;
}

.nk-profile-tab-menu .nav-tabs {
    border-bottom: none;
}

.nk-profile-tab-menu .nav-tabs li a:after {
    transition: all 0.5s ease;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #f4f4f4;
}

.nk-profile-tab-menu .nav-tabs li a.active:after {
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #ce2e2c;
}

.reference-articles {
    font-size: 16px;
}

.nk-your-library-tab .subjects-left {
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.subjects-left h4 {
    font-size: 17px;
    color: #1b1b1b;
    font-weight: bold;
}

.nk-your-library-tab .reference-articles {
    font-size: 16px;
}

.subjects-left .selected-checkbox-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subjects-left ul li {
    border-bottom: 2px solid #e8e8e8;
    padding: 12px 0 10px 0;
}

.subjects-left ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.subjects-left .custom-checkbox-container {
    color: #353e3f;
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subjects-left .custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.subjects-left .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.subjects-left .custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.subjects-left .custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196f3;
}

.subjects-left .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.subjects-left .custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.subjects-left .custom-checkbox-container .checkmark:after {
    left: 0;
    font-size: 10px;
    top: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
}

.subjects-left .selected-checkbox-block .no-gutters > label {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #8f8f8f;
    font-weight: bold;
    padding: 5px;
}

.subjects-left .sector-custom-chekbox-block {
    padding: 5px;
}

.subjects-left .sector-custom-chekbox-block label {
    position: relative;
    float: left;
    margin-right: 10px;
}

.subjects-left .custom-checkbox-container.subjects-chekbox .checkmark,
.subjects-left
    .custom-checkbox-container.subjects-chekbox:hover
    input
    ~ .checkmark,
.subjects-left
    .custom-checkbox-container.subjects-chekbox
    input:checked
    ~ .checkmark {
    background-color: #ce2e2c;
}

.subjects-left .search-subjects input {
    border: 1px solid #e3e3e3;
    font-size: 14px;
    height: 32px;
    border-radius: 0;
}

.subjects-left .search-subjects input.form-control::placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.subjects-left .search-subjects input.form-control:-ms-input-placeholder {
    color: #a9a9a9;
}

.subjects-left .search-subjects input.form-control::-ms-input-placeholder {
    color: #a9a9a9;
}

.nk-your-library-list h4,
.nk-your-library-list h4 a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.nk-your-library-list h4 a:hover {
    color: #ce2e2c;
}

.nk-your-library-list p {
    font-size: 15px;
    margin: 0;
    color: #848484;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    padding-top: 5px;
}

.nk-your-library-tab .col-md-9.nk-your-library-list .col-md-4 {
    padding: 0 8px;
    margin-bottom: 15px;
}

.nk-your-library-tab .col-md-9.nk-your-library-list {
    padding-right: 22px;
}

.nk-your-library-tab .nk-your-library-list .img-fluid {
    width: 100%;
}

.nk-your-library-tab .subjects-select-block {
    display: none;
}

.nk-your-library-tab .bootstrap-select .dropdown-toggle {
    border-radius: 0;
    outline: none;
    color: #1e1e1e;
    background: #fff;
    border: 1px solid #f0f1f2;
    font-size: 12px;
    width: auto;
    z-index: 1;
    min-width: 200px;
}

.nk-your-library-tab .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.nk-your-library-tab .bootstrap-select .dropdown-toggle:after {
    top: 50%;
    margin-top: -9px;
    height: auto;
    width: auto;
    position: absolute;
    content: '\f107';
    border: none;
}

.nk-your-library-tab .dropdown-toggle::after {
    content: '\f107';
    font-family: 'FontAwesome';
    border: 0;
    position: relative;
    top: 3px;
}

.nk-your-library-tab .bootstrap-select .dropdown-menu {
    border-radius: 0;
    width: 200px;
    padding-bottom: 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    border: 0;
}

.nk-your-library-tab .bootstrap-select .dropdown-menu .bs-searchbox {
    padding: 10px;
}

.nk-your-library-tab
    .bootstrap-select
    .dropdown-menu
    .bs-searchbox
    .form-control {
    font-size: 14px;
    border-radius: 0;
    height: 35px;
    border: 1px solid #efefef;
    padding-left: 15px;
}

.nk-your-library-tab
    .bootstrap-select
    .dropdown-menu
    .bs-searchbox
    .form-control:focus {
    box-shadow: none;
    outline: none;
}

.nk-your-library-tab .bootstrap-select .dropdown-menu ul.dropdown-menu li {
    border-bottom: 1px solid #efefef;
    position: relative;
    clear: both;
}

.nk-your-library-tab
    .bootstrap-select
    .dropdown-menu
    ul.dropdown-menu
    li:last-child {
    border-bottom: 0;
}

.nk-your-library-tab
    .bootstrap-select
    .dropdown-menu
    ul.dropdown-menu
    li
    a
    span.text {
    margin: 0 !important;
}

.nk-your-library-tab .bootstrap-select .dropdown-menu ul.dropdown-menu li:focus,
.nk-your-library-tab
    .bootstrap-select
    .dropdown-menu
    ul.dropdown-menu
    li
    a:focus,
.nk-your-library-tab
    .bootstrap-select.btn-group.show-tick
    .dropdown-menu
    li.selected {
    box-shadow: none !important;
    outline: none !important;
}

.nk-your-library-tab
    .bootstrap-select.show-tick
    .dropdown-menu
    ul.dropdown-menu
    li
    a {
    padding: 10px 15px 10px 37px;
    position: relative;
    font-size: 14px;
    color: #1e1e1e;
    display: block;
}

.nk-your-library-tab
    .bootstrap-select.show-tick
    .dropdown-menu
    ul.dropdown-menu
    li
    a
    span.glyphicon {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ce2e2c;
    border-radius: 2px;
}

.nk-your-library-tab
    .bootstrap-select.btn-group.show-tick
    .dropdown-menu
    li.selected
    a
    span.check-mark {
    left: 13px;
    top: 50%;
    margin-top: -8px;
    display: block;
}

.nk-your-library-tab
    .bootstrap-select.btn-group.show-tick
    .dropdown-menu
    li.selected
    a
    span.check-mark:before {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
}

.nk-your-library-tab .bootstrap-select.show .dropdown-menu {
    display: block;
    width: 250px;
}

.nk-your-library-tab
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option {
    text-align: center;
}

.nk-your-library-tab .author-info-main {
    display: none;
}

.htop--pinned,
.dmenu--pinned,
.mHead--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.htop--unpinned,
.dmenu--unpinned,
.mHead--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.dmenu--pinned {
    top: 40px;
}

#mobile-header {
    display: none;
}

#mobile-header.mobileMenuActive {
    background: #000 !important;
}

#mobile-header.mHead--pinned {
    background: #1b1b1b !important;
    position: -webkit-sticky !important;
    position: sticky !important;
}

.mmbar {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url('images/bar-alt.svg');
    background-size: 25px;
    background-repeat: no-repeat;
}

.home .mmbar,
#mobile-header.mHead--pinned .mmbar {
    background-image: url('images/bar.svg');
}

body.mobileMenuActive .mmbar {
    background-image: url('images/close.svg') !important;
}

body:not(.home) #mobile-header.mHead--pinned {
    border-bottom: 0;
}

body:not(.home) .mlogo-alt,
#home-banner {
    display: none;
}

body:not(.home) .main-logo {
    display: block;
}

body:not(.home) #mobile-header.mHead--pinned .mlogo-alt {
    display: block;
}

body:not(.home) #mobile-header.mHead--pinned .main-logo {
    display: none;
}

body.mobileMenuActive:not(.home) .main-logo {
    display: none;
}

body.mobileMenuActive:not(.home) .mlogo-alt {
    display: block;
}

.mobile-nav-signin .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    margin: 15px 0 0 0;
    right: 0 !important;
    background: transparent;
    float: none;
    padding: 0;
    border: 0;
    display: block;
}

.mobile-nav-signin .dropdown-item {
    color: #fff !important;
    padding: 0;
    display: inline-block;
    width: auto;
}

.mobile-nav-signin .dropdown-divider {
    display: none;
}

.mobile-nav-signin .dropdown-item:first-child {
    margin-right: 40px;
}

/* ie10 and privacy popup */
.nk-pro-logo {
    margin-bottom: 40px;
}

.nk-pro-logo p {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.cm-nk-pro-popup-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-top: 25px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.cm-nk-pro-popup-content h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 5px 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.cm-nk-pro-popup-content p {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.leaky-modal .browse-icon {
    padding-bottom: 30px;
}

.default-modal-main .modal-close {
    position: absolute;
    right: 24px;
    top: 44px;
    z-index: 1;
}

.default-modal-main .modal-close img {
    max-width: 25px;
}

.discounted_color {
    color: #2a9c9c !important;
}

.sidebar-wrapper .widget {
    margin-bottom: 30px;
}

@media only screen and (min-width: 500px) {
    .excerpt-text {
        height: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .excerpt-text {
        height: 170px;
    }

    .read_more_block {
        padding: 120px 15px 30px;
    }
}

@media only screen and (min-width: 992px) {
    #main-navigation-list .menu-item-topics:hover ul.dropdownlist {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 51px;
        max-height: 500px;
        width: 400px;
    }

    #main-navigation-list .menu-item-topics ul.dropdownlist li {
        width: 50%;
        max-width: 50%;
    }
    #main-navigation-list .menu-item-topics ul.dropdownlist li.human-sec {
        position: absolute;
        bottom: 5px;
        width: 100%;
        max-width: 100%;
    }
    #main-navigation-list .menu-item-topics ul.dropdownlist li.human-sec a {
        border-bottom: 0px;
    }
    #main-navigation-list .menu-item-topics ul.dropdownlist > li:last-child a {
        border-bottom: 1px solid rgba(232, 232, 232, 0.1);
    }
}

body.single #fullContent img[class*='wp-image-'] {
    cursor: pointer;
}

/*-------Onboarding modals start------*/
.onboarding-modals .modal-dialog {
    max-width: 1130px;
}

.onboarding-modals .modal-content {
    border-radius: 0;
    border: 0;
}

.onboarding-modals .modal-body {
    padding: 0;
}

.onboarding-modals .boarding-list {
    padding: 200px 30px 30px 55px;
    float: left;
    width: 33%;
}

.onboarding-modals .boarding-list ul {
    margin: 0;
    padding: 0;
}

.onboarding-modals .boarding-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 26px;
    padding-bottom: 28px;
}

.onboarding-modals .boarding-list li span.number {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #30baba;
    color: #30baba;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    margin-right: 10px;
}

.onboarding-modals .boarding-right {
    min-height: 710px;
    border-left: solid 2px #f6f6f6;
    float: right;
    width: 67%;
}

.onboarding-modals .welcome-step {
    padding-left: 75px;
    padding-top: 190px;
    max-width: 580px;
}

.onboarding-modals .welcome-step .boarding-logo {
    padding-bottom: 60px;
}

.onboarding-modals .welcome-step .boarding-logo img {
    height: 26px;
}

.onboarding-modals .welcome-step h4 {
    color: #3d3d3d;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 0;
}

.onboarding-modals .welcome-step h2 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
}

.onboarding-modals .welcome-step p {
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 26px;
    margin-bottom: 45px;
}

.onboarding-modals .btn-theme {
    color: #ffffff !important;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    min-width: 200px;
}

.onboarding-modals .btn-next-txt {
    font-size: 16px;
    min-width: 135px;
}

.onboarding-modals .btn-default {
    color: #30baba !important;
    font-size: 14px;
}

.onboarding-modals .btn-default:focus {
    box-shadow: none;
    outline: none;
}

.boarding-list.list-with-logo {
    padding-top: 138px;
}

.boarding-list.list-with-logo li {
    opacity: 0.3;
}

.boarding-list.list-with-logo li:first-child {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.list-with-logo .boarding-logo {
    padding-bottom: 50px;
}

.boarding-list.list-with-logo .boarding-logo img {
    height: 26px;
}

.onboarding-modals .watch-intro-step {
    padding-top: 124px;
    max-width: 524px;
}

.onboarding-modals .watch-intro-step .intro-video-main {
    padding-bottom: 20px;
}

.onboarding-modals .watch-intro-step .intro-video-main img,
.onboarding-modals .watch-intro-step .intro-video-main iframe {
    width: 100%;
}

.onboarding-modals .watch-intro-step h4 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 28px;
    color: #1b1b1b;
    padding-bottom: 15px;
}

.onboarding-modals .boarding-list li span.number.completed {
    background-color: #30baba;
    color: #fff;
    font-size: 22px;
}

.onboarding-modals .boarding-list li span.number.completed i {
    position: relative;
    top: 1px;
}

.boarding-list.newsletter-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.onboarding-modals .newsletter-step {
    padding-top: 50px;
    padding-left: 60px;
}

.onboarding-modals .newsletter-step h4 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #1b1b1b;
    padding-bottom: 0;
}

.onboarding-modals .newsletter-step p.boarding-sub-title {
    opacity: 0.87;
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.nl-settings {
    margin-bottom: 30px;
}

.nl-settings .nl-row {
    padding: 15px 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    padding-right: 90px;
}

.nl-settings .nl-row:first-child {
    padding-top: 5px;
}

.nl-settings .nl-row:last-child {
    border-bottom: 0;
}

.nl-settings .nl-row h5 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 23px;
    margin-bottom: 0;
}

.nl-settings .nl-row p {
    color: #595858;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 21px;
    margin-bottom: 0;
}

.nl-settings .nl-row .nl-switch {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.nl-settings .nl-row .nl-switch .switch {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 34px;
}

.nl-settings .nl-row .nl-switch .switch input {
    display: none;
}

.nl-settings .nl-row .nl-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #e5e5e5;
    box-shadow: inset 0 1px 3px 0 #b4b4b4;
}

.nl-settings .nl-row .nl-switch .slider:before {
    position: absolute;
    content: '';
    height: 32px;
    width: 32px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}

.nl-settings .nl-row .nl-switch input:checked + .slider {
    background-color: #6ac259;
    box-shadow: inset 0 1px 3px 0 rgba(76, 122, 68, 0.67);
}

.nl-settings .nl-row .nl-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.nl-settings .nl-row .nl-switch input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.nl-settings .nl-row .nl-switch input:checked + .slider:after {
    content: 'ON';
    position: absolute;
    left: 13px;
    top: 9px;
    right: auto;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.nl-settings .nl-row .nl-switch .slider:after {
    content: 'OFF';
    position: absolute;
    text-align: right;
    right: 10px;
    top: 9px;
    color: #919191;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.nl-settings .nl-row .nl-switch .slider.round {
    border-radius: 36px;
}

.nl-settings .nl-row .nl-switch .slider.round:before {
    border-radius: 50%;
}

.boarding-list.alerts-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.alerts-list li:nth-child(3) {
    font-weight: bold;
    opacity: 1;
}

.onboarding-modals .setup-alerts-form h5 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 23px;
    margin-bottom: 0;
}

.onboarding-modals .setup-alerts-form p {
    color: #595858;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 18px;
    margin-bottom: 10px;
}

.onboarding-modals .setup-alerts-form .bootstrap-tagsinput {
    height: 75px;
    padding: 10px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 19px;
    overflow: auto;
}

.onboarding-modals .setup-alerts-form .bootstrap-tagsinput .badge {
    background-color: #ffc042;
    border: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 19px;
    margin-bottom: 5px;
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    .badge
    [data-role='remove']:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    input::-webkit-input-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    input:-moz-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    input::-moz-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    input:-ms-input-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
    .setup-alerts-form
    .bootstrap-tagsinput
    input::-ms-input-placeholder {
    color: #c6c6c6;
}

.onboarding-modals .setup-alerts-form #onboarding_keyword,
.onboarding-modals .finish-step-form textarea,
.onboarding-modals .finish-step-form select {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.onboarding-modals .finish-step-form select {
    -webkit-appearance: none;
    border-radius: 0 !important;
}

.setup-alerts-form .nl-settings {
    margin-bottom: 0;
}

.setup-alerts-form .alert-tags-list ul {
    margin: 0;
    padding: 0;
}

.setup-alerts-form .alert-tags-list li {
    margin: 0 0 10px 0;
    padding: 5px 20px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #0e0e0e;
    border: solid 1px #ddd;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.onboarding-modals .alerts-step {
    max-width: 710px;
}

.onboarding-modals .alerts-max-wd {
    max-width: 500px;
}

.boarding-list.finish-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.finish-list li:nth-child(3) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.finish-list li:nth-child(4) {
    font-weight: bold;
    opacity: 1;
}

.finish-step-form label {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.finish-step-form .form-control::-webkit-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control:-moz-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control::-moz-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control:-ms-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control::-ms-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 0;
    border-color: #e5e5e5;
    height: 50px;
}

.finish-step-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #d5d5d5;
}

.finish-step-scroll .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.finish-step-scroll .mCSB_outside + .mCSB_scrollTools {
    right: -15px;
}

.finish-step-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.onboarding-modals .finish-step {
    max-width: 650px;
}

.onboarding-modals .btn-finish-txt {
    font-size: 16px;
    min-width: 185px;
}

/*-------Onboarding modals end------*/

.setup-step-btn {
    color: #ffffff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    font-weight: 900;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    background-color: #30baba;
    padding: 0 15px;
}

.setup-step-btn:hover,
.setup-step-btn:focus,
.setup-step-btn:active {
    border-color: #1a7b7b !important;
    background-color: #1a7b7b !important;
    box-shadow: none !important;
    outline: none;
}

.btn-finish-txt {
    color: #ffffff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    font-weight: 900;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    background-color: #30baba;
    padding: 0 15px;
}

.btn-finish-txt:hover,
.btn-finish-txt:focus,
.btn-finish-txt:active {
    border-color: #1a7b7b !important;
    background-color: #1a7b7b !important;
    box-shadow: none !important;
    outline: none;
}

#contact-form span.astrick {
    color: #cd2e2c;
}

.text-underline {
    text-decoration: underline !important;
}

.image-credit a {
    color: #ce2e2c !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545 !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745 !important;
}

.custom-select {
    background: none;
}

.custom-select:-moz-focusring {
    color: #495057;
    text-shadow: none;
}

body.single #fullContent img[class^='wp-image-'] {
    cursor: pointer;
}

.image-cont {
    position: relative;
}

.image-cont:before {
    content: '';
    display: block;
    padding-top: 51.2%;
}

.image-cont > a {
    position: absolute;
    left: 0;
    top: 0;
}

.searchTips {
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 400;
    color: #8f8f8f;
    font-size: 16px;
    margin-top: -10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

.toggleMenu {
    transition: transform 0.3s ease, top 0.3s ease;
}

.sticky_widget {
    top: 0;
}

.sign-in-wrapper > button.signin,
.sign-in-wrapper > button.signup,
.sign-in-wrapper > a.signup {
    border: 2px solid;
    background: #fff;
    outline: 0 none;
    padding: 0 16px;
    font-size: 12px;
    line-height: 32px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.sign-in-wrapper > button.signin {
    border-color: #d9d9d9;
    color: #ce2e2c;
    margin-right: 10px;
}

.sign-in-wrapper > button.signup, .sign-in-wrapper > a.signup {
    background: #ce2e2c;
    border-color: #ce2e2c;
    color: #fff;
    display: inline-block;
}

.sign-in-wrapper > button.signup > i, .sign-in-wrapper > a.signup > i {
    margin-right: 10px;
}

/* single post tags */
.content-tags {
    margin-bottom: 30px;
}

.content-tags a {
    background-color: #9e9e9e;
    padding: 11px;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
}

.content-tags a:not(:last-child) {
    margin-right: 15px;
}

.content-tags a .tag {
    position: relative;
    padding-left: 14px;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #fff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.content-tags a .tag:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

#fullContent svg.style-svg {
    width: 100%;
    height: auto;
}

/* Make wordpress video responsive */
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/* Make wordpress video responsive */

/* New user activation page style */
#signup-content {
    text-align: center;
    padding: 80px 0 110px;
}
/* New user activation page style */

.firstlabel {
    margin-right: 8px;
}

.phototag {
    background: #ce2e2c;
}

.phototag::before,
.podcasttag::before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 13px;
}

.phototag::before {
    content: '\f03e';
}

.podcasttag::before {
    content: '\f2ce';
}

.embed-responsive {
    margin-bottom: 20px;
}

.twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 479px) {
    .other-nav li:first-child { padding-left: 0px; }
}

/* share styles */
#share_popup .modal-content {
    border-radius: 0;
}

#share_popup .custom-control-input {
    width: 0;
    height: 0;
}

#share_popup h3 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1;
}

#sci_share {
    width: 56px;
    height: 56px;
    background: #ececec;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

#sci_share > img {
    width: 20px;
    height: 20px;
}

.share_option {
    margin-bottom: 30px;
}

.share_input {
    margin-bottom: 25px;
}

.share_info {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#share_popup .custom-control-label {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
}

#share_popup .custom-control {
    padding-left: 33px;
}

#share_popup .custom-control-label:before {
    border: 1px solid #ddd;
    width: 26px;
    height: 26px;
    left: -33px;
    box-shadow: none;
    top: 2px;
}

#share_popup .custom-control-label:after {
    width: 26px;
    height: 26px;
    left: -33px;
    top: 2px;
}

#share_popup input[type="text"] {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    height: 50px;
    font-size: 20px;
    background: #eee;
    line-height: 1;
}

#share_popup input[type="text"]:focus {
    outline: 0 none;
    box-shadow: none;
    border: 1px solid #ddd;
}

#share_popup .contact-button {
    text-transform: initial;
    font-size: 20px;
    max-width: 100%;
    line-height: 50px;
    font-weight: 400;
}

.shareClose {
	position: absolute;
	right: 45px;
	top: 30px;
	z-index: 3;
	font-size: 30px;
	color: #555;
}
/* share styles */
/* Search expand styles */
.search-author {background: #f9f9f9;padding: 30px 40px 25px;}
.auth-img {flex: 0 0 145px;}
.auth-img > img {width: 145px;height: 145px;border: 5px solid #ce2e2c;padding: 5px;border-radius: 100%;background: #fff;}
.auth-desc h3 {font-size: 20px;margin-bottom: 15px;line-height: 1;font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.auth-excerpt {font-size: 16px;line-height: 1.4;margin-bottom: 20px;font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
.auth-excerpt a {color: #ce2e2c;}
.search-btn {background: #ce2e2c;color: #fff;display: inline-block;text-transform: uppercase;padding: 15px;font-size: 12px;font-weight: 900;line-height: 1;}
.search-btn:hover {color: #fff;}
.s_a { font-size: 16px; margin: 0 5px; color: #979797; }
/* Search expand styles */
.author_default {font-size: 120px;line-height: 1;color: #535151;background: #fff;border-radius: 100%;border: 5px solid #ce2e2c;padding: 5px;width: 145px;height: 145px;text-align: center;}

/* korea pro subscribe widget */
.korea-pro-sidebar.widget {
    background-image: url('images/korea-pro-post-signup-backround.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 15px;
}
.korea-pro-sidebar.widget {
    min-height: 380px;
    display: flex !important;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.korea-pro-sidebar.widget:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.korea-pro-sidebar.widget h2,
.korea-pro-sidebar.widget h3 {
    color: #fff;
    line-height: 1;
}

.korea-pro-sidebar.widget h2 {
    font-family: 'DIN', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
}

.korea-pro-sidebar h2 span {
    color: #ffc13d;
}

.korea-pro-sidebar.widget h3 {
    font-size: 21px;
}
.korea-pro-sidebar p {
    margin: 0 0 10px;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.korea-pro-sidebar p.widget-spacer {
    border-top: 2px solid #ffc13d;
    width: 100px;
    margin: 1.6rem auto 1.2rem;
}
.korea-pro-sidebar p.widget-subtitle {
    font-size: 20px;
}
.korea-pro-sidebar p.widget-subtitle span{
    color: #ffc13d;
}
.korea-pro-sidebar p.widget-subtext {
    line-height: 1.4;
}
.korea-pro-sidebar.widget input {
   width: 100%;
   padding: 6px 15px;
   border: 0px;
   text-align: center;
   margin-bottom: 10px;
   outline: none;
   font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.korea-pro-sidebar.widget button {
    background: #ffc13d;
    width: 100%;
    border: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 18px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.korea-pro-sidebar .more-details {
    margin: 17px 0 10px;
    font-size: 14px;
    color: #ffc13d;
}
.korea-pro-sidebar.widget label {
    float: left;
    margin-bottom: 4px;
    font-size: 1em;
    font-size: 15px;
    text-align: left;
}
.korea-pro-sidebar.widget .field-row input[type="checkbox"]{
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    height: auto;
}
.korea-pro-sidebar.widget label.checkbox{font-size: 14px;}
.korea-pro-sidebar.widget label.checkbox a{color: #fff;}
.korea-pro-sidebar.widget label.checkbox a:hover{text-decoration: underline;}
.korea-pro-sidebar .message { margin-top: 25px; }
.korea-pro-sidebar .message h3 { font-size: 30px;font-weight: bold !important;margin-bottom: 20px;}
.korea-pro-sidebar .message p.info {
    margin-bottom: 40px;
}
.korea-pro-sidebar .message.error h3 { color: #ff0000; }
.existing-login {
    position: relative;
    margin-top: 20px;
}
.existing-login:before {
    content: "";
    border-top: 1px solid #fff;
    width: calc(100% - 10px);
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.existing-login .notes {
    padding-top: 15px;
}
.existing-login .notes a {
    color: #fff;
    text-decoration: underline;
}
 /* styling for korea-pro popup from unbounce */
.ub-emb-iframe-wrapper .ub-emb-close{right:20px!important;top:20px!important;}
@media (max-width: 1399px) and (min-width: 992px){
    .korea-pro-sidebar.sidebar-block h2{font-size: 26px;}
    .korea-pro-sidebar.sidebar-block h3{font-size: 16px;}
    .korea-pro-sidebar.sidebar-block p.widget-subtitle {font-size: 16px;}
    .korea-pro-sidebar.sidebar-block p.widget-subtext{font-size: 15px;}
    .korea-pro-sidebar.sidebar-block button{font-size: 15px;padding: 7px;}
}
@media (max-width: 1200px) and (min-width: 992px){
    .korea-pro-sidebar.sidebar-block{padding: 10px;}
    .korea-pro-sidebar.sidebar-block p.widget-subtext {display: none;}
}
/* korea pro subscribe widget */
.image-border {
    border: 1px solid #8a8a8a;
}
.image-border.red {
    border-color: #ce2e2c;
}
/* confirm subscription page */
.page .special-highlight{
    margin-top: 30px;
    border: 4px solid #ce2e2c;
    padding: 25px;
    background: #f5f5f5;
}
.page .special-highlight h3{
    font-size: 20px;
    border-bottom: 4px solid #ce2e2c;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 7px;
}
.page .special-highlight p,
#page-content .special-highlight ul li {
    font-weight: normal;
    font-size: 15px;
}
.page p i.highlight{
    font-size: 18px;
    color: #ce2e2c;
}

.black-trans-label {
    background-color: rgba(0, 0, 0, 0.79);
    padding: 8px 15px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    font-size: 10px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
}

.black-trans-label span {
    color: #fff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.bx-wrapper .bx-controls-direction a {
    display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
#fullContent .gallery{height: 500px;}
#fullContent .bx-wrapper{
	padding: 0px;
	border: 0px;
    box-shadow: none;
}
#fullContent .bx-wrapper .gallery-item img{margin: 0 auto;}
