/* Review System CSS */
.star-rating {
	position:relative;
	left:-6%;
}

.star-rating .gfield_radio{
  font-family: "Font Awesome 5 Free";
}

.star-rating .gfield_radio:not(old){
  display: inline-block;
  vertical-align: bottom;
}

.star-rating .gfield_radio:not(old) > input{
  margin-right: -100%;
  opacity: 0;
}

.star-rating .gfield_radio:not(old) > label{
  float: right;
  width: 1.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
/*   color: #F47C3C; */
	color: #ced4da;
}

.star-rating .gfield_radio:not(old) > label:before{
content: "\f005";
}

.star-rating .gfield_radio:not(old) > label:hover:before,
.star-rating .gfield_radio:not(old) > label:hover ~ label:before,
.star-rating .gfield_radio:not(:hover) > :checked ~ label:before{
  color: #F47C3C;
  text-shadow: 0 0 3px #F47C3C;
  content: "\f005";
	font-weight: 900;
}

.review-card .card-body {
	min-height:275px;
}
.hidden { display: none;}
.readmore { margin: 0 5px;}

/*-------------------------
# Chatbot
------------------------*/

.wpchatbot-quickaccess-close {
    min-width: 35px;
    height: 35px;
    font-size:20px;
	cursor: pointer;
}

div#wpcb-main-conversation {
    height: 200px!important;
}

body.home cf-chat scrollable:nth-of-type(1):before {
    content: '';
    /* background-image: url(/wp-content/uploads/2019/12/G-Master-logo-lg-20.jpg); */
		background: conic-gradient(from -90deg at top left, black, white);
    height: 180px;
    width: 432px;
    position: absolute;
    /*z-index: 99999;*/
    top: -0%;
	  left:-25%;
    background-repeat: no-repeat;
}


@media (min-width: 768px) {
body.home cf-chat scrollable:nth-of-type(1):before {
    top: -0%;
	left:13%;
}
}


/* -----------------------------------------
    SOCIAL ICONS AREA
-------------------------------------------- */
ul.socialst {
    list-style-type: none;
}

ul.socialst li {
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
}
