a,
a:active,
a:focus,
a:hover {
    color: #1badd1!important
}

a,
a[href^=tel] {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #2d4148!important
}

ol li,
p,
ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

#header #top-header-widget,
.btn-group,
.pagenav {
    text-align: center
}

#navigation #main-nav li a,
.widgettitle,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-family: Roboto, sans-serif!important
}

#header #searchform,
.pagewidth,
.searchbox,
.social-widget,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    position: relative
}

.featured-category-container,
.loops-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/Jzo62I39jc0gQRrbndN6nfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YS3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at50EAVxt0G0biEntp43Qt6E.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v15/W4wDsBUluyw0tK3tykhXEfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Z0EAVxt0G0biEntp43Qt6E.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC50EAVxt0G0biEntp43Qt6E.ttf) format('truetype')
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hidden {
    display: none!important;
    visibility: hidden
}

html {
    box-sizing: border-box;
    min-height: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff!important;
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    color: #2d4148;
    line-height: 24px
}

a {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    background: 0;
    border: 0;
    cursor: pointer;
    padding: 0
}

#body {
    padding-top: 16px!important
}

.pagewidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 1458px;
    width: 100%
}

.post-image img {
    background: 0 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font-weight: 400
}

p {
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 30px
}

h1,
h2 {
    line-height: 54px!important
}

h3,
h4,
h5,
h6 {
    line-height: 24px!important
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

ol li,
ul ol li {
    list-style-type: decimal
}

ul li {
    color: #2d4148;
    list-style-type: disc
}

ul ul li {
    list-style-type: circle
}

ul ul ul li {
    list-style-type: square
}

ol ol li {
    list-style-type: lower-alpha
}

ol ol ol li {
    list-style-type: lower-roman
}

.page-title {
    color: #2d4148;
    font-size: 34px
}

.post-title a {
    color: #2d4148!important
}

.post-meta a {
    color: #1badd1!important
}

.post-meta a:hover {
    text-decoration: underline
}

.post-nav a {
    font-size: 12px
}

.widgettitle {
    font-size: 18px
}

.btn,
.button,
.more-link,
.primary-btn,
button {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pagenav .number,
.pagenav a {
    padding: 5px 15px
}

.more-link,
.primary-btn {
    background-color: #2d4148!important;
    color: #fff!important;
    font-size: 16px;
    margin-bottom: 30px
}

.more-link:hover,
.pagenav .number,
.primary-btn:hover {
    background-color: #e3743f!important;
    color: #fff!important
}

.more-link {
    margin-bottom: 0!important
}

.btn-group {
    display: inline-block;
    width: 100%
}

.pagenav .number {
    border-radius: 0;
    display: inline-block
}

.pagenav .number.current,
.pagenav .number:hover {
    background-color: #2d4148!important
}

#header #top-header-widget .shailan_banner_widget {
    display: inline-block;
    margin: 0;
    width: 800px
}

#header #site-logo {
    bottom: 0;
    width: 230px;
    top: inherit!important
}

#header #searchform #s {
    border: 1px solid #dadada;
    border-radius: 0;
    width: 100%
}

#navigation {
    background-color: #555f78;
    height: 46px;
    overflow: visible
}

#navigation .pagewidth:after,
#navigation .pagewidth:before {
    content: "";
    display: table
}

#navigation .pagewidth:after {
    clear: both
}

#navigation #main-nav {
    bottom: inherit;
    display: block;
    float: left;
    height: 46px;
    left: inherit;
    text-align: left
}

#navigation #main-nav li {
    display: inline-block;
    float: none;
    height: 46px;
    line-height: 46px;
    position: relative;
    vertical-align: middle
}

.searchbox,
.social-widget .widget {
    float: right
}

#navigation #main-nav li a {
    color: #fff!important;
    display: block;
    font-size: 15px!important;
    font-weight: 400;
    line-height: 46px;
    padding: 0 16px!important;
    margin: 0
}

