@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-Bold.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-Bold.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-Bold.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-Bold.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-BoldItalic.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-BoldItalic.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-BoldItalic.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-BoldItalic.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-ExtraBold.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-ExtraBold.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-ExtraBold.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-ExtraBold.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-ExtraBold.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-ExtraBoldItalic.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-ExtraBoldItalic.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-ExtraBoldItalic.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-ExtraBoldItalic.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-ExtraBoldItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-Light.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-Light.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-Light.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-Light.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-Light.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-LightItalic.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-LightItalic.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-LightItalic.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-LightItalic.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-LightItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-Regular.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-Regular.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-Regular.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-Regular.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "NordnetSans";
    src: url("./../../assets/fonts/eot/NordnetSans-RegularItalic.eot");
    src: url("./../../assets/fonts/woff/NordnetSans-RegularItalic.woff") format("woff"),
    url("./../../assets/fonts/woff2/NordnetSans-RegularItalic.woff2") format("woff2"),
    url("./../../assets/fonts/ttf/NordnetSans-RegularItalic.ttf") format("truetype"),
    url("./../../assets/fonts/otf/NordnetSans-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default
}

.ddcommon ul {
    padding: 0;
    margin: 0
}

.ddcommon ul li {
    list-style-type: none
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3
}

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999999
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

img.fnone {
    float: none !important
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px
}

.ddcommon .ddArrow:hover {
    background-position: 0 100%
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.ddcommon .ddTitle .ddTitleText {
    display: block
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.ddcommon .ddTitle .description {
    display: block
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999
}

.ddcommon .ddChild li {
    clear: both
}

.ddcommon .ddChild li .description {
    display: block
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild li.optgroup {
    padding: 0
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0
}

.dd {
    border: 1px solid #c3c3c3
}

.dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    right: 24px
}

.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../images/msdropdown/skin1/dd_arrow.gif) no-repeat
}

.dd .ddArrow:hover {
    background-position: 0 100%
}

.dd .ddTitle {
    color: #000;
    background: #e2e2e4 url(../../images/msdropdown/skin1/title-bg.gif) repeat-x left top
}

.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px
}

.dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3
}

.dd .ddChild li .description {
    color: #666
}

.dd .ddChild li .ddlabel {
    color: #333
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0 6px 0 0
}

.dd .ddChild li.optgroup {
    padding: 0
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000
}

@keyframes pulseicon {
    0% {
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1272px
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: 100%
    }
}

blockquote {
    padding-left: 32px;
    border-left: 8px solid #CFCED4;
    font-family: 'NordnetSans', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6775;
    font-size: 21px;
    width: 90%;
    margin: 3rem 0 3rem
}

blockquote:before {
    display: none
}

@media (max-width: 800px) {
    #content {
        overflow: hidden;
        max-width: 100%
    }
}

@media (max-width: 800px) {
    .blog #content {
        padding-left: 0;
        padding-right: 0
    }
}

.blog .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title, .tag .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title, .category .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title {
    font-size: 24px;
    font-weight: 600
}

.fl-row {
    float: left;
    width: 100%
}

.fl-row > div {
    float: left
}

.fl-row .col-fl-6 {
    width: 50%
}

.fl-row .col-fl-12 {
    width: 100%
}

@media (max-width: 800px) {
    .hidden-800-down {
        display: none !important
    }
}

@media (min-width: 800px) {
    .hidden-800-up {
        display: none !important
    }
}

.entry-category a {
    border-radius: 0;
    line-height: 14px;
}

@media (max-width: 800px) {
    .entry-category a {
        font-weight: 600
    }
}

.entry-category a:hover {
    background-color: #111 !important;
    color: #fff !important
}

@media (min-width: 800px) and (max-width: 1023px) {
    .category #content, .tag #content {
        margin-top: 30px
    }

    .category #content .module-header, .tag #content .module-header {
        margin-bottom: 0
    }
}

@media (max-width: 800px) {
    .category #content, .tag #content {
        padding-left: 0;
        padding-right: 0
    }

    .category #content .module-header, .tag #content .module-header {
        padding: 20px 20px 0
    }
}

@media (max-width: 800px) {
    .tag .gridlove-sticky-sidebar {
        display: none
    }

    .tag .GRIDLOVE_Popular_Tags {
        padding: 0 10px
    }
}

@media (max-width: 800px) {
    .gridlove-cover, .gridlove-cover-area {
        height: 250px !important
    }
}

.entry-meta .meta-item {
    margin-right: 6px !important;
    font-size: 12px !important
}

.entry-meta .meta-item:after {
    content: " . ";
    display: inline-block;
    padding-left: 6px;
    color: #818181;
    -webkit-transform: translate(0, -20%);
    -khtml-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%)
}

.entry-meta .meta-item:last-child:after {
    display: none
}

.entry-meta .meta-item:before {
    display: none
}

.entry-meta .meta-item > span:before {
    display: none
}

.entry-meta.meta-author {
    font-size: 14px !important
}

.entry-meta.meta-author a {
    font-size: 14px !important
}

.entry-content .gridlove-action-link-below {
    float: left;
    min-width: inherit;
    height: inherit;
    padding: 12px 40px 12px 40px;
    line-height: 20px;
    font-weight: 400;
    color: white;
    background-color: #0000FF;
    box-shadow: none
}

.entry-content .gridlove-action-link-below:hover {
    box-shadow: none;
    background-color: #0000FF
}

.mark, mark {
    background-color: #FFBD55
}

.entry-category a {
    font-size: 12px
}

.gridlove-cat {
    background-color: #000040
}

.module-title {
    font-family: 'NordnetSans', Sans-serif
}

.module-title h2, .module-title .h2 {
    font-family: 'NordnetSans', Sans-serif;
    font-weight: 700
}

@media (max-width: 800px) {
    .module-title {
        color: #373640;
        font-family: 'NordnetSans', Sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 27px
    }

    .module-title h2, .module-title .h2 {
        color: #373640;
        font-family: 'NordnetSans', Sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 27px
    }
}

.widget-title {
    font-family: 'NordnetSans', Sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 30px
}

@media (max-width: 800px) {
    .widget-title {
        color: #373640;
        font-family: 'NordnetSans', Sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 27px
    }
}

.module-actions {
    padding-right: 8px
}

.bic, #prefooter {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.m0a {
    margin: 0 auto
}

.gridlove-load-more a {
    border-radius: 40px;
    border: 2px solid #0000FF;
    color: #0000FF;
    background-color: transparent;
    box-shadow: none;
    text-transform: none
}

.gridlove-load-more a:hover {
    background-color: #0000FF;
    color: white
}

.gridlove-action-link-below {
    display: block;
    height: 50px;
    min-width: 200px;
    margin: 0 auto 30px;
    color: #0000FF;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border: 2px solid #0000FF;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.gridlove-action-link-below:hover {
    background-color: #0000FF;
    color: white;
}

.archive-main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77%;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%
}

@media (max-width: 1023px) {
    .archive-main-content {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .archive-main-content .archive-gridlove-posts-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item {
    width: 100%
}

.archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item .gridlove-child-cover-content {
    width: 50%
}

@media (max-width: 800px) {
    .archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item .gridlove-child-cover-content {
        width: 100%
    }
}

.archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item .gridlove-child-cover-content:after {
    display: none
}

.archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item .entry-category {
    left: -5px
}

.archive-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%
}

@media (max-width: 1023px) {
    .archive-sidebar {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.archive-sidebar .gridlove-sidebar {
    height: 100%
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .archive-sidebar .gridlove-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 244px;
        flex: 0 0 244px;
        width: 244px
    }
}

.archive-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.archive .module-header {
    display: block;
    width: 100%
}

.entry-content strong {
    font-weight: bold
}

.gridlove-box {
    box-shadow: none !important
}

.entry-overlay .entry-category a, .gridlove-posts .entry-category a, .gridlove-related .entry-category a {
    margin-bottom: 3px
}

@media (max-width: 800px) {
    .gridlove-posts > div {
        margin-bottom: 0
    }
}

.gridlove-pagination {
    margin-bottom: 40px
}

.gridlove-pagination .page-numbers {
    box-shadow: none;
    text-transform: none;
    border-radius: 50%;
    border: 1px solid #B9B6C2;
    margin: 0 5px;
    color: #0000FF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

@media (max-width: 800px) {
    .gridlove-pagination .page-numbers {
        height: 40px;
        width: 40px;
        margin: 0 2px;
        line-height: 40px;
        font-size: 14px
    }
}

.gridlove-pagination .page-numbers.all-pages:nth-child(4) {
    display: none
}

.gridlove-pagination .page-numbers.all-pages:nth-child(8) {
    display: none
}

.gridlove-pagination .page-numbers.current {
    color: #fff;
    border-color: #0000FF
}

.gridlove-pagination .page-numbers.current:hover {
    background-color: #0000FF
}

.gridlove-pagination .page-numbers.next, .gridlove-pagination .page-numbers.prev {
    min-width: inherit;
    font-size: 16px;
    width: inherit;
    border-radius: 0;
    border: 0;
    margin: 0 20px;
    font-weight: normal
}

@media (max-width: 800px) {
    .gridlove-pagination .page-numbers.next, .gridlove-pagination .page-numbers.prev {
        margin: 0;
        font-size: 12px;
        width: 27px;
        height: 30px;
        overflow: hidden
    }
}

.gridlove-pagination .page-numbers.next:hover, .gridlove-pagination .page-numbers.next:focus, .gridlove-pagination .page-numbers.prev:hover, .gridlove-pagination .page-numbers.prev:focus {
    background-color: white;
    color: #0000FF;
    text-decoration: underline;
    box-shadow: none
}

.gridlove-pagination .page-numbers.next {
    text-align: left
}

.gridlove-pagination .page-numbers.prev {
    text-align: right
}

.gridlove-pagination .page-numbers.dots {
    border-radius: 0;
    border: 0
}

@media (max-width: 800px) {
    .gridlove-pagination .page-numbers.dots {
        width: 10px
    }
}

.gridlove-pagination .page-numbers.dots:hover {
    background-color: white;
    color: inherit
}

.gridlove-pagination .page-numbers:hover {
    border-color: #0000FF;
    box-shadow: none
}

@media (min-width: 1023px) {
    .col-lg-25 {
        -webkit-box-flex: 0 0 20%;
        -khtml-box-flex: 0 0 20%;
        -moz-box-flex: 0 0 20%;
        -ms-box-flex: 0 0 20%;
        -o-box-flex: 0 0 20%;
        box-flex: 0 0 20%;
        max-width: 20%
    }
}

.list-unstyled {
    padding: 0;
    list-style: none
}

.rowfix {
    margin-right: -15px;
    margin-left: -15px
}

#header {
    z-index: 99999999
}

.home #header {
    margin-bottom: 0
}

.gridlove-child-7 {
    background: black;
}

.gridlove-child-7 .gridlove-header-wrapper {
    background-color: transparent
}

.gridlove-child-7 .gridlove-header-top {
    background-color: transparent
}

.gridlove-child-7 .gridlove-header-top li {
    margin: 0 23px
}

.gridlove-child-7 .gridlove-actions-search-2 input {
    width: 160px;
    padding: 30px 10px;
    color: white;
    background-color: transparent;
    border: none
}

.gridlove-child-7 .gridlove-actions-search-2 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.gridlove-child-7 .gridlove-actions-search-2 input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.gridlove-child-7 .gridlove-actions-search-2 input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.gridlove-child-7 .gridlove-actions-search-2 input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.gridlove-child-7 .gridlove-actions-search-2 .gridlove-button-search {
    height: auto;
    padding: 18px 0;
    font-size: 22px;
    background-color: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6)
}

@media (min-width: 1023px) {
    .gridlove-header-middle .gridlove-slot-l, .gridlove-slot-l {
        left: 30px
    }
}

@media (min-width: 1023px) {
    .gridlove-slot-r {
        right: 40px
    }
}

.gridlove-button-search-opener {
    height: auto;
    padding: 10px 20px 23px;
    font-size: 22px;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: 0;
    margin-top: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.gridlove-button-search-opener.active {
    background-color: #373640
}

@media (max-width: 1023px) {
    .gridlove-button-search-opener {
        padding: 0 20px 0;
        margin-top: -1px;
        font-size: 16px
    }
}

#search-form-ajax-pro-wrap {
    display: none
}

#search-form-ajax-pro-wrap .wpdreams_asp_sc .probox {
    padding: 40px;
    width: 50%;
    margin: 0 auto
}

.home .gridlove-search-form {
    top: 0
}

.gridlove-search-form {
    display: none;
    position: relative;
    top: -30px;
    padding: 15px 0;
    background-color: #373640
}

.gridlove-search-form:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 1023px) {
    .gridlove-search-form {
        top: 0
    }
}

.gridlove-search-form .fa {
    color: white
}

.gridlove-search-form input[type="text"] {
    float: right;
    width: 60%;
    background-color: transparent;
    color: #9e9e9e
}

@media (max-width: 1023px) {
    .gridlove-search-form input[type="text"] {
        width: 93%;
        padding: 10px 0
    }
}

