/*
	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 */


amp-story-player.i-amphtml-story-player-loaded a {
    display: none;
}

#autocomplete-suggestions{
	background: #180857;
    margin-top: 15px;
    margin-left: 10px;
	border-radius: 0 0 6px 6px;
}
#autocomplete-suggestions .post-widget-thumbnail img.tie-small-image{
	    border-radius: 4px;
}
#autocomplete-suggestions .post-widget-body .post-title{
	    font-weight: 400;
}
#autocomplete-suggestions .post-widget-body .post-title a{
	    display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
}
#autocomplete-suggestions .post-widget-body .post-title a:hover{
	color: #ffffffc4;
}
#autocomplete-suggestions .post-meta .meta-item, #autocomplete-suggestions .post-meta{
	    color: #d7d3d3;
	    font-weight: 300;
}
#autocomplete-suggestions .button.fullwidth{
	    background-color: #291574;
		border-radius: 6px;
		padding: 8px 15px;
}
#autocomplete-suggestions .button.fullwidth:hover{
	    background-color: #25126d;
}
.category-exchange .page-title{
	display:inline-block;	
}
#category-search-form{
	display: inline-block;
    float: right;
	margin-bottom: 7px;
}
#category-search-form #search-input-category{
	min-width: 300px;
    border-radius: 4px;
    min-height: 40px;
    padding: 8px 14px;
    box-shadow: rgb(100 100 111 / 2%) 0px 7px 29px 0px;
    font-size: 14px;
	background: #fff;
}
#cat-suggestions{
    min-width: 300px;
    padding: 14px;
    margin-top: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    overflow-y: auto;
    max-height: 300px;
	display: none;
	font-size: 14px;
}
#cat-suggestions .suggestion{
	padding-bottom: 10px;
    border-bottom: 1px solid #f2f1f1;
    padding-top: 10px;
}
#cat-suggestions .suggestion:first-child{
		padding-top: 0px;
}
#cat-suggestions .suggestion:last-child{
		padding-bottom: 0px;
	    border-bottom: 0;
}

#cat-suggestions .suggestion a{
	 color: #12569a;
    font-size: 16px;
    font-weight: 400;
}
.category-exchange .entry-header-outer{
	    position: relative;
    z-index: 9;
}
#cat-suggestions::-webkit-scrollbar-thumb, #cat-suggestions::-webkit-scrollbar{
    background: #dbdbdb;
    border-radius: 50px;
    width: 5px;
}

@media (max-width: 991px){
#mobile-menu .mobile-arrows.tie-icon-chevron-down:before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 12px;
    height: 8px;
    float: right;
    margin-right: 8px;
    margin-top: 20px;
    background-image: url(https://image.coinpedia.org/wp-content/uploads/2022/06/17133231/caret_view.svg);
}
}

@media (max-width: 767px){
	.category-exchange .page-title {
    	display: block;
	}
	#category-search-form {
    	display: block;
		float: unset;
	}
	#category-search-form #search-input-category{
		    width: 100%;
		    min-width: auto;
		    margin-top: 16px;
	}
	#cat-suggestions {
		max-width: 100%;
	min-width: auto;
	}
}