
html,
button,
input,
select,
textarea {
    color: #444;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    o-box-sizing:border-box;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 300;
    overflow-x:hidden;
}

::-moz-selection {
    background: #F7C100;
    text-shadow: none;
}

::selection {
    background: #F7C100;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
li a {
    text-decoration: none;
    outline: none;
    outline: 0;
    -webkit-transition-property:color, text;
    -webkit-transition-duration: 0.2s, 0.2s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property:color, text;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property:color, text;
    -o-transition-duration:0.2s;
    -o-transition-timing-function: linear, ease-in;
    -ms-transition-property:color, text;
    -ms-transition-duration:0.2s;
    -ms-transition-timing-function: linear, ease-in;
    transition-property:color, text;
    transition-duration:0.2s;
    transition-timing-function: linear, ease-in;
    color: #F7C100;
}

a:hover,
li a:hover {
    color: #333;
}

ul {
    list-style: none;
}


.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.pace .pace-progress {
  background: #444;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.drop-menu {
    display: none;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #fff;
    z-index:999999999; /* makes sure it stays on top */
}

#infinity {
    width: 50px;
    height: 50px;
    position:fixed;
    left:50%;
    top:50%;
    /* background-image:url(/wp-content/themes/brainblogger-theme/css/images/loading3.gif); */ /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:top center;
    margin:-50px 0 0 -25px; /* is width and height divided by two */
    color: #fff;
    background: url(/wp-content/themes/brainblogger-theme/images/loader.svg) center center no-repeat;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    }


    @-ms-keyframes spin {
        from { -ms-transform: rotate(0deg); }
        to { -ms-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
        from { -moz-transform: rotate(0deg); }
        to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        from { -webkit-transform: rotate(0deg); }
        to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        from {
            transform:rotate(0deg);
        }
        to {
            transform:rotate(360deg);
        }
    }
    }

/* ==========================================================================
   GRIDS
   ========================================================================== */

.one-half {
    width: 50%;
    margin: 0;
    padding:0;
}


/* ==========================================================================
   HEADER AND MENU
   ========================================================================== */


.bb-header {
    width:1125px;
    margin: 0 auto;
    height: auto;
}

.twitter-bar-wrap {
    width:100%;
    height: 44px;
    border-bottom:0px solid #d8d8d8;
    padding:0;
    margin: 0 auto;
    background: #eee;
    overflow: hidden;
}

.twitter-bar {
    width: 1125px;
    margin:0 auto;
    padding-left: 30px;
    position: relative;
}

.twitter-bar::before {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e80a';
    color: #555;
    font-family: fontello;
    font-size: 20px;
    position: absolute;
    top:0px;
    left: 0px;
    line-height: 48px;
}

.twitter-bar a {
    color: #666;
    border-bottom: 1px dotted #c9c9c9;
}

.twitter-bar a:hover {
    font-weight: 400;
}

.twitter-bar .rotatingtweets,
.twitter-bar .rotatingtweet {
    width: 100% !important;
}

.twitter-bar .rotatingtweet p.rtw_main,
.twitter-bar .rotatingtweet p.rtw_meta {
    clear: none !important;
    line-height: 44px !important;
    margin: 0 10px 0 0 !important;
    float: left;
    color: #666;
    font-size: 15px;
}

.twitter-bar .rotatingtweet p.rtw_meta {
    float: right;
    font-size: 14px;
    position: relative;
}

.twitter-bar .rotatingtweet p.rtw_meta::before {
    content:"\e855";
    font-family: fontello;
    color: #777;
    margin-right: 8px;
    margin-top: 0px;
    font-size: 13px;
    position: absolute;
    left: -18px;
    top: 0px;
    line-height: 44px;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding:0;
}

ul.menu li {
    float:left;
    font-size: 16.5px;
    margin: 0;
    padding:0;
    color: #666;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul.menu li a {
    font-weight:300;
    margin: 0;
    padding:0;
    text-decoration: none;
    color: #666;
}

ul.menu li a:hover {
    color: #F7C100;
}

ul.menu li ul { 
    display:none; 
    min-width: 160px;
}

ul.menu li:hover  ul  { 
    z-index:99999;
    display:list-item !important;
    position:absolute;
    left:0;
    top:20px;
    background: #333;

}

ul.menu li:hover  ul li {
    float:none;
    font-size: 16px;
}

ul.menu li ul li a {
    font-weight:400;
    color: #fff;
}

/*UBM MENU*/

ul.ubm-menu {
}

ul.ubm-menu li {
    margin: 0 10px;
    padding: 0;
    line-height: 44px;
    font-size: 15px;
}

ul.ubm-menu li:first-child {
    margin:0px;
}


/*LOGO*/

.logo-bar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 142px;
} 

.logo-box {
    margin: 44px 0 40px;
    padding: 0;
    width: 260px;
    height: 60px;
    position: relative;
z-index: 100;
}

.leaderboard-box {
    margin: 25px 0 0;
    padding: 0;
}

/*NAVIGATION MENU*/

.nav-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
}

.nav-menu {
    margin: 0 auto;
    padding: 0;
    width: 1125px;
    height: 50px;
}

.nav-menu select {
    display: none;
}

.nav-menu .home-icon {
    color: #fff;
    padding: 0 17px;
    background: #454545;
    margin:0 23px 0 0;
    line-height: 50px;
    font-size: 18px;
}

.nav-menu .home-icon:hover {
    color: #F7C100;
}

ul.navigation {
    
}

.headshrunk .navigation {
    width: 1125px;
    margin: 0 auto;
}

ul.navigation li {
    margin:0 22px;
    padding: 0px 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 50px;
}


ul.navigation li a {
    color: #fff;
    font-weight: 300;
}

ul.navigation li ul {
    padding-top: 14px;
    padding-left: 0;
}

