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

.more-link.button {
    padding: 2px 7px;
    font-size: 11px;
}

.widget-history .more-link.button, .widget-signs .more-link.button {
	margin-top: 0;
	padding: 1px 5px;
	text-decoration: none;
}

/* slider */
.normal-side .tie-slider-widget .slide {
    height: 155px;
}
.thumb-overlay:after {
	height: 30%;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
}


/* home signs and history hide */
@media only screen and (max-width: 768px) and (min-width: 0px) {
	#tie-block_744 div.entry,
	#tie-block_1168 div.entry {
		display: none;
	}	
}


/* home history block */
.mag-box.block-custom-content .posts-items li {
	width: 100%;
}



/* image source caption */
figcaption.wp-caption-text {
	background-color: rgba(0,0,0,.3);
    text-align: right;
    color: rgba(255,255,255,0.85)!important;
    padding-top: 2px!important;
    padding-bottom: 2px;
    padding-right: 5px;
    margin-top: -25px;
    position: relative;
}


span.znak-18 {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 11px;
}



/* single */
.entry a {
    text-decoration: underline;
}
#related-posts .related-item .post-thumb {
    display: none;
}
.entry-content h2 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;		
}
.entry-content h3 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;		
}
@media (max-width: 767px) {
	.entry-content h2 {
		font-size: 22px;
        line-height: 1.2;
        font-weight: 600;		
	}
	.entry-content h3 {
		font-size: 20px;
        line-height: 1.2;
        font-weight: 600;		
	}	
}



/* geo info block shortcode */
.geobox {
    overflow: auto;
    clear: both;
}
.geobox p {
    margin-bottom: 5px;    
}
.geobox .fa {
    min-width: 15px;
    text-align: center;
}



/* poteme shortcode */
.poteme {
    padding: 10px;
    width: 333px;
    float: right;
	border-left: 3px solid #005770;
	background: #d6f6ff;
}
.poteme .box-inner-block {
    padding-left: 0!important;
}
.poteme .post-thumbnail {
	margin-right: 0;
	
}
.poteme h2 {
	margin-top: 0;
}
.poteme h3 {
	margin-top: 5px;
	margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}
.poteme h3 a {
	text-decoration: none;
}
.poteme p {
    margin-bottom: 0;
    line-height: 160%;
}
@media (max-width: 528px) {
	.poteme {
		width: 100%;
		float: none;
	}	
}


/* wp polls ver 2.75.4 */
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	color: #fff;
	border:1px solid #08f;
	background-color: #08f;
}
.wp-polls .Buttons:hover {
	background-color: #006dcc;
	border-color: #006dcc;
}
.wp-polls .pollbar {
	margin: 1px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	background: #08f;
	border: 1px solid #08f;
	border-radius: 2px;
}
.wp-polls .pollbar:hover {
	background-color: #006dcc;
	border-color: #006dcc;
}