#main-content {
  flex-grow: 1;
}

body { /* prevent whitespace on zoom out */
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Arial;
}

main {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 800px;
  margin: 0 auto;
  min-height: 51vh;
}

img.img-fluid {
  width: 100%;
}

/* Fonts */
a {
  color: #4e2d3f;
  text-decoration: none;
  padding: 5px;
}

table th {
  font-weight: bold;
  font-size: 14px;
}

h1 {
	color: #0c1115;
	font-size: 25px;
	line-height: 1.4em;
  font-weight: normal;
}

h1.single-page {
  font-size: 25px;
  font-weight: normal;
  color: #4e2d3f !important;
}

h1.post-page {
  font-size: 28px !important;
  color: #4e2d3f !important;
  font-weight: normal;
  padding-bottom: 3%;
}

p {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 1.4em;
}

p strong {
  color: rgb(91, 90, 90);
  font-weight: 900 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

p.strong {
  font-weight: bold;
  margin-bottom: 5px;
  color: #232323;
}

ul li,
ol li {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 1.4em;
}

li a.active {
  color: #ff9900 !important;
}

h2 {
	color: #4e2d3f !important;
  font-size: 18px;
	line-height: 1.4em;
  text-align: center;
}

h3 {
	color: #4e2d3f !important;
  font-size: 18px;
	line-height: 1.4em;
  text-align: center;
}

h3.left {
  text-align: left;
  color: #3b3b3b;
  font-weight: bold;
}

h5 {
  color: #4e2d3f !important;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.agreeterms-div {
  padding: 10px;
}

.agreeterms { /* used below the forms */
  font-size: 12px !important;
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.75em;
}

.clienteleterms {
  font-style: italic;
}

h1.default {
  font-size: 20px !important;
  color: #ff9900;
  text-align: left;
}

p.default {
  font-size: 14px;
  color: #5b5a5a;
}

.vcenter-item{
  display: flex;
  align-items: center;
}

span.list-bold {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

/* Divider */
hr.article-divider {
  border-width: 1px !important;
  border-color: rgb(170, 170, 170) !important;
}

/* FontAwesome List */
.fa-custom {
  font-size: 12px;
  display: table-cell;
  position: absolute;
  background: #ffffff;
  color: #ff9900;
  padding: 0px 4px;
  border-radius: 5px;
  margin-left: 15px;
}

/* Homepage List */
ul.homepage-bullets {
  display: block;
  padding-left: 5px;
  margin-top: 8%;
  margin-bottom: 8%;
}

ul.homepage-bullets li:before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  font-size: 20px;
  color: #ffffff;
  background: #4e2d3f;
  width: 30px;
  height: 25px;
  padding: 25px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

ul.homepage-bullets li {
  list-style-type: none;
  display: flex;
  margin-bottom: 30px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

ul.homepage-bullets li p {
  padding-left: 15px;
  margin-bottom: 0px;
}

/* Image */
.homepage-img {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* Site Logo */
.site-logo {  
  width: 320px;
  height: 100%;
  margin: 5px 0px 5px 0px;
}

/* Main Header */
#main-header {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

button.header-hamburger {
  background: #ffffff !important;
  float: right;
  border: 0px !important;
  padding: 0px !important;
}

button.header-hamburger i {
  color: #ff9900 !important;
  font-size: 30px;
}

/* Featured Image */
div#featured-image {
  padding: 0px;
  margin-bottom: 1rem;
  background: url(../img/featured-img.webp);
  height: 120px;
}

img.featured-image {
  width: 100% !important;
  height: auto !important;
}

/* Menu Sidebar */
button.btn-close.text-reset {
  font-size: 25px;
}

div.offcanvas-body ul li {
  list-style-type: none !important;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

div.offcanvas-body ul li a {
  color: #000000;
  font-weight: bold;
}

/* Main Content */
#main-content {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 800px;
  margin: 0 auto;
  min-height: 51vh;
}

#content {
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Footer */
footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

div#footer {
  background: #000000;
  padding: 20px;
}

div#footer p {
  color: #ffffff !important;
  text-align: center;
  font-size: 11px;
  line-height: 1.75em;
  margin: 0px;
  padding: 5px 0 0px 0;
}

button.footer-hamburger {
  background: transparent !important;
  float: right;
  border: 0px !important;
  padding: 0px !important;
}

button.footer-hamburger i {
  color: #ffffff !important;
  font-size: 30px;
}

div.footer-menu {
  margin-top: 20px;
}

/* Footer Offcanvas */
div#offcanvasFooter {
  background: #000000;
}

div#offcanvasFooter ul li a {
  color: #ffffff;
}

#ft-hamburger, #hd-hamburger {
  color: #ffffff !important;
}

/* Homepage Typology */
.homepage-content h3 {
  margin-top: 25px;
}

.homepage-content ul li {
  line-height: normal !important;
  margin-bottom: 15px;
}

.homepage-content ul li p {
  display: block;
  position: relative;
  bottom: 3px;
  font-size: 14px;
  line-height: 1.4em !important;
  margin-left: 10px;
  margin-bottom: 0px;
}

/* Plain Page */
div#plain-page{
  padding-top: 2%;
  padding-bottom: 2%;
}