#navigation #main-nav li a:hover {
    background-color: #e3743f;
    color: #fff!important
}

#navigation #main-nav li ul>li {
    height: auto;
    line-height: 18px;
    margin-bottom: 8px
}

#navigation #main-nav li ul>li a {
    color: #2d4148!important;
    line-height: 18px;
    padding: 5px!important
}

#navigation #main-nav li.current-menu-item a {
    background-color: #e3743f;
    border-radius: 0;
    box-shadow: none
}

#navigation #main-nav li.current-menu-item ul a {
    background-color: #fff!important
}

#navigation #main-nav li.current-menu-item ul a:hover {
    background-color: #e3743f!important;
    color: #fff!important
}

.header-widget {
    bottom: 30px;
    right: 0;
    top: inherit!important
}

.social-widget {
    float: right;
    right: inherit;
    top: inherit;
    width: 20%
}

.social-widget ul {
    margin: 0!important
}

.social-widget ul li {
    margin: 0!important;
    padding: 0
}

.social-widget strong {
    display: none!important
}

.search-container {
    width: 600px
}

.searchbox {
    min-width: 50px;
    width: 0;
    height: 50px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: red;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 20px;
    color: red
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #fff
}

.searchbox-icon {
    border: 1px solid #dadada;
    position: absolute
}

.searchbox-icon:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/icon-search.png) no-repeat;
    content: '';
    display: block;
    height: 34px;
    position: absolute;
    width: 34px
}

input[type=submit].searchbox-submit {
    background-color: #e3743f;
    border-radius: 0;
    padding: 0
}

.searchbox-open {
    width: 100%
}

#footerwrap {
    background: #2d4148!important
}

#footerwrap .footer-text {
    font-family: Roboto, sans-serif!important;
    font-size: 14px
}

#layout {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

#sidebar-narrow {
    margin: 0;
    min-width: 250px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 250px!important
}

#content {
    float: none!important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 16px
}

#sidebar {
    margin: 0;
    min-width: 250px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}



.widget {
    margin: 0!important
}

#sidebar .subscribe,
#sidebar .widgetwrap,
#sidebar-narrow .subscribe,
#sidebar-narrow .widgetwrap {
    border-bottom: 1px solid #dadada;
    padding-bottom: 16px!important;
    margin-bottom: 16px
}

#sidebar .title {
    color: #fff!important;
    font-size: 54px;
    font-weight: 300
}

#sidebar .subscribe {
    background-color: #555f78;
    margin-bottom: 16px;
    padding: 30px!important
}

#sidebar .subscribe .title {
    font-size: 54px;
    font-size: 3vw;
    margin-top: 0!important;
    text-align: center
}

@media (max-width:1000px) {
    #sidebar .subscribe .title {
        font-size: 30px
    }
}

@media (min-width:1800px) {
    #sidebar .subscribe .title {
        font-size: 54px
    }
}

@media only screen and (max-width:1004px) {
    .pagewidth {
        max-width: 1004px
    }
    #sidebar .subscribe .title {
        margin-bottom: 0
    }
}

#sidebar .subscribe p {
    font-size: 18px;
    font-size: 1.4vw;
    color: #fff!important
}

@media (max-width:1000px) {
    #sidebar .subscribe p {
        font-size: 14px
    }
}

@media (min-width:1285.71429px) {
    #sidebar .subscribe p {
        font-size: 18px
    }
}

#sidebar .subscribe p.wysija-paragraph {
    margin-bottom: 5px
}

#sidebar .subscribe label {
    font-size: 13px;
    text-transform: uppercase
}

#sidebar .subscribe input {
    background-color: #fff;
    border-radius: 0;
    height: 45px;
    margin-bottom: 5px;
    width: 100%
}

#sidebar .subscribe input[type=submit] {
    background-color: #e3743f;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    padding: 10px
}

