/*
Theme Name: evo
Theme URI: http://www.mudthemes.com
Description: evo WordPress Theme
Version: 1.1.0.2.2.0
Author: mudThemes
Author URI: http://www.mudthemes.com
Tags: responsive-layout
License: GPLv2
*/

/* Stylesheet */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.woo-single-content:before,
.woo-single-content:after {
  content: "";
  display: table;
}
.woo-single-content:after {
  clear: both;
}
.woo-single-content {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/**** Easy Tabs ****/
body {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;t
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 20%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resp-vtabs .resp-tabs-container {
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #DDD;
  float: left;
  width: 80%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #DDD;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/* Responsive Grid */
.grid-col-1 {
  width: 6.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-2 {
  width: 12.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-3 {
  width: 18.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-4 {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-5 {
  width: 31.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-6 {
  width: 37.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-7 {
  width: 43.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-8 {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-9 {
  width: 56.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-10 {
  width: 62.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-11 {
  width: 68.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-12 {
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-13 {
  width: 81.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-14 {
  width: 87.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-15 {
  width: 93.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-16 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-col-33 {
  width: 33.3333%;
}
.grid-col-50 {
  width: 50%;
}
.grid-float-left {
  float: left;
}
.grid-float-right {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
/** CSS RESET **/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
variable,
form,
fieldset,
blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  font-size: 100%;
}
body {
  font-family: proxima-nova, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
td,
th,
caption {
  font-weight: normal;
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
fieldset {
  border: 0;
}
q:before,
q:after {
  content: '';
}
a img {
  border: none;
}
ol ol {
  list-style-type: upper-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dl,
dt,
dd {
  margin: 0;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
  border: none;
}
a {
  outline: none;
}
@media only screen and (min-width: 1057px) {
  .primarymenu-resp {
    display: none;
  }
  .primarymenu-section {
    display: block !important;
  }
}
@media only screen and (max-width: 1056px) {
  .main-section {
    padding: 0 25px;
  }
  .logo-section {
    width: 75%;
  }
  body.home-template .loop-section,
  body.archive-template .loop-section {
    padding-right: 25px;
  }
  body.home-template .loop-section .loop-post-excerpt .read-more,
  body.archive-template .loop-section .loop-post-excerpt .read-more {
    display: none;
  }
  .primarymenu-resp {
    display: block;
  }
  .primarymenu-section ul {
    width: 100%;
  }
  .primarymenu-section {
    display: none;
  }
  .primarymenu-section {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 40%;
  }
  .primarymenu-section li {
    width: 100%;
    float: left;
    clear: both;
  }
  .primarymenu-section li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-transform: none;
    font-size: 14px;
    padding: 7px 0 7px 7px;
  }
  .primarymenu-section .menu-item-has-children > a:after {
    content: '' !important;
  }
  .primarymenu-section.menuClicked .sf-menu ul {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    border: 0;
  }
  .primarymenu-section.menuClicked .sf-menu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 15px;
    background-color: transparent;
  }
  .primarymenu-section.menuClicked .sf-menu ul li a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    padding-right: 3px;
  }
  .primarymenu-section.menuClicked .sf-menu ul ul {
    display: block;
  }
  .mudpack-contentbox div.mudpack-cb-icon {
    display: block;
    clear: both;
  }
  .mudpack-contentbox div.mudpack-cb-icon i {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 950px) {
  body.home-template .loop-section,
  body.archive-template .loop-section {
    min-height: 430px;
  }
}
@media only screen and (max-width: 850px) {
  .cta-section {
    padding-top: 0 !important;
  }
  .cta-section .cta-image-section,
  .cta-section .cta-content-section {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
  .cta-section .cta-image-section {
    padding: 0;
    padding-bottom: 25px;
  }
  .cta-section .cta-image-section img {
    max-width: 70%;
  }
  body.home-template .loop-section,
  body.archive-template .loop-section {
    min-height: 300px;
    width: 100%;
  }
  body.home-template .loop-section .loop-post-title h1 a,
  body.archive-template .loop-section .loop-post-title h1 a {
    font-size: 32px;
    line-height: 1.2;
  }
  body.home-template .loop-section .loop-post-meta,
  body.archive-template .loop-section .loop-post-meta {
    padding-top: 10px;
  }
  body.home-template .loop-section .loop-post-excerpt,
  body.archive-template .loop-section .loop-post-excerpt {
    padding-top: 17px;
  }
  body.home-template .loop-section .loop-thumbnail,
  body.archive-template .loop-section .loop-thumbnail {
    width: 37.5%;
    max-width: 37.5%;
    padding-top: 12px;
    padding-right: 15px;
  }
  body.home-template .loop-section .loop-thumbnail img,
  body.archive-template .loop-section .loop-thumbnail img {
    width: 100%;
    max-width: 100%;
  }
  body.home-template .loop-section .loop-post-text p,
  body.archive-template .loop-section .loop-post-text p {
    font-size: 18px;
    line-height: 2;
    vertical-align: text-bottom;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 756px) {
  body.home-template .loop-section,
  body.archive-template .loop-section {
    min-height: 300px;
    width: 100%;
  }
  body.home-template .loop-section .loop-thumbnail,
  body.archive-template .loop-section .loop-thumbnail {
    width: 37.5%;
    max-width: 37.5%;
  }
  body.home-template .loop-section .loop-thumbnail img,
  body.archive-template .loop-section .loop-thumbnail img {
    width: 100%;
    max-width: 100%;
  }
  body.home-template .loop-section .loop-post-text p,
  body.archive-template .loop-section .loop-post-text p {
    padding-top: 3px;
    line-height: 2;
    vertical-align: baseline;
  }
  body.home-template .loop-section .loop-post-text p:first-letter,
  body.archive-template .loop-section .loop-post-text p:first-letter {
    font-size: 20px;
    line-height: 20px;
  }
  .social-icons {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 625px) {
  div.mudpack-contentbox .mudpack-column-1,
  div.mudpack-contentbox .mudpack-column-2,
  div.mudpack-contentbox .mudpack-column-3 {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
    float: none;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  div.mudpack-contentbox div.mudpack-cb-icon {
    display: inline-block;
    clear: none;
  }
  div.mudpack-contentbox div.mudpack-cb-icon i {
    margin-right: 5px;
    margin-bottom: 0;
  }
  div.mudpack-service .mudpack-column-1,
  div.mudpack-service .mudpack-column-2,
  div.mudpack-service .mudpack-column-3 {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
    float: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  div.mudpack-service .mudpack-service-headline {
    font-size: 20px;
  }
  div.mudpack-service .mudpack-service-image img {
    max-width: 65%;
  }
  div.mudpack-service .mudpack-service-text {
    text-align: center;
  }
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 28px;
  padding: 10px 0 40px 0;
}
h2 {
  font-size: 24px;
  padding: 10px 0 35px 0;
}
h3 {
  font-size: 22px;
  padding: 5px 0 35px 0;
}
h4 {
  font-size: 20px;
  padding: 5px 0 25px 0;
}
h5 {
  font-size: 18px;
  padding: 5px 0 25px 0;
}
h6 {
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0 25px 0;
}
p {
  font-size: 18px;
  line-height: 1.7;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 25px;
}
ol {
  padding-left: 25px;
  list-style-type: decimal;
  margin: 0 0 25px 0;
}
ul {
  padding-left: 25px;
  list-style-type: disc;
  margin: 0 0 25px 0;
}
li {
  font-size: 15px;
  line-height: 1.5em;
}
dl {
  padding: 0 0 25px 0;
}
dt {
  font-weight: bold;
}
dd {
  padding: 10px 0 18px 40px;
  font-size: 14px;
  line-height: 1.5em;
}
address {
  font-size: 13px;
  padding: 0 0 25px 0;
  line-height: 1.3em;
  letter-spacing: 1px;
}
big {
  font-size: 140%;
}
ins {
  padding: 0 3px;
  text-decoration: underline;
}
del {
  padding: 0 3px;
  text-decoration: line-through;
}
q {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5em;
}
blockquote {
  font-style: italic;
  padding: 0 40px;
  letter-spacing: 1px;
}
blockquote p {
  font-size: 14px;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
blockquote cite {
  display: block;
  float: right;
  margin: 20px 0;
  letter-spacing: 1px;
}
pre {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 25px 0;
  padding: 1.5em;
  overflow: auto;
}
abbr,
acronym,
abbr[title],
acronym[title] {
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
hr {
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 25px;
}
var,
tt,
kbd,
code {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
  line-height: 21px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*** Image Alignments ***/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 22px;
  margin-top: 9px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 22px;
  margin-top: 8px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter,
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}
.wp-caption {
  border: none;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
  padding: 4px;
  padding-top: 6px;
  max-width: 96%;
}
.wp-caption img {
  border: 0 none;
  margin: 0px;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery-caption {
  margin: 0 0 5px;
}
.wp-smiley {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  background-color: #E7E7E7;
}
.parent-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.wrapper {
  margin: 3px auto 0;
  clear: both;
}
.header-bg-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.cta-bg-section {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  margin: 0 auto;
  background-image: url('assets/global/images/60.jpg');
}
.header-section {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.blog .main-section,
.docs .main-section {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-docs .main-section {
  width: 98%;
  max-width: 1140px;
  margin: 0 auto;
}
.cta-section {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.mudpack-shortcodes,
.headline-section,
.main-section,
.social-section,
.footerbox-section {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.home .main-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.blog .main-section {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.single-product .main-section {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.single-product .cta-buttons {
    padding:20px 0 0;
}
.single-product .cta-buttons a{
    padding: 10px 20px;
}
.home .mudpack-shortcodes .featured-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footerbox-bg-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.footer-bg-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.archive .inner-content-section,
.blog .inner-content-section {
  float: left;
}
.pri-sidebar-blog {
  float: left;
}
.nav ul {
  float: left;
  list-style: none;
  margin-bottom: 0;
}
.nav ul ul {
  display: none;
}
.nav li {
  float: left;
}
.nav a {
  display: block;
  text-decoration: none;
}
.sf-menu li {
  position: relative;
}
.primarymenu-resp i {
  position: absolute;
  top: 9px;
  right: 5px;
  font-size: 21px;
  padding: 3px 6px;
  margin-right: 5px;
  float: right;
  border-radius: 3px;
  cursor: pointer;
  z-index: 101;
}
.primarymenu-section a {
  padding: 0 10px;
  margin-right: 0px;
  font-size: 13px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
 }
.primarymenu-section {
  float: right;
}
.primarymenu-section .sf-menu ul {
  width: 200px;
  position: absolute;
  display: none;
  top: 50px;
  left: -30%;
  z-index: 99;
  text-align: center;
}
.primarymenu-section .sf-menu ul li {
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
.primarymenu-section .sf-menu ul ul {
  position: absolute;
  display: none;
  top: -1px;
  left: 100%;
}
.primarymenu-section .menu-item-has-children > a:after,
.primarymenu-section .page_item_has_children > a:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  padding-left: 5px;
}
.primarymenu-section ul {
  padding-left: 0;
}
.primarymenu-section .sub-menu .menu-item-has-children > a:after,
.primarymenu-section .children .menu-item-has-children > a:after,
.primarymenu-section .sub-menu .page_item_has_children > a:after,
.primarymenu-section .children .page_item_has_children > a:after {
  font-family: 'FontAwesome';
  content: '\f0da';
  padding-left: 5px;
}
.primarymenu-section .sub-menu li,
.primarymenu-section .children li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.primarymenu-section .sub-menu a,
.primarymenu-section .children a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 5;
  letter-spacing: 1px;
}
.footer-menu-section {
  float: right;
}
.footer-menu-section * {
  font-size: 14px;
  line-height: 1;
}
.footer-menu-section ul {
  margin: 0;
  padding: 0;
}
.footer-menu-section li {
  margin: 0;
  padding: 0;
  margin: 0 4px;
  float: left;
  list-style: none;
}
.single-docs ul.docs_menu {
  margin: 0;
  padding: 0;
  clear: both;
  text-align: center;
}
.single-docs ul.docs_menu li {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
  clear: none;
}
.single-docs ul.docs_menu a {
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.single-docs ul.docs_menu > li > a {
  padding: 0 10px;
  margin-right: 10px;
  color: #555555;
  border: 1px solid #ddd;
}
.single-docs ul.docs_menu ul.docs_submenu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.single-docs ul.docs_menu ul.docs_submenu li {
  clear: both;
}
.header-section {
  overflow: visible;
}
.site-title a {
  font-size: 24px;
  letter-spacing: 3px;
  text-decoration: none;
}
.site-description {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 8px 0 2px 5px;
}
.logo-section {
  position: relative;
  z-index: 100;
}
.site-title,
.site-description {
  float: left;
  display: inline-block;
}
.cta-section {
}
.cta-content-section {
  margin: 0 auto;
  text-align: center;
  padding-top: 108px;
}
.cta-content-heading {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 8px rgba(30, 30, 30, 1);
}
.cta-content-text {
  margin: 0 auto;
  max-width: 90%;
  padding-top: 58px;
  line-height: 2;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(30, 30, 30, 1);
}
.cta-image-section {
  padding-top: 30px;
  padding-left: 25px;
}
.cta-buttons {
  width: 100%;
  margin: 0 auto;
  padding-top: 135px;
  font-size: 16px;
  font-weight: 400;
}
.cta-button-1,
.cta-button-2 {
  display: inline-block;
}
.cta-button-2 {
  margin-left: 20px;
}
.cta-buttons a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #444444;
  padding: 10px 50px;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2.91px rgba(50, 50, 50, 0.74);
}
.cta-buttons a i {
  vertical-align: baseline;
  font-size: 20px;
  padding-right: 10px;
}
.mudpack-columns {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: auto;
  clear: both;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}
.mudpack-columns .mudpack-columns-4 .mudpack-column-1,
.mudpack-columns .mudpack-columns-4 .mudpack-column-2,
.mudpack-columns .mudpack-columns-4 .mudpack-column-3,
.mudpack-columns .mudpack-columns-4 .mudpack-column-4 {
  width: 25%;
  max-width: 25%;
  padding: 40px 10px;
}
.mudpack-columns .mudpack-columns-3 .mudpack-column-1,
.mudpack-columns .mudpack-columns-3 .mudpack-column-2,
.mudpack-columns .mudpack-columns-3 .mudpack-column-3,
.mudpack-columns .mudpack-columns-3 .mudpack-column-4 {
  width: 33.33%;
  max-width: 33.33%;
  padding: 40px 5px;
}
.mudpack-columns .mudpack-columns-2 .mudpack-column-1,
.mudpack-columns .mudpack-columns-2 .mudpack-column-2,
.mudpack-columns .mudpack-columns-2 .mudpack-column-3,
.mudpack-columns .mudpack-columns-2 .mudpack-column-4 {
  width: 50%;
  max-width: 50%;
  padding: 40px 20px;
}
.mudpack-columns .mudpack-columns-1 .mudpack-column-1,
.mudpack-columns .mudpack-columns-1 .mudpack-column-2,
.mudpack-columns .mudpack-columns-1 .mudpack-column-3,
.mudpack-columns .mudpack-columns-1 .mudpack-column-4 {
  width: 100%;
  max-width: 100%;
}
.mudpack-columns .mudpack-columns-1,
.mudpack-columns .mudpack-columns-2,
.mudpack-columns .mudpack-columns-3,
.mudpack-columns .mudpack-columns-4 {
  overflow: auto;
  height: auto;
}
.mudpack-columns .mudpack-column-1,
.mudpack-columns .mudpack-column-2,
.mudpack-columns .mudpack-column-3,
.mudpack-columns .mudpack-column-4 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mudpack-cb-content {
  margin-top: 15px;
  font-size: 16px;
}
.mudpack-cb-icon-location-left {
  text-align: center;
}
.mudpack-cb-icon-location-left .mudpack-cb-icon,
.mudpack-cb-icon-location-left .mudpack-cb-title {
  display: inline-block;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-circular .mudpack-cb-icon i {
  font-size: 28px;
  margin-right: 10px;
  min-width: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-circular .mudpack-cb-title {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-circular .mudpack-cb-content {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-none .mudpack-cb-icon i {
  font-size: 22px;
  margin-right: 10px;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-none .mudpack-cb-title {
  font-size: 22px;
}
.mudpack-cb-icon-location-left.mudpack-cb-icon-border-none .mudpack-cb-content {
  font-size: 14px;
}
.mudpack-cb-icon-location-top {
  text-align: center;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-circular .mudpack-cb-icon i {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 16px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-circular .mudpack-cb-title {
  font-size: 20px;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-circular .mudpack-cb-content {
  font-size: 14px;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-none .mudpack-cb-icon i {
  font-size: 35px;
  margin-bottom: 25px;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-none .mudpack-cb-title {
  font-size: 18px;
}
.mudpack-cb-icon-location-top.mudpack-cb-icon-border-none .mudpack-cb-content {
  font-size: 13px;
}
.mudpack-cb-icon-location-hide .mudpack-cb-title {
  font-size: 20px;
}
.mudpack-cb-icon-location-hide .mudpack-cb-content {
  font-size: 14px;
}
.mudpack-service .mudpack-service-single {
  width: 100%;
}
.mudpack-service .mudpack-service-headline {
  padding-bottom: 25px;
  font-size: 24px;
}
.mudpack-service .mudpack-service-image {
  position: relative;
}
.mudpack-service .mudpack-service-image a img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.mudpack-service .mudpack-service-image a img:hover {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.mudpack-service .mudpack-service-text {
  position: relative;
  text-align: left;
  font-size: 16px;
  padding: 25px 5px;
  line-height: 1.7;
}
.mudpack-service .mudpack-service-text a {
  text-decoration: none;
}
.mudpack-service .mudpack-service-text a i {
  display: none;
  position: absolute;
  top: 30%;
  left: 45%;
  font-size: 20px;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.mudpack-service .mudpack-service-text :hover a i {
  display: block;
}
.headline-section {
  padding: 40px 0px 50px;
  text-align: center;
  -moz-box-sizing: border-box;
}
.headline-section .headline-section-heading {
  font-size: 40px;
  letter-spacing: 1px;
}
.headline-section .headline-section-content {
  font-size: 16px;
  line-height: 1.8;
  padding: 35px 0 0;
}
.evo-shortcode {
  width: 100%;
  float: left;
  clear: both;
}
.evo-shortcode .total-columns-one .single-column {
  width: 100%;
}
.evo-shortcode .total-columns-two .single-column {
  width: 50%;
}
.evo-shortcode .total-columns-three .single-column {
  width: 33.33%;
}
.evo-shortcode .total-columns-four .single-column {
  width: 25%;
}
.evo-shortcode .single-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: none;
  padding: 0 15px;
}
.evo-shortcode .shortcode-content-box-jab .cbjab-heading {
  text-align: center;
  color: #333333;
}
.evo-shortcode .shortcode-content-box-jab .cbjab-heading span {
  padding-left: 6px;
  font-size: 22px;
  font-weight: 600;
}
.evo-shortcode .shortcode-content-box-jab .cbjab-heading i {
  font-size: 25px;
  padding: 12px;
}
.evo-shortcode .shortcode-content-box-jab .cbjab-info {
  color: #444444;
  padding-top: 18px;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}
.evo-shortcode .shortcode-content-box-goose .cbgoose-icon-section {
  width: 18%;
  float: left;
}
.evo-shortcode .shortcode-content-box-goose .cbgoose-icon-section i {
  font-size: 18px;
  padding: 10px;
  border: 1px solid #555555;
  border-radius: 50%;
}
.evo-shortcode .shortcode-content-box-goose .cbgoose-content-section {
  width: 82%;
  float: left;
  padding-top: 5px;
}
.evo-shortcode .shortcode-content-box-goose .cbgoose-content-section .cbgoose-heading {
  font-size: 22px;
}
.evo-shortcode .shortcode-content-box-goose .cbgoose-content-section .cbgoose-info {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8;
}
.evo-shortcode .shortcode-featured-box-kiwi {
  width: 93%;
  margin: 0 auto;
  padding-top: 15px;
  float: none;
  clear: both;
}
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-left .fb-image,
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-left .fb-info {
  float: left;
}
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-left .fb-image {
  text-align: center;
}
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-right .fb-image,
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-right .fb-info {
  float: right;
}
.evo-shortcode .shortcode-featured-box-kiwi.fbimage-right .fb-image {
  text-align: center;
}
.evo-shortcode .shortcode-featured-box-kiwi .fb-image {
  width: 50%;
}
.evo-shortcode .shortcode-featured-box-kiwi .fb-info {
  width: 50%;
  padding-top: 15px;
}
.evo-shortcode .shortcode-featured-box-kiwi .fb-info .fb-heading span {
  font-size: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EAEAEA;
  color: #333333;
}
.evo-shortcode .shortcode-featured-box-kiwi .fb-info .fb-heading i {
  font-size: 19px;
  padding: 0 11px;
}
.evo-shortcode .shortcode-featured-box-kiwi .fb-info .fb-description {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.evo-shortcode .shortcode-featured-box-kiwi .border-true img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  padding: 8px;
}
.evo-shortcode .shortcode-featured-box-kiwi .fbcontent-left {
  text-align: left;
}
.evo-shortcode .shortcode-featured-box-kiwi .fbcontent-right {
  text-align: right;
}
.evo-shortcode .shortcode-featured-box-kiwi .fbcontent-center {
  text-align: center;
}
.evo-shortcode .shortcode-buy-now-button {
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}
.evo-shortcode .shortcode-buy-now-button .separator-or {
  color: #555555;
  font-size: 26px;
  padding: 0 14px;
}
.evo-shortcode .shortcode-buy-now-button .buy-now-button {
  border: 1px solid #a46497;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 22px 8px;
  text-decoration: none;
  font-size: 34px;
  font-weight: 600;
  background-color: #a46497;
  color: #FFFFFF;
  /*
            display: inline-block;
            width: 200px;
            color: #FFFFFF;
            background: #96588A;
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0, #AD74A2),
                    color-stop(1, #96588A)
            );
            background-image: -o-linear-gradient(bottom, #AD74A2 0%, #96588A 100%);
            background-image: -moz-linear-gradient(bottom, #AD74A2 0%, #96588A 100%);
            background-image: -webkit-linear-gradient(bottom, #AD74A2 0%, #96588A 100%);
            background-image: -ms-linear-gradient(bottom, #AD74A2 0%, #96588A 100%);
            background-image: linear-gradient(to bottom, #AD74A2 0%, #96588A 100%);	
            border: 1px solid #76456C;
            .border-radius(6px);
            font-size: 20px;
            line-height: 21px;
            font-weight: 600;
            text-decoration: none;
            padding: 12px 22px 15px;
            */
}
.evo-shortcode .shortcode-buy-now-button .buy-now-button:hover {
  background-color: #96588a;
}
.evo-shortcode .shortcode-featured-list {
  width: 90%;
  float: none;
  margin: 0 auto !important;
}
.evo-shortcode .shortcode-featured-list h3 {
  font-size: 34px;
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
  color: #333333;
}
.evo-shortcode .shortcode-featured-list h3 span {
  display: inline-block;
  padding: 0 30px 20px;
}
.evo-shortcode .shortcode-featured-list h3 i {
  color: #555;
  font-size: 26px;
}
.evo-shortcode .shortcode-featured-list .list-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  clear: none;
}
.evo-shortcode .shortcode-featured-list .list-left {
  text-align: left;
}
.evo-shortcode .shortcode-featured-list .list-left span {
  display: block;
  font-size: 16px;
  line-height: 2.3;
  color: #444444;
}
.evo-shortcode .shortcode-featured-list i {
  margin-right: 10px;
  color: #008000;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq {
  width: 65%;
  float: left;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq span {
  display: block;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq .question {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq .answer {
  line-height: 1.5;
  padding-bottom: 30px;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq .answer a:link,
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq .answer a:visited,
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-faq .answer a:active {
  text-decoration: none;
  color: #de561a;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-image {
  width: 34.99%;
  float: right;
  text-align: center;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-image .free-theme-faq-upgrade {
  margin-top: 15px;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-image .free-theme-faq-upgrade a {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto 15px;
  padding: 13px 26px 14px 23px;
  background-color: #de561a;
  color: #FFFFFF !important;
  text-align: center;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-image .free-theme-faq-upgrade i {
  font-size: 18px;
  padding-right: 7px;
}
.evo-shortcode .shortcode-free-theme-faq .free-theme-faq-image .free-theme-faq-upgrade i.mdf-download {
  font-size: 15px !important;
  padding-right: 8px;
}
.evo-shortcode .shortcode-free-theme-buttons {
  margin-top: 15px;
}
.evo-shortcode .shortcode-free-theme-buttons a {
  text-decoration: none;
  padding: 8px 15px 9px;
  margin-right: 10px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  border: 1px solid #76456c;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #96588a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkNzRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjU4OGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ad74a2 0%, #96588a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad74a2), color-stop(100%, #96588a));
  background: -webkit-linear-gradient(top, #ad74a2 0%, #96588a 100%);
  background: -o-linear-gradient(top, #ad74a2 0%, #96588a 100%);
  background: -ms-linear-gradient(top, #ad74a2 0%, #96588a 100%);
  background: linear-gradient(to bottom, #ad74a2 0%, #96588a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad74a2', endColorstr='#96588a', GradientType=0);
}
.evo-shortcode .shortcode-free-theme-buttons i {
  padding-right: 7px;
  font-size: 16px;
}
.evo-shortcode .shortcode-free-theme-buttons i.mdf-download {
  font-size: 15px;
  padding-right: 8px;
}
.thmsc-section {
  text-align: center;
}
.home .thmsc-section {
  padding: 100px 150px 0;
}
.thmsc-section h5 {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #354964;
}
.thmsc-carousel-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    color: #7f8180;
}
.thmsc-section a {
  text-decoration: none;
  padding: 5px;
}
.thmsc-carousel-row {
  padding: 20px 0 44px;
  border-bottom: 1px solid #fff;
}
.thmsc-carousel-col {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.thmsc-carousel-item {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.thmsc-section h3 {
  font-size: 22px;
  padding-top: 30px;
}
.thmsc-carousel-img img {
  width: 100%;
  height: auto;
}
.thmsc-carousel-buttons {
    margin-top: 55px;
}
.thmsc-carousel-buttons a {
    padding: 12px 55px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
a.thmsc-carousel-pro {
    color:#FFFFFF;
    background-color: #6b9c0a;
    float: left;
}
a.thmsc-carousel-demo {
    color:#e06d19;
    background-color: #eaeaea;
    float: right;
    -webkit-box-shadow: 0px 1px 2.91px 0.09px rgba(159, 159, 159, 0.74);
    -moz-box-shadow: 0px 1px 2.91px 0.09px rgba(159, 159, 159, 0.74);
    box-shadow: 0px 1px 2.91px 0.09px rgba(159, 159, 159, 0.74);
}
.mth-salient-features {
    width: 960px;
    margin: 40px auto 0;
}
.mth-salient-features .mth-row {
    width: 82%;
    padding: 0 9% 60px;
}
.mth-salient-features h2 {
    font-size: 44px;
    font-weight: 800;
    color: #2d2d2d;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 110px;
}
.mth-salient-features .mth-col-1, .mth-salient-features .mth-col-2 {
    float: left;
}
.mth-salient-features h5 {
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
    padding: 0;
    margin: 0;
}
.mth-salient-features p {
    font-size: 15px;
    font-weight: 400;
    color: #2d2d2d;
    padding: 0;
    padding-top: 35px;
    margin: 0;
}
.mt-grabber {
    margin: 52px auto 0;
    text-align: center;
}
.mt-grabber .hrborder {
    width: 725px;
    height: 1px;
    background-color: #e0dfde;
    margin: 0 auto;
}
.mt-grabber .content {
    padding: 40px 0;
}
.mt-grabber .title {
    font-size: 36px;
    font-weight: 700;
    color: #5b5959;
}
.mt-grabber a {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    padding: 10px 50px;
    margin-left: 55px;
    background-color: #e06d19;
}
.mt-grabber .guarantee {
    font-size: 14px;
    font-weight: 300;
    color: #726f6d;
    margin-top: 30px;
}
.testimonials-wrapper {
    background-color: #6b9c0a;
    margin-top: 100px;
}
.testimonials-container {
    width: 78%;
    background-color: #7aac16;
    margin: 0 auto;
    padding: 42px 25px;
}
.testimonials-container .title {
    font-size: 24px;
    font-weight: 300;
    color: #f9f9f9;
    padding: 0 0 60px 30px;
}
.testimonials-container .t_col {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonials-container .quote {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #FFFFFF;
    line-height: 1.9;
}
.testimonials-container .stars {
    padding-top: 25px;
}
.testimonials-container .name {
    font-size: 16px;
    font-weight: 600;
    color: #f7f7f7;
    padding-top: 18px;
}
.affiliateprogramhome {
    margin: 160px auto;
    text-align: center;
}
.affiliateprogramhome span {
    font-size: 36px;
    font-weight: 800;
    color: #474544;
}
.affiliateprogramhome .highlight {
    color: #6b9c0a;
}
.affiliateprogramhome a {
    color: #f3f3f3;
    background-color: #6b9c0a;
    padding: 20px 25px;
    margin-left: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}
.pricing-page * {
    margin: 0;
    padding: 0;
}
.pricing-page {
    width: 65%;
    margin: 50px auto 0;
}
.pricing-page .heading {
    text-align: center;
}
.pricing-page .heading h1 {
    font-size: 44px;
    font-weight: 800;
    color: rgb(45, 45, 44);
    line-height: 0.636;
}
.pricing-page .heading p {
    font-size: 22px;
    font-weight: 300;
    color: rgb(45, 45, 44);
    line-height: 1.273;
    margin-top: 60px;
}
.pricing-page .table {
    margin-top: 100px;
}
.pricing-page .table .col-left {
    text-align: left;
}
.pricing-page .table .col-right {
    text-align: center;
}
.pricing-page .table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pricing-page .table ul li {
    margin-bottom: 42px;
}
.pricing-page .table i {
    font-size: 22px;
    color: #6b9c0a;
    padding-right: 30px;
}
.pricing-page .table span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #2d2d2c;
}
.pricing-page .table .amount {
    font-size: 70px;
    font-weight: 400;
    color: #6b9c0a;
    display: block;
}
.pricing-page .table .buynowbutton {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 40px;
    padding: 12px 42px;
    background-color: #e06d19;
    color: #FFFFFF;
    text-shadow: 0px 1px 2.91px rgba(210, 208, 208, 0.74);
    -moz-box-shadow: 0px 1px 4.75px 0.25px rgba(127, 126, 126, 0.74);
    -webkit-box-shadow: 0px 1px 4.75px 0.25px rgba(127, 126, 126, 0.74);
    box-shadow: 0px 1px 4.75px 0.25px rgba(127, 126, 126, 0.74);
}
.pricing-page .table .subline {
    font-size: 16px;
    font-weight: 300;
    color: #6a6a6a;
    display: block;
}
.pricing-page .table .subline-1 {
    margin-top: 30px;
}
.pricing-page .table .subline-2 {
    margin-top: 20px;
}
.pricing-page .table-bottom {
    margin-bottom: 35px;
}
.pricing-page .features {
    margin-top: 100px;
}
.pricing-page .features h2 {
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    color: #474747;
    margin-bottom: 92px;
}
.pricing-page .features .odd img {
    width: 40%;
    float: left;
}
.pricing-page .features .odd .content {
    width: 60%;
    float: left;
    padding-left: 12.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-page .features .even img {
    width: 40%;
    float: right;
}
.pricing-page .features .even .content {
    width: 60%;
    float: right;
    padding-right: 12.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-page .features .row {
    margin-bottom: 110px;
}
.pricing-page .features .row h5 {
    font-size: 24px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 45px;
}
.pricing-page .features .row p {
    font-size: 18px;
    font-weight: 500;
    color: #434343;
}
.pricing-page .faq h2 {
    font-size: 44px;
    font-weight: 800;
    color: #474747;
    margin-bottom: 100px;
    text-align: center;
}
.pricing-page .faq .row {
    margin-bottom: 94px;
}
.pricing-page .faq .col {
    padding: 0 2%;
}
.pricing-page .faq h5 {
    font-size: 24px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 47px;
}
.pricing-page .faq p {
    font-size: 18px;
    font-weight: 500;
    color: #434343;
}

.showcase-page {
    width: 100%;
    margin: 50px auto 0;
}
.showcase-page .table {
    //width: 80%;
}
.showcase-page h1 {
    font-size: 36px;
    font-weight: 800;
    color: #2f2f2f;
    padding-bottom: 70px;
    //line-height: 0.636;
}
.showcase-page .table {
    width: 91%;
    margin: 20px auto 0;
}
.showcase-page .table .col-left {
    width: 48%;
    text-align: left;
}
.showcase-page .table .col-right {
    width: 44%;
    text-align: right;
}
.showcase-page .table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.showcase-page .table ul li {
    margin-bottom: 42px;
}
.showcase-page .table i {
    font-size: 22px;
    color: #6b9c0a;
    padding-right: 30px;
}
.showcase-page .table ul span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #2d2d2c;
}
.showcase-page .table .cta-buttons {
    padding-top: 58px;
}
.showcase-page .table .cta-buttons .cta-button-2 {
    margin-left: 35px;
    -moz-box-shadow: none;
}
.showcase-page .col-right img {
    border: 1px solid #e0e0e0;
    padding: 6px;
}
.showcase-page .thmsc-bg-section {
    max-width: 1049px;
    margin: 100px auto;
}
.showcase-page .table.table-bottom h1 {
    text-align: center;
}
.showcase-page .table.table-bottom {
    width: 80%;
    margin: 0 auto;
}
.showcase-page .table.table-bottom .col-left {
    width: 50%;
    text-align: left;
}
.showcase-page .table.table-bottom .col-right {
    width: 50%;
    text-align: left;
}
.showcase-page .table.table-bottom .cta-buttons {
    text-align: center;
    clear: both;
    margin: 30px 0 40px;
}
.showcase-page .table.table-bottom .guarantee {
    font-size: 16px;
    color: #2f2f2f;
    display: block;
    text-align:center;
    margin-bottom: 80px;
}
.footer-widgets {
    width: 100%;
    max-width: 76%;
    margin: 0 auto;
    padding: 40px 0 65px;
    color: #f3f3f3;
}
.footer-widgets .col-1 {
    width: 29%;
}
.footer-widgets .col-2 {
    width: 29%;
}
.footer-widgets .col-2 {
    width: 38%;
}
.footer-widgets .col-3 {
    width: 33%;
}
.footer-widgets .widget-main-links ul {
    margin: 0;
    padding:0;
}
.footer-widgets .widget-main-links li {
    list-style-type: none;
    padding: 0 0 15px;
    margin: 0;
}
.footer-widgets .widget-main-links li a {
    text-decoration: none;
    color: #f3f3f3;
}
.footer-widgets .widget-about-us {
    width:75%;
}
.footer-widgets .widget-subs  ul {
    margin: 0;
    padding:0;
}
.footer-widgets .widget-subs li {
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0;
    font-style: italic;
    font-size: 14px;
}
/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:left; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:65%; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #e06d19; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}
.footer-widgets-section {
    background-color: #373737;
}
.main-section {
  padding-bottom: 30px;
}
.post-template .content-section {
  margin: 0 auto;
  padding: 50px 0 0;
}
.post-template .post-title {
  text-align: center;
}
.post-template .post-title h1 {
  font-size: 40px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.3;
}
.post-template .post-meta {
  font-size: .9em;
  text-align: right;
}
.post-template .post-meta .meta-date-url:before {
  font-family: 'FontAwesome';
  content: "\f046";
  padding-right: 3px;
  font-size: .9em;
}
.post-template .tags-below-content {
  text-align: center;
}
.post-template .tags-below-content a {
  display: inline-block;
  padding: 3px 5px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.post-template .tags-below-content a:after {
  padding-left: 5px;
  font-family: 'FontAwesome';
  content: "\f02b";
}
.post-template .post-nav .nav-previous {
  display: inline-block;
  float: right;
}
.post-template .post-nav .nav-next {
  display: inline-block;
  text-align: left;
}
.post-template .post-content {
  padding-top: 40px;
}
.post-template .post-content p {
  line-height: 1.6;
}
.post-template .post-content h1 {
  font-size: 44px;
}
.post-template .post-content h2 {
  font-size: 38px;
}
.post-template .post-content h3 {
  font-size: 32px;
}
.post-template .post-content h4 {
  font-size: 28px;
}
.post-template .post-content h5 {
  font-size: 26px;
}
.post-template .post-content h6 {
  font-size: 24px;
}
.post-template .post-content h1,
.post-template .post-content h2,
.post-template .post-content h3,
.post-template .post-content h4,
.post-template .post-content h5,
.post-template .post-content h6 {
  padding-top: 0;
}
.post-template .post-content blockquote p:before,
.post-template .post-content blockquote p:after {
  font-family: 'FontAwesome';
  font-size: .7em;
  vertical-align: text-top;
}
.post-template .post-content blockquote p:before {
  padding-right: 5px;
  content: "\f10d";
}
.post-template .post-content blockquote p:after {
  padding-left: 3px;
  content: "\f10e";
}
.post-template .post-content table {
  font-size: .9em;
  margin-bottom: 40px;
}
.post-template .post-content table th,
.post-template .post-content table td {
  padding: 7px 10px;
}
.post-template .post-content table a {
  color: inherit;
  text-decoration: none;
}
.post-template .edit-link {
  clear: both;
}
.comments-section {
  margin: 80px auto 0;
}
.comments-section .comments-title {
  text-align: left;
  font-size: 40px;
  margin: 0 0 50px;
}
.comments-section .commentslist ol,
.comments-section .commentslist ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0;
  list-style-type: none;
}
.comments-section .commentslist .children {
  float: left;
  clear: both;
}
.comments-section .commentslist .comment-block-container {
  clear: both;
  margin: 0 auto 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments-section .commentslist .comment-block-container .comment-info-container {
  padding: 40px 0;
}
.comments-section .commentslist .comment-block-container .comment-info-container .comment-author-name {
  text-align: center;
}
.comments-section .commentslist .comment-block-container .comment-info-container .comment-author-name a,
.comments-section .commentslist .comment-block-container .comment-info-container .comment-author-name cite {
  font-size: 15px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.comments-section .commentslist .comment-block-container .comment-info-container .comment-author-avatar-container {
  text-align: center;
}
.comments-section .commentslist .comment-block-container .comment-info-container .comment-author-avatar-container img {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.comments-section .commentslist .comment-block-container .comment-body-container {
  position: relative;
  min-height: 210px;
  padding: 40px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 20px;
  margin-bottom: 40px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body p {
  font-size: 15px;
  line-height: 1.4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 25px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body ol {
  padding-left: 25px;
  list-style-type: decimal;
  margin: 0 0 25px 0;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body ul {
  padding-left: 25px;
  list-style-type: disc;
  margin: 0 0 25px 0;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body li {
  font-size: 15px;
  line-height: 1.5em;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body dl {
  padding: 0 0 25px 0;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body dt {
  font-weight: bold;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body dd {
  padding: 10px 0 18px 40px;
  font-size: 14px;
  line-height: 1.5em;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h1 {
  font-size: 34px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h2 {
  font-size: 30px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h3 {
  font-size: 26px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h4 {
  font-size: 22px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h5 {
  font-size: 20px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h6 {
  font-size: 18px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h1,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h2,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h3,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h4,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h5,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body h6 {
  padding-top: 0;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body blockquote p:before,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body blockquote p:after {
  font-family: 'FontAwesome';
  font-size: .7em;
  vertical-align: text-top;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body blockquote p:before {
  padding-right: 5px;
  content: "\f10d";
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body blockquote p:after {
  padding-left: 3px;
  content: "\f10e";
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body table {
  font-size: .9em;
  margin-bottom: 40px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body table th,
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body table td {
  padding: 7px 10px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-body table a {
  color: inherit;
  text-decoration: none;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 0 4px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-meta a {
  text-decoration: none;
}
.comments-section .commentslist .comment-block-container .comment-body-container .reply {
  display: inline-block;
  padding-left: 20px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .reply a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
}
.comments-section .commentslist .comment-block-container .comment-body-container .comment-edit {
  display: inline-block;
}
.comments-section .commentslist .comment-parent-author span {
  float: right;
  display: inline-block;
  font-size: 12px;
  padding: 0 4px;
}
.comments-section .commentslist .comment-parent-author span:before {
  font-family: 'FontAwesome';
  content: '\f061';
  font-size: .9em;
  padding: 0 5px 0 2px;
}
.comments-section .comment-navigation {
  width: 100%;
  clear: both;
}
.comments-section .comment-navigation .nav-next,
.comments-section .comment-navigation .nav-previous {
  display: inline-block;
}
.comments-section .comment-navigation .nav-previous {
  float: right;
}
.comments-section .comment-respond {
  width: 600px;
  margin: 30px auto 0;
}
.comments-section .comment-respond h3.comment-reply-title {
  font-size: 30px;
}
.comments-section .comment-respond form label {
  display: inline-block;
  width: 150px;
}
.comments-section .comment-respond form input[type="text"] {
  width: 400px;
  height: 30px;
  font-size: 16px;
}
.comments-section .comment-respond form textarea {
  width: 400px;
  height: 100px;
  font-size: 16px;
  vertical-align: text-top;
}
.comments-section .nocomments {
  margin: 10px 0 60px;
  font-size: 32px;
  text-align: center;
}
.archive-meta-container {
  text-align: center;
  padding: 25px 0 20px 25px;
}
.archive-meta-container .archive-head h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
.archive-meta-container .archive-description {
  margin: 0 auto;
  text-align: center;
  max-width: 675px;
}
.loop-section-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.loop-section-col a {
  text-decoration: none;
}
.loop-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
}
.loop-post-title h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 5px;
}
.loop-post-meta {
  font-size: 14px;
  padding-bottom: 10px;
}
.loop-post-excerpt {
  padding: 25px 0 0;
}
.loop-post-thumbnail {
  float: left;
}
.loop-post-thumbnail img {
  width: 100%;
}
.loop-post-text p {
  padding: 0;
}
.loop-container-section .read-more {
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.loop-container-section .read-more i {
  vertical-align: middle;
  padding-left: 4px;
}
.social-section {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.social-icons {
  display: inline-block;
}
.social-icons a {
  min-width: 24px;
  font-size: 22px;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  margin: 0 7px;
  vertical-align: text-bottom;
  border-radius: 23px;
}
.socialicons-mi,
.socialicons-mo {
  display: none;
}
.footerbox-section {
  font-size: 14px;
}
.footerbox-cols {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.footerbox-section .widget {
  margin-bottom: 40px;
}
.footerbox-section h4.widget-title {
  font-size: 26px;
  padding-bottom: 34px;
}
.footerbox-section ul {
  padding-left: 10px;
}
.footerbox-section ul li {
  padding: 2px 0;
  line-height: 1.7;
  list-style-type: none;
  list-style-position: outside;
}
.footerbox-section ul li:before {
  font-family: 'FontAwesome';
  content: "\f061";
  padding-right: 10px;
  padding-bottom: 3px;
  font-size: .7em;
  vertical-align: middle;
}
.footerbox-section select {
  width: 90%;
}
.footerbox-section .widget_text .textwidget {
  font-size: 18px;
  line-height: 1.7;
}
.footerbox-section .widget_tag_cloud .tagcloud a {
  line-height: 1.3;
  letter-spacing: 1px;
}
.footerbox-section .widget_calendar table {
  width: 90%;
  margin: 0 auto;
}
.footerbox-section .widget_calendar table caption {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
.footerbox-section .widget_calendar table thead th,
.footerbox-section .widget_calendar table tbody td {
  text-align: center;
  padding: 7px;
}
.footerbox-section .widget_calendar table tfoot td {
  padding-top: 20px;
  text-align: center;
}
.footerbox-section .widget_search .search-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
}
.footerbox-section .widget_search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: 0;
  min-height: 24px;
}
.footerbox-section .widget_search input[type="text"] {
  width: 80%;
}
.footerbox-section .widget_search input[type="submit"] {
  width: 20%;
}
.pri-sidebar-blog {
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-sidebar-blog .widget {
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 30px;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-sidebar-blog h4.widget-title {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 0 11px 10px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-sidebar-blog .widget > ul,
.pri-sidebar-blog .widget > div {
  padding: 0 10px;
}
.pri-sidebar-blog ul {
  padding: 0;
  margin: 0;
}
.pri-sidebar-blog ul li {
  padding: 2px 0;
  line-height: 1.7;
  list-style-type: none;
  list-style-position: outside;
}
.pri-sidebar-blog ul li:before {
  font-family: 'FontAwesome';
  content: "\f061";
  padding-right: 10px;
  padding-bottom: 3px;
  font-size: .7em;
  vertical-align: middle;
}
.pri-sidebar-blog select {
  width: 90%;
}
.pri-sidebar-blog .widget_evo_recentposts li:before {
  content: "";
}
.pri-sidebar-blog .widget_evo_recentposts .rp_block {
  width: 100%;
  float: left;
  clear: both;
  line-height: 1;
  padding-bottom: 5px;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_thumbnail {
  width: 22%;
  float: left;
  padding: 4px;
  line-height: 1;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_thumbnail img {
  width: 100%;
  vertical-align: top;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_content {
  width: 78%;
  float: left;
  padding-left: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_title {
  line-height: 1;
  padding: 0 0 0 5px;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_title a {
  line-height: 1;
}
.pri-sidebar-blog .widget_evo_recentposts .rp_date {
  padding: 5px 0 0 5px;
  font-style: italic;
  font-size: 14px;
}
.footer-section {
  padding: 18px 0;
}
.footer-section a {
  text-decoration: none;
}
.copyright {
  float: left;
  font-size: 14px;
}
#docsTab {
  position: relative;
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.docs-tab .doc-nav {
  width: 20%;
  float: left;
  display: block;
  clear: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.docs-tab .doc-nav ul {
  padding: 0;
  margin: 0;
}
.docs-tab .doc-nav li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  list-style-type: decimal;
  list-style-position: inside;
  border: 1px solid #efefef;
  border-top: 0;
  padding: 12px 0 12px 20px;
  color: #fff !important;
  background-color: #dc5600;
}
.docs-tab .doc-nav a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #fff !important;
}
.docs-tab .doc-nav li:first-child {
  border-top: 1px solid #efefef;
}
.docs-tab .doc-content {
  width: 80%;
  float: left;
  clear: none;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-docs .docs-container {
  padding-top: 50px;
}
.single-docs .docs-content {
  width: 75%;
  float: right;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.single-docs .sidebar-docs {
  width: 22%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-docs .docs-heading h1 {
  color: #333333;
  line-height: 1;
  padding: 0 0 18px;
  margin: 0;
}
.single-docs .docs-description {
  color: #444444;
}
.single-docs .linegrey {
  background-color: #DDDDDD;
  margin: 40px 0;
}
.docs-content {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: #444;
}
.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4,
.docs-content h5,
.docs-content h6,
.docs-content p {
  margin: 0;
  padding: 0;
}
.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4,
.docs-content h5,
.docs-content h6 {
  font-weight: 600;
  line-height: 3;
  color: #444;
}
.docs-content h1 {
  font-size: 30px;
}
.docs-content h2 {
  font-size: 28px;
}
.docs-content h3 {
  font-size: 26px;
}
.docs-content h4 {
  font-size: 25px;
}
.docs-content h5 {
  font-size: 24px;
}
.docs-content h6 {
  font-size: 23px;
}
.docs-content p {
  font-size: 17px;
  line-height: 1.7;
  padding: 0 0 15px;
}
.docs-content img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #e4e4e4;
}
.docs-content li {
  font-size: 17px;
  line-height: 2;
  padding-bottom: 5px;
}
.docs-content code {
  font-size: 16px;
  font-style: italic;
  background-color: #fff;
}
.docs-content .docs-title h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_evo_documentation_index {
  border: 1px solid #e5e5e5;
}
.widget_evo_documentation_index ul {
  padding: 0;
  margin: 0;
}
.widget_evo_documentation_index li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  list-style-type: none;
  list-style-position: inside;
  border-bottom: 1px solid #efefef;
  padding: 12px 0 12px 20px;
}
.widget_evo_documentation_index a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.gallery dl.gallery-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.gallery dl.gallery-item a {
  border: 0;
}
.gallery dl.gallery-item img {
  border: 1px solid #EEEEEE!important;
}
.gallery dl.gallery-item dd.wp-caption-text {
  padding-left: 0;
}
/* Pill style */
#scrollUp {
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  font-family: 'FontAwesome';
  text-decoration: none;
  opacity: .9;
  padding: 15px 20px;
}
/* Contact form 7 */
.wpcf7 {
  font-size: 18px;
}
.wpcf7 tr {
  height: 50px;
}
.wpcf7 table {
  border: 0 !important;
}
.wpcf7 td {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0 !important;
}
.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-not-valid-tip {
  padding-left: 20px;
}
.wpcf7 .wpcf7-submit {
  margin-left: 20px;
}
.wpcf7 textarea,
.wpcf7 .wpcf7-text {
  width: 400px;
  border: 1px solid #DDD;
  padding: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-text {
  height: 25px;
}
.bk-button-wrapper .woodemo-grey {
  color: #666666;
  background: #96588A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #e5e5e5));
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(bottom, #eeeeee 0%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #e5e5e5 100%);
  background-image: -ms-linear-gradient(bottom, #eeeeee 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #e5e5e5 100%);
  border: 1px solid #CCCCCC;
  font-weight: 600;
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  vertical-align: middle;
  left: 0;
  margin: 0;
  padding: 9.5px 16px;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  white-space: nowrap;
  overflow: visible;
  text-shadow: none;
}
.white {
  /* archives.less */
  /* cascade.less */
  /* comments.less */
  /* cta.less */
  /* fonts.less */
  /* footer.less */
  /* footerbox.less */
  /* grid.less */
  /* header.less */
  /* html-tags.less */
  /* less-librarya.less */
  /* logo.less */
  /* loop-home.less */
  /* loop.less */
  /* main-section.less */
  /* menu-template.less */
  /* menu-top.less */
  /* menu.less */
  /* mixin.less */
  /* plugins.less */
  /* posts.less */
  /* reset.less */
  /* responsive.less */
  /* shortcodes.less */
  /* skins-social-icons.less */
  /* skins.less */
  /* social-icons.less */
  /* structure.less */
  /* style.less */
  /* widget-footerbox.less */
  /* wp-defaults.less */
  /*
    .loop-twin-posts {
        
        border: 1px solid @content-section-border-color;
        border-bottom: 0;
        
        &:last-child {
            border-bottom: 1px solid @content-section-border-color;
        }
        
        .loop-section:first-child {
            border-left: 0 !important;
            border-right: 1px solid @content-section-border-color;
        }
        .loop-section:last-child {
            border-left: 1px solid @content-section-border-color;
        }

    }
    */
}
.white .archive-meta-container .archive-head h1 {
  color: #444444;
}
.white .comments-section .commentslist .comment-block-container {
  border: 1px solid #e9e9e9;
}
.white .comments-section .commentslist .comment-block-container .comment-info-container .comment-author-name a,
.white .comments-section .commentslist .comment-block-container .comment-info-container .comment-author-name cite {
  color: #444444;
}
.white .comments-section .commentslist .comment-block-container .comment-body-container {
  border-left: 1px solid #e9e9e9;
}
.white .comments-section .commentslist .comment-block-container .comment-body-container .comment-meta {
  background-color: #e8e8e8;
}
.white .comments-section .commentslist .comment-block-container .comment-body-container .comment-meta a {
  color: #333333;
}
.white .comments-section .commentslist .comment-block-container .comment-body-container .reply a {
  color: #333333;
}
.white .comments-section .commentslist .comment-parent-author span {
  color: #333333;
  background-color: #e8e8e8;
}
.white .comments-section .nocomments {
  color: #333333;
}
.white .cta-bg-section {
  background-color: #ffffff;
}
.white .cta-buttons .cta-button-1 a {
  -moz-box-shadow: 0px 1px 9.5px 0.5px rgba(127, 126, 126, 0.74);
  background-color: #e2591c;
  //background-color: #6b9c0a;
  color: #ffffff;
}
.white .cta-buttons .cta-button-2 a {
  -moz-box-shadow: 0px 1px 9.5px 0.5px rgba(127, 126, 126, 0.74);
  background-color: #6b9c0a;
  color: #ffffff;
}
.white .footer-bg-section {
  background-color: #252525;
}
.white .site-title a,
.white .site-description {
  color: #333333;
}
.white.home-template .loop-thumbnail img,
.white.archive-template .loop-thumbnail img {
  border: 1px solid #bbbbbb;
}
.white.home-template .read-more,
.white.archive-template .read-more {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  color: #333333;
}
.white.home-template .archive-nav,
.white.archive-template .archive-nav {
  border-left: 1px solid #ffffff;
}
.white.home-template .archive-nav a,
.white.archive-template .archive-nav a {
  color: #d75800;
}
.white .primarymenu-resp i {
  color: #eeeeee;
  background-color: #1d1d1d;
}
.white #scrollUp {
  color: #999999;
  background-color: #eaeaea;
}
.white #scrollUp:hover {
  background-color: #e1e1e1;
}
.white.post-template .post-meta .meta-author-url a {
  color: #d75800;
}
.white.post-template .tags-below-content a {
  color: #444444;
  border: 1px solid #666666;
}
.white.post-template .post-content a:link,
.white.post-template .comment-body a:link {
  color: #d75800;
}
.white.post-template .post-content a:visited,
.white.post-template .comment-body a:visited {
  color: #d75800;
}
.white.post-template .post-content a:hover,
.white.post-template .comment-body a:hover {
  color: #b34900;
}
.white.post-template .post-content a:active,
.white.post-template .comment-body a:active {
  color: #be4e00;
}
.white.post-template .post-content blockquote p:before,
.white.post-template .comment-body blockquote p:before,
.white.post-template .post-content blockquote p:after,
.white.post-template .comment-body blockquote p:after {
  color: #666666;
}
.white.post-template .post-content table,
.white.post-template .comment-body table {
  border: 1px solid #999999;
}
.white.post-template .post-content table th,
.white.post-template .comment-body table th {
  background-color: #e7e7e7;
}
.white.post-template .post-content table thead th,
.white.post-template .comment-body table thead th {
  border-bottom: 1px solid #999999;
}
.white.post-template .post-content table tbody th,
.white.post-template .comment-body table tbody th {
  border-right: 1px solid #999999;
}
.white.post-template .post-content pre,
.white.post-template .comment-body pre,
.white.post-template .post-content code,
.white.post-template .comment-body code,
.white.post-template .post-content kbd,
.white.post-template .comment-body kbd,
.white.post-template .post-content tt,
.white.post-template .comment-body tt,
.white.post-template .post-content var,
.white.post-template .comment-body var {
  background-color: #e7e7e7;
}
.white.post-template .post-nav a,
.white.post-template .comment-navigation a {
  color: #d75800;
}
@media only screen and (max-width: 1056px) {
  .white .primarymenu-section {
    background-color: #f5f5f5;
  }
  .white .primarymenu-section li a {
    border-bottom: 1px solid #bbbbbb;
  }
}
@media only screen and (max-width: 850px) {
  .white {
    /*
        div.loop-twin-posts {border-top: 0;}
        div.loop-twin-posts:first-child {border-top: 1px solid @content-section-border-color;}
        div.loop-twin-posts .loop-section { border-bottom: 1px solid @content-section-border-color; border-left: 0 !important; border-right: 0 !important;}
        */
  }
  .white div.mudpack-service {
    border-bottom: 0;
  }
}
.white .mudpack-cb-icon-location-left.mudpack-cb-icon-border-circular .mudpack-cb-icon i {
  color: #333333;
}
.white .mudpack-cb-icon-location-top.mudpack-cb-icon-border-circular .mudpack-cb-icon i {
  color: #333333;
  border: 1px solid #333333;
}
.white .mudpack-service .mudpack-service-image a img {
  border: 1px solid #bbbbbb;
}
.white .mudpack-service .mudpack-service-text a {
  color: #111111;
}
.white .mudpack-service .mudpack-service-text a i {
  border: 1px solid #444444;
  color: #444444;
}
.white .mudpack-service .mudpack-service-text :hover a {
  color: #dddddd;
}
.white .social-icons a {
  color: #aaaaaa;
  border: 1px solid #bbbbbb;
}
.white .socialicons-mi {
  background-color: #666666;
  border-color: #666666;
  color: #f2f2f2;
}
.white .socialicons-mo {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #aaaaaa;
}
.white .header-bg-section {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
.white .featured-box,
.white .headlines,
.white .mudpack-service {
  border-top: 1px solid #e9e9e9;
}
.white .mudpack-service .mudpack-service-link a {
  color: #333333;
  background-color: #e7e7e7;
}
.white .footerbox-section a:link {
  color: #d75800;
}
.white .footerbox-section a:visited {
  color: #d75800;
}
.white .footerbox-section a:hover {
  color: #b34900;
}
.white .footerbox-section a:active {
  color: #be4e00;
}
.white .footerbox-section ul li:before {
  color: #666666;
}
.white .footerbox-section .widget-title {
  color: #000000;
}
.white .footerbox-section .widget {
  color: #000000;
}
.white .footerbox-section .widget_calendar table thead th,
.white .footerbox-section .widget_calendar table tbody td {
  background-color: #f3f3f3;
  border: 4px solid #ffffff;
}
.white .footerbox-section .widget_calendar table tbody td.pad {
  background-color: #ffffff;
}
.white .footerbox-section .widget_search .search-box {
  border: 1px solid #cccccc;
}
.white .footerbox-section .widget_search input[type="submit"] {
  border-left: 1px solid #cccccc;
}
.white .pri-sidebar-blog a:link {
  color: #333;
}
.white .pri-sidebar-blog a:visited {
  color: #333;
}
.white .pri-sidebar-blog a:hover {
  color: #333;
}
.white .pri-sidebar-blog a:active {
  color: #333;
}
.white .pri-sidebar-blog .widget {
  border: 1px solid #eee;
}
.white .pri-sidebar-blog h4.widget-title {
  background-color: #333333;
  color: #FFFFFF;
}
.white .pri-sidebar-blog .widget_evo_recentposts .rp_thumbnail {
  border: 1px solid #CCC;
}
.white .wp-caption {
  background-color: #e7e7e7;
}
.white .wrapper {
  background-color: #ffffff;
}
.white .primarymenu-section li.current-menu-item > a,
.white .primarymenu-section li.current-menu-ancestor > a {
  background-color: #f5f5f5;
  color: #666666;
}
.white .primarymenu-section li.current-menu-item > a:hover,
.white .primarymenu-section li.current-menu-ancestor > a:hover {
  background-color: #f5f5f5;
  color: #d75800;
}
.white .primarymenu-section a {
  color: #222;
  background-color: #f5f5f5;
}
.white .primarymenu-section a:hover {
  background-color: #f5f5f5;
  color: #d75800;
}
.white .primarymenu-section .sub-menu,
.white .primarymenu-section .children {
  box-shadow: 3px 3px 7px #777777;
}
.white .primarymenu-section .sub-menu li a,
.white .primarymenu-section .children li a {
  color: #666666;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.white .primarymenu-section .sub-menu li a:hover,
.white .primarymenu-section .children li a:hover {
  color: #d75800;
  background-color: #fdfdfd;
}
.white .primarymenu-section .sub-menu li:last-child a,
.white .primarymenu-section .children li:last-child a {
  border-bottom: 0;
}
.white .loop-post-title a {
  color: #444444;
}
.white .loop-meta-author a {
  color: #d75800;
}
.white .archive-meta-container .author a {
  color: #d75800;
}
.white .footer-section,
.white .footer-section a {
  color: #f3f3f3;
}
.social-icons-colored .icon a {
  color: #ffffff;
}
.social-icons-colored .facebook-icon a {
  background-color: #526ba4;
}
.social-icons-colored .twitter-icon a {
  background-color: #2aa9df;
}
.social-icons-colored .google-icon a {
  background-color: #de561a;
}
.social-icons-colored .rss-icon a {
  background-color: #f9a043;
}
.social-icons-colored .pinterest-icon a {
  background-color: #cf292c;
}
.social-icons-colored .linkedin-icon a {
  background-color: #6592bc;
}
.social-icons-colored .tumblr-icon a {
  background-color: #69758a;
}
.social-icons-colored .youtube-play-icon a {
  background-color: #c10c0c;
}
.social-icons-colored .instagram-icon a {
  background-color: #618cae;
}
.social-icons-colored .github-icon a {
  background-color: #4382c5;
}
.social-icons-colored .bitbucket-icon a {
  background-color: #013567;
}
.social-icons-colored .flickr-icon a {
  background-color: #ff0084;
}
.social-icons-colored .dribbble-icon a {
  background-color: #f46899;
}
.social-icons-colored .skype-icon a {
  background-color: #04b3ec;
}
.social-icons-colored .stack-overflow-icon a {
  background-color: #fea501;
}
.social-icons-colored .vimeo-square-icon a {
  background-color: #5bc8ff;
}
.social-icons-colored .xing-icon a {
  background-color: #005d5d;
}
.bbpress .main-section {
  padding-bottom: 100px;
}
.bbpress .content-section {
  margin: 0 auto;
  padding-top: 50px;
}
.bbpress .inner-content-section {
  width: 1040px;
}
.bbpress .post-title {
  text-align: left;
}
.bbpress .post-title h1 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.3;
  padding-bottom: 15px;
}
.bbpress .post-title i {
  font-size: 20px;
}
.bbpress .post-content {
  padding-top: 0;
}
.single-product .main-section {
  padding-bottom: 0;
}
.single-product .product-bottom-buttons.cta-buttons {
    float: none;
    margin: 70px auto;
    width: 100%;
    text-align:center;
}
.single-product .product-bottom-buttons.cta-buttons .trial-message {
    display: block;
    text-align: center;
    margin: 40px 0 0;
}
.ew-content-section {
  margin-top: 40px;
}
.woocommerce-account .post-title i {
  font-size: 30px;
}
.woocommerce-account form.login {
  width: 350px;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 25px 20px !important;
}
.woocommerce-account form.login p.form-row {
  width: 97% !important;
  float: left;
  clear: both;
}
.woocommerce-account form.login p.form-row label {
  padding-bottom: 3px;
}
.woocommerce-account form.login p.form-row .input-text {
  font-size: 22px;
  height: 32px;
  font-weight: 400;
}
.woocommerce-account form.login p.form-row a.lost_password {
  float: right;
  font-size: 14px;
  text-decoration: none;
  padding: 0 5px;
  color: #333333;
  border-bottom: 1px double #555555;
}
.woocommerce-account form.login p.form-row-last {
  margin-bottom: 25px;
}
/** Single Product Page **/
.woocommerce div.product div.images img {
  box-shadow: none !important;
}
.woocommerce div.product div.images {
  width: 43% !important;
}
.woocommerce div.product div.summary {
  width: 52% !important;
}
.woocommerce .product .summary p {
  font-size: 17px;
  line-height: 1.75;
  color: #555555;
}
.woocommerce .product .summary h1 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px !important;
  color: #444444;
}
.woocommerce .product .summary .price {
  font-size: 18px !important;
  margin-bottom: 15px !important;
}
.woocommerce .product .summary .cart {
  padding-top: 8px;
}
.woocommerce .product .summary .trial-message {
  //width: 250px;
  //padding: 10px;
  //background-color: #FFFFFF;
  //border: 1px solid #E5E5E5;
  padding-top: 30px;
  //letter-spacing: 1px;
}
.woocommerce .product .summary .trial-message {
  font-size: 14px;
  color: #000;
}
.woocommerce .product .summary .trial-message i {
  padding-left: 3px;
}
.woocommerce .product .woo-single-content {
  padding-top: 40px;
  clear: both;
}
body.woocommerce button.button,
body .bk-button {
  line-height: 16px;
}
/** Message **/
.single-product .woocommerce-message,
.single-product .woocommerce-error {
  margin-top: -10px;
  margin-bottom: 50px !important;
}
/** Cart **/
.woocommerce-cart .shop_table .cart_table_item td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-cart .shop_table .cart_table_item td a {
  color: #333333 !important;
}
.woocommerce-cart .shop_table .cart_table_item td a.remove {
  color: #dc4f51 !important;
}
.woocommerce-cart .shop_table .cart_table_item td a.remove:hover {
  color: #EEEEEE !important;
}
.woocommerce-cart .shop_table td.actions {
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}
.woocommerce-cart .shop_table td.actions input[name=coupon_code] {
  width: 100px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 250px;
  float: right !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-top: 10px !important;
  padding-top: 12px !important;
}
.woocommerce-checkout .post-content {
  margin-top: -20px !important;
  padding-top: 0 !important;
}
.woocommerce-checkout .post-content a {
  color: #333333 !important;
}
.woocommerce-checkout .post-content .col-1 {
  width: 60% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: none !important;
  border: 1px solid #EEE;
  padding: 20px 25px;
  overflow: hidden;
}
.woocommerce-checkout .post-content label {
  padding-bottom: 6px;
}
.woocommerce-checkout .post-content .form-row {
  margin-bottom: 10px !important;
}
.woocommerce-checkout .post-content .input-text {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5 !important;
}
.woocommerce-checkout .post-content .create-account {
  padding-top: 10px;
  clear: both;
}
.woocommerce-checkout .post-content p.terms {
  font-size: 16px;
}
.woocommerce-account.logged-in .dashboard-faq {
  padding-top: 8px;
}
.woocommerce-account.logged-in .dashboard-faq span {
  display: block;
  line-height: 1.5;
}
.woocommerce-account.logged-in .dashboard-faq .question {
  font-weight: bold;
}
.woocommerce-account.logged-in .dashboard-faq .answer {
  padding-bottom: 12px;
}
.woocommerce-account.logged-in form input.input-text {
  color: #444;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5 !important;
}
.woocommerce-account.logged-in form input[type="submit"] {
  background-color: #d56700;
  color: #FFFFFF;
}
.woocommerce-account.logged-in form input[type="submit"]:hover {
  background-color: #ef7300;
  color: #FFFFFF;
}
.woocommerce-account.logged-in form .form-row-wide {
  margin-bottom: 30px;
}
.woocommerce-account.logged-in a.button {
  background-color: #d56700;
  color: #FFFFFF !important;
}
.woocommerce-account.logged-in a.button:hover {
  background-color: #ef7300;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce form.login {
  border: 1px solid #dddddd;
}
.woocommerce-account .woocommerce form.login input[type="text"],
.woocommerce-account .woocommerce form.login input[type="password"] {
  color: #444444;
  border: 1px solid #dddddd;
  font-size: 20px;
  line-height: 1.2 !important;
  padding: 2px 5px;
}
.woocommerce-account .woocommerce form.login input[type="submit"] {
  background-color: #d56700;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce form.login input[type="submit"]:hover {
  background-color: #ef7300;
}
.woocommerce-account .woocommerce form.login .lost_password a {
  text-decoration: none;
}
.woocommerce-account .lost_reset_password input[type="text"] {
  font-size: 22px;
  line-height: 1.4 !important;
  border: 1px solid #dddddd;
}
.woocommerce-account .lost_reset_password input[type="submit"] {
  background-color: #d56700;
  color: #FFFFFF;
}
.woocommerce-account .lost_reset_password input[type="submit"]:hover {
  background-color: #ef7300;
  color: #FFFFFF;
}
/* Later */
.single-docs .post-content {
  color: #333333;
}
.single-docs .post-content img {
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.woocommerce.single-product .woo-single-content .cbjab-info a {
  color: #ad74a2;
}
.white.post-template .post-content code {
  background-color: #ECECEC !important;
  padding: 0 5px !important;
}

/* Later */
.single-docs .post-content {
  color: #333333;
}
.single-docs .post-content img {
  padding: 5px;
  border: 1px solid #e9e9e9;
}
.woocommerce.single-product .woo-single-content .cbjab-info a {
  color: #ad74a2;
}
.white.post-template .post-content code {
  background-color: #ECECEC !important;
  padding: 0 5px !important;
}
.woocommerce-cart td.actions{
  display: none;
}
.docs-content .gallery dl.gallery-item img {
padding: 2px;
border: 1px solid #e1e1e1 !important;
}

a.add_to_cart_amember_button {
    display: block;
    float: left;
    vertical-align: middle;
    background-color: #a46497;
    color: #fff;
    line-height: 16px;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    margin: 0;
    overflow: visible;
    padding: 0.700em 1.2em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}