/*--------------------------------------------------------------
Sticky nav
--------------------------------------------------------------*/
.main-navigation.fix{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
}
nav#site-navigation.main-navigation.fix{
    margin:0px !important;
    padding:0px !important;
}
.admin-bar .main-navigation.fix {
    top: 32px;
}
/*--------------------------------------------------------------
Template tag
--------------------------------------------------------------*/
.comments-link:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
    content: "\77";
}
.post-edit-link:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
    content: "\6c";
}
.tags-links:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
    content: "\e018";
}
.cat-links:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
    content: "\6d";
}
.comments-link, .post-edit-link, .tags-links, .cat-links {
    margin-right:5px;
}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
/* tag */
.widget_tag_cloud a {
    display: inline-block;
    padding: 6px 8px;
    margin: 4px;
    font-size: 12px !important;
    border: 1px solid #dfe4e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
}
/* comments */
.widget_recent_comments li {
    display: inline-block;
    padding: 6px 8px;
    margin: 4px;
    border: 1px solid #dfe4e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    color:#888;
    width:100%;
}
.widget_recent_comments li:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
     content:"\76"!important;
    margin-right: 5px;
}
/* calendar */
#wp-calendar caption {
    text-align:center;
    padding: .25em;
}
table#wp-calendar {
    border:none;
    padding: 0;
}

#wp-calendar th, #wp-calendar td {
   text-align:center;
}
#wp-calendar td#prev {
    padding: .5em;
    text-align: left;
    background:#f6f6f6;
}
#wp-calendar td#next {
    padding: .5em;
    text-align: right;
     background:#f6f6f6;
}
/* rss */
.widget_rss ul {
    margin: 0!important;
}
.widget_rss li {
    list-style: none!important;
     margin-bottom:.5em;
}
.widget_rss img {
    display: inline-block;
}
.widget_rss li  a.rsswidget {
    font-weight: bold;
    display: block;
}
.widget_rss .rss-date, .widget_rss cite {
    font-size:.9em;
}
.widget_rss li:before {
    display: none;
}

.widget ul {
    margin-left: 0;
}
.widget li {
    list-style: none;
}

/* widget title */
.widget_archive h3.widget-title:before,
.widget_recent_entries h3.widget-title:before,
.widget_categories h3.widget-title:before,
.widget_recent_comments h3.widget-title:before,
.widget_calendar h3.widget-title:before,
.widget_tag_cloud h3.widget-title:before,
.widget_nav_menu h3.widget-title:before,
.widget_search h3.widget-title:before {
    font-family: 'ThemeIcons';
    margin-right:5px;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_archive h3.widget-title:before {
    content: "\e02f";
}
.widget_categories h3.widget-title:before {
    content: "\e022";
}
.widget_recent_comments h3.widget-title:before {
    content: "\77";
}
.widget_recent_entries h3.widget-title:before {
    content: "\68";
}
.widget_calendar h3.widget-title:before {
    content: "\e023";
}
.widget_nav_menu h3.widget-title:before {
    content:"\e02c";
    
}
.widget_tag_cloud h3.widget-title:before {
    content:"\e018";
}
.widget_search h3.widget-title:before {
    content:"\55";
}

/*--------------------------------------------------------------
10.2 Post format
--------------------------------------------------------------*/

.format-image .entry-title {
    display: none;
}
.format-image .image {
    margin-top: -23px;
}
.format-standard,
.format-link {
    border-top:4px solid #a6c3df;
}
.format-image {
    border-top:4px solid #6ca2a9;
}
.format-video {
    border-top:4px solid #9b84a3;
}
.format-quote {
    border-top:4px solid #666;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
.format-quote .entry-header h1:before,
.format-video .entry-header h1:before,
.format-image .entry-meta:before,
.format-link .entry-header h1:before,
.sticky .entry-header h1:before {
    font-family: 'ThemeIcons';
    font-size: 16px;
    padding: .2em .4em;
    color: #fff;
    background:#a6c3df;
    position: absolute;
    top: 0px;
    right: 15px;
}

.format-quote .entry-header h1:before {
    content:"\7c";
    background: #666;
}
.format-video .entry-header h1:before {
    content:"\e024";
    background:#9b84a3;
}
.format-image .entry-meta:before{
    content:"\e005";
    background: #6ca2a9;
}
.format-link .entry-header h1:before {
    content:"\e02b";
}
.sticky .entry-header h1:before {
    content:"\e01e";
    background: #a6c3df;
}
/*--------------------------------------------------------------
SOCIAL ICON
--------------------------------------------------------------*/
.social-url  {
    text-align:center;
    width:100%;
    display:block;
    padding-top:0.5em;
    padding-bottom:0.5em;
}
.social-url a {
    text-align:center;
    display:inline-block;
    margin:5px 2px;
    padding:10px 12px 6px 12px;
}
/*--------------------------------------------------------------
Scroll to top
--------------------------------------------------------------*/
#smoothup {
    background: #a6c3df;
    color: #fff;
    padding: .3em .6em;
    position:fixed;
    bottom:0px;
    right:40px;
    display:none;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    z-index: 9999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#smoothup:hover {
}
/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}
/*--------------------------------------------------------------
Related post
--------------------------------------------------------------*/
.single .relatedposts .relatedthumb {
    display:inline-table;
    width: 30%;
    margin:10px 15px 0px 0px;
}
/*--------------------------------------------------------------
Author box
--------------------------------------------------------------*/
.author-box {
    display:inline-block;
    width: 100%;
    clear:both;
    margin-bottom:1em;
 }
 .author-box img.avatar {
    float:left;
    width:80px;
    height:80px;
    margin:10px 20px 10px 0px;
    display:inline-block;

 }
 .author-box .description {
     width:80%;
     float:right;
     display:inline-block;
 }
 .author-box h3 {
     text-transform:capitalize;
     margin:0 0 10px 0 !important;
 }
/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#image-slider {
    margin-top:15px;
 }
#image-slider .item{
  border: 1px solid #dfe4e7;
  background: #fff;
  margin: 0 5px;
}
#image-slider .item.active{
  border: 0px;
  background: #fff;
  margin: 0;
}
#image-slider .carousel-caption {
     padding:.5em 1em;
 }
