/*******************************************************************************
/* Widgets
*******************************************************************************/

.sfe-widget {
    overflow: auto;
}

.sfepw-thumbnail {
    float: left;
    margin-right: 5px;
}


.two-column-widget-column-left {
    margin-left: 0 !important;
}

/* SFE Post Widget */
.sfepw-headline {
    font-size: 15px;
    margin-bottom: 3px;
}

.sfe-widgets-postmeta {
    font-size: 10px;
}

.sfe-widgets-lead > p {
    margin: 3px 0 0 0;
}

.sfe-widgets-thumbnail {
    position: relative;
}

.sfe-widgets-layout4-thumbnail-nonfirst  {
    float: left;
    margin-right: 8px;
}


.sfe-widgets-title {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 10px;
}

.sfepw-postmeta {
    margin-bottom: 5px;
}

.sfe-widgets-featured-and-latest-posts-post:first-child > .sfepw-headline {
    font-size: 28px;
}

.sfepw-post {
    margin-bottom: 14px;
    overflow: auto;
}

.sfepw-post.sfepw-layout-5 {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.sfepw-layout-5:nth-child(odd) {
    margin: 0 0 0 25px;
}

.sfe-widgets-featured-and-latest-posts-post:last-child {
    margin-bottom: 0;
}

.sfepw-layout-2 .sfepw-thumbnail,
.sfepw-layout-4 .sfepw-thumbnail {
    float: left;
    margin: 0 8px 0 0;
}

/* SFE Slider Widget */
.sfesw-headline {
    font-size: 15px;
    margin-bottom: 3px;
}

.sfesw-layout-2 .sfepw-thumbnail,
.sfesw-layout-4 .sfepw-thumbnail {
    float: left;
    margin: 0 8px 0 0;
}

.sfesw-post {
    margin-bottom: 14px;
    overflow: auto;
}

.icon-comment,
.icon-user {
    background-image: url("../img/glyphicons-halflings_modded2.png") !important;
    margin-right: 3px;
}

/* Shortcodes */

/* Accordion & Toogle */
.accordion {}

.accordion-group {}

.accordion-heading {}

.accordion-toggle {}

.accordion-inner {}

.collapse {}

/* Tabs */
.nav {}

.sfe-widgets-tabbed-posts-selector-tabs {
    border-top: 1px solid #ddd;
    border-bottom: none !important;
    margin-top: 10px;
    padding-top: 10px;    
}

.post-selector-tab {
    float: left !important;
    margin: 0 12px 0 0 !important;
    width: 150px !important;
}

.post-selector-tab:last-child {
    margin: 0 !important;
}

.post-selector-tab > a {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;    
}

.post-selector-tab > a > p {
    font-weight: bold;
    margin: 0;
}



.active {}

.tab-content {}

.tab-pane {}

/* Slider */
.cycle-slideshow {
    
}

.cycle-slide {}

.cycle-content {}

.cycle-overlay {}

.cycle-pager {}

.cycle-pager-active {}

/* Tooltip */
.tooltipped {}

.tooltip-arrow {}

.tooltip-inner {}

.tooltip.bottom {}

/* Popover */
.popovered {}

.popover {}

.popover-arrow {}

.popover-title {}

.popover-content {}

.popover.top {}
