/* Page Title */
.td-page-title {
    font-size: 30px;
    line-height: 38px;
    margin: -9px 0 19px 0;
}

@media (min-width: 768px) and (max-width: 1018px) {
    body .td-page-title {
        font-size: 26px;
        line-height: 34px;
        margin: -2px 0 19px 0;
    }
}

@media (max-width: 767px) {
    body .td-page-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .page-template-page-pagebuilder-title .td-crumb-container,
    .page-template-default .td-crumb-container {
        margin-bottom: 0;
    }
}

.page-template-page-pagebuilder-title .wpb_text_column p:last-child,
.page-template-default .wpb_text_column p:last-child {
    margin-bottom: 26px;
}

.page-template-page-pagebuilder-title .wpb_text_column figure img,
.page-template-default .wpb_text_column figure img {
    margin-bottom: 0 !important;
}

.page-template-page-pagebuilder-title .td-main-content-wrap {
    padding-top: 0;
}

/* Default page template */
.td-main-content-wrap {
    padding-bottom: 40px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-main-content-wrap {
        padding-bottom: 26px;
    }
}

.td-main-page-wrap {
    padding-top: 48px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-main-page-wrap {
        padding-top: 32px;
    }
}

/* Author page */
.td-author-page {
    font-size: 12px;
    /* responsive landscape tablet */
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td-author-page {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-author-page {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .td-author-page {
        margin-bottom: 28px;
    }
}

.td-author-counters {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-author-counters {
        margin-bottom: 10px;
    }
}

.td-author-counters span {
    background-color: #222222;
    padding: 4px 9px 3px;
    margin-right: 10px;
    position: relative;
    top: 0;
}

@-moz-document url-prefix() {
    .td-author-counters span {
        padding: 3px 9px;
        top: -1px;
    }
}

/* 404 page */
.td-404-title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #222222;
    text-align: center;
    line-height: 50px;
    margin: 50px 0 17px 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-404-title {
        font-size: 34px;
        line-height: 44px;
    }
}

.td-404-sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #a6a6a6;
    text-align: center;
    margin: 0 0 40px 0;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-404-sub-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.td-404-sub-sub-title {
    text-align: center;
    margin-bottom: 70px;
}

.td-404-sub-sub-title a {
    background-color: #222222;
    border: medium none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 15px;
    margin-left: 6px;
}

.td-404-sub-sub-title a:hover {
    color: #fff;
    background-color: #4db2ec;
}

.td-404-head {
    text-align: center;
}

/* Attachment page */
.td-attachment-page-content p {
    color: #444;
    font-size: 11px;
    font-style: italic;
    line-height: 17px;
}

.td-attachment-prev {
    display: inline-block;
    margin: 10px 0 21px 0;
}

.td-attachment-prev img {
    width: 100px;
    height: 100px;
}

.td-attachment-next {
    float: right;
    margin: 10px 0 21px 0;
}

.td-attachment-next img {
    width: 100px;
    height: 100px;
}

/* Search page */
.td-search-query {
    color: #4db2ec !important;
}

.search-page-search-wrap {
    margin: 37px 0 51px 0;
}

.td-search-form-widget {
    position: relative;
    line-height: 21px;
}

.td-search-form-widget .wpb_button {
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    padding: 7px 15px 8px 15px;
    line-height: 16px;
    margin: 0;
}

.td-search-form-widget .wpb_button:hover {
    background-color: #a80000;
    color: #fff!important;
}

.td-search-form-widget div {
    text-align: left;
}

.td-search-form-widget .td-widget-search-input {
    width: 95%;
    border-right: 0;
    height: 32px;
    line-height: 21px;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
}

.td_search_subtitle {
    position: relative;
    top: 11px;
    left: 2px;
    font-size: 12px;
}

/* Pagination */
.page-nav {
    margin: 30px 0 30px 0;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .page-nav {
        margin-right: auto;
        margin-left: auto;
        display: table;
        width: auto;
    }
}

.page-nav a:hover {
    color: #fff;
    background-color: #a80000;
    border-color: #a80000;
}

.page-nav a,
.page-nav span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}

@media (max-width: 767px) {
    .page-nav .first,
    .page-nav .last {
        display: none;
    }
}

.page-nav .extend {
    border: none;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .page-nav .extend {
        display: none;
    }
}

