/*
Theme Name: Foodconnection
Theme URI: http://www.foodconnection.vn
Author: the Foodconnection team
Author URI: http://www.foodconnection.vn
Description: Foodconnection is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Foodconnection will make your WordPress look beautiful everywhere.
Version: 4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: fcv

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#news_ran .photo img,
.thumb img {
    max-width: 100%;
    height: auto;
}

.writer-photo img {
	min-width: 100%;
	height: auto;
}

.screen-reader-text {
	display: none;
} 

.tt01 {
    width: 100%;
    float: left;
}

.tt01 a {
    float: left;
    margin: 0 5px 5px 0;
}

.single .tt01 a {
    margin-bottom: 15px;
}

.tt01 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.social_fix {
    height: 100vh;
}

#sidebar .box #news_ran ul li a,
#sidebar .box .item dl dd a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;     
}

#sidebar .box .thumb img,
#sidebar .box .photo img {
    min-height: 62px;
}

#group_cat .slider dl dt,
#group_cat .slider dl dd {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

#group_cat .photo img {
    max-width: 100%;
    height: auto;
}