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

.blog-mura{
	width: 100%;
	display: inline; 
	float: left;
	margin: 10px;
	padding-left: 10px;
}

.blog-mura img{
	display: inline; 
	float: right;
	margin: 2px;
}

/*Creative Commons Options*/
.cc-opt{
	float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.cc-notice{
	float: left;
	width: 100%;
	height: auto;
	/*border-radius: 20px;*/
	background: #FBFBFB;
	border: solid #648E94 1px;
}

.cc-notice-no{
	float: left;
	width: 100%;
	height: auto;
	/*height: 40px;*/
	border-radius: 20px;
	background: #FBFBFB;
	border: solid #CA0D10 2px;
}

.cc-opt img{
	float: left;
	padding-right: 5px;
	padding-left: 2px;
}

.cc-opt p{
	text-align: left;
	font-size: 1em;
	color: #413e3e !important;
	padding-top: 7px;
}

/*.cc-opt hr{
	border: 1px solid #535353;
}*/

.entry-content h3{
	font-size:1.5em;
	background: #83ccbe !important;
	padding: 7px !important;
	color: #FFF !important;
	border-left: 7px solid #5c8f85 !important;
}

.entry-content h4{
	background: none;
	/*background: #e9c272;*/
	font-size: 1.2em;
	padding: 7px;
	color: #FFF;
	border-left: 7px solid #caa963;
}

span.meta-comment.meta-item{
	display:none;
}

span.meta-views.meta-item {
	display:none;
}

/*Widget Latest*/
.normal-side .tabs-container-wrapper .tabs-menu li{
	float: left;
   width: calc(100% / 2);
    display: inline-block;
}