@media (max-width: 579px) {
    .gridlove-search-form input[type="text"] {
        width: 90%
    }
}

.gridlove-search-form input[type="text"]::-webkit-input-placeholder {
    color: #9e9e9e
}

.gridlove-search-form input[type="text"]::-moz-placeholder {
    color: #9e9e9e
}

.gridlove-search-form input[type="text"]:-ms-input-placeholder {
    color: #9e9e9e
}

.gridlove-search-form input[type="text"]:-moz-placeholder {
    color: #9e9e9e
}

.gridlove-search-form button {
    float: right;
    background-color: transparent;
    border: 0;
    line-height: 38px
}

@media (max-width: 1023px) {
    .gridlove-search-form button {
        float: left;
        padding: 0;
        margin-left: 10px
    }
}

@media (max-width: 579px) {
    .gridlove-search-form button {
        margin-left: 0
    }
}

body.search .gridlove-search-form input {
    width: 60%;
    height: auto
}

@media (max-width: 1023px) {
    body.search .gridlove-search-form input {
        width: 93%
    }
}

@media (max-width: 579px) {
    body.search .gridlove-search-form input {
        width: 90%
    }
}

.video-play .entry-overlay, .audio-play .entry-overlay {
    position: absolute;
    height: 80%;
    bottom: 0;
    top: auto;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', endColorStr='rgba(0,0,0,0.8)')
}

.video-play .gridlove-format-icon, .audio-play .gridlove-format-icon {
    z-index: 9
}

.search-results .gridlove-site-content {
    margin-top: 35px
}

.search-results .gridlove-site-content .filter_wrap.orderby {
    width: 170px
}

.search-results .gridlove-site-content .filter_wrap.orderby:last-child {
    width: 150px
}

@media (min-width: 1023px) and (max-width: 1300px) {
    .search-results .gridlove-posts .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.gridlove-header-sticky {
    background: black;
}

.gridlove-header-sticky .gridlove-slot-r {
    right: 50%;
    -webkit-transform: translate(50%);
    -khtml-transform: translate(50%);
    -moz-transform: translate(50%);
    -ms-transform: translate(50%);
    -o-transform: translate(50%);
    transform: translate(50%)
}

.gridlove-header-sticky .gridlove-actions {
    float: right;
    margin: 5px 0
}

.gridlove-header-sticky .gridlove-main-nav > li > a {
    padding: 0 10px;
    height: 47px
}

.gridlove-header-sticky .gridlove-button-search-opener {
    margin-top: 3px;
    padding: 10px 20px 20px
}

.gridlove-header-sticky-on .gridlove-search-form {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    margin-top: 0
}

@media (max-width: 800px) {
    .gridlove-header-sticky-on .gridlove-search-form {
        top: 70px
    }
}

@media (max-width: 579px) {
    .gridlove-header-sticky-on .gridlove-search-form {
        top: 50px
    }
}

.gridlove-main-navigation .gridlove-main-nav > li {
    padding: 0 28px
}

@media (max-width: 1200px) {
    .gridlove-main-navigation .gridlove-main-nav > li {
        padding: 0 15px
    }
}

.gridlove-main-navigation .gridlove-main-nav > li.current-menu-item > a {
    border-bottom: 2px solid #FFFFFF
}

.gridlove-main-navigation .gridlove-main-nav > li > a {
    padding: 0
}

.gridlove-main-navigation .gridlove-main-nav > li:hover > a {
    border-bottom: 2px solid #fff
}

.badge {
    position: relative;
    top: -2px;
    background-color: #6A6775;
    color: white;
    margin-left: 10px;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400
}

.img-wrapper {
    position: relative;
    display: table;
    margin: 0 auto;
    background-color: #E4E4E8
}

.img-wrapper .gridlove-content {
    margin: 0 auto
}

.img-wrapper .gridlove-content .img-title {
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 13px;
    text-transform: uppercase
}

.partner-table-wrap {
    width: 100%;
    margin-bottom: 32px
}

.partner-table-wrap .partner-table-container {
    width: 100%;
    margin: 0 auto;
    max-width: 850px
}

@media (max-width: 800px) {
    .partner-table-wrap .partner-table-container .table-wrap {
        margin: 30px 0;
        width: 100%;
        overflow-y: scroll
    }
}

.partner-table-wrap .partner-table-container p {
    font-size: 13px;
    margin: 0 auto;
    max-width: 710px;
    width: 100%
}

@media (max-width: 800px) {
    .partner-table-wrap .partner-table-container p {
        padding: 0 30px
    }
}

.partner-table-wrap .partner-table-container .partner-table {
    font-size: 13px;
    color: #373640;
    border: 0;
    margin-top: 40px;
    margin-bottom: 32px;
    border-color: #CFCED5;
    min-width: 700px
}

@media (max-width: 800px) {
    .partner-table-wrap .partner-table-container .partner-table {
        margin: 0;
        min-width: 1200px
    }
}

.partner-table-wrap .partner-table-container .partner-table thead {
    background-color: #EEEEEE
}

.partner-table-wrap .partner-table-container .partner-table thead tr {
    border: 0
}

.partner-table-wrap .partner-table-container .partner-table thead tr th {
    border: 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.partner-table-wrap .partner-table-container .partner-table thead tr th:first-child, .partner-table-wrap .partner-table-container .partner-table thead tr th:last-child {
    text-transform: none;
    text-align: left
}

.partner-table-wrap .partner-table-container .partner-table tbody tr td {
    border-left: 0;
    border-right: 0;
    text-align: center;
    text-transform: capitalize
}

.partner-table-wrap .partner-table-container .partner-table tbody tr td:first-child, .partner-table-wrap .partner-table-container .partner-table tbody tr td:last-child {
    text-transform: none;
    text-align: left
}

.partner-table-wrap .partner-table-container .partner-table tbody tr td:first-child {
    font-weight: 600
}

.gridlove-cover-area .post-ratings, .gridlove-cover-area .post-ratings-results {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 46px
}

.container-slider {
    padding: 0 15px;
    max-width: 1292px;
    margin: 0 auto 40px;
    background-color: transparent
}

.gridlove-cover-area.gridlove-cover-5 {
    margin-top: 0;
    padding: 0;
    overflow: visible;
    margin-bottom: 48px
}



@media (min-width: 800px) and (max-width: 1023px) {
    .gridlove-cover-area.gridlove-cover-5 {
        margin-top: 30px
    }
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 {
        margin-bottom: 16px
    }
}

.gridlove-cover-area.gridlove-cover-5:hover .entry-title a {
    text-decoration: underline
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-cover-bg .gridlove-cover img {
    width: 100%
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-cover-bg .gridlove-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    -webkit-background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%);
    -khtml-background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%);
    -moz-background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%);
    -ms-background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%);
    -o-background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%);
    background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.9) 99.72%)
}

