/*
Theme Name: HKG Sleeves
Theme URI: http://themeforest.net/user/wpoceans/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans/portfolio
Description: HKG Sleeves 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HKG Sleeves
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.gallery-item img{
  width: 100%;
  max-height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    background: transparent;
    display: none;
}

.hkg-img .sina-content-box:hover img{
    filter: invert(1);
}
table th{
    background: #dd3232;
}
td, th{
    border: 1px solid #ffbdbd;
}
.woocommerce .woocommerce-Tabs-panel table td {
    padding: 8px 10px;
}
.single-product.woocommerce div.product .entry-summary .product_title{
    color: #333;
}
/********** Menu Sidebar ****************/

.left-sidebar{position:absolute;left:0;width:80px;height:100%;top:0;z-index:2}.left-sidebar ul{margin:0;padding:0;writing-mode:tb-rl;display:flex;justify-content:center;width:100%;height:100%}.left-sidebar ul li{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;color:#111;font-family:"Acumin Pro Bold";letter-spacing:.5px;font-size:14px;padding:20px 0}.left-sidebar ul li a{color:#111}.left-sidebar ul li a:hover{color:#ffc72c}.left-sidebar ul li:first-child{border-bottom:1px solid #acacac}.left-sidebar .bi{color:#111;margin:0 0 15px;transform:rotate(-90deg);color:#ffc72c}