ul.navigation li ul li {
    margin: 0;
    font-size: 14px !important;
    line-height: 22px;
    padding: 9px 50px 9px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


/*CATEGORY MENU*/

.cat-bar {
    width:100%;
    height: 47px;
    border-bottom:1px solid #d8d8d8;
    border-top:1px solid #d8d8d8;
    padding:0;
    margin: 0 auto;
}

.navigation-select,
.category-select,
.mobile-nav {
    display: none;
}

ul.cat-menu li {
    margin-right: 35px;
    font-size: 16.5px;
    line-height: 44px;
    font-weight: 300;
}

ul.cat-menu li a:hover {
    border-bottom: 1px solid #333;
    padding-bottom: 11px;
}

ul.cat-menu li ul {
    left:0;
    top:30px !important;
    padding: 0;
    position: relative;
}

ul.cat-menu li ul li {
    margin: 0;
    font-size: 15px !important;
    line-height: 24px;
    padding: 9px 50px 9px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

ul.cat-menu li ul li:last-child {
    border-bottom: 0px solid rgba(255,255,255,0.1);
}

.cat-bar .menu-item-has-children {

}

.cat-bar .menu-item-has-children::before {
    position: absolute;
    right: -20px;
    top:0;
    content: '\e823';
    font-family: fontello;
    color: #555;
    font-size: 16px;
}

.visual-help {
    margin-right: 10px;
}

.visual-help .icon {
    color: #aaa;
    font-size: 22px;
    line-height: 48px;
}

a.print-button {
    color: #bbb;
font-size: 20px;
padding: 8px 9px;
}

.sb-search {
    position: relative;
    margin-top: 6px;
    width: 0%;
    min-width: 40px;
    height: 34px;
    float: right;
    overflow: hidden;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
 
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
 
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 290px;
    height: 34px;
    margin: 0;
    z-index: 10;
    padding: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 15px;
    color: #d8d8d8;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #d8d8d8;
}
 
.sb-search-input:-moz-placeholder {
    color: #d8d8d8;
}
 
.sb-search-input::-moz-placeholder {
    color: #d8d8d8;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #d8d8d8;
}

.sb-icon-search,
.sb-search-submit  {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #bbb;
    z-index: 90;
    font-size: 17px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-family: fontello;
}
 
.sb-icon-search:before {
    content: '\e819';
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 300px;
    border: 1px solid #d8d8d8;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #aaa;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/* ==========================================================================
   MAIN CONTENT HOMEPAGE
   ========================================================================== */

.latest {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    display: none;
}

.last-child {
    margin-right: 0 !important;
    border: 0 !important;
}

.latest .article {
    width: 357px;
    margin-right: 27px;
}

.latest .article img {
    width: 100%;
}

.latest .article h1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin: 12px 0 7px;
}

.latest .inter-thumb {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    display: none;
}

.latest .inter-thumb img {
    display: block;
    width: 100%;
}

.latest .comments-tag {
    margin-top: 0 !important;
}

.content {
    width:1125px;
    margin: 27px auto 0 auto;
    overflow: hidden;
}

.content .left-wrap {
    overflow: hidden;
    width: 825px;
}

.content .left-content {
    width:468px;
    margin: 0;
}

.content .middle-content {
    width:303px;
    margin: 0 27px 0 27px;
    padding: 0 27px;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
}

.content .right-content {
    width:300px;
    margin: 0;
}

.content .right-content li::before { 
    display: none !important;
}

.right-content .youtube {
    margin-bottom: 27px;
}

.right-content .youtube a.youtube-video {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
}

.right-content .youtube a.youtube-video img {
    margin: 0;
    width: 100%;
    height: auto;
}

.right-content .youtube a.youtube-video span {
    position: absolute;
    z-index: 120;
    bottom: 0;
    left: 0;
    padding: 11px 15px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.right-content .youtube a.youtube-video span:hover {
    background: rgb(0,0,0);
    color: #F7C100;
}

.right-content .youtube a.youtube-video::before {
    content: "\e845";
    padding: 0;
    color: #CC181E;
    position: absolute;
    left:50%;
    top:50%;
    font-size: 60px;
    font-family: fontello;
    opacity: .7;
    margin: -17px 0 0 -30px;
    line-height: 0;
}

.right-content .youtube a.youtube-video:hover::before {
    opacity: 1;
}

.right-content .youtube .category-tag a {
    font-weight: 700;
    font-weight: 17px !important;
}



.right-content .site-news .category-tag {
    font-size: 17px;
    padding: 0px 20px;
    line-height: 36px;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
    font-weight: 300;
}

.right-content .site-news h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px 0 0px;
}

.right-content .site-news p {
    margin: 10px 0 0;
}

.site-news span.post-date {
    margin-left: 10px;
    line-height: 35px;
}

.right-content .box-ad-sidebar {
    margin: 0 auto 27px;
    width: 300px;
    height: auto;
}

.right-content .box-ad-sidebar {
    margin-bottom: 27px;
}


.single-post-page .box-ad-sidebar {
    width: 300px;
    height: 250px;
    margin: 0 auto 27px;
}

.right-content .fb-like-box {
    width: 100%;
    height:auto;
    margin: 0px 0 27px;
}

.right-content .article,
.left-content .article {
    margin: 0 0 27px 0;
    border-bottom:1px solid #d8d8d8;
    padding-bottom: 27px; 
    overflow: hidden;
}


.left-content > .article:nth-of-type(4) {
    border-bottom:0px solid #d8d8d8;
}

.left-content .inter-thumb {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.left-content img,
.left-content .inter-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.content .category-tag {
    font-size: 15px;
    padding: 0 10px;
    line-height: 26px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-right: 10px;
}

.content .category-tag a,
.content .category-tag a:hover {
    color: #fff;
    text-decoration: none;
}

.content .category-tag:hover {
    background: #333 !important;
}

.content .comments-tag {
    margin:-2px 0 0 0;
    padding: 0;
    position: relative;
}

.comments-tag a.comments-count {
    margin:0;
    padding: 0;
    height: 0px;
    position: absolute;
    top:-3px;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 11;
    font-size: 12px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    width: 25px;
    height: 28px;
    display: block;
    overflow: hidden;
}

.content .comments-tag::after {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e81c';
    color: #aaa;
    font-family: fontello;
    font-size: 25px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 10;
    line-height: 24px;
}

.content .comments-tag:hover::after {
    color: #333;
}


span.post-date {
    margin:0;
    padding:0;
    font-size: 15px;
    color: #888;
}

a.post-date,
span.post-date a {
    color: #777;
    border-bottom:1px dotted #d8d8d8;
    font-weight: 400;
}

a.post-date:hover,
span.post-date a:hover {
    color: #555;
}

.content h1 {
    clear: both;
    font-size: 37px;
    font-weight: 700;
    color: #444;
    padding: 0;
}

.content h2 {
    font-size: 35px;
}

.content h3 {
    font-size: 30px;
}

.content h4 {
    font-size: 25px;
}

.content h5 {
    font-size: 20px;
}

.content .left-content h1 {
    line-height: 44px;
    margin: 12px 0 11px;
}

.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
    color: #444;
    border: 0 !important;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover {
    color: #F7C100;
}

.content p {
    /*clear: both;*/
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 30px;
    margin: 30px 0 0px;
    padding: 0;
    /*overflow: hidden;*/
}

.middle-content .land-ad {
    margin-bottom: 27px;
    text-align: center;
}

.middle-content .land-ad img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.leaderboard-ipad-ad {
    display: none;
}

.box-iphone-ad {
    display: none;
}

.middle-content .latest-title {
    clear: both;
    font-size: 18px;
    font-weight: 700;
    color: #444;
    line-height: 36px;
    margin: 0px 0 27px;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
}

.middle-content .article {
    margin: 0 0 27px 0;
    border-bottom: 1px solid #d9d9d9;  
    padding-bottom: 27px; 
}

.middle-content > .article > .content-float {
    float: none;
}

.middle-content .article:last-child {
    border-bottom: 0px solid #d9d9d9; 
    margin: 0;
}

.middle-content .category-tag {
    font-size: 16px;
    padding: 0px 40px 0 0px;
    line-height: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

/*.middle-content .category-tag::after {
    margin: 0;
    padding: 0;
    content: '\3c';
    color: #F7C100;
    font-family: fontello;
    font-size: 15px;
    position: absolute;
    top:1px;
    left: 0px;
    z-index: 10;
}*/

.middle-content .category-tag:hover {
    background: transparent !important;
}

.middle-content .category-tag a {
    color: #F7C100;
    text-decoration: none;
}

.middle-content .category-tag a:hover {
    color: #444;
}

.right-content img, 
.middle-content img {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
}

.middle-content h1 {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin: 5px 0 7px;
}

.middle-content p {
    clear: both;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 28px;
    margin: 15px 0 0;
    padding: 0;
}

.skyscraper-ad {
    margin-bottom: 27px;
    text-align: center;
}

.skyscraper-ad img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}


.donate,
.subscription {
    margin:27px 0;
    padding:20px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.subscription::after {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e849';
    color: #fcd23d;
    font-family: fontello;
    font-size: 146px;
    position: absolute;
    top:50px;
    right: 20px;
    z-index: 10;
    line-height: 30px;
    z-index: 18;
    opacity: .8;
}

.donate p,
.subscription p {
    z-index: 19;
    position: relative;
    margin:0;
    padding: 0;
    line-height: 24px !important;;
    font-size: 16px !important;
    color: #333;
}

.subscription .labelling {
    margin:15px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.subscription .lb_label  {
    font-size: 15px;
    padding-left: 10px;
    color: #fff;
    line-height: 10px;
}

.subscription input.label_better {
    margin:0px 0 0 0;
    width: 75%;
    padding: 10px 10px 10px;
    float: left;
    font-size: 15px;
    border: 0;
    background: #fff;
}

.subscription input.button {
    margin:0;
    padding: 10px 10px;
    color: #fff;
    border: 0;  
    width: 25%;
    float: left;
    font-size: 15px;
    font-weight: 700;
}

.donate {
    text-align: center;
}

.donate p {
    color: #fff;
}

.donate a.donate-button {
    margin: 0 auto;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

/* ==========================================================================
   Single Post Page
   ========================================================================== */
.single-post-page .left-content {
    width: 100%;
    margin-right: 0;
    padding-right: 0px;
    border-right: 0px solid #d8d8d8;
    margin-top: 18px;
}

.single-post-page .pagename-tag {
    font-size: 15px;
    padding: 0px 11px;
    line-height: 34px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0px;
    margin-right: 15px;
}

.single-post-page a.eta {
    position: relative;
    padding-left: 20px;
}

.single-post-page a.eta::before {
    content:"\e854";
    font-family: fontello;
    color: #777;
    margin-right: 8px;
    margin-top: 0px;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 1px;
}

.single-post-page > .left-content > .article {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-post-page .ssba {
    margin-top: 10px;
}

.single-post-page .post-thumb {
    height: 300px;
    overflow: hidden;
}

.single-post-page .single-left-content .post-thumb img {
    height: auto;
    width: 100%;
}

.single-post-page .post-thumb:hover {
    height: auto;
    overflow: hidden;
}

.single-post-page .comments-tag {
    margin-top: 0;
}

.single-post-page h1,
.single-post-page .left-content h1 {
    font-size: 50px;
    margin: 10px 0 10px; 
    line-height: 56px;
}

.single-post-page .right-content .site-news h1 {
font-size: 25px;
font-weight: 700;
line-height: 34px;
margin: 13px 0 0px;
}

.single-post-page .left-content img {
    width: auto;
    height: auto;
    float: left;
    margin-right: 27px;
    margin-bottom: 20px;
}

.single-post-page .left-content p {
    font-size: 17px;
    line-height: 30px;
}

.single-post-page .left-content p a {
    font-weight: 400;
    border-bottom: 1px dotted #b0b0b0;
    font-size: 16px;
}

.single-post-page .left-content ul,
.single-post-page .archive-page ul {
    margin: 27px 0;
    list-style: none;
    /*overflow: hidden;*/
}

.single-post-page .left-content ol,
.single-post-page .archive-page ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

.single-post-page .single-left-content ul li,
.single-post-page .single-left-content ol li {
margin-bottom: 12px;
font-weight: 300;
color:#444;
line-height: 30px;
font-size: 17px;
}

.single-post-page .single-left-content ul li:last-child,
.single-post-page .single-left-content ol li:last-child {
margin-bottom: 0px;
}

.single-post-page .single-left-content ul li a,
.single-post-page .single-left-content ol li a {
font-weight: 400;
color:#444;
border-bottom:1px dotted #d9d9d9;
padding-bottom:3px;
}

.archives-page ul li a{
border-bottom:0px dotted #d9d9d9 !important; 
}

.archives-page ul li a:hover{
color:#F7C100;
}

.single-post-page .archive-page ul li::before,
.single-post-page .left-content ul li::before {
    content:"\e85c";
    font-family:fontello;
    color:#666;
    margin-right:8px;
    display:inline-block;
    font-size: 14px;
}

.note {
line-height: 30px;
padding: 20px 25px;
background: #FFF0CA;
margin: 20px 0;
font-size: 17px;
line-height: 30px;
}

.note img {
margin-right: 15px; 
}

.note a {
border-bottom: 1px dotted #b0b0b0;
font-weight: 400;
color: #444;
}

.single-left-content blockquote {
    font-size: 25px;
    display: inline-block;
    color: #777;
    line-height: 45px;
    margin: 27px 0;
    clear: both;
    overflow: hidden;
    padding-left: 70px;
    position: relative;
    font-weight: 700;
}

.single-left-content blockquote p {
    color: #777;
    font-weight: 700;
}

.single-left-content blockquote::before {
    margin:0;
    padding: 0;
    position: absolute;
    content: "\e85d";
    font-family: fontello;
    left: 0px;   
    color: #777 ;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    top:30px;
    font-style: normal;
}

.single-post-page .single-left-content {
    width: calc(100% - 354px);
    width: 771px;
    padding-right: 0px;
    padding-bottom: 27px;
    margin-right: 27px;
    overflow: hidden;
}

.single-post-page .right-content {
    width: 327px;
    border-left: 1px solid #d8d8d8;
    padding-left: 27px;
}

.single-post-page > .site-news img {
    clear: both;
}

#disqus_thread {
    margin-top: 37px;
}

.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    float: none !important;
    background: none repeat scroll 0% 0% transparent !important;
    list-style: none outside none;
    overflow: hidden;
    margin: 6px 0px 0px -5px !important;
    padding: 10px 0px !important;
    -moz-user-select: none;
    display: block;
}

#authorarea {
    margin:0 0 27px 0;
    padding:0 0 27px 0;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
}

#authorarea img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 18px;
    margin-bottom: 8px;
    border-radius: 50%;
    border:7px solid #d9d9d9;
}

#authorarea h2 {
    font-size: 25px;
margin-top: 0;
line-height: 33px;
font-weight: 400;
}

#authorarea .authorinfo {
    float: left;
    font-size: 17px;
    line-height: 30px;
}

#authorarea .authorinfo a {
    font-weight: 400;
}

