/*
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;
} 

select#categories-dropdown-2 {
    width: 100%;
}

/* 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 50%;
}
.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;
    }
}
/* PMpro membership */
.pmpro .pmpro_form_input-select {
		width: -webkit-fill-available;
}


/* 2025 blink notes */
.blink.progress {
    color: darkblue;
    animation: blinkAnimation 2s linear infinite;
}
@keyframes blinkAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* */
/* PDF cover issues - archive 2025 */
/* =============================== */
#PDFcatalog {
    border: 0px solid silver;
    margin-top: 0.125rem;
    width: -webkit-fill-available;
    max-width: 100%;
}
#PDFcatalog h3 {
    display: inline-flex;
	align-items: center;
    font-size: 1.05rem;
    color: #999;
}
#PDFcatalog h3 b {
    color: #000;
	font-size: 1.25rem;
	padding: 0 0.25rem;
}

#pdf-issue {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: flex-start; /* space-between */
}

#pdf-issue a.pdf-cover {
    position: relative;
    display: flex;
    flex-direction: column;
}

#pdf-issue a.pdf-cover .pdf-issue {
    display: flex;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    bottom: 12px;
    margin: 0;
    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;
}

#pdf-issue .img-pdf-cover {
    max-width: 200px;
    margin: 0.5rem 0.5rem 0.65rem;
    padding-bottom: 1.75rem;
    height: 100%;
    border-radius: 0.125em;
    border: var(--footer-bg, #0f0f11) solid 1px;
    background: whitesmoke;
}

.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.pdf-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.pdf-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.pdf-select {
        background: none\9;
        padding: 5px\9;
    }
}

@media only screen and (max-width: 820px) {
    #PDFcatalog {
        text-align: center;
        margin-top: 0;
    }

    .img-pdf-cover {
        margin: 0.25em 0.40em;
    }
}

@media only screen and (max-width: 676px) {
    .post-header {
        margin-bottom: 0;
    }
    .main-heading {
        font-size: calc(var(--title-size)* 0.75);
        line-height: 1;
        margin-bottom: 12px;
    }
    
    #PDFcatalog h3 {
        font-size: 1rem;
    }
    .post-content h3 {
        margin-top: 0;
        margin-bottom: 0.25em;
    }
    #pdf-issue .img-pdf-cover {
        max-width: 100%;
        margin: 0.75rem 0 0;
        padding-bottom: 2.25rem;
    }
    #pdf-issue a.pdf-cover .pdf-issue {
        bottom: 0;
        padding: 0 0.25em;
        font-size: 1.25rem;
    }
}

/* Dropdown */
/*input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],*/

.site textarea {
    border: 1px solid grey;
    border-radius: 4px;
    line-height: initial;
}
.dropdown-container {
    position: relative;
    min-width: 200px;
    display: inline-flex;
    padding-right: 16px;
}

.dropdown {
    width: 100%;
    height: 32px;
    padding: 6px 8px !important;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 2px solid var(--c-main);
}

.list-container {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.list-item {
    padding: 8px;
    cursor: pointer;
}

.list-item:hover {
    background: #f0f0f0;
}
