@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap");
@import url("variable.css");

html, body{
    height: 100%;
}
img {
    max-width: 100%;
}
body {
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    background: rgba(var(--uh-gray));
    font-size: 14px;
    color: rgba(var(--uh-dark));
    line-height: 1.6;
    overflow-x:hidden;
}
input,
select,
textarea,
button {
    font-family: "Sora", sans-serif;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#site-content {
    margin-top: 90px;
    min-height: calc(100vh - 90px);
}
.error404 #site-content, .search-no-results #site-content{
  min-height: calc(100vh - 350px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:100px 0;
}
* {
    box-sizing: border-box;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 300ms all;
}
input:focus,
input:focus-visible {
    outline: 0;
    outline-offset: 0;
}

/* Header */
header#site-header.sticky {
    top: -90px;
}
header#site-header {
    background: rgba(var(--uh-white));
    box-shadow: 0px 4px 10px rgba(var(--uh-black), 5%);
    background: rgba(var(--uh-white));
    -webkit-box-shadow: 0 3px 10px rgba(var(--uh-black), 2%);
    box-shadow: 0 3px 10px rgba(var(--uh-black), 2%);
    position: fixed;
    width: 100%;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 9;
    top: 0;
}
.admin-bar header#site-header {
    top: 32px;
}
.admin-bar header#site-header.sticky {
    top: -65px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    height:90px;
}
.btn.custom-btn.learn-guitar {
background: transparent;
    color: rgba(var(--uh-dark));
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 8px;
   border: 1px solid rgba(var(--uh-dark), 0.1);
}
.btn.custom-btn.learn-guitar:hover {
      background: rgba(var(--uh-dark), 0.05);
    border-color: rgba(var(--uh-dark), 0.05);
}
.site-logo a, .site-logo img {
display:block;
}
.header-right-stuffs a+a {
    margin-left: 15px;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-navigation-wrapper ul li + li {
    margin-left: 25px;
}
.header-navigation-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.search-form {
    position: relative;
    display: flex;
    align-items: center;
}
.search-form label {
    width: 100%;
}
.search-form .search-submit {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45px;
}
.header-search input {
    border: 1px solid rgba(var(--uh-dark), 0.1);
    padding: 13px 50px 13px 20px;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    transition: 300ms all;
}
.header-search button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 55px;
}

.learn-guitar svg path {
    fill: rgba(var(--uh-dark));
}

.comment-content.entry-content p {
    margin-bottom: 0;
}
.comment-content.entry-content {
    padding-right: 50px;
    background: rgba(var(--uh-dark), 0.08);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 53px;
        position: relative;
}
.comment-content.entry-content:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    background:rgba(var(--uh-dark-gray));
    transform: rotate(45deg);
}
.main-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 60px -15px 0;
    min-height: calc(100vh + 110px);
}
.wrap-spacing {
    margin: 60px 0;
}
.sidebar-content {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 15px;
    position:relative;
}
.sidebar-inr {
    max-width: 390px;
    width:100%;
	position: sticky;
	top: 50px;
}

/* .post-wrapper {
    padding: 20px 0 50px;
}*/
.fixed1 {
    position: fixed;
    top: 40px;
}
.main-content-wrapper {
    max-width: 70%;
    flex: 0 0 70%;
    padding: 0 15px;
}
.single-chord ul.post-meta {
    display: none;
}
.post-header-manu {
    background: rgba(var(--uh-white));
    border-radius: 8px 8px 0 0;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-content-main {
    background: rgba(var(--uh-white));
    border-radius: 8px;
    padding: 25px 30px 30px 30px;
}
.post-title h2 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
}
span.artist-name {
    font-size: 14px;
    color: rgba(var(--uh-dark), 70%);
}

.post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.social-share .heateor_sss_sharing_container {
    margin-left: 15px;
}
.social-share {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(var(--uh-dark), 0.8);
}
.post-header-right div svg {
    margin-right: 10px;
}
.post-header-right div + div {
    margin-top: 8px;
}
#commentform textarea#comment:focus-visible {
    outline: none;
}
#commentform .form-submit input#submit:hover {
    background: rgba(var(--uh-primary));
    border-color: rgba(var(--uh-primary));
}
.post-header-right div {
    justify-content: end;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(var(--uh-dark), 80%);
}
.post-content-main h2 {
    border-top: 1px solid rgba(var(--uh-dark), 10%);
    margin-top: 0;
    padding-top: 20px;
}

.fluid-width-video-wrapper {
    padding-top: 0 !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    height: 100% !important;
    overflow: hidden;
    border-radius: 8px;
}