.single-post-page .author-link {
    
}

.single-post-page a.author-link {
    padding:0px 20px;
    background:#F7C100;
    color: #fff;
    clear: both;
    margin-left: 0;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 15px;
    margin-top: 15px;
    float: left;
    line-height: 34px;
}



.single-post-page .bottom-similar {
    border-top:0px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 23px 0 13px;
    margin: 27px 0;
}

.single-post-page .bottom-share {
    border-top:1px solid #d9d9d9;
    border-bottom: 0px solid #d9d9d9;
    padding: 23px 0 0;
    margin: 27px 0 -20px;
}

.single-post-page .bottom-similar h2,
.single-post-page .bottom-share h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0;
}


.single-post-page .bottom-similar ul {
    overflow: hidden;
    margin-top: 0px !important;
}

.single-post-page .bottom-similar ul li {
    border-bottom: 0px dotted #d9d9d9;
    padding-bottom: 0px;
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.single-post-page .bottom-similar ul li:last-child {
    margin-right: 0;
}

.single-post-page .bottom-similar ul li::before {
    content: "" !important;
}

.single-post-page .bottom-similar ul li img {
    width: 100%;
}

.single-post-page .bottom-similar ul li a.title {
    font-size: 19px;
}

.single-post-page .bottom-similar ul li .category-tag {
    line-height:19px;
    padding:0px 0 5px;
}


.single-post-page .bottom-similar ul li .comments-tag a {
    color: #fff;
}

.single-post-page .bottom-similar ul li a {
    border-bottom: 0px dotted #d9d9d9;
}

/* ==========================================================================
   All Archive Page
   ========================================================================== */
.single-post-page .page-header {
   margin: 18px auto 47px;
}

.single-post-page .archive-page p {
    font-size: 17px;
    /*clear: both;*/
}

.single-post-page .archive-page .author p {
    clear: both;
}

.single-post-page .archive-page .article {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: 27px;
    padding-bottom: 27px;
}

.single-post-page .archive-page .article p a {
    border-bottom: 1px dotted #b0b0b0;
    font-size: 16px;
    font-weight: 400;
}

.single-post-page .archive-page .article .inter-thumb {
    width: 35%;
    height: auto;
    margin-right: 27px;
    overflow: hidden;
}

.single-post-page .archive-page .article .inter-thumb img {
    width: 100%;
    height: auto;
}

.single-post-page .archive-page .article .content-float {
    overflow: hidden;
}

.single-post-page .archive-page .article h1 {
    font-size: 32px;
    margin:-5px 0 5px 0;
    line-height: 42px;
    font-weight: 400;
}

a.rss-link {
    color: #777;
    padding-left:0px;
    line-height: 30px;
}

a.rss-link::before {
  content:"\e858";
  font-family:fontello;
  padding-right:10px;
  display:inline-block;
  color:#444;
}

.wp-pagenavi {
    margin: 27px 0px !important;
    font-size: 14px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d9d9d9;
    padding: 3px 10px !important;
    margin: 2px;
    color: #777;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #444;
    color: #fff;
}

.page p:first-child {
    margin-top: 0 !important;
}

.page p img {
  margin-right:27px;
  margin-bottom: 20px;
  float:left;
}

.single-post-page .page .article {
border-bottom: 0px solid #d9d9d9;
padding-bottom: 27px;
}

/* ==========================================================================
   Authors Page Page
   ========================================================================== */

.single-post-page .author {
    padding-bottom: 10px;
}

.single-post-page .author img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border:7px solid #d9d9d9;
    border-radius: 50%;
}