#sidebar .subscribe input[type=submit]:hover {
    background-color: #fff;
    color: #e3743f
}

#sidebar .wpp-thumbnail {
    width: 90px;
    margin-right: 16px
}

#sidebar .widget ul li {
    font-size: 14px;
    font-size: 1.2vw
}

@media (max-width:1000px) {
    #sidebar .widget ul li {
        font-size: 12px
    }
}

@media (min-width:1166.66667px) {
    #sidebar .widget ul li {
        font-size: 14px
    }
}

#sidebar .wpp-list li {
    border: 0
}

#sidebar .juiz_last_tweet_inside .juiz_last_tweet_tweetlist {
    background-color: #fff!important
}

#sidebar .juiz_last_tweet_inside .juiz_last_tweet_item {
    font-size: 14px;
    font-size: 1.2vw
}

@media (max-width:1000px) {
    #sidebar .juiz_last_tweet_inside .juiz_last_tweet_item {
        font-size: 12px
    }
}

@media (min-width:1166.66667px) {
    #sidebar .juiz_last_tweet_inside .juiz_last_tweet_item {
        font-size: 14px
    }
}

.featured-category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.featured-category-container.big {
    display: block
}

.featured-category-container.big .featured-post-container:first-of-type {
    margin-bottom: 16px!important;
    width: 48.87755%!important
}

.featured-category-container.big .featured-post-container:first-of-type .post-image {
    max-height: inherit!important
}

.featured-category-container.big .featured-post-container:first-of-type .hidden {
    display: block!important;
    visibility: visible!important
}

@media only screen and (max-width:1004px) {
    .featured-category-container.big .featured-post-container:first-of-type {
        width: 49.00398%!important
    }
    .featured-category-container.big .featured-post-container:first-of-type .post-image {
        max-height: 218px
    }
    .featured-category-container.big .featured-post-container:first-of-type .hidden {
        display: none!important;
        visibility: hidden!important
    }
    .featured-category-container.big .featured-post-container:nth-of-type(2n) {
        margin-right: 0!important
    }
}

.featured-category-container.big .featured-post-container:first-of-type .hidden p {
    font-size: 16px;
    font-size: 1.3vw;
    line-height: 24px!important
}

@media (max-width:1000px) {
    .featured-category-container.big .featured-post-container:first-of-type .hidden p {
        font-size: 13px
    }
}

@media (min-width:1230.76923px) {
    .featured-category-container.big .featured-post-container:first-of-type .hidden p {
        font-size: 16px
    }
}

.featured-category-container.big .featured-post-container:first-of-type .hidden img {
    display: none!important;
    visibility: hidden!important
}

.featured-category-container.big .featured-post-container:first-of-type .hidden .hupso-share-buttons,
.featured-category-container.big .featured-post-container:first-of-type .hidden .more-link,
.featured-post-container .hidden,
.featured-post-container .subscribeunlock_container,
.loops-wrapper .post .hidden,
.loops-wrapper .post .subscribeunlock_container {
    display: none
}

.featured-category-container.big .featured-post-container:nth-of-type(3),
.featured-category-container.big .featured-post-container:nth-of-type(5) {
    margin-right: 0!important
}

.featured-category-container.big .featured-post-container:nth-of-type(4n) {
    margin-right: 10px!important
}

@media only screen and (max-width:1004px) {
    .featured-category-container.big .featured-post-container:nth-of-type(3),
    .featured-category-container.big .featured-post-container:nth-of-type(5) {
        margin-right: 10px!important
    }
    .featured-category-container.big .featured-post-container:nth-of-type(4n) {
        margin-right: 0!important
    }
}

.featured-category-container .category-title {
    color: #fff!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px!important;
    margin: 0 0 16px;
    padding: 10px;
    text-align: left;
    width: 100%
}

.featured-category-container .category-title.zero {
    background-color: #e3743f
}

