@font-face {
    font-family: 'malvaregular';
    font-display: swap;
    src: url('https://cdn.magicbreaks.co.uk/mb-assets/fonts/Malva/malva_regular/malva-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

/* === Core Styles === */
body {
    background-color: #ffffff;
    color: #7f8c8d;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.6em;
    font-family: malvaregular;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

    body * {
        max-height: 1000000em;
    }

p, div, span, a:not(.fa) {
    font-family: malvaregular !important;
}

}

h1,
h2,
h3,
h4,
p,
li,
dt,
dd {
}

h1,
.post-meta {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    justify-content: center;
}
    .post-meta.tags a {
        color: #F60;
    }
.readmore-new a {
    color: #F60;
}
.blogs-container .post-meta .post-info .tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.tags .post-meta.tags {
    display: inline-flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items:flex-start !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    max-width:100% !important;
}

h1.post-title a {
    color: #14b9db !important;
    margin: auto;
    line-height: initial;
}

h2.post-title {
    text-transform: none;
    margin: 0;
}
    h2.post-title a {
        color: #14b9db !important;
        margin: auto;
        line-height: initial;
        text-decoration: none;
        font-weight: 600;
        text-align: center;
        font-size: 36px;
        display: inline-block;
        width: 100%;
    }

div#site-head art-nav.menu ul li a {
    color: white;
}

section.share a{
    color: white;
}

a,
a:visited {
    color: #F60;
    text-decoration: none;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

    a:focus,
    a:hover {
        color: #f90;
    }

p,
li,
dt,
dd {
    /*font-size: 18px;*/
    /*font-weight: 100;*/
    /*line-height: 30px;*/
}

dt {
    font-weight: 400;
}

li {
    padding-left: 0.8em;
}

pre {
    font-size: 1em;
    line-height: 1.2em;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.05);
}

p code {
    font-size: .8em;
    line-height: 1.2em;
}

h1 {
    color: #151515;
    font-size: 36px;
    font-weight: 400;
    publisher-color-safe line-height: 42px;
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    background-color: #ecf0f1;
    height: 1px;
}
#site-head {
    position: relative;
    height: auto;
    z-index:100;
}
#site-head,
article,
article.preview,
a.archive-link,
.article-nav {
    margin: 0px auto 0px auto;
    max-width: 700px;
    width: 93%;
    background-color: #14b9db;
}

    #site-head img {
        max-width: 100%;
    }

    article.preview {
        margin-bottom: 4em;
    }

        article.preview p.readmore {
            /* margin-top: 1em; */
            text-transform: none;
            /* font-weight: 400; */
            font-size: 15px;
            /* line-height: 40px; */
            padding: 0;
            margin: 0;
        }
/* === Header === */
#blog-logo {
    display: block;
    max-width: 100px;
    margin: 50px auto 0;
    text-align: center;
}

    #blog-logo div.bloglogo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-background-size: cover !important;
        background-size: cover !important;
        background-position: center center !important;
        background-color: #ffffff;
    }

h1.blog-title,
h2.blog-description {
    text-align: center;
}

h1.blog-title {
    font-size: 48px;
    line-height: 52px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
}
/*h2.blog-description {
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
  margin-bottom: 2em;
  padding: .5em 1em;
  line-height: 1.2em;
}*/
section.footer-description {
    margin-bottom: 1em;
}

header.article-header,
header.page-header {
    margin-bottom: 3em;
}

header h1.post-title {
    line-height: initial;
    justify-content: center;
    align-items: center;
}
/* === Body === */
section.author,
section.share {
    width: 100%;
    text-align: left;
    text-transform: none;
}

section.share {
    margin-top: 1em;
    border-top: 1px solid #ecf0f1;
    padding-top: 1em;
    text-align: right;
}

    section.author h4,
    section.author p,
    section.share p {
        padding: 0;
        margin: 0;
    }

section.author h4 {
    font-weight: 400;
    margin-bottom: 4px;
}

