/*
Theme Name: Enam
Theme URI:http://www.Enam.com/
Version:2.0
Description: A powerful and clean theme with bootstrap 3
Author:[Enam]
Author URI:http://www.Enam.com
Copyright:(c) 2014 [Limau].
License:GNU General Public License v2.0 PHP under GNU General Public License,JS and CSS under ThemeForest License Terms
Tags:black,grey,white,bootstrap, custom bootstrap 3.
bootstrap custom : http://getbootstrap.com/customize/?id=e07daef7f351242bf12d
*/
#main{
    margin:25px 0;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    color:#000;
    font-weight: bold;

}
#header-wrapper{
    background: #ffffff;
}
#header{
    padding: 15px 15px 20px
}
#nav.affix{
    top:0;
    width: 100%;
}
body.logged-in #nav.affix{
    top:28px;
}
#nav{
    margin-bottom: 0;
}
.navbar{
    padding: 4px 0;
}
.navbar-default{
    border-top:1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #eee;
}
h1#logo{
    margin: 0;
    width: 250px;
    height: 60px;
    position: relative;
    overflow: hidden;
    font-size: inherit;
    text-indent:-999999px;
    float: left;
}
h1#logo a{
    display: block;
    width: 100%;
    height: 100%;
    background: url("img/logo.png") 0 0 no-repeat;
    position: absolute;
    top:0;
    left: 0;
}
.topsocial{
    list-style: none;
    margin: 0;
    padding: 0 0;
}
.topsocial li{
    display: inline-block;
    margin-right: 10px;
    padding-top: 15px;
}
.topsocial li > a{
    display: block;
    font-size: 28px;
    border-radius: 100%;
    color: #e7e7e7;
    line-height: 1;
}

/*Single and attachment*/
.post-meta{
    font-size:small;
    color:#999;

}
.post-meta a{
    color:#666;
}
.breadcrumb{
    background: transparent;
    padding: 0;
    margin:15px 0 0 0;
}
.breadcrumb a{
    color:#999;
    font-size: 11px;
}
#image-media img{
    width: 100%;
}
.attnavi{
    margin-top:15px;
    margin-bottom: 15px;
}
.attnavi a {
    display: block;
    font-size: 80px;
    height: 100%;
    line-height: 1.2;
    color: #FF0000;
    position: relative;
    background: #FFF none repeat scroll 0% 0%;
    min-height: 80px;
}
.attnavi a span {
    font-size: 60px;
    display: block;
    position: absolute;
    left: 10px;
    line-height: 1.6;
}
.attnavi a i.fa {
    display: block;
    position: absolute;
    right: 10px;
    right:0;
}
.image-info{
    list-style: none;
    margin:0;
    padding: 0;
}
.image-info li{
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.image-info li > span{
    display: inline-block;
}
.image-info li > span:first-child{
    width: 110px;
}
/*Loop*/

.post-item{
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;

}
.post-item.first-post{
    max-height: 470px;
}
.post-item.other-post{
    max-height: 220px;
}
.loop-image,.loop-box{
    position: relative;
}
.loop-image img{
    width: 100%;
    transition: all 5s ease 0s;
}
.loop-image .post-type{
    background: transparent url(img/post_format_image.png) no-repeat scroll center center;
    width: 31px;
    height: 27px;
    position: absolute;
    color:#fff;
    z-index: 10;
    top:10px;
    right: 10px;
    font-size: 25px;
}
.loop-data{
    background: transparent url(img/shadow_box.png) repeat scroll 0% 0% !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 20px 20px;
    color:#fff;
}
.loop-data .date,.loop-data .loop-cat{
    display: inline-block;
    color:#fff;
    margin-right: 15px;
    text-transform: uppercase;
}

.loop-data a,.loop-data a:hover{
    color:#fff;
}

/*Footer*/
#footer .top{
    border-top: 1px solid #EEE;
    background: #F9F9F9;
    width: 100%;
    display: inline-block;
    margin-top: 20px;

    font-size: 12px;
    padding: 20px 0;
}
.fotul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.fotul a{
    color:#888;
    text-transform: uppercase;
}
.fotul li{
    display: inline-block;
    margin-right: 10px;
}
#footer  .bottom{
    padding: 10px 0;
    background: #eee;
    color:#999;
    font-size: 12px;
}
.entry-content img{
    max-width: 100%;
}

/*widget heading*/
.widget{
    margin-bottom: 15px;
}
.widget-heading{
    display: block;
    background: #eee;
    color:#999;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
}
.widget ul{
    padding-left: 15px;
}
.widget ul li > a{
    color:#aaa;
}


.author_box{
    padding: 15px;
    background:#F1F1F1;
    border-radius: 4px;
    border:1px solid #eee;
    text-shadow: 0 1px 0 #ddd;
}
.vcard.author{
    margin-bottom: 8px;
}
.vcard.author a{
    font-weight: bold;
    text-transform: uppercase;
}
.author-social{
    margin-top: 8px;
}
.author_box .desc{
    text-align: justify;
}
.share,.author_box{
    margin:15px 0;
}
.share .btn{
    color:#fff;
}
.btn.fb{
    background:#3A5795;
}
.btn.twit{
    background:#55ACEE;
}
.btn.pinterest{
    background:#C72028;
}
.btn.btn-plus{
    background:#00A4BB;
}
.author-social a{
    display: inline-block;
    margin-right: 8px;
    color:#999;
}
#postlist .thumb{
    margin-bottom: 15px;
    position:relative;

}
.overlay-image:after{
    content: "";
    clear: both;
    display: block;
}
#postlist .thumb .small-text,h2.small-text{
    display: block;
    font-size: 11px;color: #999;
    width: 100%;
    height: 14px;
    overflow: hidden;
}
.tagsul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: small;
}
.tagsul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}
.tagsul li:last-child{
    margin-right: 0;

}
.label-tag{
    margin-left: 10px;
    font-weight: normal;
    color:#999;
    background: #eee;
    margin-bottom: 8px;


}
.label.label-tag{
    white-space: pre-line;
}
/*Respond*/
body.attachment #comments,body.attachment #respond {
    padding: 0 15px 25px;
}

#commentform .form-group {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

#respond,.comment-tab {
    padding: 0;
}

#comments .comments-title,.reltitle {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#commentform .form-group.text-comment {
    width: 98%!important;
}

.comment-author .avatar {
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.comment-author .fn {
    font-weight: bold;
}

.commentlist {
    list-style: none;
    margin: 10px;
    padding: 0;
}

li.comment {
    margin: 10px 0;
}

.form-submit {
    display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

.reply {
    float: right;
}

#cancel-comment-reply-link,a.comment-edit-link {
    margin: 0 10px 10px 0;
    text-align: center;
    background-color: #eee;
    border: none;
    border-radius: 3px;
    padding: 3px;
    width: 50px;
}


.comment article {
    padding-bottom: 2.79rem;
}

a.comment-reply-link,
a.comment-edit-link {
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 3px;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover,#cancel-comment-reply-link:hover,.comment-reply-login:hover,reply:hover a {
    text-decoration: none;
}

.comment-content {
    clear: both;
    margin: 10px 10px 10px 50px;
}

.commentmetadata a {
    color: #999;
}

.comment-author-admin {
    background: #eee;
    color: #333;
    padding-left: 15px;
}

.comment.byuser {
    padding: 10px 0;
    border-radius: 3px;
}
.comment-nav-below{

}
#comment-nav-below .conav{
    background:#eee;
    padding: 5px 10px;
    border-radius: 3px;
}