@media (max-width: 1023px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-bg .gridlove-cover:after {
        top: auto;
        bottom: 0;
        height: 50%;
        width: 100%;
        background-color: transparent 0%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(#000 100%));
        background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -moz-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -ms-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
        background-image: linear-gradient(top, transparent 0%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='#000 100%')
    }
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-bg .gridlove-cover:after {
        content: '';
        display: block;
        top: auto;
        bottom: 0;
        height: 50%;
        width: 100%;
        background-color: transparent 0%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(#000 100%));
        background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -moz-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -ms-linear-gradient(top, transparent 0%, #000 100%);
        background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
        background-image: linear-gradient(top, transparent 0%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='#000 100%')
    }
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-cover-bg .gridlove-cover:before {
    display: none
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item {
    width: 100%;
    margin: 0 auto
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content {
    position: absolute;
    width: 36%;
    bottom: 0;
    left: 0;
    color: white;
    text-align: left;
    padding: 32px 32px;
    z-index: 2
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content {
        padding: 0 20px 10px 20px
    }
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 1px;
    left: 10%;
    right: 10%;
    background-color: #efecec
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .meta-item {
    font-size: 14px !important;
    font-weight: 600
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .meta-item.meta-category{
    text-transform: uppercase;
}

.entry-meta .meta-item.meta-category{
    text-transform: uppercase;
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .meta-item:after {
    color: #fff
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta a, .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta span {
    color: #fff;
    font-size: 14px !important;
    font-weight: 600
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .author {
    text-transform: none;
    line-height: 40px
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .author {
        line-height: 30px
    }
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .author a {
    color: #fff
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .author img {
    float: left;
    width: 40px;
    margin: 0 10px 0 0
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .author img {
        width: 30px
    }
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-meta .meta-author_category {
    color: #fff
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .box-inner-ellipsis {
    max-height: 300px;
    height: auto
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .box-inner-ellipsis.title-wrap {
    height: inherit
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-content {
    margin-bottom: 12px
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-content {
        display: none
    }
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title {
    margin: 6px 0 8px;
    font-family: 'NordnetSans', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: white;
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title a {
    color: white
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .entry-title:hover a {
    color: white
}

.gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .post-ratings, .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .post-ratings-results {
    right: 70px;
    bottom: 36px
}

@media (max-width: 800px) {
    .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .post-ratings, .gridlove-cover-area.gridlove-cover-5 .gridlove-child-cover-content .post-ratings-results {
        right: 30px;
        bottom: 15px
    }
}

.gridlove-cover-area.gridlove-cover-5 .entry-category {
    position: absolute;
    top: 10px;
    left: 2px
}

.gridlove-cover-area.gridlove-cover-5 .entry-category > div:first-child {
    float: left;
    margin-bottom: 3px
}

.gridlove-cover-6 {
    height: inherit;
    background-color: white;
    overflow: visible;
    margin-bottom: 20px
}

.gridlove-cover-6 .entry-category {
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 9
}

.gridlove-cover-6 .entry-content .box-inner-ellipsis {
    height: 70px;
    max-height: 70px
}

.gridlove-cover-6 .gridlove-child-cover-content {
    text-align: left
}

.gridlove-cover-6 .gridlove-child-cover-content .entry-meta {
    padding: 5px 0 2px;
    text-transform: uppercase
}

.gridlove-cover-6 .gridlove-child-cover-content .entry-meta .author {
    text-transform: none;
    line-height: 40px
}

.gridlove-cover-6 .gridlove-child-cover-content .entry-meta .author a {
    color: #0000FF
}

.gridlove-cover-6 .gridlove-child-cover-content .entry-meta .author img {
    float: left;
    width: 40px;
    margin: 0 10px 0 0
}

.gridlove-cover-6 .gridlove-child-cover-content .entry-header {
    padding: 5px 0
}

.gridlove-cover-6 .gridlove-cover {
    max-height: 250px
}

.gridlove-cover-7 {
    position: relative;
    height: 464px;
    overflow: hidden;
    margin-bottom: 60px
}

@media (max-width: 1023px) {
    .gridlove-cover-7 {
        height: auto
    }
}

@media (max-width: 800px) {
    .gridlove-cover-7 {
        margin-bottom: 16px;
        height: 100%
    }
}

.gridlove-cover-7 .entry-category {
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 9
}

.gridlove-cover-7 .gridlove-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1)
}

@media (max-width: 1023px) {
    .gridlove-cover-7 .gridlove-format-icon {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -60px
    }
}

.gridlove-cover-7 .gridlove-format-icon .fa {
    width: 100%;
    height: 100%;
    line-height: 61px;
    font-size: 25px;
    color: white;
    border: 6px solid white;
    border-radius: 50%
}

@media (max-width: 1023px) {
    .gridlove-cover-7 .gridlove-format-icon .fa {
        border-width: 4px;
        line-height: 44px
    }
}

.gridlove-cover-7 .gridlove-format-icon .fa.fa-play {
    padding-left: 5px;
    margin-left: 0
}

.gridlove-cover-7:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: transparent 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(rgba(0, 0, 0, 0.8) 100%));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='rgba(0,0,0,0.8) 100%')
}

.gridlove-cover-7 .gridlove-cover-bg .gridlove-cover {
    height: 550px
}

.gridlove-cover-7 .gridlove-cover-bg .gridlove-cover:before, .gridlove-cover-7 .gridlove-cover-bg .gridlove-cover:after {
    display: none
}

.gridlove-cover-7 .gridlove-cover-bg .gridlove-cover img {
    width: 1272px
}

.gridlove-cover-7 .gridlove-cover-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%
}

@media (max-width: 1023px) {
    .gridlove-cover-7 .gridlove-cover-content {
        bottom: 10px
    }
}

.gridlove-cover-7 .gridlove-cover-content .entry-meta {
    position: relative;
    bottom: auto;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    .gridlove-cover-7 .gridlove-cover-content .entry-meta {
        margin-bottom: 5px
    }
}

.gridlove-cover-7 .gridlove-cover-content .entry-meta .meta-item {
    margin-right: 0 !important;
    font-size: 16px !important;
    line-height: 24px
}

.gridlove-cover-7 .gridlove-cover-content .entry-meta .meta-item span {
    font-size: 16px !important
}

.gridlove-cover-7 .gridlove-cover-content .entry-meta .meta-item:after {
    padding: 0 5px 0 8px
}

.gridlove-cover-7 .entry-header, .gridlove-cover-7 .entry-content {
    position: relative;
    top: auto;
    width: 80%;
    max-width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 9
}

@media (max-width: 800px) {
    .gridlove-cover-7 .entry-header, .gridlove-cover-7 .entry-content {
        padding: 0
    }
}

.gridlove-cover-7 .box-inner-ellipsis {
    max-height: 25px
}

@media (max-width: 800px) {
    .gridlove-cover-7 .box-inner-ellipsis {
        display: none
    }
}

.gridlove-cover-7 .box-inner-ellipsis.title-ellipsis {
    display: block;
    height: auto;
    max-height: inherit
}

@media (max-width: 800px) {
    .gridlove-cover-7 .box-inner-ellipsis.title-ellipsis {
        height: 72px;
        max-height: 72px
    }
}

.gridlove-cover-7 .entry-title {
    font-family: 'NordnetSans', Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.gridlove-cover-7 .entry-title:hover {
    text-decoration: underline
}

#cover.gridlove-cover-8 {
    margin-top: 0;
    background-color: #EBEBE8;
    padding: 40px 15px 20px;
    height: auto !important
}

#cover .nordnet-like-button{
    color: #fff;
}

.nordnet-like-button .nordnet-like-button-votes-number{
    float: right;
    margin-top: 5px;
    font-size: 14px;
}

.nordnet-like-button{
    font-size: 20px;
}

.nordnet-like-button #nordent-like-button-icon{
    color: #00AD00;
}

.below-article .nordnet-like-button{
    float: left;
    padding-top: 2px;
    margin-right: 10px;
    font-size: 35px;
    line-height: 1;
    min-width: 60px;
}
.below-article .nordnet-like-button .nordnet-like-button-votes-number{
    line-height: 25px;
}
@media (min-width: 1023px) and (max-width: 1200px) {
    #cover.gridlove-cover-8 {
        padding: 30px 0 20px
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 {
        padding: 0;
        margin-bottom: 40px
    }

    #cover.gridlove-cover-8 .container {
        max-width: 100%;
        padding: 0
    }
}

#cover.gridlove-cover-8 .col-fl-md-6 {
    float: left;
    width: 49.35%;
    margin-right: 0.65%;
    height: 464px
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .col-fl-md-6 {
        height: 250px;
        width: 100%;
        margin-bottom: 20px
    }
}

#cover.gridlove-cover-8 .col-fl-md-6 .gridlove-cover-item {
    height: 464px
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .col-fl-md-6 .gridlove-cover-item {
        height: 250px
    }
}

#cover.gridlove-cover-8 .col-fl-md-6 .gridlove-cover-item .entry-title {
    font-family: "NordnetSans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
}

#cover.gridlove-cover-8 .col-fl-md-3 {
    float: left;
    width: 23.7%;
    height: 224px;
    margin: 0 0.65% 14px
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .col-fl-md-3 {
        width: 48%;
        padding: 0 4%;
        height: 100px;
        margin: 0 0 20px
    }
}

@media (max-width: 579px) {
    #cover.gridlove-cover-8 .col-fl-md-3 {
        width: 100%
    }
}

#cover.gridlove-cover-8 .col-fl-md-3 .gridlove-cover-item {
    height: 224px
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .col-fl-md-3 .gridlove-cover-item {
        height: 100px
    }
}

#cover.gridlove-cover-8 .col-fl-md-3 .gridlove-cover-item .entry-title {
    color: #FFFFFF;
    font-family: "NordnetSans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-bg {
    height: 100%
}

#cover.gridlove-cover-8 .gridlove-cover-item .entry-category {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 9
}

#cover.gridlove-cover-8 .gridlove-cover-item .entry-category a {
    padding: 7px 11px 6px;
    line-height: 14px;
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: left;
    z-index: 2
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-content .entry-meta {
    position: relative;
    display: inline-block;
    bottom: inherit;
    text-align: left;
    padding: 0 10px
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-content .entry-meta .meta-item.meta-author_category {
    color: #fff;
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-content .entry-meta .meta-item:after {
    color: white
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-content .entry-title {
    text-align: left;
    padding: 0 10px;
}

#cover.gridlove-cover-8 .gridlove-cover-item .gridlove-cover-bg a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: transparent 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(rgba(0, 0, 0, 0.8) 100%));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='rgba(0,0,0,0.8) 100%')
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-title {
    padding: 0 20px 10px 20px
}

#cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-category .box-inner-ellipsis{
    height: 27px;
    max-height: 27px;
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .meta-author_category{
    margin-top: 2px;
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-title {
        font-family: "NordnetSans", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta {
    padding: 0 20px
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta.all-meta {
    top: -3px
}

/*@media (max-width: 800px) {*/
    /*#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta.all-meta {*/
        /*display: none*/
    /*}*/
/*}*/

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta .meta-item {
    font-weight: 400
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta .meta-item.meta-category{
    margin-top: -2px;
    text-transform: uppercase;
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-1 .gridlove-cover-content .entry-meta .meta-item.meta-author img {
        width: 30px;
        vertical-align: -11px
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-1 .entry-category {
        left: 0
    }
}

#cover.gridlove-cover-8 .gridlove-cover-8-1 .post-ratings, #cover.gridlove-cover-8 .gridlove-cover-8-1 .post-ratings-results {
    bottom: 6px;
    color: #fff
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-1 .post-ratings, #cover.gridlove-cover-8 .gridlove-cover-8-1 .post-ratings-results {
        bottom: 8px
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-category {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        width: 64%
    }

    #cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-category a {
        float: left;
        margin-left: 16px;
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content {
        margin-bottom: 5px
    }
}


@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content {
        position: relative;
        bottom: auto;
        left: auto;
        float: right;
        width: 64%
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-title {
        padding-left: 16px;
        color: #4C4A56;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-shadow: none
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-title a {
        color: #373640
    }
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-meta {
        display: none
    }

    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-meta.entry-meta-first a {
        color: #888790;
    }

    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-meta.entry-meta-first {
        display: block;
        padding: 0 17px;
    }
}

#cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .entry-meta .author img {
    display: none
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-bg {
        float: left;
        width: 36%
    }

    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-bg a:after {
        display: none
    }
}

#cover.gridlove-cover-8 .gridlove-cover-item:hover .entry-title {
    text-decoration: underline
}

#cover.gridlove-cover-8 .gridlove-cover-item .entry-title {
    margin-bottom: 12px
}

.gridlove-module .module-actions a {
    font-size: 14px;
    text-transform: none;
    color: #0000FF
}

.gridlove-module .owl-controls .owl-nav {
    margin-top: -30px
}

.gridlove-module .owl-controls .owl-dots {
    float: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.gridlove-module .owl-controls .owl-dots .owl-dot {
    margin-top: 0
}

.gridlove-module .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .modules-with-sidebar {
        padding: 0 15px
    }
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .modules-with-sidebar .modules-with-sidebar-content {
        -webkit-flex: 0 0 63.666667%;
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 63.666667%
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
    .modules-with-sidebar .modules-with-sidebar-content {
        padding: 0 30px
    }
}

.modules-with-sidebar .modules-with-sidebar-content .gridlove-module {
    max-width: 100%;
    margin-bottom: 42px;
    padding-right: 47px
}

@media (max-width: 1023px) {
    .modules-with-sidebar .modules-with-sidebar-content .gridlove-module {
        padding-right: 0
    }
}

@media (max-width: 800px) {
    .modules-with-sidebar .modules-with-sidebar-content .gridlove-module {
        position: relative;
        padding-bottom: 15px
    }

    .modules-with-sidebar .modules-with-sidebar-content .gridlove-module:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: -25%;
        width: 150%;
        height: 1px;
        background-color: #E4E4E8
    }
}

.modules-with-sidebar .modules-with-sidebar-content .gridlove-module .gridlove-child-slider {
    padding-left: 15px;
    margin-bottom: 80px
}

.modules-with-sidebar .modules-with-sidebar-content .gridlove-module .gridlove-child-slider .col-lg-12 {
    max-width: 785px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 785px;
    flex: 0 0 785px;
    min-width: 785px
}

@media (min-width: 800px) and (max-width: 1023px) {
    .modules-with-sidebar .gridlove-child-sidebar {
        padding: 0 30px
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-box {
    box-shadow: none;
    padding: 0
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget {
    margin-bottom: 90px
}

@media (min-width: 1023px) and (max-width: 1040px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget {
        margin-bottom: 75px
    }
}

@media (max-width: 1023px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget {
        margin-bottom: 0px
    }
}

@media (min-width: 579px) and (max-width: 1023px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget {
        margin: 0 -1%
    }

    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget:after {
        content: "";
        display: table;
        clear: both
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .entry-image {
    max-width: 182px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 182px;
    flex: 0 0 182px;
    height: 136px;
    overflow: hidden
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .entry-image {
        max-width: 160px
    }
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .entry-image {
        height: 100px;
        margin-right: 0;
        order: 1;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article {
    position: relative;
    width: 100%;
    margin-bottom: 40px
}

@media (min-width: 579px) and (max-width: 1023px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article {
        float: left;
        clear: none;
        width: 48%;
        margin: 0 1% 20px
    }
}

@media (max-width: 579px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article {
        margin-bottom: 20px
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 9;
    width: 190px
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category a {
    padding: 5px 11px 5px;
    line-height: 12px;
    font-size: 12px;
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 64%
    }

    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category a {
        float: left;
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-image img {
    height: 100%;
    width: initial;
    max-width: inherit
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .box-inner-ellipsis {
    height: auto;
    max-height: 69px
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .box-inner-ellipsis {
        height: auto;
        max-height: 70px;
    }
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta {
        display: none
    }
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta.entry-meta-first{
        display: block;
    }
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta.entry-meta-first .meta-item{
        display: inline-block;
    }
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta.entry-meta-first .meta-item:after{
        display: none;
    }
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta.entry-meta-first .meta-item.meta-date{
        display: none;
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .post_format-post-format-video .entry-header .entry-meta .meta-item:after {
    display: inline-block;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .post_format-post-format-video .entry-header .entry-meta .meta-item {
    display: inline-block;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget .post_format-post-format-video .entry-header .entry-meta .meta-item:last-child:after {
    display: none;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-item {
    line-height: 13px;
	display:block;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-item:after {
	display:none;	
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-item.meta-duration{
    text-transform: uppercase;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-item.meta-category a{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author a {
    font-size: 14px;
    text-transform: none
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author a:hover {
    color: #0000FF;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author img {
    display: none
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author_category {
    font-weight: 400;
    display: block;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author_category:after {
    display: none
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article h6 {
    margin: 5px 0
}

@media (max-width: 800px) {
    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article h6 {
        padding-right: 16px;
        color: #4C4A56;
        font-family: "NordnetSans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article h6 a {
    font-size: 16px;
    font-weight: 600
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article:hover h6 a {
    color: #0000FF
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article:hover a {
    color: #000
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article:hover .entry-category a {
    color: #fff
}

.modules-with-sidebar .module-title {
    max-width: 795px
}

@media (max-width: 1023px) {
    .modules-with-sidebar .module-title {
        max-width: 100%
    }
}

.ie .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-image img {
    width: 100%
}

.ie .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header {
    width: 50%
}

.ie .gridlove-cover-5 .gridlove-cover-bg {
    overflow: hidden
}

.ie.ie-old .archive-main-content {
    float: left
}

.ie.ie-old .archive-sidebar {
    float: right
}

.ie.ie-old .module-type-author .col-lg-25 {
    float: left;
    width: 20%;
    max-width: 20%
}

.ie.ie-old #prefooter {
    float: left;
    width: 100%
}

.safari .module-type-author:after {
    content: "";
    display: table;
    clear: both
}

.safari .module-type-author .col-lg-25 {
    -webkit-flex: 0 0 20%
}

@media (max-width: 1023px) {
    .safari .module-type-author .col-lg-25 {
        -webkit-flex: 0 0 50%
    }
}

@media (max-width: 800px) {
    .safari .module-type-author .col-lg-25 {
        -webkit-flex: 0 0 100%
    }
}
.gridlove-posts-widget .entry-image .gridlove-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border: 3px solid white
}

.gridlove-posts-widget .entry-image .gridlove-format-icon .fa {
    line-height: 33px;
    font-size: 15px
}

.gridlove-posts-widget .entry-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(22, 49, 122, 0.2)
}

.DisplayCategoriesWidget {
    margin-bottom: 0
}

.DisplayCategoriesWidget:first-child {
    padding-top: 0
}

.DisplayCategoriesWidget .widget-title {
    font-size: 20px;
    margin-bottom: 15px !important
}

.DisplayCategoriesWidget .dcw:after {
    content: "";
    display: table;
    clear: both
}

.DisplayCategoriesWidget .dcw .cat-item {
    padding: 7px 0 3px;
    font-size: 16px
}

.DisplayCategoriesWidget .dcw .cat-item.current-cat {
    display: inline-block;
    width: auto;
    border-bottom: 1.5px solid black
}

.DisplayCategoriesWidget .dcw .cat-item.current-cat a {
    color: #000
}

.gridlove-sticky-sidebar .DisplayCategoriesWidget {
    padding: 25px 30px 10px
}

@media (max-width: 800px) {
    .gridlove-sticky-sidebar .DisplayCategoriesWidget {
        padding: 25px 6px 10px
    }
}

.gridlove-sticky-sidebar .DisplayCategoriesWidget:first-child {
    padding-top: 0;
    padding-bottom: 10px
}

.module-actions .gridlove-action-link {
    background-color: transparent;
    position: relative;
    padding-right: 15px
}

@media (max-width: 800px) {
    .module-actions .gridlove-action-link {
        display: none
    }
}

.module-actions .gridlove-action-link:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 0
}

.gridlove-child-action-link-below {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    padding-right: 15px;
    color: #0000FF;
    font-size: 14px
}

@media (max-width: 800px) {
    .gridlove-child-action-link-below {
        display: block
    }
}

.gridlove-child-action-link-below:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 24px;
    position: absolute;
    right: 0
}

.gridlove-post .gridlove-format-icon, .single .gridlove-format-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: transparent;
    color: white;
    border: 3px solid #fff
}

@media (max-width: 800px) {
    .gridlove-post .gridlove-format-icon, .single .gridlove-format-icon {
        width: 35px;
        height: 35px;
        margin-left: -17.25px;
        margin-top: -17.25px;
        border-width: 2px
    }
}

.gridlove-post .gridlove-format-icon .fa, .single .gridlove-format-icon .fa {
    line-height: 43px;
    font-size: 22px
}

@media (max-width: 800px) {
    .gridlove-post .gridlove-format-icon .fa, .single .gridlove-format-icon .fa {
        line-height: 33px;
        font-size: 16px
    }
}

.gridlove-post .gridlove-format-icon .fa.fa-play, .single .gridlove-format-icon .fa.fa-play {
    margin-left: 6px
}

@media (max-width: 800px) {
    .gridlove-post .gridlove-format-icon .fa.fa-play, .single .gridlove-format-icon .fa.fa-play {
        margin-left: 5px
    }
}

.gridlove-post-a .entry-title {
    margin: 10px 0
}

.gridlove-post-e, .gridlove-post-g {
    height: 415px
}

@media (max-width: 800px) {
    .gridlove-post-e, .gridlove-post-g {
        height: 100px
    }
}

.gridlove-post-e .entry-category, .gridlove-post-g .entry-category {
    top: 10px;
    left: -5px;
    z-index: 9
}

@media (max-width: 800px) {
    .gridlove-post-e .entry-category, .gridlove-post-g .entry-category {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        float: right;
        width: 64%;
        padding-left: 16px
    }
}

@media (max-width: 800px) {
    .gridlove-post-e .entry-image, .gridlove-post-g .entry-image {
        float: left;
        width: 36%;
        height: 100%
    }

    .gridlove-post-e .entry-image a img, .gridlove-post-g .entry-image a img {
        height: 100%
    }
}

.gridlove-post-e .entry-meta, .gridlove-post-g .entry-meta {
    position: relative;
    bottom: auto;
    text-transform: uppercase;
}

.gridlove-cover-area .entry-meta .meta-item, .gridlove-cover-area .entry-meta .meta-rtime, .gridlove-cover-area .entry-meta .meta-views, .gridlove-cover-area .entry-meta a, .gridlove-cover-area .entry-meta span{
    font-size: 12px;
}

@media (max-width: 800px) {
    .gridlove-post-e .entry-meta, .gridlove-post-g .entry-meta {
        display: none
    }
    .gridlove-post-e .entry-meta.entry-meta-first {
        display: block;
        margin-bottom: 5px;
    }
    .gridlove-post-e .entry-meta.entry-meta-first .meta-item:after{
        display: none;
    }
    .gridlove-post-e .entry-meta.entry-meta-first .meta-date{
        display: none;
    }
}

.gridlove-post-e .entry-meta.author-only{
    width: 80%;
}

.gridlove-post-e .meta-author_and_author_category{
    width: 100%;
}

.author-and-category{
    display: block;
    text-transform: none;
}

.gridlove-post-e .entry-meta.author-only, .gridlove-post-g .entry-meta.author-only {
    position: absolute;
    bottom: 35px
}

.gridlove-post-e .entry-meta.author-only a, .gridlove-post-g .entry-meta.author-only .meta-author a {
    font-size: 14px;
    line-height: 1;
    text-transform: none;
}

.gridlove-post-e .entry-meta.author-only img, .gridlove-post-g .entry-meta.author-only .meta-author img {
    float: left;
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.gridlove-post-e .box-inner-p, .gridlove-post-g .box-inner-p {
    padding: 13px 0 20px
}

@media (max-width: 800px) {
    .gridlove-post-e .box-inner-p, .gridlove-post-g .box-inner-p {
        float: right;
        padding: 0 0 0 16px;
        width: 64%
    }
}

.gridlove-post-e .gridlove-format-icon, .gridlove-post-g .gridlove-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9
}

.gridlove-post-e .box-inner-ellipsis, .gridlove-post-g .box-inner-ellipsis {
    margin-bottom: 12px;
    height: 140px;
    max-height: 140px
}

@media (max-width: 800px) {
    .gridlove-post-e .box-inner-ellipsis, .gridlove-post-g .box-inner-ellipsis {
        height: auto;
        max-height: 80px
    }

    .gridlove-post-e .box-inner-ellipsis .entry-content, .gridlove-post-g .box-inner-ellipsis .entry-content {
        display: none
    }
}

@media (max-width: 800px) {
    .gridlove-post-e .box-inner-ellipsis .entry-title, .gridlove-post-g .box-inner-ellipsis .entry-title {
        margin-bottom: 2px;
        margin-top: 0;
        color: #4C4A56;
        font-family: "NordnetSans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }
}

.gridlove-post-e .box-inner-ellipsis.title-wrap, .gridlove-post-g .box-inner-ellipsis.title-wrap {
    height: auto;
    max-height: 70px;
    margin-bottom: 0
}

.gridlove-post-e .box-inner-ellipsis.title-wrap .entry-title, .gridlove-post-g .box-inner-ellipsis.title-wrap .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 800px) {
    .gridlove-post-e .post-ratings-results, .gridlove-post-g .post-ratings-results {
        display: none
    }
}

@media (min-width: 800px) {
    .gridlove-post-e:hover .entry-title a, .gridlove-post-g:hover .entry-title a {
        color: #0000FF
    }

    .gridlove-post-e:hover .entry-image > a:after, .gridlove-post-g:hover .entry-image > a:after {
        background: rgba(0, 0, 0, 0.2)
    }

    .gridlove-post-e:hover .entry-content a, .gridlove-post-g:hover .entry-content a {
        color: inherit
    }
}

@media (max-width: 800px) {
    .gridlove-post-e:hover .entry-image > a:after, .gridlove-post-g:hover .entry-image > a:after {
        display: none !important
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
    .page-template-template-modules-videos-php .gridlove-cover-7-container {
        margin-top: 30px
    }
}

@media (max-width: 800px) {
    .page-template-template-modules-videos-php .gridlove-cover-7-container {
        padding-left: 0;
        padding-right: 0
    }
}

.page-template-template-modules-videos-php .gridlove-post-g {
    height: 370px
}

@media (max-width: 800px) {
    .page-template-template-modules-videos-php .gridlove-post-g {
        height: 100px
    }
}

.page-template-template-modules-videos-php .gridlove-post-g .box-inner-ellipsis {
    height: 170px;
    max-height: 170px
}

@media (max-width: 800px) {
    .page-template-template-modules-videos-php .gridlove-post-g .box-inner-ellipsis {
        height: auto;
        max-height: 75px
    }
}

@media (max-width: 800px) {
    .page-template-template-modules-videos-php .gridlove-post-g .entry-category a {
        display: none;
    }

    .page-template-template-modules-videos-php .gridlove-post-g .entry-meta:before{
        display: none;
    }

    .page-template-template-modules-videos-php .gridlove-post-g .entry-category div {
        float: left;
    }

    .page-template-template-modules-videos-php .gridlove-post-g .entry-category a:hover {
        background-color: transparent !important;
        color: #7e7e7e !important;
        cursor: pointer;
    }
}

.page-template-template-modules-videos-php .gridlove-post-g .time-meta {
    display: block;
    float: left;
    line-height: 1;
    margin-top: -5px;
    padding-left: 5px
}

.page-template-template-modules-videos-php .gridlove-post-g .time-meta:before {
    content: '.';
    position: absolute;
    left: -2px;
    top: -3px;
    color: #888790
}

@media (max-width: 800px) {

    .page-template-template-modules-videos-php .gridlove-post-g .time-meta{
        padding-left: 0;
    }
}
.page-template-template-modules-videos-php .gridlove-child-action-link-below {
    display: none
}

.gridlove-post-a .entry-image > a:after, .gridlove-posts-widget .entry-image:after {
    display: none
}

.gridlove-post-a:hover .entry-image > a:after {
    display: block
}

.gridlove-post-f {
    height: 480px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 790px
}

@media (max-width: 1023px) {
    .gridlove-post-f {
        max-width: 100%
    }
}

@media (max-width: 800px) {
    .gridlove-post-f {
        height: 230px;
        margin-bottom: 20px
    }
}

.gridlove-post-f .entry-overlay {
    position: absolute;
    height: 80%;
    bottom: 0;
    top: auto;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', endColorStr='rgba(0,0,0,0.8)')
}

.gridlove-post-f .box-inner-p {
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 9
}

@media (max-width: 800px) {
    .gridlove-post-f .box-inner-p {
        padding: 10px
    }
}

.gridlove-post-f .box-inner-p .entry-meta {
    position: relative;
    bottom: auto;
    padding-top: 25px
}

@media (max-width: 800px) {
    .gridlove-post-f .box-inner-p .entry-meta {
        padding: 0
    }

    .gridlove-post-f .box-inner-p .entry-meta:after {
        content: "";
        display: table;
        clear: both
    }
}

.gridlove-post-f .box-inner-p .entry-meta .meta-item {
    color: #ffffff;
    text-transform: uppercase
}

@media (max-width: 800px) {
    .gridlove-post-f .box-inner-p .entry-meta .meta-item {
        float: left;
        margin: 5px 0
    }
}

.gridlove-post-f .box-inner-p .entry-meta .meta-item span {
    color: #ffffff
}

.gridlove-post-f .box-inner-p .gridlove-format-icon {
    margin-left: 0;
    margin-top: 0
}

.gridlove-post-f .entry-category {
    position: absolute;
    top: 10px;
    left: -4px
}

@media (max-width: 800px) {
    .gridlove-post-f .entry-category {
        display: none
    }
}

.gridlove-post-f .entry-image {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.gridlove-post-f .entry-image a {
    max-width: 100%
}

.gridlove-post-f .entry-image a img {
    height: 100%;
    width: 100%
}

@media (max-width: 1200px) {
    .gridlove-post-f .entry-image a img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.gridlove-post-f .entry-title {
    padding: 15px 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 800px) {
    .gridlove-post-f .entry-title {
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        text-shadow: none;
        letter-spacing: 0;
        padding: 0;
        margin-bottom: 0
    }
}

.gridlove-post-f .entry-title a {
    color: #fff
}

.gridlove-post-f .box-inner-ellipsis {
    height: 47px;
    color: #ffffff
}

.gridlove-post-f .box-inner-ellipsis.title-ellipsis {
    height: 70px
}

@media (max-width: 800px) {
    .gridlove-post-f .box-inner-ellipsis.title-ellipsis {
        height: 50px
    }
}

@media (max-width: 800px) {
    .gridlove-post-f .entry-content {
        display: none
    }
}

.gridlove-post-f:hover .entry-title {
    text-decoration: underline
}

.gridlove-post-f:hover .entry-title a {
    color: #fff
}

.ie .gridlove-post-f .entry-image a img {
    width: 100%
}

.gridlove-post-b {
    height: 168px
}

@media (max-width: 800px) {
    .gridlove-post-b {
        height: 100px
    }
}

.gridlove-post-b .entry-meta {
    position: relative;
    bottom: auto;
    margin-bottom: 10px;
    line-height: 10px;
    text-transform: uppercase
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-meta .meta-item .episode-number {
        position: relative;
        overflow: hidden;
        width: 17px;
        float: left;
        height: 12px;
        margin-top: 3.5px;
        margin-right: 5px
    }

    .gridlove-post-b .entry-meta .meta-item .episode-number:after {
        content: '.';
        position: absolute;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-meta .meta-item {
        color: #888790
    }
}

.gridlove-post-b .entry-meta .meta-item a, .gridlove-post-b .entry-meta .meta-item span {
    line-height: 12px
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-meta .meta-item a, .gridlove-post-b .entry-meta .meta-item span {
        color: #888790
    }
}

.gridlove-post-b .entry-category {
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 9
}

.gridlove-post-b .gridlove-format-icon {
    position: absolute;
    top: 50%;
    left: 50%
}

.gridlove-post-b .entry-image {
    width: 260px;
    height: 168px;
    overflow: hidden;
    margin-right: 20px
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-image {
        width: 36%;
        height: 100%;
        margin-right: 0
    }
}

.gridlove-post-b .entry-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(22, 49, 122, 0.2)
}

.gridlove-post-b .entry-image img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.gridlove-post-b .entry-image .gridlove-format-icon {
    z-index: 9
}

.gridlove-post-b .box-col-b {
    float: none;
    max-width: inherit;
    padding: 0 20px 0 0;
    pointer-events: all
}

@media (max-width: 800px) {
    .gridlove-post-b .box-col-b {
        float: right;
        width: 64%;
        padding-left: 16px;
        margin-left: 0
    }
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-sm-overlay {
        position: relative;
        top: auto;
        left: auto
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .gridlove-post-b .entry-sm-overlay .entry-title {
        color: #4C4A56;
        font-family: "NordnetSans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .gridlove-post-b .entry-sm-overlay .entry-title a {
        color: #373640
    }
}

.gridlove-post-b .box-inner-ellipsis {
    height: 80px;
    max-height: 80px
}

@media (max-width: 800px) {
    .gridlove-post-b .box-inner-ellipsis {
        display: none
    }
}

.gridlove-post-b .box-inner-ellipsis.title-ellipsis {
    display: block;
    height: auto;
    max-height: inherit
}

@media (max-width: 800px) {
    .gridlove-post-b .box-inner-ellipsis.title-ellipsis {
        height: 50px;
        max-height: 50px
    }
}

.gridlove-post-b:hover .entry-title a {
    color: #0000FF
}

.gridlove-post-b:hover .entry-image > a:after {
    background: rgba(0, 0, 0, 0.2)
}

.gridlove-post-b:hover .entry-content a {
    color: inherit
}

.gridlove-post-h {
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: auto;
    border-bottom: 1px solid #d7d7d7
}

@media (max-width: 1023px) {
    .gridlove-post-h {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.gridlove-post-h:last-child {
    border-bottom: 0
}

.gridlove-post-h .gridlove-format-icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: 15px auto 0;
    color: #969696;
    border-color: #969696;
    cursor: pointer
}

@media (max-width: 1023px) {
    .gridlove-post-h .gridlove-format-icon {
        margin-top: 0;
        margin-bottom: 8px;
        border-width: 3px
    }
}

.gridlove-post-h .gridlove-format-icon .fa-play {
    margin-left: 4px !important
}

.gridlove-post-h .gridlove-format-icon .fa {
    line-height: 37px;
    font-size: 16px
}

@media (max-width: 1023px) {
    .gridlove-post-h .gridlove-format-icon .fa {
        line-height: 36px
    }
}

.gridlove-post-h .box-inner-ellipsis {
    max-height: 70px
}

@media (max-width: 1023px) {
    .gridlove-post-h .box-inner-ellipsis {
        height: auto;
        margin-bottom: 10px
    }

    .gridlove-post-h .box-inner-ellipsis p {
        margin-bottom: 0;
        padding-right: 50px
    }
}

.gridlove-post-h .entry-content {
    color: #969696
}

@media (max-width: 579px) {
    .gridlove-post-h .main-data {
        padding-left: 0
    }
}

.gridlove-post-h .entry-meta {
    text-align: center
}

.gridlove-post-h .entry-meta .meta-item {
    color: #373640;
    margin-right: 0 !important;
    font-size: 16px !important;
    font-weight: 400
}

.gridlove-post-h .entry-meta .meta-item span {
    color: #373640;
    font-size: 16px !important
}

@media (max-width: 1023px) {
    .gridlove-post-h .entry-meta .meta-item {
        color: #888790;
        font-size: 13px !important;
        line-height: 18px
    }

    .gridlove-post-h .entry-meta .meta-item span {
        color: #888790;
        font-size: 13px !important;
        line-height: 18px
    }
}

.gridlove-post-h .entry-meta.date .meta-date {
    margin-bottom: 15px;
    margin-top: 5px
}

@media (max-width: 1023px) {
    .gridlove-post-h .entry-meta.date .meta-date {
        float: left;
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (max-width: 1023px) {
    .gridlove-post-h .entry-meta.date .meta-duration {
        float: left;
        padding-left: 6px
    }
}

@media (max-width: 1023px) {
    .gridlove-post-h .entry-meta .meta-episode {
        color: #373640 !important;
        font-size: 13px !important;
        font-weight: 600;
        line-height: 18px
    }
}

.gridlove-post-h .entry-meta.share {
    height: 100%;
    text-align: right;
    cursor: pointer;
    font-size: 26px !important
}

.gridlove-post-h .entry-meta.share:hover {
    color: #0000FF
}

.gridlove-post-h .entry-meta.share:hover .gridlove-share-wrapper {
    opacity: 1
}

.gridlove-post-h .entry-meta.share .gridlove-share-wrapper {
    height: 100%;
    opacity: 0;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

@media (max-width: 1200px) {
    .gridlove-post-h .entry-meta.share .gridlove-share-wrapper {
        padding: 0
    }
}

.gridlove-post-h .entry-meta.share .gridlove-share-wrapper .gridlove-podcasts-share {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 100%
}

@media (max-width: 1200px) {
    .gridlove-post-h .entry-meta.share .gridlove-share-wrapper .gridlove-podcasts-share {
        right: 0;
        width: 180%
    }
}

.gridlove-post-h .entry-meta.share .gridlove-share-wrapper .gridlove-podcasts-share .gridlove-share-item, .gridlove-post-h .entry-meta.share .gridlove-share-wrapper .gridlove-podcasts-share a {
    background-color: transparent !important;
    padding: 3px;
    font-size: 16px
}

.gridlove-post-h .entry-title {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #373640;
    font-weight: 600;
    line-height: 1.5
}

@media (max-width: 1023px) {
    .gridlove-post-h .entry-title {
        margin-top: -1px;
        color: #4C4A56;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px
    }
}

.gridlove_posts_tabs_widget {
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 52px
}

@media (max-width: 1023px) {
    .gridlove_posts_tabs_widget {
        display: none
    }
}

.gridlove_posts_tabs_widget .mks_tabs_nav:after {
    content: "";
    display: table;
    clear: both
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item {
    float: left;
    margin-right: 35px;
    cursor: pointer
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item {
        margin-right: 20px
    }
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item.both_not_active {
    cursor: default
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item.both_not_active h4 {
    color: #111111
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item h4 {
    color: #0000FF
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item h4 {
        font-size: 23px
    }
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item h4 {
        font-size: 20px
    }
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item:last-child {
    margin-left: 0
}

.gridlove_posts_tabs_widget .mks_tabs_nav .mks_tab_nav_item.active h4 {
    padding-bottom: 4px;
    color: #111111;
    border-bottom: 1.5px solid black
}

.gridlove_posts_tabs_widget .tabs-content {
    width: 808px
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item {
    float: left;
    width: 100%;
    background-color: white;
    max-width: 404px
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item.active {
    margin-left: 0
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget {
    margin-bottom: 20px
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article {
    margin-bottom: 26px;
    line-height: 10px
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article {
        width: 320px
    }
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article .entry-image {
    order: 2;
    height: 100px;
    margin-left: 0
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article h6 {
    margin: 0;
    padding-right: 5px
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article .entry-meta {
    margin-bottom: 10px
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article .entry-header {
    width: 50%
}

@media (max-width: 800px) {
    .widget_bloomwidget {
        display: none
    }
}

@media (max-width: 1023px) {
    .ads-area-wrap {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.ads-area-wrap .ads-area-title {
    font-family: 'NordnetSans', Sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 1023px) {
    .ads-area-wrap .ads-area-title {
        padding: 0 30px
    }
}

@media (max-width: 800px) {
    .ads-area-wrap .ads-area-title {
        display: none
    }
}

.ads-area-wrap .gridlove-child-ads-area {
    margin-bottom: 100px
}

@media (max-width: 1023px) {
    .ads-area-wrap .gridlove-child-ads-area {
        margin-bottom: 0
    }

    .ads-area-wrap .gridlove-child-ads-area .row {
        margin-left: 0;
        margin-right: 0
    }

    .ads-area-wrap .gridlove-child-ads-area .row > div {
        padding-left: 0;
        padding-right: 0
    }
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item {
    position: relative;
    display: block;
    height: 200px
}

@media (min-width: 800px) and (max-width: 1023px) {
    .ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item {
        height: 300px
    }
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: transparent 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(rgba(0, 0, 0, 0.8) 100%));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='rgba(0,0,0,0.8) 100%')
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item .gridlove-cat {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 2;
    font-size: 12px;
    line-height: 10px;
    padding: 7px 11px 6px
}

@media (max-width: 800px) {
    .ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item .gridlove-cat {
        left: 0
    }
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item .ad-item-content {
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    z-index: 9
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item .ad-item-content .gridlove-child-ads-title {
    color: #FFFFFF;
    font-family: "NordnetSans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0
}

.ads-area-wrap .gridlove-child-ads-area .gridlove-child-ad-item .ad-item-content .ads-subtitle {
    color: #ffffff;
    font-family: "NordnetSans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0
}

@media (max-width: 1023px) {
    #footer:after {
        content: "";
        display: table;
        clear: both
    }
}

#footer .row {
    margin-right: 0;
    margin-left: 0
}

#footer .widget_nav_menu .widget-title {
    font-family: "NordnetSans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #ffffff
}

#footer .widget_nav_menu li a {
    padding: 0 0 4px 0;
    border-bottom: 0;
    font-weight: 600
}

@media (max-width: 800px) {
    #footer .widget_nav_menu li a {
        padding: 7px 0
    }
}

#footer .shareville {
    max-height: 40px;
    margin-right: 10px
}

#footer .widget {
    margin-top: 50px
}

@media (max-width: 800px) {
    #footer .widget {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 800px) {
    #footer .mks_social_widget {
        float: left !important;
        clear: none;
        width: 70%;
        margin-top: 0
    }
}

#footer .mks_social_widget .mks_social_widget_ul li a {
    background-color: transparent
}

@media (min-width: 800px) and (max-width: 1023px) {
    #footer .mks_social_widget .mks_social_widget_ul li a {
        width: 30px !important
    }
}

#footer .mks_social_widget .mks_social_widget_ul li a:before {
    color: #ffffff
}

#footer .right-footer .widget {
    float: right;
    margin-bottom: 0
}

#footer .right-footer .widget.widget_text {
    margin-top: 20px;
    float: left;
    margin-left: 36%
}

@media (max-width: 800px) {
    #footer .right-footer .widget.widget_text {
        float: right;
        clear: none;
        width: 30%;
        margin-left: 0;
        margin-top: 0
    }
}

.gridlove-copyright {
    padding: 0;
    opacity: 1
}

@media (max-width: 1023px) {
    .gridlove-copyright {
        float: left;
        width: 100%
    }
}

.gridlove-copyright .gridlove-copyright-wrap {
    padding: 15px 0;
    border-top: 1px solid #373640
}

@media (max-width: 1023px) {
    .gridlove-copyright .gridlove-copyright-wrap {
        padding: 15px;
        border-top: 0
    }
}

@media (max-width: 1023px) {
    .gridlove-copyright .gridlove-copyright-wrap .copyright {
        display: block;
        padding: 20px 0 0
    }
}

@media (max-width: 1023px) {
    .gridlove-copyright p {
        text-align: left !important
    }
}

.gridlove-copyright #menu-bottom-footer {
    float: right
}

@media (max-width: 1023px) {
    .gridlove-copyright #menu-bottom-footer {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }
}

.gridlove-copyright #menu-bottom-footer li {
    float: left;
    margin-right: 10px
}

@media (max-width: 1023px) {
    .gridlove-copyright #menu-bottom-footer li {
        width: 33%;
        margin-right: 0
    }

    .gridlove-copyright #menu-bottom-footer li:first-child {
        text-align: left
    }

    .gridlove-copyright #menu-bottom-footer li:last-child {
        text-align: right
    }
}

.gridlove-child-slider div, .gridlove-child-slider a, .gridlove-child-slider span, .gridlove-child-slider h2, .gridlove-child-slider .entry-image a:after, .gridlove-child-slider img {
    -webkit-backface-visibility: hidden
}

.gridlove-child-slider .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    max-width: inherit
}

.gridlove-child-slider .owl-controls .owl-nav .owl-next, .gridlove-child-slider .owl-controls .owl-nav .owl-prev {
    background-color: white;
    border: 1px solid darkgray;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.5);
    color: #5e5e5e;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    pointer-events: auto
}

.gridlove-child-slider .owl-controls .owl-nav > .owl-next {
    right: -15px
}

.gridlove-child-slider .owl-controls .owl-nav > .owl-prev {
    left: -23px
}

.gridlove-child-slider {
    height: 330px;
    overflow: hidden
}

.gridlove-child-slider.owl-loaded {
    height: auto;
    overflow: visible
}

.owl-controls .owl-dots {
    float: right;
    margin-right: 15px
}

.owl-controls .owl-dots .owl-dot {
    float: left;
    margin: 25px 22px 0 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E4E4E8
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #00AD00
}

.owl-controls .owl-dots:last-child {
    margin-right: 0
}

@media (min-width: 1230px) {
    .gridlove-module .gridlove-child-slider .col-lg-12 {
        max-width: 1170px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1170px;
        flex: 0 0 1170px;
        min-width: 1170px
    }

    .gridlove-module .gridlove-child-slider .col-lg-9 {
        max-width: 870px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 870px;
        flex: 0 0 870px;
        min-width: 870px
    }

    .gridlove-module .gridlove-child-slider .col-lg-8 {
        max-width: 770px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 770px;
        flex: 0 0 770px;
        min-width: 770px
    }

    .gridlove-module .gridlove-child-slider .col-lg-7 {
        max-width: 670px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 670px;
        flex: 0 0 670px;
        min-width: 670px
    }

    .gridlove-module .gridlove-child-slider .col-lg-6 {
        max-width: 570px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px;
        min-width: 570px
    }

    .gridlove-module .gridlove-child-slider .col-lg-5 {
        max-width: 470px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
        flex: 0 0 470px;
        min-width: 470px
    }

    .gridlove-module .gridlove-child-slider .col-lg-4 {
        max-width: 370px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        min-width: 370px
    }

    .gridlove-module .gridlove-child-slider .col-lg-3 {
        max-width: 270px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        min-width: 270px
    }
}

.dd {
    border: 0;
    width: initial;
    max-width: 120px !important;
    cursor: pointer
}

.dd .ddTitle {
    color: inherit;
    background: transparent
}

.dd .ddTitle .ddTitleText {
    padding: 0
}

.dd .ddTitle .ddTitleText img {
    margin-top: -4px
}

.dd .divider {
    border: 0
}

.dd .ddChild {
    height: 120px !important;
    border-radius: 0;
    border: 0
}

.dd .ddChild li {
    background-color: #fff !important;
    border-bottom: 0;
    border-radius: 0
}

.dd .ddChild li.hover {
    background-color: #d5d5d5 !important
}

.dd .ddChild li.selected {
    background-color: #d5d5d5 !important;
    border-radius: 0
}

.dd .ddChild li img {
    margin-top: -2px
}

#prefooter {
    padding: 60px 0
}

@media (max-width: 800px) {
    #prefooter {
        padding: 36px 0 0
    }
}

#prefooter .prefooter-content .title {
    font-size: 40px;
    line-height: 45px
}

@media (max-width: 800px) {
    #prefooter .prefooter-content .title {
        font-size: 25px;
        line-height: 30px
    }
}

#prefooter .prefooter-content .subtitle {
    line-height: 24px
}

@media (max-width: 800px) {
    #prefooter .prefooter-content .subtitle {
        font-size: 16px;
        line-height: 20px
    }
}

#prefooter .prefooter-content a {
    color: #009cff
}

#prefooter .prefooter-content .listbuilder-popup-scale {
    left: -15px !important;
    -webkit-transform: translate(0) !important;
    -khtml-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important
}

.gridlove-footer .widget_nav_menu li a {
    font-size: 14px;
    border: 0
}

.gridlove-footer > .container:after {
    display: none
}

.gridlove-module-authors {
    position: relative;
    margin-bottom: 35px;
    margin-top: 50px
}

.gridlove-module-authors .module-header {
    width: 100%
}

.gridlove-module-authors .module-header .module-title {
    position: relative
}

.gridlove-module-authors .more-posts {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #0000FF;
    font-size: 14px
}

@media (max-width: 800px) {
    .gridlove-module-authors .more-posts {
        display: none
    }
}

.gridlove-module-authors .more-posts:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: -14px;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.gridlove-module-authors .gridlove-author-module {
    display: block;
    height: auto;
    padding-top: 16px;
    margin-bottom: 0
}

.gridlove-module-authors .gridlove-author-module.gridlove-box {
    -webkit-box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2);
    -khtml-box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2);
    -moz-box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2);
    -ms-box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2);
    -o-box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2);
    box-shadow: 0px 1px 8px rgba(0, 1, 1, 0.2)
}

.gridlove-module-authors .gridlove-author-module .avatar {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%
}

@media (max-width: 800px) {
    .gridlove-module-authors .gridlove-author-module .avatar {
        width: 100px
    }
}

.gridlove-module-authors .gridlove-author-module .full-name, .gridlove-module-authors .gridlove-author-module .position, .gridlove-module-authors .gridlove-author-module .activity {
    display: block;
    text-align: center
}

.gridlove-module-authors .gridlove-author-module .full-name {
    font-size: 18px;
    font-weight: 600
}

.gridlove-module-authors .position {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px
}

.gridlove-module-authors .gridlove-child-action-link-below {
    margin-right: 15px
}

.gridlove-author-layout-3 {
    padding-top: 0;
    border: 0;
    margin-bottom: 36px
}

@media (max-width: 800px) {
    .gridlove-author-layout-3 {
        margin-bottom: 24px
    }
}

.gridlove-author-layout-3 h6 {
    margin-bottom: 10px
}

.gridlove-author-layout-3 h6 a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.gridlove-author-layout-3 .gridlove-author-desc {
    margin-bottom: 10px
}

.gridlove-author-layout-3 .gridlove-author-desc p {
    margin-bottom: 10px
}

.gridlove-author-layout-3 .gridlove-author-links .entry-meta .meta-item:after {
    content: " . ";
    padding-left: 8px
}

.gridlove-author-layout-3 .gridlove-author-links .entry-meta .meta-item:last-child:after {
    display: none
}

.gridlove-author-layout-3 .gridlove-author-links .entry-meta .meta-item .updated:before, .gridlove-author-layout-3 .gridlove-author-links .entry-meta .meta-item.meta-rtime:before {
    display: none
}

@media (max-width: 800px) {
    .single.single-post .entry-image-wrap {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }
}

.single.single-post .entry-image-wrap.autoplayed .entry-image iframe {
    position: relative
}

.single.single-post .entry-image-wrap .gridlove-format-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px
}

.single.single-post .entry-image-wrap .gridlove-format-icon .fa {
    line-height: 53px
}

@media (max-width: 800px) {
    .single.single-post .entry-image-wrap .gridlove-format-icon .fa {
        line-height: 46px;
        font-size: 20px
    }
}

@media (max-width: 800px) {
    .single.single-post .entry-image-wrap .gridlove-format-icon {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px
    }
}

@media (max-width: 800px) {
    .single .entry-header {
        margin-bottom: 0
    }
}

.single .single-author-wrap {
    max-width: 696px;
    display: block;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .single .single-author-wrap {
        max-width: 660px
    }
}

@media (max-width: 800px) {
    .single .single-author-wrap {
        max-width: 100%
    }
}

.single .single-author-wrap .entry-title {
    font-family: 'NordnetSans', sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0
}

@media (max-width: 800px) {
    .single .single-author-wrap .entry-title {
        color: #4C4A56;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 0
    }
}

.single .single-author-wrap .box-inner-p-smaller {
    padding: 16px 4px 16px
}
.single .single-author-wrap .box-inner-p-smaller .entry-meta .meta-item a, .single .single-author-wrap .box-inner-p-smaller .entry-meta .meta-item span{
    font-size: 14px;
}

@media (max-width: 800px) {
    .single .single-author-wrap .box-inner-p-smaller {
        padding: 20px 25px 20px
    }
}

.single .single-author-wrap .gridlove-author:after {
    content: "";
    display: table;
    clear: both
}

.single .single-author-wrap .gridlove-author img,  .single .author-below-and-content-below-wrap .gridlove-author img{
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}

.single .single-author-wrap .gridlove-author h6, .single .author-below-and-content-below-wrap .gridlove-author h6 {
    margin-bottom: 0!important;
}

.single .single-author-wrap .gridlove-author .gridlove-author-desc, .single .author-below-and-content-below-wrap .gridlove-author .gridlove-author-desc {
    font-size: 14px;
    margin-bottom: 0
}

.single .single-author-wrap .gridlove-author .entry-meta {
    font-size: 12px
}

.single .entry-image {
    position: relative
}

.single .entry-image .wp-block-embed{
    max-width: 847px;
    margin: 0 auto;
}

.single .entry-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single .entry-image .gridlove-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: pulseicon 0.7s alternate ease-in-out infinite;
    -khtml-animation: pulseicon 0.7s alternate ease-in-out infinite;
    -moz-animation: pulseicon 0.7s alternate ease-in-out infinite;
    -ms-animation: pulseicon 0.7s alternate ease-in-out infinite;
    -o-animation: pulseicon 0.7s alternate ease-in-out infinite;
    animation: pulseicon 0.7s alternate ease-in-out infinite
}

.single .entry-image iframe {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    max-height: 500px
}

@media (max-width: 1023px) {
    .single .entry-image iframe {
        position: relative;
        top: auto;
        left: auto
    }
}

@media (max-width: 800px) {
    .single .entry-image iframe {
        max-height: 300px
    }
}

.single .entry-image .gridlove-loader {
    top: 50%;
    margin-top: -25px;
    margin-left: -25px
}

.single .entry-image .video-play {
    cursor: pointer
}

.single .single-category {
    max-width: 696px
}

@media (max-width: 1023px) {
    .single .single-category {
        max-width: 660px
    }
}

@media (max-width: 800px) {
    .single .single-category {
        max-width: 100%
    }
}

.single .single-category .entry-category {
    margin-left: -10px;
    margin-bottom: 25px
}

@media (max-width: 800px) {
    .single .single-category .entry-category {
        margin-left: 12px
    }
}

.single .single-category .entry-category:after {
    content: "";
    display: table;
    clear: both
}

.single .single-category .entry-category > div {
    float: left
}

.single #content {
    margin: 0 15px
}

.single #content h1, .single #content .h1 {
    font-family: "NordnetSans", sans-serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700
}

.single #content h2, .single #content .h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700
}

.single #content h3, .single #content .h3, .single #content h4, .single #content .h4, .single #content h5, .single #content .h5, .single #content h6, .single #content .h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.single #content b, .single #content strong {
    font-weight: 700
}

@media (max-width: 800px) {
    .single #content .container {
        max-width: 100%
    }
}

.single #content .gridlove-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 800px) {
    .single #content .gridlove-content {
        max-width: 100%
    }
}

.single #content .gridlove-content .gridlove-share-wrapper {
    position: absolute;
    left: -80px;
    padding-top: 15px
}

.single #content article.post {
    margin-bottom: 0
}

.single #content .box-inner-p-bigger.box-single {
    padding: 24px 10px 20px
}

.single .box-single .meta-author .avatar{
    display: none;
}

@media (max-width: 800px) {
    .single #content .box-inner-p-bigger.box-single {
        padding: 24px 0 20px
    }
}

.single #content .entry-content {
    margin-bottom: 50px
}

.single #content .entry-content a {
    border-color: transparent
}

.single #content .entry-content a:hover {
    border-color: #0000FF
}

.single #content .entry-tags {
    margin-bottom: 25px;
}
.author-below-and-content-below-wrap{
    padding: 20px 0;
    border-top:1px solid #EBEBE8;
    border-bottom:1px solid #EBEBE8;
}

.author-below-and-content-below-wrap .gridlove-author-layout-3{
    margin-bottom: 25px;
}
.single #content .entry-tags:before {
    content: "\f02b";
    position: relative;
    top: -2px;
    font-family: FontAwesome;
    font-size: 20px
}

.single #content .entry-tags > a {
    padding: 0;
    font-size: 16px;
    background: transparent;
    color: #0000FF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.single #content .entry-tags > a:after {
    content: ", "
}

.single #content .entry-tags > a:last-child:after {
    display: none
}

.single #content .entry-tags > a:first-child {
    padding-left: 10px
}
.single .below-content {
    padding-top: 2px;
}