section.author p.attr,
section.share p.info {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

    section.share p.info.prompt {
        top: -5px;
        position: relative;
    }

section.author p.attr {
    margin-bottom: 2px;
}

section.share p.info {
    display: inline-block;
}

section.author p.bio {
    font-size: 16px;
    margin-left: 82px;
    line-height: 1.4em;
}

blockquote {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2em;
    font-style: italic;
    text-transform: uppercase;
    border-left: 0.5em solid rgba(0, 0, 0, 0.05);
    margin-left: 1em;
    padding-left: 1em;
}

    blockquote p {
        font-size: 1.6em;
        font-weight: 300;
        line-height: 1.2em;
        font-style: italic;
        text-transform: uppercase;
    }

.post-meta {
    color: #95a5a6;
    font-size: 17px;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    position: relative;
}

.tags {
    font-size: 16px;
    margin-bottom: 0.6em;
}

div.authorimage {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-right: 10px;
    float: left;
}

h1.post-title a,
h1.blog-title a {
    color: #ff7a00;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

    h1.post-title a:focus,
    h1.post-title a:hover,
    h1.blog-title a:focus,
    h1.blog-title a:hover {
        color: #3498db;
        text-decoration: none;
    }

h2 {
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: 300;
    text-align: start;
}

section.post-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

section.preview.archive h2 {
    text-align: left;
}

section.author {
    overflow: hidden;
}

img.userimage {
    width: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}
/* === Footer === */
/*footer {
    background: rgba(0, 0, 0, 0.05);
    padding: 2em 0;
    text-align: center;
}*/

/*    footer section {
        font-weight: 300;
        font-size: 18px;
        margin: 0 auto;
        max-width: 700px;
        text-transform: uppercase;
        width: 90%;
    }

    footer.post-footer {
        background: none;
        border-top: 1px solid #ecf0f1;
        margin-top: 1em;
    }*/
/* === Navigation and Pagination === */
art-nav {
/*    border-bottom: 1px solid rgba(255, 102, 0, 0.4);
    border-top: 1px solid rgba(255, 102, 0, 0.4);*/
    margin-bottom: 2em;
    text-align: center;
    margin: 0px auto 0px auto;
    max-width: 700px;
    display: block;
}

    art-nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        art-nav ul li {
            display: inline-block;
            font-size: 18px;
            font-weight: 300;
            margin: 0;
            padding: 0 .5em;
            text-align: center;
            text-transform: uppercase;
        }

            art-nav ul li a, art-nav ul li .articulate-search {
                display: block;
                padding: .5em 0;
            }

                art-nav ul li .articulate-search input {
                    font-size: smaller;
                    border: 1px solid rgba(255, 102, 0, 0.4);
                    border-radius: 10px;
                    width: 11rem;
                    padding: 6px;
                    margin: auto 0;
                }

ul li .articulate-search button {
    font-size: 18px;
    border: none;
    background: none;
/*    color: #F60;*/
    color:white;
}

art-nav.menu {
    /*margin-bottom: 2.5em;*/
}

    art-nav.menu li {
        margin: 0 1em;
        padding: 0;
    }

        art-nav.menu li:last-child {
            margin: 0;
        }



art-nav.pagination li:first-child {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
}

art-nav.pagination li:last-child {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

a.archive-link {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 3em;
    margin-top: 3em;
    padding: .5em 0;
    text-align: center;
    text-transform: uppercase;
}

.pagination {
    position: relative;
    width: 90%;
    max-width: 600px;
    font-size: 20px;
/*    color: #7f8c8d;*/
    color: white;
    padding: 0px 0px 10px 0px;
    margin: 0 auto 70px;
}

    .pagination a {
/*        color: #3498db;*/
        color:white;
    }

.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.older-posts {
    right: 0;
}

.page-number {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 98%;
    font-size: 14px;
    color:white;
}

.newer-posts {
    left: 0;
}

    .older-posts:hover,
    .newer-posts:hover {
        color: #02090e;
        text-decoration: none;
    }
/* === Extras === */
.gist {
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse !important;
}

    .gist .gist-file {
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

        .gist .gist-file .gist-meta {
            font-weight: 300 !important;
            text-transform: uppercase !important;
            display: none !important;
            /* Hide GitHub attribution */
        }

            .gist .gist-file .gist-meta a:visited {
                color: #3498db !important;
            }

        .gist .gist-file .gist-data {
            background: #fdfdfd !important;
            border-bottom: none !important;
            /* Hide GitHub attribution */
        }

            .gist .gist-file .gist-data .line-numbers {
                border-right: none !important;
            }

            .gist .gist-file .gist-data .line-numbers,
            .gist .gist-file .gist-meta {
                background-color: rgba(0, 0, 0, 0.05) !important;
            }

            .gist .gist-file .gist-data .line-numbers,
            .gist .gist-file .gist-data .line-pre {
                line-height: 1.2em !important;
            }

.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-ghost,
.icon-feed {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

    .icon-ghost:before {
        content: "\e000";
    }

    .icon-feed:before {
        content: "\e001";
    }

.icon-ghost {
    font-size: 12px;
    position: relative;
    top: -1px;
}
/* Comments */
#disqus_thread {
    color: #787878;
}
/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 3em;
}

    table td {
        padding: .5em;
    }

    table thead {
        font-weight: 600;
        border-bottom: 1px solid #ecf0f1;
    }

    table tbody tr {
        border-bottom: 1px solid #e3e9eb;
    }

    table tfoot {
    }


/* === Tag cloud === */
.tag-cloud-large {
    font-size: 2.2em;
    margin: 20px 0px 20px 0px;
}

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: unset;
}

    ul.tag-cloud li {
        display: inline-block;
    }

    ul.tag-cloud .tag-cloud-1 {
        font-size: 40%;
    }

    ul.tag-cloud .tag-cloud-2 {
        font-size: 50%;
    }

    ul.tag-cloud .tag-cloud-3 {
        font-size: 60%;
    }

    ul.tag-cloud .tag-cloud-4 {
        font-size: 75%;
    }

    ul.tag-cloud .tag-cloud-5 {
        font-size: 90%;
    }

    ul.tag-cloud .tag-cloud-6 {
        font-size: 100%;
    }

    ul.tag-cloud .tag-cloud-7 {
        font-size: 110%;
    }

    ul.tag-cloud .tag-cloud-8 {
        font-size: 120%;
    }

    ul.tag-cloud .tag-cloud-9 {
        font-size: 130%;
    }

    ul.tag-cloud .tag-cloud-10 {
        font-size: 140%;
    }
/* === Tag list === */
ul.tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-list h2 a{
    color: #F60;
}

.tag-list table td:nth-child(1) {
    width: 100px;
}

.tag-list a.fa, .post-title a.fa {
    font-size: 60%;
    margin-right: 4px;
}

    .tag-list a.fa span, .post-title a.fa span {
        display: none;
    }

/* This hides the first image displayed in an RTE blog post - used in conjunction with Windows Live Writer */
.a-image-0 {
    display: none;
}

.postImage {
    float: left;
    padding: 10px 25px 10px 0px;
}

img.thumb {
    float: left;
/*    padding: 0px 20px 0px 0px;*/
    /* border-radius: 10px; */
/*    margin-right: 10px;*/
}



/* === MB CUSTOM THEME === */



.footerThomascook {
    background-color: #ff9900 !important;
    height: auto;
    clear: both;
    float: none;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .2);
}

.footer-social-container {
    width: 1200px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 15px 0;
    clear: both;
    float: none;
}

.footer-social-title {
    color: #fff;
    font-size: 16px;
    text-align: center;
}



.footer-social-icon-box a {
    text-decoration: none;
}

.footer-social-icon-box img {
    margin-right: 19px;
}

.FooterMiddle {
    border-top: 2px solid white;
    background-image: none !important;
    background-color: inherit !important;
    clear: both;
    float: none;
    height: auto;
    width: 1200px;
    margin: 0px auto 0px auto;
    padding-right: 5px;
    font-size: 12px;
    color: #FFF;
    text-align: left;
}

.footerTitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 17px;
}

