<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Rankchecker
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme Rankchecker Style
 Author:       Forra
 Author URI:   https://www.forra.com
 Template:     generatepress
 Version:      0.1
*/
.akismet_comment_form_privacy_notice {
	padding-top: 10px;
	font-size:12px;
	color: #9f9f9f;
}

.akismet_comment_form_privacy_notice a{
	color: #9f9f9f;
}
.forra_catlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.forra_catlist .link_title {
    display: block;
    font-size: 21px;
    padding: 10px 0 0 0;
    font-weight: 400;
}

.forra_catlist .link_desc {
    border-bottom: 1px solid #e8e6e6;
    display: block;
    font-size: 14px;
    padding-bottom: 1.25rem;
}
.forra_catlist li:last-child .link_desc {
    border-bottom:none;
}


h1 {
    padding: 20px 0 10px 0;
}

.entry-content {
    margin: 0.5em 0 0 0;
}
.metaslider {
    padding-bottom: 2rem;
}

.frontpage #content {
/* padding: 10px 11% ;
*/}

.section_title {
	padding: 5px;
    margin-bottom: 5px;
    font-weight: normal;
	color: #ffffff;
	font-size:16px;
	height:1.2rem;
	display: initial;
}
.section_title.green {
	background-color: #689F38;	
}
.section_title.blue{
	background-color: #2196f3;	
}
.section_title.red {
	background-color: #f44336;	
}
.lgc-column .section_title + p{
	margin:10px 0 0;
}
.wp-show-posts article header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top:10px;
}

h3.wp-show-posts-entry-title,
.wp-show-posts-columns .wp-show-posts-entry-title  {
	font-size:18px;
}

.mobile-header-navigation .mobile-header-logo img{
    float: none;
    height: auto;
}

.mobile-header-logo #mobile-header .menu-toggle {
    padding-right: 10px;
}
#mobile-menu ul {
    margin-top: 10px;
    margin-left: 0px;
}
#mobile-menu .main-navigation li {
    width: auto;
}
#mobile-menu ul li.menu-item-has-children&gt;a,
#mobile-menu ul li &gt;a
{
    line-height: 2.5rem;
    border-left: 0;
    background-color: #efefef;
    border-bottom: 1px solid #ffffff
}
#mobile-header&gt;.inside-navigation {
    padding: 10px;
}

@media screen and (max-width: 400px) {
}

@media (max-width: 768px){
    h1 {
         padding: 10px 0 10px 0; 
    }
    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        padding: 20px;
    }
   #primary .featured-image {
        margin-top:1rem;
}

}</pre></body></html>