/* Footer */
footer#site-footer {
    background: rgba(var(--uh-dark));
}
.footer-copyright {
    font-size: 12px;
    margin: 0;
     color: rgba(var(--uh-white), 0.8);
}
.footer-copyright a, .copyright-menu-box .menu li a {
    color: rgba(var(--uh-white), 0.8);
    position:relative;
}
.footer-copyright a:after, .copyright-menu-box .menu li a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 0;
    height: 1px;
    background: rgba(var(--uh-white));
    transition:300ms all;
}
.footer-copyright a:hover {
    color: rgba(var(--uh-white));
}
.footer-copyright a:hover:after, .copyright-menu-box .menu li a:hover:after {
 width: 100%;
}
.footer-top h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 56px;
    background: linear-gradient(92.27deg, rgba(var(--uh-green)) 4.34%, rgba(var(--uh-yellow)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin:0;
}
.toolset {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(var(--uh-dark), 20%);
    box-shadow: 0 4px 50px rgba(var(--uh-dark), 5%);
    justify-content: space-between;
    background: rgba(var(--uh-white));
    transition: 300ms all;
    padding: 20px;
    position: fixed;
    bottom: 10px;
    font-family: 'Sora';
    z-index: 8;
    letter-spacing: 0;
}
.toolset.nav-down.toolset-show {
    opacity: 0;
    visibility: hidden;
}
.cpress_line p {
    font-family: 'Sora';
}
.toolset-left,
.toolset-right {
    display: flex;
    align-items: center;
}
.post-key b, .post-tuning b {
    letter-spacing: 3px;
}
.toolset-font-change {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid rgba(var(--uh-dark), 30%);
    height: 42px;
    margin-right: 20px;
}
.toolset-up,
.toolset-down {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(var(--uh-dark));
    line-height: 25px;
    color: rgba(var(--uh-white));
    font-size: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.toolset-down i,
.toolset-up i {
    font-style: normal;
    display: block;
    user-select: none;
}
#font-size-input,
#selTranspose-input {
    background: transparent;
    border: 0;
    text-align: center;
    width: 50px;
    font-weight: 600;
    font-size: 16px;
}
.tooset-label {
    margin-right: 10px;
}
.custom-btn {
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(var(--uh-dark), 30%);
    padding: 7px 15px;
    display: flex;
    align-items:center;
    color: rgba(var(--uh-dark));
    height: 42px;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms all;
}
.custom-btn:hover {
    background-color:  rgba(var(--uh-black), 0.03);
}
.btn-chord-hide-show.hide-show {
    background-position: 115px -25px;
}
.custom-btn svg {
    vertical-align: middle;
    margin-left: 10px;
}
.btn-merge {
    margin-right: 20px;
}
.chordshort {
    border-radius: 5px;
    background: rgba(var(--uh-black), 0.08);
    color: rgba(var(--uh-dark)) !important;
    padding: 0 6px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}
.chord {
    margin-bottom: 5px;
}
.cpress_line strong {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 4px;
    color: rgba(var(--uh-dark), 40%);
}
.cpress_line {
    margin: 15px 0 0 !important;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: rgba(var(--uh-dark));
}
.cpress_line p {
    margin: 0;
    font-family: 'IBM Plex Mono', monospace;
}
.post-header-left {
    font-size: 16px;
}
.cpress_line_section.d-flex {
    display: flex !important;
}
.cpress_line .cpress_line_section.d-flex:first-child > .chord label, .cpress_line .cpress_line_section[style*="flex"]:first-child > .chord label
{
    display: none;
}
.cpress_line .cpress_line_section.d-flex:first-child > .chord.chord-hidable label,
.cpress_line .cpress_line_section:first-child > .chord.chord-hidable label
{
    display: initial;
}
.bracket {
    position: relative;
    padding: 0 6px;
}
.footer-top {
    display: flex;
    justify-content: center;
    padding: 60px 0 50px;
    flex-direction: column;
    align-items: center;
}
.footer-box h3 {
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgba(var(--uh-white), 80%);
}
#menu-footer a, .wp-block-latest-posts a {
    display: inline-flex;
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: rgba(var(--uh-white), 0.8) !important;
    transition: 300ms all;
    position: relative;
}
#menu-footer a:after, .wp-block-latest-posts a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 1px;
    background: rgba(var(--uh-white), 80%);
    transition:300ms all;
}