@media (max-width: 800px) {
    .single .below-content {
        max-width: 100%;
        padding: 8px 0 0;
    }
}

/*@media (max-width: 800px) {*/
    /*.single .below-content .below-article {*/
        /*padding: 0*/
    /*}*/
/*}*/

.single .below-content .below-article .report-article {
    float: left;
    padding: 10px;
    color: #0000FF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.single .below-content .below-article .report-article:hover {
    color: #0000FF
}

.single .below-content .below-article .gridlove-below-share-wrapper {
    margin-top: 5px
}

@media (max-width: 800px) {
    .single .below-content .below-article .gridlove-below-share-wrapper {
        display: none
    }
}

.single .below-content .below-article .gridlove-below-share-wrapper .gridlove-below-share a {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    color: white;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.single .below-content .below-article .gridlove-below-share-wrapper .gridlove-below-share a .fa {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 2.2;
    text-align: center
}

.single .below-content .below-article .gridlove-below-share-wrapper .gridlove-below-share a:hover {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4)
}

.single .below-content .below-article .share-text {
    margin-bottom: 0;
    padding: 4px;
    line-height: 36px
}

@media (max-width: 800px) {
    .single .below-content .below-article .share-text {
        display: none
    }
}

.single .below-content .gridlove-related {
    max-width: 960px;
    display: block;
    margin: 30px auto 0;
}
.single .below-content .gridlove-related .gridlove-post{
    height: 400px;
    background-color: #fff;
}
@media (max-width: 800px) {
    .single .below-content .gridlove-related .gridlove-post {
        height: 120px;
    }
}
.single .below-content .gridlove-related .gridlove-post .entry-meta.author-only{
    bottom: 20px;
}
.single .below-content .gridlove-related .gridlove-post .post-ratings-results{
    bottom: 30px;
}
.single .below-content .gridlove-related .gridlove-post .box-inner-p{
    padding:13px 10px 20px;
}

