/*!
Theme Name: GaaneKeBol
Theme URI: https://www.thekroyaard.com
Author: thekroyaard S P L
Author URI: https://www.thekroyaard.com
Description: this theme created by thekroyaard SPL, Use this theme for more faster perfomance
Version: 18.5.5
Tested up to: 5.4
Requires PHP: 5.6 or higher
Text Domain: thekroyaard_spl
*/
.lyrics-paragraph{
background:#f9f9f9;
padding:15px;
border-radius:8px;
line-height:1.7;
margin:1.8em 0;
}
.auto-faq-box{
background:#ffffff;
padding:10px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
margin-top:25px;
}
.faq-title{
font-size:20px;
font-weight:bold;
margin-bottom:15px;
border-left:4px solid #ff6b6b;
padding-left:10px;
}
.faq-row{
margin-bottom:15px;
padding-bottom:16px;
border-bottom:1px solid #eee;

}
.faq-question{
font-weight:bold;
color:#222;
margin-bottom:5px;
}
.faq-answer{
color:#555;
}
.lyrics-wrap{
display:grid;
grid-template-columns:260px 1fr 320px;
gap:20px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: .8em
}
.title-name {
	background: #fff;
	padding: 10px 0;
	border-bottom: 2px solid;
	font-size: 18px;
	font-weight: bold
}

.sticky{
position:sticky;
	    background: #fff;
    height: fit-content;
    top: 0px;
}

.music-table{
width:100%;
border-collapse:collapse;
font-size:14px;
}
.music-table th,
.music-table td{
border:1px solid #ddd;
padding:6px;
}

.video-box{
aspect-ratio:16/9;
background-size:cover;
background-position:center;
cursor:pointer;
position:relative;
margin-top:1.8em;
margin-bottom:15px;
}
.video-box .play{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:40px;
background:rgba(0,0,0,.6);
color:#fff;
padding:8px 18px;
border-radius:50%;
}

.stars{
display:flex;
gap:6px;
font-size:26px;
cursor:pointer;
}
.star{color:#ccc}
.star.filled{color:#f5b301}

.rating-graph{margin-top:10px; margin-bottom: 1em}
.graph-row{
display:flex;
align-items:center;
gap:6px;
font-size:13px;
margin:4px 0;
}
.bar{
flex:1;
background:#eee;
height:8px;
border-radius:4px;
overflow:hidden;
}
.fill{
height:100%;
background:#f5b301;
}


.entry-content ul {
	list-style: none;
	margin:0;
	padding:0;
	display: grid;
grid-template-columns: repeat( 1fr);
	gap: 10px
}
.entry-content ul li{
display: flex;
}

.page-title {
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-bottom: 2px solid #eee
}

#block-19 {
	min-height: 250px;
	background: #eee;
}

.hamburger-menu, .close-menu {
display: none;
}
.search-box .tk-loading-icon {
	position: absolute;
	background: #f7f7f7;
	z-index:9999;
}

.search-item {
	padding: 0 10px;
	margin-bottom: 10px
}
.post-outer .cat-links a,
.post-outer .tags-links {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	display: none
}
.primary-menu,
.related-posts {
    list-style: none
}

.post-outer .entry-title h2,
.related-posts .related-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box
}

.post-inner .entry-footer {
    background: #f7f7f7;
    padding: 4px 0;
    margin: 1.8em 0
}

.post-inner .entry-footer .cat-links a,
.post-inner .entry-footer .tags-links a {
    background: #fff;
    border-radius: 6px;
    padding: 0 6px;
    text-decoration: none;
    color: #000;
    margin: 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 90%
}


.post-inner .entry-footer .cat-links a:hover,
.post-inner .entry-footer .tags-links a:hover {
    color: #035680
}



.primary-menu>li,
.tk-play-icon {
    display: inline-block
}



.therkoyaard_sidebar_ads {
margin-top: 1.8em;
    margin-bottom: 1.8em;
    background: #f7f7f7;
    min-height: 250px;
    position: sticky;
    z-index: 0;
    top: 10px
}

.tk-rightsign-icon::before {
    content: '⇨';
    color: #000
}

