/*
Theme Name: EZNET
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.border-top{
	border-top: 1px solid #000 !important;
}

.border-bottom{
	border-bottom: 1px solid #000 !important;
}

.border-left{
	border-left: 1px solid #000 !important;
}

.border-right{
	border-right: 1px solid #000 !important;
}

#wide-nav{
	border-top: 1px solid #000;
}

.blog-posts-home .col-inner .box-image{
    width:80%;
    border-radius:5%;
}
.blog-posts-home .col-inner .post-date{
    left:20px;
}
.blog-posts-home .col-inner .box-text .post-title{
    font-weight:500 !important;
    font-size: .9rem;
    line-height: 1.3rem;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.blog-posts-home .col-inner .box-text .from_the_blog_excerpt {
    display: none;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}