/*----*****---- << Boxed Type Styles >> ----*****----*/

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
    background-color: #f4f4f4;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail)>div.entry-thumb:first-child+div {
    margin-top: 25px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div:not(.entry-body) {
    text-transform: capitalize;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd) {
    clear: both;
    float: left;
    text-align: left;
    width: 49%;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even) {
    float: right;
    text-align: right;
    width: 49%;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
    left: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    top: auto;
    width: auto;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd):only-child,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even):only-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even):only-child {
    display: inline-block;
    float: none;
    text-align: inherit;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author * {
    display: inline-block;
    float: none;
    margin-right: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author *:last-child {
    margin-right: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author img {
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) {
    font-size: 13px;
    text-transform: uppercase;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-thumb"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-thumb"] .entry-quote-inner {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-thumb"] .entry-quote-inner {
    margin-bottom: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-button"] {
    padding-top: 20px !important;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-button"] {
    padding-bottom: 35px !important;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote {
    display: grid;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-title"],
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote>div[class*="entry-title"] {
    padding-top: 35px !important;
    margin-bottom: 0 !important;
    order: -1;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group:last-child,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group:last-child {
    margin-top: 15px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-meta-group+div.entry-button:last-child {
    margin-top: 25px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) {
    padding: 35px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .entry-link-url {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author {
    text-transform: initial;
    font-size: initial;
    line-height: normal;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:only-child {
    margin-bottom: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group div[class*="entry-"]:only-child {
    margin-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    width: 30px;
    height: 30px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post>i:first-child {
    font-size: 16px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb:not(:first-child) {
    margin-top: 22px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group {
    border-top: none;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group+.entry-thumb {
    margin-top: -15px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group:first-child+.entry-thumb {
    margin-top: -15px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky>div.entry-meta-group {
    width: calc(100% - 6px);
    margin-left: 3px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group:not(:last-child),
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details>div.entry-meta-group:not(:last-child) {
    margin-top: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group:not(:last-child) {
    margin-top: 0;
    padding-top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb+.entry-meta-group:not(:last-child) *:not(.entry-categories *) {
    text-transform: none;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-thumb:last-child {
    margin-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>.entry-thumb+div:nth-child(2) {
    margin-bottom: 25px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format+.entry-details .entry-meta-group:first-child {
    padding-top: 30px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignleft .blog-entry .entry-title h4 span.sticky-post {
    float: left;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
    float: none;
    top: -5px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-title h4 span.sticky-post {
    float: right;
}

@media all and (-ms-high-contrast:none) {
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
        top: -15px;
    }
    /* IE10 */
    *::-ms-backdrop,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
        top: -15px;
    }
    /* IE11 */
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-categories a:after,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-tags a:after {
    color: var(--DTWhiteColor);
}

.dt-sc-boxed-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry.sticky {
    background: var(--DTWhiteColor);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body)>[class^="dticon-"]::before,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body)>[class*="dticon-"]::before {
    text-align: left;
}


/* New */

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
    border-style: solid;
    border-width: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky {
    border-width: 0 0 8px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry:hover {
    margin-top: -8px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.sticky:hover {
    margin-top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a {
    font-size: 0.875rem;
    text-transform: none;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author span {
    display: none;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 {
    border-top: 1px solid rgba(var(--DTBlack_RGB), 0.15);
    display: flex;
    margin-top: 5px;
    padding-top: 15px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-link > div.entry-meta-group + div.entry-title h4,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry.format-quote > div.entry-meta-group + div.entry-title h4 { border-top-width: 0; margin-top: 0; padding-top: 0; }

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 .sticky-post {
    background: none;
    color: inherit;
    display: inline-block;
    min-width: 30px;
    position: relative;
    top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 .sticky-post i:before {
    content: "\e824";
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-meta-group,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-meta-group {
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(2n),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(2n+1),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(2n+1),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(2n+1) {
    display: inline-block;
    float: none;
    text-align: inherit;
    width: auto;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group {
    margin-bottom: 5px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:not(:first-child) {
    margin-left: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group div.entry-categories {
    display: table !important;
    margin-left: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags {
    font-size: 0;
    line-height: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories i,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags i {
    display: none;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a {
    border: 1px solid;
    display: inline-block;
    line-height: 1em;
    margin: 3px 2px;
    padding: 5px 15px 3px;
    border-radius: 2em;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:after,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:after {
    content: none;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group+.entry-body {
    margin-top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body {
    margin-top: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body p {
    margin-bottom: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-body *:last-child {
    margin-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button {
    margin-top: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a {
    padding: var(--DTPadding_Btn);
    font-weight: 500;
    font-size: 18px;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a span {
    margin-right: 0;
    display: none;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a {
    background: var(--DTBodyTxtColor);
    border-color: transparent;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover {
    border-color: transparent;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group {
    border-width: 0;
    padding-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author a:not(:hover),
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-comments a:not(:hover) {
    color: var(--DTBodyTxtColor);
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 {
    border-color: rgba(var(--DTWhite_RGB), 0.15);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-categories a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-tags a,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-author a:not(:hover),
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-comments a:not(:hover) {
    color: var(--DTWhiteColor);
}


/*--------------------------------------------------------------
      Accents
   --------------------------------------------------------------*/


/* Primary Color */

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a:hover {
    background-color: var(--DTPrimaryColor);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group .div:not(.entry-social-share) i,
.dt-sc-boxed-style.dt-sc-post-entry:hover .blog-entry.format-link>div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author {
    color: var(--DTPrimaryColor);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
    border-color: var(--DTPrimaryColor);
}


/* Secondary Color */

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-button a {
    background-color: var(--DTSecondaryColor);
}


/*--------------------------------------------------------------
      Responsive
   --------------------------------------------------------------*/


/*----*****---- << iPad - Landscape >> ----*****----*/

@media only screen and (min-width:1025px) {
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        width: auto;
    }
}


/*----*****---- << Tablet (Landscape) >> ----*****----*/


/* Note: Design for a width of 960px */

@media only screen and (min-width:1025px) and (max-width:1280px) {

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even) {
        clear: none;
        display: inline-block;
        float: none;
        text-align: inherit;
        width: auto;
        margin: 5px;
    }

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
        display: flex;
        align-items: center;
        justify-content: unset;
        flex-wrap: wrap;
    }
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
        justify-content: center;
    }
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry:not(.entry-list-layout) .entry-meta-group>div.entry-author:nth-child(2n):not(:last-child) {
        justify-content: flex-end;
    }
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        display: flex;
        align-items: center;
        justify-content: unset;
        flex-wrap: wrap;
    }
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        justify-content: center;
    }

    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        justify-content: flex-end;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
        overflow: visible;
        position: static;
        width: auto;
    }
}


/*----*****---- << Tablet (Portrait) >> ----*****----*/


/* Note: Design for a width of 768px */

@media only screen and (min-width:768px) and (max-width:1024px) {

    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group, 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group, 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group, 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group, 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group, 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }
 
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even) {
        clear: none;
        display: inline-block;
        float: none;
        text-align: inherit;
        width: auto;
        margin: 5px;
    }    

    #primary .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        top: auto;
        width: auto;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/


/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        top: auto;
        width: auto;
    }
}


/*----*****---- << Mobile - Portrait >> ----*****----*/


/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,

    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,

    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group,
    
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>div.entry-meta-group,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-details>div.entry-meta-group { display: block; float: none; margin-left: -5px; margin-right: -5px; width: auto; }

    
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),

    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(even),

    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry>div.entry-meta-group>div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:nth-child(odd),
    
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry>div.entry-meta-group>div,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-details>div.entry-meta-group>div {
        clear: both;
        display: inline-block;
        float: none;
        margin: 5px;
        text-align: inherit;
        width: auto;
    }


    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group>div:last-child,
    .dt-sc-post-entry.entry-grid-layout .blog-entry>div.entry-meta-group>div:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group>div:last-child {
        margin-bottom: 0;
        vertical-align: top;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
        overflow: visible;
        position: static;
        width: auto;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry>div.entry-meta-group:last-child>div:last-child {
        margin-bottom: 0;
    }
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n) {
        justify-content: unset;
    }
    .dt-sc-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        justify-content: center;
    }
    .dt-sc-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(2n),
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        justify-content: flex-end;
    }
    #primary .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details>div.entry-meta-group div.entry-author:nth-child(2n) {
        display: flex;
        align-items: center;
        justify-content: unset;
        flex-wrap: wrap;
    }
}