

p {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 2em;
}


/*--/single--*/

.single-left1 p i {
    color: #34bf49;
    margin: 1em 0;
    display: block;
}

.comments-grid-right i {
    font-style: normal;
}

.comments-grid-left img {
    padding: .3em;
}

.comments-grid-right {
    float: left;
    width: 70%;
    padding: 1%;
}

.comments-grid-left {
    float: left;
    width: 30%;
}

.comments-grid-right ul {
    padding: 1em 0;
}

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 0.8em;
}

.comments-grid-right ul li a {
    color: #ee4f4f;
    text-decoration: none;
}

.comments-grid-right p a{
    font-size: 0.8em;
    color: #555;
    line-height: 2.1em;
    margin: 0;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; 
position: relative; max-height: 70px;
}
.comments-grid-right p a:after{content: ""; position: absolute; bottom: 0; right: 0;
}

.comments-grid-right h4 a {
    font-size: 0.85em;
    color: #313131;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.comments-grid {
    border: 1px solid #ddd;
    padding: 2% 2%;
}

.comments-grid {
    margin: 2.5% 0 2% 0;
}

.comments h3 {
    margin: 2em 0;
}

.left_bar h3,
.comments h3 {
    text-transform: capitalize;
    font-size: 1.4em;
    color: #212121;
    padding-bottom: .5em;
    letter-spacing: 1px;
}

.contact-form span label {
    display: block;
    font-size: 0.8em;
    color: #555;
    padding-bottom: 5px;
    font-weight: 500;
    margin: 0.5em 0;
}

.myButton {
    background: #212121;
    color: #fff;
    font-size: 1em;
    padding: 17px 0;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.myButton:hover {
    background: #34bf49;
}

.contact-form div {
    padding: 5px 0;
}

.left_form {
    float: left;
    width: 48%;
}

.right_form {
    float: left;
    width: 48%;
    margin-left: 3.8%;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding: 10px 15px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #464646;
    font-size: 1em;
    box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-appearance: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-form textarea {
    resize: none;
    height: 153px;
}

.contact-form {
    position: relative;
    margin-top: 3em;
}


/*--responsive--*/

@media(max-width:1080px) {
    .blog_section {
        width: 100%;
        padding: 0;
    }
}

@media(max-width:1050px) {
    .blog_img.single {
        width: 100%;
        float: none;
    }
}

@media(max-width:667px) {
    .left_form {
        float: left;
        width: 100%;
    }
    .right_form {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .comments-grid-right ul {
        font-size: 0.5rem;
    }
}
@media(max-width:384px) {}

@media(max-width:375px) {
    .comments-grid-right ul{
     overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-height: 30px;
}
.comments-grid-right ul:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}

@media(max-width:320px) {
    .comments-grid-right ul{
     overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; 
position: relative; max-height: 30px;
}
.comments-grid-right ul:after{content: ""; position: absolute; bottom: 0; right: 0;
}
}


/*--//responsive--*/
