/*
 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
*/
/* Content box css */
.box1 {
    background-color: #f7f7f7;
    line-height: 26px;
    margin: 30px 0;
    padding: 10px 30px;
    border-left-style: solid;
    border-left-width: 4px;
    border-color: #f0533a;
}
.box1 > strong {
    color:#f0533a;
    font-weight:bold;
    display:block;
    margin-bottom:6px;
    text-transform:uppercase;
}
.box2 {
    background-color: #f7f7f7;
    line-height: 22px;
    margin: 30px 0;
    padding: 20px 30px;
    border-color: #f0533a;
}
.box2 h2 {
    font-size: 25px !important;
    margin-top: 0px; 
}
.box2 h2:after {
     content: "";
     display: block;
     width: 50%;
     margin: 0 auto;
     padding-top: 5px;
     padding-top: 5px;
     border-bottom: 1px solid #818181;
     position: absolute;
 }
.box3 {
    background-color: #f9ecec;
    line-height: 31px;
    margin: 30px 0;
    padding: 20px 30px;
    border-color: #f0533a;
}
.box4 {
    background-color: #fffbce;
   line-height: 28px;
    padding: 0 2em 2em;
    display: table;
}
.box4 > strong {
    background-color: #ffed00;
    padding: .6em 2.5em;
    font-weight: 600;
    font-size: 1.1em;
    top: -17px;
    left: -35px;
    margin-bottom:6px;
    display: block;
    width: 40%;
    position: relative;
}

/* Horizontal TOC */
ul.toc li {
    display: inline-block;
    border-right: 2px solid #dedede;
    padding: 0 10px;
    margin: 0 0 1em 0;
}
ul.toc {
    margin: .6em 0 0 -10px;
    font-size: 18px;
    font-weight: 700;
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li a:hover {
  color: #3498db;
}
.cnt article ul.toc li:before {
   content: none;
}
/* Responsive two column table */
.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: relative;
    clear: right;
    text-align: left;
    width: relative;
    font-size: 100%;
    line-height: 1.5em;
}
/*Article Subheading */
.subhead {
    color: #767674;
    font-family: "Source Sans Pro",Verdana,sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.182;
    margin: 0;
}


/* Q and A styling */
.qatitle,.questiontitle {
background:rgba(65,70,100,0.11);
line-height:30px!important;
font-size:21px!important;
font-weight:400!important;
height:auto;
width: 100%;
padding:1% 3.2% 1%
}
.questionlist:before, .llist:before {
    content: "Q ";
    font-size: 21px;
    color: #008aff;
    left: 10px;
    position: absolute;
    top: 6px;
}
.ltext:before {
    content: "A ";
    font-size: 21px;
    color: #ff6f05;
    position: absolute;
    left: 10px;
    top: 7px;
}
.questionlist, .llist {
    font-weight: bold;
    margin-bottom: 0!important;
    background: #fbfbfb;
    color: #010101;
    width: 100%;
    padding: 10px 0 0 40px;
    position: relative;
}
.ltext {
    background: #fbfbfb;
    padding: 10px 0 0 40px!important;
    width: 100%;
    position: relative;
    line-height: 1.7em;
}

/** Amazon Buy Box Styling Starts Here **/
.buybox {
  box-sizing: border-box;
  font-weight: bold;
  background-color: #f9f9f9;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 15px;
}
.buycolumn1 {
  float: left;
  width:69%;
  padding: 10px;
}
buycolumn2 {
  float: right;
  width:29%;
  padding: 10px;
}
/* Buy Button */
.buybutton {
  background-color: #fb7203;
  border: none;
  color: white !important;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: -1px 4px 8px #d3d3d3;
  font-size: 16px;
  margin: 20px 20px 20px;
  cursor: pointer;
}

/* Clearfix (clear floats) */
.buyrow::after {
  content: "";
  clear: both;
  display: table;
}
/** Amazon Buy Box Styling Ends Here **/