/* cmsms stylesheet: vk modified: 03/29/21 17:01:46 */
label {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #555;
    margin-top: 10px;
    cursor: pointer;
}

input, textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
 textarea {


    height: 100px;
   
}

.bottommargin-msm {    margin-bottom: 1rem !important;}



.cms_submit
{display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 30px 0px;
padding: 8px 22px;
font-size: 0.875rem;
line-height: 24px;
background-color: #97ca3d;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
width: 140px;
}

img.imblog {
width: 30%;
float: left;
margin-right: 15px;
}

.hicon {
float: left; margin-right: 25px;
}

.nicon {min-height: 70px;}

.nicon span {line-height:70px}


.entry-title h2 {text-transform: none;}

.post-grid .entry-title h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 600;}
