/*
Theme Name: GeneratePress Child
Theme URI: https://lifestylehitlist.com
Description: GeneratePress Child Theme
Author: Wajid Raza
Template: generatepress
Text Domain: generatepress-child
Version: 1.0.0
*/

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

.firstParagraph {
  font-size: 18px;
  font-weight: bold;
}

.toc a:link {
  font-size: 18px;
  color: black;
  text-decoration: none;
}

.toc a:hover {
  color: #b0802d;
  text-decoration: none;
}

.mainHeading a:link,
.mainHeading a:visited {
  font-size: 30px;
  color: black;
  text-decoration: none;
}

.mainHeading a:hover {
  color: #b0802d;
  text-decoration: none;
}

/* PRODUCT BRANDING */
.productBranding {
  color: #b0802d;
  vertical-align: top;
}
.productBranding h3 {
  margin-top: -10px;
  margin-bottom: 0px;
  width: 70%;
}
.productBranding h5 {
  color: #b0802d;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}
.productBranding h6 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.productBranding a:link,
.productBranding a:visited {
  font-size: 30px;
  color: black;
  text-decoration: none;
}
.productBranding a:hover {
  color: #b0802d;
  text-decoration: none;
}

.productRating {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
.productImage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.productBarcode {
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: -10px;
  display: block;
  text-align: center;
}
.productIcon {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: -20px;
  display: block;
  text-align: center;
  width:50px;
}
.productBox {
  width: 100%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
  background-color: #ffffff;
  border: 2px solid rgb(206, 160, 82) !important;
}

.productPriceRange h6 {
  margin-top: 20px;
  text-align: left;
}
.productDisclaimer {
  margin-top: -10px;
  /*margin-bottom: -20px;*/
  text-align: left;
}

.productDescription {
  margin-top: 5px;
  margin-bottom: 0px;
}

.productMerits {
  padding-top: -10px;
  margin-bottom: 5px;
}


/* Affiliate section CSS */
.affiliate {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.affiliateText {
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight:bold;
}
.affiliateBtn {
  background-color: #fff;
  border: 1px solid #938e8e;
  border-radius: 3px;
  color: black;
  padding: 10px 18px 5px 10px;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none !important;
  text-align: center !important;
  -webkit-transition-duration: 0.4s;  
  transition-duration: 0.4s; /* Safari */
}

.affiliateBtn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
  text-decoration: none;
}

.affiliateBtn span.icon {
  float: left;
  padding: 0px 2px;
  width: 30px;
  height: 30px;
}
.affiliateBtn span.icontext {
  float: left;
  font-weight:bold;
  padding: auto;
}

@-moz-document url-prefix() {
  .affiliateBtn span.icontext {
    padding-top: 12px;
  }
}

.affiliateBtn span.amz {
  background: url(/wp-content/uploads/2017/10/amz-icon.png) no-repeat;
}

.affiliateBtn span.wlm {
  background: url(/wp-content/uploads/2017/10/walmart-icon.png) no-repeat;
}



/* For contact form formatting */
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  background-color: #fff;
  color: #000;
  width: 40%;
  padding: 2px 2px;;
  line-height: 28px;
}
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 40%;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=textarea]:focus {
    border-color:#333;
}
.wpcf7 input[type=submit] {
  padding:5px 15px; 
  background:#ccc; 
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}