.linkListFooter tr td {
    border-left: none;
    border-bottom: none;
}

    .linkListFooter tr td a {
        color: #FFF;
        text-decoration: none;
        float: left;
        font-size: 13px;
        padding: 0px 5px 0px 12px;
        margin-top: 0px;
        line-height: 17px;
    }

.linkListFooter tr td {
    width: 25%;
    height: 100%;
    border-left: none !important;
    padding: 0;
    /* line-height: 13px; */
    /* font-size: 14px; */
}

.linksTable tr {
    border: none !important;
}

table.linksTable td {
    padding: 0;
    border-left: 2px solid white;
}

.linkListFooter b {
    font-size: 16px;
}

table.linksTable, .linkListFooter {
    margin: 0 0 0 0 !important;
    padding: 0;
}

.SmallPrint p {
    font-size: 13px;
    line-height: 20px;
    max-height: none;
    margin: 0;
    padding: 0;
}

.SmallPrint {
    margin: 20px 0 0 0;
}

footer {
    padding: 0;
}

.SmallPrint a {
    text-decoration: underline;
    color: white;
}

.dkt-main-menu-cs {
    margin: 0px auto 0px auto;
    min-width: 1200px;
    background: #ff5400;
    border: none;
}

ul.nav {
    list-style: none;
    white-space: nowrap;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    z-index: 9000;
    clear: both;
    height: 35px;
    width: 1200px;
    font-size: 11px;
    line-height: 21px;
    text-align: left;
}

