/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 12:10:56 */
/* General Styles */
body {
    background-color: #fff !important;
    font-size: 18px;
}

/* Typography */
h1.post-title a {
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    color: #0088cc;
}

.mp {
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	font-size: 1.2em;
}




p.gl {
    text-align: justify;
}


span.d-source {
	font-size: 0.8em;
	display: block;
	text-align: right;
}



/* Containers */
.mcontainer {
    position: relative;
}

.containerbackground {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    color: #c6afaf;
    font-size: 3rem;
}


.stamp {
    transform: rotate(-2deg);
    color: #555;
    font-size: fit-content;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0 0.25rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url('https://sightlessoracle.com/wp-content/uploads/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
    max-width: 50%;
    margin-right: 0.5rem;
}

.is-approved {
    color: #0A9928;
    border: 0.5rem solid #0A9928;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(-10deg);
    text-transform: none;
    border-radius: 0;
    margin-top: -2rem;
    float: right;
    font-size: 1.5rem;
}

/* Hiding Elements */
#wpdcom .wpd-form-row div.wc_email-wrapper {
    display: none !important;
}

#comments {
    padding: 1em !important;
}

div#rel {
    margin-top: 5rem;
    padding: 1rem;
}

div#rel p {
    padding: 1rem;
}

div#rel p.par {
    background-color: #ffffe0;
    font-size: 1.4rem;
}

/* Navigation and Pagination */
.next-wrapper, .prev-wrapper {
    background-color: greenyellow !important;
}

.next-wrapper .next, .prev-wrapper .prev {
    background-color: green !important;
}

.popular-posts h4 {
    color: greenyellow;
}

/* Comments and Author Information */
.before-comments h4 {
    font-size: 1.25rem !important;
    padding: 1rem;
}

.before-comments p {
    font-size: 1rem !important;
    padding: 1rem;
}

.author-description {
    font-size: 1rem;
    text-transform: none;
}

.comment-notice {
    background-color: #dddddd;
    padding: 2rem;
}

.comment-notice a {
    font-weight: 700 !important;
    color: blue;
}

/* Blockquotes */
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote p {
    display: inline;
}

/* Footer */
#footer {
    background-color: #fff !important;
}

/* Widgets */
.widgettitle {
    color: #0088cc !important;
}

.comment-author-link {
    color: #1f7d02 !important;
    font-weight: 700;
}

.comment-excerpt {
    color: #666 !important;
}

.post-views {
    color: #00cc88;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.alert-link {
    color: #0088cc !important;
}

.my_stats {
    border-bottom: 1px dashed lightblue;
    margin-bottom: 10px;
}

#latest-comments-container {
    font-size: 18px;
}

h3.widget-title {
    font-size: 20px;
}

.comments-c2a {
    color: orangered;
}

.search_below_title {
    width: 90% !important;
    margin: 5px auto !important;
    text-align: center;
    display: block;
}

.search-submit {
    background-color: #563d7c;
    color: #fff;
}

h1.entry-title {
    font-size: 2em;
    color: #007bff;
}

#ez-toc-container {
    font-size: 1.5em;
}
.widget {
	font-size:1em;
}
.gsc-above-wrapper-area {
	box-sizing: initial !important;
}
.gsc-input {
	min-width: 150px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.gsc-search-button {
	border: 0 !important;
	min-width: 50px;
}
.gsib_a, .gsib_b {
	border: 0 !important;
}
form.gsc-search-box {
	margin: auto !important;
	max-width: 728px !important;
}

a.gs-title, .gs-title>b {
	font-size: 1.5rem !important;
}
.gsc-table-result {
	font-size: 1.2rem !important;
}
.testimonials {
    display: flex;
    flex-direction: column;
}

.testimonial-card {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.testimonial-content {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-author {
		font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.show-comment-button {
    display: inline-block;
}
.wpd-toggle i {
	font-size: 20px !important;
	color: #0088cc !important;
}
span.wpd-view-replies-text {
	font-size: 16px !important;
	font-weight: 600;
}
.blur {
	filter: blur(5px);
}
h4.cse-c2a {
	color: purple;
    font-weight: bold;
    font-size: 20px;
}
#content.site-content {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
#sib {
	font-size: 18px; 
        padding: 15px 20px; 
        cursor: pointer; 
        background-color: #007bff; 
        color: white; 
        border: none; 
        border-radius: 8px; 
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); 
        transition: background-color 0.3s ease, transform 0.2s ease; 
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
        display: block;
}
.comment-count {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}
.comment-count a {
    color: #0066cc;
    text-decoration: none;
}
.comment-count a:hover {
    text-decoration: underline;
}