/* 
 Theme Name:   Samichinam
 Theme URI:    
 Description:  
 Author:       Yukteedevteam
 Author URI:   https://project.yuktee.com/samichinam
 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[type="text"], input[type="email"], input[type="tel"]{
	margin-bottom: 15px !important;
	border-radius: 5px;
}

input[type="submit"] {
    color: #fff;
    background-color: #95BC02;
	border-radius: 5px;
	padding: 8px 30px;
	font-weight: 700;
}

.row-50 {
    width: 50%;
    float: left;
    overflow: hidden;
	  padding: 0px 20px 0px 0px;
}

.row-100 {
    width: 100%;
    overflow: hidden;
	padding: 0px 20px 15px 0px;
}
textarea{
    height: 100px;
}
.row-50 p, 
.row-100 p {
	margin-bottom: 0px;
}

/********blog single****************/

@media screen and (min-width: 220px) and (max-width: 720px) {
  .single-post h1 {
    font-size: 30px !important;
    line-height: 34px !important;
}
.single-post .site-content {
    padding: 60px 15px !important;
}
.single-post .inside-article{
		padding: 0px !important;
	}
}

.sr7-layer {
	font-family: Hergon Grotesk !important;
}