@font-face {
  font-family: 'Campton Book';
  src: url('../fonts/Campton Book.eot');
  src: local('☺'), url('../fonts/campton_book-webfont.woff') format('woff'), url('../fonts/Campton Book.ttf') format('truetype'), url('../fonts/Campton Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton Book Italic';
  src: url('../fonts/Campton Book Italic.eot');
  src: local('☺'), url('../fonts/Campton Book Italic.woff') format('woff'), url('../fonts/Campton Book Italic.ttf') format('truetype'), url('../fonts/Campton Book Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton Medium';
  src: url('../fonts/Campton Medium.eot');
  src: local('☺'), url('../fonts/Campton Medium.woff') format('woff'), url('../fonts/Campton Medium.ttf') format('truetype'), url('../fonts/Campton Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton SemiBold';
  src: url('../fonts/Campton SemiBold.eot');
  src: local('☺'), url('../fonts/Campton SemiBold.woff') format('woff'), url('../fonts/Campton SemiBold.ttf') format('truetype'), url('../fonts/Campton SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton SemiBold Italic';
  src: url('../fonts/Campton SemiBold Italic.eot');
  src: local('☺'), url('../fonts/Campton SemiBold Italic.woff') format('woff'), url('../fonts/Campton SemiBold Italic.ttf') format('truetype'), url('../fonts/Campton SemiBold Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'Campton Book', Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Campton Book', sans-serif;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
}
h2 {
  font-size: 48px;
  line-height: 1.08;
}
h3 {
  font-size: 40px;
  line-height: 1.3;
}
h4 {
  font-size: 32px;
  line-height: 1.38;
}
h5 {
  font-size: 24px;
  line-height: 1.33;
}
h6 {
  font-size: 20px;
  line-height: 1.4;
}
input {
  padding: 5px;
}
.meta {
  font-size: 12px;
  line-height: 1.33;
}
.fl {
  float:left;
}
.fr {
  float:right;
}

/* Tooltip container */
.ott {
 position: relative;
 display: inline-block;
}

/* Tooltip text */
.ott .otttext {
 visibility: hidden;
 font-size:10px;
 width: 80px;
 background-color: #555;
 color: #fff;
 text-align: center;
 padding: 5px 0;
 border-radius: 6px;

 /* Position the tooltip text */
 position: absolute;
 z-index: 1;
 bottom: -125%;
 left: 50%;
 margin-left: -40px;

 /* Fade in tooltip */
 opacity: 0;
 transition: opacity 0.3s;
}

/* Tooltip arrow */
.ott .otttext::after {
 content: "";
 position: absolute;
 top: -50%;
 left: 50%;
 margin-left: -10px;
 border-width: 10px;
 border-style: solid;
 border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ott:hover .otttext {
 visibility: visible;
 opacity: 1;
}

body {
  position: relative;
}
.page-container {
  min-height: 100vh;
}
section {
  /*padding-top:40px;*/
  padding-bottom: 125px;
}
/* FRONT PAGE */
header .logo-wrap .logo-inner-wrap {
  width: 110px;
  background-color:rgba(135,208,235,1);
  text-align: center;
  padding-top: 50px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
}
header .logo-wrap .logo-inner-wrap:hover,
header .logo-wrap .logo-inner-wrap:focus {
  text-decoration: none;
  outline:none;
  color:#fff;
}
header .logo-wrap .logo-inner-wrap .logo {
  font-size: 45px;
  color:#fff;
}
header .login-out-link-wrap .login-out-link {
  text-align: right;
  padding: 15px 0;
}
header .login-out-link-wrap .login-out-link a {
  font-size: 20px;
  color:#7bb3c8;
  text-transform: uppercase;
  margin: 0 10px;
}
.page-profile header .login-out-link-wrap .login-out-link a {
  font-size: 15px;
}
header .login-out-link-wrap .login-out-link a:hover,
header .login-out-link-wrap .login-out-link a:focus {
  text-decoration: none;
  outline: none;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background:#333;
  padding: 50px 0 40px;
}
footer .copyright {
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.5;
}
footer .copyright p {
  letter-spacing: 3px;
}
footer .copyright .big-uppercase {
  font-size:18px;
}
footer .copyright .small-uppercase {
  font-size:14px;
}
.page-profile header .logo-wrap .logo-inner-wrap {
  width: 40px;
  padding-top: 20px;
}
.page-profile header .logo-wrap .logo-inner-wrap .logo {
  font-size: 16px;
}



#splash {
  position: relative;
}
#splash .image-wrap {
  background:#000;
}
#splash .image-wrap img {
  width:100%;
  opacity: 0.5;
}
#splash .caption-wrap {
  position: absolute;
  top: 45%;
  text-align: center;
  transform: translateY(-50%);
}
#splash .caption-wrap .caption-lg {
  font-size: 70px;
  color:#7bb3c8;
  letter-spacing: -6px;
  font-weight: bold;
}
#splash .caption-wrap .caption-md {
  font-size: 30px;
  color:#ddd;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 15px 80px 25px;
}
#splash .caption-wrap .caption-link-wrap .caption-link button {
  background:#7bb3c8;
  border:1px solid #7bb3c8;
  border-radius:2px;
  text-transform: uppercase;
  font-size:20px;
}
/* REGISTER MODAL */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-weight: lighter;
  font-family: 'Campton Book', Helvetica, Verdana, sans-serif;
}
.modal .modal-dialog .modal-content .modal-body input {
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #7bb3c8;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body #register {
  background-color: #7bb3c8;
  color:#fff;
  text-transform: uppercase;
  margin: 10px 0;
}
.modal .modal-dialog .modal-content .modal-footer .statement {
  text-align:center;
}
/* FORM */
.form-wrap {
  width: 400px;
  text-align: center;
  box-shadow: 1px 1px 14px rgba(0,0,0,0.1);
  margin: 10vh auto 0;
}
.form-wrap .form-head {
  background-color: rgba(135,208,235,1);
  color:#fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 30px 20px;
}
.form-wrap .form-head .title {
  font-size:25px;
}
.form-wrap .form-body form {
  width:100%;
  padding: 20px;
}
.form-wrap .form-body form p,
.form-wrap .form-body form > div {
  width:100%;
  margin: 0 0 20px;
  text-align: left;
}
.form-wrap .form-body form label {
  width:100%;
  text-align: left;
  font-weight: lighter;
  font-size: 16px;
}
.form-wrap .form-body form input {
  width: 100%;
  font-size: 18px;
}
.form-wrap .form-body form input[type='submit'],
.form-wrap .form-body form button {
  width: 100%;
  background-color: rgba(135,208,235,1);
  color:#fff;
  font-size: 18px;
  border: none;
  padding: 15px;
}
.form-wrap .form-body form input[type='checkbox'] {
  width:auto;
}
.form-wrap .form-links {
  text-align: left;
  padding: 0 20px 20px;
}
.form-wrap .form-links a {
  color:#333;
}
.form-wrap .form-links a:hover,
.form-wrap .form-links a:focus {
  text-decoration: none;
  outline:none;
  color:rgba(135,208,235,1);
}
/* INFO BOX */
.infobox-wrap {
  width: 400px;
  text-align: center;
  box-shadow: 1px 1px 14px rgba(0,0,0,0.1);
  margin: 8vh auto;
}
.infobox-wrap .infobox {
  padding: 20px;
  font-size: 16px;
}
/* CONTENT PANE */
.contentpane-wrap {
  width: 60vw;
  padding: 40px;
  box-shadow: 1px 1px 14px rgba(0,0,0,0.1);
  margin: 8vh auto;
}
/* BASIC PAGE */
.page-content {
  padding: 0 20px 20px;
}
.page-content > .title {
  font-size: 35px;
  margin: 0 0 40px 140px;
}
.body .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style:none;
  padding: 0;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.body .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(135,208,235,1);
}
.body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color:#fff;
}
.body .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width:100%;
}
.body .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.body .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
  text-decoration:none;
  outline:none;
}