.single-post-page .author h2 {
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 42px;
}

.single-post-page .author a.author-website,
.single-post-page .author a.author-twitter,
.single-post-page .author a.author-rss {
    color: #777;
    margin-right: 20px;
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 3px;
}

.single-post-page .author a.author-website::before {
    content:"\e836";
      font-family:fontello;
      padding-right:10px;
      display:inline-block;
      color:#444;
      font-size: 18px;
}

.single-post-page .author a.author-twitter::before {
    content:"\e80e";
      font-family:fontello;
      padding-right:10px;
      display:inline-block;
      color:#444;
      font-size: 18px;
}

.single-post-page .author a.author-rss::before {
    content:"\e858";
      font-family:fontello;
      padding-right:10px;
      display:inline-block;
      color:#444;
      font-size: 18px;
}

.single-post-page .author a.author-link {
padding: 0 15px;
clear: none;
border-radius: 0;
margin-top: 22px;
margin-bottom: 27px;
line-height: 30px;
color: #fff;
}

.single-post-page .author h5 {
margin: 20px 0 0 0;
font-style: italic;
}

.single-post-page .author ul.author-posts li {
    margin: 8px 0 4px;
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 8px;
}

.single-post-page .author ul.author-posts li a {
    border-bottom: 0px dotted #d9d9d9;
    padding-bottom: 0px !important;
}

