/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body {
  background-color: #fff;
  background-position: top left, top left;
  background-repeat: repeat-x, repeat;
  background-size: 100% 30em, auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
.site-header {
  background-color: #212529;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 600;
}
h1 {
  font-size: 2em;
  margin-top: 10px;
}
h2 {
  font-size: 1.5em;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 0px;
}
h3 {
    font-size: 1.10em;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 15px;
}
h4 {
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #444;
  margin: 10px auto;
  color: #fff;
  width: 80%;
  border-radius: 3px;
}
.inside-right-sidebar h2 {
    background-color: #212529;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    border-radius: 3px;
    text-align: center;
    padding-bottom: 12px;
}
p {
  line-height: 1.75em;
}
.clear {
	float: none;
}
/*move normal lists over some, but ignore the nav uls*/
ul:not(.list-grid):not(.navbar-nav):not(.dropdown-menu) {
    padding-left: 10px;
    padding-right: 25px;
}
ol {
  margin-left: 50px;
  margin-right: 20px;
}
#primary-menu ul:not(.sub-menu) li a {
  color: #ccc;
}
#primary-menu ul li a:hover, #primary-menu ul li.current_page_item {}
#primary-menu ul li:hover > a {
  background-color: #fff;
  color: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.sub-menu {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 10px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  padding-left: 10px !important;
}
ul.sub-menu li a {
  padding: 10px 10px !important;
  color: #000 !important;
}
ul.sub-menu li a::before {
  font-family: FontAwesome;
  content: "\f522";
  padding-right: 10px;
  vertical-align: middle;
  color: #af3129;
  font-size: 18px;
}
ul.sub-menu li a:hover {
  background-color: #ccc !important;
  border-radius: 5px;
}
a.btn {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
a.btn.btn-primary {
  width: 100%;
  background-color: #4c71f7;
}
p.btn-clear {
  width: 100%;
  float: left;
  margin-top: 20px;
}
table td {
  text-align: center;
  border-width: 1px 0px;
}
table:not(.table-dsp) {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  margin: 20px auto 40px auto;
  vertical-align: middle;
}
table:not(.table-dsp) thead > tr > th {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #212529;
  color: #fff;
}
table:not(.table-dsp) tr td {
  padding: 3px 15px 3px 15px;
}
table.table-striped > tbody > tr:nth-child(2n+2) > td {
  background-color: #f1f1f1;
  ;
}
table.table-dsp {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  margin: 20px auto 40px auto;
  vertical-align: middle;
}
table.table-dsp thead > tr > th {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
table.table-dsp tr {
  border: 1px solid #ddd;
  padding: 5px;
}
table.table-dsp th, table.table-dsp td {
  padding: 5px;
  text-align: center;
  height: 75px;
}
table.table-dsp th:first-of-type, table.table-dsp td:first-of-type {
  padding-left: 20px;
}
table.table-dsp th {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #4c71f7;
}
table.table-dsp td img {
  vertical-align: middle;
  padding: 3px;
  padding-bottom: 0px;
}
table.table-dsp tbody > tr > td:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #4c71f7;
}
table.table-dsp tbody > tr > td:nth-child(3), table.table-dsp tbody > tr > td:nth-child(4) {
  font-weight: bold;
  font-size: 16px;
}
table.table-dsp tbody > tr > td:last-of-type a {
  font-weight: bold;
  font-size: 14px;
  background-color: #4c71f7;
  padding: 8px 8px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  table.table-dsp {
    border: 0;
  }
  table.table-dsp thead {
    display: none;
  }
  table.table-dsp tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  table.table-dsp td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #ccc;
  }
  table.table-dsp td:first-of-type {
    text-align: center;
    background-color: #f1f1f1;
  }
  table.table-dsp td:last-child {
    border-bottom: 0;
  }
  table.table-dsp td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: 600;
  }
}
/*start list-grid styles*/
ul.list-grid {
  list-style: none;
  width: 100%;
  margin-left: 0px;
}
ul.list-grid li {
  width: 100%;
  min-width: 180px;
  float: left;
  /*line-height: 36px;*/
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 90%;
  background-color: #fff;
}
ul.list-grid li:hover {
  background-color: #E9E1E1;
}
ul.list-grid:not(.links) li {
  padding: 7px 10px;
}
ul.list-grid.icons li {
  padding: 3px 10px;
}
ul.list-grid li a {
  display: block;
  text-decoration: none;
}
ul.list-grid.links li, ul.list-grid.icons li {
  line-height: 36px;
}
ul.list-grid.links li img, ul.list-grid.icons li img {
  width: 24px;
  float: left;
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 6px;
  max-height: 24px;
}
ul.list-grid li a:hover {
  background-color: #E9E1E1;
}
ul.list-grid.two-cols li {
  width: calc(50% - 2px);
}
ul.list-grid.three-cols li {
  width: calc(33.3% - 2px);
}
ul.list-grid.four-cols li {
  width: calc(25% - 2px);
}
ul.list-grid.odds-btn li {
  position: relative;
  /*	line-height: 36px;*/
}
ul.list-grid.odds-btn li strong {
  display: block;
  width: 85px;
  text-align: right;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 35px;
  padding-right: 10px;
  padding-top: 7px;
  border-radius: 1px;
  color: #fff;
  background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
ul.list-grid.odds-btn li a:hover > li {
  background-color: #ccc;
}
ul.cols-icons li i {
  margin-right: 10px;
  color: var(--list-icon-color);
}
/*start list-grid styles*/
@media (max-width: 992px) {
  ul.list-grid.three-cols li, ul.list-grid.four-cols li {
    width: calc(50% - 2px);
  }
  .row-review-box .header h2 img {
    display: block;
    width: 100px;
  }
  .row-review-box .header p.review-logo {
    width: 100%;
    float: left
  }
}
@media (max-width: 550px) {
  ul.list-grid li {
    width: 100% !important;
  }
  .row-review-box .header p.review-logo {
    text-align: center
  }
}
/* review pro-con row */
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.cntr {
  align-items: center;
}
.flex-item {
  flex: 1;
  min-width: 34%;
  padding: 10px;
  text-align: left;
}
.flex-item img {
  margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
}
.flex-container h4
{
	text-align: center;
	color: #fff;
    font-weight: bold;
	text-shadow: 1px 1px #000;
}
.flex-container .pros {
	background-color: #0ea70b;
}
.flex-container .cons {
	
	background-color: #b31414;
}
.flex-container .bonuses {
	
	background-color: #ddb628;
}
.flex-container ul {
	margin-left: 0px;
	font-size: 100%;
}
.flex-container li {
	list-style: none;
}
.flex-container li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9 ";
    margin-right: 8px;
    font-size: 18px;
    font-weight: 900 !important;
}
@media (max-width: 780px) {
	.flex-item {
		flex: 100%;
	}
}
/* end review pro-con row */ 
/*   review-box   */
.review-box h2 {
    font-size: 170%;
    background-color: #4c71f7;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
}
.review-box ul:not(.list-grid):not(.navbar-nav):not(.dropdown-menu) {
    padding-left: 70px;
    padding-right: 35px;
}
/*   end review-box   */

