p {
	font-size: 16px;
}

.resize-featured-image .post-image img {
    object-fit: contain !important;
}
.postlink-sub {
	font-size: 20px;
}
.query-img {
	object-fit: contain !important;
}
.newReviewBox {
	padding-top: 15px;
}
/* ____TEMP - BEGIN - SPR Stats Row */
.bird-info-dev-statbox {
    background: #ededed;
    margin: 0px 0px 10px 0px;
    float: left;
    clear: both;
    width: 100%;
    border: 1px solid #adb5bd;
}
.StatBox {
	background-color: #ededed;
	padding:0%;
	box-sizing: border-box;
	border:1px solid #adb5bd;
	vertical-align: middle;
}
.StatIcon {
	padding: 0px 0px 5px 0px!important;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-bottom: -12px;
}

.StatNum {
	text-align:center;
	font-size:2.0em;
	font-weight:600;
	color:#adb5bd!important;
}

.StatText {
	text-align:center;
	font-size:1.10em;
	font-weight:400;
	color:#adb5bd!important;
}

.bi-disclaimer {
	font-size:0.85em;
	font-style:italic;

}

.bi-disclaimer-hr {
    margin-top: 10px;
}

/* END - SPR Stats Row */

/* BEGIN aawp picture container */

.aawp-pic {
	float:right;
	width:400px;
	padding:20px;
}

.aawp-pic-button {
	margin:10px;
}

@media only screen and (max-width: 400px) {
  /* For mobile: */
  .aawp-pic {
		float:none;
		width:100%;
	}
}
/* END aawp picture container */


/* BEGIN - Embed Responsive */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom:20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END - Embed Responsive */

.bb-font-light {
  font-weight: 300;
}

.bb-font-regular {
  font-weight: 400;
}

.bb-font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.bb-m-1 {
  margin: 10px;
}

.bb-mt-1 {
  margin-top: 10px;
}

.bb-mb-1 {
  margin-bottom: 10px;
}

.bb-m-2 {
  margin: 20px;
}

.bb-mt-2 {
  margin-top: 20px;
}

.bb-mb-2 {
  margin-bottom: 20px;
}

.bb-m-3 {
  margin: 30px;
}

.bb-mt-3 {
  margin-top: 30px;
}

.bb-mb-3 {
  margin-bottom: 30px;
}

.bb-m-4 {
  margin: 40px;
}

.bb-mt-4 {
  margin-top: 40px;
}

.bb-mb-4 {
  margin-bottom: 40px;
}

.bb-m-5 {
  margin: 50px;
}

.bb-mt-5 {
  margin-top: 50px;
}

.bb-mb-5 {
  margin-bottom: 50px;
}

.bb-p-1 {
  padding: 10px;
}

.bb-pt-1 {
  padding-top: 10px;
}

.bb-pb-1 {
  padding-bottom: 10px;
}

.bb-p-2 {
  padding: 20px;
}

.bb-pt-2 {
  padding-top: 20px;
}

.bb-pb-2 {
  padding-bottom: 20px;
}

.bb-p-3 {
  padding: 30px;
}

.bb-pt-3 {
  padding-top: 30px;
}

.bb-pb-3 {
  padding-bottom: 30px;
}

.bb-p-4 {
  padding: 40px;
}

.bb-pt-4 {
  padding-top: 40px;
}

.bb-pb-4 {
  padding-bottom: 40px;
}

.bb-p-5 {
  padding: 50px;
}

.bb-pt-5 {
  padding-top: 50px;
}

.bb-pb-5 {
  padding-bottom: 50px;
}

.bb-left {
  text-align: left;
}

.bb-right {
  text-align: right;
}

.bb-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bb-justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.bb-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bb-row {
  position: relative;
  width: 100%;
}

.bb-row [class^="bb-col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.bb-col-1,
.bb-col-2,
.bb-col-3,
.bb-col-4,
.bb-col-5,
.bb-col-6,
.bb-col-7,
.bb-col-8,
.bb-col-9,
.bb-col-10,
.bb-col-11,
.bb-col-12 {
  width: 96%;
}

.bb-col-1-sm {
  width: 4.33%;
}

.bb-col-2-sm {
  width: 12.66%;
}

.bb-col-3-sm {
  width: 21%;
}

.bb-col-4-sm {
  width: 29.33%;
}

.bb-col-5-sm {
  width: 37.66%;
}

.bb-col-6-sm {
  width: 46%;
}

.bb-col-7-sm {
  width: 54.33%;
}

.bb-col-8-sm {
  width: 62.66%;
}

.bb-col-9-sm {
  width: 71%;
}

.bb-col-10-sm {
  width: 79.33%;
}

.bb-col-11-sm {
  width: 87.66%;
}

.bb-col-12-sm {
  width: 96%;
}

.bb-row::after {
	content: "";
	display: table;
	clear: both;
}

.bb-hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .bb-container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .bb-col-1 {
    width: 4.33%;
  }

  .bb-col-2 {
    width: 12.66%;
  }

  .bb-col-3 {
    width: 21%;
  }

  .bb-col-4 {
    width: 29.33%;
  }

  .bb-col-5 {
    width: 37.66%;
  }

  .bb-col-6 {
    width: 46%;
  }

  .bb-col-7 {
    width: 54.33%;
  }

  .bb-col-8 {
    width: 62.66%;
  }

  .bb-col-9 {
    width: 71%;
  }

  .bb-col-10 {
    width: 79.33%;
  }

  .bb-col-11 {
    width: 87.66%;
  }

  .bb-col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .bb-container {
    width: 75%;
    max-width: 60rem;
  }
}