@media (max-width: 800px) {
    .single .below-content .gridlove-related .gridlove-post .box-inner-p{
        padding: 13px 10px 0;
    }
}
.single .below-content .gridlove-related .gridlove-module .module-header{
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .single .below-content .gridlove-related {
        padding: 25px
    }
}

.single .below-content .gridlove-related .module-title {
    display: block;
    text-align: center
}

@media (max-width: 800px) {
    .single .below-content .gridlove-related .module-title {
        text-align: left
    }
}

@media (max-width: 1023px) {
    .single .below-content .gridlove-related .row > div:last-child {
        display: none
    }
}

.author-below .author-info {
    margin-bottom: 30px
}

.author-below .author-info .avatar {
    float: left;
    border-radius: 50%
}

.author-below .author-info > h4 {
    padding: 12px 0;
    margin-bottom: 0;
    margin-left: 70px
}

.author-below .author-info > h4 a {
    color: #0000FF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

@media (max-width: 800px) {
    .page .default-page {
        padding-left: 0;
        padding-right: 0
    }
}

.customer-sing-up {
    width: 100%;
    color: #373640;
    margin: 10px 0
}

@media (max-width: 800px) {
    .customer-sing-up {
        padding: 0 10px
    }
}

.customer-sing-up a {
    color: #0000FF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.customer-sing-up a:hover {
    text-decoration: underline
}

.comments-count .fa {
    float: left;
    font-size: 35px;
    -webkit-transform: scale(-1, 1);
    -khtml-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.comments-count .count {
    float: left;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1
}

@media (max-width: 1023px) {
    .comments-count .count {
        padding: 14px 10px
    }
}

@media (max-width: 800px) {
    .comments-count .count {
        padding: 13px 10px
    }
}

.gridlove-module .post-ratings, .gridlove-module .post-ratings-results {
    position: absolute;
    bottom: 42px;
    right: 2px;
    width: initial;
}

.post-ratings, .post-ratings-results {
    cursor: pointer;
    font-size: 14px
}

.post-ratings .vote:before, .post-ratings .voted:before, .post-ratings-results .vote:before, .post-ratings-results .voted:before {
    content: "\f08a";
    position: absolute;
    left: -25px;
    top: -3px;
    font-family: FontAwesome;
    color: #00AD00;
    font-size: 20px
}

.post-ratings .vote img, .post-ratings .voted img, .post-ratings-results .vote img, .post-ratings-results .voted img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -19px;
    opacity: 0;
    z-index: 2
}

.post-ratings .voted:before {
    content: "\f004"
}

.single .below-article .post-ratings {
    position: relative;
    width: 74px;
    float: left;
    padding-left: 40px;
    padding-top: 11px
}

.single .below-article .post-ratings .vote:before, .single .below-article .post-ratings .voted:before {
    font-size: 33px;
    left: 0;
    top: -3px
}

.single .below-article .post-ratings img {
    left: 0;
    top: 4px;
    width: 33px;
    height: 33px
}

.page-template-template-podcasts .gridlove-cover-5 {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .page-template-template-podcasts .gridlove-cover-5 > .container {
        padding: 0
    }
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .page-template-template-podcasts .gridlove-cover-5.container-slider {
        padding: 0 30px
    }
}

@media (max-width: 1023px) {
    .page-template-template-podcasts .gridlove-cover-5 {
        margin-top: 0
    }
}

@media (max-width: 800px) {
    .page-template-template-podcasts .gridlove-cover-5 {
        margin-bottom: 16px;
        height: 150px !important
    }
}

.page-template-template-podcasts .gridlove-cover-5 .gridlove-child-cover-content:after {
    display: none
}

@media (max-width: 1023px) {
    .page-template-template-podcasts .gridlove-cover-5 .gridlove-child-cover-content {
        width: 50%
    }
}

@media (max-width: 800px) {
    .page-template-template-podcasts .gridlove-cover-5 .gridlove-child-cover-content {
        width: 100%
    }

    .page-template-template-podcasts .gridlove-cover-5 .gridlove-child-cover-content .entry-title {
        font-size: 32px;
        font-weight: 400
    }
}

.page-template-template-podcasts .gridlove-cover-5 .gridlove-cover {
    height: 464px
}

@media (max-width: 800px) {
    .page-template-template-podcasts .gridlove-cover-5 .gridlove-cover {
        height: 150px !important
    }
}

.filter_wrap {
    float: left;
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-bottom: 40px;
    font-family: 'NordnetSans', sans-serif;
}

@media (max-width: 800px) {
    .filter_wrap {
        width: 100%
    }
}

.filter_wrap.orderby {
    width: 190px;
    float: left
}

@media (max-width: 800px) {
    .filter_wrap.orderby {
        width: 100%
    }
}

.filter_wrap.orderby .selected {
    padding: 6px 0 0;
    text-align: left
}

.filter_wrap.orderby .select {
    text-align: left
}

.filter_wrap:after {
    content: "";
    display: table;
    clear: both
}

.filter_wrap.active .selected:after {
    content: '\f077'
}

.filter_wrap .selected {
    position: relative;
    display: block;
    z-index: 100;
    width: 100%;
    text-align: left;
    cursor: pointer;
    list-style: none;
    padding: 6px 0 6px;
    color: #373640;
    border-bottom: 0.5px solid #ababab
}

.filter_wrap .selected:after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 10px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #ababab
}

