/*
  Theme Name: Frenzy
  Theme URI: http://www.bonfirelab.com
  Description: Responsive Multi Purposes WordPress Theme
  Author: Hermanto Lim
  Author URI: http://www.bonfirelab.com
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 2.3
  Tags: orange, dark, light, green, blue, purple, yellow, red, brown
  
  Designed & Handcrafted by Hermanto Lim for bonfirelab.com
  All files, unless otherwise stated, are released under the GNU General Public License
  version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

.post .carousel-caption {
  color: #fff;
}
.sticky {}
header nav#secondary-navigation ul li ul li.dropdown > ul.dropdown-menu {
  min-width: 130px !important;
}
header nav#secondary-navigation ul li ul li.dropdown > ul.dropdown-menu > li span {
  padding-right: 0.3em !important;
}
.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-left: 0; 
}
.bypostauthor .avatar { border-color: #ffd62c; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

img.alignleft {
  float: left;
  margin: 10px 25px 20px 0;
}

img.alignright {
  display: block;
  margin: 10px 0 25px 20px;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-top: 5px;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
  text-align: center;
  margin: 10px 20px 20px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}


.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption
.wp-caption-text {
  margin: 0;
  padding: 5px;
}

.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}

.gallery .gallery-row {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
}
.gallery .gallery-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.gallery .gallery-item .gallery-icon img {
    height: auto;
    margin: 0 auto;
    max-width: 89%;
    padding: 1%;
    width: auto;
}
.gallery-caption {
    margin-left: 0;
}
.gallery .col-0 {
    width: 100%;
}
.gallery .col-1 {
    width: 100%;
}
.gallery .col-2 {
    width: 50%;
}
.gallery .col-3 {
    width: 33.33%;
}
.gallery .col-4 {
    width: 25%;
}
.gallery .col-5 {
    width: 20%;
}
.gallery .col-6 {
    width: 16.66%;
}
.gallery .col-7 {
    width: 14.28%;
}
.gallery .col-8 {
    width: 12.5%;
}
.gallery .col-9 {
    width: 11.11%;
}
.gallery .col-10 {
    width: 10%;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

.container[role="main"] #main-content #content article .article-content .article-header.normal h3{
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  text-align: left;
  max-width: 100%;
  background: none;
  border: none;
  padding: 0;

}
.container[role="main"] #main-content #content article .article-content .article-header.normal h3 a{
  color: #000;
  display: block;
  margin: 0;
  padding: 0;
}
.container[role="main"] #main-content #content article .article-content .article-header.normal h3:before{
  display: none;
}
.container[role="main"] #main-content #content article .article-content .article-header.normal h3:after{
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #ddd;
}

.container[role="main"] #main-content #content .post-lists article .article-content .article-header.normal .article-info {
    position: static;
    clear: both;
    margin: 10px 0 10px 0;
}
.container[role="main"] #main-content #content .post-lists article .article-content .article-header.normal .article-info:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;

}
.container[role="main"] #main-content #content .post-lists article .article-content .article-header.normal .article-info li{
    position: static;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.container[role="main"] #main-content #content .post-lists .format-video .article-header.normal h3,
.container[role="main"] #main-content #content .post-lists .format-audio .article-header.normal h3 {
  display: block !important;
}

.container[role="main"] #main-content #content .post-lists .format-standard .article-content .article-header {
  height: 20px;
}
.container[role="main"] #main-content #content .post-lists .format-standard .article-content .article-header.normal {
  height: auto;
}

.post-format-chat .entry-summary {
    color: #888888;
    margin-bottom: 25px;
}
.post-format-chat .entry-summary p {
    margin-bottom: 25px;
}
.format-chat .chat-row {
  margin: 0 0 12px 0;
  clear: both;
  padding: 5px 8px 2px 8px;
}
.format-chat .chat-row:before, .format-chat .chat-row:after {
  clear: both;
}
.format-chat .chat-row:nth-child(even) {
  background: #f7f7f7;
}
.format-chat .chat-row:nth-child(odd) {
   background: #eee;
}
.format-chat .chat-author cite {
    text-transform: uppercase;
    font-weight: bold;
}
.format-chat .chat-author  {
  background: #222;
  padding: 3px 10px;
  float: left;
  color: #eee;
  margin-top: -8px;
  margin-left: -12px;
}

.format-chat .chat-text {
    color: #444;
    margin-left: 54px;
}
.format-chat .chat-speaker-1 .chat-author {
    border-right: 5px solid #049cdb;
}
.format-chat .chat-speaker-2 .chat-author {
    border-right: 5px solid #7a43b6;
}
.format-chat .chat-speaker-3 .chat-author {
    border-right: 5px solid #46a546;
}
.format-chat .chat-speaker-4 .chat-author {
    border-right: 5px solid #9d261d;
}
.format-chat .chat-speaker-5 .chat-author {
    border-right: 5px solid #ffc40d;
}
.format-chat .chat-speaker-6 .chat-author {
    border-right: 5px solid #f89406;
}
.format-chat .chat-speaker-7 .chat-author {
    border-right: 5px solid #c3325f;
}
.format-chat .chat-speaker-8 .chat-author {
    border-right: 5px solid #0064cd;
}

h3#pings {
  margin-top: 20px;
}
.comments .pinglists {
  margin: 0;
  margin-top: 20px;
  list-style: none;
  background: #f8f8f8;
}

.comments .pinglists li {
  *zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.comments .pinglists li:last-child {
  border: none;
}
.article-info .comments {
  margin-top: 0;
}
br, br:after, br:before {
  clear:both;
}
.knob-container {
  position: relative;
  text-align: center;
}
.knob-label {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}
.knob-ratings {
  margin-bottom: 20px;
}

.review-block .knob-rating-criteria {
  width: 22%;
  text-align:center;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}
.review-block .knob-rating-criteria .name {
  font-weight: bold;
}
.review-block .knob-rating-criteria .knob-container {
  margin-top: 10px;
}
.review-block .knob-rating-criteria:nth-child(4n+4) {
  margin-right: 0;
  float: right;
  *zoom: 1;
}
.review-block .knob-rating-criteria:nth-child(4n+4):before,
.review-block .knob-rating-criteria:nth-child(4n+4):after {
  display: table;
  content: "";
  line-height: 0;
}
.review-block .knob-rating-criteria:nth-child(4n+4):after {
  clear: both;
}

.btn .btn-type-white {
  color: #fff;
}
.btn.btn-default, .btn.btn-primary, .btn.btn-danger, .btn.btn-inverse, .btn.btn-danger, .btn.btn-info, .btn.btn-warning, .btn.btn-success {
  color: #fff;
}


.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #fff;
}
.post-carousel img{
  margin: 0;
  float: none;
}
.tp-bannertimer {
  height: 5px;
}
.btn.btn-primary.btn-flat-square,
.btn.btn-primary.btn-flat-round,
.btn.btn-success.btn-flat-square,
.btn.btn-success.btn-flat-round,
.btn.btn-inverse.btn-flat-square,
.btn.btn-inverse.btn-flat-round,
.btn.btn-warning.btn-flat-square,
.btn.btn-warning.btn-flat-round,
.btn.btn-danger.btn-flat-square,
.btn.btn-danger.btn-flat-round,
.btn.btn-info.btn-flat-square,
.btn.btn-info.btn-flat-round {
  border: 0;
}

body header.header-style2 .nav-container {
    margin-left: -40px;
}
body header.header-style2 {
    margin-bottom: 40px;
}
body header.header-style2 #main-navigation {
  opacity: 0.9;
  filter: alpha(opacity=90);
  height: 55px;
}
header.header-style2 nav#main-navigation ul > li {
  line-height: 55px;
}
body header.header-style2 #logo {
  width: 200px;
  background: none;
}
body header.header-style2 #logo {
  height: 55px;
  width: 100%;
}
body header.header-style2 h1#logo a, body header.header-style3 h1#logo a {
    background-position: left center !important;
}

body header.header-style3 .container-fluid {
  margin: 0;
  padding: 0;
  background: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
body header.header-style3 .topnav {
  margin: 3px 0 6px 0;
}
body header.header-style3 .topnav ul li {
  line-height: 22px;
}
body header.header-style3 {
  margin-top: 0;
}
body header.header-style3 #logo, body header.header-style3 .leaderboard {
  margin-bottom: 20px;
}
body header.header-style3 #logo {
  margin-left: -20px;
  width: 220px;
  background: none;
}
body header.header-style3 .leaderboard {
  float: right;
  margin-right: -20px;
}
body header.header-style3 .leaderboard img, body header.header-style3 .leaderboard {
  width: 728px;
  height: 90px;
}
header #searchform input {
  color: #ccc !important;
}

footer .tweet_list a img {
  float: left;
  margin-right: 10px;
}

footer .container.footer-container .footer-extra .footer-box ul.tweet_list li {
  padding-left: 0;
  background-image: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
  clear: both;
  overflow: hidden;
}
.poll-option span.option-vote {
  float: right;
}
.poll-details {
  margin-bottom: 3px;
}
.poll-option .no-vote .bar p {
  color: #555;
  text-shadow: none;
}
.poll-result .votes-amount {
  text-align: right;
  font-weight: bold;
}
.poll-option .bar p {
  margin: 0 10px;
}
.poll-container .options label, .poll-container .options input {
  float: left;
  cursor: pointer;
}
.poll-container .options input {
  margin-right: 5px;
}
.poll-container form hr {
  margin-top: 10px;
}
.poll-container {
  margin-bottom: 20px;
}
.sidebar-widget .poll-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .google-plus-wrapper iframe .oAb,
.google-plus-wrapper iframe .iAb, .google-plus-wrapper iframe {
    width: 100% !important;
}

.fb-like-box, .google-plus-wrapper {
  margin: 20px 0;
}
.post-widget .sidebar-item a img {
  width: 60px;
  height: 60px;
}
div.wp-caption {
  max-width: 100% !important;
  height: auto;
}
body header .topnav ul li, header nav#secondary-navigation ul li ul.user-menu li {
  list-style: outside disc;
  padding-right: 15px;
}
header nav#secondary-navigation ul li ul.user-menu li:last-child {
  padding-right: 0;
}
.sidebar-widget #flickr_badge_wrapper .flickr_badge_image a img {
  height: auto !important;
}
a#backtop {
  z-index: 20003;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-single-images .thumbnails a, .product-single-images .product-thumbnails a {
  width: 90px;
  height: 90px;
}