/* ACCOUNT */
.dashboard-welcome .title {
  font-size: 24px;
}
.woocommerce-MyAccount-content .show-subscription-status {
  display: inline-block;
  padding: 20px;
  border: 1px solid #333;
  font-size: 24px;
  margin:20px 0;
}
.show-subscription-status .Active {
  color:green;
}
.show-subscription-status .Inactive {
  color:red;
}

.cta-products {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.cta-products .product {
  color: #fff;
  display: block;
}
.cta-products .product .title {
  font-size: 25px;
}
.cta-products .product .description {
  font-size: 16px;
  margin: 5px 0 10px;
}
.cta-products .product .cta {
  font-size: 26px;
  margin: 15px 0 5px;
}
.cta-products .product:hover,
.cta-products .product:focus {
  text-decoration: none;
  outline:none;
}

/* PAYMENT PROCESS STYLE OVERRIDES */
body a.checkout-button.button.alt.wc-forward,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body a.checkout-button.button.alt.wc-forward:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
  background-color:rgba(135,208,235,1);
}
body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1 {
  float:none;
  margin: 0 auto;
}
#order_review_heading,
.woocommerce-billing-fields > h3 {
  text-align: center;
}
.woocommerce-thankyou-order-received {
  font-size: 40px;
  margin: 20px 0 30px;
  color: green;
}
body .woocommerce ul.order_details {
  margin: 0 0 10px;
  border: 1px solid;
  padding: 20px;
}
body .woocommerce ul.order_details li {
  width:18%;
}
.woocommerce-order-details {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.cart_totals h2 {
  font-size:24px;
}
body .woocommerce-customer-details > address,
body .woocommerce-order-details > table.shop_table {
  margin:20px 0 30px;
}
.woocommerce-MyAccount-content fieldset {
  margin:20px 0;
}
.post-type-archive-product h1.page-title {
	display: none;
}
html body .woocommerce .products ul, .woocommerce ul.products {
	margin:inherit;
}
/* SINGLE PRODUCT */
.single-product-wrap {
  margin-top:80px;
}
.single-product-wrap .tabs {
  display: none;
}
.single-product-wrap .woocommerce-Tabs-panel h2 {
  font-size:24px;
}


/* Small Screen Text */
@media screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 1.08;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h3 {
    font-size: 36px;
    line-height: 1.22;
  }
  h4 {
    font-size: 32px;
    line-height: 1.25;
  }
  h5 {
    font-size: 24px;
    line-height: 1.33;
  }
  h6 {
    font-size: 20px;
    line-height: 1.4;
  }
  .small {
    font-size: 12px;
    line-height: 1.33;
  }
  .meta {
    font-size: 10px;
    line-height: 1.6;
  }
}