.filter_wrap .select {
    position: absolute;
    top: 50px;
    z-index: 999;
    display: none;
    list-style: none;
    width: 100%;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
    text-align: left;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2)
}

.filter_wrap .select li {
    background-color: white;
    border-bottom: 1px solid darkgrey
}

.filter_wrap .select li a {
    display: block;
    padding: 12px 5px
}

.filter_wrap .select li:last-child {
    border-bottom: 0
}

.filter_wrap .select li:hover {
    background-color: #f6f6f6
}

.filter_wrap .select li:hover a {
    color: #0b0b0b
}

.filter_wrap .select:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50px;
    z-index: -1;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2)
}

.filter_wrap:first-child {
    margin-right: 15px
}

#authors-hero {
    margin-top: 40px
}

#authors-hero .avatar {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%
}

#authors-hero .about-author {
    text-align: center;
    margin-bottom: 50px
}

#authors-hero .about-author h1 {
    margin-bottom: 0
}

#authors-hero .about-author .authors-job-position {
    color: #6A6775;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px
}

#authors-hero .authors-social li a {
    color: #00a7f6
}

#authors-hero .authors-bio {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: left
}

.archive.author .module-header {
    margin-left: 0;
    margin-right: 0
}

.page-template-template-authors-php .box-inner-p-bigger {
    padding: 0px 15px 50px
}