#menu-footer a:hover,
.wp-block-latest-posts a:hover {
    color: rgba(var(--uh-white)) !important;
}
#menu-footer a:hover:after,
.wp-block-latest-posts a:hover:after{
width:100%;
}
.footer-follow-us {
    display: flex;
    justify-content: center;
}
.footer-follow-us li {
       margin: 5px;
}
.footer-follow-us li a {
    display: flex;
        transform: scale(0.85);
}
.footer-follow-us li a:hover {
    transform: scale(1);
}
.footer-follow-us li a br {
    display: none;
}
.footer-top .footer-box+.footer-box {
    margin-top: 50px;
}
.footer-logo .wp-block-image {
    margin: 0;
}
.footer-box figcaption {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: rgba(var(--uh-white), 0.8) !important;
    margin: 20px 0 0;
}
.footer-follow-us li a path {
    transition: 300ms all;
}
.footer-follow-us li a:hover path {
    fill-opacity: 1;
}
.footer-btm {
    border-top: 1px solid rgba(var(--uh-white), 10%);
}
.footer-btm .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.copyright-menu-box .menu li a {
    color: rgba(var(--uh-white), 0.8);
    font-size: 12px;
    font-weight: 300;
}
.copyright-menu-box .menu li a:hover {
    color: rgba(var(--uh-white));
}
.footer-follow-us li a svg {
    height: 70px;
    width: 70px;
}
.copyright-box {
    text-align: center;
}
.footer-btm-box {
    max-width: 33.3%;
    flex: 0 0 33.3%;
}
.copyright-menu-box .menu {
    display: flex;
        justify-content: right;
}
.copyright-menu-box .menu li+li {
    margin-left: 20px;
}
.single-chord-main {
    padding: 60px 0;
}
.sidebar-post-list {
    background: rgba(var(--uh-white));
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(var(--uh-dark), 10%);
}
.sidebar-grid-ul {
    width: 100%;
}
.sidebar-grid-li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-grid-li:first-child {
    padding-top: 0;
}
.sidebar-post-thumbnail img {
min-width: 80px;
    width: 80px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.sidebar-grid-left {
    display: flex;
    align-items: center;
}
.sidebar-post-title h3 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(var(--uh-dark));
    position: relative;
    display: inline;
}
.sidebar-post-title h3:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 11px;
    background: rgba(var(--uh-dark), 0.1);
    transition: 300ms all;
}
.sidebar-post-title {
    margin-left: 15px;
}
.sidebar-grid-li a:hover .sidebar-post-title h3:after {
   width:100%;
}
.sidebar-artisat-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(var(--uh-dark), 0.6);
}
.sidebar-grid-li:last-child {
    border: 0;
    padding-bottom: 0;
}
.sidebar-grid-li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(var(--uh-black), 0.1);
}
svg * {
transition:300ms all;
}
.sidebar-grid-li a:hover circle {
    stroke: rgba(var(--uh-dark));
    fill: rgba(var(--uh-dark));
}
.sidebar-grid-li a:hover path {
    fill: rgba(var(--uh-white));
}
.chord-youtube {
    margin-bottom: 40px !important;
}
.widget-main h2 {
    margin-top: 0;
}
.social-share div.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a span, .custom-comment-social-share div.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a span {
    /*border-radius: 0 !important;*/
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.social-share div.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a:hover, .custom-comment-social-share div.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a:hover {
    transform: scale(1.1);
}
.pagination-single-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.post-nav-left a .custom-previous-bar, .post-nav-right a .custom-next-bar {
    display: flex;
    align-items: center;
}
.previous-arrow, .next-arrow {
    display: flex;
}
.previous-label, .next-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
}
.next-label {
    margin-right: 15px;
    align-items: flex-end;
    margin-left: 0px;
}
.single-chord-main .comments-wrapper.section-inner {
    display: flex;
    flex-direction: column-reverse;
    background: rgba(var(--uh-white));
    border-radius: 10px;
    padding: 25px 30px 30px 30px;
}
.pagination-single-inner span.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(var(--uh-dark));
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination-single-inner span.arrow {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(var(--uh-dark), 0.6);
}
.custom-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom-comment-social-share {
    display: flex;
    align-items: center;
    letter-spacing: 3px;
}
.custom-comment-social-share .heateor_sss_sharing_container {
    margin-left: 15px;
}
.custom-comment-total h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(var(--uh-dark));
    margin:0;
}
.comment-reply-title, .logged-in-as, .comment-notes {
    display: none;
}
#commentform label {
    display: none;
}
#commentform input+ label {
display: inline-block;
}
#commentform textarea#comment {
    background: rgba(var(--uh-white));
    border: 1px solid rgba(var(--uh-black), 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    resize: none;
    height: 100px;
    width: 100%;
        padding: 10px 20px;
}
#commentform .form-submit {
    text-align: right;
}
  #commentform .form-submit input#submit {
  border: 1px solid rgba(var(--uh-dark), 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 20px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-left: auto;
    background: rgba(var(--uh-primary));
    color: rgba(var(--uh-white)) !important;
    border-color: rgba(var(--uh-primary));
    cursor:pointer;
    }
    
.nav-up {
  opacity: 1;
  visibility: visible;
}
.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.col-md-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.post-list-main {
    padding: 0 0 60px;
}

.comment-respond form input[type=email], .comment-respond form [type=number], .comment-respond form [type=password], .comment-respond form [type=text], .comment-respond form [type=url] {
    background: rgba(var(--uh-white));
    border: 1px solid rgba(var(--uh-black), 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    resize: none;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
}
.commentssss .comment-author img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.commentssss  .fn {
    margin-right: 10px;
    font-size: 12px;
    color: rgba(var(--uh-dark));
    text-transform: capitalize;
}
.comment:last-child div .comment-body +div article {
    border-bottom: 0;
}
.comment-reply a.comment-reply-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(var(--uh-dark), 0.6);
    background: transparent;
    border: 1px solid rgba(var(--uh-dark), 0.08);
    border-radius: 5px;
    padding: 5px 8px;
    background: rgba(var(--uh-white));
}
footer.comment-footer-meta {
    text-align: right;
}
.depth-2 .comment-body {
    padding-left: 40px;
}
.depth-3 .comment-body {
    padding-left: 60px;
}
.comment-body + div#respond {
    padding: 20px;
}
#comment  #commentform .form-submit {
    text-align: right;
    margin-bottom: 0;
}
.wp-social-link a {
    background: no-repeat center center / 20px !important;
}
.wp-social-link svg {
    opacity: 0;
}
.wp-social-link-facebook a {
    background-image: url(/wp-content/uploads/2022/04/icon-facebook.svg) !important;
    background-size:12px !important;
}
.wp-social-link-linkedin a {
    background-image: url(/wp-content/uploads/2022/04/icon-linkedin.svg) !important;
}
.wp-social-link-twitter a {
   background-image: url(/wp-content/uploads/2022/04/icon-twitter.svg) !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: rgba(var(--uh-white), 0.2);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms all;
}
.wp-block-social-link:hover {
    transform: scale(1);
    background: rgba(var(--uh-white), 0.1)!important;
}
.btn-chord-hide-show {
    background-image: url(../images/hide-show.svg);
    padding-right: 40px !important;
    background-position: 115px 12px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 155px;
}
.by-post-author {
    display: none;
}
footer.comment-meta {
    display: flex;
        margin-bottom: 10px;
}
.comment-body {
    display: flex;
    flex-direction: column;
    position: relative;
}
.comment-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 400;
}
.comment-meta a {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: rgba(var(--uh-black), 0.6);
}
.single-chord header.archive-header.header-footer-group {
    display: none;
}