.editor-styles-wrapper .bb-container, .bb-container  {
  padding-top: 40px;
  padding-bottom: 40px;
}

.editor-styles-wrapper .bb-card, .bb-card {
  background-color: #fff;
  box-shadow: 0px 0px 10px #bbbbbb;
  padding: 20px;
  margin: auto;
  max-width: 900px;

}
.editor-styles-wrapper .bb-75, .bb-75 {
  width: 75%;
  margin: auto;
}

.editor-styles-wrapper .bb-100, .bb-100 {
  width: 100% !important;
}

.editor-styles-wrapper .bb-img, .bb-img {
  width:100%;
}

.editor-styles-wrapper .bb-pro, .editor-styles-wrapper .bb-con, .bb-con, .bb-pro {
  border: 1px solid #333;
  padding: 10px;
}

.editor-wrapper-styles.bb-pro ul, .bb-pro ul, .editor-wrapper-styles.bb-con ul, .bb-con ul {
	margin-left: 0px;
}

.editor-wrapper-styles.bb-pro ul li, .bb-pro ul li, .editor-wrapper-styles.bb-con ul li, .bb-con ul li {
	list-style: none;
	margin-left: -30px;
	text-indent: -25px;
    margin-left: 25px;
}

.editor-wrapper-styles.bb-pro ul li::before, .bb-pro ul li::before {
	content: '';
    padding-right: 25px;
    background-size: 16px;
    background-position: 1px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/plugins/rebuild/assets/checkmark.png);
}


.editor-wrapper-styles.bb-pro ul li::before, .bb-con ul li::before {
	content: '';
    padding-right: 25px;
    background-size: 16px;
    background-position: 1px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/plugins/rebuild/assets/x.png);
}

