/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.homestarswidget {
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
}

.homestar1 {
  display: flex;
  width: 100%;
  height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  align-items: center;
  background-color: #24a0ff;
}

.homestarslogo {
  height: 100%;
  margin-right: 12px;
}

.homestarstitle {
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.homestar2 {
  display: flex;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

.bestoficon {
  height: 100%;
  margin-right: 12px;
}

.bestoftext {
  font-family: Productsans, sans-serif;
  color: #3d3d3d;
  line-height: 14px;
}

.homestar3 {
  display: flex;
  overflow: scroll;
  height: 100%;
  max-height: 470px;
  flex-direction: column;
  align-items: stretch;
}

.homestar4 {
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

.homestarbutton {
  display: flex;
  width: 180px;
  height: 44px;
  margin-right: 15px;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #2baeff, #1b8df7);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 9px 0 rgba(0, 0, 0, 0.06);
  font-family: Productsans, sans-serif;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.homestarreview {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.titlerating {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.reviewtitle {
  font-family: Productsans, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.reviewrating {
  font-family: Productsans, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.reviewtext {
  margin-bottom: 6px;
  font-family: Productsans, sans-serif;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 150%;
}

.reviewlocation {
  font-family: Productsans, sans-serif;
  color: #24a0ff;
  font-size: 13px;
  line-height: 13px;
}

