/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

body.single-post .entry-header .lsw {
	font-size: 14px;
    display: flex;
	justify-content: start;
    align-items: center;
}


body.single-post .entry-header .lsw .lswt {margin-right:5px}
body.single-post .entry-header .lsw li a {display: flex;
  align-items: center;}

body.single-post article.post-content .entry-content blockquote:not(.quote-light) p {
    color: #686868;
}

body.single-post article.post-content .entry-content blockquote:not(.quote-light)::before {
     display: unset;
}

.wpml-ls-item-ru img.wpml-ls-flag {filter: grayscale(1);transition: 1s;}
.wpml-ls-item-ru a:hover img.wpml-ls-flag {filter: grayscale(0)}

.site-footer table#wp-calendar td#today a {color: #000000}

/* hide meta info for OTHER CPT*/
body.post-type-archive-other .post-details > .post-meta {display:none !important}


body.archive .mag-box .post-title {
     font-size: 20px;
     line-height: 28px;
}

#tie-block_294 .slick-slide .tie-slide-1:nth-child(2) h2.thumb-title {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}