/*
Theme Name: sight
Version: 100.9
Description: A child theme of Insights
Author: Laurelle Terence
Template: insights
*/

@import url("../insights/style.css");
.site-branding {
    margin-right: 90px;
    width: 330px;
}
.header-page-title-1 {
	text-align: center;
}
.breadcrumbs {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 5px 0;
    text-transform: uppercase;
}

.entry-title {
	margin-bottom: 0px!important;
}
.yasr-visitor-votes {
margin-bottom: 10px!important;
}
@media only screen and (max-width: 767px) {
    .site-branding {
        width: 190px;
        margin: 0 auto;
    }
}

.wp-block-latest-posts__featured-image {
  margin-bottom: 15px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 30px;
}

.wp-block-latest-posts__list.wp-block-latest-posts {
padding-left: 0;   
margin-left: 0; 
}

/* ToC */
#toc_container {
  background:#f9f9f9;
  border:1px solid #aaa;
  padding:10px;
  margin-bottom:1em;
  width:auto;
  display:table;
  width: 100%;
}
#toc_container p.toc_title {
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 1em;
}
#toc_container li, #toc_container ul {
  margin: 0;
  padding: 0;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}

/* faq */
/* colors & borders */
.wp-block-yoast-faq-block {
    border-top:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question {
    border-bottom:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    background-color:#fafafa;
}
.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    border-bottom:1px solid #eee;
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    padding:10px;
    position:relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
  /* position gap */
  margin-top:-2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
  padding-left:34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
  content:'';
  display:block;
  border:2px solid #dedede;
  border-width:0px 2px 2px 0px;
  width:9px;
  height:9px;
  box-sizing:border-box;
  position:absolute;
  left:14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
  top:16px;
  transform:rotate(-45deg);
  transition:all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
  top:14px;
  transform:rotate(45deg);
}
/* red brand table */
.red-container {
  margin-bottom: 12px;
}
.red-table {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
  background: #b0070f10;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding-left: 24px;
}
.red-table:first-child {
  border: 1px solid #b0070f;
}
.red-pic {
  width: 150px;
  height: 50px;
  object-fit: cover;
}
.red-title {
  display: none;
}
.red-center span {
  font-weight: 700;
}
.red-href {
  background: #e40914;
  color: #fff !important;
  display: inline-block;
  /*font-size: 12px;*/
  font-weight: 700;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 10px;
  padding: 8px 10px;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.red-href:hover {
  color: #e40914 !important;
  background: #fff !important;

}
body {
  counter-reset: red-rating;
}
.red-rating {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
  /*height: 16px;*/
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e40914;
  color: #fff !important;
}
.red-rating::after {
  counter-increment: red-rating;
  content: counter(red-rating);
}
@media only screen and (max-width: 575px) {
  .red-table {
    flex-direction: column;
  }
}


/* other styles */
.red-chip, .red-chip-line, .check {
  list-style: none;
  margin-left: 15px;
  margin-bottom: 12px;
  padding-left: 0;
}
.red-chip-line {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  justify-content: center;
  align-items: center;
}
.red-chip li {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-size: 20px;
  background-image: url("/wp-content/uploads/2023/04/red-chip.png");
  margin-bottom: 10px;
}
.red-chip-line li {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-size: 20px;
  background-image: url("/wp-content/uploads/2023/04/red-chip.png");
  margin-bottom: 10px;
}
.check li {
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px;
  background-size: 20px;
  background-image: url("/wp-content/uploads/2023/04/check.png");
  margin-bottom: 10px;
}
.imgleft img {
  float: left;
  margin-right: 12px;
  margin-bottom: 2px;
}
.imgleft-logo img {
  float: left;
  margin-right: 12px;
  margin-bottom: 6px;
  border: 1px solid #b0070f;
  padding: 5px;
}
@media only screen and (max-width: 425px) {
  .imgleft-500 img {
    width: 100% !important;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 425px) {
  .imgleft-logo img {
    width: 100% !important;
  }
}
.red-bg {
  background: #b0070f20;
  padding: 8px;
  text-align: center;
}
.red-bg h2, .red-bg h3, .red-bg h4 {
  margin-top: 0;
  margin-bottom: 12px;
} 
.red-bg :last-child {
  margin-bottom: 0;
}
.tal {
  text-align: left;
}
.gray-light {
  padding: 8px;
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 12px;
}
.gray-light h2, .gray-light h3, .gray-light h4 {
  margin-top: 0;
  margin-bottom: 12px;
} 
.gray-light :last-child {
  margin-bottom: 0;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid #b0070f;
  padding: 8px;
}
.good-bed {
  gap: 12px;
  margin-bottom: 16px;
}
.good-bed .wp-block-column {
  padding: 8px;
  background: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.good-bed .wp-block-column ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.good-bed .wp-block-column ul li {
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
}

.good-bed li:hover, .good-bed .wp-block-column:first-child li:hover {
  color: #b0070f;
}
.good-bed li::before {
  background-repeat: no-repeat;
  background-position: -20px -20px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.good-bed li:hover::before {
  background-repeat: no-repeat;
  background-position: 2px -20px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.good-bed .wp-block-column:first-child li::before {
  background-repeat: no-repeat;
  background-position: -20px 0px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.good-bed .wp-block-column:first-child li:hover::before {
  background-repeat: no-repeat;
  background-position: 2px 0px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.good-bed .wp-block-column:first-child li::before {
  background-repeat: no-repeat;
  background-position: -20px 0px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}
.good-bed .wp-block-column:first-child li:hover::before {
  background-repeat: no-repeat;
  background-position: 2px 0px;
  background-size: 40px;
  background-image: url("/wp-content/uploads/2023/04/rating.png");
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}

.review {
  margin-bottom: 20px;
}
.review, .review img {
  margin-bottom: 12px;
}

/*.review-link {
  background: #e40914 !important;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 20px;
  padding: 8px 16px;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: fit-content;
  max-width: 385px;
  margin: 12px auto 35px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 2px solid #e40914;
  -webkit-transition: background-color 0.15s  cubic-bezier(.68,-0.55,.27,1.55);
  -moz-transition: background-color 0.15s  cubic-bezier(.68,-0.55,.27,1.55);
  -o-transition: background-color 0.15s  cubic-bezier(.68,-0.55,.27,1.55);
  transition: background-color 0.15s cubic-bezier(.68,-0.55,.27,1.55);
}
.review-link:hover {
  background: #fff;
  color: #e40914 !important;
  border-bottom: 2px solid #e40914;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: linear-gradient(0deg, rgb(228, 9, 20) 0%, rgb(255, 255, 255) 18%) !important;
}*/
