/**
 * WTC Styling
 *
 * 1. Common Element Stylings
 * 2. Headers
 */

body {
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;

  text-rendering:auto;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
p {
  color: #444;
  font-weight: 400;
}
.no-padding, .padding-no {padding: 0 !important;}
.padding-cnt-no {padding-top: 0 !important;padding-bottom: 0 !important;}
.no-padding-left {padding-left: 0 !important;}
.no-padding-right {padding-right: 0 !important;}
.no-padding-top {padding-top: 0 !important;}
.no-padding-bottom {padding-bottom: 0 !important;}
.default-padding {padding-top: 100px !important;padding-bottom: 100px !important;}
.blog-padding {padding-top: 70px !important;padding-bottom: 70px !important;}
.padding-xs {padding-top: 10px !important;padding-bottom: 10px !important;}
.padding-sm {padding-top: 20px !important;padding-bottom: 20px !important;}
.padding-md {padding-top: 40px !important;padding-bottom: 40px !important;}
.padding-lg {padding-top: 80px !important;padding-bottom: 80px !important;}
.padding-xl {padding-top: 160px !important;padding-bottom: 160px !important;}
.padding-left-10 {padding-left: 10px !important;}
.padding-right-10 {padding-right: 10px !important;}

/* Margin */
.no-margin {margin: 0 !important;}
.no-margin-left {margin-left: 0 !important;}
.no-margin-right {margin-right: 0 !important;}
.no-margin-top {margin-top: 0 !important;}
.no-margin-bottom {margin-bottom: 0 !important;}

/* Code */
.prettyprinted pre {
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 30px;
}
.prettyprinted br {display: none;}

.alignleft {display: inline;float: left;margin-right: 30px;}
.alignright {display: inline;float: right;margin-left: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}

/* Spacer */
.wtc-spacer {width: 100%;float: left;height: 20px;}

::selection {
  background: #f8b81e;
  color: #ffffff;
}
::-webkit-selection {
  background: #f8b81e;
  color: #ffffff;
}
::-moz-selection {
  background: #f8b81e;
  color: #ffffff;
}
::-o-selection {
  background: #f8b81e;
  color: #ffffff;
}
::-ms-selection {
  background: #f8b81e;
  color: #ffffff;
}
a {
  color: #333333;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #f8b81e;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.42857143;
}
video {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
.wpts-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.wpts-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.wpts-wrap {
  width: 950px;
  margin: 0 auto;
}
.text-center .wpts-wrap.vc_column_container {width: 950px !important;}

/* 1. Header */
header.wpts-main-header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f3f3f3;

  background-color: #fff;
  background-image: url('../images/sub-page-header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
html,
.home.page {height: 100%;}
.home.page header {
  height: 1045px;
  background: #912366 url('../images/header-bg-gradient.jpg') no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.wtc-menu-bar {
  padding: 24px 0 26px;
  float: left;
  width: 100%;
}
.home.page .wtc-menu-bar {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* 1a. Logo */
.wtc-logo {
  padding: 4px 0 0;
}
.wtc-logo span {
  text-transform: uppercase;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 800;
  position: relative;
  top: 4px;
  left: 8px;
}
.wtc-logo img.default-logo {display:inline-block;}
.wtc-logo img.retina-logo {display: none;}
.home.page .wtc-logo span {color: #fff;}

/* Retina Logo - Active */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

  .wtc-logo img.default-logo {display:none;}
  .wtc-logo img.retina-logo {display:inline-block;}

}

/* 1b. Menu */
.wtc-menu {
  float: right;
}
.wtc-menu ul {
  padding: 14px 0 0px 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  float: left;
}
/*.wtc-menu ul li {
  display: inline-block;
  padding-right: 25px;
}*/
.wtc-menu ul li:last-child:hover {border-radius: 0px 0px 4px 4px; }
.wtc-menu a {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: normal;
  font-size: 15px;
}
.wtc-menu a.hire-us {
  font-size: 14px;
  position: relative;
  top: 3px;
  padding: 11px 18px;
}
.home.page .wtc-menu a {color: #fff;}
.hire-us {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  background: #f8b81e;
  padding: 10px 30px;
  float: right;

  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.home.page .wtc-menu a.hire-us{
  color: #333;
}

/* Banner Area */
.wtc-banner-area {
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
}
.wtc-banner-area h1 {
  margin: 40px 0 25px;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
}
.wtc-banner-area p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.banner-content {
  padding: 7% 10px 0;
  z-index: 1;
  position: relative;
}
.banner-image {
  position: absolute;
  bottom: 0;left: 0;right: 0;
  height: 420px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.banner-image img {
  max-width: 100%;
  position: relative;
  bottom: -3px;
}
.lets-start {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #f9b91e;
  padding: 16px 45px;
  display: inline-block;
  margin-top: 40px;

  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 5px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lets-start:hover,
.lets-start:focus {
  color: #232323;
}
.lets-start:hover {
  background-color: #e8a400;
}
.banner-sign-up {
  color: #fff;
  margin-left: 30px;
  text-transform: uppercase;
  border-bottom: 1px dashed #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.banner-sign-up:hover {
    border-bottom: 1px dashed #f9b91e;
    color: #f9b91e;
}

/* Content Area */
.content-area,
.single.single-ticket .content-area {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
  /*-webkit-box-shadow: 0 0 18px 0px rgba(0,0,0,0.1);*/
  /*box-shadow: 0 0 18px 0px rgba(0,0,0,0.1);*/
}
.content-area > .container-fluid > .container > .row > .col-lg-12.page-column {padding-left: 0;padding-right: 0;}
.blog .content-area,
.archive .content-area,
.category .content-area,
.search .content-area,
.single .content-area {
  background-color: #f3f3f3;
}
.page-right-sidebar .page-sidebar {
  width: 782px;
  float: left;
  margin-right: 38px;
}
.page-right-sidebar .wptc-sidebar {
  width: 350px;
  float: left;
  margin-left: 0;
}

/* Heading */
.wtc-heading {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin: 140px 0 115px;
}
.wtc-heading .back-text {
  color: rgba(83, 67, 113, 0.04);
  /*color: red;*/
  font-size: 160px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;right: 0;
  z-index: 0;
}
.wtc-heading .front-text {
  color: #333;
  font-size: 55px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

/* Services */
.wtc-services {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.wtc-services .service-icon {
  float: left;
  width: 100%;
}
.wtc-services .service-icon img {
  max-width: 100%;
}
.wtc-services .service-heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 18px;
  display: inline-block;
}
.wtc-services p {
  font-size: 16px;
  color: #444;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 30px;
  }
.view-services {
  font-size: 14px;
  color: #333;
  border: none;
  background: #f5b71c;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 34px;
  display: inline-block;
  margin: 35px 0 25px;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.view-services:hover,
.view-services:focus {
  background-color: #e8a400;
  color: #333;
}

/* Services Two */
.wtc-services-two {
  float: left;
  width: 100%;
  background-color: #4f406b;
  text-align: center;
  color: #fff;
  padding: 80px 13% 100px;
  min-height: 460px;
  overflow: hidden;

  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wtc-services-two .service-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 16px;
  display: inline-block;
}
.wtc-services-two p {
  font-size: 18px;
  line-height: 30px;
}
.wtc-services-two {
  background-repeat: no-repeat;
  background-position: 148% 235%;
}
.wtc-services-two:hover {
  background-position: 148% 220%;
}

/* Services Page */
.wtc-services-page {
  text-align: center;
  margin: 10px 0 75px;
}
.wtc-services-page.wtc-services .service-heading {
  margin: 20px 0 18px;
}
.service-btn {
  font-size: 16px;
  color: #000;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 8px 30px;
  margin: 15px 0 0;
  font-weight: 500;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.service-btn:hover,
.service-btn:focus {
  background-color: #f9b91e;
  border-color: #f9b91e;
  color: #333;
}

/* Why Us Page */
.wtc-whyus-page.wtc-services {
  margin-bottom: 85px;
}
.wtc-whyus-page.wtc-services .service-heading {
  margin: 25px 0 16px;
}

/* Get Quote */
.wtc-get-quote {
  margin: 40px 0 35px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
.wtc-get-quote a {
  color: #d3175c;
  font-weight: 500;
  margin-left: 6px;
  position: relative;
}
.wtc-get-quote a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d3175c;
  left: 0;
  bottom: 5px;
  right: 0;
}
/*Faq*/
.home .faq-list {
  padding-bottom: 0;
}
.home .faq-list:last-child {
  padding-bottom: 0;
}

/* Testimonials */
.wtc-testimonials {
  text-align: center;
  position: relative;
  margin: 62px 0 120px;
}
.wtc-testimonials-left {margin-right: 20px;}
.wtc-testimonials-right {margin-left: 20px;}
.wtc-testimonials .testimonial-content {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
  padding: 80px 50px 40px;
}
.wtc-testimonials .testimonial-content .name {
  font-size: 20px;
  color: #534371;
  font-weight: 600;
}
.wtc-testimonials .testimonial-content .profession {
  font-size: 16px;
  color: #777;
  margin-bottom: 18px;
}
.wtc-testimonials .testimonial-content p {
  font-size: 16px;
  color: #777;
  line-height: 28px;
}
.wtc-testimonials .testimonial-content .wtc-stars {
  margin-top: 5px;
  display: inline-block;
}
.wtc-testimonials .testimonial-content .wtc-stars i {
  font-size: 14px;
  color: #efc534;
  padding: 0 2px;
}

.wtc-testimonials .testimonial-img {
  width: 107px;
  height: 107px;
  margin: 0 auto;
  position: absolute;
  top: -55px;left: 0;right: 0;
}
.wtc-testimonials .testimonial-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* Contact Form 7 - Global Inputs */
.contact-page .wpcf7 select,
.contact-page .wpcf7 input[type="text"],
.contact-page .wpcf7 input[type="email"],
.contact-page .wpcf7 input[type="url"],
.contact-page .wpcf7 input[type="tel"],
.contact-page .wpcf7 input[type="number"],
.contact-page .wpcf7 input[type="date"],
.contact-page .wpcf7 input[type="file"],
.contact-page .wpcf7 input[type="range"],
.contact-page .wpcf7 input[type="password"],
.contact-page .wpcf7 textarea {
  background-color: #fff;
  color: #999;
  font-size: 16px;
  padding: 20px 30px;
  border: none;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  margin-bottom: 30px;

  -webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.05);
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.05);

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wpcf7-not-valid-tip {
  text-align: left;
}
select[multiple] {
  padding: 0;
}
select[multiple] option {padding: 10px 20px;}
input[type="submit"] {
  background-color: #f5b71c;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 16px 40px 15px;
  margin-bottom: 10px;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
input[type="submit"]:hover {
  background-color: #e8a400;
}
.wpcf7 textarea {
  min-height: 180px;
}
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}
.wpcf7 label {font-weight: normal;width: 100%;float: left;}
.contact-page span.wpcf7-not-valid-tip {margin-bottom: 20px;}
.wpcf7 input.wpcf7-not-valid {margin-bottom: 10px;}
div.wpcf7 .ajax-loader {
  background: transparent;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 7px;
}
div.wpcf7-validation-errors,
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  margin: 20px 0 30px;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  color: #333;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.wpcf7-response-output {border: 2px solid #f5b71c;}
div.wpcf7-mail-sent-ok {border: 2px solid #54ad2d;}

.wptc-sidebar .wpcf7 select,
.wptc-sidebar .wpcf7 input[type="text"],
.wptc-sidebar .wpcf7 input[type="email"],
.wptc-sidebar .wpcf7 input[type="url"],
.wptc-sidebar .wpcf7 input[type="tel"],
.wptc-sidebar .wpcf7 input[type="number"],
.wptc-sidebar .wpcf7 input[type="date"],
.wptc-sidebar .wpcf7 input[type="file"],
.wptc-sidebar .wpcf7 input[type="range"],
.wptc-sidebar .wpcf7 input[type="password"],
.wptc-sidebar .wpcf7 textarea {
  float: left;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  margin: 0;
  color: #999999;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.42857;
  border: 1px solid #e7e7e7;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wptc-sidebar .wpcf7 textarea {min-height: 135px;}
.wptc-sidebar .wpcf7-form {
  padding: 31px 34px 43px;
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
}
.wptc-sidebar .wpcf7 label {margin-bottom: 0;}
.wptc-sidebar .wpcf7 label > span {margin-bottom: 12px;display: inline-block;font-weight: 500;font-size: 16px;}
.wpcf7 label > span > em,
.wpcf7 label > em {
  font-size: 13px;
  color: #676767;
}
.wptc-sidebar .wpcf7 label > span.wpcf7-form-control-wrap {margin-bottom: 0;width: 100%;}
.wptc-sidebar .wpcf7 form input[type="submit"] {
  margin-top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.wptc-sidebar .wpcf7 form p {position: relative;}
.wptc-sidebar .wpcf7 form .ajax-loader {
  position: absolute;
  left: 0;right: 0;
  bottom: -20px;
  margin: 0 auto;
}
span.wpcf7-not-valid-tip {display: inline-block;margin: 5px 0 0;font-weight: normal;width: 100%;}
div.wpcf7-response-output {margin-bottom: 0;font-weight: normal;}

/* Contact Info */
.wtc-contact-info {
  float: left;
  width: 50%;
  margin: 0 0 60px;
}
.wtc-contact-info .contact-icon {
  float: left;
  padding-right: 15px;
  margin-top: 1px;
}
.wtc-contact-info .contact-heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.wtc-contact-info .contact-detail {
  color: #777;
  font-size: 18px;
  letter-spacing: -0.3px;
}
.wtc-contact-info .contact-detail a {
  color: #d3175c;
}

/* Blog Post Design */
.home .wptc-blog-post{
  min-height: 430px;
}
.wts-blog-two.blog-content-column {
  width: 100%;
  margin-bottom: 25px;
}
.wts-blog-three.blog-content-column {
  width: 370px;
}
.wts-blog-two .wptc-blog-post .featured-image {
  width: 570px;
  float: left;
  margin-right: 25px;
}
.wts-blog-two .wptc-blog-post .bp-content {
  width: 555px;
  float: left;
  padding: 29px;
}
.wts-blog-three .wptc-blog-post .bp-content {
  width: 100%;
  padding: 30px 20px 20px;
}
.blog-content-column {
  width: 750px;
  float: left;
  margin-right: 25px;
}
.blog-sidebar-column {
  width: 370px;
  float: left;
  margin-left: 25px;
}
/*.wts-blog-two .wptc-blog-post {margin-bottom: 0;}*/
.wptc-blog-post {
  background: #fff;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.sticky.wptc-blog-post {
  padding: 8px;
  border: 2px dashed #ffd673;
}
.sticky.wptc-blog-post .bp-read-more,
.sticky.wptc-blog-post .share-options {
  border-color: #ffd673;
  background-color: #ffd673;
}
.sticky.wptc-blog-post .bp-read-more:hover,
.sticky.wptc-blog-post .share-options:hover {
  background-color: #f8b81e;
  border-color: #f8b81e;
  color: #333;
}
.sticky.wptc-blog-post .share-options {
  color: #333;
  background-color: #ffd673;
}
.featured-image {text-align: center;}
.featured-image img {max-width: 100%;}
.wptc-blog-post .bp-content {
  padding: 38px 30px;
}
.wptc-blog-post .bp-heading {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.1px;
  display: inline-block;
  width: auto;
}
.wts-blog-two .wptc-blog-post .bp-heading {margin-top: 2px;}
.wts-blog-three .wptc-blog-post .bp-heading {
  font-size: 18px;
  display: block;
}
.wptc-blog-post p {
  color: #444;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.bp-top-meta {
  float: left;
  width: 100%;
  font-size: 15px;
  margin: 15px 0 18px;
  color: #777;
}
.wts-blog-two .bp-top-meta {
  margin-top: 20px;
}
.bp-top-meta > div {
  float: left;
}
.bp-top-meta .bp-cat {
  padding-left: 4px;
}
.bp-top-meta a {
  color: #f8b81e;
}
.bp-read-more {
  color: #534371;
  border: 1px solid #e2e2e2;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  padding: 13px 26px;
  display: inline-block;
  margin: 20px 0 0;
  font-weight: 500;
  text-transform: uppercase;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 5px;
}
.bp-read-more:hover {
  background-color: #f8b81e;
  border-color: #f8b81e;
  color: #333;
}
.wts-blog-two .bp-read-more,
.wts-blog-two .share-options {
  margin-top: 30px;
}
.wts-blog-two .share-open {
  top: 100px;
}

/* Share Options */
.share-options-wrap {
  position: relative;
  width: 56px;
  float: right;
  text-align: center;
}
.share-options {
  float: right;
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  text-align: center;
  color: #999;
  font-size: 19px;
  margin: 20px 0 0;
  position: relative;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.share-options i {line-height: 43px;}
.share-options:hover,
.share-options:focus,
.share-active .share-options {
  color: #333;
}
.share-open {
  position: absolute;
  top: 90px;
  left: -40px;right: 0;
  width: 145px;
  margin: 0 auto;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  visibility: hidden;
  opacity: 0;
  z-index: -1;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single .share-open,
.single .share-active .share-open {
  top: 80px;
  left: -45px;
}
.share-active .share-open {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.share-open:before {
  content: '';
  position: absolute;
  top: -16px;left: 0;right: 0;
  margin: 0 auto;
  width: 21px;
  height: 16px;
  display: inline-block;
  background: url('../images/testimonial-arrow.png') no-repeat center center;
}
.share-open > .share-texts {
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  padding: 11px 0;
  display: inline-block;
  width: 100%;
}
.single .wptc-blog-post .share-open > .share-texts {color: #333;}
.share-open > ul.share-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpts-copied {
  background-color: #ffd673;
}
.coupon-code.wpts-coupon-copied {
    color: #3fa948;
    border: 3px dashed #3fa948;
}
.coupon-code.wpts-coupon-copied:hover {
    color: #3fa948;
    border: 3px dashed #3fa948;
}
.share-open > ul.share-links li {
  float: left;
  width: 50%;
}
.share-open > ul.share-links li a {
  color: #fff;
  background-color: #125688;
  float: left;
  width: 100%;
  padding: 16px 10px;
}
.share-open > ul.share-links li a.icon-twitter {background-color: #1da1f2;}
.share-open > ul.share-links li a.icon-google-plus {background-color: #dd4b39;}
.share-open > ul.share-links li a.icon-linkedin {background-color: #0077b5;}
.share-open > ul.share-links li a.icon-facebook {background-color: #3b5998;}
.home .share-open > ul.share-links li a.icon-linkedin {background-color: #0077b5;border-radius: 0 0 0 5px;}
.home .share-open > ul.share-links li a.icon-facebook {background-color: #3b5998;border-radius: 0 0 5px 0;}
.home .share-open .copy-heading {
    display: none;
}

/* Widget Share Post - Style Fix */
.wptc-sidebar ul.share-links li {padding: 0;}
.wptc-sidebar ul.share-links li:before {
  content: none;
}

/* Single Post */
.blog-single-main {
  text-align: center;
}
.blog-single-header {
  min-height: 390px;
  background-color: #534371;
}
.blog-single-wrap {
  margin-top: -310px;
}
.blog-single {
  width: 1020px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.blog-single .wptc-blog-post {
  margin: 0;
}
.single .wtc-subscribe {margin: 0;}
.wptc-subscribe-widget {float: left;width: 100%;}
.blog-single .wptc-blog-post .bp-content {
  padding: 90px 90px 50px;
}
.blog-single .wptc-blog-post .bp-content img {max-width: 100%;height: auto;}
.blog-single .wptc-blog-post .bp-heading {
  margin-top: 0;
  font-size: 33px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.1px;
  color: #333;
}
.single .wptc-blog-post p {
  color: #777;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 34px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.single .wptc-blog-post .wpts-recommended-post p,
.single .wptc-blog-post .wpts-recommended-post ul,
.single .wptc-blog-post .wpts-recommended-post ul li:last-child {
  margin-bottom: 0;
}
.single .wptc-blog-post .wpts-recommended-post ul li {padding-bottom: 0;}
.single .wptc-blog-post p a,
.single .wptc-blog-post a {
  color: #c5195d;
}
.single .wptc-blog-post h1,
.single .wptc-blog-post h2,
.single .wptc-blog-post h3,
.single .wptc-blog-post h4,
.single .wptc-blog-post h5,
.single .wptc-blog-post h6 {color: #534371;letter-spacing: 0.3px;margin-bottom: 25px;}
.single .wptc-blog-post h4 {font-size: 20px;}
.single .wptc-blog-post ul,
.single .wptc-blog-post ol {
  padding: 0 0 0 50px;margin: 0 0 30px;
  color: #777;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 34px;
}
.single .wptc-blog-post ul li,
.single .wptc-blog-post ol li {padding-bottom: 4px;}
.single .wptc-blog-post ul li:last-child,
.single .wptc-blog-post ol li:last-child {padding-bottom: 0;}
.single .wptc-blog-post ul li strong,
.single .wptc-blog-post ol li strong,
.single .wptc-blog-post strong {
  text-transform: uppercase;
  color: #534371;
  font-weight: 600;
}
.single .wptc-blog-post strong {text-transform: none;}
.single .wptc-blog-post ul li {
  position: relative;
  list-style: none;
  padding-bottom: 15px;
}
.single .wptc-blog-post ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #534371;
  position: absolute;
  top: 13px;left: -19px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
blockquote {
  padding: 40px 0 20px;
  margin: 20px 0 40px;
  border-left: none;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.single .wptc-blog-post blockquote p,
.page blockquote p {
  font-size: 22px;
  font-weight: 300;
  color: #777;
  letter-spacing: 0.3px;
  line-height: 34px;
  margin-bottom: 10px;
  float: right;
  width: 90%;
}
.blockquote-icon {
  width: 45px;
  height: 45px;
  line-height: 1.5;
  font-size: 50px;
  font-weight: 500;
  display: inline-block;
  background-color: #534371;
  text-align: center;
  color: #fff;
  float: left;
}
blockquote cite,
.single .wptc-blog-post blockquote cite a,
.page blockquote cite a {
  color: #534371;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
blockquote cite {display: block;margin-top: 5px;}
blockquote cite:before {
  content: '-';
  padding-right: 5px;
  display: inline-block;
}

.wpts-recommended-post {
  border: 1px solid #ececec;
  padding: 55px 50px;
}
.wpts-recommended-post > span {
  color: #534371;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding-right: 5px;
}
.wpts-recommended-post > a {
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.single .wptc-single-subs {
  margin-bottom: 55px;
  float: left;
  width: 100%;
}
.single-metas {
  color: #777;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin: 3px 0 35px;
}
.single-metas .author-img {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 10px;
}
.single-metas .author-img img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.bp-author,
.bp-date {
  display: inline-block;
}
.single .wptc-blog-post .bp-author a {
  color: #f8b81e;
}
.single .wptc-blog-post .share-options {
  width: 56px;
  height: 56px;
  line-height: 60px;
  margin: 0;
  color: #999;
}
.single .wptc-blog-post ul.share-links {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
}
.single .wptc-blog-post ul.share-links li {
  position: relative;
  list-style: none;
  padding-bottom: 0;
}
.single .wptc-blog-post ul.share-links li:before {content: none;}

/* Author Info */
.wts-author-info {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 100px;
  margin-top: 55px;
}
.wts-author-info .ai-img {
  float: left;
  width: 16%;
}
.wts-author-info .ai-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wts-author-info .ai-cnt {
  float: left;
  width: 80%;
}
.wts-author-info .ai-name {
  color: #534371;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}
.wts-author-info p {
  color: #777;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}
.wts-author-info .author-social-icon {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: inline-block;
}
.wts-author-info .author-social-icon li {
  display: inline-block;
}
.wts-author-info .author-social-icon li a {
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 8px;
}
.wts-author-info .author-social-icon li:first-child a {padding-left: 0;}

/* Single Promo Below */
.wts-below-promotion {
  background: #5d3071 url('../images/promo-bg.png') no-repeat center center;
  background-size: cover;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 45px 8px 85px 8px;
  position: relative;
  margin-bottom: 60px;
}
.wts-below-promotion:after {
  content: '';
  position: absolute;
  right: 40px;bottom: 45px;
  /*background: url('../images/wp-promo-below.png') no-repeat center center;*/
  width: 56px;
  height: 56px;
  display: inline-block;
}
.wts-below-promotion > span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 30px;
}
.wts-below-promotion > strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.3px;
}
.promo-testimonial {
  padding: 0 25px;
  margin: 35px 0 25px;
  list-style: none;
  float: left;
  width: 100%;
}
.wts-below-promotion p {
  color: #fff;
}
.promo-testimonial li {
  display: inline-block;
  width: 31.3333%;
  padding: 0 1.7%;
}
.promo-testimonial .testi-name {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.promo-testimonial p {
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
.promo-testimonial .testi-stars i {
  color: #efc534;
  font-size: 15px;
  display: inline-block;
  padding: 0 3px;
}
a.below-promo-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #333;
  text-align: center;
  background-color: #f8b81e;
  font-weight: 600;
  padding: 18px 36px;
  margin: 20px 0 25px;
  display: inline-block;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 5px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.below-promo-btn:hover {
  background-color: #e8a400;
}
.wts-below-promotion > p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.wts-below-promotion > p a {
  color: #f8b81e;
  font-weight: 600;
  text-decoration: underline;
}
.advert-bottom-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.advert-bottom-link a {
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}
.page-right-sidebar .wptc-sidebar .advert-bottom-link a {margin: 0 5px;}

/* Comments Section */
.wts-commets-section {
  margin: 70px 0;
  float: left;
  width: 100%;
}

/* Widget Area */
.wptc-sidebar .wptc-widget {
  padding: 20px 30px;
  width: 100%;
  float: left;
  background: #fff;
  margin: 0 0 30px;
}
.wptc-sidebar .wptc-widget.widget-title-fix {
  padding: 0 0 40px;
  width: 100%;
  float: left;
  background: transparent;
  margin: 0;
}
.wptc-sidebar .widget-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.wptc-sidebar ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.wptc-sidebar ul li {
  padding-bottom: 10px;
  position: relative;
}
.wptc-sidebar ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: -15px;
  top: 0;
}
.wptc-sidebar ul a {
  color: #333;
}
.wptc-sidebar ul a:hover {
  color: #f8b81e;
}
.wptc-sidebar .wptc-widget.wptc-promo-widget,
.wptc-sidebar .wptc-widget.wptc-recent-blog {
  padding: 0;
  width: 100%;
  float: left;
  background: transparent;
  margin: 0;
}
.wptc-sidebar .wptc-widget.wptc-promo-widget {margin-bottom: 40px;}

/* Search Field */
.wptc-sidebar .wptc-widget form.searchform {
  position: relative;
}
.wptc-sidebar .wptc-widget .searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 60px;
  background-image: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-sizse: cover;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.wptc-sidebar .wptc-widget .searchform input[type="text"] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}


/* Pagination */
.page-numbers,
.wp-link-pages,
.next-prev-links,
.wp-pagenavi {
  float: left;
  width: 100%;
  padding: 0;
  margin: 40px 0 80px;
  list-style: none;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li .page-numbers,
.single .wptc-blog-post .wp-link-pages > a,
.wp-link-pages > span,
.wp-pagenavi > a,
.wp-pagenavi span.current,
.wp-pagenavi > span {
  text-align: center;
  font-size: 15px;
  color: #333;
  border: none;
  line-height: 40px;
  padding: 0 14px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.page-numbers li .page-numbers.current,
.wp-link-pages > span,
.wp-pagenavi span.current {
  background-color: #f5b71c;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.page-numbers li .page-numbers.next,
.page-numbers li .page-numbers.prev,
.wp-pagenavi span.pages,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.nav-previous a,
.nav-next a {
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  color: #333;
  text-transform: none;
  padding: 8px 35px;
  line-height: 1.5;
  display: inline-block;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.page-numbers li .page-numbers.next:hover,
.page-numbers li .page-numbers.prev:hover,
.wp-pagenavi span.pages:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover,
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #f5b71c;
  border-color: #f5b71c;
  color: #fff;
}
.nav-previous {float: left;width: 50%;}
.nav-next {float: right;width: 50%;text-align: right;}

/* Password Form */
.post-password-form {
  background-color: #84bed6;
  float: left;
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  color: #fff;
  margin: 40px 0;
  -webkit-box-shadow: inset 0 0 0px 6px rgba(0,0,0,0.12);
  box-shadow: inset 0 0 0px 6px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}
.post-password-form:after {
  content: '\f023';
  font-family: FontAwesome;
  font-size: 300px;
  color: rgba(255,255,255,0.2);
  position: absolute;
  right: -35px;
  bottom: -170px;

  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-password-form:hover:after {
  bottom: -150px;
}
.post-password-form > i {
  font-size: 65px;
  margin-bottom: 30px;
}
.single .post-password-form > p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  width: 65%;
  margin: 0 auto 20px;
}
.post-password-form input[type="password"] {
  padding: 17px 40px;
  padding-right: 140px;
  border: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 0;
  width: auto;
  line-height: 30px;
}
.post-password-form input[type="submit"] {
  padding: 14px 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  line-height: 26px;
}

/* Click to tweet */
.tm-click-to-tweet {
  padding: 22px 22px 26px;
  margin: 15px 0 40px;
}
.tm-click-to-tweet .tm-ctt-text a {
  color: #777;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 38px;
  display: inline-block;
}
.tm-click-to-tweet .tm-ctt-text {
  padding: 16px 38px 12px;
  margin: 0;
}
.tm-click-to-tweet .tm-ctt-btn {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: normal;
  padding-right: 0;
  background: transparent;
}
.tm-click-to-tweet .tm-ctt-btn:hover,
.tm-click-to-tweet .tm-ctt-text a:hover {color: #333;}
.tm-click-to-tweet .tm-ctt-btn:after {
  content: '\f099';
  font-family: 'FontAwesome';
  color: #1da1f2;
  padding-left: 6px;
  font-size: 13px;
}
.tm-click-to-tweet > p {margin: 0;display: block;}

/* Subscribe Form */
.wtc-subscribe {
  padding: 10px;
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 10px 0 50px;
}
.wtc-subscribe-cnt {
  background-color: #84bed6;
  float: left;
  width: 100%;
  padding: 90px 0;
}
.single .wtc-subscribe-cnt {padding: 80px 0;}
.subs-img {
  float: left;
  width: 50%;
  text-align: center;
}
.subs-cnt {
  float: left;
  width: 50%;
  padding-left: 14px;
  padding-right: 120px;
}
.single .subs-cnt {
  padding-right: 60px;
}
.subs-cnt h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.subs-cnt p {
  letter-spacing: 0.1px;
  color: #fff;
  position: relative;
}
.subs-cnt .mc4wp-form {
  margin-top: 25px;
  float: left;
  width: 100%;
}
.subs-cnt .sib_signup_form {position: relative;margin-top: 30px;}
.subs-cnt .sib_signup_form p {margin: 0;}
.subs-cnt .mc4wp-form input[type="email"],
.subs-cnt .sib_signup_form input[type="email"] {
  padding: 5px 30px;
  height: 56px;
  line-height: 56px;
  padding-right: 140px;
  border: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 25px;
}
.subs-cnt .mc4wp-form input[type="submit"],
.subs-cnt .sib_signup_form input[type="submit"].sib-default-btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 14px 25px;
  margin-top: 0;
  background-color: #f8b81e;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;

  position: absolute;
  top: 3px;
  right: 3px;
}
.subs-cnt .mc4wp-form p {margin-bottom: 0;}
.subs-cnt .mc4wp-alert p {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

/* Advertisement */
.wtc-advertisement-wrap {
  float: left;
  width: 100%;
  height: 470px;
  text-align: center;
  position: relative;
  font-family: 'Montserrat', sans-serif;

  background-color: #5d3071;
  background-image: url('../images/promo-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}
.wtc-advertisement {
  position: absolute;
  top: 50%;
  padding: 20px 40px;
  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.advert-icon {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
.advert-cnt {
  color: #fff;
}
.advert-cnt span {
  display: block;
  font-size: 22px;
  line-height: 26px;
}
.advert-cnt strong {
  font-size: 28px;
  font-weight: 600;
  display: block;
}
.advert-cnt a.get-started {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #333;
  text-align: center;
  background-color: #f8b81e;
  font-weight: 700;
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  margin: 20px 0 10px;
  display: inline-block;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.advert-cnt a.get-started:hover {
  background-color: #e8a400;
}
.advert-cnt p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.2;
}
.advert-cnt p a {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px dashed #fff;
}

/* Footer */
.wptc-widget {float: left;width: 100%;}
footer {
  float: left;
  width: 100%;
  background-color: #c5195d;

  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-content {
  color: #fff;
  text-align: center;
  padding: 10% 0;
}
.footer-content h2 {
  font-size: 60px;
  font-weight: 800;
}
.footer-content .wtc-mail {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

.footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 16px;
  color: #fff;
  float: left;
  width: 100%;
  padding: 22px 0 26px;
}
.footer-copyright p {display: inline-block;margin: 0;}
.footer-copyright a {
  color: #fff;
}
.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.footer-nav li {
  float: left;
  padding-right: 18px;
}
.footer-nav li:last-child {padding-right: 0;}

/* WooCommerce & Common Fields */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
input[type="range"],
input[type="password"],
textarea {
  background-color: #fff;
  color: #4e4e4e;
  font-size: 16px;
  padding: 11px 20px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mc4wp-form input:focus,
.mc4wp-form select:focus {
  outline: none;
  outline-style:none;
  border-color:transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Password Strength */
#password-strength {
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1px;
  padding: 8px 0;
  margin: 5px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#password-strength:before {
  content: '';
  width: 0;
  height: 100%;
  float: left;
  background: #f3f3f3;
  position: absolute;
  left: 0;top: 0;
  z-index: -1;

  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#password-strength.short {border-color: #ffc5c2;background-color: #ffe6e5;}
#password-strength.short:before {
  width: 15%;
  background-color: #fdbab8;
}
#password-strength.bad {border-color: #ffc5c2;background-color: #ffe6e5;}
#password-strength.bad:before {
  width: 40%;
  background-color: #fdbab8;
}
#password-strength.good {border-color: #efe3ae;background-color: #fef6d2;}
#password-strength.good:before {
  width: 60%;
  background-color: #f0d973;
}
#password-strength.strong {border-color: #c9e8a9;background-color: #eff8e6;}
#password-strength.strong:before {
  width: 100%;
  background-color: #bdfa7d;
}

/* My Account */
.user-account-header {
  min-height: 320px;
  background-color: #534371;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
}
.user-account-header .title-desc {
  float: left;
  width: 70%;
  padding: 110px 0;
}
.user-account-header .title-desc h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 5px;
}
.user-account-header .title-desc span {
  letter-spacing: 0.3px;
  font-weight: normal;
}
.user-account-header .user-account-details {
  float: left;
  width: 30%;
  background: rgba(255,255,255,0.1);
  padding: 30px;
  margin: 90px 0 0;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.user-account-header .not-user-right-title {
  float: left;
  width: 30%;
  text-align: center;
}
.user-account-header .user-account-details a {
  color: #fff;
}
.user-account-header .user-account-details .user-image {
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  float: left;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.user-account-header .user-account-details .user-image img {
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  max-width: 100%;
}
.user-account-header .user-details {
  float: right;
  width: 74%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.user-account-header .user-details .user-name {
  font-size: 13px;
  display: inline-block;
  padding-top: 6px;
}
.user-account-header .user-details .user-subscriptions {
  display: block;
  padding-top: 7px;
}
.user-account-header .user-details .change-password {padding-right: 10px;}
.user-account-header .user-details .change-password,
.user-account-header .user-details .user-logout {
  padding-top: 5px;
  display: inline-block;
}
.user-account-header .user-details .user-subscriptions:before,
.user-account-header .user-details .change-password:before,
.user-account-header .user-details .user-logout:before {
  content: '\f013';
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-weight: normal;
}
.user-account-header .user-details .change-password:before {
  content: '\f084';
}
.user-account-header .user-details .user-logout:before {
  content: '\f011';
}

/* My Account Content Wrap */
.my-account-content-area {
  float: left;
  width: 100%;
}

/* My Account - Manage Cards */
.my-account-intro {
  padding: 0 0 50px;
  border-bottom: 1px solid #ececec;
  margin: 0 0 50px;
}
.manage-cards h2 {
  display: block;
  font-size: 23px;
  font-weight: 700;
}
.manage-cards .card {
  margin-top: 35px;
  padding: 25px 30px;
  border: 1px solid #e7e7e7;
}
.manage-cards .card > div {
  display: inline-block;
  vertical-align: middle;
}
.manage-cards .card .brand {
  margin-right: 12px;
}
.manage-cards .card .number {
  font-size: 14px;
  font-weight: 600;
  margin-right: 26px;
  text-transform: uppercase;
  word-spacing: 13px;
}
.manage-cards .card .actions {
  text-transform: uppercase;
}
.manage-cards .card .actions a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.manage-cards .card .actions a.replace-link {
  color: #333;
  padding-left: 0;
  position: relative;
  padding-right: 15px;
}
.manage-cards .card .actions a.replace-link:after {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  top: 3px;right: 0;
  background-color: #bcbcbc;
}
.manage-cards .card .actions a.remove-link {
  color: #ff1b0f;
  padding-left: 15px;
}

/* My Account - Login Page */
.login-page .woocommerce,
.register-page .woocommerce {
  padding: 150px 0;
  text-align: center;
}
.login-page .woocommerce > h2 {display: none;}
.login-page .woocommerce .login,
.login-page .woocommerce .lost_reset_password,
.register-page .woocommerce .register,
.login-page .woocommerce .woocommerce-error,
.login-page .woocommerce .woocommerce-info,
.login-page .woocommerce .woocommerce-message,
.register-page .woocommerce .woocommerce-error,
.register-page .woocommerce .woocommerce-info,
.register-page .woocommerce .woocommerce-message {
  width: 480px;
  margin: 0 auto;
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
  padding: 43px 50px 40px;
}
.login-page .woocommerce form.lost_reset_password .form-row-first {width: 100%;}
.login-page .woocommerce .login .form-row,
.register-page .woocommerce .register .form-row {margin-bottom: 20px;}
.login-page .woocommerce .login .form-row label,
.register-page .woocommerce .register .form-row label {
  letter-spacing: 0.3px;
  font-weight: 500;
}
.login-page .woocommerce .lost_reset_password .form-row label {text-align: left;}
.login-page .woocommerce .login .form-row.wpts-rem-pass label,
.login-page .woocommerce .login .form-row.wpts-rem-pass a,
.register-page .woocommerce .register .form-row.wpts-rem-pass label,
.register-page .woocommerce .register .form-row.wpts-rem-pass a {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}
.login-page .woocommerce .login .form-row.wpts-rem-pass a,
.register-page .woocommerce .register .form-row.wpts-rem-pass a {float: right;}
.login-page .woocommerce .login .form-row.wpts-rem-pass a:hover,
.register-page .woocommerce .register .form-row.wpts-rem-pass a:hover {color: #000;}
.woocommerce-account .login-page .woocommerce form .form-row input.button,
.register-page .woocommerce form .form-row input.button {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  color: #333;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce-account .login-page .woocommerce form.lost_reset_password .form-row input.button {margin-top: 24px;}
.register-page .woocommerce form .form-row input.button {margin-bottom: 2px;margin-top: 10px;}
.woocommerce-account .login-page .woocommerce form .form-row.wpts-woo-login-btn,
.register-page .woocommerce form .form-row.wpts-woo-register-btn {margin-bottom: 10px;}
.woocommerce-account .login-page .woocommerce form .form-row input.button:hover,
.register-page .woocommerce form .form-row input.button:hover {background-color: #ebad17;}
.login-form-register,
.register-form-register {
  text-align: center;
  display: block;
  margin: 0 0 10px;
  font-weight: normal;
  color: #858585;
  font-size: 15px;
}
.woocommerce-checkout .login-form-register{
  text-align: left;
}
.login-form-register a,
.register-form-register a {
  font-weight: normal;
}
.register-page input[type="text"],
.register-page input[type="email"],
.register-page input[type="password"] {
  height: 60px;
}
.login-page .woocommerce .lost_reset_password p:first-child {display: none;}

/* My Account - Manage Subscriptions */
.woocommerce .manage-subscription h2 {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.woocommerce .manage-subscription p {
  margin-top: 7px;
  color: #777;
  letter-spacing: 0.3px;
}
.woocommerce .manage-subscription a.wts-woo-btn {
  margin-top: 18px;
  display: inline-block;
}
.wts-woo-btn {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  background-color: #f8b81e;
  padding: 16px 40px;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 5px;

  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-content a.wts-woo-btn:hover,
.wts-woo-btn:hover {
  text-decoration: none;
  background-color: #e8a400;
}
.my-col-2 {
  width: 41%;
  float: right;
}
/*My account - table hover */
.account-orders-table tr:hover {
    background-color:#fbfbfb;
}
.woocommerce table.shop_table thead tr:hover {
    background: #f3f3f3;
}
.woocommerce table.shop_table thead tr {
    background: #f3f3f3;
}
.woocommerce table.woocommerce-checkout-review-order-table.shop_table thead tr {
    background: none;
}
.woocommerce-checkout .woocommerce table.shop_table thead tr:hover {
    background: none;
}

/* Latest HTML Styles */
/* Wpts Btn CSS */
.wpts-btn,
.order-again > .button,
.wpas-login-register .wpas-btn,
.wpas-btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  padding: 18px 25px;
  background-color: #f8b81e;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wpts-btn:hover,
.wpts-btn:focus,
.wpas-login-register .wpas-btn:hover,
.wpas-login-register .wpas-btn:focus,
.wpas-btn:hover,
.wpas-btn:focus,
.woocommerce-account .woocommerce-MyAccount-content a.wpas-btn:hover,
.order-again > .button:hover,
.order-again > .button:focus {
  background-color: #ebad17;
  color: #333333;
  text-decoration: none;
}
.wpts-btn-small,
.wpas-btn-default,
.order-again > .button {
  min-width: 100px;
  padding: 12px 18px;
  font-weight: 400;
  font-size: 14px;
}
.wpas-login-register .wpas-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  min-width: 100px;
  padding: 0 18px;
  margin: 20px 0 0;
  letter-spacing: 0.3px;
}
.wpts-btn-medium {
  min-width: 180px;
  padding: 14px 20px;
  font-size: 14px;
}
.wpts-btn-gray-border {
  background-color: transparent;
  color: #534371;
  font-weight: 400;
  border-color: #e2e2e2;
}
.wpts-btn-gray-border:hover, .wpts-btn-gray-border:focus {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.wpts-btn-white-border {
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  border-color: #ffffff;
}
.wpts-btn-white-border:hover, .wpts-btn-white-border:focus {
  background-color: #ffffff;
}
/* Wpts Reset CSS */
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, .form-control, select.wpas-form-control {
  float: left;
  width: 100%;
  height: 45px;
  padding: 5px 20px;
  margin: 0;
  color: #999999;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.42857;
  border: 1px solid #e7e7e7;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="range"]:focus, textarea:focus, .form-control:focus, select:focus, select.wpas-form-control:focus {
  border-color: #c7c7c7;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 6px 0 0;
}
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 14px 25px;
  margin: 0;
  background-color: #f8b81e;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #ebad17;
  color: #333333;
}
select {
  background-image: url(../images/select.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}
select option {
  padding: 5px 15px;
}
textarea, textarea.form-control {
  height: 135px;
  padding: 15px 20px;
  resize: vertical;
}
form sup {
  top: -0.2em;
  color: #f5b71c;
  font-size: 16px;
}
form label {
  margin-bottom: 13px;
  color: #333333;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.42857;
  cursor: pointer;
}
form p {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 23px;
  font-weight: 300;
  font-size: 15px;
}
.woocommerce form p {clear: inherit;}
.woocommerce form.wpas-form p {clear: both;}
form p a {
  color: #c5195d;
  font-weight: 600;
}
form input[type="submit"] {
  margin-top: 10px;
}
form .text-center {
  margin: 0;
}
form .login-remember {
  float: left;
  padding-bottom: 11px;
}
form .login-remember label {
  font-weight: 400;
  font-size: 14px;
}
form .forgot-link {
  float: right;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}
form .forgot-link a {
  color: #333333;
}
.footer-wrap p {
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.nav-tabs {
  font-size: 16px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 0;
}
.nav-tabs > li.active > a {
  color: #c6195d;
  text-decoration: underline;
}
.nav-tabs > li > a {
  padding: 0;
  margin-right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: none;
  color: #c6195d;
  border: none;
}
.accordion {
  display: block;
  font-weight: 300;
  font-size: 15px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-bottom: 0;
}
.panel-default {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.panel-default > .panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.panel-title {
  font-weight: 400;
}
.panel-title a {
  display: block;
  padding: 21px 60px 21px 30px;
  background: #fcfcfc;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.panel-title a.collapsed {
  background: none;
}
.panel-title a.collapsed:before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background: #333333;
  content: "";
  z-index: 1;
}
.panel-title a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 11px;
  height: 1px;
  background: #333333;
  content: "";
  z-index: 1;
}
.panel-content {
  padding: 27px 33px 26px;
  border-bottom: 1px solid #eeeeee;
}
.panel-content p {
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px
  line-height: 1.6;
}
.panel-content strong,
.panel-content a {
  font-weight: 600;
}
.panel-content span {
  color: #444444;
  font-weight: 500;
}
.panel-content span a {
  color: #444444;
}
.panel-collapse .wpb_content_element {margin: 0;}
.panel-group .panel + .panel {margin-top: 0;}
.accordion.accordion-style-2 {
  border-color: #f4f4f4;
  border-left: none;
  border-right: none;
}
.accordion.accordion-style-2 .panel {
  border-bottom: 1px solid #f4f4f4;
}
.accordion.accordion-style-2 .panel-title a {
  padding: 28px 40px 28px 0;
  background: none;
  color: #4c3d66;
  font-size: 16px;
  letter-spacing: 0.1px;
  border-bottom: none;
}
.accordion.accordion-style-2 .panel-title a:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  margin-top: -11px;
  background: none;
  font-size: 15px;
  content: "[-]";
  z-index: 1;
}
.accordion.accordion-style-2 .panel-title a.collapsed:before {
  content: "[+]";
}
.accordion.accordion-style-2 .panel-title a:after {
  display: none;
}
.accordion.accordion-style-2 .panel-title a.collapsed {
  color: #333333;
}
.accordion.accordion-style-2 .panel-content {
  padding: 23px 0 22px;
  border-bottom: none;
}
.accordion.accordion-style-2 .panel-content p {
  line-height: 1.9;
  margin-bottom: 10px;
}
.owl-drag.owl-loaded {
  display: block;
}
.owl-drag {
  display: none;
  position: relative;
  z-index: 1;
}
.owl-drag .owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-drag .owl-stage:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-drag .owl-stage {
  position: relative;
}
.owl-drag .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  backface-visibility: hidden;
}
.owl-drag .owl-nav.disabled, .owl-drag .owl-dots.disabled {
  display: none;
}
.owl-drag .owl-prev, .owl-drag .owl-next, .owl-drag .owl-dot {
  cursor: pointer;
}
.owl-drag .owl-nav {
  text-align: center;
}
.owl-drag .owl-prev, .owl-drag .owl-next {
  display: inline-block;
}
.owl-drag .owl-prev:before, .owl-drag .owl-next:before {
  position: absolute;
  top: 50%;
  left: -80px;
  color: #aaaaaa;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-drag .owl-next:before {
  content: "\f105";
}
.owl-drag .owl-next:before {
  left: auto;
  right: -80px;
}
.owl-drag .slider-no-current {
  display: block;
  padding-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.owl-drag .current-no:after {
  display: inline-block;
  content: "/"
}
.owl-drag .owl-dots {
  padding-top: 17px;
}
.owl-drag .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background: #534371;
  cursor: pointer;
  text-indent: -999px;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.owl-drag .owl-dot.active {
  opacity: 1;
}
.animateout {
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
  z-index: 10;
}
.animatein {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* Slider.css */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
/* Slider.css End */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tooltip {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #777777;
  letter-spacing: 0.5px;
  z-index: 8;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -5px
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 6px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -10px
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 10px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 11px 17px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #777777;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 6px 1px #f4f4f4;
  box-shadow: 1px 1px 6px 1px #f4f4f4;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 6px 6px 0;
  border-top-color: #fff;
}
.tooltip.top .tooltip-arrow:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid #ededed;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  z-index: -1;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 6px 6px 0;
  border-top-color: #fff
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 6px 6px 0;
  border-top-color: #fff
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 6px 6px 6px 0;
  border-right-color: #fff
}
.tooltip.right .tooltip-arrow:before {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -6px;
  border-right: 6px solid #ededed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  z-index: -1;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 6px 0 6px 6px;
  border-left-color: #fff
}
.tooltip.left .tooltip-arrow:before {
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  border-left: 6px solid #ededed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  z-index: -1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 6px 6px;
  border-bottom-color: #fff
}
.tooltip.bottom .tooltip-arrow:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
  border-bottom: 6px solid #ededed;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  z-index: -1;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 6px 6px;
  border-bottom-color: #fff
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff
}
.popover {
  width: 275px;
  max-width: 100%;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border-color: #e7e7e7;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popover .arrow {
  display: none;
}
.popover h4 {
  margin-bottom: 18px;
  font-size: 16px;
}
.popover p {
  margin-bottom: 5px;
  color: #444444;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
}
.popover .wpts-btn {
  min-width: 160px;
  margin-top: 18px;
}
.popover-content {
  padding: 33px 28px;
}
.tooltip.top, .tooltip.bottom {
  padding: 0;
  margin: 0;
}
.slider .tooltip-arrow {
  display: none;
}
.slider .tooltip-inner {
  padding: 0 42px;
  color: #858585;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider .tooltip-inner:after {
  content: " Hrs";
}
.slider.slider-horizontal {
  width: 100%;
  height: 10px;
}
.slider.slider-horizontal .slider-track {
  height: 100%;
}
.slider-track {
  height: 100%;
  background: #f3f3f3;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-selection {
  background: #f8b81e;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-handle {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  opacity: 1;
}
.slider.slider-horizontal .slider-handle {
  margin: -10px 0 0 -15px;
}
.slider-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  background: #534371;
  content: "";
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}
/* Wpts Anchors Hover CSS */
.guarantee-info a:hover, .wpts-title-wrap .section-sub-title a:hover, .wpts-testimonial h5 a:hover, .world-customers .one-fix a:hover, .wpts-features p a:hover, .wpts-header.header-style2 .wpts-nav ul li:hover, .wpts-header.header-style2 .wpts-nav ul li a:hover, a.button-link:hover, .banner-caption .button-groups a.button-link:hover, .wpts-footer a:hover, .wpts-copyright a:hover, .member-links a:hover, form p a:hover, .wpts-promotion p a:hover, .wpts-testimonial-item h5 a:hover, .wpts-form .forgot-link a:hover, .woocommerce-account .authorized-wrap p a:hover, .wpts-guarantee.style2 .guarantee-info a:hover, .order-package-wrap a:hover, .panel-content span a:hover, .plan-info p a:hover, .wpts-read-blog a:hover, .wpts-terms-conditions a:hover, .wpts-boxed-shortcodes .code-wrap p a:hover {
  color: #f8b81e;
}
/* Wpts Header CSS */
.wpts-header {
  float: none;
  padding: 30px 0;
  background-color: transparent;
  background-image: url(../images/backgrounds/bg1.png);
  background-position: left top;
  border-color: #f3f3f3;
  position: relative;
  z-index: 2;
}
.wpts-header.header-style2 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  border: none;
}
.wpts-header.header-style2:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 1170px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  z-index: 1;
}
.wpts-header.header-style2 .wpts-nav ul li a {
  color: #ffffff;
}
.wpts-header.header-style2 .wpts-nav ul li a.wpts-btn:hover {
  color: #ffffff;
}
.wpts-header.header-style2 .wpts-nav ul li.active a {
  color: #f8b81e;
}
.wpts-logo {
  float: left;
}
.wpts-nav {
  float: right;
}
.wpts-nav ul {
  float: left;
  padding: 4px 23px 0 0;
  margin: 0;
  font-size: 15px;
  line-height: 34px;
  list-style: none;
}
.wpts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}
.wpts-nav ul li.active a {
  color: #f8b81e;
}
/* Wpts Banner CSS */
.wpts-banner {
  height: 1050px;
  background-attachment: fixed;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.wpts-banner .container {
  height: 100%;
  position: relative;
}
.wpts-banner .row {
  height: 100%;
}
.banner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-caption h1 {
  font-size: 80px;
  line-height: 88px;
}
.banner-caption h4 {
  font-size: 20px;
  line-height: 34px;
}
.banner-caption .banner-title {
  margin-bottom: 21px;
}
.banner-caption .banner-sub-title {
  margin-bottom: 49px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
}
.banner-caption .button-groups {
  padding-bottom: 18px;
}
.banner-caption .button-groups a.wpts-btn-gray-border {
  color: #ffffff;
}
.banner-caption .button-groups a.button-link {
  color: #ffffff;
  font-weight: 700;
  border-color: #ffffff;
}
.button-groups {
  text-align: center;
}
a.button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  color: #c5195d;
  text-transform: uppercase;
  border-bottom: 1px dashed #c5195d;
}
a.button-link:hover {
  border-bottom-color: #f8b81e;
}
.button-groups a.wpts-btn {
  margin: 0 12px;
}
/* Wpts Services CSS */
.wpts-services {
  padding: 113px 0 120px;
}
.wpts-services .wpts-title-wrap {
  padding-bottom: 78px;
}
#services .section-sub-title {
    margin-bottom: 60px;
}
.home .service-item {
  padding-bottom: 50px;
  width: 322px;
}
.service-item {
  padding-bottom: 50px;
}
.service-item p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.service-item .clearfix img {
  margin-bottom: 19px;
}
.service-title {
  margin-bottom: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
/* Wpts Process CSS */
.wpts-process {
  padding: 114px 0 124px;
  background: #f3f3f3;
  text-align: center;
}
.wpts-process .wpts-title-wrap {
  padding-bottom: 55px;
}
.wpts-title-wrap {
  padding-bottom: 45px;
  text-align: center;
}
.wpts-title-wrap img {
  margin-right: 5px;
}
.wpts-title-wrap .section-title {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 7px;
  font-size: 26px;
  font-weight: 600;
}
.wpts-title-wrap .section-sub-title {
  color: #666;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.wpts-title-wrap .section-sub-title a {
  color: #4c3d66;
  font-weight: 500;
}
.wpts-title-wrap.style2 {
  padding-bottom: 27px;
}
.wpts-title-wrap.style2 .section-title {
  padding-bottom: 12px;
  font-size: 24px;
}
.wpts-title-wrap.style2 .section-sub-title {
  line-height: 28px;
  letter-spacing: 0.3px;
}
.wpts-title-wrap.style3 {
  padding-bottom: 35px;
}
.wpts-title-wrap.style3 .section-title {
  font-size: 30px;
}
.wpts-title-wrap.style3 .section-sub-title {
  letter-spacing: 0.3px;
}
.wpts-title-wrap.style4 .section-title {
  font-weight: 400;
  letter-spacing: -0.2px;
}
.wpts-title-wrap.style4 .section-title span {
  font-weight: 700;
}
.wpts-title-wrap.style5 .section-title {
  padding-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.wpts-title-wrap.style5 .section-sub-title {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.wpts-title-wrap.style6 {
  padding-bottom: 32px;
}
.wpts-title-wrap.style6 .section-title {
  padding-bottom: 10px;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.wpts-title-wrap.style6 .section-sub-title {
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
}
.process-circle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  width: 500px;
  height: 500px;
  margin: 82px auto 122px;
  background-image: url(../images/process/process-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.process-circle .process-type {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 250px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  opacity: 0.1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.wpts-process-item {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 220px;
  padding: 20px;
  background: #f3f3f3;
  z-index: 1;
}
.process-inner[data-item="2"] .wpts-process-item:nth-child(2n) {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 0;
}
.process-inner[data-item="3"] .wpts-process-item:nth-child(2n) {
  top: 116px;
  left: auto;
  right: -95px;
}
.process-inner[data-item="3"] .wpts-process-item:nth-child(3n) {
  top: auto;
  bottom: -100px;
  left: 140px;
}
.process-inner[data-item="4"] .wpts-process-item:nth-child(2n) {
  top: 60px;
  left: auto;
  right: -50px;
}
.process-inner[data-item="4"] .wpts-process-item:nth-child(3n) {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 0;
}
.process-inner[data-item="4"] .wpts-process-item:nth-child(4n) {
  top: auto;
  bottom: 30px;
  left: -70px;
  right: auto;
}
.wpts-process-item .clearfix {
  padding-bottom: 14px;
}
.wpts-process-item .process-title {
  padding-bottom: 6px;
  font-size: 15px;
}
.wpts-process-item .process-counter {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #f8b81e;
  font-size: 13px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.wpts-process-item p {
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/* Wpts Guarantee CSS */
.wpts-guarantee {
  padding: 45px 0;
  background: #4c3d66;
  color: #ffffff;
}
.wpts-guarantee.style2 {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 40px 0;
  background: none;
  color: #333333;
  border-top: 1px solid #e7e7e7;
}
.wpts-guarantee.style2 .guarantee-info {
  padding: 11px 0 0 20px;
}
.wpts-guarantee.style2 .guarantee-info h3 {
  font-size: 18px;
}
.wpts-guarantee.style2 .guarantee-info p {
  color: #666666;
  font-size: 14px;
}
.wpts-guarantee.style2 .guarantee-info a {
  color: #666666;
}
.guarantee-wrap {
  width: 875px;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}
.guarantee-info {
  display: block;
  overflow: hidden;
  padding: 25px 0 0 29px;
}
.guarantee-info h3 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.guarantee-info p {
  color: #f1f1f1;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.1px;
  font-weight: 300;
}
.guarantee-info a {
  color: #f1f1f1;
  font-weight: 700;
}
/* Wpts FAQ CSS */
.wpts-faq .wpts-title-1 {
  margin-bottom: 31px;
  font-size: 24px;
}
.faq-wrap {
  width: 995px;
  margin: 0 auto;
}
/* Wpts Testimonial CSS */
.wpts-vertical-dots .pull-left img {
  width: 142px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.wpts-vertical-dots p {
  font-weight: 300;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.wpts-vertical-dots p strong {
  color: #333333;
  font-weight: 600;
}
.wpts-vertical-dots h5 {
  padding-top: 6px;
  margin-bottom: 4px;
  color: #534371;
  text-transform: uppercase;
}
.wpts-vertical-dots h5 a {
  color: #534371;
}
.wpts-vertical-dots h6 {
  margin-bottom: 4px;
  color: #333;
  font-weight: 300;
  font-size: 14px;
}
.wpts-vertical-dots.owl-drag .owl-dots {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 5px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.wpts-vertical-dots.owl-drag .owl-dot {
  float: left;
  margin: 5px 0;
}
.testimonial-wrap {
  display: block;
  overflow: hidden;
  padding-left: 40px;
}
.testimonial-wrap h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #534371;
}
.testimonial-wrap strong {
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
}
.wpts-rating {
  display: inline-block;
  padding-bottom: 11px;
  font-size: 14px;
}
.wpts-rating .fa {
  margin-right: 3px;
  color: #efc534;
}

/* Testimonial - Separate Page */
.wpts-testimonials {
  display: inline-block;
  margin: 0 auto;
  width: 1020px;
  text-align: left;
}
.wpts-testimonial-two .wpts-testi-wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  padding-bottom: 35px;
  float: left;
  width: 100%;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-img {
  width: 142px;
  height: 142px;
  float: left;
  border: 6px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-img img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt .testi-stars {
  color: #efc534;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt p {
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt p > strong {
  font-weight: 700;
  color: #333;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt .testi-client {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt .testi-client .testi-name {
  text-transform: uppercase;
  color: #534371;
  font-weight: 500;
}
.wpts-testimonial-two .wpts-testi-wrap .testi-cnt .testi-client .testi-profession {
  color: #444;
  font-weight: 300;
  padding-left: 4px;
}
.wpts-testimonial-two .wpts-testi-wrap.wpts-testi-left .testi-cnt {
  padding-left: 28px;
  float: left;
  width: 86%;
}
.wpts-testimonial-two .wpts-testi-wrap.wpts-testi-right .testi-img {
  float: right;
}
.wpts-testimonial-two .wpts-testi-wrap.wpts-testi-right .testi-cnt {
  padding-right: 28px;
  float: right;
  width: 86%;
  text-align: right;
}

/* Wpts Clients CSS */
.text-center .wpts-wrap.vc_column_container {
  width: auto;
  display: inline-block;
  float: none;
}
.wpts-clients {
  padding: 112px 0 48px;
  text-align: center;
}
.client-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 96px;
  text-align: center;
}
.client-list {
  float: left;
  width: 20%;
  padding: 0 12px 24px;
}
.client-list-inner {
  padding: 9px;
  border: 1px solid #ececec;
}
.world-customers {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 859px;
  height: 434px;
  padding: 53px 165px;
  margin: 0 auto;
  background-image: url(../images/world-map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.location-tooltip {
  position: absolute;
  top: 73px;
  left: 106px;
  width: 12px;
  height: 12px;
  background: #d2427b;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.world-customers .one-fix {
  padding-top: 15px;
}
.world-customers .one-fix a {
  color: #c5195d;
  letter-spacing: 0.5px;
  border-bottom: 1px dashed #c5195d;
}
.world-customers .one-fix a:hover {
  border-bottom-color: #f8b81e;
}
/* Wpts Blog CSS */
.wptc-sidebar input[type="text"]{
  height: 55px;
}
h3.cust-search {
  margin-bottom: 15px;
}
.wpts-blog {
  background: #f3f3f3;
}
.wpts-blog .wptc-blog-post {
  margin-bottom: 30px;
}
.wpts-blog .wptc-blog-post a img {
  width: 100%;
}
.wpts-blog .wptc-blog-post .bp-content {
  padding: 24px 22px 19px;
}
.wpts-blog .wptc-blog-post .bp-heading {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  font-weight: 600;
}
.wpts-blog .wptc-blog-post .bp-read-more {
  min-width: 180px;
  padding: 14px 20px;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.blog-item {
  padding: 10px;
  background: #ffffff;
}
.blog-picture img {
  width: 100%;
}
.blog-info {
  padding: 24px 22px 19px;
}
.blog-info .wpts-share-btn {
  margin-top: 3px;
}
.blog-title {
  padding-bottom: 26px;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
}
.wpts-share-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #ffffff;
  color: #999999;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.wpts-share-btn:hover, .wpts-share-btn:focus {
  background: #f8b81e;
  color: #ffffff;
  border-color: #f8b81e;
}
.wpts-share-btn span {
  font-size: 19px;
  line-height: 42px;
}
/* Wpts Subscribe CSS */
.wpts-subscribe {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 30px 0;
  background: #c5195d;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.wpts-subscribe.subscribe-form form p {
  margin: 0;
}
.subscribe-wrap {
  display: inline-block;
  text-align: left;
}
.subscribe-wrap .pull-left {
  padding: 5px 35px 0 0;
}
.subscribe-wrap h4 {
  font-size: 20px;
  line-height: 26px;
}
.subscribe-wrap h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.subscribe-wrap .subscribe-title, .subscribe-wrap .subscribe-sub-title {
  margin-bottom: 0;
}
.subscribe-wrap input[type="email"] {
  width: 450px;
  min-width: 450px;
  height: 50px;
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.subscribe-wrap input[type="submit"] {
  float: left;
  width: auto;
  min-width: 200px;
  height: 50px;
  margin: 0;
  font-weight: 400;
}
/* Wpts Features CSS */
.wpts-features {
  padding: 62px 0 43px;
  background: #f3f3f3;
  text-align: center;
}
.wpts-features p {
  color: #333333;
  font-size: 17px;
  line-height: 1.8;
}
.wpts-features p a {
  color: #c5195d;
  font-weight: 600;
}
.wpts-features .clearfix {
  padding-bottom: 8px;
}
/* Wpts About Us Page CSS */
/* Wpts Main Wrap CSS */
.wpts-main-wrap {
  padding: 100px 0;
}
.wpts-main-wrap.spacer2 {
  padding: 150px 0;
}
.wpts-title-1 {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.3px;
}
.wpts-title-2 {
  margin-bottom: 17px;
  font-size: 20px;
}
.wpts-title-3 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}
.wpts-about-wrap p {
  margin-bottom: 28px;
  line-height: 1.8;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.wpts-about-wrap p span {
  font-weight: 600;
}
.wpts-about-wrap p > em {
  padding-right: 12px;
  color: #333333;
  font-weight: 600;
  position: relative;
  font-style: normal;
}
.wpts-about-wrap p > em:after {
  position: absolute;
  top: 50%;
  right: 0;
  background: #858585;
  width: 7px;
  height: 1px;
  margin-top: -1px;
  content: "";
  z-index: 1;
}
.wpts-team .member-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.wpts-team .member-item p {
  margin-bottom: 13px
}
.wpts-team .member-item img {
  float: left;
  margin: 5px 30px 0 0;
}
.member-links {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.member-links span {
  padding-right: 8px;
}
.member-links span:after {
  content: " :";
}
.member-links a {
  padding-right: 8px;
  margin-right: 5px;
  color: #c5195d;
  font-size: 14px;
  text-decoration: underline;
  border-right: 1px solid #888888;
}
.member-links a:last-child {
  border-right: none;
}
/* Wpts Sidebar CSS */
.widget-title-fix .widget-title {
  padding-bottom: 35px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
}
.wpts-form {
  padding: 31px 34px 43px;
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
}
.wpts-form.style2 {
  width: 480px;
  padding: 49px 49px 45px;
  margin: 0 auto;
}
.wpts-form.style2 input[type="text"], .wpts-form.style2 input[type="email"], .wpts-form.style2 input[type="password"], .wpts-form.style2 input[type="tel"], .wpts-form.style2 input[type="search"], .wpts-form.style2 input[type="date"], .wpts-form.style2 input[type="time"], .wpts-form.style2 input[type="datetime-local"], .wpts-form.style2 input[type="month"], .wpts-form.style2 input[type="url"], .wpts-form.style2 input[type="number"], .wpts-form.style2 select, .wpts-form.style2 .form-control {
  height: 60px;
  color: #858585;
  font-size: 15px;
}
.wpts-form.style2 input[type="submit"] {
  padding: 19px 25px;
}
.wpts-form.style2 p {
  margin-bottom: 29px;
}
.wpts-form.style2 p a {
  font-weight: 400;
}
.wpts-form.style2 .text-center {
  margin-bottom: 0;
}
.wpts-promotion {
  height: 470px;
  padding: 25px;
  background-image: url(../images/promotion-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.wpts-promotion p a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
}
.wpts-promotion p a:hover {
  border-bottom-color: #f8b81e;
}
.wpts-promotion .clearfix img {
  margin-bottom: 10px;
}
.wpts-promotion .wpts-btn {
  padding: 16px 25px;
  margin-bottom: 18px;
  font-size: 14px;
}
.promotion-title {
  padding-bottom: 24px;
  font-size: 22px;
  line-height: 35px;
}
.promotion-title span {
  display: block;
  font-weight: 700;
  font-size: 28px;
}
.wpts-testimonial-item {
  padding: 34px 29px 31px;
  margin-bottom: 29px;
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
}
.wpts-testimonial-item p {
  font-weight: 300;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.wpts-testimonial-item p strong {
  color: #333333;
  font-weight: 700;
}
.wpts-testimonial-item h5 {
  padding-top: 6px;
  margin-bottom: 4px;
  color: #534371;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.wpts-testimonial-item h5 a {
  color: #534371;
}
.wpts-testimonial-item h6 {
  margin-bottom: 0;
  color: #444;
  font-weight: 400;
  font-size: 13px;
}
/* Wpts Login Form Page CSS */
/* Wpts Page TItle CSS */
.not-user-right-title .page-title {
  margin: 0;
}
.not-user-right-title .page-sub-title {
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  font-size: 16px;
  text-align: center;
}
.not-user-right-title .pull-right {
  text-align: center;
}
.user-account-header .not-user-right-title a {
  font-family: 'Montserrat', sans-serif;
  min-width: 250px;
  margin-bottom: 14px;
}
/* Wpts Refund Policy Page CSS */
.refund-policy-info p {
  margin-bottom: 25px;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.wpts-refund-form input[type="text"],
.wpts-refund-form input[type="email"],
.wpts-refund-form input[type="password"],
.wpts-refund-form input[type="tel"],
.wpts-refund-form input[type="search"],
.wpts-refund-form input[type="date"],
.wpts-refund-form input[type="time"],
.wpts-refund-form input[type="datetime-local"],
.wpts-refund-form input[type="month"],
.wpts-refund-form input[type="url"],
.wpts-refund-form input[type="number"],
.wpts-refund-form select,
.wpts-refund-form .form-control {
  height: 45px;
  padding: 10px 15px;
  color: #858585;
  font-size: 14px;
  margin-bottom: 3px;
}
.wpts-refund-form textarea {
  padding: 10px 15px;
  min-height: 135px;
}
.wpts-refund-form label {
  color: #444;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.wpts-refund-form input[type="submit"] {
  width: auto;
  min-width: 230px;
  margin-top: 27px;
}
.cross-bullets, .check-bullets {
  padding: 9px 0 14px;
  margin: 0;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.3px;
  list-style: none;
}
.cross-bullets li, .check-bullets li {
  padding-left: 30px;
  margin-bottom: 9px;
  position: relative;
}
.cross-bullets li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/cross.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 1;
}
.check-bullets li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 11px;
  background-image: url(../images/icons/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 1;
}

ul.dot-bullets {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}
.dot-bullets-left-padding{

  list-style: none;
}
ul.dot-bullets li {
  margin-bottom: 11px;
  padding-left: 35px;
  font-size: 17px;
  position: relative;
  color: #444;
  font-weight: 300;
}
.dot-bullets-left-padding li{
  margin-bottom: 11px;
  color: #444;
  font-size: 17px;
  padding-left: 33px;
  position: relative;
}
ul.dot-bullets li:before,
.dot-bullets-left-padding li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  color: #534371;
  margin-right: 22px;
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 6px;
}

.dot-bullets-left-padding {
  margin-top: 25px;
  padding-left: 25px;
}

/* Wpts FAQ Page CSS */
.faq-list {
  padding-bottom: 56px;
}
.faq-list:last-child {
  padding-bottom: 20px;
}
.faq-type {
  margin-bottom: 29px;
  color: #c5195d;
  font-weight: 400;
  font-size: 20px;
}
/* Wpts Restricted Page CSS */
.wpts-authorized {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.wpts-authorized .wpts-title-1 {
  margin-bottom: 31px;
  font-size: 23px;
  letter-spacing: 0;
}
.authorized-box {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 45px 70px;
  background: #fffefb;
  border: 1px solid #ffe7ad;
}
.authorized-box i {
  color: #fff0c5;
  font-size: 90px;
}
.authorized-wrap {
  display: block;
  overflow: hidden;
  padding-left: 50px;
  text-align: left;
}
.authorized-wrap p {
  font-family: 'Catamaran', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.woo-shop-listings .wpts-authorized {
  margin-bottom: 110px;
}
.woocommerce-account .authorized-wrap p a {
  color: #c5195d;
}
.authorized-title {
  font-weight: 400;
}
.wpas-alert-danger {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 30px;
  color: #a94442;
  background-color: #f9e5e5;
  border-color: #efd0d5;
  text-align: center;
  font-size: 16px;
  margin: 50px 0;
}
.wpas-form-group .wpas-help-block {float: left;width: 100%;margin-top: 0;margin-bottom: 30px;}
.wpas-submit-ticket .wpas-checkbox + .wpas-checkbox, .wpas-submit-ticket .wpas-form-group {float: left;width: 100%;margin-bottom: 0;}
.wpas-submit-ticket .wpas-checkbox + .wpas-checkbox input,
.wpas-submit-ticket .wpas-form-group input,
.wpas-submit-ticket .wpas-form-group select {margin-bottom: 18px;}
.wpas-form .wpas-btn {margin-top: 30px;}
.wpas-form-group .wpas-help-block {display: none;}

/* Wpts 404 Page CSS */
.wpts-404-error {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.wpts-404-error img {
  margin-bottom: 50px;
  max-width: 685px;
}
.wpts-404-error .wpts-title-wrap.style3 {
  padding-bottom: 35px;
}
.wpts-404-error .wpts-btn {
  min-width: 200px;
}

/* Wpts Pricing CSS */
.wpts-pricing.wpts-title-wrap {
  padding-bottom: 72px;
}
.pricing-wrap {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  overflow: hidden;
  clear: both;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.pricing-title-wrap {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.pricing-info {
  min-height: 230px;
  padding: 31px 45px 57px;
  background: #64557f;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #74678c;
  position: relative;
}
.pricing-info p {
  font-family: 'Catamaran', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.plan-price {
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 65px;
  line-height: 65px;
}
.plan-price sub {
  bottom: 0;
  padding: 0 2px;
  font-weight: 400;
  font-size: 15px;
}
.plan-price sub.price-symbol {
  font-size: 20px;
}
.pricing-info .wpts-btn {
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.pricing-features-wrap {
  padding: 49px 40px;
  border-right: 1px solid #e7e7e7;
  text-align: left;
}
.pricing-feature {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 21px 0;
  color: #444444;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #f3f3f3;
}
.pricing-feature:last-child {
  border-bottom: none;
}
.pricing-feature-title {
  padding-right: 25px;
}
.pricing-feature-info {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 1;
}
.pricing-feature-info .fa {
  font-size: 17px;
  color: #64557f;
}
.pricing-question {
  padding-top: 9px;
}
.order-package-wrap {
  padding-top: 51px;
  text-align: center;
}
.order-package-wrap .order-package-title {
  margin-bottom: 16px;
}
.order-package-wrap a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #c5195d;
  font-size: 17px;
  border-bottom: 1px dashed #c5195d;
}
.order-package-wrap a:hover {
  border-bottom-color: #f8b81e;
}
/* Wpts Hosting Pricing Page CSS */
.pricing-plan {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  position: relative;
}
.plan-info {
  padding: 90px 55px;
  border-right: 1px solid #e7e7e7;
}
.plan-info p {
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.1px;
}
.plan-info p a {
  color: #444444;
  font-weight: 700;
}
.plan-info .plan-price {
  padding-bottom: 30px;
}
.plan-title-wrap {
  padding-bottom: 16px;
}
.plan-title {
  padding-bottom: 5px;
  font-weight: 700;
  color: #c5195d;
  font-size: 24px;
}
.plan-sub-title {
  padding-bottom: 1px;
  font-family: 'Catamaran', sans-serif;
  color: #999999;
  font-size: 16px;
}
.wpts-label {
  display: inline-block;
  padding: 1px 5px;
  background: #c5195d;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.yellow-check-bullets {
  padding: 0;
  color: #444444;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  font-size: 16px;
  list-style: none;
}
.yellow-check-bullets li {
  padding-left: 30px;
  margin-bottom: 16px;
  position: relative;
}
.yellow-check-bullets li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 16px;
  background-image: url(../images/icons/icon23.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 1;
}
.discount-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 10px 13px 35px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  z-index: 1;
}
.discount-label:before {
  position: absolute;
  top: -95px;
  right: -80px;
  width: 160px;
  height: 160px;
  background: #534371;
  content: "";
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  z-index: -1;
}
.discount-number {
  font-size: 22px;
}
/* Wpts Website Cost Savings Calculator Page CSS */
/* Wpts Cost Calculator CSS */
.wpts-cost-calculator {
  padding: 68px 0 121px;
  background: #f3f3f3;
}
.wpts-maintenance-savings {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 100px 109px;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #534371;
  color: #ffffff;
}
.wpts-maintenance-savings .fa {
  font-size: 100px;
}
.saving-wrap {
  display: block;
  overflow: hidden;
  padding-left: 33px;
}
.saving-wrap h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
}
.saving-wrap h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.saving-wrap input[type="email"] {
  width: 380px;
  min-width: 380px;
  height: 55px;
  line-height: 55px;
  margin-right: 19px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.saving-wrap input[type="submit"] {
  float: left;
  width: auto;
  height: 55px;
  padding: 16px 20px;
  margin: 0;
  font-size: 15px;
}
.saving-title {
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.saving-sub-title {
  margin-bottom: 30px;
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 0.3px;
}
.saving-sub-title span {
  color: #eeeeee;
}
.wpts-cost-wrap form, .wpts-total-cost form {
  display: inline-block;
}
.wpts-cost-wrap .row {
  margin: 0 -5px;
}
.wpts-cost-wrap [class*="col-"] {
  padding: 0 5px;
}
.team-support-wrap {
  padding: 54px 165px 99px!important;
}
.cost-item {
  overflow: hidden;
  clear: both;
  padding: 44px 81px 48px;
  margin-bottom: 10px;
  background: #ffffff;
}
.cost-item .tooltip.in {
  opacity: 1;
}
.cost-item.style2 .cost-title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.cost-item.style2 .slider.slider-horizontal {
  height: 20px;
}
.cost-item.style2 .slider-handle {
  width: 37px;
  height: 37px;
  margin: -4px 0 0 -15px;
}
.cost-item.style2 .tooltip {
  padding-top: 15px;
}
.cost-item.style2 .slider-handle:before {
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -7px;
}
.cost-item.style2 .cost-range {
  padding-top: 15px;
}
.cost-title {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.cost-title:after {
  content: " : ";
}
.cost-range {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 9px;
  font-size: 12px;
}
#hourly-rate .tooltip-inner:before {
  content: "$ ";
}
#hourly-rate .tooltip-inner:after {
  display: none;
}
#website-posts .tooltip-inner:after {
  content: " Posts";
}
#website-pages .tooltip-inner:after {
  content: " Pages";
}
.hourly-rate-form {
  float: right;
  padding-top: 25px;
}
.hourly-rate-form input {
  width: auto;
  min-width: 100px;
  max-width: 100px;
  height: 60px;
  padding: 15px;
  background: #f3f3f3;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-align: center;
}
.cost-range {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #444;
}
.hourly-rate-form .cost-title {
  float: left;
  padding: 15px 20px 0 0;
}
.hourly-rate-form .price-label {
  float: left;
  height: 60px;
  padding: 10px 18px;
  margin-right: 5px;
  background: #eeeeee;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e7e7e7;
}
.wpts-team-support {
  background: #ffffff;
}
.team-support-wrap {
  padding: 15px 165px 68px;
  text-align: center;
}
.wpts-savings-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 70px;
}
.wpts-savings-wrap [class*="col-"] {
  padding: 0;
}
.wpts-total-cost {
  border: 1px solid #ededed;
}
.cost-type {
  padding: 24px 82px 34px;
  border-bottom: 1px solid #ededed;
}
.cost-type:last-child {
  border-bottom: none;
}
.cost-type h5 {
  line-height: 26px;
}
.cost-type .hourly-rate-form {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}
.cost-type-title {
  color: #666;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.wpts-total-savings {
  padding: 107px 50px;
  background: #534371;
  color: #ffffff;
  text-align: center;
}
.wpts-total-savings h5 {
  margin-bottom: 4px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.wpts-total-savings .wpts-btn {
  font-weight: 600;
  font-size: 14px;
  padding: 20px 25px;
}
.wpts-total-savings .total-savings {
  padding-bottom: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  letter-spacing: 0.2px;
}
.wpts-social-share {
  padding-bottom: 76px;
}
.fa-heart {
  padding-right: 7px;
  color: #d2195e;
}
.social-share-wrap {
  display: inline-block;
}
.social-share-wrap a {
  display: inline-block;
  min-width: 72px;
  padding: 5px 8px;
  margin: 0 3px 6px;
  background: #f3f3f3;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.social-share-wrap a.facebook {
  background: #3a589e;
}
.social-share-wrap a.google {
  background: #df4b37;
}
.social-share-wrap a.twitter {
  background: #429cd6;
}
.social-share-wrap a.pinterest {
  background: #cd2029;
}
.social-share-wrap a.linkedin {
  background: #0d77b7;
}
.social-share-wrap a.stumbleupon {
  background: #ef5025;
}
.social-share-wrap a:hover {
  opacity: 0.9;
}
.social-share-wrap a .share-counter {
  padding-left: 5px;
}
.wpts-read-blog {
  padding: 61px;
  color: #444444;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border: 1px solid #ececec;
  font-weight: 300;
}
.wpts-read-blog a {
  color: #d2195e;
  border-bottom: 1px solid #d2195e;
}
.wpts-read-blog a:hover {
  border-bottom-color: #f8b81e;
}
.wpts-read-blog .fa {
  padding-right: 4px;
  color: #534371;
}
/* Wpts Terms And Conditions Page CSS */
/* Wpts Terms Conditions CSS */
.wpts-terms-conditions p {
  margin-bottom: 25px;
  color: #444;
  font-weight: 300;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.3px;
}
.wpts-terms-conditions a {
  color: #c5195d;
}
.wpts-terms-conditions h3 {
  margin-bottom: 27px;
  font-size: 20px;
}
.wpts-terms-conditions h4 {
  margin-bottom: 15px;
  font-weight: 400;
}
.wpts-terms-conditions h5 {
  margin-bottom: 17px;
  font-weight: 400;
  font-size: 16px;
}
.wpts-terms-conditions ol {
  padding-left: 12px;
  margin-bottom: 33px;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.3px;
}
.wpts-terms-conditions ul,
.wpts-recommended-post ul {
  margin-bottom: 33px;
  color: #444;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.3px;
}
ul.romen-li {
    list-style-type: upper-roman;
}
.wpts-terms-conditions span {
  color: #f8b81e;
}
.alert-box {
  padding: 40px 50px 18px;
  margin-bottom: 46px;
  background: #fffefb;
  border: 1px solid #ffe7ad;
}
.alert-box.cus-thank-you {
  padding: 30px;
}
.alert-box.cus-thank-you p {margin-bottom: 0;}
.alert-box p,
.wpb_text_column .alert-box p:last-child {
  margin-bottom: 20px;
}
.sitemap ul {
  padding: 0;
  margin: 0;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
  list-style: none;
  line-height: 32px;
  color: #444;
}
.sitemap ul li, .sitemap ol li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.sitemap ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  color: #534371;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  z-index: 1;
}
.sitemap ul li a, .sitemap ol li a {
  color: #333333;
  text-decoration: underline;
}
.sitemap ul li a:hover, .sitemap ol li a:hover {
  color: #c5195d;
}
.sitemap ul ul {
  margin: 0;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
  list-style: none;
}
.sitemap ul ul li:before {
  content: "\f105";
}
.wpts-boxed-shortcodes {
  width: 820px;
  padding-top: 55px;
  margin: 0 auto;
  font-family: 'Catamaran', sans-serif;
}
.wpts-boxed-shortcodes .tm-click-to-tweet {
  padding: 22px 22px 26px;
  margin: 0 0 86px;
}
.wpts-boxed-shortcodes .tm-click-to-tweet p {
  display: block;
  margin: 0;
}
.wpts-boxed-shortcodes .tm-ctt-text {
  padding: 16px 38px 12px;
  margin: 0;
}
body .tm-click-to-tweet .tm-ctt-btn {
  background: none;
  color: #777;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.3px;
  padding-right: 0;
}
body .tm-click-to-tweet .tm-ctt-btn:after {
  content: '\f099';
  font-family: 'FontAwesome';
  color: #1da1f2;
  padding-left: 6px;
  font-size: 13px;
}
.wpts-boxed-shortcodes .code-wrap p {
  margin-bottom: 40px;
  font-size: 15px;
}
.wpts-boxed-shortcodes .code-wrap p a {
  color: #777777;
}
.wpts-boxed-shortcodes blockquote p {
  color: #777;
  float: right;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 34px;
  margin-bottom: 10px;
  width: 90%;
}
.wpts-recommended-post {
  clear: both;
  padding: 50px 52px 46px;
  margin: 30px 0;
  border: 1px solid #ececec;
}
.wpts-recommended-post.style2 {
  background: #fff4db;
  border-color: #ffde90;
}
.wpts-recommended-post p {
  margin-bottom: 14px;
  color: #444444;
  font-weight: 300;
  font-size: 17px;
  line-height: 34px;
}
.wpts-recommended-post p a {
  font-weight: 500;
  text-decoration: underline;
  color: #c5195d;
}
.wpts-recommended-post p a:hover {
  color: #f8b81e;
}
.wpts-recommended-post p span {
  padding-right: 5px;
  color: #333;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.wpts-recommended-post ul {
  padding-top: 4px;
  margin: 0;
  font-size: 16px;
}
.wpts-recommended-post ul li {
  margin-bottom: 8px;
}
.wpts-recommended-post ul li a {
  color: #444444;
}
.wpts-recommended-post ul li a:hover {
  color: #c5195d;
}
.syntaxhighlighter {
  padding: 15px;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.syntaxhighlighter .toolbar {
  display: none;
}
.wpts-description-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin: 5px 0 25px;
}
.wpts-description-table tr:nth-child(2n) {
  background: #fafafa;
}
.wpts-description-table th {
  padding: 18px;
  background: #64557f;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wpts-description-table td {
  padding: 18px 30px;
  color: #444444;
  background: #ffffff;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
table.wpts-description-table.affiliates-table td:nth-last-child(2) {
  border-left: 1px solid #e7e7e7;
}
/* Wpts Footer CSS */
span.highliter {
  font-size: 12px;
  color: white;
  background: #f8b81e;
  border-radius: 6px;
  padding: 0 10px;
  position: relative;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  bottom: 3px;
  left: 5px;
  line-height: 0;
}
.wpts-footer {
  float: left;
  padding-top: 110px;
  background: #ffffff;
  position: static;
}
.wpts-footer a {
  color: #444;
}
.wpts-footer ul li a {font-size: 16px;}
.wpts-footer p {
  font-size: 15px;
  line-height: 30px;
}
.wpts-footer h5 {
  font-size: 16px;
}
.wpts-footer ul {
  padding: 0;
  margin: 0;
  font-family: 'Catamaran', sans-serif;
  font-size: 15px;
  list-style: none;
  letter-spacing: 0.3px;
}
.wpts-footer ul li {
  padding-bottom: 10px;
}
.wpts-footer img {
  margin-bottom: 15px;
  display: block;
}
.wpts-footer .wpts-column-title {
  margin: 12px 0 29px;
  font-weight: 600;
}
.wpts-footer .wpts-socials {
  padding-top: 6px;
}
.footer-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 72px;
}
.wpts-socials {
  display: inline-block;
}
.wpts-socials a {
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 130px;
  height: 30px;
  padding: 5px 10px 5px 16px;
  margin-bottom: 5px;
  background: #f3f3f3;
}
.wpts-socials a.facebook {
  background: #3b5998;
}
.wpts-socials a.twitter {
  background: #1bc9e4;
}
.wpts-socials a.google {
  background: #dd4b39;
}
.wpts-socials a:hover {
  color: #ffffff;
  opacity: 0.9;
}
.wpts-socials a .fa {
  padding-right: 4px;
}
.wpts-copyright {
  font-family: 'Montserrat', sans-serif;
  display: block;
  overflow: hidden;
  clear: both;
  padding: 28px 0;
  color: #555555;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2px;
  text-align: center;
  border-top: 1px solid #ececec;
}
.wpts-copyright a {
  color: #555555;
}
/* Wpts Back Top CSS */
.wpts-back-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.wpts-back-top a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 1px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #4c3d66;
  color: #ffffff;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.wpts-back-top a:hover {
  background: none;
  color: #4c3d66;
  border-color: #4c3d66;
}

/* Affiliate Form */
#affwp-generate-ref-url input {width: 383px;padding: 8px 18px;color: #858585;height: 45px;}
#affwp-generate-ref-url input[type="submit"] {width: auto;color: #333;height: auto;padding: 14px 55px;}
.woocommerce .woocommerce-MyAccount-content input.button[type="submit"] {margin-top: 30px;}
.woocommerce .woocommerce-MyAccount-content #affwp-graphs-filter input.button[type="submit"] {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 5px;
}
.affwp-form {margin: 15px 0 20px;display: inline-block;width: 570px;}
.wpts-affiliates-page > div {
  display: inline-block;
  width: 100%;
}
.affwp-form label {font-weight: normal;}
#affwp-affiliate-dashboard h4 { font-size: 20px;font-weight: 600;margin-bottom: 30px;}
.affwp-tab-content p {font-weight: 500;font-size: 18px;margin-bottom: 13px;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 90px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {padding-right: 50px;padding-bottom: 17px;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {font-weight: 500;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {color: #f8b81e;}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
  color: #f8b81e;
  font-weight: 500;
}
.affwp-wrap {display: inline-block;width: 100%;}
table.affwp-table {margin-bottom: 60px;}
table.affwp-table th,
table.wpas-table th,
.wpas-table > thead > tr > th {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: #f3f3f3;
  border-color: #ebebeb;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #ebebeb;
}
table.affwp-table thead th:first-child,
table.wpas-table thead th:first-child {border-left: 1px solid #ebebeb;}
table.affwp-table thead th:last-child,
table.wpas-table thead th:last-child {border-right: 1px solid #ebebeb;}
table.affwp-table td,
table.wpas-table td {
  border-color: #e7e7e7;
  text-align: center;
  padding: 20px 10px;
}
#affwp-affiliate-dashboard-referral-counts table.affwp-table td,
#affwp-affiliate-dashboard-earnings-stats table.affwp-table td,
#affwp-affiliate-dashboard-campaign-stats table.affwp-table td {padding-top: 40px;padding-bottom: 40px;}
#affwp-affiliate-dashboard-campaign-stats table.affwp-table {margin-bottom: 0;}
.affwp-tab-content select {
  min-width: auto;
  width: auto;
  height: auto;
  padding: 0;
}
.tablenav select {
  background: url(../images/select-box.png) no-repeat 100% 0;
  border: 1px solid #e7e7e7;
  height: 40px;
  width: 180px;
  margin-right: 20px;
  padding-left: 14px;
  color: #858585;
  font-size: 15px;
}
.tablenav select option {
  padding-left: 14px;
}
#affwp-date-range-options {margin-right: 20px;float: left;}
.affwp-search-date > span,
.affwp-search-date > input {
  display: inline-block;
  width: auto;
  min-width: auto;
  float: left;
  height: 40px;
  padding: 0;
}
.affwp-search-date > input {padding-left: 14px;}
.affwp-search-date > span {
  line-height: 40px;
  padding-right: 10px;
}
.affwp-search-date > span:nth-child(3n) {margin-left: 15px;}
.affwp-tab-content .affwp-creative p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#affwp-affiliate-dashboard-referral-counts h4,
#affwp-affiliate-dashboard-creatives h4,
#affwp-affiliate-dashboard-profile h4 {font-size: 23px;}
#affwp-affiliate-dashboard-profile h4 {margin-bottom: 16px;}
#affwp-affiliate-dashboard-profile .affwp-form {margin-top: 0;}
#affwp-affiliate-dashboard-profile .affwp-form label {
  width: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 45px;
}
#affwp-affiliate-dashboard-profile .affwp-form input {
  width: auto;
  min-width: auto;
  height: 45px;
  padding: 8px 20px;
  color: #858585;
  font-size: 15px;
}
.affwp-creative {border-color: #e7e7e7;margin-bottom: 45px;padding-bottom: 40px;}
.affwp-creative p img {
  margin-bottom: 26px;
}
.affwp-creative pre {margin-top: 35px;}
#affwp-affiliate-dashboard-creatives pre {
  font-family: 'Catamaran', sans-serif;
  background-color: transparent;
  border-color: #ececec;
  padding: 45px 75px;
  font-size: 16px;
}
.woocommerce-account .affwp-send-notifications-wrap input[type="checkbox"] + label {
  color: #333;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding: 0 0 0 27px;
}
#affwp-affiliate-dashboard-profile-form .affwp-wrap {margin: 0;}
#affwp-affiliate-dashboard-profile-form .affwp-payment-email-wrap {margin-bottom: 20px;}
.woocommerce .woocommerce-MyAccount-content #affwp-affiliate-dashboard-profile-form input.button[type="submit"] {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  padding: 9px 50px;
}

/* Ticket Login Form */
.wpas-login-register .wpas-form {
  width: 48%;
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
  padding: 50px;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 40px;
}
.wpas-login-register #wpas_form_registration.wpas-form {
  float: right;
}
.wpts-single-ticket .bp-content > .wpas-login-register {margin: 0;}
.single-ticket .bp-content .bp-heading {opacity: 0.5;}
.single-ticket.logged-in .bp-content .bp-heading {opacity: 1;}
.wpas-login-register .wpas-form h3 {
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 0.3px;
  color: #333;
  margin-bottom: 25px;
}
.wpas-login-register input[type="text"],
.wpas-login-register input[type="password"],
.wpas-login-register input[type="email"] {
  height: 60px;
  font-size: 15px;
  color: #858585;
  margin-bottom: 20px;
}
.wpas-forgot-password-link {
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0.3px;
  text-align: center;
  display: block;
  margin: 20px 0 0;
}
.wpas-login-register form label {
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0.3px;
}
.wpas-reply-attachements {
  float: left;
  min-width: 300px;
}
.wpas-reply-attachements {
  border: 1px dashed #ddd;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content table.wpas-table tbody tr:hover .wpas-reply-attachements {
  background-color: #fff;
}

/* Tickets */
/*.wpas-btn.wpas-btn-default {
  margin-right: 15px;
  float: left;
}
.wpas-ticket-buttons-top,
#wpas_ticketlist_filters {
  float: left;
  width: 50%;
}
.wpas-row select,
.wpas-row input {
  width: auto;
  min-width: auto;
  float: right;
  height: 46px;
  width: 35%;
  line-height: 46px;
  padding: 0 15px;
}
.wpas-row input {margin-right: 10px;}
.wpas-row input:focus {width: 50%;}
.wpas-form-group input,
.wpas-form-group select {color: #333;font-size: 15px;padding: 3px 20px 0;}
.wpas-table {
  width: 100%;
  float: left;
  margin: 40px auto 0;
}
.wpas-label {
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
table.wpas-table td,
table.wpas-table th,
.wpas-table > thead > tr > th,
.wpas-table > tbody > tr > td {
  border: 1px solid #ebebeb;
  max-width: 100%;
  font-weight: normal;
}
table.wpas-table tfoot td {border: none;}
table.wpas-table td,
.wpas-table > tbody > tr > td {
  padding: 30px 15px;
}*/

/* Single Tickets */
.wpas-form {
  display: inline-block;
  width: 100%;
}
.wpas-ticket-details > h3 {
  display: inline-block;
  width: 100%;
}
.wpas-ticket-details .wpas-ticket-replies > tbody > tr > td {
  text-align: left;
}
.wpas-ticket-buttons-top {margin: 0;}
.wpas-ticket-details .wpas-ticket-replies {
  margin-bottom: 40px;
}
.wpas-table.wpas-ticket-replies > tbody > tr > td {
  padding: 30px 25px;
}
.wpas-table.wpas-ticket-replies > tbody > tr > td:last-child {
  padding: 30px 40px;
}
.wpas-table.wpas-ticket-replies > tbody > tr > td {
  background: #fcfcfc;
  border-color: #e7e7e7;
}
.wpas-table.wpas-ticket-replies > tbody > tr > td {background-color: #fff;}
.wpas-table.wpas-ticket-replies > tbody > tr.wpas_user_wpas_manager > td,
.wpas-table.wpas-ticket-replies > tbody > tr.wpas_user_wpas_agent > td,
.wpas-table.wpas-ticket-replies > tbody > tr.wpas_user_wpas_support_manager > td {
  border: 1px solid #ffe7ad;
  background: #fffefb;
}
.wpas-reply-content p,
.wpas-reply-meta .wpas-timestamp {
  font-size: 16px;
  line-height: 30px;
  color: #858585;
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 0.3px;
}
.wpas-table.wpas-ticket-replies > tbody > tr > td {
  border-bottom: none;
}
.wpas-table.wpas-ticket-replies > tbody > tr:last-child > td {
  border-bottom: 1px solid #e7e7e7;
}
.wpas-btn-default.active,
.wpas-btn-default.focus,
.wpas-btn-default:active,
.wpas-btn-default:focus,
.wpas-btn-default:hover {
  color: #333;
  background-color: #ebad17;
  border-color: #ebad17;
}

/* Open a Ticket */
.wpas-submit-ticket .wpas-form {
  margin-top: 40px;
}
.wpas-submit-ticket .wpas-form .wpas-form-group {
  float: left;
  width: 49%;
  margin: 0 0 30px;
}
.wpas-submit-ticket .wpas-form .wpas-form-group label {font-size: 17px;}
.wpas-submit-ticket .wpas-form .wpas-form-group#wpas_product_wrapper {float: right;}
#wpas_message_wrapper {width: 100%;}
.wpas-submit-ticket .wpas-form .wpas-btn-default {
  min-width: 200px;
  padding: 18px 25px;
  font-weight: 700;
  font-size: 15px;
}
#wp-wpas-message-wrap {border: 1px solid #E7E7E7;}
#wpas-message_ifr,
#wpas-reply-wysiwyg_ifr {min-height: 200px;}
.wpas-alert {
  display: inline-block;
  width: 100%;
}
.wpas-alert.wpas-alert-info {
  padding: 40px 50px;
  margin-bottom: 46px;
  background: #fffefb;
  border: 1px solid #ffe7ad;
  text-align: center;
  color: #858585;
  font-size: 17px;
}
.wpas-alert.wpas-alert-info a {font-weight: 600;}
.wpas-alert.wpas-pagi-loading {
  background-image: url(../images/replies-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* Ticket Unit Fixes */
.wpas img {
  height: auto;
}
.wpas .wp-link-pages > span,
.wpas .wp-link-pages > a {
  width: 30px;height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 4px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.wpas .wp-link-pages br {display: none;}
.wpas .wp-link-pages > a {
  background-color: #efefef;
}
.woocommerce-account .woocommerce-MyAccount-content .wpas .wp-link-pages > a:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}

/* Press page styles */
.section-press-title {
  margin-top: 115px;
}
.wpts-press-title-wrap {
  padding-bottom: 45px;
  text-align: center;
  margin-top: 113px;
}
.wpts-press-title-wrap .section-press-title {
  padding-bottom: 7px;
  font-size: 26px;
  font-weight: 700;
}
.wpts-press-logo {
  margin-top: 12px;
  float: left;
  width: 100%;
}
.wpts-press-logo a {
  color: #f8b81e;
  display: inline-block;
}
.wpts-press-logo h3 {
  display: inline-block;
  font-size: 25px;
  color: #333;
  margin: 0 0 0 5px;
  position: relative;
  bottom: 18px;
}
.wpts-press-logo img {
    float: left;
}
.wpts-press-logo-icon p {
  text-align: left;
  margin-bottom: 30px;
}
.wpts-press-logo-icon img {
    float: left;
}
.wpts-press-logo img {
}
.wpts-press-logo-icon {
  text-align: center;
}
.wpts-press-logo-icon a {
  color: #f8b81e;
}
.wpts-press-logo-icon img {
}

/* Press Colors */
.wpts-press-colors {
  margin-top: 107px;
}
span.wpts-press-color-box {
  float: left;
  width: 338px;
  height: 118px;
  border-radius: 5px;
  background-color: #4c3d66;
}
.wpts-press-color strong {
  float: left;
  display: block;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.wpts-press-color p {
  margin-bottom: 4px;
  color: #666;
  display: inline-block;
  width: 100%;
}
.wpts-press-logos {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wpts-press-content {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: 300;
  font-size: 17px;
  color: #666;
}
.wpts-press-content a {
  color: #f8b81e;
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
}
.wpts-press-screenshots img {
  margin-bottom: 16px;
}
.wpts-press-screenshots .wpts-screenshot-title {
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  margin-bottom: 48px;
  display: inline-block;
  color: #666;
  letter-spacing: 0.3px;
  width: 100%;
}
.wpts-press-screenshots {
  margin-top: 117px;
}
.wpts-press-screenshots h4 {
  margin-top: 92px;
  margin-bottom: 30px;
}
.wpts-press-screenshots a {
    color: #f8b81e;
}
.features-icons {
    margin-top: 15px;
}
.press-features-icons {
  margin-bottom: 120px;
  margin-top: 20px;
}
.press-features-icons i {
  margin-right: 14px;
}
.service-clearfix img {
    width: auto;
    float: left;
}
.wpts-services-three {
  background: white;
  padding: 55px 60px 40px 40px;
  margin: 5px 0px 25px 0px;
  float: left;
  width: 100%;
}
.wpts-services-three .service-clearfix {
  float: left;
}
p.press-ser-content {
  margin-left: 76px;
}
.wpts-services-three p {
    margin-left: 78px;
}
.press-service-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 25px 25px;
  display: inline-block;
}

.for-more-details a {
    color: #f8b81e;
}

.for-more-details p {
  font-size: 16px;
  color: #444;
  font-weight: 300;
  margin-bottom: 112px;
  margin-top: 20px;
}

/*Resource library styles */
.wpts-resource-wrap h3 {
  font-weight: 600;
  color: #333;
  font-size: 26px;
}
.wpts-resource-wrap h4 {
  margin-bottom: 16px;
  color: #333;
}
h3.wpts-resource-title-1 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.3px;
}
.wpts-resource-wrap p {
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
a.wpts-resource-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 250px;
  padding: 12px 18px;
  margin-bottom: 60px;
  margin-top: 13px;
  border: 1px solid #fffff;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  white-space: normal;
  text-align: center;
  border: 1px solid rgba(195, 195, 195, 0.56);
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.wpts-resource-btn:hover {
  background-color: #f8b81e;
  border: 1px solid #f8b81e;
}
.wpts-resource-wrap > .wpts-resorces-list:nth-child(odd) {
  padding-left: 9px;
}
.wpts-resource-wrap > .wpts-resorces-list:nth-child(even) {
  padding-left: 0;
}
.wpts-resorces-list i {
  margin-right: 8px;
}

.wpts-modal-content {
  background: white;
  width: 100%;
  position: relative;
}

.wpts-modal-dialog {
  margin: 10% 30% 20% 23%;
}
.wpts-modal-header {
  width: 840px;
  height: 630px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -415px;
  background: #ffffff;
}
.wpts-modal-header img{
  margin-top: 60px;
  margin-left: 40px;
  }
.wpts-modal-header h3 {
  margin-top: 22px;
  margin-bottom: 21px;
  font-size: 29px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.wpts-modal-header p {
  margin-bottom: 28px;
  font-size: 17px;
  width: 64%;
  position: relative;
  left: 141px;
}
form.wpts-resource-popup input[type="text"] {
  margin-bottom: 20px;
  border: 1px solid #f8b81e;
}
form.wpts-resource-popup {
  margin: 0px 15px 0 140px;
  width: 65%;
}
form.wpts-resource-popup i {
  margin-right: 6px;
}
button.close:before {
  font-weight: 100;
  content: 'x';
  margin: 0px 5px 5px 5px;
  position: relative;
  bottom: 2px;
}
.wpts-modal-content .close {
  border: 2px solid #d2cfcf;
  border-radius: 50%;
  padding: 6px;
}
.wpts-resource-popup-close {


}
.wpts-resource-popup-close span {
  position: relative;
  display: inline-block;
  padding: 17px 17px 17px 17px;
  float: right;
  filter: alpha(opacity=20);
  opacity: .5;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #d2cfcf;
  border-radius: 58%;
}
.wpts-resource-popup-close span:before {
  content: " ";
  width: 1px;
  height: 13px;
  background-color: #444242;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(-42deg);
  }
.wpts-resource-popup-close span:after {
  content: " ";
  width: 1px;
  height: 13px;
  background-color: #444242;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(42deg);

}
.wpts-resource-popup-close span:hover {
  border-color: #969593;
}
a.wpts-resource-popup-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 14px 25px;
  margin: 0;
  background-color: #f8b81e;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wpts-resorces-list img {
  padding: 0 0 28px 0;
}
/*pagination*/
.next-prev-links span.current {

  border: 1px solid #e7e7e7;
  text-transform: none;
  background-color: #f5b71c;
  border-color: #f5b71c;
  color: #fff;
  padding: 8px 17px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  margin-right: 5px;
}
.pagination span {
  margin-right: 14px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  color: #333;
  text-transform: none;
  font-size: 15px;
  padding: 8px 17px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  margin-right: 5px;
}

.pagination a.active {
  background-color: #f5b71c;
  border-color: #f5b71c;
  color: #fff;
}
.pagination .next{
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  color: #333;
  text-transform: none;
  padding: 8px 35px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.pagination a:hover:not(.active) {
  background-color: #f5b71c;
  border-color: #f5b71c;
  color: #fff;
}
.wpts-resource-wrap .next-prev-links {
  margin: 0 0 20px;
}
span.res-next a,
span.res-previous a {
  padding: 8px 35px;
  font-size: 15px;
}

/*Team page styles*/
.wpts-team-image {
  width: 270px;
  height: 300px;
  background: #ccc;
}
.wpts-team-content {
  margin-left: 7px;
  width: 81%;
}
.wpts-team-content h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.wpts-team-content p {
  margin-top: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #444;
}
.wpts-Team-features a {
  color: #858585;
  font-size: 17px;
  border: 1px solid #e3e3e3;
  width: 56px;
  height: 56px;
  line-height: 53px;
  float: left;
  text-align: center;
  margin-right: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wpts-Team-features .features-icons {
  margin-top: 18px;
}
.wpts-Team-features .features-icons a:hover {
  border-color: #f8b81e;
  color: #f8b81e;
}
.team-section-title {
  font-size: 26px;
  margin: 115px 0 4px 0px;
  font-weight: 700;
}
.wpts-team-title-wrap {
  padding-bottom: 23px;
  text-align: center;
  margin-top: 12px;
}
.wpts-team-section {
  margin-bottom: 50px;
  padding: 0;
}
.wpts-team-section:nth-child(3) {
    margin-bottom: 20px;
}
.wpts-team-section:first-child {
    margin-top: 20px;
}
.wpts-team-content span {
  color: #666;
  font-weight: 400;
}
.wpts-team-member-name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  float: left;
  width: 100%;
}

/*coupon page styles */
.wpts-coupon-title-1 h3 {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.3px;
  margin-top: 13px;
  margin-bottom: 12px;
  font-weight: 600;
}
.wpts-coupon-wrap strong {
  font-weight: 600;
  color: #333333;
  padding-right: 7px;
}
.cou-copied {
  display: inline-block;
  color: #f8b81e;
  padding: 0 0 0 25px;
}
.wpts-coupon-wrap .wpts-btn {
  min-width: 48%;
  padding: 16px 25px;
  margin-bottom: 41px;
}
.wpts-coupon-wrap p {
  margin-bottom: 33px;
  margin-right: 34px;
  font-weight: 400;
  color: #444;
}
.wpts-coupon-wrap li {
  margin-bottom: 13px;
  color: #444;
  font-size: 17px;
  font-weight: 300;
}
a.coupon-pro {
  color: #cd3873;
  font-weight: 500;
}

/* Recommended Hosting */
.rec-hosting-title {
    margin-top: 112px;
}
.wpts-recommended-image {
  width: 570px;
  float: left;
  margin: 0 30px 120px 0;
  border: 1px solid #e7e7e7;
}
.wpts-recommended-content {
  width: 540px;
  float: left;
  margin: 0 0 120px 30px;
}
.wpts-recommended-content h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  margin: 0 0 6px;
}
.wpts-recommended-content p {
  color: #444;
  margin: 0 0 23px;
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.wpts-recommended-meta {
  display: inline-block;
  width: 100%;
  margin: 0 0 4px;
}
.wpts-recommended-price,
.wpts-recommeded-ratings {
  float: left;
  width: 50%;
}
.wpts-recommeded-ratings {text-align: right;}
.wpts-recommended-price > strong,
.wpts-recommeded-ratings > strong {
  font-size: 14px;
  color: #333;
  font-family: Montserrat, sans-serif;
  line-height: 32px;
  font-weight: 400;
  margin-right: 2px;
}
.wpts-recommeded-ratings > strong {margin-right: 4px;}
.wpts-recommended-price > span {
  color: #c5195d;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.wpts-recommeded-ratings > .rating-stars {
  color: #f8b81e;
  font-size: 13px;
}
.wpts-recommeded-ratings > .rating-stars small {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
.wpts-recommeded-features {margin-bottom: 26px;}
.wpts-recommeded-features > strong {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.wpts-recommeded-features .features-icons {
  display: inline-block;
  width: 100%;
}
.wpts-recommeded-features .features-icons > a {
  color: #858585;
  font-size: 17px;
  border: 1px solid #e3e3e3;
  width: 56px;
  height: 56px;
  line-height: 53px;
  float: left;
  text-align: center;
  margin-right: 7px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wpts-recommeded-features .features-icons > a:hover {
  border-color: #f8b81e;
  color: #f8b81e;
}
.wpts-recommeded-coupon > strong {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.coupon-code {
  min-width: 175px;
  padding: 14px 16px;
  margin: 15px 0 17px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #858585;
  letter-spacing: 0.25px;
  text-align: center;
  font-weight: 300;
  border: 3px dashed #d4d4d4;

  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
span.coupon-code:hover {
    color: #f9cf6a;
    border: 3px dashed #f9cf6a;
}
.wpts-recommended-content .wpts-btn {
  min-width: 250px;
  padding: 16px 25px;
  margin-top: 23px;
}
.features-icons .tooltip.top {
  padding: 5px 0;
  margin-top: -7px;
  opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}
.features-icons .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.features-icons .tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 6px 6px 0;
  border-top-color: #fff;
}
.features-icons .tooltip.top .tooltip-arrow:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid #a2a2a2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  z-index: -1;
}

.features-icons .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 6px 6px 0;
  border-top-color: #333
}
.features-icons .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 6px 6px 0;
  border-top-color: #333
}
.rec-hosting-note h3 {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}
.rec-hosting-note p{
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}


/*Affiliates styles*/
.affiliates-title {
  padding-bottom: 0;
}
table.wpts-affiliates-table td {
  color: #908e8e;
  font-size: 15px;
}
td:empty {
  border: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: white;
}
.wpts-affiliates-table tr:last-child > td:nth-child(3n) {
  border-left: 1px solid #e7e7e7;
}
table.wpts-affiliates-table .total {
  color: #000;
}
.wpts-affiliates-table th {
  padding: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.wpts-affiliates-title-2 h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.wpts-affiliates-wrap span a {
  color: #c5195d;
}
.already-approved a {
  color: #f8b81e;
}
.wpts-affiliates-title-main h3 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 26px;
}
.wpts-affiliates-wrap p {
  margin-bottom: 28px;
}
ul.wpts-affiliates-ul span {
  color: #a5a2a2;
}
ul.wpts-affiliates-ul li {
  color: #444;
  margin-bottom: 10px;
  font-size: 17px;
}
ul.wpts-affiliates-ul {
  margin-bottom: 43px;
}
.wpts-affiliates-title-1 h3 {
  margin-top: 38px;
  font-size: 22px;
  font-weight: 600;
}
.wpts-affiliates-wrap .wpts-btn {
  margin-bottom: 46px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
}

#comboBox {
  float: none;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 30px;
}
.spacing-adjust .wpts-description-table tr:nth-child(2n) {background-color: transparent;}
.spacing-adjust .wpts-description-table tr:hover {background: #fafafa;}
.spacing-adjust .wpb_button,
.spacing-adjust .wpb_content_element,
.spacing-adjust ul.wpb_thumbnails-fluid > li {margin-bottom: 0;}
.spacing-adjust .wpts-description-table {margin: 0 !important;}
.spacing-adjust .wpts-description-table.need-this-table {margin: 0 0 20px !important;}

/* Careers Page */
.careers-title {
  padding: 10px;
}
.wpts-careers-page li {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
}
.wpts-careers-page h4, .wpts-careers-page h3 {
  margin-bottom: 25px;
}
.wpts-careers-page h3 {
  font-size: 22px;
  font-weight: 600;
}
.wpts-careers-page h4 {
  font-size: 16px;
  font-weight: 500;
}
.wpts-careers-page .wpb_content_element p {
  margin-bottom: 35px;
}
.wpts-careers-page .current-openning p {
  margin-bottom: 12px;
}
.current-openning ul {
  padding-left: 0;
}
.current-openning {
  padding: 24px 40px 23px;
}
.wpts-careers-page .current-openning li {
  list-style: none;
  text-decoration: underline;
  margin-bottom: 11px;
}
.current-openning ul li a {
  color: #c5195d;
}

/* Review Guidelines */
.rev-guide-title {
  padding-bottom: 32px;
  margin-top: 12px;
}
.rev-guide-head h4 {
  font-size: 26px;
  font-weight: 600;
}
h4.rev-guid {
  font-size: 16px;
  font-weight: 500;
}
.review-back-to-top i {
  margin-right: 11px;
}
.smooth-to-top {
  margin-top: 20px;
}

/*My-account support table styles*/

/*Top button*/
a.wpas-btn.wpas-btn-default.wpas-link-ticketnew {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    padding: 13px 16px;
    background-color: #f8b81e;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.42857;
    letter-spacing: 0.3px;
    white-space: normal;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.woocommerce-MyAccount-content table.wpas-table tbody td {
  border-right: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  padding: 33px 0 33px 0;
}
.woocommerce-MyAccount-content table.wpas-table td:nth-child(2){
  text-align: left;
  padding: 33px 0 33px 10px;
}
.table-responsive.wpas-table-responsive {
  border: none;
}
.woocommerce-MyAccount-content table.wpas-table tbody td:first-child {
  border-left: 1px solid #e7e7e7;
  text-align: center;
  padding: 33px 18px;
}
.woocommerce-MyAccount-content table.wpas-table tbody tr:hover {
  background-color: #fbfbfb;
}
.woocommerce-MyAccount-content table.wpas-table thead th{
  text-align: center;
  border-right: 1px solid #e7e7e7;
  padding: 25px;
}
#wpas_ticketlist_filters .wpas-one-third {
  margin-bottom: 25px;
  margin-top: 10px;
}
.wpas-table-responsive .wpas-table > tfoot > tr > td{
  padding: 8px 8px 0;
}
.wpas-table-responsive .wpas-table{margin-bottom: 8px;}
.wpas-ticket-details .wpas-table-responsive .wpas-table{margin-bottom: 15px;}
.wpas-ticket-details .wpas-ticket-buttons-top {
    margin-bottom: 23px;
}
.woocommerce-MyAccount-content select.wpas-form-control.wpas-filter-status{
  height: 47px;
  padding: 0 0 0 20px;
}
.woocommerce-MyAccount-content .wpas-form-control{
 height: 47px;
 padding: 0 0 0 20px;
}
.wpas-table .wpas_table_pagination li>a:hover {
  color: #000;
  text-decoration: none;
}
.woocommerce-MyAccount-content .wpas-table .wpas_table_pagination>.active>a,
.woocommerce-MyAccount-content .wpas-table.wpas_table_pagination>.active>a:focus,
.woocommerce-MyAccount-content .wpas-table .wpas_table_pagination>.active>a:hover,
.woocommerce-MyAccount-content .wpas-table .wpas_table_pagination>.active>a:active {
  color: #000;
  background: #f8b81e;
  text-decoration: none;
  border-color: #f8b81e;
}
/* Credits page */

.wpb_content_element .wpb_wrapper.spacing-adjust {
  margin-bottom: 30px;
}

/*support singles */
.wpas-ticket-details-header >tbody >tr >td {
  padding: 29px 0px;
  border-right: 1px solid #e7e7e7;
}
.wpas-ticket-details .wpas-ticket-details-header >tbody >tr >td:first-child {
  border-left: 1px solid #e7e7e7;
}
.wpas-ticket-details-header {margin-bottom: 40px;border-bottom: 1px solid #e7e7e7;}
.wpas-ticket-details table.wpas-table.wpas-ticket-replies {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 50px;
  border-collapse: separate;
}
.woocommerce-MyAccount-content .wpts-single-ticket table.wpas-table td:nth-child(2){
  text-align: center;
}
.wpas-ticket-details table.wpas-table.wpas-ticket-replies .wpas-reply-user {
    text-align: left;
}
.wpas-table.wpas-ticket-replies a.thickbox.wpas-btn.wpas-btn-default {
  position: absolute;
  margin-bottom: 0;
  right: -1px;
  bottom: -1px;
  float: right;
  overflow: hidden;
  padding: 12px 0;
  width: 46px;
  min-width: 46px;

  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.wpas-table.wpas-ticket-replies a.thickbox.wpas-btn.wpas-btn-default:hover,
.wpas-table.wpas-ticket-replies a.thickbox.wpas-btn.wpas-btn-default:focus {
  color: #333;
  background-color: #e8a607;
  border: 1px solid transparent;
}
.wpas-table.wpas-ticket-replies a.thickbox.wpas-btn.wpas-btn-default:after {
  font-family: 'FontAwesome';
  font-size: 17px;
  line-height: 0;
  color: #232323;
}
.wpas-btn-default.active,
.wpas-btn-default.focus,
.wpas-btn-default:active,
.wpas-btn-default:focus,
.wpas-btn-default:hover {
  border-color: #f8b81e;
}
.wpas-table > tbody > tr > td,
.wpas-table > tbody > tr > th,
.wpas-table > tfoot > tr > td,
.wpas-table > tfoot > tr > th,
.wpas-table > thead > tr > td,
.wpas-table > thead > tr > th {border-top: none;}
.wpas-reply-content {float: left;width: 100%;}
.wpas-table.wpas-ticket-replies p {
  margin-bottom: 20px;
  text-align: left;
}
.status-processing .wpas-ticket-buttons-top {
  margin: 35px 0 35px 0;
}
.wpas.wpas-ticket-details h3 {
  margin-bottom: 30px;
}
.wpas-ticket-details .checkbox input[type="checkbox"] {
  position: absolute;
  top: 3px;
}

/* Private Credentials */
#TB_window .nav_bar_credential_actions button {
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e7e7e7;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 35px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 5px;
}
#credentials_form .nav_bar_credential_actions button:hover {
  text-decoration: none;
  background-color: #f8b81e;
  font-family: 'Montserrat', sans-serif;
  border-color: #f8b81e;
  font-size: 11px;
}
#TB_window #TB_title {
  height: 40px;
  padding: 6px 7px;
  background: #e7e7e7;
}
#TB_title #TB_closeWindowButton:hover .tb-close-icon, #TB_title #TB_closeWindowButton:focus .tb-close-icon {
  color: #000000;
}
input#pc_resetkey {
  position: relative;
  top: 2px;
}
.input_fields_credential .field_input {
  float: left;
  width: 380px;
  margin-bottom: 12px;
}
.single #private_credentials_status_bar {
  color: white;
  background: #563f7d;
}
.wpas-ticket-replies > tbody > tr > td {position: relative;}

/* Private Credentials Popup */
.single .ui-state-default,
.single .ui-widget-content .ui-state-default,
.single .ui-widget-header .ui-state-default {
  background: rgba(255,255,255,0.06);
}
.single .ui-widget-header{
  background: #4b3375;
  border:none;
  border-radius: 0;
}
.single .ui-state-default,
.single .ui-widget-content .ui-state-default,
.single .ui-widget-header .ui-state-default {
  border:none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.single .ui-widget-content {
  border:none;
}
.single #nav_bar_modal input.button,
.single #nav_bar_modal input.button:hover{
  font-size: 13px;
  line-height: 13px;
  margin-right: 10px;
  padding: 8px 10px 8px;
  border: 1px solid #e7e7e7;
  margin-bottom: 11px;
}
.single #TB_window #TB_title {
    height: 40px;
    padding: 6px 7px;
    background: #4b3375;
    color: white;
    border: 1px solid #fff;
    border-bottom: navajowhite;
}
.single #TB_ajaxContent{
  padding: 0 !important;
  margin: 0 !important;
}
.single #credentials_form {
  margin: 0;
  border: 1px solid #fff;
  border-top: none;
}
.single .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.5em 0.5em 0px;
}
.single .ui-tabs{
  padding: 0;
}
.single #credentials_tabs {
  margin: 0;
}
.single .ui-tabs .ui-tabs-nav li a {
    color: white;
}
.single .ui-tabs .ui-tabs-nav li a:hover
 {
   color: #fff;
   background: rgba(255,255,255,0.2);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.single .ui-tabs >ul>li.ui-state-active a:hover{
  color: #333!important;
  background: #fff;
}
.single .ui-tabs >ul>li.ui-state-active a {
  color: #333!important;
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.single .field_label {
  line-height: 4;
}
.single #TB_window {
  top: 44%;
  left: 50%;
}
.single .input_fields_credential .field_input {
    margin-bottom: 20px;
}
#TB_window .field_input input {
    width: 250px !important;
    padding: 5px 15px !important;
}
.single .tb-close-icon,
.single .tb-close-icon:hover {
    color: #fff!important;
}

/* Woocommerse pages - Header*/
.woo-title-bar {
  min-height: 320px;
  background: #534371;
}
.wpts-main-header .woo-title-bar .woo-header-title {
  float: left;
  width: 70%;
  padding: 110px 0 80px;
}
.wpts-main-header .woo-title-bar .woo-header-title h2 {
  font-size: 40px;
  color: #fff;
}
.wpts-main-header .woo-title-bar .woo-header-title span {
  font-size: 16px;
  color: #fff;
}
.wpts-main-header .woo-title-bar .woo-header-title span p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.woo-header-btn {
  padding: 130px 0;
  float: right;
}
a.wpts-btn.wpts-woo-header-btn {
  min-width: 280px;
  text-align: left;
  margin-bottom: 0;
}
.woo-header-btn em {
  text-align: right;
  float: right;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
}
.woo-header-btn span{
  vertical-align: middle;
}
.woo-header-btn .fa {
  padding: 2px 9px;
  width: 22px;
  height: 22px;
  font-size: 17px;
  text-align: center;
}
.woo-search-left {
  width: 44%;
  display: inline-block;
  float: left;
}
.woo-header-search {
  height: 150px;
  background: #f3f3f3;
}
.woo-search-left img {
  margin: 21px 0;
  padding-top: 12px;
}
.woo-search-left h3 {
  font-size: 24px;
  padding: 42px 26px 0 16px;
  float: right;
  display: inline-block;
  font-weight: 400;
  width: 80%;
}
.woo-search-field {
  width: 56%;
  margin-top: 30px;
  float: right;
}
.search-keyword {
  display: inline-block;
  width: 312px;
  position: relative;
  float: right;
}
p.search-category {
  display: inline-block;
  width: 320px;
}
.woo-search-field input#search-keyword {
  height: 47px;
}
.woo-search-field select {
  height: 45px;
  padding: 8px 25px;
  border: 1px solid #fff;
}
.search-keyword input#searchsubmit {
  position: absolute;
  top: 35px;
  right: 0;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 50px;
  background: none;
  background-image: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-sizse: cover;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-keyword input#s {
  height: 45px;
  border: 1px solid #fff;
  border-radius: 12px;
}
.search-keyword form label{
  margin-bottom: 6px;
}
a.zilla-likes:before {
  content: '\f004';
  font-family: 'FontAwesome';
  color: #858585;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 21px;
  width: 30px;
}
a.zilla-likes:hover:before,
a.zilla-likes.active:before{
  content: '\f004';
  font-family: 'FontAwesome';
  color: #e42a34;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 21px;
}
.zilla-likes{
  background: none;
  padding-left: 0!important;
  margin: 2px 0 5px 0!important;
}
.zilla-likes:hover, .zilla-likes.active {
  background: none;
  padding-left: 0!important;
  margin: 2px 0 5px 0!important;
}

/* Desktop menu */
.wpts-menu .navbar-default li {
    float: left;
}
.wpts-menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
    float: left;
    margin-bottom: 0px;
}
.dropdown-menu {
    margin: 0px 0 0 !important;
}
.wtc-menu .nav > li > a:hover,.wtc-menu .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
ul.dropdown-menu {border: none;}
.wpts-menu .dropdown-menu{
  padding: 0;
}
.wpts-menu .dropdown-menu{
  min-width: 220px;
}
.mean-container ul.dropdown-menu:before {
  display: none;
}
.open ul.dropdown-menu:before {
  width: 100%;
}
ul.dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(238, 238, 238, 0.04);
}
ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.wpts-menu .dropdown-menu > li > a:hover {
  color: #333 !important;
  text-decoration: none;
  background-color: #f8b81e;
  border-radius: 0;
}
.wpts-menu .dropdown-menu>.active>a{
  background-color: transparent;
}
.wpts-menu .dropdown-menu>.active>a:focus {
  background: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: transparent;}
.wpts-menu .dropdown-menu > li:first-child > a:hover {
  border-radius: 4px 4px 0 0;
}
.wpts-menu .dropdown-menu > li:last-child > a:hover {
  border-radius: 0 0 4px 4px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #777777;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: 0;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu > a:hover:after {
  border-color: transparent transparent transparent #333;
}
ul.dropdown-submenu-position {
    position: absolute;
    top: 0px;
     left: 220px;
}
.mean-nav ul.dropdown-submenu-position {
     left: 0;
}

.main-menu.nav.nav-bar,
.main-menu.nav.nav-bar li,
.menu-bar-icons,
.menu-bar-button,
.grpe-logo-bar {
  float: left;
}
.wpts-menu {
  float: right;
}
.menu-bar-icons a {
  padding: 0 0 0 15px;
  color: #222222;
}
.menu-bar-icons {
  margin: 9px 30px 11px 0px;
  padding: 25px 0px;
}
.menu-bar-button {
    margin: 9px 0px;
    color: #222222;
    padding: 25px 0px;
}
.menu-bar-button a {
  color: #222222;
  background: #f0c84c;
  padding: 16px 42px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
.menu-bar-button a:hover {
  background: #ebad17;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.home ul.main-menu.nav.nav-bar li a {
  color: #fff;
  font-size: 15px;
  padding: 0 25px 10px 15px;
}
ul.main-menu.nav.nav-bar li a {
  color: #333;
  font-size: 15px;
  padding: 0 25px 10px 15px;
}
ul.main-menu.nav.nav-bar.wpts-logged-in-menu li a {padding-right: 22px;}
.wpts-menu .dropdown-menu > li > a {
  color: #777777 !important;
  padding: 15px 15px !important;
  font-size: 14px !important;
}
.mean-container a.meanmenu-reveal {
  font-size: 16px;
  text-indent: 0;
}
.mean-container a:focus {
  border-color: transparent;
  outline: none;
}
.mean-nav ul.main-menu.nav.nav-bar li .hire-us {
  background: none;
  color: #fff;
}
.wpts-menu .wpts-btn.wpts-btn-small.hire-us:hover {
    background-color: #ebad17;
    color: #333 !important;
}
ul.main-menu.nav.nav-bar li .hire-us {
    color: #333;
}

/* Close bar*/
.home .mean-container a.meanmenu-reveal span:before {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    margin-top: 3px;
    position: relative;
    top: 10px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.home .mean-container a.meanmenu-reveal span:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    margin-top: 3px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 2px;
    margin-top: 3px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.mean-container a.meanmenu-reveal.meanclose span {
    display: block;
    background: #fff;
    height: 2px;
    margin-top: 8px !important;
    transform: rotate(-45deg);
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.home .mean-container a.meanmenu-reveal.meanclose span:before {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    margin-top: 3px;
    position: relative;
    top: 0px;
    transform: rotate(-90deg);
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.mean-container a.meanmenu-reveal.meanclose span:after {
    display: none !important;
    content: "";
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
}


/* Menu Css */
.wtc-menu-bar .mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  position: absolute;
  background: #141414;
  z-index: 9;
  overflow: hidden;
  top: 75px;
}
.wtc-menu-bar .mean-container .mean-nav >ul{
  top: 75px;
}
.wtc-menu-bar .mean-container .mean-nav .dropdown-menu {
  position: relative;
 }
.mean-container .mean-nav ul.dropdown-menu li a.mean-expand {
  height: 25px!important;
}

.wtc-menu .mean-container .mean-nav ul li li li a {
  width: 87%;
  padding: 1em 15%;
}
.dropdown-menu {top: auto;left: 0;}
.dropdown-menu .dropdown-menu {left: 100%;top: 0;}
.wtc-menu-bar .mean-container .mean-nav ul li {
     border: none;
}
.wtc-menu-bar .mean-container .mean-nav ul li a{
  text-transform: none;
}
.wtc-menu-bar .mean-nav .main-menu.nav.nav-bar li a{
  font-size: 15px;
}
.wtc-menu-bar .mean-nav ul.dropdown-menu li a {
  padding-left: 40px !important;
  padding-right: 0!important;
}
.mean-container .dropdown-menu .menu-item-has-children ul.dropdown-menu li a {
  padding-left: 54px!important;
}

.wtc-menu-bar .mean-container .mean-nav ul li li li li a{
  width: 93%;
}
.wtc-menu-bar .mean-container .mean-nav ul li li li a {
    width: 92%;
}
.wtc-menu-bar .mean-container .mean-nav ul li a{
  width: 92%;
}
.wtc-menu-bar .mean-container .mean-nav ul li li a{
  width: 94%;
}
.wtc-menu-bar .mean-container .mean-nav ul li li li a.mean-expand {
  width: 26px;
}
.wtc-menu-bar .mean-container .mean-bar .dropdown-toggle {
  width: 84%;
}
.wtc-menu-bar .mean-container .mean-bar .menu-item-has-children .dropdown>a {
  width: 87%;
}
.mean-container .mean-nav ul li a.mean-expand {
    background: rgb(43, 43, 43)!important;
  }

.dropdown-menu .menu-item-has-children > a:after {
  border-color: transparent transparent transparent #777777;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: 0;
  margin-top: 5px;
  width: 0;
  position: absolute;
  top: 17px;
  right: 10px;
}
.mean-container .mean-nav .dropdown-menu .menu-item-has-children > a:after {
  content:none;
}
.dropdown-menu .menu-item-has-children > a:hover:after {
  border-color: transparent transparent transparent #333;
}
.home .wtc-menu-bar .mean-container a.meanmenu-reveal span {
  display: block;
  background: #ffffff;
  height: 2px;
  margin-top: 3px;
}
.wtc-menu-bar .mean-container a.meanmenu-reveal span {
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
}
.mean-container a.meanmenu-reveal span:before {
    content: "";
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
    position: relative;
    top: 10px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.mean-container a.meanmenu-reveal span:after {
    content: "";
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.mean-container a.meanmenu-reveal.meanclose span:before {
    content: "";
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
    position: relative;
    top: 0px;
    transform: rotate(-90deg);
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
        transition: background .3s;
        transition-property: top,transform;
}
.wtc-menu-bar .dropdown-menu{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wtc-menu-bar .mean-container .mean-nav ul li a.mean-expand{
  width: 55px !important;
  height: 48px !important;
  padding: 0 !important;
  line-height: 50px;
}
.wtc-menu-bar .mean-container a.meanmenu-reveal{
  height: 18px;
}
.wtc-menu-bar .mean-nav .main-menu.nav.nav-bar li a {
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
}
a.mean-expand .fa {
  font-size: 14px;
}
.error404 .wtc-menu-bar .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: 0px 0px 6px #c7c7c7;
}
.wtc-menu-bar .mean-container .mean-nav ul li a.mean-expand{
  border-bottom: none!important;
  border-left: none!important;
}
/*Service Box*/
.sgny-service-box {
  background: #e0f2ff;
  min-height: 175px;
  border: 2px solid #b5daf1;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.sgny-service-box .service-box-icon {
  float: left;
  height: auto;
  width: 100px;
  text-align: center;
  margin: 34px 20px 0 51px;
  vertical-align: middle;
}
.sgny-service-box .service-box-icon i {
  font-size: 90px;
  color: #b5daf1;
}
.service-box-content {
  margin-top: 60px;
  padding-right: 23px;
  float: right;
  width: 78%;
}
.service-box-content a {
  color: #c43b7e;
  text-decoration: underline;
}
.sgny-service-box .service-box-content p {
  font-size: 14px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
.service-box-content p b {
  color: #333;
}