.featured-category-container .category-title.one {
    background-color: #e3743f;
}

.featured-category-container .category-title.two {
    background-color: #ae6f82;
}

.featured-category-container .category-title.three {
    background-color: #748694;
}

.featured-category-container .category-title.four {
    background-color: #008347;
}

.featured-category-container .category-title.five {
    background-color: #f2a47f;
}

.featured-post-container,
.loops-wrapper .post {
    clear: none!important;
    float: left;
    margin: 0 15px 60px 0!important;
    width: calc(25% - 15px) !important;
}

/* @media only screen and (max-width:1004px) { */
@media only screen and (max-width:1150px) {
    .featured-post-container,
    .loops-wrapper .post {
        margin-right: 1.99203%!important;
        width: 48%!important
    }
    .featured-post-container:nth-of-type(2n),
    .loops-wrapper .post:nth-of-type(2n) {
        margin-right: 0!important
    }
}

.featured-post-container:nth-of-type(4n),
.loops-wrapper .post:nth-of-type(4n) {
    margin-right: 0!important
}

.featured-post-container .post-image,
.loops-wrapper .post .post-image {
    border: 1px solid #dadada;
    max-height: 218px;
    margin: 0 0 30px!important;
    overflow: hidden
}

.featured-post-container .post-title,
.loops-wrapper .post .post-title {
    font-size: 18px;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 24px!important
}

@media (max-width:1000px) {
    .featured-post-container .post-title,
    .loops-wrapper .post .post-title {
        font-size: 16px
    }
}

@media (min-width:1125px) {
    .featured-post-container .post-title,
    .loops-wrapper .post .post-title {
        font-size: 18px
    }
}

.featured-post-container .post-date,
.loops-wrapper .post .post-date {
    color: #b1b1b1!important;
    font-size: 13px!important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.featured-post-container .post-author,
.featured-post-container .post-autor a,
.loops-wrapper .post .post-author,
.loops-wrapper .post .post-autor a {
    color: #1badd1;
    font-weight: 500
}

:root .sidebar2 #content {
    width: 970px \0/IE9
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sidebar2 #content {
        width: 970px!important
    }
}

.search-results .post-title {
    font-size: 18px;
    line-height: 24px!important
}

.search-results .post-image {
    width: 100%!important
}

.single .post-title a {
    font-size: 34px;
    line-height: 40px
}

.single .post-meta {
    font-size: 18px
}

.single .entry-content {
    margin-top: 60px
}

.single .post-nav .prev a {
    background: url(../images/icon-prev-arrow.png) left center no-repeat
}

.single .post-nav .next a {
    background: url(../images/icon-next-arrow.png) right center no-repeat
}

.subscribeunlock_container .subscribeunlock_confirmation_info,
.subscribeunlock_container .subscribeunlock_signup_form {
    background-color: #2d4148!important;
    border-radius: 0;
    border: 0;
    color: #fff!important
}

.subscribeunlock_container .subscribeunlock_confirmation_info input,
.subscribeunlock_container .subscribeunlock_signup_form input {
    background-color: #fff!important;
    border: 0!important;
    border-radius: 0!important;
}

.subscribeunlock_container .subscribeunlock_confirmation_info a.subscribeunlock-submit,
.subscribeunlock_container .subscribeunlock_confirmation_info a.subscribeunlock-submit:visited,
.subscribeunlock_container .subscribeunlock_signup_form a.subscribeunlock-submit,
.subscribeunlock_container .subscribeunlock_signup_form a.subscribeunlock-submit:visited {
    background-color: #e3743f!important;
    border: 0!important;
    border-radius: 0!important;
    text-shadow: none!important
}

.subscribeunlock_container .subscribeunlock_confirmation_info a.subscribeunlock-submit:hover,
.subscribeunlock_container .subscribeunlock_signup_form a.subscribeunlock-submit:hover {
    background-color: #000!important;
    color: #fff!important
}