.single-post-page .author ul.author-posts li::before {
    content:"\e85c";
    font-family:fontello;
    color:#777;
    margin-right:8px;
    display:inline-block;
    font-size: 14px;
}

.single-post-page .author ul.author-posts li:last-child {
 
    border-bottom: 0px solid #d9d9d9;
}

ul.nodata_list {
    margin: 0;
    padding:0;
    list-style: none;
}

ul.nodata_list li {
    margin: 0;
    padding:0;
}

ul.nodata_list > li:before,
ul.nodata_list > li::before {
    margin: 0;
    padding:0;
    display: none;
    content: "" !important;
}

input.live-author-search {
    height: 33px;
border-top: 0 !important;
border-right: 0 !important;
line-height: 33px !important;
font-style: italic;
}


/* ==========================================================================
   Archives Page
   ========================================================================== */
.archives-page ul,
.archives-page ol {
margin-left: 0 !important;
margin-bottom: 27px !important;
}

.archives-page .archives-a ul li,
.archives-page .archives-a ol li,
.archives-page .archives-b ul li,
.archives-page .archives-b ol li {
border-bottom: 1px dotted #d9d9d9;
padding-bottom: 10px;
}

.archives-page ul li img,
.archives-page ol li img {
float: right!important;
margin-top: 9px;
margin-right: 0!important;
}

.archives-page h3 {
    margin: 0 0 27px 0;
}



ul.all-topics {
margin: 0 !important;
padding: 0;
list-style: none;
border-bottom: 1px solid #d9d9d9;
padding-bottom: 27px;
margin-bottom: 27px !important;
overflow: hidden;
}

ul.all-topics:last-child {
border-bottom: 0px solid #d9d9d9;
padding-bottom: 0px;
margin-bottom: 0px !important;
}

h2.all-topics-title {
    font-weight:700;
    border-bottom:0;
    margin-left:2px;
    margin-bottom:30px !important;
    margin-top: 0;
    position: relative; 
    padding-left: 45px;
    font-size:30px;
}

h2.all-topics-title a {
    font-weight:700 !important;
    border-bottom:0 !important;
}

h2.all-topics-title::before {
    content:"\e83b" !important;
    font-size:17px !important; 
    color:#fff !important; 
    font-family: fontello;
    background:#444;
    border-radius: 50%;
    height:35px;
    width:35px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-17px;
}

ul.all-topics li a.title {
    font-size:18px;
    padding:0;
    margin: 0;
    }

ul.all-topics li {
    width: 31.3%;
    margin: 0 3% 0 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

ul.all-topics li::before {
    content:"" !important;
    display: none !important;
}

ul.all-topics li:last-child {
    margin: 0;
}

ul.all-topics li .image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.all-topics li img {
    width: 100%;
    height: auto;
}

ul.all-topics li a {
    border-bottom: 0 !important;
}


/* ==========================================================================
   Footer
   ========================================================================== */
.footer-wrap {
    margin:0;
    padding:20px;
}

.bottom-leaderboard-wrap {
    background:#222;
}

.bottom-leaderboard {
    margin: 0 auto;
    overflow: hidden;
    width: 728px;
}

.footer {
    width: 1125px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .about {
    width: 468px;
    margin:0;
    padding:0;
}

.footer .about p {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    line-height: 30px;
    margin: 30px 0 0px;
    padding: 0;
}

.footer .about p a {
    font-weight: 300;
    color: #F7C100;
}

.footer a:hover,
.footer p a:hover {
    color: #fff;
}

.footer .links {
    width: 303px;
    margin:0 27px;
    padding:0 27px;
}

.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}

.footer .links ul li {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    margin: 0px;
    padding: 8px 0;
    border-bottom: 1px dotted #555;
}

.footer .links ul li:last-child {
    border-bottom: 0px dotted #555;
}

.footer .links ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
}

