/*------------------------------------------------------------------------------------------------------/
				Brainset SL 
/-------------------------------------------------------------------------------------------------------/

	@version		1.0.0
	@build			19th June, 2020
	@created		17th June, 2020
	@package		Bp Comments
	@subpackage		site.css
	@author			Brainpies Team <http://brainpies.com>	
	@copyright		Copyright (C) 2020 Brainset SL. All Rights Reserved
	@license		GNU/GPL Version 3

/------------------------------------------------------------------------------------------------------*/

/* CSS Document */
.no-click {
	pointer-events: none;
}
.bp-comment{
    color: #3d404a;
    font-size: 1rem;
    line-height: 1.65em;
    font-family:Montserrat;
    font-weight:400;
}
.bp-comment-container{
  margin-bottom: 50px;
}
.bp-comment-title{
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: 0.29px;
    color: #171c2a;
    line-height: 1em;
    padding: 0;
}
.bp-comment-title.bp-comment-title-underline:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #f7972e;
    margin-top: 10px;
}
.bp-comment-saving{
  color:#b1b1b0;
  font-style: italic;
}
.bp-comment-savefailed{
  color: red;
}
.bp-comment-savesuccess{
  color: green;
  font-weight:400;
}
.bp-comment-waitingapproval{
  color: grey;
}
.bp-comments{}
.bp-comments-comment{
  padding-top:20px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
}
.bp-answer-title{
  font-weight:600;
  color: #000000;
}
.uk-card-footer-answer{
  background-color: #fdddad;
  padding-left:40px;
}
/***[INSERTED$$$$]***//*15334*/
.bpcredits, .bpcredits a{
  font-size: 13px;
  color: #cecece;
}/***[/INSERTED$$$$]***/ 
