/*--------------------------------------------------------------
* Global Styles
--------------------------------------------------------------*/
/*---- Style for Widget ----*/
.sidebar-wrapper .sidebar .widget h5.widget-title{
  font-size: 32px;
  text-transform: none;
  padding: 0;
}





.single-post-area .single-post-container .single-post .post-body {
    padding: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
}

.button {
    background: #e21c1c;
    color: #fff;
    border: 1px solid #999;
    padding: 0 10px;
}

input[type="text"]{
  border: 1px solid #ccc;
}

.logout-link {
	background: none;
	color: #337ab7;
	border:none;
	padding:0;
}

select {
	border: 1px solid #ccc;
}

/* ----------------------------------------------------------------
* Style for breed home page
-----------------------------------------------------------------*/
/* Breed Home Page - Bibhu */
.bs-bhp-main-title {font-size:36px; font-weight:bold;}
.bs-bhp-left-head1 {float:left;width:70%; font-size:26px; font-weight:bold; margin-top:10px;}
.bs-bhp-right-head1 {float:right; width:20%; font-size:16px; font-weight:bold; text-align:right; margin-top:10px;}
.bs-bhp-left-head2 {float:left;width:70%; font-size:26px; font-weight:bold; margin-top:20px;}
.bs-bhp-right-head2 {float:right; width:20%; font-size:16px; font-weight:bold; text-align:right; margin-top:20px;}
.bs-bhp-view-all {color:#69ACFF; text-decoration:underline;}
.bs-bhp-clear-both {clear:both;}
.bs-bhp-product {float:left; width:22%; margin-right:3%; margin-top:15px; text-align:center;}
.bs-bhp-product-img {margin-top:0px; height:100%; max-height:250px; overflow:hidden;}
.bs-bhp-product-title {text-align:center; font-weight:bold; margin-top:-10px;}
.bs-bhp-post {float:left;width:46%; margin-right:4%; margin-top:15px; text-align:center;}
.bs-bhp-post-img {margin-top:0px; height:175px; overflow:hidden;}
.bs-bhp-post-title {text-align:left; font-weight:bold;}
.bs-bhp-post-link {font-size:20px; color:#666;}
.bs-bhp-forum {float:left;width:46%; margin-right:4%; margin-top:15px;}
.bs-bhp-forum-content {margin-top:0px; font-size:17px;}
.bs-bhp-forum-title {font-weight:bold; font-size:18px; color:#666;}

.bs-forum-gallery {float:left; width:22%; margin-right:3%; margin-top:20px; margin-bottom:10px; text-align:center;}
.bs-forum-gallery-img {height:160px; overflow:hidden; background-color:#ccc;}
.bs-forum-gallery-plc {height:160px; overflow:hidden;}

@media screen and (max-width:2560px) {
  .bs-forum-gallery-plc img{
    width: 62%;
  }
}

@media screen and (max-width:1440px) {
  .bs-forum-gallery-plc img{
    width: 85%;
  }
}

@media screen and (max-width:1024px) {
  .bs-bhp-product,
  .bs-forum-gallery{
    width: 47%;
  }

  .bs-forum-gallery-plc img{
    width: 60%;
  }
}
/*-- /max-width:1024px --*/

@media screen and (max-width:768px) {
  .bs-forum-gallery-plc img{
    width: 52%;
  }
}
/*-- /max-width:768px --*/

@media screen and (max-width:720px) {
.bs-forum-gallery {float:left!important; width:46%!important; margin-right:4%!important; margin-top:20px!important; margin-bottom:10px!important; text-align:center!important;}
.bs-forum-gallery-img {height:250px!important; overflow:hidden!important; background-color:#ccc!important;}
.bs-forum-gallery-plc {height:250px!important; overflow:hidden!important;}
}
@media screen and (max-width:480px) {
  .bs-forum-gallery {
    float:none!important;
    width:100%!important;
    margin-right:0!important;
    margin-top:20px!important;
    margin-bottom:10px!important;
    text-align:center!important;
  }
  .bs-forum-gallery-img {
    height:auto!important;
    overflow:hidden!important;
    background-color:#ccc!important;
  }
  .bs-forum-gallery-plc {
    height:auto!important;
    overflow:hidden!important;
  }

  .bs-bhp-post,
  .bs-bhp-product,
  .bs-forum-gallery,
  .bs-bhp-forum{
    width: 100%;
    margin-right: 0;
  }

  .bs-bhp-left-head2{
    width: 75%;
  }
}

/* ---------------------------------------------------------------------------
*  Style BB Press sidebar
----------------------------------------------------------------------------*/

/*------ Style for BB Press popular post -------*/

.bs-bbp-pp .popular-posts li{
  margin-top: 30px;
}

.bs-bbp-pp .popular-posts li a{
  display: block;
}

.bs-bbp-pp .popular-posts li a .title{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  display: block;
  padding-bottom: 10px;
}

.bs-bbp-pp .popular-posts li time{
  color: #999;
}