.footer .links ul li a:hover {
    color: #F7C100;
}

.footer .twitter {
    width: 300px;
    margin: 0;
    padding: 0;
}

.footer .twitter p {
    color: #eee;
}

.footer h2 {
    clear: both;
    font-size: 25px;
    font-weight: 400;
    color: #F7C100;
    padding: 0;
    text-transform: uppercase;
}

.copyright {
    background:#222;
    padding: 16px 0;
    color: #eee;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
}

/* ==========================================================================
   Share Buttons For Posts
   ========================================================================== */

.share-wrapper {
    margin: 0;
    padding:10px 0;
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: -70px;
    left:0;
    background: rgba(255,255,255,0.5);
    display: block;
}

.share-wrapper .count {
    margin:0;
    padding:0 20px;
    font-size: 50px;
    font-weight: 400;
    float: left;
    border-right: 2px solid #777;
    height: 50px;
    line-height: 50px;
    color: #555;
}

.share-wrapper .text {
    margin:0;
    padding:0 20px;
    font-size: 20px;
    font-weight: 300;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #555;
}

.share{

  text-align: left;
}

.share a span{
  font-weight: 400;
  display: block;
  color: white;
  text-align: right;
  min-width: 24px;
  font-size: 14px;
}

.share a{
  text-decoration: none;
  padding: 2px 10px 2px 40px;
  line-height: 18px;
  display: inline-block;
  margin: 7px 10px 55px 0;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.1),inset 0px 1px 0px rgba(255,255,255,0.05)
}

/*icon credits: iconfinder.com*/
.btnTw{
  content: "e80e";
  width: 20px;
  height: 20px;

}


.btnFb{
  background-color: #444;
  background-image:url('https://cdn1.iconfinder.com/data/icons/metro-ui-dock/128/Facebook_alt_1.png');
}

.btnPr{
  background-color: #444;
  background-image:url('https://cdn1.iconfinder.com/data/icons/wbits-pinterest/64/pinterest-icon-square-red.png');
}

.btnLi{
  background-color: #444;
  background-image:url('https://cdn1.iconfinder.com/data/icons/social-icon-pack-by-citni/48/Linkedin.png');
}

.btnDl{
  background-color: #444;
  background-image:url('https://cdn1.iconfinder.com/data/icons/freebie%3A-social-media-icons/64/delicious.png');
}

.btnBu{
  background-color: #444;
  background-image:url('http://bufferapp.com/images/press/logo-icon.png');
  background-size: 14px !important;
  background-position: 2px center
}

.share a span.buCount{
  color: black;
}


/* ==========================================================================
   Common Form Elements
   ========================================================================== */
input[type=text] {
   background: 0;
   border: 1px solid #d5d5d5;
   padding: 5px 10px;
   font-family: Open Sans;
}

textarea {
    width: 100%;
    padding: 5px 10px;
}

button, body input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
background: #333;
border: 0;
color: #fff;
font-family: Open Sans;
font-size: 16px;
float: left;
border: 1px solid #333;
}

input, select, textarea {
color: #444;
padding: 5px 10px;
background: 0;
   border: 1px solid #d5d5d5;
   padding: 5px 10px;
}



/*DISQUS*/
.nav > ul > li > a, .nav > ul > li > div a {
    color: #555;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.yellow-background {
    background: #F7C100;
}

.yellow-text {
    color: #F7C100;
}

.black-background {
    background: #333;
}

.black-text {
    color: #333;
}

.bold-text {
    font-weight: 700;
}

.italic-text {
    font-style: italic;
}

.left-float {
    float: left;
}

.right-float {
    float: right !important;
}

