/*
Theme Name: Sarah
Theme URI: #
Author: Digital Connection
Author URI: https://www.digitalconnection.pt/
Description: This is theme developed fot Sarah by Digital Connection.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarah
*/
@import "assets/css/main.css";
@import "assets/css/responsive.css";

.category  .blogPage .imageTop {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}
.blogPage.pageHeaderPadding a{
    width :100%;
}

.single-post ul, .single-post ol {
    padding: 10px 20px;
}
.single-post ul li, .single-post ol li{
    list-style: auto;
}
.mostPopularCard > a{
    width: 60%;
}
.mostPopularCard img{
    width: 100%;
    max-width: 100%;
    min-height: 130px;
    max-height: 130px;
}
.mostPopularCard .popularDetail{
    width: 30%;

}
.mostPopularCard .popularDetail a{
    color: black;
}
p a{
	color:#000;
}