.page-template-template-authors-php .box-single {
    margin-top: 40px
}

.page-template-template-authors-php .box-single .entry-title {
    font-size: 24px
}

.page-template-template-authors-php .gridlove-child-author {
    margin-bottom: 80px;
    text-align: center
}

.page-template-template-authors-php .gridlove-child-author .avatar {
    border-radius: 50%;
    margin-bottom: 10px
}

.page-template-template-authors-php .gridlove-child-author .author-name {
    margin-bottom: 0;
    font-weight: normal
}

.page-template-template-authors-php .gridlove-child-author .author-name > a {
    color: #0000FF
}

.page-template-template-authors-php .gridlove-child-author .authors-job-position {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #373640
}

.page-template-template-authors-php .gridlove-child-author .box-inner-ellipsis {
    height: 97px;
    max-height: 97px
}

.page-template-template-authors-php .gridlove-child-author .author-count {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6A6775
}

.page-template-template-authors-php .gridlove-child-author .gridlove-author-links .authors-button {
    display: inline-block;
    padding: 4px 25px 0;
    line-height: 32px;
    min-height: 43px;
    font-size: 14px;
    color: #0000FF;
    background-color: transparent;
    border-radius: 40px;
    border: 2px solid #0000FF
}

.gridlove-page-layout-7 {
    width: 100%
}

.gridlove-page-layout-7 .gridlove-content {
    margin: 0 auto
}

.gridlove-page-layout-7 .gridlove-content .box-inner-p-bigger {
    padding: 40px 20px 50px
}

.gridlove-page-layout-7 .gridlove-content .box-inner-p-bigger .entry-header .entry-title {
    font-family: 'NordnetSans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px
}

@media (max-width: 800px) {
    .gridlove-page-layout-7 .gridlove-content .box-inner-p-bigger .entry-header .entry-title {
        color: #4C4A56;
        font-size: 24px;
        font-weight: 600
    }
}

.format-audio .gridlove-format-icon, .audio-play .gridlove-format-icon {
    cursor: pointer
}

.audio-play .gridlove-format-icon {
    z-index: 9
}

#mpt-static {
    position: fixed;
    bottom: -93px;
    width: 100%;
    height: 93px;
    left: 0;
    z-index: 99999999;
    background-color: #353A3E;
    color: white;
    font-size: 20px;
    font-weight: 600
}

#mpt-title {
    float: left;
    margin-bottom: 0;
    padding: 10px 10px 0;
    color: white
}

#mpt-close {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 3px 10px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

#mpt-close:hover {
    opacity: 0.5
}

#mpt-player a {
    color: white
}

#mpt-player a:hover {
    color: #2a596a
}

#mpt-play-and-jump a {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 45px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

#mpt-play-and-jump a:last-child {
    float: right
}

#mpt-bar {
    padding: 13px 0
}

#current-time, #mpt-length {
    float: left;
    width: 10%;
    font-size: 14px;
    line-height: 42px;
    text-align: center
}

#real-time-bar {
    position: relative;
    float: left;
    width: 80%;
    padding: 20px 0;
    cursor: pointer
}

#real-time-bar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: grey;
    margin-top: -0.5px
}

#length {
    float: right;
    width: 15%
}

#volume {
    padding: 24px 0 0
}

#volume:after {
    content: "";
    display: table;
    clear: both
}

#volume .fa-volume-up {
    float: left;
    width: 15%
}

#volume-bar {
    position: relative;
    float: right;
    width: 80%;
    height: 0.5px;
    padding: 12px 0;
    cursor: pointer
}

#volume-bar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: grey;
    margin-top: -0.5px
}

#current-position, #volume-state {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    margin-top: -7.5px;
    z-index: 9999
}

#mpt-loader .gridlove-loader {
    top: 50%;
    margin-top: -25px;
    opacity: 1
}

#volume-state {
    left: 100%
}

#mpt-iframe {
    opacity: 0;
    visibility: hidden
}

#mpt-length {
    float: right
}

.comments-area {
    background-color: #EBEBE8
}

@media (max-width: 1023px) {
    .comments-area {
        overflow: hidden;
        padding: 0 15px
    }
}

#wpcomm {
    margin-bottom: 0
}

.gallery-caption, .wp-caption-text {
    display: none
}

.wpcf7-form input[type="number"], .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="password"], .wpcf7-form input[type="date"], .wpcf7-form select, .wpcf7-form textarea {
    margin-top: 8px !important;
    border-radius: 4px;
    border: 1px solid #B9B6C2;
    width: 60%
}

.wpcf7-form label, .wpcf7-form p {
    margin-bottom: 20px !important;
    font-size: 14px !important
}

@media (max-width: 1023px) {
    body {
        padding-top: 70px
    }
}

@media (max-width: 579px) {
    body {
        padding-top: 50px
    }
}

@media (max-width: 1023px) {
    .gridlove-site-branding {
        float: left
    }
}

@media (max-width: 800px) {
    .site-title img {
        margin-top: -6px;
        max-height: 25px
    }
}

.gridlove-header-responsive {
    background: black;
}

@media (max-width: 1023px) {
    .gridlove-header-responsive > .container {
        max-width: 100%
    }
}

@media (min-width: 800px) and (max-width: 1023px) {
    .gridlove-header-responsive .gridlove-actions {
        right: 30px
    }
}

.gridlove-sidebar-action-open .gridlove-sidebar-action-overlay {
    display: none
}

.gridlove-sidebar-action-wrapper {
    max-width: 100%;
    padding: 10px;
    background-color: black;
    -webkit-transform: translate3D(100%, 0, 0);
    -khtml-transform: translate3D(100%, 0, 0);
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -o-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0)
}

.widget_nav_menu {
    padding-top: 0 !important
}

.widget_nav_menu .gridlove-mobile-menu {
    padding: 0 10px
}

.widget_nav_menu .gridlove-mobile-menu > li > a {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    border-bottom: 0
}

