/*!
Theme Name: CovRings
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: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6 or higher
Text Domain: thekroyaard_spl
*/
#block-3 {
		margin-top: 1.2em
	}
#block-3 h2, #block-12 h2{
	color: #fff;
    font-size: 18px;
    background: #016194;
    padding: 8px 10px;
    border-left: 4px solid #000;
    border-radius: 4px;
	width: -webkit-fill-available;
	margin-bottom: 1.2em
}
#block-3 h2:after, #block-12 h2:after{
content: ' ⇩ ';
}
#block-3 ul{
	margin: 0;
	padding:0;
	list-style: none;
	display: grid;
	gap: 2%;
}
#block-3 ul li{
	display: flex;
	align-items: center;
	background-color: #eee;
	padding: 4px 6px;
	border-radius: 6px
}
#block-3 ul li img{
	width: 40px;
	height: 40px;
}
#block-3 ul li a{
	text-decoration: none;
	color: black;
	font-weight: 600
}
#block-3 ul li a:hover{
	text-decoration: underline;
}

.entry-content ul {
	list-style: none;
	margin:0;
	padding:0;
	display: grid;
grid-template-columns: auto auto auto auto;
	gap: 1%
}
.entry-content ul li{
display: flex;
}


.audio-player {
            display: flex;
    flex-direction: column;
            align-items: center;
            gap: 6px;
            background: #fff;
            padding: 1% 0;
            border-radius: 10px;
            position: relative;
	border: 1px solid #007BFF;
	width: 100%
        }
.audio-player p {
	margin:0;
	padding: 0 6px;
	border-bottom: 1px solid;
	border-radius: 0;
	background-color: white;
}
        .loadingText {
            font-size: 10px;
            color: #007BFF;
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.8);
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
        }
        .playPause {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
.download {
	background: #007BFF;
	padding: 2px 6px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-radius: 6px
}
.download:hover {
	background: #000;
	color: white;
}
        .seekBar {
            width: 90%;
            cursor: pointer;
            appearance: none;
            height: 5px;
            border-radius: 5px;
            background: #ccc;
            outline: none;
            transition: background 0.3s;
        }
        .seekBar::-webkit-slider-thumb {
            appearance: none;
            width: 10px;
            height: 10px;
            background: #007BFF;
            border-radius: 50%;
            cursor: pointer;
        }
        .seekBar::-moz-range-thumb {
            width: 15px;
            height: 15px;
            background: #007BFF;
            border-radius: 50%;
            cursor: pointer;
        }

.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;
	width: 100%;
    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%
}

#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: 800px;
}

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: 800px;
    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: 2px dashed;
    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: 140px;
    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: 14px 0px;
	display: grid;
	    grid-template-columns: 50px auto;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.post-outer .entry-header img {
    width: 30px;
    height: auto;
    border-radius: 50%;
    border: 4px dotted #007BFF;
    overflow: hidden;
    display: block;
    object-fit: cover;
    margin: 6px;
	padding: 5px
}


.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{
    margin: 0px 6px 0 10px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    max-height: 70px;
    border: 0;
    padding: 0
}

.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: grid;
    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: 800px
}

.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: #072a51;
    border-radius: inherit;
    color: #fff
}

.site-footer {
    display: grid;
    grid-template-columns: auto;
	padding: 16px 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-bottom: 3px dashed;
    border-radius: 4px;
    margin-bottom: 24px;
}

.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
}

.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: 800px;
    background-color: #000;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto
}

.related-posts img {
    width: 35px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #eee;
    overflow: hidden;
    display: block;
    object-fit: cover;
}
.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;
    border-left: 4px solid #007BFF;
    border-right: 4px solid #007BFF
}

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

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

.related-posts .related-title {
    text-overflow: ellipsis;
    overflow: hidden;
	margin-right: 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
}

.ads-after-ul {
	display: block;
	position: relative;
	text-align: center;
    margin-top: 2em;
    margin-bottom: .4em;
	padding: 10px 0px;
    min-height: 220px;
    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: 780px;
	 margin: 0 auto
    }

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

@media (max-width:750px) {
	#block-3 ul {
	display: grid;
grid-template-columns: 49% 49%;
		gap: 10px 2%;
}
	.entry-content ul {
grid-template-columns: auto auto;
	gap: 10px 2%
}
	.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) {
		#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: .4em 0
    }
    .footer-inner li a {
        margin: auto;
        padding: 1%
    }
    .footerdesign-right ul {
        margin: 0;
        padding: 0
    }
}