/*
Theme Name: BICTweb.vn
Description: This is a child theme for BICTweb.vn
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE ***************/


#wp-admin-bar-customize { display:none !important;}

.dropdown-uppercase.nav-dropdown .nav-column>li>a, .nav-dropdown.dropdown-uppercase>li>a {
    text-transform: uppercase ;
    font-size: .70em !important;
}

/** Tags .single-tags {
	display: none;
}
.entry-content .single-tags {
	display: block;
}
*/


[rel="tag"] {
    align-items: center;
    background-color: whitesmoke;
      border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
  }
  .archive.category .col.post-item img.wp-post-image {
    object-fit: fill;
}
.archive.category .col.post-item h5.post-title.is-large {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