#commentform .form-submit {
    text-align: right;
    margin-bottom: 5px;
}
.comment-reply a.comment-reply-link:hover {
    color: rgba(var(--uh-dark));
}
div#nav-icon {
    display: none;
}

.nav-search {
    display: none;
}
.mobile-youtube, .mobile-sldo-view {
    display: none;
}
.post-nav-right .custom-next-bar {
    justify-content: end;
}
.post-nav-right {
    width: 100%;
}
.header-navigation-wrapper ul.primary-menu> li> a {
    color: rgba(var(--uh-dark)) !important;
}
.header-navigation-wrapper ul.primary-menu> li.current-menu-item> a {
    color: rgba(var(--uh-primary)) !important;
}
.footer-logo img {
    width: 130px;
}
.archive-header {
      padding: 30px 0;
    background: url(/wp-content/uploads/2022/04/geordanna-cordero-5NE6mX0WVfQ-unsplash.jpg) no-repeat center center /cover;
    position:relative;
}
header.archive-header:before, header.archive-header:after {
    content: "";
    background: linear-gradient(180deg, rgba(var(--uh-white), 0) 0%, rgba(var(--uh-gray)) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.archive-header-inner{
    position: relative;
    z-index: 1;
}
.archive-header-inner .archive-title {
    color: rgba(var(--uh-dark));
    font-size: 40px;
}
.home #site-header .header-search{
display: none;}



.header-container h1 {
    font-weight: 800;
    font-size: 55px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    line-height: initial;
}
.home .header-search {
    max-width: 800px;
    margin: 30px auto 0;
}

.header-container .header-search input {
    background: rgba(var(--uh-white));
    border-radius: 12px;
    border: 2px solid rgba(var(--uh-dark));
    font-size: 16px;
    height: 60px;
    
}

#custom-home-header .header-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px !important;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    position: relative;
}
.hero-banner-inner {
    position: relative;
    z-index: 1;
}
.header-container:after, .header-container:before {
    content: "";
    background: linear-gradient(180deg, rgba(var(--uh-white), 0) 0%, rgba(var(--uh-white)) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header-search button.search-submit svg path, .header-search button.search-submit svg circle {
    stroke: rgba(var(--uh-dark));
    stroke-opacity: 1;
    color: rgba(var(--uh-dark));
}
.header-container .header-search button.search-submit svg {
    width: 33px;
    height: 33px;
}
.header-container .header-search button.search-submit {
    width: 74px;
}

.home .header-search {
    display: block;
}
.header-search-wrapper {
    flex: 0 0 40%;
}

/* header new css */
body.home {
    background: rgba(var(--uh-white));
}
.header-right-stuffs {
    display: flex;
    align-items: center;
}
.custom-btn.new-songs {
    background: rgba(var(--uh-primary));
    color: rgba(var(--uh-white));
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 8px;
}
.custom-btn.new-songs:hover {
    background: rgba(var(--uh-primary), 0.9);
}


/* most recent box */
.most-recent-post .post-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 220px;
	background:rgba(var(--uh-primary));
	transition:300ms all;
}
.most-recent-post .thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.most-recent-post .thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.home-header-post {
    margin-top: -40px;
}
.most-recent-post .post-title h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: rgba(var(--uh-dark));
    font-size: 20px;
}
.most-recent-post .post-title h2:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 11px;
    background: rgba(var(--uh-dark), 0.1);
    transition: 300ms all;
}
.most-recent-post .artist-name {
	    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(var(--uh-dark));
    border-radius: 50px;
    padding: 3px 12px;
    color: rgba(var(--uh-white));
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.most-recent-post .thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--uh-primary));
    opacity: 0.9;
	transition:300ms all;
}
.most-recent-post .post-box:hover  .thumbnail:after {
	opacity: 0.95;
}
.most-recent-post .post-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    transition: 300ms all;
}
.most-recent-post  .post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    color: rgba(var(--uh-dark));
    font-size: 12px;
}
.most-recent-post .owl-item:nth-child(4n+1) .post-box  .post-date {
    color: rgba(var(--uh-white));
}
.most-recent-post .owl-item:nth-child(4n+1) .post-title h2:after {
    background: rgba(var(--uh-white), 0.1);
}
.most-recent-post .owl-item:nth-child(4n+1) .post-box .thumbnail:after,.most-recent-post .owl-item:nth-child(4n+1) .post-box{
    background: rgba(var(--uh-primary));
}
.most-recent-post .owl-item:nth-child(4n+2) .post-box .thumbnail:after,.most-recent-post .owl-item:nth-child(4n+2) .post-box {
    background: rgba(var(--uh-orange));
}
.most-recent-post .owl-item:nth-child(4n+3) .post-box .thumbnail:after,.most-recent-post .owl-item:nth-child(4n+3) .post-box {
    background: rgba(var(--uh-green));
}
.most-recent-post .owl-item:nth-child(4n+4) .post-box .thumbnail:after,.most-recent-post .owl-item:nth-child(4n+4) .post-box {
    background: rgba(var(--uh-pink));
}
.most-recent-post .owl-item:nth-child(4n+1) .post-box .artist-name {
    color: rgba(var(--uh-primary));
    background: rgba(var(--uh-white));
}
.most-recent-post .owl-item:nth-child(4n+1) .post-box .post-title h2 {
    color: rgba(var(--uh-white));
}
.most-recent-post .owl-item:nth-child(4n+2) .post-box .artist-name {
    color: rgba(var(--uh-ornage));
}
.most-recent-post .owl-item:nth-child(4n+3) .post-box .artist-name {
    color: rgba(var(--uh-green));
}
.most-recent-post .owl-item:nth-child(4n+4) .post-box .artist-name {
    color: rgba(var(--uh-pink));
}