.editor-styles-wrapper .bb-pro-title, .bb-pro-title {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.editor-styles-wrapper  .bb-btn-wrap, .bb-btn-wrap {
  padding-top:20px;
  padding-bottom: 20px;
  text-align: center;
}
.editor-styles-wrapper .bb-button, .bb-button {
  background: #000;
  margin: auto;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.editor-styles-wrapper .bb-button:hover, .bb-button:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}

.editor-styles-wrapper .bb-button-outline, .bb-button-outline {
  background: #fff;
  margin: auto;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.editor-styles-wrapper .bb-button-outline:hover, .bb-button-outline:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.editor-styles-wrapper .bb-btn-wide, .bb-btn-wide {
  display: block;
  width: 100% !important;
  padding: 15px 0px 15px 0px !important;
}

.editor-styles-wrapper .bb-btn-stack, .bb-btn-stack {
  padding-top: 30px;
  max-width: 300px;
  margin: auto;
}

.editor-styles-wrapper .bb-btn-stack .bb-btn-wrap, .bb-btn-stack .bb-btn-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}

.editor-styles-wrapper .bb-cta-box p, .bb-cta-box p {
  margin-top: 0px;
}
.editor-styles-wrapper .bb-cta-box .bb-button, .bb-cta-box .bb-button {
  display: block;
  margin: auto;
}

.editor-styles-wrapper .bb-cta-feature .bb-button, .bb-cta-feature .bb-button {
  display: block;
  width: 200px;
  margin-top: 30px;
  text-align: center;
}

.editor-styles-wrapper .bb-ribbon .ribbon-header, .bb-ribbon .ribbon-header {
  background-color: #000;
  font-size: 20px;
  position: absolute;
  color: #fff;
  padding: 10px 20px 10px 20px !important;
  margin-top: -30px !important;
  margin-left: -27px !important;
  box-shadow: 0px 0px 10px #bbbbbb;
}

.editor-styles-wrapper .bb-ribbon .ribbon-header::before, .bb-ribbon .ribbon-header::before {
  border: 3px solid transparent;
    content: " ";
    position: absolute;
    top: 100%;
    z-index: 10;
    border-right: 4px solid #000;
    border-top: 3px solid #000;
    opacity: 0.6;
    left: 0;
}

.bb-feat-img {
	float:right; max-width: 50%; padding:15px;
}

@media only screen and (max-width: 600px) {
	.editor-styles-wrapper .bb-75, .bb-75 {
  width: 90%;
}
	
	.bb-feat-img {
	float:none; max-width: 100%;
}

.bb-ribbon .ribbon-header::after {
    border: 3px solid transparent;
    content: " ";
    position: absolute;
    top: 100%;
    z-index: 10;
    border-left: 4px solid #000;
    border-top: 3px solid #000;
    right: 0;
	}
.bb-ribbon .ribbon-header {
    left: 49px;
    right: 23px;
	margin-top: 20px !important;
}
	.bb-bestxy-title {
		margin-top: 120px;
	}
	}


.editor-styles-wrapper .bb-award, .bb-award {
  width: 90px;
  float: right;
  margin-top: -40px;
  margin-right: -40px;
  transform: rotate(20deg);
}

.editor-styles-wrapper .bb-bestxy-title, .bb-bestxy-title {
  text-align: center;
}

.editor-styles-wrapper .bb-feat-title, .bb-feat-title {
  text-align: center;
}


.editor-styles-wrapper .bb-progress-bars-ratings-container, .bb-progress-bars-ratings-container {
	margin: 10px 2%;
	background-color:#ededed;
	border:1px #cccccc solid;
	padding:20px 10px 30px 10px;
}

.editor-styles-wrapper .bb-progress-bars__field, .bb-progress-bars__field {
	color: #7A7A7A;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	margin: 5px 6px;
}

.editor-styles-wrapper .bb-progress-bars__field-heading, .bb-progress-bars__field-heading {
 display: flex;
	justify-content: space-between;
	align-items: center;
}
.editor-styles-wrapper .bb-progress-bars__progress, .bb-progress-bars__progress {
	background-color: #eee;
	padding: 0;
	border-radius: 40px;
	width: 100%;
}

.editor-styles-wrapper .bb-progress-bars__progress-bar, .bb-progress-bars__progress-bar {
    height: 20px;
    border-radius: 40px;
}

.editor-styles-wrapper .bb-rating-bar, .bb-rating-bar {
	height: 25px;
}
.editor-styles-wrapper .bb-score, .bb-score {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 70px;
  margin: 0px;
}
.editor-styles-wrapper  .bb-bottom-line, .bb-bottom-line {
  background-color: #f3f3f3;
}

.editor-styles-wrapper  .bb-spr-intro, .bb-spr-intro {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  font-style: italic;
  padding: 30px 0px;
  line-height: 1.25em;
}

@media only screen and (max-width: 600px) {
  .bb-award {
    width: 90px;
    float: none;
    display: block;
    margin: -55px auto auto auto;
    transform: rotate(0deg);
  }
  .bb-btn-stack {
    max-width: 100%;
  }
}


.featured-column {
	min-width: 110%;
	margin-left: -5%;
}

.query-img {
	overflow: hidden !important;
	margin-bottom: 20px;
	border-radius: 3px;
}
.query-img a img {
	display: block;
  width: auto;
  height: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}
.query-title, .inside-article header .entry-title {
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 21px !important;
	line-height: 30px;
}
.query-body, .entry-summary {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #222 !important;
	font-size: 15px !important;
}
.query-date, .entry-meta {
	padding-left: 15px;
	padding-right: 15px;
	color: #595959 !important;
}
.query-body a {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.query-pagin {
	float: none !important;
}
.pagination-number {
  margin: auto !important;
	text-align: center;
	Display: block;
}
.query-pagin {
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}

.wp-block-query li, .generate-columns-container article.type-post.has-post-thumbnail .inside-article {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%) }

.side-posts {
	padding-top: 10px;
}
.side-posts .wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 0px;
}
.side-posts li a:nth-child(2) {
	font-size: 16px;
	color:#000000;
}
.side-posts {
text-align: center !important;
	padding: 12px;
}
.side-posts img {
	border-radius: 3px;
}
.side-posts li {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	border-radius: 3px;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	line-height:0.9em;
}
.side-posts li a.wp-block-latest-posts__post-title {
	padding: 10px;
	display: block;
}
aside a {
  color: #54595F;
}

aside li  {
	text-align: center !important;
}

aside time {
	font-size: 12px !important;
	color: #666;
	margin-top: 10px;
} 

.wp-block-post {
	background: #fff
}

.entry-content p a {
	font-weight: 800;
	font-style: italic;
}

.bb-con-box {
	margin-top: 15px;
}

@media (min-width:801px)  {
.bb-pro-box {
	width: 49%;
	display: inline-block;
}

.bb-con-box {
	width: 49%;
	float: right;
	margin-top: 0px;
}	
}