/*
Theme Name: Wiseguys Mobile Phone Repair
Theme URI: https://brandrep.com/
Template: hello-elementor
Author: Eugine Gomez
Author URI: https://www.brandrep.com/digital-marketing/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1701156952
Updated: 2023-11-28 07:35:52
*/

/* Archived Page */
.post-archive{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap:20px;
}
.post-archive .post-items{
	width:33%;
}
.post-archive .post-items h2{
	line-height:.7;
}
.post-archive .post-items > *{
	font-family: "Rajdhani", Sans-serif;
}
.post-archive .post-items h2 a{
	color: #CA0101 !important;  
    font-size: 20px;
    font-weight: 700;
}

.post-archive .post-items .publish-date{
	font-weight: 700;
}

.post-archive .post-items .read-more{
	font-weight: 700;
    color: #000;
    display: inline-flex;
    padding: 10px 10px;
    margin-top: 20px;
}
.post-archive .post-items .read-more:hover{
	background-color:#CA0101;
	color:#fff;
}
.post-archive .post-items .read-more svg{
	width:14px;
	margin-left:20px;
}
.post-archive .post-items .read-more:hover svg{
	fill:#fff;
}
/* end of archive page */


/* Contact Form */
.contact-form-style .wpcf7{
	padding: 30px;
    background-color: #030F27;
    border-radius: 30px;
}
.contact-form-style .wpcf7 label{
	color: #fff;
	width: 100%;
}
.contact-form-style textarea{
	height: 200px;
}
/* end of Contact Form */


/* Single Post */
body.single-post .site-main{
	padding-top: 100px;
	padding-bottom: 100px;
}
/* end of Single Post */


body.single-post .site-main{
	padding:100px 0;
}

body.single-post .site-main .wp-post-image{
	width:100%;
	max-width:650px;
	max-height:unset;
}
body.single-post .site-main h1{
	font-size:37px;
}
body.single-post .site-main h2{
	font-size:20px;
}