/* 
 Theme Name:   mores info
 Theme URI:    
 Description:  
 Author:       fkdigital92
 Author URI:   http://moresinfo.fkdigital.in
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
}
.row {
	clear: both;
}
.row-50 {
    width: 50%;
    float: left;
    overflow: hidden;
	  padding: 0px 20px 0px 0px;
}
/***** contact-page css ***/
 input[type="text"],  input[type="email"], input[type="tel"]{
	box-sizing: border-box;
    padding: 15px 15px;
    height: auto;
    width: 100%;
    position: relative;
    border: solid 1px #d8d8d8;
	 	background-color: #fff;
font-size: 15px;
    line-height: 18px;
    color: #243238;
}
textarea {
    font-size: 15px;
    line-height: 18px;
    color: #243238;
    padding: 10px 15px;
    width: 96%;
	background-color: #fff;
	border: solid 1px #d8d8d8;
    height: 90px;
}
input[type="submit"] {
        background-color: #e61111;
    border-color: #E8E8E8;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
	padding: 8px 30px 8px 30px;
}

/********* Single blog page css ***/
.single-post .site-content {
	padding:60px 15px;
}

.single-post h1.entry-title{
	font-size: 35px;
    color: #000000;
    font-weight: 700;
    line-height: 40px;
}
.single-post .inside-article {
	padding-bottom: 40px !important;
}
.single-post .entry-meta {
    border-top: 1px solid #f3f3f3;
    margin-top: 20px;
	padding-top:10px;
   
}
.single-post img.attachment-full.size-full {
    width: 100%;
    border-radius: 15px;
}
.inside-right-sidebar h3 {
    border-bottom: 1px solid #F0161D;
    font-weight: 500;
    font-size: 24px;
    color: #F0161D;
    padding-bottom: 10px;
}

.inside-right-sidebar ul li {
    border-bottom: 1px solid #eee;
    padding: 17px 0;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.inside-right-sidebar time.wp-block-latest-posts__post-date, span.posted-on {
    color: #F0161D;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    font-weight: 500;
}
.inside-right-sidebar ul li a{
	text-decoration: none;
	display: -webkit-inline-box;
}
.featured-image.page-header-image-single {
    padding-right: 20px;
}
