/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2024 | 14:47:03 */
.wpd-login, .wpdiscuz-user-settings {
  display: none;
}
div.wpd_comment_level-1 > div.wpd-comment-wrap > div.wpd-comment-right > div.wpd-comment-footer > div.wpd-reply-button {
	display: none !important;
}
.wpd-toggle i {
	font-size: 20px !important;
	color: #0088cc !important;
}
span.wpd-view-replies-text {
	font-size: 16px !important;
	font-weight: 600;
}
.wc_email-wrapper { 
    display: none !important; 
}
#latest-comments-container {
	font-size: 18px;
}
h3.widget-title {
	font-size: 20px;
}
.comments-c2a {
	color: orangered;
}
.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;
}
.gsib_a, .gsib_b {
	border: 0 !important
}

a.gs-title, .gs-title b {
	font-size: 2rem !important;
}
.gsc-table-result, .gsc-table-result b {
	font-size: 2rem !important;
}
body {font-size: 20px;}
#ruya-dikkat,#ruya-dikkat>ul>li {background:#f0f0f0 !important;color:#333333 !important;padding:5px; margin-bottom: 10px;}
ul { list-style-type: none; padding: 0; margin:0 5px 5px 0;}
#ruya-dikkat>ul>li {font-size: 1.5em; background:#f0f0f0; margin: 2px;padding:2px;}
h1.entry-title, h1.entry-title a, h1.entry-title a:visited, h1.entry-title a:link {color:#0088cc;font-weight:800;}
h2 {color:#00cc88;}
.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;
}
.blur {
	filter: blur(5px);
}
.gsc-search-button {
	border: 0 !important;
	min-width: 50px;
}
#heatmapthemead-widget-position-leaderboard {
	background-color: #f0f0f0;
    margin: 0;
    padding: 0 20px;
}
#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;
}