/*
	Theme Name:   Trikky - 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
*/


/* set max height */

.attachment-jannah-image-post {
	max-height:500px;
	width: auto !important; 
	max-width: 100%;
}

/* set smaller margin for logo */

#logo {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* media - show date and meta */

.tie-alignright, .post-meta .date {
	display: inline !important;
}

.meta-author-wrapper {
	display: block !important;
}

/* Знак */
.moder_img {
    z-index: 1000; 
    position: absolute;
	margin-top: -80px;
}

@media all and (max-width: 600px) {
    .moder_img {
        width: 80px;
        height: 80px;
    }
}

/* Иконки для профиля */

.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-tests::before,
.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-forum::before,
.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-awards::before  {
    font-family: 'Font Awesome 5 Free' !important;
/*    font-weight: bold !important;*/
}


.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-tests::before {
    content: "\f14a" !important;
}

.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-forum::before {
    content: "\f086" !important;
}

.bp-dir-hori-nav:not(.bp-vertical-navs) .main-navs:not(.dir-navs) #user-awards::before  {
    content: "\f164" !important;
}


/* All Tags cloud */

.all-tag-cloud .tag-cloud-link::before {
    content: "\f02b" !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal !important;
    text-decoration: inherit !important;
    font-weight:900 !important;
    padding: 0 0.4em 0 1em !important;
}

.all-tag-cloud .tag-cloud-link {
    white-space: nowrap;
}

.all-tag-cloud {
	margin-top: 12px;
    margin-bottom: 10px;
}

/* Remove border in Profiles */
#buddypress .main-content .container-wrapper {
	border: 0;
}


/* Fix facebook and logout fa issue */
.fa.fa-facebook-f:before, .fa.fa-facebook:before {
    content: "\f09a" !important;
}
.fa-sign-out:before {
  content: "\f08b" !important;
}

/* HP profiles header: names and @ */
h2.user-nicename {
	font-size: 16px;
}
h1.user-fillname {
	font-size: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif !important;
}

/* Архивы, уменьшить padding */
div.entry-content {
    padding: 15px !important;
}

/* Кнопка наверх - поверх всего */
a.go-to-top-button {
	z-index: 1000 !important;
}

/* Белые буквы в виджете форума */
.asgarosforum-widget .highlight-admin, .asgarosforum-widget .highlight-admin a {
    color: #fff !important;
}

/* Чиним, чтобы капча не налезала на кнопку */
.anr_captcha_field {
	clear:both;
}

/* Тень на кнопке "добавить в друзья" */
.friendship-button {
	text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

/* 
.activity-update-form #whats-new-textarea textarea {
  color: #bbb !important;
}
*/

.post-meta .meta-item.date:before {
    font-family: 'tiefonticon' !important;
    padding-right: 3px;
}