/* main heading */
.main-heading {
    font-size: 25px;
    margin: 0;
    padding-bottom: 30px;
}
.main-heading span{
	    position: relative;
}
.main-heading span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 105%;
    height: 15px;
    background: rgba(var(--uh-dark), 15%);
}

/* trending box */
.trending-post-wrapper {
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    border: 1px solid rgba(var(--uh-dark), 10%);
    display: flex;
    flex-wrap: wrap;
}
.trending-post-wrapper > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.trending-post-thumbnail {
    height: 90px;
    width: 130px;
    overflow: hidden;
    border-radius: 10px;
}
.trending-post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trending-post-box, .tag-and-release-date {
    display: flex;
    align-items: center;
}
.trending-post-title {
    padding-left: 20px;
}
.trending-post-title h2 {
    margin: 0;
}
.trending-post-title h2 a {
    font-size: 20px;
    color: rgba(var(--uh-dark));
	position: relative;
}
.trending-post-title h2 a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 11px;
    background: rgba(var(--uh-dark), 0.1);
    transition: 300ms all;
}
.trending-post-list:hover .trending-post-title h2 a:after {
    width: 100%;
}
.trending-post-release-date {
    font-weight: 400;
    margin-left: 10px;
    font-size: 12px;
    color: rgba(var(--uh-dark), 60%);
}
.trending-post-artist-name {
    color: rgba(var(--uh-dark), 80%);
    margin-bottom: 6px;
}
.trending-post-tag a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 2px 10px;
}
.trending-post-tag a+a {
    margin-left: 5px;
}
.main-content-wrapper > div+div {
    margin-top: 60px;
}
.trending-post-list:nth-child(5n+1) .trending-post-tag a{
    color: rgba(var(--uh-yellow));
    background: rgba(var(--uh-tellow), 10%);
}
.trending-post-list:nth-child(5n+2) .trending-post-tag a{
    color: rgba(var(--uh-primary));
	background: rgba(var(--uh-primary), 10%);
}
.trending-post-list:nth-child(5n+3) .trending-post-tag a {
    color: rgba(var(--uh-green));
	background: rgba(var(--uh-green), 10%);
}
.trending-post-list:nth-child(5n+4) .trending-post-tag a {
    color: rgba(var(--uh-pink));
	background: rgba(var(--uh-pink), 10%);
}
.trending-post-list:nth-child(5n+5) .trending-post-tag a{
    color: rgba(var(--uh-orange));
	background: rgba(var(--uh-orange), 10%);
}


/* sidebar */
.home .sidebar-post-list {
    margin-top: 0;
    border-radius: 10px;
    border: 1px solid rgba(var(--uh-dark), 10%);
}
.tags-list, .follow-us-section, 
.newletter-form{
    margin-top: 40px;
}

/* articles */
.article-wrapper {
    padding: 40px 0 0;
    margin:0 -15px;
}
.article-box {
    position: relative;
}
.article-date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
	transition: 300ms all;
}
.article-date span {
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
    transition: 300ms all;
    font-weight: 500;
    background: rgba(var(--uh-white));
    border-radius: 50px;
    padding: 4px 10px;
}
.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 300ms all;
}
.article-image {
    display: block;
    height: 250px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
	position: relative;
	transition: 300ms all;
}
.article-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--uh-dark), 90%);
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
}
.article-image:before {
    content: "Read More";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: rgba(var(--uh-white));
    transition: 300ms all;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.article-title {
    padding-top: 15px;
    display: block;
}
.article-title h3 {
    font-size: 20px;
    color: rgba(var(--uh-dark));
    margin-bottom: 0;
    transition: 300ms all;
    background: linear-gradient(to left, rgba(var(--uh-dark), 15%) 0%, rgba(var(--uh-dark), 15%) 100%);
    background-repeat: no-repeat;
    background-size: 0% 40%;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
    display: inline;
}
button.owl-dot {
    width: 7px;
    height: 7px;
    background: rgba(var(--uh-dark), 40%) !important;
    margin: 3px;
    border-radius: 50px;
}
.owl-dots {
    display: flex;
    justify-content: center;
        margin-top: 20px;
}
button.owl-dot.active {
    background: rgba(var(--uh-dark)) !important;
}
/*  tags */
.tags-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(var(--uh-dark), 10%);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: rgba(var(--uh-white));
}
.tags-list ul  {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}
.tags-list ul li a {
    padding: 5px 10px;
    border: 1px solid rgba(var(--uh-dark));
    display: inline-block;
    border-radius: 5px;
    color: rgba(var(--uh-dark));
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px;
}
.tags-list ul {
    margin: 0 -5px;
}
.tags-list ul li a:hover {
    background: rgba(var(--uh-dark), 5%);
}