.widget_nav_menu .gridlove-mobile-menu > li > a:hover {
    padding-left: 0
}

.sumome-react-wysiwyg-move-handle input[type="text"]::-webkit-input-placeholder {
    color: #000 !important
}

.sumome-react-wysiwyg-move-handle input[type="text"]::-moz-placeholder {
    color: #000 !important
}

.sumome-react-wysiwyg-move-handle input[type="text"]:-ms-input-placeholder {
    color: #000 !important
}

.sumome-react-wysiwyg-move-handle input[type="text"]:-moz-placeholder {
    color: #000 !important
}

@media (max-width: 1023px) {
    .gridlove-child-sidebar .cp-module {
        display: none
    }
}

@media (max-width: 1023px) {
    .cp-modal-every-design .form-main {
        max-width: 100% !important
    }
}

@media (max-width: 579px) {
    .cp_id_3ce1c .cp-modal-inline .cp-modal {
        max-width: 100% !important;
        width: 100% !important
    }
}

@media (max-width: 579px) {
    #smile-optin-form .cp-all-inputs-wrap, #smile-optin-form .cp-submit-wrap-full {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1023px) {
    #smile-optin-form .cp-all-inputs-wrap .cp-form-field {
        padding-left: 0
    }
}

@media (max-width: 579px) {
    .cp_id_3ce1c .cp-form-container .cp-form-field input {
        padding: 10px 0 !important
    }
}

.cp-form-processing-wrap {
    background: transparent !important
}

.cp_id_3ce1c .cp-form-processing-wrap {
    background: #fff1de !important
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category a {
    margin-bottom: 3px;
}

.gridlove-related .gridlove-post-e .entry-image img {
    height: 155px;
    max-height: 100%;
}

#cover.gridlove-cover-8 .gridlove-cover-item .entry-category div a {
    float: left;
    margin-bottom: 3px;
    text-align: left;
}

.archive-main-content .gridlove-cover-area.gridlove-cover-5 .gridlove-cover-item .entry-category div a {
    float: left;
}

.gridlove-posts .gridlove-post-h .entry-title {
    margin-top: 0;
}

.dd .ddArrow {
    background: transparent !important;
}

@media (max-width: 800px) {
    .gridlove-pagination .page-numbers.next, .gridlove-pagination .page-numbers.prev {
        width: 70px !important;
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-image img {
    width: 100%;
    object-fit: cover;
}

.gridlove_posts_tabs_widget .tabs-content .mks_tab_item .gridlove-posts-widget article h6 {
    padding-right: 15px;
}

#cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-meta-first{
    top: 0;
}

#cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-meta-first .gridlove-child-cat{
    text-transform: uppercase;
}

#cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .box-inner-ellipsis {
    max-height: 80px;
    height: auto;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-category a .box-inner-ellipsis {
    display: block;
    height: auto;
    max-height: 13px;
}

.gridlove-post-f .entry-meta .meta-item:after {
    color: #fff;
}

.gridlove-cover-7 .box-inner-ellipsis.title-ellipsis {
    max-height: 50px;
}

.gridlove-cover-7 .gridlove-cover-content .entry-meta .meta-item:after {
    color: #fff;
}

.entry-content ol li a, .entry-content ul li a {
    color: #0000FF;
}

.DisplayCategoriesWidget .dcw .cat-item.current-cat {
    font-weight: 600;
    border-bottom: 0;
}

.ie-old .gridlove-posts-widget .entry-header {
    max-width: 240px;
}

.filter_wrap .selected, .filter_wrap.orderby .selected {
    padding: 6px 19px 0px 0px;
}

.filter_wrap.orderby {
    width: auto;
    min-width: 200px;
}

.filter_wrap {
    width: auto;
    min-width: 200px;
}

.single #content .entry-content a {
    color: #0000FF;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single #content .entry-content a:hover {
    border-color: #0000FF;
}

.gray-background {
    padding-top: 55px;
    padding-bottom: 25px;
    background-color: #EBEBE8;
}

.gray-background-no-p {
    background-color: #EBEBE8;
}
.gray-background .gridlove-module-authors {
    margin-top: 0;
    margin-bottom: 0;
}

.single #content h1, .single #content h2, .single #content h3, .single #content h4, .single #content h5, .single #content h6, .single #content .h1, .single #content .h2, .single #content .h3, .single #content .h4, .single #content .h5, .single #content .h6 {
    margin-bottom: 16px;
}

.page .page-entry-image img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .gridlove-post-b .entry-meta .meta-item .episode-number {
        width: auto;
    }

    .gridlove-post-b .entry-meta .meta-item .episode-number:after {
        display: none;
    }

    .single #content .entry-content table {
        width: 100%;
        min-width: 800px;
    }
}

.single #content .entry-content .gridlove-share a {
    color: #fff;
}

#content .entry-content table {
    border-left: 0;
    border-right: 0;
    font-size:14px;
}

.wp-block-embed__wrapper > *{
    margin-left: auto;
    margin-right: auto;
}


#content .entry-content .has-blue-color{
    color: #0000FF;
}
#content .entry-content .has-white-color{
    color: #fff;
}
#content .entry-content .has-white-background-color{
    background-color: #fff;
}
#content .entry-content .has-blue-background-color{
    background-color: #0000FF;
}

#content .entry-content thead {
    background-color: #EEEEEE;
}

.single #content .entry-content a:hover {
    border-color: #0000FF
}

.single #content .entry-content .wp-block-file__button, .single #content .entry-content .wp-block-button a {
    background: #0000f2;
    color: #fff;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
}
.single #content .entry-content .wp-block-file__button:hover, .single #content .entry-content .wp-block-button a:hover {
    box-shadow: none;
}

#content .entry-content thead {
    background-color: #EEEEEE;
}

#content .entry-content thead tr {
    border: 0;
}

#content .entry-content thead tr th {
    border: 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

#content .entry-content thead tr th:first-child, #content .entry-content thead tr th:last-child {
    text-transform: none;
    text-align: left;
}

#content .entry-content tbody tr:first-child {
    border-top: 2px solid #000000 !important;
}

#content .entry-content tbody tr:first-child th {
    border: 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

#content .entry-content tbody tr td {
    border-left: 0;
    border-right: 0;
    text-align: left;
    text-transform: none;
    white-space: normal;
    min-width: 100px;
}

#content .entry-content tbody tr td:first-child, #content .entry-content tbody tr td:last-child {
    text-transform: none;
    text-align: left;
}

#content .entry-content tbody tr td:first-child {
    font-weight: 400;
}

#content .entry-content table:last-child {
    margin-bottom: 24px;
}

.gridlove-module-authors .more-posts {
    right: 100px;
}

.gridlove-post-h .entry-meta.share .gridlove-share-wrapper .gridlove-podcasts-share {
    right: 0;
    width: 200%;
}

.gridlove-post-a .entry-image > a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gridlove-post-a:hover .entry-image > a:after {
    background: rgba(0, 0, 0, 0);
}

.gridlove-post-a .entry-image:hover > a:after {
    background: rgba(0, 0, 0, 0.2);
}

.gridlove-post-g .entry-meta.author-only:hover .vcard {
    text-decoration: underline;
}

.gridlove-share a {
    margin: 0 1px 10px;
}

.cookie-bar-bar .float-accept .ctcc-inner {
    display: block;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    max-width: 1252px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

#catapult-cookie-bar .ctcc-left-side {
    font-size: 15px;
    font-weight: 100;
}

.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
    float: left;
    width: 100%;
}

#catapult-cookie-bar .ctcc-more-info-link {
    color: #fff;
    text-decoration: underline;
}

.cookie-bar-bar button#catapultCookie {
    margin: 10px 0 0 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

@media (max-width: 800px) {
    .entry-category a {
        font-size: 11px;
        font-weight: 400;
        padding: 5px 11px 4px;
    }

    .gridlove-post-e .box-inner-ellipsis, .gridlove-post-g .box-inner-ellipsis {
        max-height: 70px;
    }

    #cover.gridlove-cover-8 .gridlove-cover-item .entry-category a {
        padding: 5px 11px 4px;
    }

    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category {
        margin-top: 5px;
    }

    .modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-category a {
        padding: 5px 11px 4px;
    }
}

.page-id-21547 #text-1 .widget-title {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .page-id-21547 #text-1 {
        display: none;
    }
}

@media (min-width: 800px) {
    .gridlove-post-e:hover .entry-title a, .gridlove-post-g:hover .entry-title a {
        color: #373640;
    }

    .gridlove-post-e .entry-title:hover a, .gridlove-post-g .entry-title:hover a {
        color: #0000FF;
    }
    .alignwide{
        max-width: 100vw;
    }
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article:hover h6 a {
    color: #000;
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article h6:hover a {
    color: #0000FF;
}

.gridlove-menu-posts article:hover .entry-image > a:after, .gridlove-post-a .entry-image:hover > a:after, .gridlove-post-b .entry-image:hover a:after, .gridlove-posts-widget article:hover .entry-image > a:after {
    background: rgba(0, 0, 0, 0);
}

.gridlove-menu-posts article .entry-image:hover > a:after, .gridlove-post-a .entry-image:hover > a:after, .gridlove-post-b .entry-image:hover a:after, .gridlove-posts-widget article .entry-image:hover > a:after {
    background: rgba(0, 0, 0, 0.2);
}

.modules-with-sidebar .gridlove-child-sidebar .gridlove-posts-widget article .entry-header .entry-meta .meta-author:hover a {
    text-decoration: underline;
}

#cover.gridlove-cover-8 .gridlove-cover-item:hover .entry-title, .gridlove-cover-area.gridlove-cover-5:hover .entry-title a {
    text-decoration: none;
}

#cover.gridlove-cover-8 .gridlove-cover-item .entry-title:hover, .gridlove-cover-area.gridlove-cover-5 .entry-title:hover a {
    text-decoration: underline;
}

.gridlove-post-b:hover .entry-title a {
    color: #373640;
}

.gridlove-post-b .entry-title:hover a {
    color: #0000FF;
}

.gridlove-post-b:hover .entry-image > a:after {
    background: rgba(0, 0, 0, 0);
}

.gridlove-post-b .entry-image:hover > a:after {
    background: rgba(0, 0, 0, 0.2);
}

.page-template-template-modules-videos .gridlove-post-a .entry-image > a:after {
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.blog .gridlove-cover-area.gridlove-cover-5, .gridlove-cover {
    width: 100%;
}
.disclaimer{
    font-size: 14px;
    font-style: italic;
}
.gdpr-text{
    padding-top: 60px;
}

@media (max-width: 800px) {
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .gridlove-cover-content .box-inner-ellipsis {
        max-height: 70px;
        height: 70px
    }
    #cover.gridlove-cover-8 .gridlove-cover-8-2 .entry-category .box-inner-ellipsis{
        height: 25px;
        max-height: 25px;
    }
}

.gridlove-logo {
    max-height: 24px !important;
}

.gridlove-header-sticky .gridlove-logo, .gridlove-header-sticky .gridlove-logo-mini {
    max-height: 24px !important;
}

.gridlove-footer {
    background: #282823 !important;
}

.gridlove-main-nav a, .gridlove-posts-widget a {
    font-weight: 400;
}

.gridlove-main-navigation {
    font-size: 18px;
}

.gridlove-cover-content .entry-meta a:hover{
    text-decoration:underline;
    color:#ffffff !important;
}

.entry-meta .meta-item, .entry-meta a, .entry-meta span, .comment-metadata a{
    color: #6E6E69;
}

.entry-meta a:hover {
    color: #0000FF !important;
}

.gridlove-pagination .current, .module-actions ul.page-numbers span.page-numbers {
    background-color: #0000FF !important;
}

#content .entry-content tbody tr:first-child td {
	border-top: 4px solid #000000;
    border-bottom: 1px solid #000000;
}

.table-wrapper{
    position: relative;
    overflow-x: scroll;
}

.fit-table-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    font-size: 20px;
    text-align: center;
}
.fit-table-nav:hover{
    border-color: transparent !important;
    text-decoration: none;
    color: transparent !important;
    background-color: transparent !important;
}
.fit-table-nav.fit-table-right{
    right: 0;
}
.fit-table-nav.fit-table-left{
    left: 0;
}
.fit-table-nav.fit-table-left img{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fit-table-nav-hide{
    display: none;
}


@media (max-width: 800px) {
    .table-wrapper.alignwide,
    .table-wrapper.alignfull{
        max-width: 100vw;
        transform: translateX(0);
        margin: 0 -25px 0;
    }
}


/************** Events Listing Page *****************/

.ne-events-listing .module-header{
  margin-top: 0;  
}

.ne-event-entry.gridlove-cover-7{
    overflow: visible;
    height: auto;
}

.alignfull, .alignwide {
    width: 100vw;
    max-width: initial;
    margin: 0 0 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.alignwide {
    max-width: 1170px;
}

.wp-block-image, .wp-block-cover, .wp-block-media-text {
    margin-bottom: 20px;
}

.single #content{
    /*max-width: 100%;*/
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
}