<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Newcomb
Author: Bluepixel
Author URI: http://www.bluepixelltd.co.uk/
Description: Custom wordpress theme for Newcomb Analytics
Version: 1.0
*/

/* hide grecaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
/* slide-in animation */
/* body {
  overflow-x: hidden;
}
.from-left {
  transform: translateX(-50%);
}
.from-right {
  transform: translateX(50%);
}
.from-left,
.from-right {
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  opacity: 0;
}
.from-left.appear,
.from-right.appear {
  transform: translateX(0);
  opacity: 1;
} */
.reveal-in {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
}
.reveal-in.appear {
  transform: translateY(0);
  opacity: 1;
}
.fade-in {
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.fade-in.appear {
  opacity: 1;
}

/* header  */
/*appointment calender overlap issue*/
.headerFixed,
.mainNavigation {
  z-index: 10000 !important;
}

/*home page*/
.homeContentSlideShow {
  padding: 0 !important;
}
.homeContentText {
  max-width: 100% !important;
}
.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrap iframe,
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-wrap {
  position: relative;
  width: 100%;
  padding: 10px 20px 0 20px;
  max-height: 400px !important ;
  overflow-y: scroll;
  overflow-x: hidden;
}
.trialMSG a {
  color: #fff;
}
.border-wrap {
  border: 1px solid #7b736f;
}

/* secure page */
.secureClientTopSection {
  padding: 20px 0 10px 0; /* Top padding removed by Simon 4 July '21 */
}

.pmpro_content_message {
  padding-bottom: 20px; /* Added by SImon 6 July '21 */
}

.pmpro_content_message a {
  margin: 20px 10px 0 0 !important ;
}

.secureClientTableSection {
  padding: 15px 0 20px 0; /* Top padding removed by Simon 4 July '21 */
}

.secureClientTopSection .heading {
  font-size: 1.875rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mfp-bg {
  z-index: 10001 !important;
}
.mfp-wrap {
  z-index: 10002 !important;
}

/*common page*/
.common-page {
  padding: 20px 0;
}
.common-page .page-heading {
  font-size: 1.875rem;
  margin-bottom: 20px;
  font-weight: 700;
}
/*.common-page .page-content {
	padding-top: 30px;
}*/

.common-page table {
  border: 1px solid #ccc;
}
.common-page table thead tr {
  background: #efefef;
  border-bottom: 3px solid #ccc;
}
.common-page table thead th {
  font-size: 1.25rem;
}
.common-page table thead th,
.common-page table tbody td {
  padding: 8px 10px;
  vertical-align: middle;
}
.common-page table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}

.common-page select,
.common-page input[type="text"],
.common-page input[type="email"],
.common-page input[type="url"],
.common-page input[type="password"],
.common-page input[type="number"],
.common-page input[type="tel"],
.common-page input[type="range"],
.common-page input[type="date"],
.common-page input[type="month"],
.common-page input[type="week"],
.common-page input[type="time"],
.common-page input[type="datetime"],
.common-page input[type="datetime-local"],
.common-page input[type="color"] {
  font-size: 1.25rem;
  padding: 10px 8px;
  min-width: 30% !important;
}

.common-page input[type="checkbox"],
.common-page input[type="radio"] {
  width: 25px;
  height: 25px;
}
.common-page input[type="radio"] {
  outline: 1px solid #7b736f;
}

.common-page input[type="button"],
.common-page input[type="submit"] {
  font-family: "Jura" !important;
  padding: 10px 12px !important;
  border-radius: 0 !important;
  background-color: #7b736f;
  color: #fff !important;
}

.common-page .page-content h2 {
  margin: 15px 0 5px;
  font-size: 1.375rem;
  font-weight: 700;
}
.common-page .page-content h3 {
  margin: 10px 0 5px;
  font-size: 1.25rem;
  font-weight: 700;
}

/*PMpro*/
.pmpro_actionlinks,
.pmpro_actions_nav {
  margin-top: 20px !important;
}
.pmpro_actionlinks a,
.pmpro_actions_nav a {
  display: inline-block;
  padding: 8px 12px;
  border: 2px solid #7b736f;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
}
.pmpro_actionlinks a:hover,
.pmpro_actions_nav a:hover {
  background: #7b736f;
  color: #fff;
}
.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
  background: #7b736f !important;
  color: #fff !important;
  border: 1px solid #7b736f !important;
}

/*Membership Levels Page*/
table#pmpro_levels_table {
  width: 100%;
  margin-top: 20px;
}

/*Membership Account Page*/
#pmpro_account h3 {
  font-size: 1.5rem;
  margin-bottom: 20px !important;
}
#pmpro_levels-return-home {
  display: none !important;
}

/*Login Page*/

body.pmpro-login .page-heading {
  text-align: center !important;
}