.loops-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.search .post-image {
    width: 53px
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

#mailpoet_form_2 .mailpoet_validate_success {
    font-weight: 500 !important;
    color: #468847;
}

#events-list {
    padding: 0 10px;
}

.search-container {
    width: 300px;
}

@media screen and (min-width: 1400px) {
    #header {
        height: 165px!important
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    .loops-wrapper .post-content .entry-content {
        max-height: 600px;
        padding-bottom: 50px;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .loops-wrapper .post-content .entry-content a {
        pointer-events: none;
    }

    .loops-wrapper .post-content .entry-content:after {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 0;
        right: 0;
        height: 30px;
        pointer-events: none;
        content: '';
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .hupso_c {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 50px;
    }

    .loops-wrapper .post {
        border-bottom: 1px solid #eaeaea;
    }

    .loops-wrapper .post-title {
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 95px;
    }

    .loops-wrapper .post-meta {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #header {
        height: auto;
        min-height: 125px;
    }

    #header #top-header-widget .shailan_banner_widget {
        width: calc(100% - 620px);
        max-width: 800px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 125px;
    }

    .category .loops-wrapper .post-content .entry-content {
        max-height: 250px;
    }

    .sidebar2 #content {
        width: calc(100% - 500px);
    }

    .single-post .entry-content img.alignright,
    .single-post .entry-content img.alignleft {
        width: 100%;
        max-width: 33.33%;
    }

@media screen and (max-width: 1600px) {

    .loops-wrapper .post,
    .loops-wrapper .post:nth-of-type(4n) {
        margin: 0 15px 60px 0!important;
        width: calc(33.33% - 15px) !important;
    }


    .loops-wrapper .post-content img {
        width: 100%;
    }



}



@media screen and (max-width: 1200px) {
    .featured-post-container,
    .loops-wrapper .post,
    .featured-post-container:nth-of-type(4n), .loops-wrapper .post:nth-of-type(4n) {
        margin: 0 15px 60px 0!important;
        width: calc(50% - 15px) !important;
    }


    .loops-wrapper .post-content img {
        width: 100%;
    }



}

#nbSidebar {

    margin-top: 45px;
}

#nbSidebar > .subscribe {
    flex: 0 0 100%;
    text-align: center;
    background: #2d4148;
    color: #fff !important;
    padding: 30px;
}

#nbSidebar > .subscribe h2,
#nbSidebar > .subscribe p {
    color: #fff !important;
}

#nbSidebar > .subscribe h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.2em !important;
}


#nbSidebar > .subscribe p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 5px auto;
    max-width: 700px;
}