/* Authors */
.top-artist .owl-carousel:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(var(--uh-white)) 0%, rgba(var(--uh-white), 0.91) 78.52%, rgba(var(--uh-white), 0) 166.8%);
    width: 135px;
    height: 100%;
}
.author-image {
    height: 200px;
    overflow: hidden;
	position: relative;
    border-radius: 10px;
}
.author-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.author-box h3 {
    background: rgba(var(--uh-white));
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 5px solid;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: -20px auto 0;
	    font-size: 16px;
	color: rgba(var(--uh-dark));
}

.top-artist .owl-item:nth-child(5n+1)  .item .author-box h3 {
	border-bottom-color: rgba(var(--uh-ornage));
}
.top-artist .owl-item:nth-child(5n+2)  .item .author-box h3 {
	border-bottom-color: rgba(var(--uh-pink));
}
.top-artist .owl-item:nth-child(5n+3)  .item .author-box h3 {
	border-bottom-color: rgba(var(--uh-green));
}
.top-artist .owl-item:nth-child(5n+4)  .item .author-box h3 {
	border-bottom-color: rgba(var(--uh-orange));
}
.top-artist .owl-item:nth-child(5n+5)  .item .author-box h3 {
	border-bottom-color: rgba(var(--uh-primary));
}
.author-meta {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	bottom:0;
	left:0;
	right:0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.author-meta:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 300ms all;
    background:rgba(var(--uh-dark));
}
.author-meta * {
    z-index: 1;
    color: rgba(var(--uh-white));
}
.author-meta span {
    font-size: 18px;
    margin-bottom: 5px;
}
.author-meta svg {
    transform: scale(0);
    transition: 300ms all;
}
.author-meta span {
    font-size: 18px;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

/* .top-artist .owl-item:nth-child(5n+1)  .item .author-box .author-meta:after, .top-artist .owl-item:nth-child(5n+1)  .item .author-box .author-image {
	background: rgba(var(--uh-ornage));
} */
.top-artist .owl-item:nth-child(5n+2)  .item .author-box .author-meta:after, .top-artist .owl-item:nth-child(5n+2)  .item .author-box .author-image {
	background: rgba(var(--uh-pink));
}

.top-artist .owl-item:nth-child(5n+3)  .item .author-box .author-meta:after, .top-artist .owl-item:nth-child(5n+3)  .item .author-box .author-image {
	background: rgba(var(--uh-green));
}

.top-artist .owl-item:nth-child(5n+4)  .item .author-box .author-meta:after, .top-artist .owl-item:nth-child(5n+4)  .item .author-box .author-image {
	background: rgba(var(--uh-orange));
}

.top-artist .owl-item:nth-child(5n+5)  .item .author-box .author-meta:after, .top-artist .owl-item:nth-child(5n+5)  .item .author-box .author-image {
	background: rgba(var(--uh-primary));
}




/* most popular */
.popular-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.popular-post-wrapper > div {
   flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 10px;
}
.popular-post-wrapper > div {
    margin-bottom: 20px;
	position: relative;
}
.popular-post-wrapper  .post-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
}
.popular-post-wrapper .post-box {
    display: block;
    padding: 15px;
    background: rgba(var(--uh-green));
    border-radius: 10px;
    position: relative;
    margin: 0 10px 20px 10px;
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.popular-post-wrapper .post-svg svg {
    display: block;
    width: 50px;
    height: 50px;
    transition: 300ms all;
}
.popular-post-wrapper .post-date {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(var(--uh-white));
    border-radius: 50px;
    padding: 3px 10px;
    color: rgba(var(--uh-dark));
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.popular-post-wrapper .post-box .thumbnail {
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}
.popular-post-wrapper .post-box .thumbnail img{
    height: 100%;
	width:100%;
	object-fit:cover;   
}
.popular-post-wrapper .post-title h2 {
	font-size: 20px;
    line-height: 1.3;
    position:relative;
}
.popular-post-wrapper .post-date a {
    color: rgba(var(--uh-dark));
}
.popular-post-wrapper .post-title h2 a {
    color: rgba(var(--uh-dark));
	position: relative;
}
.popular-post-wrapper .post-title h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 11px;
    background: rgba(var(--uh-dark), 0.1);
    transition: 300ms all;
}
.popular-post-wrapper .artist-name a {
    color: rgba(var(--uh-dark));
}

.popular-post-wrapper .post-box:nth-child(5n+2){
	background: rgba(var(--uh-yellow));
}
.popular-post-wrapper .post-box:nth-child(5n+3){
	background: rgba(var(--uh-orange));
}
.popular-post-wrapper .post-box:nth-child(5n+4){
	background: rgba(var(--uh-pink));
}
.popular-post-wrapper .post-box:nth-child(5n+5){
	background: rgba(var(--uh-primary));
}
.popular-post-wrapper .post-box:nth-child(5n+6){
	background: rgba(var(--uh-yellow));
}
.popular-post-wrapper .post-box:nth-child(5n+5) .post-title h2 a, .popular-post-wrapper .post-box:nth-child(5n+5) .post-title .artist-name a {
    color: rgba(var(--uh-white));
}
.row.popular-post-wrapper .post-box .post-title h2 a, .row.popular-post-wrapper .post-box .post-title .artist-name a {
color: rgba(var(--uh-dark));
}


/* Newsletter */
#mc_embed_signup {
    font: 14px Sora, sans-serif;
    width: 100%;
}
#mc_embed_signup_scroll p {
    font-weight: 700;
    font-size: 16px;
    color: rgba(var(--uh-dark));
    margin-top: 0;
}
#mc_embed_signup form {
    padding: 20px !important;
    border-radius: 10px;
    border: 1px solid rgba(var(--uh-dark), 10%);
    background: rgba(var(--uh-white));
}