.dkt-main-menu-cs .nav li {
    float: left;
    display: block;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-right: 0px;
    border-right: 1px solid #FFF;
    top: 3px;
    border: none;
    padding: 4px 13px 6px 13px;
    cursor: pointer !important;
    font-size: 11px;
    line-height: 21px;
}

.dkt-main-menu-cs .nav > li:first-child {
    border-left: 1px solid #fff !important;
}

.dkt-main-menu-cs > .nav > li {
    padding: 4px 6px 7px 6px;
}

.dkt-main-menu-cs .nav > li:first-child {
    border-left: none !important;
}

.dkt-main-menu-cs .nav li a {
    display: block;
    outline: 0;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
    border: 0px solid;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer !important;
}

.Col2 ul {
    float: left;
    width: 750px;
}

.dkt-main-menu-cs .nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin: 4px 0 12px -1px;
    background: #ff9933;
    padding: 0 14px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    background: #fff none repeat scroll 0 0;
    margin: 7px 0 12px -1px;
    padding: 10px 14px;
}

    .dkt-main-menu-cs .nav li ul li {
        line-height: 24px;
        position: relative;
        padding: 0;
        margin: 0;
        float: left;
        text-align: left;
        border: 0px solid;
        background: #ff9933;
        min-width: 375px;
        display: block;
        background: #fff none repeat scroll 0 0;
        line-height: 30px;
        border-bottom: 1px solid #f1f1f1;
    }

.dkt-main-menu-cs > .nav > li > ul > li:first-child, .dkt-main-menu-cs > .nav > li .col_2:first-child {
    position: relative;
}

.NavItemHolder {
    width: 350px;
    display: block;
    float: left;
    margin: 3px 5px 0px 0px;
    height: 94px;
}

.dkt-main-menu-cs .nav li li a {
    margin: unset;
    left: 5px;
    font-size: 14px;
}

.NavItemImage img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 7px;
    border: none !important;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.NavItemDesc {
    width: 240px;
    float: left;
    line-height: 20px;
    margin: 10px 0px 0px 5px;
    display: block;
}

    .NavItemDesc span {
        color: #999;
        padding: 2px;
    }

.dkt-main-menu-cs .nav > li:hover > ul {
    left: 0px;
}

.dkt-main-menu-cs .nav li li.hover ul {
    left: 100%;
    top: 0;
    border-right: 0px solid #FFF
}

.dkt-main-menu-cs > .nav > li > ul > li > a, .dkt-main-menu-cs > .nav > li > div a {
    color: #999;
}

.dkt-main-menu-cs > .nav > li > ul > li:hover > a {
    color: #5a5a5a;
}

.dkt-main-menu-cs > .nav > li > ul > li:hover span {
    color: #5a5a5a;
}

img.blog-hearder-image {
    max-width: 430px;
}

.blogs-container nav.menu {
    margin: 0px auto 0px auto !important;
}

.post-excerpt .excerpt-container {
    overflow: hidden;
    word-spacing: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 140px;
}

.blogs-container .post-info, .blogs-container .post-info .tags {
    opacity: 0.9;
    font-size: 0.85em !important;
    text-align: left;
    line-height: 13px;
    display: inline-block;
}
    .blogs-container .post-info{
        max-width: 70%;
    }

    .blogs-container .post-info:hover, .blogs-container .post-info .tags:hover {
        opacity: 1;
    }

