/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.breadcrumbs .inner {
line-height: 2.25em;
}
.by {
	text-transform: lowercase;
}
.s-head-modern .sub-title {
    margin-top: -10px;
    font-size: var(--title-size-xs);
    color: var(--c-contrast-700);
}
.smart-head .auth-link .icon + span {
	display:none;
} 
/* Home LATEST ISSUE IN PDF */
#block-pdf-head, #block-pdf-head .block-head {
	margin-bottom: 0px;
}
#latest-issues-cover {
	margin-bottom: 0.75rem;
}
.current-cover-pdf a::after {
    content: "PDF \21F2";
    display: inline-block;
    position: absolute;
    color: #ffffff;
    background-color: var(--c-main);
    bottom: 0rem;
    right: 0;
  	margin-bottom: 10px;
    margin-right: 12px;
    padding: 3px 10px;
    font-size: 1.25em;
    font-weight: 700;
    vertical-align: middle;
}
.current-cover-pdf a::after:hover {
    color: #ffffff;
		background-color: #161616;
		cursor: pointer;
}

.home .pmpro_content_message {display:none;}
.pmpro_level_cost {
	font-size: 1.5em;
    font-weight: 700;
    color: var(--c-contrast);
    margin-left: 1em;
    padding-left: 14 px;
    margin-bottom: 28 px;
}
.main-sidebar {
    margin-top: 0px !important;
}
.author-box {
	display:none;
}

.off-canvas .mobile-menu {
    margin-bottom: 24px;
}
.btn-subsribe {
	background: var(--c-main);
	color: white !important;
	font-weight: 600;
  padding: 7px 38%;
  margin: 0;
	border-color: rgba(var(--c-rgba), 0.2);
    border: 1px solid var(--c-contrast-100);
    box-shadow: var(--btn-shadow);
  border-radius: 3px;
  width: 160px;
}
select.postform {
	padding: 7px 14%;
}
.wp-caption-text, .wp-block-image figcaption, .blocks-gallery-caption, .wp-block-embed figcaption {
    margin-top: calc(.5em + -7px)!important;
}
.featured a.image-link .media-credit {
	bottom:25px;
}
.featured .wp-caption-text {
	margin-top: calc(.5em + -20px)!important;
}
.media-credit {
    color: white;
    background: rgba(204, 0, 0, 0.75);
    padding: 2px 4px;
    margin: 0;
	top: -20px;
    position: relative;
    display: table;
}
.pmpro_content_message {
	text-align: center;
}
.pmpro_content_message a, .pmpro_content_message a:link {
	color: white;
	background: var(--c-main);
	margin-bottom: 1em;
	border: var(--c-main) 0px solid;
}

@media only screen and (max-width: 595px) {
.smart-head .logo-image {
	margin-left: 42px;
}
	.pmpro_content_message a, .pmpro_content_message a:link {
		margin: 0 0 1em;
		padding: 2px 8px;
	}
}
.s-head-modern .sub-title {
    font-size: 12px;
}
.post-meta .has-author-img {
    line-height: 1.5;
}
.post-meta .has-icon {
    font-size: 10px;
}
@media only screen and (min-width: 600px) {
.post-meta .has-icon {
    font-size: 12px;
}
}

/* PDF cover issues - archive */
#pdfblock {
    border: 0px solid silver;
    margin-top: 0.25rem;
}
#pdfslist a {
    position: relative;
}
#pdfslist a span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    margin: 0 0.9em 1.25em 0.9em;
    padding: 0.25em;
    font-size: 0.75rem;
    /* 12px */
    border-radius: 0.2em;
    color: var(--c-contrast-600);
    background: var(--footer-bg, #0f0f11);
    border: var(--footer-bg, #0f0f11) 0px solid;
}
#pdfslist .img-cover {
    width: 200px;
    margin: 0.5em;
    height: 100%;
    border-radius: 0.25em;
    border: var(--footer-bg, #0f0f11) solid 1px;
}

.reflection {
    box-shadow: 0px 50px 70px rgba(0, 0, 0, 0.3),
        0px 10px 10px rgba(0, 0, 0, 0.1);
}
.reflection::after {
    opacity: 0.5;
}

select {
    margin: 0px;
    width: 100px;
    padding: 5px 35px 5px 5px;
    border: 1px solid #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(https://subscription.ukrweekly/favicon.ico) 96% / 15% no-repeat #EEE; */
}

/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

@media only screen and (max-width: 820px) {
    #pdfblock {
        text-align: center;
    }
    .img-cover {
        margin: 0.25em 0.40em;
    }
}

