/***********************************************************
* @Description: BWL Advanced FAQ Manager Plugins Styles
***********************************************************/

/*----- Common Style ----*/

.baf_hidden {
  display: none;
}

/*----- Accordion Styles ----*/

.ac-container {
  width: 100%;
  text-align: left;
  margin: 10px 0 0;
  box-sizing: border-box;
  font-size: 14px;
}

.ac-container a,
.ac-container a:hover {
  text-decoration: none;
}

/*-----Search Form Element ----*/

i.highlight {
  font-style: normal;
  display: inline-block;
}

.baf_suggestion {
  text-align: center;
}

.baf_suggestion_prefix {
  font-size: 16px;
}

.ac-container fieldset {
  border: 0px solid #ffffff;
}

.ac-container .bwl-faq-search-panel {
  position: relative;
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear:after {
  position: absolute;
  content: "X";
  display: inline-block;
  top: 0;
  left: 7px;
  font-weight: bold;
  font-size: 14px;
  color: #6a6a6a;
  font-family: verdana;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear:hover:after {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear:hover {
  color: #2c2c2c;
}

.ac-container .bwl-faq-search-panel input {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -o-box-shadow: 0px;
  box-shadow: 0px;
  height: 48px;
  text-shadow: none;
  width: 100%;
  margin-bottom: 11px;
  padding: 0 8px;
  text-indent: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ac-container .bwl-faq-search-panel input:focus {
  border: 1px solid #c1c1c1 !important;
  outline: none;
}

/*-----  Semi Rounded Search Box ----*/

.ac-container .bwl-faq-search-panel input.semi-rounded {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  height: 48px !important;
  padding: 0px 8px !important;
  background-position-x: 98% !important;
}

.ac-container .bwl-faq-search-panel input.semi-rounded + span.baf-btn-clear {
  right: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 5px;
}

/*----- Rounded Search Box ----*/

.ac-container .bwl-faq-search-panel input.rounded {
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  height: 48px !important;
  padding: 0px 8px !important;
  background-position-x: 98% !important;
}

.ac-container .bwl-faq-search-panel input.rounded + span.baf-btn-clear {
  right: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 5px;
}

/*----- Box Shadow ----*/

.sbox-custom-box-shadow {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 0px 7px 7px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0px 7px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 7px 7px rgba(0, 0, 0, 0.03);
}
.sbox-custom-box-shadow:focus {
  -webkit-box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
  outline: none;
}

.search_icon {
  background-origin: content-box;
  background: url(../images/search.png) no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 99%;
  background-position-y: 50%;
  border: 1px solid #cccccc;
}

.accordion_search_input_box::-ms-clear {
  display: none;
}
.search_load {
  background-origin: content-box;
  background: url(../images/loader.gif) no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 99%;
  background-position-y: 50%;
}

.ac-container .bwl-faq-search-panel input:focus {
  background-color: #ffffff;
  border: 1px solid #c6e1ec;
  text-shadow: none;
}

.ac-container .bwl-faq-search-panel .bwl-filter-message {
  clear: both;
  font-size: 15px;
  position: relative;
  display: block;
}

form.bwl-faq-search-panel + div.bwl-faq-container {
  margin-top: 24px;
}

.ac-container .bwl-faq-container {
  margin: 0 0 11px 0;
}

.ac-container .bwl-faq-container .baf_content {
  margin-bottom: 16px;
}

.ac-container .bwl-faq-container article {
  margin: 0;
  padding: 0;
}

.ac-container label {
  padding: 3px 20px 3px 10px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #777;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 1px 1px rgba(0, 0, 0, 0.1);
}

.ac-container label:after {
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 0px;
}

.ac-container input[type="checkbox"] {
  display: none;
}

.ac-container article {
  background: #ffffff;
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  margin: 0px 0px 1px 0px;
  opacity: 1;
}

/*.ac-container input:checked ~ article{

    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}*/

.ac-container input:checked ~ article.ac-medium {
  clear: both;
}

.ac-container article {
  margin: 0 0 11px 0;
  visibility: hidden;
}

.ac-container article li {
  padding-left: 15px;
}

/*----- Sbox Layout ----*/

.closed-label,
.opened-label {
  position: relative;
}

.opened-label:after {
  content: "\f067" !important;
}
.closed-label:after {
  content: "\f068" !important;
}

.opened-label:after,
.closed-label:after {
  font-family: "FontAwesome";
  /*content: '\f107';*/
  background: transparent;
  display: inline-block;
  font-size: 20px !important;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  transition: all 0.5s ease-in-out;
  transform: rotateZ(0deg);
  /*background: blue;*/
  text-align: center;
  vertical-align: middle;
  top: 50%;
  right: 0;
  margin-top: 6px;
  line-height: 24px;
}
/*
.opened-label:after {
  transform: rotateZ(0deg);
  top: 3px !important;
  right: 10px !important;
  line-height: 16px;
}
.closed-label:after {
  transform: rotateZ(-180deg);
  top: 6px !important;
  right: 10px !important;
}*/

/*----- According Shadow ----*/

.article-box-shadow {
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/*----- Taxonomy Info ----*/

.baf_taxonomy_info {
  margin: 16px 0;
}

/*----- Meta Info----*/

.ac-container p.bwl_meta_info {
  display: block;
}

/*----- Rating Styles ----*/

.ac-container hr.ultra-fancy-hr {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(
    left,
    #ffffff 0%,
    #ebebeb 50%,
    #ffffff 100%
  );
  background-image: -o-linear-gradient(
    left,
    #ffffff 0%,
    #ebebeb 50%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #ebebeb 50%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    left,
    #ffffff 0%,
    #ebebeb 50%,
    #ffffff 100%
  );
  border: none;
  height: 1px;
  width: 100%;
}

.post-like-container {
  margin: 5px 0;
  clear: both;
}

h4.post-like-status {
  line-height: 1.5em;
  height: 1.5em;
  margin: 5px 0 10px 0;
}

.post-like {
  background: url("../images/sprite-faq-thumb.png") no-repeat;
  background-position: -24px 0;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 4px;
  -moz-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
}

.post-like-container a:hover .post-like {
  background-position: 0 0;
}

.voted .post-like,
.post-like-container,
.alreadyvoted {
  background-position: -48px 0;
}

.count {
  position: relative;
  top: 2px;
  margin-left: 5px;
  text-transform: capitalize;
}

/*-----Expand & Collapse BTN ----*/

div.baf-ctrl-btn {
  text-align: right;
  clear: both;
  display: block;
  padding: 0;
  margin: 0 0 16px 0;
}

div.baf-ctrl-btn span.baf-expand-all {
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  height: 22px;
  width: 22px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  /*background: green;*/
  border: 0px solid #eeeeee;
  font-size: 10px;
  line-height: 22px;
  -moz-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
}

div.baf-ctrl-btn span.baf-collapsible-all {
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  /*background: tomato;*/
  border: 0px solid #eeeeee;
  margin-left: 0px;
  font-size: 10px;
  line-height: 22px;
  -moz-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
}

div.baf-ctrl-btn span.baf-expand-all + span.baf-collapsible-all {
  margin-left: 5px;
}

/*----- Flat ----*/

.baf_layout_flat {
  clear: both;
}

.baf_layout_flat .bwl-faq-container {
  padding: 4px;
  margin-bottom: 3px !important;
}

.baf_layout_flat .bwl-faq-container label {
  box-shadow: none;
  padding: 12px 12px;
}

.baf_layout_flat label:after,
.baf_layout_flat label:hover:after,
.baf_layout_flat input:checked + label:hover:after {
  margin-top: 16px;
}

/*----- Semi Rounded ----*/

.baf_layout_semi_round {
  clear: both;
}

.baf_layout_semi_round .bwl-faq-container {
  padding: 3px 10px;
  border-radius: 6px;
  background: inherit;
}

.baf_layout_semi_round .bwl-faq-container label {
  box-shadow: none;
}

.baf_layout_semi_round .bwl-faq-container .ac-medium {
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 0px;
}

.baf_layout_semi_round .ac-container input:checked ~ article.ac-medium {
  padding: 24px;
  margin-bottom: 12px;
}

.baf_layout_semi_round label:after,
.baf_layout_semi_round label:hover:after,
.baf_layout_semi_round input:checked + label:hover:after {
  top: 10px;
  right: 12px;
}

/*----- Rounded ----*/

.baf_layout_round {
  clear: both;
}

.baf_layout_round .bwl-faq-container {
  padding: 3px 10px;
  border-radius: 18px;
  background: inherit;
}

.baf_layout_round .bwl-faq-container label {
  box-shadow: none;
}

.baf_layout_round .bwl-faq-container .ac-medium {
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
}

.baf_layout_round .ac-container input:checked ~ article.ac-medium {
  padding: 24px;
  margin-bottom: 12px;
}

.baf_layout_round label:after,
.baf_layout_round label:hover:after,
.baf_layout_round input:checked + label:hover:after {
  top: 10px;
  right: 12px;
}

/*----- FAQ FORM----*/

.bwl-faq-form-container {
  margin-top: 11px;
  clear: both;
  display: block;
}

.bwl-form-success-box {
  background: #8ad088;
  color: #ffffff;
}

.bwl-form-wait-box {
  background: #ffffc1;
  color: #000000;
}

.bwl-form-error-box {
  background: #e63f37;
  color: #ffffff;
}

.bwl-faq-form-container h2 {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  margin: 24px 0;
  padding: 0 0 12px;
}

.bwl-faq-form-container .bwl-faq-form-message-box {
  width: 100%;
  border: 1px solid #eeeeee;
  line-height: 2.4em;
  text-indent: 2px;
  display: none;
  margin-bottom: 11px;
  padding-left: 12px;
  box-sizing: border-box;
}

.bwl-faq-form-container form input[type="text"] {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #cccccc;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -o-box-shadow: 0px;
  box-shadow: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-indent: 3px;
}

.bwl-faq-form-container form select {
  margin-bottom: 0px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.bwl-faq-form-container form input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  text-align: left;
  height: 42px;
  line-height: 42px;
  padding-left: 12px;
  padding-right: 12px;
}

.bwl-faq-form-container form .baf_field {
  margin-bottom: 24px;
}

.bwl-faq-form-container form .baf_field label,
.bwl-faq-form-container form p label {
  display: block;
  clear: both;
  margin-bottom: 12px;
}

.bwl-faq-form-container form input.bwl_advanced_faq_disabled_field,
.bwl-faq-form-container form select.bwl_advanced_faq_disabled_field,
.bwl-faq-form-container
  form
  input[type="submit"].bwl_advanced_faq_disabled_field {
  background: #eeeeee;
}

.bwl-faq-form-container form input.captcha,
.bwl-faq-form-container form input.sum {
  display: inline;
  text-align: center;
  width: 40px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -o-box-shadow: 0px;
  box-shadow: 0px;
}

.bwl-faq-form-container form span#spambot {
  font-size: 12px;
  margin-left: 12px;
}

/*
*@Title: BWL FAQ Tabify Stylesheet
*@Version: 1.0.0
*@Created Date: 15-12-2013
*@Last Edited Date: 17-12-2013
*/

div.bwl-faq-tab-content {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  outline: none;
}

.bwl-faq-content-wrapper {
  clear: both;
  border: 1px solid #ccc;
  margin: 0 0 11px 0;
  padding: 0;
}

.bwl-faq-content-wrapper-ver {
  float: left !important;
  width: 80%;
  border: 1px solid #ccc;
  margin: 0px 0px !important;
  padding: 0;
  clear: none !important;
}

.bwl-faq-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bwl-faq-wrapper ul.bwl-faq-tabs {
  position: relative;
  z-index: 50;
  padding: 0px;
  margin: 0px 0px -1px 0px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver {
  position: relative;
  z-index: 50;
  padding: 0px;
  margin: 0px 0px !important;
  width: 20%;
  float: left;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li {
  display: block;
  background: none;
  float: left;
  margin: 0;
  padding: 0;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li {
  width: 100%;
  margin-bottom: 2px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li a {
  list-style: none;
  display: block;
  padding: 5px 11px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li a {
  list-style: none;
  display: block;
  padding: 5px 11px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li.active a {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: -1px;
  background: #fafafa;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active a {
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  margin-bottom: 1px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li.active {
  border-top: 3px solid #2c2c2c;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active {
  border-top: 0px solid #2c2c2c;
  border-left: 3px solid #2c2c2c;
}

/*-----Pagination ----*/

.baf_pagination_nav_block {
  display: block;
  clear: both;
}

#baf_page_navigation {
  text-align: right;
}

#baf_page_navigation a {
  padding: 1px 5px;
  border: 1px solid #cccccc;
  margin: 2px;
  text-decoration: none;
  text-align: center;
  outline: none;
  display: inline-block;
  background: #fff;
  color: #000;
}

#baf_page_navigation .active_page {
  background: #17ac2c;
  color: white !important;
}

.baf_dn {
  display: none;
}

#baf_page_navigation span.total_pages {
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: small;
}

#baf_page_navigation a.previous_link,
#baf_page_navigation a.next_link {
  padding: 1px 8px;
  font-weight: bold;
  background: #fff;
  color: #000;
}

/*-----  BAF WIDGET ----*/

.baf-widget {
  clear: both;
}

.baf-widget ul {
  clear: both;
}

.baf-widget ul li {
  line-height: 32px;
}

.baf-widget ul.children li {
  padding-left: 12px;
}

/*----- New Code ----*/

.baf-hide-article {
  display: none;
  visibility: hidden !important;
  height: 0 !important;
}

.baf-show-article {
  display: block;
  visibility: visible !important;
  height: auto !important;
}

.baf-article-padding {
  padding: 12px !important;
}

/***********************************************************************************************/
/* RESPONSIVE STYLING */
/***********************************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .ac-container {
    font-size: 12px;
  }

  .ac-container label {
    font-size: 13px;
    font-weight: normal;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs li a {
    font-size: 13px;
  }

  .bwl-faq-form-container h2 {
    font-size: 13px;
  }

  /*-----TAB ----*/

  .bwl-faq-wrapper ul.bwl-faq-tabs li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs li.active a {
    border-bottom: 1px solid #eeeeee;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs-ver,
  .bwl-faq-content-wrapper-ver {
    width: 100%;
    clear: both;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active a {
    border-bottom: 1px solid #eeeeee;
  }

  /*----- Flat Layout ----*/

  .baf_layout_flat .bwl-faq-container label {
    line-height: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1000px) {
  .ac-container {
    font-size: 13px;
  }

  .ac-container label {
    font-size: 14px;
    font-weight: bold;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs li a {
    font-size: 14px;
  }

  .bwl-faq-form-container h2 {
    font-size: 14px;
  }

  /*----- TAB ----*/

  .bwl-faq-wrapper ul.bwl-faq-tabs li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs li.active a {
    border-bottom: 1px solid #eeeeee;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs-ver,
  .bwl-faq-content-wrapper-ver {
    width: 100%;
    clear: both;
  }

  .bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active a {
    border-bottom: 1px solid #eeeeee;
  }
}
