/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body strong {font-weight: bold}
body {
    font-family: 'Bellefair', 'Arial', sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: black;
    background-color: white;
    direction: rtl;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h1 {font-size: 2em}
h2 {font-size: 1.7em}
h3 {font-size: 1.5em}
h4 {font-size: 1.3em}
h5 {font-size: 1.1em}

#content-wrap {
    padding-left: calc((100% - 1200px)/2);
    padding-right: calc((100% - 1200px)/2);
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}

#content {
    padding: 3em 1em;
}


/* Menus
   The site header, its desktop/mobile menus and the top bar live in
   css/header.css. What is left here is the sidebar menu used by the
   category and archive templates. */
#menu-side li a {
    color: black;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    padding: 0 5px;
}



#menu-side li a:hover
{
    background-color: #efefef;
}


#menu-side {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1em;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 1em;
}
#menu-side li {
    width: 100%;
    display: block;
    line-height: 2.5em;
    border-bottom: 1px solid black;
}

#menu-side li.year {
    width: 48%;
}
#menu-side li.year:nth-child(even){
    border-left: 1px dotted #ccc;
}
#menu-side li.year a {
    text-align: center;
}

@media all and (max-width: 768px){
    #menu-side li.year {
        width: 32%;
    }

}

#menu-side li:last-child {
    border-bottom: none
}

#menu-side li.current-menu-item a {
    background-color: rgb(16, 194, 210);
    color: white;
}


.menu-item.my-account,
.menu-item.logout { display: none }

body.logged-in .menu-item.my-account,
body.logged-in .menu-item.logout { display: block }


body.logged-in .menu-item.register,
body.logged-in .menu-item.login { display: none }
body.is_subscriber .menu-item.buy_subscription {display: none}


/* Home */
#home-slider {}
.slick-slide img {max-width: 100%; height: auto}

.slick-prev,
.slick-next {
    z-index: 10000;
    display: inline-block;
    position: absolute;
    top: 44%;
    background-color: rgba(0,0,0,0.4);
    color: white;
    border: none;
    height: 50px;
    width: 50px;
}

.slick-next {
    right: auto;
    left: 0;
}

.responsive-audio {
    direction: rtl;
    margin: 10px auto;
    width: 360px;
    text-align: center;
}

.album-art {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
}

.audio-post-title {
    text-align: center;
    margin-bottom: 1em;
}


/* Woocommerce */
.wc_payment_methods,
.woocommerce-privacy-policy-text,
.woocommerce-info {display: none}

/* 404 */
#page-404 {
    width: 100%;
    padding: 3em 0;
    text-align: center;
    font-size: 30px;
}

#page-404 img {
    display: block;
    margin: 0.5em auto;
}

/* Single */
.grid-x {direction: ltr}
body div.player img.album-art {
    width: 225px;
}


.single-content {
    font-size: 18px;
    line-height: 1.5em;
    color: black;
    padding: 0 15%;
    text-align: justify;
}
.single-content span,
.single-content p {
    display: block;
    font-size: 18px !important;
    font-family: Bellefair, Arial, sans-serif !important;
    text-align: justify !important;
}



.single-content p {
    margin-bottom: 1em;
}

.player div.control-container div.amplitude-next,
.player div.control-container div.amplitude-prev{
    display: none;
}

div.meta-container div.song-title,
div.meta-container div.song-artist
{
    font-family: Bellefair, Arial, sans-serif !important;
}

/* Archive */
h1.page-title {
    margin-bottom: 1.5em
}

.category-wrap {
    display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.category-wrap a.audio-post{
    width: 120px;
    max-height: 130px;
    min-height: 80px;
    padding: 50px 5px 0 5px;
    background-color: rgb(16, 194, 210);
    margin-bottom: 1em;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 21px;
    transition: all 300ms ease-in-out;
    color:white;
    line-height: 1em
}
.category-wrap a.audio-post:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: #ffffff;
    color: black;
}