.dark-mode {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: 300ms all;
    position:relative;
    display:none;
}
.dark-mode:hover {
    background: rgba(var(--uh-dark), 5%);
}
.dark-mode svg {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: 300ms all;
}
.dark-mode .dark-mode-icon {
    transform: translate(-50%, -50%) scale(0);
        width: 22px;
}
.dark-mode.active .dark-mode-icon{
 transform: translate(-50%, -50%) scale(1);
}
.dark-mode.active .light-mode-icon{
 transform: translate(-50%, -50%) scale(0);
}


.ui-widget.ui-widget-content {
    border: 2px solid rgba(var(--uh-dark));
    border-radius: 0 0 12px 12px;
    max-height: 200px;
    overflow: auto;
    background: rgba(var(--uh-white));
    color: rgba(var(--uh-dark));
    box-shadow: 0 5px 20px rgba(var(--uh-dark), 10%);
}
.header-container .header-search input.autocomplete-opened{
border-radius: 12px 12px 0 0;
border-bottom-color: transparent;
}
.post-inner-meta p {
    margin: 0;
}
.header-search input.ui-autocomplete-loading {
    border-radius: 8px 8px 0 0;
}
.ui-menu .ui-menu-item-wrapper {
    background: rgba(var(--uh-dark), 5%);
    padding: 6px 12px;
    font-size: 14px;
    border:0 !important;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: rgba(var(--uh-white), 10%);
    margin:0 !important;
}
.article-carousel .item {
    margin: 20px 10px;
    width: calc(33.3% - 20px);
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(var(--uh-white)) !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    box-shadow: 0px 4px 10px rgba(var(--uh-black), 15%);
}
.owl-carousel.article-carousel .owl-nav button {
    top: calc(50% - 20px);
}
.owl-carousel:hover .owl-nav button {
 opacity:1;
    visibility:visible;
}
.owl-carousel .owl-nav .owl-next {
    right: -22px;
}
.owl-carousel .owl-nav span {
    font-size: 0;
    width: 25px;
    height: 25px;
     background: no-repeat center /22px;
}
.top-artist .owl-carousel .owl-nav .owl-next {
    right: -22px;
    z-index: 1;
}
.top-artist .owl-carousel .owl-nav button {
  top:calc(50% - 20px);
}
.owl-carousel .owl-nav .owl-prev {
    left: -22px;
}
.owl-carousel .owl-nav .owl-prev span {
     background-image: url(/wp-content/uploads/2022/04/arrow_left.svg);
}
.owl-carousel .owl-nav .owl-next span {
     background-image: url(/wp-content/uploads/2022/04/arrow_right.svg);
}
.post-header .artist-name a {
    background: rgba(var(--uh-dark), 0.1);
    border-radius: 50px;
    display: inline-block;
    padding: 2px 9px;
    color: rgba(var(--uh-dark));
}
.field-flex {
    display: flex;
}
.field-flex input#mce-EMAIL {
    padding: 15px !important;
    height: 45px;
    background: rgba(var(--uh-black), 0.04);
    border: 1px solid rgba(var(--uh-dark));
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    border-right: 0 !important;
}
.field-flex input#mc-embedded-subscribe {
    height: 45px;
    background: rgba(var(--uh-dark));
    border: 1px solid rgba(var(--uh-dark));
    border-radius: 0px 5px 5px 0px;
    margin: 0 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.field-flex input#mc-embedded-subscribe:hover {
    background: rgba(var(--uh-black));
}
.newsletter-wrap div#mce-responses {
width: 100% !important;
    margin: 0 !important;
    display: block !important;
    background: rgba(var(--uh-white));
    padding: 0 !important;
        float: initial !important;
}
.newsletter-wrap div#mce-error-response {
    color: rgba(var(--uh-red));
    font-weight: 500 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.newsletter-wrap div#mce-success-response {
    color: rgba(var(--uh-green));
    font-weight: 500 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 10px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    color: rgba(var(--uh-red)) !important;
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding-bottom: 0 !important;
    min-height: initial !important;
}
.blog-wrapper, .author-wrapper, .article-carousel {
    display: flex;
    flex-wrap: wrap;
}
.blog-wrapper {
    margin: 0 -15px;
}
.head-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.head-wrapper h2{
padding-bottom:0;
}
.head-wrapper a {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(var(--uh-dark), 0.6);
    position:relative;
}
.head-wrapper a:hover {
color: rgba(var(--uh-dark));
}
.head-wrapper a:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(var(--uh-dark));
    display: block;
    transition: 300ms all;
}
.head-wrapper a:hover:after {
 width: 100%;
}
.author-wrapper .item {
    width: calc(33.3% - 20px);
    margin: 15px 10px;
}
.article-carousel {
    margin: 0 -10px;
}
.excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding-top: 5px;
}
.row.popular-post-wrapper .post-box {
    background: rgba(var(--uh-white)) !important;
    border: 1px solid rgba(var(--uh-dark), 10%);
}
.row.popular-post-wrapper .post-title {
    padding: 25px 0 10px;
}
.row.popular-post-wrapper .post-title h2 {
    color: rgba(var(--uh-dark));
}
.row.popular-post-wrapper .artist-name {
    color: rgba(var(--uh-dark));
}

