::-webkit-input-placeholder {
    color: #666;
  }
  ::-webkit-selection {
    background: #861f41;
    color: #fff;
    text-shadow: 0 0 transparent;
  }
  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #666;
  }
  ::-moz-selection {
    background: #861f41;
    color: #fff;
    text-shadow: 0 0 transparent;
  }
  /* IE 10+ */
  :-ms-input-placeholder {
    color: #666;
  }
  ::-ms-selection {
    background: #861f41;
    color: #fff;
    text-shadow: 0 0 transparent;
  }
  /* Firefox 18- */
  :-moz-placeholder {
    color: #666;
  }
  ::selection {
    background: #861f41;
    color: #fff;
    text-shadow: 0 0 transparent;
  }
  a { color: #861f41; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
  
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.curveBox {
    border-top: 30px solid #000000;
    font-size: 20px;
}
.curveBox .header-img-logos {
    background: #000000 url("https://www.gyftr.com/edgerewards/images/bg_headline.png") no-repeat right bottom;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 2px 60px 6px 15px;
    white-space: nowrap;
    position: relative;
}
.curveBox .header-img-logos:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #000000;
    width: 1000%;
}
footer.bg-dark {
    background: #444444 !important;
    color: #fff;
    font-size: 14px;
}
footer.bg-dark .linkFooter .list-inline-item a {
    display: inline-block;
    padding: 5px 0;
}
footer.bg-dark .linkFooter .list-inline-item a:hover{
    text-decoration: none;
}
footer.bg-dark a {
    color: #fff;
}
footer.bg-dark .linkFooter .list-inline-item:not(:last-child):after {
    content: '|';
    padding-left: 0.5rem;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
    display: none;
}
.blog .post { padding: 5px; border: 1px solid #ccc; }
.blog .post .post-thumbnail {margin: 0;}
.blog .post .entry-header { padding: 5px;}
.blog .post .entry-header h2 {font-size: 1.5rem; margin: 0;}
.blog .post .entry-header h2 a:hover  { text-decoration: none;}
.blog .post .entry-content { padding:0 5px 5px;}
.blog .post .entry-content ol,
.blog .post .entry-content ul {list-style-position: inside;}
.post .entry-content ol,
.post .entry-content ul {list-style-position: inside;}
.type-post .entry-title { margin-bottom: .5em; margin-top: -0.5em; font-size: 2rem;}
.widget { margin-bottom: 1.6em; }
.wp-block-image .aligncenter  {width: 100%;}
.entry-content h4 {text-transform:inherit; letter-spacing:normal}
.site-content {padding: 0 }