.tk-play-icon {
    transform: rotate(270deg)
}

.tk-play-icon::after {
    content: ' ▼ ';
    color: #000;
    font-size: 20px
}
.tk-pause-icon::after {
    content: ' ❙❙ ';
    color: #000;
    font-size: 20px;
	font-weight: 800
}

.tksearchButton {
    text-align: center
}

#copyLinkButton,
.primary-menu a {
    transition: background-color .3s
}

.primary-menu a::before,
.search-music-icon-post::before {
    content: ' ∘ '
}

.primary-menu li:first-child a::before {
    content:'⌂ '
}

.menu-toggle {
    color: #000;
    cursor: pointer
}

.entry-content td a,
.post-outer a {
    text-decoration: none
}

.primary-menu ul li,
.search-box form {
    border-bottom: 2px solid
}

.header-search-box {
    display: grid;
    grid-template-columns: auto auto;
    position: absolute;
    right: 16px;
    align-items: center
}

.footer-inner,
.main-navigation li,
.site-main .page,
.site-main .post-outer,
.primary-menu>li,
.related-posts li a,
.site-branding,
.tksearch {
    position: relative
}

.header-search-box.search-open {
    background-color: #f7f7f7;
    height: -webkit-fill-available;
    margin: 10px 0
}

.post-outer .UsableBtn,
.post-outer .entry-meta,
.post-outer hr,
.post-outer p,
.post-outer table,
.search-box {
    display: none
}

.main-navigation,
.search-box.show-search-button,
.site-navigation,
.sticky,
body,
embed,
iframe,
object {
    display: block
}

.post-outer{
    display: grid
}

.search-box form {
    background: #fff;
    border-top: 2px solid;
    border-left: 2px solid
}

.search-box input {
    border: 0;
    outline: 0
}

.search-box button {
    background: #fff;
    border: 0
}

.tksearchTerm {
    width: 180px
}

.searchbtn {
    font-size: 24px;
    background: #fff;
    outline: 0;
    border: none;
}

textarea {
    overflow: auto
}

embed,
iframe,
object {
    width: 100%;
	height: -webkit-fill-available;
}

#searchable_text_btn:hover {
    background: #000
}

#searchable_text_btn {
    padding: 0 10px;
    background: #035680;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer
}

.searchable_text_btn:after {
    color: #fff;
    content: '•••'
}

.UsableBtn {
	display: grid;
	grid-template-columns: 49% 49%;
	align-items: center;
	gap: 2%;
	border-top: 3px solid #f7f7f7;
	border-bottom: 3px solid #f7f7f7;
}

.UsableBtn button {
    padding: 10px;
    font-size: 90%;
    font-weight: 700;
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
	margin: 6px 0
}

.footer-inner ul li {
    list-style: none;
    border-left: 2px solid #fff;
    display: contents;
    margin: 0;
    padding: 0
}


.UsableBtn .Sharebtn {
    background: #0a013d;
}
.UsableBtn .copylinkbtn {
    background: #000;
}

.UsableBtn .copylinkbtn.copied {
    background: purple
}

.UsableBtn .Sharebtn:hover,
.UsableBtn .copylinkbtn:hover{
    opacity: .8
}

blockquote,
body,
html {
    background: #f7f7f7
}

hr {
    background-color: #ccc;
	margin: 2em auto 1.6em
}

.original-credit {
    font-weight: 700;
    color: #fff;
    background: #016194;
    padding: 10px;
    border-bottom: 3px dashed;
    border-radius: 6px
}

.original-credit::after {
    content: ' ⇩'
}

.primary-menu ul li:hover ul li,
.primary-menu>li:hover ul {
    display: block;
    animation: .3s fadeIn
}

.primary-menu a:active,
.primary-menu a:hover,
.primary-menu a:visited {
    color: #fff;
    background-color: #035680
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    margin: 0 auto;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	max-width: 1080px;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}
.site-content {
	  display: grid;
    grid-template-columns: 100%;
    margin: 0 auto;
    padding: 16px 10px 40px 10px;
    max-width: 1080px;
    margin: 0px auto;
    background-color: #fff;
    gap: 1%;
}
.single .site-content {
    padding: 16px 10px 40px 10px;
}