.login-wrap {
  max-width: 400px;
  margin: auto;
  padding: 30px 0;
}
.login-wrap .login-tab,
.login-wrap .signup-tab {
  width: 100%;
}
.login-wrap .login-tab {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.login-wrap .login-tab input[type="text"],
.login-wrap .login-tab input[type="email"],
.login-wrap .login-tab input[type="password"] {
  max-width: 100% !important;
  width: 100%;
}
.login-wrap .login-tab input[type="submit"] {
  width: 100% !important;
  font-size: 1.375rem;
}
.login-wrap .login-tab hr {
  display: none;
}
.login-wrap .login-tab .pmpro_actions_nav {
  text-align: left;
}
.login-wrap .login-tab .pmpro_actions_nav a {
  display: block;
}
.login-wrap .signup-tab {
  padding-top: 30px;
  text-align: center;
}
.login-wrap .signup-tab a {
  display: block;
  padding: 8px 12px;
  border: 2px solid #7b736f;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
}
.login-wrap .signup-tab a:hover {
  background: #7b736f;
  color: #fff;
}

/*Membership Checkout Page*/
#pmpro_pricing_fields h3,
#pmpro_user_fields h3,
#pmpro_pricing_fields h3 span.pmpro_checkout-h3-name,
#pmpro_user_fields h3 span.pmpro_checkout-h3-name {
  font-size: 1.5rem;
}
#pmpro_pricing_fields h3 span.pmpro_checkout-h3-msg,
#pmpro_user_fields h3 span.pmpro_checkout-h3-msg {
  font-size: 0.875rem !important;
}
#pmpro_pricing_fields h3 span.pmpro_checkout-h3-msg a,
#pmpro_user_fields h3 span.pmpro_checkout-h3-msg a {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #7b736f;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
}
#pmpro_pricing_fields h3 span.pmpro_checkout-h3-msg a:hover,
#pmpro_user_fields h3 span.pmpro_checkout-h3-msg a {
  background: #7b736f;
  color: #fff;
}

/*Payment Page*/
#other_discount_code_p {
  font-size: 1.375rem !important;
}

/* Recent Highlights Page */
.blog-template-page-heading {
  font-size: 3.5rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
}
.blog-template-page-subheading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
.blog-template-content {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.blog-template-content:last-child {
  border-bottom: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.recent-highlights-button-wrap {
  text-align: left;
  padding-bottom: 0 !important;
}
.recent-highlights-image-wrap {
  margin-bottom: 15px;
}
.recent-highlights-image-wrap:last-child {
  margin-bottom: 0;
}
.recent-highlights-image-wrap img {
  border: 1px solid #ddd;
}
.mfp-content {
  max-width: 1600px !important;
}
.mfp-arrow-left {
  transform-origin: 0 !important;
}
.recent-highlights-hint {
  margin-top: 5px;
  font-size: 0.875rem;
  font-style: italic;
}

/*Media queries-------------------------------*/
/* &lt; 1280----------------- */
@media (max-width: 79.9375em) {
  /*common page*/
  .common-page .page-heading {
    font-size: 1.5rem;
  }

  /*Membership Account Page*/
  #pmpro_account h3 {
    font-size: 1.375rem;
  }

  /*Membership Checkout Page*/
  #pmpro_pricing_fields h3,
  #pmpro_pricing_fields h3 span.pmpro_checkout-h3-name {
    font-size: 1.375rem;
  }
}

/* &lt; 1024----------------- */
@media (max-width: 63.9375em) {
  /* Recent Highlights Page */
  .blog-template-page-heading {
    font-size: 1.875rem;
    /* letter-spacing: 0.2rem; */
  }
  .blog-template-page-subheading {
    font-size: 1.375rem;
  }
  .blog-template-content {
    padding: 10px 0;
  }
  .recent-highlights-product-left {
    order: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
  .recent-highlights-product-right {
    order: 2 !important;
  }
}

/*  850------------------ */
@media (max-width: 53.125em) {
  /*Login Page*/
  .login-wrap .login-tab,
  .login-wrap .signup-tab {
    max-width: 100%;
  }
  .login-wrap .login-tab {
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  .login-wrap .signup-tab {
    justify-content: flex-start;
  }
}

/*  768----------------*/
@media (max-width: 768px) {
  /*Common Page*/
  .common-page select,
  .common-page input[type="text"],
  .common-page input[type="email"],
  .common-page input[type="url"],
  .common-page input[type="password"],
  .common-page input[type="number"],
  .common-page input[type="tel"],
  .common-page input[type="range"],
  .common-page input[type="date"],
  .common-page input[type="month"],
  .common-page input[type="week"],
  .common-page input[type="time"],
  .common-page input[type="datetime"],
  .common-page input[type="datetime-local"],
  .common-page input[type="color"] {
    max-width: 100% !important;
    width: 100% !important;
  }

  /*Login Page*/
  .login-wrap .login-tab input[type="text"],
  .login-wrap .login-tab input[type="password"] {
    max-width: 100% !important;
    width: 100% !important;
  }
	
	/* Recent Highlights Page */
  .blog-template-page-heading {
    font-size: 1.5rem;
    /* letter-spacing: 0.2rem; */
  }
  .blog-template-page-subheading {
    font-size: 1.125rem;
  }
  .blog-template-content {
    padding: 0;
  }
}

/*  &lt; 540----------------*/
@media (max-width: 33.6875em) {
  /*Home page*/
  .trialMSG {
    opacity: 1 !important;
    text-align: center !important;
  }
  .trialMSG a {
    color: #000;
  }
}

/*.trash-icon :after {visibility: hidden;
            position: relative;
	font-style: bold;
	background: red;
	background-image: url("/wp-content/uploads/2021/trash_icon.png");
}*/

.trash-icon {
  visibility: hidden;
  position: relative;
}
.toBeReplaced:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "This text replaces the original.";
}
</pre></body></html>