/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2019 | 12:23:20 */
body:not(.post-template-default,.page-template-template-emails) {
   /**
   * couldn't figure out why this line was added, it could be because of the old header
   * and what so strange about it is is only applying to iphones only but not to any
   * other devices. I'm commenting it for now, until fully tested
   */
  /*padding-top: 16rem;*/
}
.page-template-template-sellus-php {
  padding-top: 0!important;
}
.page-template-template-emails {
  padding-top: 16rem;
}
.page-template-template-emails .container .text-center div {
  width: 100%;
  text-align: center;
}
.page-template-template-emails .container .text-center p {
  width: 100%;
  max-width:1024px;
  margin: 0 auto;
}
.newsletter-social-section .container .text-center p {
  text-align: left;
}
.customer-help-promises-wrapper .container .text-center p {
  width: 75%;
  margin: 0;
}
.widget-area .tptn_posts_list_widget .gtc-list {
    padding: 0;
    list-style-type: none;
}
@media (max-width: 767px) {
  .page-template-template-emails {
    padding-top: 6rem!important;
  }
  .page-template-template-emails .container .text-center p {
    width: 90%;
  }
}  