.post-outer {
    grid-template-columns: 49% 49%;
    background-color: #fff;
    gap: 1.6em 2%;
}

.site-main {
  background: #fff;
	width: unset;
}
.sidebar-right {
    background-color: ;
    padding: 0px;
	margin: 1.8em auto;
	width: -webkit-fill-available;
}

.site-footer {
    background-color: #000;
    background-image: linear-gradient(black, #035680);
}

.post-outer .entry-title {
    overflow: hidden
}

pre::-webkit-scrollbar {
    width: 10px
}

pre::-webkit-scrollbar-thumb {
    background: #888
}

.entry-content table {
    margin: 1.8em 0
}

.entry-content td {
    border-radius: 6px;
    padding: 6px
}

a:active,
a:focus,
a:hover,
html {
    outline: 0
}

body,
input {
    color: #404040;
    font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    word-break: break
}

td {
    font-size: 15px;
    padding: 5px;
    border: 1px solid #d9d9d9
}

blockquote {
    margin: 2.2em 0;
    padding: 2px 10px;
    border-left: 10px solid #e1e1e1;
    border-right: 10px solid #e1e1e1;
    border-radius: 10px 0
}

hr {
    box-sizing: content-box;
    border: 0;
    height: 1px;
    overflow: visible;
    clear: both
}

a:visited {
    color: purple
}

a:active,
a:focus,
a:hover {
    color: #191970
}

.header-background {
    background: #fff;
}

.main-menu-background {
    background-color: #000;
    clear: both;
	margin-top: 1.8em
}

.post-outer article {
    -webkit-box-shadow: 0 0 4px 1px #000;
    -moz-box-shadow: 0 0 4px 1px #000;
    box-shadow: 0 0 px 1px #000;
    height: ;
    overflow: hidden
}

.post-outer article:hover {
    -webkit-box-shadow: 0 0 4px 1px #007BFF;
    -moz-box-shadow: 0 0 4px 1px #007BFF;
    box-shadow: 0 0 px 1px #007BFF
}

.post-outer .entry-header {
    margin: 0px 0px;
	display: grid;
	    grid-template-columns: 100px auto;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.post-outer .entry-header img {
    width: 100%;
    height: 86px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    margin: 0px;
	padding: 0px
}


.search-music-icon-post {
    display: flex;
    align-items: center;
    color: transparent
}

.search-music-icon-post {
    border: 2px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    font-size: 18px;
    background: linear-gradient(50deg, red, #000);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    overflow: hidden
}

.post-outer .entry-summary {
    padding: 0 6px;
    float: left;
    width: 80%
}


.post-outer .entry-title h2{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    max-height: 70px;
    border: 0;
    margin: 0px 6px;
}

.post-outer .entry-title a {
    display: block;
    color: #000
}
.post-outer .entry-title a:hover {
   text-decoration: underline
}

.post-outer .entry-footer {
    background: #eee;
    margin: 6px;
    padding: 4px;
    display: none;
    grid-template-columns: auto auto;
	justify-content: space-between;
    align-items: center;
    gap: 2%;
    font-size: 90%;
}
.continue-reading {
	background: #fff;
	padding: 0 10px
}
.continue-reading:hover{
	background: #007BFF;
	color: white
}
.footer-inner,
.site-branding {
    align-items: center;
    max-width: 1080px
}

.post-outer .cat-links a,
.post-outer .tags-links a {
    background: #fff;
    padding: 0 6px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis
}

.post-outer .cat-links a::before {
    content: ' ⟡ '
}

.post-outer .tags-links a::before {
    content: ' 𝄞 '
}

.nav-links .page-numbers {
    display: none;
}

.nav-links .prev, 
.nav-links .next {
    display: inline-block;
}
.site-main .nav-links {
    display: grid;
    grid-template-columns: 40% 40%;
    margin: 2.2em auto 2.8em;
    border-radius: 6px;
    max-width: 80%;
    justify-content: space-between;
	position: relative
}

.nav-links .prev {
    background: #035680;
    padding: 10px 30px;
	color: white;
	text-decoration: none;
    border-radius:  6px;
	position: absolute;
	left:0;
	-webkit-box-shadow: 0 0 4px 1px #000;
    -moz-box-shadow: 0 0 4px 1px #000;
    box-shadow: 0 0 px 1px #000;
}
.nav-links .next
{
    background: #035680;
     padding: 10px 30px;
	color: white;
	text-decoration: none;
    border-radius:  6px;
	position: absolute;
	right:0;
	-webkit-box-shadow: 0 0 4px 1px #000;
    -moz-box-shadow: 0 0 4px 1px #000;
    box-shadow: 0 0 px 1px #000;
}


.nav-links .prev:hover, 
.nav-links .next:hover {
    background: red;
    border-radius: inherit;
    color: #fff
}

.site-footer {
    display: grid;
    grid-template-columns: auto;
	padding: 10px 0
}

.footer-inner {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 98%;
    margin: auto;
    padding: 2% 1%
}

.footerdesign-left,
.footerdesign-right {
    font-weight: 800;
    margin: 0;
    padding: 0
}

.author,
.posted-on {
    background: #f7f7f7;
    padding: 0 6px
}

.footerdesign-left a {
    color: #fff;
    text-decoration: none
}

.author,
.footerdesign-right {
    text-align: right
}

.author::before {
    content: ' ✎ '
}

.footerdesign-right a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px
}

.related-posts {
    margin-top: 2em;
}

.related-posts h2 {
    color: #fff;
    font-size: 18px;
    background: #016194;
    padding: 8px 10px;
    border-left: 4px solid #000;
    border-radius: 4px
}

.related-posts h2::after {
    content: ' ⇩ '
}

.footerdesign-right li {
    padding-left: 2%;
    padding-right: 2%;
    border-left: 3px solid #fff
}

.footerdesign-right li:last-child {
    padding-right: 0
}

.footerdesign-right a:hover {
    color: #fff;
	text-decoration: underline
}

.tk-search-icon {
    display: flex;
    transform: rotate(270deg);
    font-size: 28px;
    cursor: pointer;
	line-height:0;
}

.tk-search-icon::before {
    content: '⌕';
}

.tk-loading-icon {
    display: inline-block;
    font-size: 22px;
    animation: .5s ease-in-out infinite flip
}

.tk-loading-icon::before {
    content: '⊶'
}

.entry-meta {
    font-size: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.posted-on {
    text-align: left
}

.posted-on::before {
    content: ' ● '
}


.site-main p a{
text-decoration: none
}

.post-inner .entry-title {
    border-bottom: 2px solid #eee;
}

.post-inner .entry-title h1 {
    margin:  0;
	padding: 10px 0
}
   .popup-overlay{
            position:fixed;inset:0;background:rgba(0,0,0,.6);
            display:none;justify-content:center;align-items:center;
            z-index:99999;
        }
        .popup-box{
					background:#fff;
					width:90%;
					max-width:480px;
					padding:40px 10px 10px 10px;
					border-radius: 10px;
					position:relative;
        }
.popup-video{
					background:#fff;
					width:90%;
					max-width:;
					padding:40px 10px 10px 10px;
					border-radius: 10px;
					position:relative;
	display: grid;
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 10px;
    align-items: baseline;
        }


 .popup-box .popup-heading{
					font-weight: bold;
	position:absolute;
	top:14px;left:10px;
	cursor:pointer;
	font-size:;
	background: black;
	color: #fff;
	padding: 0px 4px;
	border-radius: 4px
        }
.popup-box .popup-content{
	cursor:pointer;
	color: #000;
	padding: 0px 4px;
	border-radius: 4px;
	border-top: 1px solid #eee
        }
.close-btn{
	position:absolute;
	top:14px;right:10px;
	cursor:pointer;
	font-size:20px;
	background: red;
	color: #fff;
	padding: 0px 4px;
	border-radius: 6px
        }
        .popup-content{
            max-height:50vh;overflow-y:auto;margin-top:10px;
        }
        .info-box{
            margin-top:12px;padding:10px;background:#f3f3f3;
            border-left:4px solid #0073aa;font-size:14px;
        }
        .btn{
            padding:8px 14px;border:none;border-radius:5px;
            cursor:pointer;margin-right:8px;
        }
        .btn-lyrics{background:#0073aa;color:#fff}
 .btn-video {background:#d32f2f;color:#fff}

        /* 🎥 Thumbnail with Play Button */
        .yt-thumb{
            position:relative;
            margin-top:15px;
            cursor:pointer;
        }
        .yt-thumb img{
            width:100%;
            border-radius:8px;
            display:block;
        }
        .yt-play{
            position:absolute;
            top:50%;left:50%;
            transform:translate(-50%,-50%);
            width:50px;height:50px;
            background:rgba(0,0,0,.7);
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        .yt-play:before{
            content:'';
            margin-left:4px;
            border-style:solid;
            border-width:12px 0 12px 20px;
            border-color:transparent transparent transparent #fff;
        }

/* Card look */
.popupbox-wrapper{
    border:2px solid #eee;
    padding:10px;
    border-radius:6px;
    background:#fff;
}

.song-header {
    display:flex;
    flex-direction:column;
    gap:8px;
	    width: 100%;
}
.song-title-row{
    display:flex;
    align-items:center;
    gap:8px;
}

.song-number{
    font-weight:bold;
    font-size:18px;
    color:#0073aa;
}

.song-title{
    font-size:18px;
    font-weight:600;
}
.song-details{
    width:100%;
    font-size:14px;
    color:#666;
    margin-top:4px;
}

.song-meta{
    font-size:14px;
    color:#666;
    line-height:1.4;
}
.song-buttons .btn {
    padding: 6px 12px;
    border-radius: 5px;
}
		.entry-content .song-details-table{
    width:100%;
    max-width:420px;
    margin:0px;
    border-collapse:collapse;
    font-size:14px;
			background: #f7f7f7
}

.song-details-table th{
    text-align:left;
    width:10px;
    color:#555;
    padding:4px 6px;
    font-weight:600;
    vertical-align:top;
}

.entry-content .song-details-table td{
    padding:4px 6px;
    color:#222;
	border: 1px solid #eee;
}

.song-details-table tr{
    border:1px solid #eee;
}



.site-branding {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
	padding: 16px 0;
}


.header_menu_seacrhBox {
    border-left: 8px solid #afa69c;
    border-right: 8px solid #afa69c;
    max-width: 1080px;
    background-color: #000;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto
}

.related-posts .post-thumbnail img{
        width: 100px;
    height: 86px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}
.related-posts ul {
    grid-template-columns: 49% 49%;
    padding: 0;
    gap: 0 2%;
    display: grid;
	margin-bottom: 0
}

.related-posts li {
    margin-top: 2%;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}

.related-posts li a {
    color: #000;
    text-decoration: none;
    grid-template-columns: 100px auto;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    display: grid;
    align-items: center;
    gap: 0%;
    width: 96%;
	font-size: 16px
}

.related-posts li a:hover {
    text-decoration: none;
    color: #035680
}

.related-posts .related-title {
    text-overflow: ellipsis;
    overflow: hidden;
	margin: 0px 6px
}

.primary-menu {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 100%
}

.primary-menu a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: max-content;
    padding: 10px 15px
}

.thekroyaard_ads_in_post {
    margin-top: 1.8em;
    margin-bottom: .4em;
    min-height: 250px;
    background: #f7f7f7
}

.site-logo {
    margin: 0 10px;
    padding-top: 6px;
	max-width: 200px;
}
.site-logo img{
height: auto;
	width: 100%;
}
 .header_rightside_ads {
        display: block;
        text-align: center;
        min-height: 240px;
        background-color: #f0f0f0;
        position: relative;
        overflow: hidden;
	 max-width: 1060px;
	 margin: 0 auto
    }

@keyframes flip {
    from {
        transform: rotateY(0)
    }
    to {
        transform: rotateY(360deg)
    }
}

@media (max-width:750px) {
	.lyrics-wrap{
display:grid;
grid-template-columns:100%;
gap:0px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: .8em
}
	.sticky{
position:relative;
	    background: #fff;
    height: fit-content;
    top: 0px;
}
	.lyrics-video-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
	#block-3 ul {
	display: grid;
grid-template-columns: 49% 49%;
		gap: 10px 2%;
}
	.entry-content ul {
grid-template-columns: auto;
}
	.site-branding {
		padding: 18px 6px;
		 grid-template-columns: 10% auto 10%;
    margin: 0 auto;
		justify-content: space-between;
		justify-items: center;
}
    
    .site-logo {
        margin: 0 10px
    }
   .site-content {
	  display: grid;
    grid-template-columns: 100%;
		 gap: 0
}
.sidebar-right {
    padding: 0px;
	margin: 2.3em 0 0em;
	}
    
    .post-outer,
    .related-posts ul {
        grid-template-columns: 49% 49%
    }
    .post-outer {
        gap: 1.6em 2%
    }
    .post-outer .entry-title,
    .post-outer .entry-title a {
        font-size: 100%;
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
 .thekroyaard_ads_in_post {
        margin-left: 0;
        margin-right: 0
    }
    .therkoyaard_sidebar_ads {
        min-height: 100px;
        margin-top: 1em;
        margin-bottom: 2em
    }
    .widget-area {
        margin-top: 0;
        margin-bottom: .6em
    }
	
	.hamburger-menu {
		display: block;
text-align: left;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
	.hamburger-menu::before {
		content:'☰'
	}
	
	.main-menu-background {
    position: fixed;
		margin-top: 0;
    top: 0;
    left: -110%;
    height: 100%;
		overflow: auto;
    width: 250px;
    background-color: #000;
    background-image: linear-gradient(black, #035680);
    transition: left 0.3s ease;
    z-index: 1000;
}

/* When menu is open */
.main-menu-background.show {
    left: 0;
}
	.header_menu_seacrhBox{
		margin-top: 10px;
		border: 0;
		background-color: transparent;
	}

	.primary-menu>li{
    display: block;
}
	.primary-menu a {
width: auto;
		display: block;
		font-size: 95%
}
	.main-menu-background::-webkit-scrollbar {
        width: 4px
    }
    .main-menu-background::-webkit-scrollbar-thumb {
        background: #035680
    }
    .main-menu-background::-webkit-scrollbar-thumb:hover {
        background: #035680
    }
	.close-menu {
		display: block;
    position: absolute;
    top: 24px;
    right: 6px;
    background: #f7f7f7;
    border: none;
    color: #000;
    cursor: pointer;
    z-index: 1001;
    padding: 0 6px;
}
	.close-menu::before{
		content:'⇐';
		font-size: 18px
	}

.close-menu:hover {
	opacity: .8
}
}

@media (max-width:480px) {
	.entry-content ul {
		grid-template-columns: 100%;
		gap: 20px
	}
	.popupbox-wrapper {
		border:0;
    border-bottom:2px solid #eee;
		border-radius: 0;
    padding: 0px 0px 10px 0;
    background:#fff;
}
		#block-3 ul {
	display: grid;
grid-template-columns: 100%;
		gap: 10px 2%;
		margin: 0
}
	.site-branding {
		 grid-template-columns: 10% 60% 10%;
    margin: 0 auto;
		justify-content: space-between;
}
    .site-logo {
        margin: 6px
    }
    .post-outer,
    .related-posts ul,
    .tags-related-item ul {
        grid-template-columns: 100%
    }
    .entry-content td {
        padding: 4px
    }
    .tksearchTerm {
        width: 200px
    }
    .footer-inner,
    .footer-inner li a {
        display: grid;
        grid-template-columns: 100%;
        width: 98%;
        text-align: center
    }
    .related-posts ul {
        gap: unset
    }
    .footer-inner {
        margin: 1em 0
    }
    .footer-inner li a {
        margin: auto;
        padding: 1%
    }
    .footerdesign-right ul {
        margin: 0;
        padding: 0
    }
}