#nbSidebar > .subscribe .mailpoet_form {
    display: flex;
    width: 100%;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_hp_email_label {
    flex: 0 0 100%;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph {
    flex: 0 0 calc(50% - 20px);
    margin: 0 20px 0 0;
    padding: 0;
    text-align: left;

} 


#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph:nth-of-type(2n) {
    margin-right: 0;
    padding-top: 25px;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph label {
    margin-bottom: 5px;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph input[type=email] {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 0 solid #fff;
    color: #000;
    display: block;
    height: 40px;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph input[type=submit] {
    width: 100%;
    display: block;
    background: #e3743f;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
    height: 40px;
}

#nbSidebar > .subscribe .mailpoet_form .mailpoet_paragraph input[type=submit]:hover {
    background: #fff;
    color: #000 !important;
}

.parsley-errors-list {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: block;
    background: #b94a48;
    color: #fff !important;
}

.parsley-required, .parsley-custom-error-message {
    display: block;
    color: #fff !important;
    list-style: none;
}

/* CU - Newsletter shortcode styles */
.nbz-newsletter-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 18px;
}

.nbz-newsletter-wrapper form {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.nbz-newsletter-wrapper .mailpoet_paragraph_block {
    display: block;
    width: 100%;
    color: #fff;
    margin: 0 10px !important;
    text-align: center;
}

.nbz-newsletter-wrapper .mailpoet_input,
.nbz-newsletter-wrapper .mailpoet_button {
    flex: 1;
    margin: 0 10px !important;
}

.nbz-newsletter-wrapper .mailpoet_input input {
    width: 100%;
    height: 35px;
}

.nbz-newsletter-wrapper .mailpoet_button {
    margin-bottom: 0;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(7) {
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 0;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(8) {
    flex-basis: 50%;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(8) input[type=email] {
    width: 100%;
    height: 35px;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(9) {
    flex-basis: 50%;
    height: 65px;
    display: flex;
    align-items: flex-end;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(9) input[type=submit] {
    width: 100%;
    min-height: 35px;
    margin-left: 20px;
}

.nbz-newsletter-wrapper p.mailpoet_paragraph {
    color: #fff !important;
}

.nbz-newsletter-wrapper .mailpoet_paragraph .mailpoet_text {
    background-color: #fff;
    border-radius: unset;
}

.nbz-newsletter-wrapper .mailpoet_paragraph input[type=submit] {
    background-color: #e3743f;
    border-radius: unset;
    min-height: 35px;
    width: 100%;
}

.nbz-newsletter-wrapper .mailpoet_message {
    flex-basis: 100%;
}

.nbz-newsletter-wrapper .mailpoet_message .mailpoet_validate_error,
.nbz-newsletter-wrapper .mailpoet_message .mailpoet_validate_success {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.nbz-newsletter-wrapper .mailpoet_message .mailpoet_validate_success {
    color: #468847 !important;
}

.nbz-newsletter-wrapper .mailpoet_message .mailpoet_validate_error {
    color: #b94a48 !important;
}

@media screen and (max-width: 1200px) {
    .nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(7) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .nbz-newsletter-wrapper {
        flex-direction: column;
    }
    .nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(8) {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(9) {
        flex-basis: 100%;
        height: auto;
    }
    .nbz-newsletter-wrapper p.mailpoet_paragraph:nth-child(9) input[type=submit] {
        margin: 0;
    }
}

/* CSS Fixes - 12/11/19 */
#headerwrap {
    background: #fff;
}

.social-widget .rss {
	float: left;
    margin-top: 18px;
    display: none;
}

.single-post .post-image {
    display: none;
}

#header #site-logo {
    bottom: 15px;
}

#navigation {
    background-color: #555f78;
}

#navigation #main-nav li a {
    text-transform: capitalize;
}

#footer-slider {
    display: none;
}

.footer-text .two {
    display: none;
}

.search .entry-content p img,
.archive .entry-content p img {
    display: none;
}

.featured-category-container .category-title.zero {
    background-color: #e3743f
}

.featured-category-container .category-title.one {
    background-color: #e3743f;
}

.featured-category-container .category-title.two {
    background-color: #ae6f82;
}

.featured-category-container .category-title.three {
    background-color: #748694;
}

.featured-category-container .category-title.four {
    background-color: #008347;
}

.featured-category-container .category-title.five {
    background-color: #f2a47f;
}

.post-content .magazine-link {
    color: #1badd1;
    cursor: pointer;
    display: block;
    font-size: 16px;
}

.post-content .magazine-link:hover {
    text-decoration: underline;
}

.loops-wrapper .magazine-post .post-image {
    max-height: 350px;
}

.loops-wrapper .magazine-post .post-image img {
    max-height: 350px;
    max-width: unset;
    width: auto;
}
.magazine-post .subscribeunlock_container,
.magazine-post div.subscribeunlock_form_row {
    height: unset !important;
}

.subscribeunlock_container .subscribeunlock_confirmation_info, 
.subscribeunlock_container .subscribeunlock_signup_form {
    background-color: #555f78 !important;
}

#sidebar .subscribe .title {
  line-height: 30px !important;
}