.wrap-404-inr {
       text-align: center;
    max-width: 500px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.wrap-404-inr h1 {
    font-size: 110px;
    font-weight: 700;
    line-height: 110px;
    margin: 0;
}
.wrap-404-inr input {
    padding: 13px 50px 13px 20px;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    transition: 300ms all;
}
.links {
    display: flex;
    justify-content: center;
}
.btn.home-link {
    background: rgba(var(--uh-primary));
    color: rgba(var(--uh-white));
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 8px;
}
.btn.home-link:hover {
    background: rgba(var(--uh-black));
}
.search-no-results header.archive-header {
    display: none;
}
.error404 header#site-header, .search-no-results header#site-header {
    background: transparent;
    box-shadow: none;
}
.error404 #site-content, .search-no-results #site-content {
    margin-top: 0;
}
.error404 .global-cover, .search-no-results .global-cover {
    background: no-repeat center center/cover;
    background-image: url(/wp-content/uploads/2022/04/geordanna-cordero-5NE6mX0WVfQ-unsplash.jpg);
    position: relative;
    -webkit-mask-image: linear-gradient(to top,transparent,rgba(var(--uh-black),.013) 8.1%,rgba(var(--uh-black),.049) 15.5%,rgba(var(--uh-black),.104) 22.5%,rgba(var(--uh-black),.175) 29%,rgba(var(--uh-black),.259) 35.3%,rgba(var(--uh-black),.352) 41.2%,rgba(var(--uh-black),.45) 47.1%,rgba(var(--uh-black),.55) 52.9%,rgba(var(--uh-black),.648) 58.8%,rgba(var(--uh-black),.741) 64.7%,rgba(var(--uh-black),.825) 71%,rgba(var(--uh-black),.896) 77.5%,rgba(var(--uh-black),.951) 84.5%,rgba(var(--uh-black),.987) 91.9%,rgba(var(--uh-black)));
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 60vh;
    opacity: 0.4;
}
.error404 .btn.custom-btn.learn-guitar, .search-no-results .btn.custom-btn.learn-guitar {
    background: rgba(var(--uh-white));
    color: rgba(var(--uh-dark));
}
.search-no-results .wrap-404-inr h1 {
    font-size: 75px;
}
.single-main-inr {
    max-width: 800px;
    margin: auto;
}
figure {
    margin: 0;
}
.single-main-inr .featured-media-inner img {
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.single-post h2 {
    font-size: 28px;
}
.single-main-inr h3 {
    font-size: 20px;
    line-height: 24px;
}
.single-main-inr h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 30px 0 0;
}
.single-main-inr h4 {
    font-size: 18px;
    margin: 20px 0 0;
    line-height: 18px;
}
.single-main-inr p a {
    color: rgba(var(--uh-dark));
    display:inline-block;
    position:relative;
}
.checkprcbttn:after {
content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 0;
    height: 1px;
    background: rgba(var(--uh-dark));
    transition: 300ms all;
}
.checkprcbttn:hover:after {
width:100%;
}
.single-main-inr p {
font-size: 14px;
    line-height: 26px;
}
.single-main-inr ul {
    margin-left: 20px;
}
.pagination-single-inner span.arrow {
    color: rgba(var(--uh-dark));
}
.single-main-inr li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: rgba(var(--uh-dark), 90%);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.single-main-inr li {
    padding-left: 20px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}
.single-post header.archive-header:before, .single-post header.archive-header:after {
    background: linear-gradient(180deg, rgba(var(--uh-white), 0) 0%, rgba(var(--uh-white)) 100%);
}
.single-post {
    background: rgba(var(--uh-white));
}
.single-main-inr img {
    border-radius: 10px;
}
.post-box:hover .post-svg circle {
    stroke: rgba(var(--uh-dark));
    fill: rgba(var(--uh-dark));
}
.post-box:hover .post-svg path {
    fill: rgba(var(--uh-white));
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid rgba(var(--uh-whiteorange)) !important;
}
.archive-title span + span {
    background: rgba(var(--uh-dark));
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 45px;
    display: inline-block;
    color: rgba(var(--uh-white));
    text-transform: uppercase;
    border: 1px solid rgba(var(--uh-dark));
}
h1.entry-title.popo {
    display: none;
}
hr.styled-separator.pagination-separator.is-style-wide {
    display: none;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.nav-links .page-numbers {
    min-width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    color: rgba(var(--uh-dark));
    font-size: 14px;
    margin: 3px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #fff;
}
.nav-prev-text, .nav-next-text {
    font-size: 0;
}
.nav-links .page-numbers.current {
    background: rgba(var(--uh-dark));
    color: rgba(var(--uh-white));
}
.loader {
    background: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.loader img {
-webkit-animation: scales 0.6s ease-out infinite alternate;
  -moz-animation: scales 0.6s ease-out infinite alternate;
  animation: scales 0.6s ease-out infinite alternate;
}
#comments + hr.styled-separator {
display:none;
}
@-moz-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-o-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}