div#plain-page h1 {
  font-weight: 700;
  text-align: center;
  color: #333333;
  font-size: 50px;
  line-height: 1.3em;
}

div#plain-page h2 {
  font-weight: 400;
  color: rgb(51,51,51);
  font-size: 45px;
  line-height: 1.3em;
}

div#plain-page h3 {
  font-weight: 700;
  text-align: center;
  color: #333333;
  font-size: 32px;
  line-height: 1.4em;
}

/* Offer/Upsell Page */
#upsell-page {
  width: 960px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.offer-logo {
  width: 100px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.global-symbols {
  background: #edfdfe;
  width: 40%;
  margin: 0 auto;
  padding: 5px 4px !important;
  margin-bottom: 20px;
}

.global-symbols p {
  display: block;
  color: #5b5a5a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.upsell-content {
  margin: 0 auto;
}

.upsell-content h1, 
.upsell-content h2,
.upsell-content h3,
.upsell-content p {
  text-align: center;
}

.upsell-content h1 {
  color: #ff1616;
  font-size: 20px;
}

.upsell-content h3 {
  color: #5b5a5a;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.upsell-content p {
  font-size: 16px;
}

.clientelefooter {
  margin: 0 auto;
  width: 100%;
} 

.clientelefooter p {
  font-size: 14px !important;
  line-height: 2em !important;
  color: #5b5a5a;
  font-style: italic;
  text-align: left;
}

.terms {
  width: 100%;
  margin: 0 auto;
}

/* Banner Ads */
.banner-ads {
  width: 300px;
  margin: 0 auto; 
  display: block;
}

/* Symbols CSS */
.symbols {
  margin-bottom: 40px !important;
}

p.symbols-header {
  color: #e10606;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

p.symbols-content {
  color: #5b5a5a;
  text-align: center;
  font-size: 14px;
}

p.symbols-header {
  color: #e10606;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

p.symbols-content {
  color: #5b5a5a;
  text-align: center;
  font-size: 14px;
}

/* Upsell List */
ul.upsell-list {
  padding-top: 40px;
  padding-left: 20px;
}

ul.upsell-list li {
  font-size: 14px;
  line-height: 1.4em;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

ul.upsell-list li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

/* Article Page */
body#article-page h2 {
  line-height: 1.4em !important;
  text-transform: capitalize !important;
  font-size: 25px !important;
  font-weight: normal;
  padding-top: 0px !important;
  margin-top: 0px !important;
  text-align: left;
}

body#article-page button.read-more {
  border-radius: 100px;
  letter-spacing: 1px;
  background: #226ebf;
  padding: 12px 60px !important;
  color: #ffffff;
}

body#article-page a button.read-more:hover {
  background: #000000;
}

body#article-page .article-title a {
  padding: 0px;
}

body#article-page .article-banner {
  background: #a6969f;
  color: #ffffff;
}

body#article-page .article-banner-top {
  background: #4d2c3e;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

body#article-page .article-banner-bottom {
  padding: 20px;
}

body#article-page .article-banner-bottom p {
  color: #ffffff;
  text-align: center;
}

body#article-page .article-banner-bottom button {
  background: #73171f;
  color: #ffffff;
  border-radius: 5px;
  border: 0px;
  padding: 15px 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

body#article-page .article-banner-bottom a button:hover {
  background: #000000;
}

body#article-page .article-banner-bottom a {
  padding: 0px !important;
}

body#article-page .latest-post {
  margin-top: 20px;
}

body#article-page .latest-post p.strong {
  font-weight: bold;
  color: #000000;
}

body#article-page p.latest-post-list {
  border-bottom: 1px solid #dedede !important;
  padding-bottom: 15px;
}

body#article-page .latest-post a {
  padding: 0px !important;
}

/* Article Single Page */
body#article-single h5 {
  font-size: 14px;
}

body#article-single ul.plain-ul li {
  margin-bottom: 10px;
}

body#article-single table td {
  color: #5b5a5a;
  font-size: 14px;
  line-height: 1.4em;
}

/*************************************************************/
/*********** M E D I A  S C R E E N  S T Y L I N G ***********/
/*************************************************************/

@media screen and (max-width: 599px) {
  .site-logo {
    width: 230px;
    height: 100%;
  }

  button.header-hamburger i {
    font-size: 23px;
    margin-top: 5px;
  }

   /* Offer/Upsell Page */
  .global-symbols {
    width: 100%;
  }

  /* Homepage */
  div.homepage-content p {
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  /* Offer/Upsell Page */
  .global-symbols {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #upsell-page,
  .upsell-form-container {
    width: 100% !important;
  }

  .terms, .clientelefooter {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #content {
    margin-top: 0px;
  }

  #content img.homepage-img {
    display: none;
  }

  ul.homepage-bullets {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ul.homepage-bullets li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  #main-content {
    width: 100% !important;
  }
}

@media screen and (min-width: 599px) {
  div.symbols {
      width: 40%;
      margin: 0 auto;
  }
}

@media screen and (min-width: 1080px) {
  div#plain-page {
    width: 1080px;
  }
}

@media screen and (min-width: 576px) {
  .featured-image-mobile {
    display: none;
  }

  .featured-image-desktop {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  div#featured-image {
    height: 70px;
  }

  .featured-image-mobile {
    display: block;
  }

  .featured-image-desktop {
    display: none;
  }
}