.inline-block {
    display: inline-block;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.headshrinker .headshrunk {
    background: #333;
    width: 100% !important;
}

.headshrinker .headshrunk nav ul li a {
    color: #fff;
}

.headshrinker .headshrunk nav ul li a:hover {
    color: #f29420;
}

.headshrinker .headshrunk a.headshrinker-reveal {
    width: 44px;
    height: 44px;
    background: #444444;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 20px;
}

.headshrinker .headshrunk a.headshrinker-reveal.hs-reveal-left {
    right: auto;
    left: 20px;
}

.headshrinker .headshrunk a.headshrinker-reveal span {
    display: block;
    width: 60%;
    margin: 0 auto;
    background: #000;
    height: 4px;
    margin-top: 13px !important;
    margin-bottom: -10px !important;
    border-radius: 50px;
}

.headshrinker .headshrunk .headshrinker-menu {
    position: absolute;
    left: 0;
    overflow-y: scroll;
    max-height: 500px;
}

.headshrinker .headshrunk .headshrinker-menu {
    display: block;
    width: 100%;
    text-align: left;   
}

.headshrinker .headshrunk .headshrinker-menu ul, .headshrinker .headshrunk .headshrinker-menu li  {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.headshrinker .headshrunk .headshrinker-menu a {
    display: block;
    background: #fff;
    padding: 10px 20px !important;
    border-bottom: 1px solid #efefef;
}

.headshrinker .headshrunk .headshrinker-menu ul ul a {
    padding-left: 40px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul a {
    padding-left: 60px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul ul a {
    padding-left: 80px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul ul ul a {
    padding-left: 100px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul li a.headshrinker-expand {
    width: 26px;
    height: 26px;
    border: none !important;
    padding: 7px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: none !important;
    font-size: 20px;
}

.podcasts {
    margin: 0px 0 27px;
    overflow: hidden;
}

a.podcast,
a.itunes {
    color: #777;
    margin-right: 0px;
    border-bottom: 1px dotted #d9d9d9;
    border-top: 1px dotted #d9d9d9;
    padding: 4px 0;
    width:45%;
    font-weight: 400;
}

a.podcast {
    border-right:1px dotted #d9d9d9;
    margin-right:0%;
}

a.itunes {
    padding-left:5%;
}

a.podcast:hover,
a.itunes:hover {
    color: #F7C100;
}

a.podcast::before {
    content:"\e842";
      font-family:fontello;
      padding-right:10px;
      display:inline-block;
      color:#444;
      font-size: 18px;
      font-weight: 300;
}

a.itunes::before {
    content:"\e853";
      font-family:fontello;
      padding-right:10px;
      display:inline-block;
      color:#444;
      font-size: 18px;
      font-weight: 300;
}

.social-likes {
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0px;
}


.social-likes a.facebook,
.social-likes a.twitter,
.social-likes a.plusone {

}

.social-likes a.facebook,
.social-likes a.twitter,
.social-likes a.plusone,
.social-likes a.youtube {
    float: left;
    border:0px solid #d8d8d8;
    padding:1% 1% 1% 35px;
    position: relative;
    margin-right: 3.5%;
    width:22%;
    height: 70px;
    text-align: center;
}

.social-likes a.facebook {
    background: #39599f;
}

.social-likes a.twitter {
    background: #45b0e3;
}

.social-likes a.plusone {
    background: #fa0101;
}

.social-likes a.youtube {
    background: #cc181e;
}

.social-likes a.youtube {
    margin-right: 0%;
}

.social-likes a.facebook::after {
    margin: 0;
    padding: 0;
    content: '\e803';
    color: #fff;
    font-family: fontello;
    font-size: 26px;
    position: absolute;
    top:8px;
    left: 0px;
    z-index: 10;
    line-height: 30px;
    width: 100%;

}

.social-likes a.facebook span,
.social-likes a.twitter span,
.social-likes a.plusone span,
.social-likes a.youtube span {
    font-size: 14px;
    position: absolute;
    line-height: 34px;
    text-align: center;
    width: 100%;
    clear: both;
    position: absolute;
    left:0;
    bottom:0;
    color: #fff;
}

.social-likes a.twitter::after {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e80a';
    color: #fff;
    font-family: fontello;
    font-size: 27px;
    position: absolute;
    top:10px;
    left: 0px;
    z-index: 10;
    line-height: 30px;
    width: 100%;
}


.social-likes a.plusone::after {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e813';
    /*content: '\e842';*/
    color: #fff;
    font-family: fontello;
    font-size: 26px;
    position: absolute;
    top:10px;
    left: 0px;
    z-index: 10;
    line-height: 30px;
    width: 100%;
}


.social-likes a.youtube::after {
    margin: 0;
    padding: 0;
    color: #fff;
    content: '\e811';
    color: #fff;
    font-family: fontello;
    font-size: 26px;
    position: absolute;
    top:8px;
    left: 0px;
    z-index: 10;
    line-height: 30px;
    width: 100%;
}



/* Generic Utility */
.hide { 
    position: absolute; 
    top: -9999px; 
    left: -9999px; 
}


/* Specific to example one */

.posts-tab { 
    padding: 0px; 
    margin: 0 0 20px 0;
}

.posts-tab ul { 
    padding: 0px; 
}

.posts-tab .nav { 
    overflow: hidden; 
    margin: 0 0 20px 0; 
}

.posts-tab .nav li { 
    padding:0; 
    float: left; 
    width: 50%;
}

.posts-tab .nav li.last { 
    margin-right: 0; 
}

.posts-tab .nav li a { 
    padding:0px 20px; 
    display: block; 
    color: #fff; 
    font-size: 17px; 
    text-align: center; 
    border: 0; 
    font-weight: 400;
    line-height: 40px;
    background-color: #F7C100; 
}

.posts-tab .nav li a:hover { 
    background-color: #333; 
}

.posts-tab ul { 
    list-style: none; 
}

.posts-tab ul li a { 
    display: block; 
    color: #666; 
    outline: none;
    outline: 0;
}

.posts-tab ul li a:hover { 
    background: #F7C100; 
    color: #fff; 
}

.posts-tab ul li:last-child a { 
    /*border: none; 
    outline: none;
    outline: 0;*/
}

.posts-tab ul li.nav-one a.current, .posts-tab ul.popular li a:hover { 
    background-color: #fff; 
    color: #555; 
    border-bottom: 1px solid #d8d8d8;
    line-height: 39px !important;
    outline: none;
    outline: 0;
}

.posts-tab ul li.nav-two a.current, .posts-tab ul.future li a:hover { 
    background-color: #fff; 
    color: #555; 
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    line-height: 39px !important;
    outline: none;
    outline: 0;
}

.posts-tab ul li.nav-three,
.posts-tab ul li.nav-four  { 
    color: #555; 
    border-bottom: 1px solid #d8d8d8;
    border-top: 0px solid #d8d8d8;
    outline: none;
    outline: 0;
    width: 100%;
    overflow: hidden;
}

.posts-tab ul li.nav-three span,
.posts-tab ul li.nav-four span  { 
    color: #FFF;
    padding: 10px 20px;
    outline: 0px none;
    line-height: 37px !important;
    font-size: 17px;
}

.posts-tab ul#popular li,
.posts-tab ul#future li,
.posts-tab ul#comments li {
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.posts-tab ul#more-posts li {
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.posts-tab ul#popular li:last-child,
.posts-tab ul#future li:last-child,
.posts-tab ul#comments li:last-child,
.posts-tab ul#more-posts li:last-child {
    border-bottom: 0px solid #d8d8d8;
}

.posts-tab ul#popular li img,
.posts-tab ul#future li img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 12px;
    margin-bottom: 0px;
}

.posts-tab ul#comments li .round {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.posts-tab ul#comments li .round img {
    width: 100%;
}

.posts-tab ul#comments li img {
    margin-right: 0px;
    width: 100px;
    height: auto;
}

.posts-tab ul#more-posts li .image {
    height: auto;
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.posts-tab ul#more-posts li .image img {
    margin-right: 0px;
    width: 100%;
    height: auto;
}

.posts-tab ul#more-posts li .content {
    width: 295px;
    width:calc(100%-115px);
    /*overflow: hidden;*/
    float: left;
    margin: 0;
    padding-bottom: 5px;
}