.blogs-container .post-meta time {
    float: right;
    /*    top: 12px;*/
    position: relative;
    font-size: 13px;
    text-transform: none;
    align-self: flex-start;
}

.post-meta time:first-child {
    color: #ffc043;
    font-weight:600;
    margin:auto;
}

.category-tab-img {
    vertical-align: 30%;
    font-size: 1.6em;
    line-height: 0.75em;
    color: #00bbdc;
}

.blogs-container .post-meta {
    text-align: left;
    margin: 10px 0 7px 0;
}

.new-nav-mobile ul li {
    padding: 0
}

h1.post-title {
/*    color: #F60;*/
color: white;
font-weight:600;
}

input#SubcribeButton {
/*    line-height: 15px;*/
    border-radius: 10px;
    cursor: pointer;
    background: #ffc043;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 7px 10px 6px 10px;
    margin: auto 0;
    box-shadow: 1px 1px 2px rgba(122, 122, 122, 0.71);
    width: 11rem;
}
/* === subscribe popup === */
.subs-popup-container {
    background: rgb(255, 255, 255);
    height: auto;
    width: 700px;
    font-size: 18px;
    border-radius: 2px;
    visibility: visible;
    box-sizing: border-box;
    display: block;
    z-index: 100000;
    position: fixed;
    background: white;
    margin: 10px auto;
    text-align: center;
    top: 4%;
}

a.close-sub-popup {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 31px;
    color: initial;
    position: absolute;
    top: 5px;
    right: 8px;
    height: 20px;
    width: 20px;
    line-height: 19px;
    padding: 0px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.subs-popup-title {
    width: 100%;
    height: auto;
    color: #F60;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0;
}

.subs-popup-message {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.sub-form-container {
    width: 100%;
    height: auto;
    color: rgb(164, 216, 91);
    display: inline-block;
    font-size: 18px;
    padding: 10px 0 15px 0;
}

.subscribe-button-comfirm {
    line-height: 15px;
    border-radius: 4px;
    cursor: pointer;
    background: #00bbdc;
    border: none;
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 8px 10px 10px 10px;
    margin: auto 0;
    box-shadow: 1px 1px 2px rgba(122, 122, 122, 0.71);
    top: -2px;
    position: relative;
}

.sub-form-container .subs-email-input {
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    background: #f7f7f7;
    border: none;
    box-shadow: 1px 1px 2px rgba(122, 122, 122, 0.71);
    min-width: 260px;
}

.subscribe-container-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #858585cf;
    top: 0;
    left: 0;
    z-index: 1000;
}

.subs-popup-message-response {
    padding: 10px 5px;
}

.readmore-new {
    display: inline-block;
}

article.preview {
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    max-width: 700px;
    background-color: white;
    margin: 10px auto 15px auto;
    border-radius: 15px;
}

section.post-content {
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}
main.content {
    max-width: 700px;
    margin: 0px auto 0px auto;
    background-color: #14b9db;
    padding: 10px 0px 0px 0px;
    margin-bottom: calc(var(--headerAndNav-height)* 1px);
}

.post-excerpt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}

.more-vlogs-container {
    text-align: center;
    text-decoration: underline;
    text-underline-position: under;
/*    color: #ff9900;*/
    color: white;
    padding: 15px 0 15px 0;
    display: block;
    font-weight: bold;
}

ul.tags-cloud-normal-list li {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
}