/* PDF cover issues - archive v2 */
#PDFcontainer {
    border: 0px solid silver;
    margin-top: 0.25rem;
}
#PDFpublications a {
    position: relative;
}
#PDFpublications a span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    margin: 0 0.9em 1.25em 0.9em;
    padding: 0.25em;
    font-size: 0.75rem;
    /* 12px */
    border-radius: 0.2em;
    color: var(--c-contrast-600);
    background: var(--footer-bg, #0f0f11);
    border: var(--footer-bg, #0f0f11) 0px solid;
}
#PDFpublications .img-PDFcover {
    width: 200px;
    margin: 0.5em;
    height: 100%;
    border-radius: 0.25em;
    border: var(--footer-bg, #0f0f11) solid 1px;
}

.PDFreflection {
    box-shadow: 0px 50px 70px rgba(0, 0, 0, 0.3),
        0px 10px 10px rgba(0, 0, 0, 0.1);
}
.PDFreflection::after {
    opacity: 0.5;
}

select {
    margin: 0px;
    width: 100px;
    padding: 5px 35px 5px 5px;
    border: 1px solid #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(https://subscription.ukrweekly/favicon.ico) 96% / 15% no-repeat #EEE; */
}

/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

@media only screen and (max-width: 820px) {
    #PDFcontainer {
        text-align: center;
    }
    .img-PDFcover {
        margin: 0.25em 0.40em;
    }
}

/* Oct 2023 update style */
/* PDF cover issues - archive */
#publication-container {
    border: 0px solid silver;
    margin-top: 0.25rem;
}
#media-container--list a {
    position: relative;
}
#media-container--list a span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    margin: 0 0.9em 1.25em 0.9em;
    padding: 0.25em;
    font-size: 0.75rem;
    /* 12px */
    border-radius: 0.2em;
    color: var(--c-contrast-600);
    background: var(--footer-bg, #0f0f11);
    border: var(--footer-bg, #0f0f11) 0px solid;
}
#media-container--list .img-media-cover {
    width: 200px;
    margin: 0.5em;
    height: 100%;
    border-radius: 0.25em;
    border: var(--footer-bg, #0f0f11) solid 1px;
}

.img-reflection {
    box-shadow: 0px 50px 70px rgba(0, 0, 0, 0.3),
        0px 10px 10px rgba(0, 0, 0, 0.1);
}
.img-reflection::after {
    opacity: 0.5;
}

select {
    margin: 0px;
    width: 100px;
    padding: 5px 35px 5px 5px;
    border: 1px solid #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(https://subscription.ukrweekly.com/favicon.ico) 96% / 15% no-repeat #EEE; */
}

/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

@media only screen and (max-width: 820px) {
    #publication-container {
        text-align: center;
    }
    .img-media-cover {
        margin: 0.25em 0.40em;
    }
}

/* ver 2 PDF Cover */

/* PDF cover issues - archive */
#PDFcontainer {
    border: 0px solid silver;
    margin-top: 0.25rem;
}
#PDFpublications a {
    position: relative;
}
#PDFpublications a span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    margin: 0 0.9em 1.25em 0.9em;
    padding: 0.25em;
    font-size: 0.75rem;
    /* 12px */
    border-radius: 0.2em;
    color: var(--c-contrast-600);
    background: var(--footer-bg, #0f0f11);
    border: var(--footer-bg, #0f0f11) 0px solid;
}
#PDFpublications .img-PDFcover {
    width: 200px;
    margin: 0.5em;
    height: 100%;
    border-radius: 0.25em;
    border: var(--footer-bg, #0f0f11) solid 1px;
}

.pdf-img--reflection {
    box-shadow: 0px 50px 70px rgba(0, 0, 0, 0.3),
        0px 10px 10px rgba(0, 0, 0, 0.1);
}
.pdf-img--reflection::after {
    opacity: 0.5;
}

select {
    margin: 0px;
    width: 100px;
    padding: 5px 35px 5px 5px;
    border: 1px solid #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url(https://subscription.ukrweekly/favicon.ico) 96% / 15% no-repeat #EEE; */
}
/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
    display: none;
    /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}
@media only screen and (max-width: 820px) {
    #PDFcontainer {
        text-align: center;
    }
    .img-PDFcover {
        margin: 0.25em 0.40em;
    }
}