.page-nav i {
    font-size: 9px;
    line-height: 1;
    display: inline-table;
}

.page-nav .pages {
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .page-nav .pages {
        display: none;
    }
}

.page-nav .current {
    background-color: #a80000;
    color: #fff!important;
    border-color: #a80000;
}

.page-nav:first-child > div {
    padding: 5px 11px;
    border: 1px solid #4db2ec;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    float: left;
    background-color: #4db2ec;
}

.page-nav .td-icon-menu-right {
    padding-left: 1px;
}

.page-nav .td-icon-menu-left {
    padding-right: 1px;
}

/* Typography */
.td-page-content {
    padding-bottom: 26px;
}

.td-page-content table {
    margin-bottom: 21px;
}

.tdc-theme-Newspaper {
    overflow-x: hidden;
}

.td-pb-span4 .wpb_wrapper,
.td-ss-main-sidebar {
    perspective: unset !important;
}

/* Breadcrumbs */
.td-crumb-container {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 21px;
    /* responsive portrait tablet */
    /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-crumb-container {
        padding-top: 16px;
    }
}

@media (max-width: 767px) {
    .td-crumb-container {
        padding-top: 11px;
    }
}

@media (max-width: 767px) {
    .single-post .td-bred-no-url-last {
        display: none;
    }
}

.entry-crumbs {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

.entry-crumbs a {
    color: #c3c3c3;
}

.entry-crumbs a:hover {
    color: #777;
}

.entry-crumbs .td-bread-sep {
    font-size: 8px;
    margin: 0 5px;
}

/* Category */
.td-category {
    list-style: none;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.td-category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.td-category a {
    color: #fff;
    background-color: #222222;
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
    display: inline-block;
}

.td-category a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .single .td-category {
        margin-bottom: 0;
    }
}

/* Post title */
.post {
    background-color: #fff;
}

.post header .entry-title {
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    font-size: 41px;
    line-height: 50px;
    /* responsive portrait phone */
}

@media (max-width: 1018px) {
    .post header .entry-title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .post header .entry-title {
        margin-top: 3px;
        margin-bottom: 9px;
    }
}

/* Subtitle */
.td-post-sub-title {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    color: #999;
    margin: 9px 0 14px 0;
}

@media (max-width: 767px) {
    .td-post-sub-title {
        margin: 0 0 16px;
    }
}

/* Author - Date - Comments - Count views */
.bypostauthor {
    line-height: 1;
}

header .td-module-meta-info {
    margin-bottom: 16px;
}

header .td-post-author-name {
    font-weight: 400;
    color: #444;
    float: left;
}

header .td-post-author-name a {
    font-weight: 700;
    margin-right: 3px;
}

header .td-post-date {
    margin-left: 4px;
    color: #444;
    float: left;
}

header .td-post-views {
    float: right;
    margin-right: 22px;
}

header .td-post-views span {
    line-height: 15px;
    vertical-align: top;
}

header .td-icon-views {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    margin-right: 5px;
}

header .td-post-comments {
    float: right;
    position: relative;
    top: 2px;
}

header .td-post-comments a {
    color: #444;
}

header .td-post-comments i {
    vertical-align: middle;
}

header .td-icon-comments {
    margin-right: 5px;
    font-size: 9px;
}

.post footer {
    clear: both;
}

.page-nav.page-nav-post {
    margin-top: 0;
}

/* Source and Via */
.td-post-source-tags,
.td-post-source-tags a {
    font-size: 11px;
}

.td-post-source-tags .td-no-tags {
    margin-bottom: 34px;
}

.td-post-source-via {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}

.td-post-small-box {
    margin-bottom: 4px;
    line-height: 20px;
    clear: left;
    height: 20px;
    display: table;
}

.td-post-small-box span {
    background-color: #222222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
    height: 20px;
}

.td-post-small-box a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 8px;
    color: #111111;
    padding: 5px 8px;
    height: 20px;
}

.td-post-small-box a:hover {
    color: #fff;
    background-color: #4db2ec;
    border-color: #4db2ec;
}

/* Tags */
.td-tags {
    margin: 0 0 30px 0;
    font-family: 'Open Sans', arial, sans-serif;
    display: table;
    line-height: 20px;
    font-weight: 600;
}