.posts-tab .content span.post-date {
    display: inline-block;
}

.posts-tab .content span.post-date a {
    /*border-bottom: 0;*/
}

.posts-tab ul#popular h2,
.posts-tab ul#future h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: -5px 0 10px;
}

.posts-tab ul#popular h2 a,
.posts-tab ul#future h2 a,
.posts-tab ul#comments h2 a{
    color: #444;
}

.posts-tab ul#comments h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0 10px;
    font-weight: 300;
}

.posts-tab ul#more-posts h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 5px 0 5px;
}

.posts-tab ul#more-posts h2 a {
    color: #444;
}

.posts-tab .category-tag {
    padding: 0;
    color: #888;
    font-weight: 300;
    line-height: 15px;
}

.posts-tab ul#comments .category-tag {
    color: #F7C100;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    clear: right;
}

.posts-tab ul#comments .category-tag a {
    color: #F7C100;
}

.posts-tab .category-tag a {
    padding: 0;
    color: #888;
}

.posts-tab .category-tag:hover {
    background: transparent !important;
}

.posts-tab .comments-tag {
    margin-top: -7px;
}

.posts-tab .comments-tag:hover::after {
    color: #F7C100;
}

.posts-tab a.comments-count {
    color: #fff;
}

.posts-tab a.comments-count:hover {
    color: #fff !important;
}

.posts-tab ul#more-posts .comments-tag {
    margin-top: -0px;
}

.posts-tab ul#popular li a:hover,
.posts-tab ul#future a:hover,
.posts-tab ul#comments a:hover,
.posts-tab ul#more-posts a:hover {
    background: transparent;
    color: #F7C100; 
}

.posts-tab ul#more-posts .category-tag {
    color: #F7C100;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
}

.posts-tab ul#more-posts .category-tag a {
    color: #F7C100;
}

li.dsq-widget-item {
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

li.dsq-widget-item:last-child {
    border-bottom: 0px solid #d8d8d8;
}

img.dsq-widget-avatar {
    height: 70px !important;
    width: 70px !important;;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 10px !important;
    margin-bottom:10px !important;
}

a.dsq-widget-user {
    text-decoration:none;
    display:block;
    margin-bottom:7px;
}

p.dsq-widget-meta {
    font-size: 13px !important;
line-height: 21px !important;
margin-top: 10px !important;
}

p.dsq-widget-meta a {
    text-decoration:none;
    color: #F7C100 !important;
    line-height: 20px !important;
    display: inline !important;
    font-weight: bold;
}

.dsq-widget-list a:hover {
    color: #F7C100 !important;
    background: transparent !important;
}

.dsq-widget-comment p {
    display: inline !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

/* ==========================================================================
   SHAREEE STYLE
   ========================================================================== */

#share-sidebar{
    float:left;
    margin:0 0 27px 0;
    clear: both;
    display: none;
}

#shareme .box{
    float:left;
    margin:0% 8% 0 0%;
    width:100%;
}

#shareme .box a{
    color:#404040;
}

#shareme .box a:hover{
    text-decoration:none;
}

#shareme .count {
    font-weight:bold;
    font-size:50px;
    float:left;
    border-right:2px solid #F7C100;
    line-height:40px;
    padding-right:10px;
}

#shareme .share {
    float:left;
    margin-left:10px;
    margin-top: 5px;
    font-size:17px;
}

#shareme .buttons {
    position: absolute;
    width:294px;
    background-color:#fff;
    border: 1px solid rgba(0,0,0,.2);
    padding:10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#shareme .button {
    float:left;
    max-width:50px;
    margin:0 10px 0 0;
}

#shareme .facebook {
    margin:0 4px 0 0;
}









/* ==========================================================================
   Blockquote STYLE
   ========================================================================== */

.bq-wrap {
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px 0 30px 0;
    position: relative; 
    border-bottom: 1px solid #d9d9d9; 
}

.bq-wrap p{
    margin: 0;
    padding: 0;
}

.bq-wrap blockquote {
    margin: 0;
    padding: 0;
    position: relative;
}

.bq-wrap cite {
    font-style: normal;
}


.bb-style blockquote{
    padding-top: 30px;
}

.bb-style blockquote:after {
    font-family: 'Fontello';
    background: #333;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    content: '\e859'; 
    position: absolute;
    font-size: 42px;
    line-height: 90px;
    text-align: center;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    display: none;
}

.bb-style blockquote:before{
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border-left: 5px solid rgba(235,150,108,0);
    position: absolute;
    top: 0px;
    left: -50px;
    z-index: -1;
}

.bb-style blockquote p {
    font-size: 27px;
    font-style: italic;
    background: rgba(255,255,255,0.5);
    display: inline;
    color: #555;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    line-height: 45px;
    box-shadow: 0 -6px 0 rgba(0,0,0,0.05);
}

.bb-style blockquote p a {
    color: #555;
    font-weight: 300;
}

.bb-style blockquote p a:hover {
    color: #333;
}

.bb-style .circle-1 {
    font-family: 'Fontello';
    background: #333;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    font-size: 42px;
    line-height: 90px;
    text-align: center;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.bb-style .circle-2 {
    font-family: 'Fontello';
    background: #F7C100;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    font-size: 27px;
    line-height: 17px;
    text-align: center;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    padding-top: 18px;
}

.bb-style .circle-2 span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}


.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    cursor: pointer;
}

.flipper {
    transition: 0.3s;
    transform-style: preserve-3d;
    position: relative;
}


.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


.front {
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
}

.bb-style .bb-attribution {
    text-align: right;
}

.bb-style .bb-author{
    text-transform: uppercase;
    font-size: 17px;
    padding-top: 14px;
    font-weight: bold;
    color: #F7C100;
    text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    font-family: "Open Sans Condensed";
}

.bb-style cite a{
    color: #888;
    font-style: italic;
}

.bb-style cite a:hover{
    color: #444;
}