ul.tags-cloud-normal-list {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.tags-link {
    color: #fff !important;
}

.tag-list table tr td a {
    color: #fff !important;
}

.tag-list h2 a {
    color: #fff;
}

ul.tag-cloud li a {
    color: #fff;
}

/* === Media Queries === */
@media only screen and (min-width: 320px) and (max-width: 500px) {
    footer section span.copyright {
        display: block;
    }

    nav li {
        width: auto;
    }

    .older-posts,
    .newer-posts {
        position: static;
    }

    .newer-posts {
        margin-bottom: 10px;
    }

/*    .older-posts {
        margin-top: 10px;
    }*/

    .page-number {
        display: block;
    }
}

@media only screen and (max-width: 690px) {
    art-nav.menu {
        max-width: 100%;
        margin-top: 10px;
    }
    .h1, h1 {
        font-size: 1.5rem !important;
    }
    .blogs-container .post-meta {
        margin: 0;
    }
    .category-tab-img {
        display: none;
    }
    .blogs-container .post-info, .blogs-container .post-info .tags {
        font-size: 0.86em !important;
        line-height: 15px;
        /* text-align: center; */
    }

    .blogs-container .post-meta time {
        top: auto;
        float: unset;
        font-size: 14px;
        /* text-align: right; */
        display: block;
        margin-bottom: 10px;
    }

    .post-excerpt .excerpt-container {
        display: block;
        display: contents;
        line-height: 1.2;
        font-size: 15px;
    }

    img.thumb {
        width: 40%;
        max-width: 160px;
    }



    .mobile-design article.preview {
        /* margin: 0 auto 10px auto; */
        width: 100%;
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        margin: 0px auto 10px auto;
    }

    .mobile-design.blogs-container main.content {
        padding: 10px 5px 10px 5px;
        /*        background: #f6f6f6;*/
        background: #14b9db;
    }

    p.readmore {
        display: block;
        padding: 3px 0 10px 0;
    }

    .tag-list {
        font-size: 15px;
    }

    .post-template article.post {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .post-template table td {
        padding: 0;
    }


    table.tablaMain4 {
        margin: 0 auto !important;
    }

    .tabla1 h2 {
        font-size: 1rem;
    }

    .post-template .tablaExt div:not(.tabla1) {
        margin: 0 !important;
        padding: 0 5px;
    }

    .post-template .tablaExt p, .post-template .tablaExt span {
        line-height: 15px !important;
        font-size: 13px !important;
        margin-bottom: 0.3rem;
        text-decoration: none;
        display: block;
        padding: 0;
    }


    .post-template .tabla1 {
        margin: 0 0 10px;
    }

    .post-template strong {
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
    }

    a,
    a:visited {
        color: #F60;
    }

    input#SubcribeButton {
        margin: auto 0 15px;
        padding: 10px 10px 10px 10px;
    }

    .subs-popup-container {
        width: 90% !important;
        margin: auto auto;
        top: 1%;
        position: absolute;
    }

    a.close-sub-popup {
        height: 25px;
        width: 25px;
        color: #fff !important;
    }

    div#disqus_thread {
        padding: 10px;
    }

    footer.post-footer {
        padding: 0 5px;
    }

    .more-vlogs-container {
        padding: 0px 5px;
        text-align: center;
    }
    #site-head{
        width:100%;
    }
    .pagination {
        display: flex !important;
        width: 99%;
        top: 10px;
        margin-bottom: 3px;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        top: 10px;
        margin-bottom: 10px;
    }
    nav.pagination span.page-number {
        display:inline-block;
    }
    nav.pagination a.older-posts {
        display: inline-block;
        color: white;
        float: right;
        margin:0;
    }
    nav.pagination span.page-number {
        width: 35%;
        margin:auto;     
    }
    nav.pagination a.newer-posts {
        display: inline-block;
        color: white;
        float: left;
        margin: 0;
    }
}

@media only screen and (min-width: 689px) and (max-width: 900px) {
    a,
    a:visited {
        color: #F60;
    }

    input#SubcribeButton {
        margin: auto 0 15px;
        padding: 10px 10px 10px 10px;
    }

    art-nav.menu {
        margin: 10px auto 0px auto;
    }

    .subs-popup-container {
        width: 90% !important;
        margin: auto auto;
        top: 1%;
        position: absolute;
    }

    .more-vlogs-container {
        padding: 0px 5px;
        text-align: center;
    }

    #site-head{
        width:100%;
        margin-top:14px;
    }
    .pagination {
        display: flex !important;
        width: 99%;
        top: 10px;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    nav.pagination span.page-number {
        display: inline-block;
    }

    nav.pagination a.older-posts {
        display: inline-block;
        color: white;
        float: right;
        margin: 0;
    }

    nav.pagination span.page-number {
        width: 35%;
        margin: auto;
    }

    nav.pagination a.newer-posts {
        display: inline-block;
        color: white;
        float: left;
        margin: 0;
    }
}