/*  state drop down  */
.st-sub ul {
    width: 420px !important;
    left: -309px !important;
}
.st-nav {
}
.st-nav-drop ul {
    width: 820px !important;
    left: -500px !important;
}
.st-nav-drop li {
  width: 160px !important;
  float: left;
}
@media only screen and (max-width:929px) {
  .st-nav-drop li {
    width: 100% !important;
  }
}
/*  end state drop down   */

@media (max-width: 780px) {
	h1, h2, h3, h4, h5 {
		text-align: center;
	}
}
/* review box */
.rev-box {
    background-color: #e3e3e3;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
	margin-top: 15px;
}
.rev-box h2 {
	font-size: 140%;
	color: #a5a4a4;
}
.rev-box h2 strong {
	font-size: 160%;
	color: #4c71f7;
}

/* end review box */
/* list checkmark */
ul.checked {
    list-style-type: none;
    margin-left: -20px;
    padding-top: 0px;
}
ul.checked li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 45px;
}
ul.checked li::before {
    font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 15px;
    font-size: 130%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #156cc3;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
}
/* end list checkmark */
/* numbered list */
ol.numbered {
    counter-reset: counter;
    list-style: none;
    margin-left: 0px;
}
ol.numbered li:nth-child(even) {
    background: #f4f5f5;
}
ol.numbered li:nth-child(odd) {
    background: #f1f1f1;
}
ol.numbered li {
    margin-bottom: 5px;
    counter-increment: counter;
    position: relative;
    padding-left: 45px;
}
ol.numbered li::before {
    content: counter(counter);
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #156cc3;
    border-radius: 20px;
    text-align: center;
}
/* end numbered list */
/* letterd list */
ol .abc {
	list-style-type: lower-alpha;
}
/* end letterd list */
/* table icons */
.greench {
    text-align: center !important;
    color: #07a113;
    font-size: 140%;
    font-weight: bold;
}
.redx {
    text-align: center !important;
    color: #d70101;
    font-size: 140%;
    font-weight: bold;
}
/* table icons */