.td-tags li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
    float: left;
    margin-bottom: 4px;
}

.td-tags span,
.td-tags a {
    margin-right: 4px;
    margin-left: 0;
}

/* Next / Prev article */
.td-post-next-prev-content {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

.td-post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}

.td-post-next-prev-content a {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 21px;
    margin-bottom: 43px;
}

.td-post-next-prev-content a:hover {
    color: #4db2ec;
}

.td-post-next-post {
    text-align: right;
}

.td-next-prev-separator {
    display: none;
}

@media (max-width: 767px) {
    #td-outer-wrap .td-post-prev-post,
    #td-outer-wrap .td-post-next-post {
        width: 50%;
        float: left;
    }
}

/* Author box */
.author-box-wrap {
    border: 1px solid #ededed;
    padding: 21px;
    margin-bottom: 48px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .author-box-wrap {
        text-align: center;
    }
}

.author-box-wrap .avatar {
    float: left;
    max-width: 96px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .author-box-wrap .avatar {
        margin-bottom: 5px;
        float: none;
    }
}

.author-box-wrap .desc {
    margin-left: 117px;
    font-size: 12px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .author-box-wrap .desc {
        margin-left: 0;
    }
}

.author-box-wrap .td-social-icon-wrap .td-icon-font {
    color: #222;
}

.author-box-wrap .td-author-social {
    margin-bottom: -5px;
}

.author-box-wrap .td-author-social a {
    color: #444;
    margin-top: 11px;
}

.author-box-wrap .td-author-social a:hover {
    color: #4db2ec;
}

.author-box-wrap .td-author-social .td-icon-font {
    font-size: 15px;
    width: auto;
    min-width: 18px;
    height: auto;
    margin-right: 15px;
}

.td-author-name {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin: 7px 0 8px 0;
}

.td-author-name a {
    color: #222;
}

.td-author-name a:hover {
    color: #4db2ec;
}

.td-author-url {
    font-size: 11px;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 6px;
}

.td-author-url a {
    color: #444;
}

.td-author-url a:hover {
    color: #4db2ec;
}

/* Post embeds */
.wp-embedded-content {
    width: 100%;
}

.td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag {
    margin-bottom: 0;
}

.single.wpb-js-composer .td-post-content .tdc-row {
    width: 100%;
}

/* Default Post Template */
.td-post-content p:empty {
    display: none;
}

.td-post-featured-image {
    position: relative;
}

.td-post-featured-image img {
    display: block;
    margin-bottom: 26px;
    width: 100%;
}

.td-post-featured-image .wp-caption-text {
    margin-bottom: 26px;
    z-index: 1;
}

.td-post-content {
    margin-top: 21px;
    padding-bottom: 16px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .td-post-content {
        margin-top: 16px;
    }
}

.td-post-content p {
    word-wrap: break-word;
}

.td-post-content img {
    display: block;
}

.td-post-content table {
    margin-bottom: 21px;
}

.td-post-content .td-gallery {
    clear: both;
}

.td-post-content .fb-video {
    margin-bottom: 26px;
}

.td-post-content #fb-root + p {
    margin: 0;
}

.td-post-template-default .td-post-title .td-post-comments {
    margin-left: 22px;
}

.td-post-template-default .td-post-title div.td-post-views {
    margin-right: 0;
}

@media (max-width: 1018px) {
    .td-post-template-default .td-post-header header .entry-title {
        font-size: 32px;
        line-height: 36px;
    }
}

.td-post-template-default .td-post-featured-image img {
    width: auto;
}

.td-post-template-default .wpb_video_wrapper {
    margin-bottom: 26px;
}

.td-post-template-default .wpb_video_wrapper .fb-video {
    margin-bottom: 0;
}

.td-post-template-default .wpb_video_wrapper iframe {
    display: block;
}

.td-post-template-default .wpb_video_wrapper .twitter-video {
    max-width: none !important;
}

.td-post-template-default .wpb_video_wrapper video {
    max-width: 100%;
}

/* Comment section */
.comment {
    list-style: none;
    margin-left: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 21px;
}

.comment:first-child {
    border-top: none;
}

.comment .avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
}

.comment cite {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    /* responsive 500px phone */
}

