/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 05:59:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.blog .ct-media-container img {
    background-color: #fff !important;
    border-radius: 10px;
}

.card-content .entry-title a{
	font-size: 25px;
}

.entry-button.wp-element-button.ct-button{
	background-color: #000;
	border-radius: 25px;
	color: #fff;
	font-weight: 800;
	padding: 5px 25px;
	letter-spacing: 1px;
}
.blog #main .page-title:after{
	content: "All The Tech You Need To Know, Latest Mobile & Tech Highlights";
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	display: block;
	margin-top:5px;
	
}
.blog #main .entries > article{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-section.is-width-constrained{
	margin-bottom: 20px;
}

.blog #main .page-title{
	padding-top: 45px;
}


@media (min-width: 690px) {
    [data-archive=default][data-layout=simple] article>.ct-media-container {
        FONT-VARIANT: JIS04;
        max-width: var(--card-media-max-width, 50%);
        flex-shrink: 0;
        margin-inline-end: 0;
    }
	.blog #main .page-title{
	font-size: 35px;
		color: #000;
}
}