.category-wrap a.text-post {
    width: 100%;
    max-height: none;
    min-height: auto;
    padding: 0 1.5em 0 0;
    background: transparent url(images/bullet.png) right top 4px no-repeat;
    margin-bottom: 0;
    text-align: right;
    display: block;
    text-decoration: none;
    font-size: 21px;
    transition: all 150ms ease-in-out;
    color: black;
    line-height: 1.5em;
    margin-top: 1em;
}

.category-wrap a.text-post:hover {
    background-color: #efefef;
}

.category-wrap a .text-post-excerpt {
    font-size: 18px;
    line-height: 1em;
}

span.readmore {
    color: rgb(16, 194, 210);
}
.single-right {
    display: inline-block;
    width: 48%;
    margin-left: 2%;
    vertical-align: top;
    padding-top: 1em;
}

.single-right.content-only {
    width: 100%;
    margin-left:0;
}
.single-left {
    width: 48%;
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
}

.ihc-register-10 .iump-submit-form input {
    background-color: rgb(16, 194, 210);
    background-image: none;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    border: none;
}

.ihc-register-10 .iump-submit-form input:hover {
    background-color: rgb(16, 222, 238);
    border-radius: 4px;
    color: black;
    cursor: pointer;
}
.ihc-register-10 .iump-form-text .iump-labels-register,
.ihc-register-10 .iump-form-password .iump-labels-register,
.ihc-register-10 .iump-form-unique_value_text .iump-labels-register,
.ihc-register-10 .iump-form-date .iump-labels-register {
    border-radius: 0 4px 4px 0;
    min-width: 120px;
}

.ihc-register-10 .iump-form-text input[type=text],
.ihc-register-10 .iump-form-password input[type=text],
.ihc-register-10 .iump-form-password input[type=password],
.ihc-register-10 .iump-form-unique_value_text input[type=text],
.ihc-register-10 .iump-form-date input[type=text] {
    border-radius: 4px 0 0 4px;
}

#ihc_cart_wrapper {
    display: none
}


.pagination .nav-links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: start;

}

.page-numbers {
    width: 30px;
    text-align: center;
    display: block;
    margin: 0.5em;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: black;
    font-family: 'Bellefair', 'Arial', sans-serif;
    background-color: #efefef;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.page-numbers.current {
    background-color: #888;
    color: white
}
.page-numbers:hover {
    background-color: rgb(16, 194, 210);
}


body div.player img.album-art {
    float: none;
    width: auto;
    height: auto;
    max-width: 245px;
    max-height: 245px;
}

/* Subscribe */
.wp-block-button {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    font-family: Bellefair, 'Arial', sans-serif;
}

body.page #content {
    padding: 3em 1em;
    font-size: 20px;
    line-height: 2em;
}

.wp-block-button__link {
    border-radius: 6px;
    transition: all 200ms ease-out;
}

/* Create account */
.ihc_level_template_5 .ihc-level-item {
    max-width: 440px;
    width: 30%;
    margin: 0 auto;
}

.ihc_level_template_5 .ihc-level-item-content {
    direction: rtl;
    text-align: right;
}
.ihc_level_template_5 .ihc-level-item-wrap {
    background-color: rgb(16, 194, 210);
}

body .ihc_level_template_5 .ihc-level-item-wrap:hover {
    top: 0;
}

.ihc-login-template-11 .impu-form-links div {
    display: none;
}
.ihc_level_template_5 .ihc-level-item-price {
    padding: 0;
    color: black;
}

.ihc_level_template_5 .ihc-level-item-price div {
    background-color: #0b8590;
    font-size: 0.6em;
    line-height: 2em;
    color: white;
}

/* Account page */
.ihc-user-page-top-ap-wrapper {
    display: none;
}

.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item {
    float: none;
}

.ihc-ap-theme-1 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
    padding-right: 0;
    padding-left: 8px;
}

.ihc-ap-theme-1 .ihc-ap-menu {
    background-color: #10c2d2;
}

#holyclock-wrap {
    display: block;
    text-align: left;
    opacity: 0.3;
    z-index: 1;
}
@media all and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}