@media (max-width: 500px) {
    .comment cite {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .comment cite a {
        display: block;
    }
}

.comment .comment-content,
.comment .comment-meta,
.comment .comment-respond {
    margin-left: 56px;
}

.comment .comment-content {
    margin-top: 7px;
}

.comment .comment-content p {
    margin-bottom: 21px;
}

.comment .comment-content p:last-child {
    margin-bottom: 0;
}

.comment p {
    margin-bottom: 0;
    word-wrap: break-word;
}

.comment .logged-in-as {
    margin-bottom: 10px;
}

.comment .children {
    margin-left: 70px;
    padding-top: 16px;
    border-top: 1px dashed #ededed;
    margin-top: 13px;
    /* responsive portrait phone */
}

@media (max-width: 500px) {
    .comment .children {
        margin-left: 34px;
    }
}

.comment .children .children {
    margin-left: 56px;
    /* responsive portrait phone */
}

@media (max-width: 500px) {
    .comment .children .children {
        margin-left: 0;
    }
}

.comment .children .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.comment .children .comment .avatar {
    width: 36px;
    height: 36px;
    position: relative;
    top: 5px;
    /* responsive 500px phone */
}

@media (max-width: 500px) {
    .comment .children .comment .avatar {
        top: 0;
    }
}

.comment .children .comment .comment-content,
.comment .children .comment .comment-meta,
.comment .children .comment .comment-respond {
    margin-left: 56px;
}

.td-comments-title-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.comment-link {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px;
    /* responsive 500px phone */
}

@media (max-width: 500px) {
    .comment-link {
        padding-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
    }
}

.comment-edit-link {
    font-size: 11px;
    line-height: 1;
    padding-left: 10px;
    /* responsive 500px phone */
}

.comment-edit-link:hover {
    text-decoration: underline;
}

@media (max-width: 500px) {
    .comment-edit-link {
        padding-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
    }
}

.comment-meta {
    margin-top: 3px;
}

.comment-respond {
    margin-bottom: 21px;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .comment-respond {
        margin-left: 0 !important;
    }
}

.comment-reply-link {
    font-size: 11px;
    color: #b4b4b4;
}

.comment-reply-link:hover {
    color: #4db2ec;
}

.single .comments {
    margin-bottom: 48px;
    padding-top: 10px;
    margin-top: -10px;
}

/* Comment form */
#reply-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px;
}

.logged-in-as {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
}

.logged-in-as a {
    color: #111111;
    font-weight: 600;
    /* responsive portrait phone */
}

.logged-in-as a:hover {
    color: #4db2ec;
}

@media (max-width: 767px) {
    .logged-in-as a:last-child {
        display: block;
        float: right;
    }
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    color: #4db2ec;
}

.comment .comment-form-input-wrap {
    margin-top: 0;
    margin-bottom: 21px;
}

.comment-subscription-form {
    margin-bottom: 3px;
    font-size: 13px;
}

.comment-subscription-form .subscribe-label {
    margin-left: 3px;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .td-login-comment {
        background-color: #222;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .td-login-comment a {
        color: #fff;
        padding: 14px 0 15px;
        line-height: 19px;
        display: block;
    }
}

@media (max-width: 767px) {
    .comments .comment-form .submit {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0;
        text-transform: uppercase;
    }
}

.comments {
    clear: both;
}

.comment-form .td-warning-comment,
.comment-form .td-warning-author,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error {
    display: none;
}

.comment-form textarea {
    display: block;
}

.td-comment-form-warnings .td-warning-comment,
.td-comment-form-warnings .td-warning-author,
.td-comment-form-warnings .td-warning-email,
.td-comment-form-warnings .td-warning-email-error {
    margin-bottom: -11px;
    color: #ff7a7a;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

.td-form-comment,
.td-form-author,
.td-form-email,
.td-form-url {
    margin-top: 0;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .comment-pagination {
        margin-bottom: 25px;
        margin-left: -3%;
        margin-right: -3%;
        text-align: center;
    }

    .comment-pagination a {
        background-color: #222;
        color: #fff;
        padding: 14px 0;
        display: inline-block;
        width: 45%;
        text-align: center;
        line-height: 1;
        margin: 0 2%;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .comment-list li:last-child {
        border: none;
    }
}

.comment-form-cookies-consent label {
    margin-left: 8px;
}

.comment-form-cookies-consent * {
    vertical-align: middle;
}