/*!
 * Theme Name: WPEnjoy
 * Theme URI: https://wpenjoy.com
 * Description: Default theme for WPEnjoy.com
 * Version: 1.0.2
 * Author: WPEnjoy Team
 * Author URI: https://wpenjoy.com/
 * Tags: responsive-layout
 * Text Domain: wpenjoy
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
 /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(assets/css/normalize.css);
@import url(assets/css/font-awesome.min.css);
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  clear: both; }

/* Start Here */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Rubik',"Helvetica Neue",Helvetica,sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus {
    outline: none; }

textarea {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Rubik',"Helvetica Neue",Helvetica,sans-serif;
  padding: 10px 10px;
  transition: .3s border-color;
  box-sizing: border-box; }
  textarea:focus {
    border-color: #666;
    outline: none; }

body {
  font-family: 'Rubik',"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333534; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik',"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
  line-height: 1.35; }

a:link,
a:visited {
  color: #0099e5;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #0099e5;
  text-decoration: underline; }

a:active {
  outline: none; }

strong {
  font-weight: 600; }

button,
a.btn,
button.btn,
a:visited.btn,
.header-action .nav-link a,
input[type="button"],
input[type="submit"] {
  background-color: #0099e5;
  font-family: 'Rubik',"Helvetica Neue",Helvetica,sans-serif;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none; }
  button:hover,
  a.btn:hover,
  button.btn:hover,
  a:visited.btn:hover,
  .header-action .nav-link a:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    text-decoration: none; }

div.bbp-submit-wrapper button,
.entry-content input[type="submit"],
#comments input[type="submit"] {
  -webkit-appearance: none; }

a.btn.orange,
button.btn.orange {
  background-color: #f85a40; }

a.btn.green,
button.btn.green,
input[type="submit"].green {
  background-color: #34bf49; }

a.btn.primary,
button.btn.primary {
  background-color: #0099e5; }

a.btn.gray,
button.btn.gray,
input[type="submit"].gray {
  background-color: #b7b7b7; }

.container {
  width: 1080px;
  margin: 0 auto; }

#site-header {
  background-color: #0099e5;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  z-index: 999;
  box-shadow: 0 0 1px #D2D0CE;
  box-sizing: border-box; }

.site-branding {
  height: 80px;
  float: left;
  margin-right: 16px;
  overflow: hidden; }
  .site-branding img {
    height: 80px;
    width: auto; }

.site-title a {
  color: #333534;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 40px;
  text-decoration: none; }
  .site-title a:hover {
    color: #333534;
    text-decoration: none; }

.main-navigation {
  float: left;
  margin-top: 30px; }
  .main-navigation ul li {
    float: left; }
    .main-navigation ul li a {
      border-top: 2px solid transparent;
      border-bottom: 2px solid transparent;
      color: #fff;
      display: block;
      font-size: 15px;
      margin: 0 15px;
      line-height: 20px;
      position: relative; }
      .main-navigation ul li a:hover {
        border-bottom-color: #fff;
        text-decoration: none; }

.header-action {
  float: right; }
  .header-action li {
    float: left;
    line-height: 80px; }
    .header-action li.login-link {
      position: relative;
      margin-right: 20px; }
      .header-action li.login-link a {
        color: #fff;
        display: block;
        font-size: 15px;
        height: 20px;
        line-height: 20px;
        margin-top: 30px;
        text-decoration: none; }
        .header-action li.login-link a:hover {
          border-bottom: 1px solid #fff;
          color: #fff;
          text-decoration: none; }
      .header-action li.login-link:hover .header-login-reg-wrap {
        visibility: visible;
        opacity: 1; }
    .header-action li.nav-link a {
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff;
      display: block;
      font-size: 15px;
      height: 28px;
      line-height: 28px;
      margin-top: 24px;
      padding: 0 15px;
      text-decoration: none;
      text-transform: uppercase; }
      .header-action li.nav-link a:hover {
        background-color: #fff;
        color: #0099e5;
        text-decoration: none; }
    .header-action li.nav-menu {
      color: #fff;
      display: none;
      margin-right: 15px; }
      .header-action li.nav-menu:hover {
        color: #fff;
        cursor: pointer; }
  .header-action a.btn {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px; }

.home .nav-btn {
  display: none; }

.header-login-reg-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 46px;
  right: 0;
  padding-top: 14px;
  z-index: 9999;
  transition: all 300ms ease-in-out; }

.header-login-reg {
  box-shadow: rgba(190, 190, 190, 0.5) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.5) 0px 1px 5px;
  position: relative; }
  .header-login-reg:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 32px;
    top: -8px;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .header-login-reg .login-reg-content {
    background-color: #fff;
    line-height: 1.5;
    width: 225px;
    padding: 20px 20px;
    position: relative;
    z-index: 99; }
    .header-login-reg .login-reg-content .login-reg-text {
      color: #999;
      margin-bottom: 10px;
      text-align: center; }
      .header-login-reg .login-reg-content .login-reg-text strong {
        color: #333;
        display: block; }
      .header-login-reg .login-reg-content .login-reg-text .user-email {
        display: block;
        font-size: 0.95em;
        font-family: georgia,serif;
        text-transform: lowercase; }
    .header-login-reg .login-reg-content .login-reg-buttons {
      text-align: center; }
      .header-login-reg .login-reg-content .login-reg-buttons a {
        color: #333;
        display: inline-block; }
        .header-login-reg .login-reg-content .login-reg-buttons a:hover {
          color: #0099e5; }

#featured-content {
  background: #0099e5;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative; }
  #featured-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px; }
  #featured-content p {
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0 auto 30px;
    max-width: 600px; }
  #featured-content .action-button {
    width: 100%; }
    #featured-content .action-button a.btn {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      height: 52px;
      line-height: 52px;
      padding: 0 30px; }
  #featured-content .join-link {
    padding: 10px 0 0 30px; }
    #featured-content .join-link a {
      border-bottom: 2px solid #0099e5;
      color: #0099e5;
      padding-bottom: 2px; }
      #featured-content .join-link a:hover {
        border-color: #f85a40;
        color: #f85a40;
        text-decoration: none; }

.section-header {
  margin-bottom: 40px;
  text-align: center; }

h2.section-title {
  font-size: 32px;
  font-weight: 700; }

.section-desc {
  color: #999;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.4; }

.home-themes .container,
#home-posts .container {
  position: relative; }

.home-themes {
  padding: 50px 0 10px; }
  .home-themes .theme-item {
    margin-bottom: 40px; }

.themes-loop .theme-item {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  line-height: 0.8;
  transition: 0.2s all; }
  .themes-loop .theme-item:hover {
    border-color: #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
  .themes-loop .theme-item img {
    line-height: 0.5;
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .themes-loop .theme-item .item-header {
    border-top: 1px solid #f0f0f0;
    padding: 10px 10px 10px 15px; }
    .themes-loop .theme-item .item-header:after {
      content: " ";
      clear: both;
      display: block; }
  .themes-loop .theme-item .entry-title {
    display: inline-block;
    font-size: 1em;
    position: relative;
    top: 2px; }
    .themes-loop .theme-item .entry-title a {
      color: #333;
      font-weight: 700; }
      .themes-loop .theme-item .entry-title a:hover {
        color: #0099e5;
        text-decoration: none; }
  .themes-loop .theme-item .demo-buy {
    float: right; }
    .themes-loop .theme-item .demo-buy a {
      border: 1px solid #0099e5;
      color: #0099e5;
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      height: 26px;
      padding: 0 8px;
      line-height: 26px;
      border-radius: 2px; }
      .themes-loop .theme-item .demo-buy a:hover {
        background-color: #0099e5;
        border-color: #0099e5;
        color: #fff;
        text-decoration: none; }

.browser {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 1;
  background-color: #f9f9f9;
  vertical-align: middle; }
  .browser .browser-round {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px; }
    .browser .browser-round span {
      float: left;
      width: 6px;
      height: 6px;
      line-height: 1;
      border-radius: 50%;
      margin-right: 4px; }
      .browser .browser-round span.green {
        background-color: #6eb34a; }
      .browser .browser-round span.yellow {
        background-color: #dfac53; }
      .browser .browser-round span.red {
        background-color: #d7665d; }

#home-features {
  margin-bottom: 40px; }
  #home-features .feature {
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s all; }
    #home-features .feature h3 {
      color: #333;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 50px;
      margin-bottom: 15px; }
      #home-features .feature h3:after {
        clear: both;
        content: " ";
        display: block; }
    #home-features .feature .feature-content {
      color: #333;
      font-size: 15px; }

.svg {
  float: left;
  fill: #0099e5;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0; }

.section-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.home-slogan {
  background-color: #34bf49;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  .home-slogan .container {
    position: relative;
    z-index: 10; }
  .home-slogan .section-overlay {
    background-image: url(assets/img/section-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.04;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .home-slogan h2.section-title {
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px; }
  .home-slogan .slogan-link a {
    background-color: transparent;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff; }
    .home-slogan .slogan-link a:hover {
      background-color: #fff;
      color: #34bf49; }
  .home-slogan .slogan-link .themes-link {
    color: #fff; }
  .home-slogan .slogan-link .join-link {
    margin: 0 0 0 30px; }

.content-loop .hentry {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
  padding: 0 0 25px 0; }
  .content-loop .hentry:after {
    display: block;
    clear: both;
    content: " "; }
  .content-loop .hentry.last {
    margin-bottom: 0;
    border-bottom: none; }
  .content-loop .hentry .thumbnail-link {
    display: block;
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    line-height: 1; }
    .content-loop .hentry .thumbnail-link img {
      width: 100%;
      height: auto; }
  .content-loop .hentry .entry-header .entry-title {
    font-size: 1.8em; }
    .content-loop .hentry .entry-header .entry-title a {
      color: #0099e5; }
    .content-loop .hentry .entry-header .entry-title a:hover {
      color: #f85a40;
      text-decoration: none; }
  .content-loop .hentry .wp-post-image {
    border: 1px solid #e9e9e9; }
  .content-loop .hentry .entry-summary {
    margin-bottom: 10px; }

.entry-header h1.entry-title,
.entry-header h2.entry-title {
  font-size: 1.8em;
  line-height: 1.4;
  margin-bottom: 10px; }
  .entry-header h1.entry-title a,
  .entry-header h2.entry-title a {
    color: #333534; }
    .entry-header h1.entry-title a:hover,
    .entry-header h2.entry-title a:hover {
      color: #0099e5; }
.entry-header .entry-meta {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px; }
  .entry-header .entry-meta a {
    color: #777;
    border-bottom: 1px solid #ddd; }
    .entry-header .entry-meta a:hover {
      border-bottom-color: #f85a40;
      color: #f85a40;
      text-decoration: none; }

.page-header {
  background-color: #0099e5;
  margin-bottom: 50px;
  padding: 30px 0;
  position: relative;
  text-align: center; }
  .page-header .container {
    position: relative; }
  .page-header h1 {
    color: #fff;
    font-size: 30px; }
  .page-header .sales-counter {
    color: #999;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 20px; }
    .page-header .sales-counter strong {
      color: #f85a40;
      font-weight: 700;
      margin: 0 2px; }
    .page-header .sales-counter span {
      color: #f85a40; }

#primary.full-width {
  float: none;
  width: 100% !important; }

.page-template-page-partner-login #primary,
.page-template-page-partner-register #primary {
  float: none;
  width: 674px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-tiny #primary {
  float: none;
  width: 674px;
  margin-left: auto;
  margin-right: auto; }

.layout-2c-l #primary {
  float: left;
  width: 740px;
  margin-bottom: 50px; }

.layout-1c #primary {
  width: 100%; }

.home #primary {
  float: none;
  width: 100%;
  margin-bottom: 0; }
.home .site-footer {
  margin-top: 0; }

#secondary {
  float: right;
  width: 300px;
  /* Widget - Single Theme */ }
  #secondary .widget {
    border: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 25px; }
    #secondary .widget .widget-title {
      font-size: 1.4em;
      font-weight: 300;
      margin-bottom: 15px; }
    #secondary .widget a:hover {
      color: #f85a40; }
    #secondary .widget a.btn:hover {
      color: #fff; }
    #secondary .widget ul li {
      margin-bottom: 10px;
      list-style: none;
      line-height: 1.4;
      position: relative; }
      #secondary .widget ul li:last-child {
        margin-bottom: 0; }
  #secondary .widget_search input[type="search"] {
    width: 175px; }
  #secondary .widget_search input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding-left: 11px;
    padding-right: 11px; }
  #secondary .widget_media_image {
    background: none;
    border: none;
    padding: 0; }
    #secondary .widget_media_image img {
      max-width: 100%;
      height: auto; }
  #secondary .widget_text img {
    max-width: 100%;
    margin-bottom: 10px; }
  #secondary .widget-theme-extra {
    border: 1px solid #e9e9e9;
    padding: 20px; }
    #secondary .widget-theme-extra .edd_price_options {
      margin-bottom: 18px; }
      #secondary .widget-theme-extra .edd_price_options ul li {
        margin-bottom: 5px; }
    #secondary .widget-theme-extra .action-button {
      margin-bottom: 12px;
      text-align: center; }
      #secondary .widget-theme-extra .action-button .btn {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
        padding: 6px 10px; }
        #secondary .widget-theme-extra .action-button .btn:hover {
          color: #fff; }
    #secondary .widget-theme-extra .edd_purchase_submit_wrapper {
      height: 54px;
      overflow: hidden;
      margin-bottom: 20px; }
    #secondary .widget-theme-extra .upgrade-button {
      margin-bottom: 10px; }
      #secondary .widget-theme-extra .upgrade-button a {
        text-decoration: none; }
    #secondary .widget-theme-extra .edd-submit.button {
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px;
      padding: 0 10px;
      height: 52px;
      line-height: 52px;
      overflow: hidden;
      text-align: center; }
      #secondary .widget-theme-extra .edd-submit.button:hover {
        color: #fff; }
    #secondary .widget-theme-extra .theme-price {
      border-bottom: 1px solid #e9e9e9;
      font-size: 16px;
      margin: -4px 0 20px;
      padding-bottom: 12px; }
      #secondary .widget-theme-extra .theme-price:after {
        content: " ";
        clear: both;
        display: block; }
      #secondary .widget-theme-extra .theme-price .price {
        color: #34bf49;
        font-weight: 600; }
      #secondary .widget-theme-extra .theme-price .sales-counter {
        font-size: 16px;
        float: right;
        color: #999; }
        #secondary .widget-theme-extra .theme-price .sales-counter strong {
          color: #f85a40;
          font-weight: 600;
          margin: 0 2px; }
        #secondary .widget-theme-extra .theme-price .sales-counter span {
          color: #f85a40; }
    #secondary .widget-theme-extra ul.theme-features li {
      font-size: 15px;
      padding-left: 1px; }
      #secondary .widget-theme-extra ul.theme-features li:before {
        color: #34bf49;
        content: '\f046';
        display: inline-block;
        font-family: fontawesome;
        margin-right: 8px; }
      #secondary .widget-theme-extra ul.theme-features li span {
        font-weight: 600; }
    #secondary .widget-theme-extra ul.theme-info {
      font-size: 14px; }
      #secondary .widget-theme-extra ul.theme-info span {
        display: inline-block; }
      #secondary .widget-theme-extra ul.theme-info em {
        font-weight: 600; }
        #secondary .widget-theme-extra ul.theme-info em a {
          border-bottom: 1px dotted #aaa;
          color: #999;
          padding-bottom: 2px; }
          #secondary .widget-theme-extra ul.theme-info em a:hover {
            border-bottom-color: #333;
            color: #333;
            text-decoration: none; }
      #secondary .widget-theme-extra ul.theme-info .quick-links {
        color: #999; }
  #secondary .widget-promo p {
    font-size: 14px;
    margin-bottom: 20px; }
    #secondary .widget-promo p:last-child {
      margin-bottom: 0; }
  #secondary .widget-promo .btn {
    box-sizing: border-box;
    background-color: #34bf49;
    font-weight: 700;
    width: 100%; }

/* Blog Page */
.blog-page #primary {
  float: left;
  width: 740px; }
.blog-page .page-header {
  text-align: left; }
  .blog-page .page-header:after {
    margin-left: 0; }

.pagination {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
  text-align: center; }
  .pagination .page-numbers {
    font-size: 15px;
    margin: 0;
    background-color: #fafafa;
    padding: 6px 13px;
    border: 1px solid #e1e8ed;
    color: #333;
    border-radius: 3px;
    display: inline-block; }
    .pagination .page-numbers:hover {
      background-color: #f5f5f5;
      color: #0099e5;
      text-decoration: none; }
    .pagination .page-numbers.current {
      color: #0099e5; }

/* Single Theme Page */
.single-themes #primary {
  float: left;
  width: 740px; }
.single-themes #secondary {
  margin-top: 0; }
.single-themes .entry-content img {
  border: none; }

.unique-features {
  margin-bottom: 15px; }
  .unique-features li {
    margin-bottom: 15px; }
    .unique-features li .wrap {
      background-color: #f9f9f9;
      border-radius: 3px;
      padding: 20px 20px 20px 80px;
      position: relative;
      transition: 0.4s all; }
      .unique-features li .wrap:hover {
        background-color: #f1f2f3; }
    .unique-features li h3 {
      font-size: 1.3em;
      margin-bottom: 10px; }
    .unique-features li p {
      color: #999;
      font-size: 14px; }
    .unique-features li .fa {
      color: #0099e5;
      font-size: 42px;
      margin-bottom: 10px;
      position: absolute;
      left: 20px;
      top: 20px; }
    .unique-features li .fa-mobile {
      font-size: 64px;
      top: 18px; }

/* Single Theme Page */
.single-themes #site-header {
  margin-bottom: 40px; }
.single-themes h1 {
  display: inline-block;
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 20px; }
.single-themes .header-demo {
  color: #999;
  display: inline-block;
  font-size: 1em;
  margin-left: 15px;
  position: relative;
  top: -5px; }
  .single-themes .header-demo strong {
    color: #0099e5;
    font-weight: 600;
    margin: 0 2px; }
  .single-themes .header-demo a {
    background-color: #0099e5;
    display: block;
    color: #fff;
    padding: 4px 10px; }
    .single-themes .header-demo a:hover {
      text-decoration: none; }

.breadcrumbs {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px; }
  .breadcrumbs strong {
    color: #333;
    font-weight: 600; }

.theme-screens {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; }
  .theme-screens .thumbnail-link {
    display: block; }

.mobile-screen {
  position: absolute;
  width: 320px;
  height: 672px;
  right: 10px;
  bottom: 0;
  z-index: 100; }
  .mobile-screen .marvel-device {
    transform: scale(0.4); }
  .mobile-screen img {
    max-width: 100%; }

.theme-demo {
  border: 1px solid #e9e9e9;
  line-height: 0.5;
  position: relative;
  width: 530px; }
  .theme-demo img {
    max-width: 100%; }
  .theme-demo .thumbnail-link {
    display: block;
    line-height: 0.5;
    position: relative;
    transition: 0.3s all; }

.theme-demo,
.item-thumbnail {
  position: relative; }

/* Style the buttons that are used to open and close the accordion panel */
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* Style the accordion panel. Note: hidden by default */
div.panel {
  margin: 10px 0 20px;
  padding: 0 20px;
  background-color: white;
  display: none; }

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block; }

/*
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
*/
.accordion {
  background: url("assets/img/plus-button.png") no-repeat 0 5px;
  background-size: 12px 12px;
  border: none;
  color: #0099e5;
  font-size: 16px;
  margin: 0;
  padding: 0;
  outline: none;
  padding-left: 20px; }
  .accordion:hover {
    color: #f85a40; }

.accordion.active {
  background: url("assets/img/minus-button.png") no-repeat 0 5px;
  background-size: 12px 12px; }

.header-post .site-header {
  margin-bottom: 40px; }

.singular-post #primary .entry-footer,
.single #primary .entry-footer {
  margin-bottom: 25px;
  position: relative; }
  .singular-post #primary .entry-footer .custom-share,
  .single #primary .entry-footer .custom-share {
    top: 4px; }
    .singular-post #primary .entry-footer .custom-share a,
    .single #primary .entry-footer .custom-share a {
      margin: 0 0 0 4px; }
.singular-post #primary .post,
.single #primary .post {
  border-bottom: none;
  padding-bottom: 0; }

/* Entry Content */
.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignnone,
.page-content .alignnone {
  margin-left: auto;
  margin-right: auto; }
.entry-content a,
.page-content a {
  border-bottom: 1px solid #ddd;
  text-decoration: none; }
  .entry-content a:hover,
  .page-content a:hover {
    color: #f85a40;
    border-bottom-color: #f85a40; }
.entry-content a.more-link,
.page-content a.more-link {
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px #ddd;
  color: #777;
  font-size: 16px;
  padding: 7px 15px;
  text-decoration: none; }
  .entry-content a.more-link:hover,
  .page-content a.more-link:hover {
    background-color: #f0f0f0;
    color: #333; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 700;
  margin-bottom: 20px; }
.entry-content h1,
.page-content h1 {
  font-size: 32px; }
.entry-content h2,
.page-content h2 {
  font-size: 24px; }
.entry-content h3,
.page-content h3 {
  font-size: 24px; }
.entry-content h4,
.page-content h4 {
  font-size: 22px; }
.entry-content h5,
.entry-content h6,
.page-content h5,
.page-content h6 {
  font-size: 20px; }
.entry-content p,
.page-content p {
  line-height: 1.8;
  margin-bottom: 25px; }
.entry-content strong,
.page-content strong {
  font-weight: 700; }
.entry-content select,
.page-content select {
  border: 1px solid #ddd;
  height: 40px;
  padding: 0 10px; }
.entry-content pre,
.page-content pre {
  background-color: #f7f7f7;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 15px 20px; }
.entry-content ul,
.page-content ul {
  margin: 10px 0 25px; }
  .entry-content ul li,
  .page-content ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative; }
    .entry-content ul li:before,
    .page-content ul li:before {
      border-radius: 50%;
      background-color: #ccc;
      content: " ";
      display: inline-block;
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 12px; }
    .entry-content ul li a,
    .page-content ul li a {
      border-bottom: none; }
    .entry-content ul li ul,
    .page-content ul li ul {
      margin: 10px 0 15px 21px; }
      .entry-content ul li ul li,
      .page-content ul li ul li {
        list-style: none; }
        .entry-content ul li ul li:hover:before,
        .page-content ul li ul li:hover:before {
          color: #34bf49; }
        .entry-content ul li ul li:before,
        .page-content ul li ul li:before {
          border-radius: 50%;
          background-color: #ccc;
          content: " ";
          display: inline-block;
          width: 5px;
          height: 5px;
          padding-right: 12px;
          position: relative;
          top: 0; }
.entry-content ol,
.page-content ol {
  margin: 1.5em 0; }
  .entry-content ol li,
  .page-content ol li {
    list-style: decimal inside;
    margin-bottom: 10px; }
.entry-content ul.feature-list,
.page-content ul.feature-list {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 25px; }
  .entry-content ul.feature-list li,
  .page-content ul.feature-list li {
    background: url("assets/img/tick.png") no-repeat 0 7px;
    background-size: 16px 16px;
    padding-left: 26px; }
    .entry-content ul.feature-list li:before,
    .page-content ul.feature-list li:before {
      content: none; }
    .entry-content ul.feature-list li:last-child,
    .page-content ul.feature-list li:last-child {
      margin-bottom: 0; }
    .entry-content ul.feature-list li strong,
    .page-content ul.feature-list li strong {
      font-weight: normal; }
.entry-content em,
.page-content em {
  color: #999;
  font-style: italic; }
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="password"] {
  width: 300px; }
.entry-content label,
.page-content label {
  display: block;
  font-size: 16px; }
.entry-content textarea,
.page-content textarea {
  width: 100%; }
.entry-content table,
.page-content table {
  color: #333333;
  border-width: 1px;
  border-color: #f0f0f0;
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px; }
  .entry-content table a,
  .page-content table a {
    border-bottom: none; }
  .entry-content table ul li,
  .page-content table ul li {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.4; }
    .entry-content table ul li:before,
    .page-content table ul li:before {
      display: none;
      content: none; }
    .entry-content table ul li ul,
    .page-content table ul li ul {
      margin: 0; }
      .entry-content table ul li ul li,
      .page-content table ul li ul li {
        margin: 0;
        padding: 0; }
        .entry-content table ul li ul li:before,
        .page-content table ul li ul li:before {
          display: none;
          content: none; }
.entry-content table th,
.page-content table th {
  border-width: 1px;
  font-weight: 600;
  padding: 8px 10px;
  border-style: solid;
  border-color: #f0f0f0;
  background-color: #f6f6f6;
  text-align: left; }
.entry-content table td,
.page-content table td {
  border-width: 1px;
  padding: 8px 10px;
  border-style: solid;
  border-color: #f0f0f0;
  background-color: #ffffff; }
.entry-content table#edd_purchase_receipt_products .edd_purchase_receipt_product_name,
.page-content table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  margin: 0 0 15px 0; }
.entry-content table#edd_purchase_receipt_products li,
.page-content table#edd_purchase_receipt_products li {
  margin: 0 0 20px 0; }
.entry-content table#edd_purchase_receipt_products span,
.entry-content table#edd_purchase_receipt_products .edd_product_name,
.entry-content table#edd_purchase_receipt_products .edd_bundled_product_name,
.page-content table#edd_purchase_receipt_products span,
.page-content table#edd_purchase_receipt_products .edd_product_name,
.page-content table#edd_purchase_receipt_products .edd_bundled_product_name {
  font-style: normal;
  font-weight: normal; }
.entry-content .edd_sl_show_key img,
.page-content .edd_sl_show_key img {
  border: none; }
.entry-content a.button,
.page-content a.button {
  text-decoration: none; }
.entry-content .edd_sl_license_row input.edd_sl_license_key,
.page-content .edd_sl_license_row input.edd_sl_license_key {
  width: 100% !important;
  margin: 0 !important; }
.entry-content #edd_user_history td,
.entry-content #edd_user_history th,
.page-content #edd_user_history td,
.page-content #edd_user_history th {
  padding: 8px 10px; }

/* Themes Page */
.page-template-page-free-themes .theme-item,
.post-type-archive-themes .theme-item {
  margin-bottom: 40px; }

/* Search Form */
.searchform {
  position: relative; }
  .searchform button {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: -4px;
    outline: none; }
    .searchform button:hover {
      cursor: pointer; }
      .searchform button:hover .fa {
        color: #333534; }
    .searchform button .fa {
      color: #999;
      font-size: 14px; }

.site-footer {
  background-color: #f0f0f0;
  margin-top: 40px;
  padding: 40px 0 40px; }

.footer-widgets {
  margin-bottom: 30px; }
  .footer-widgets .widget {
    color: #555;
    font-size: 15px; }
    .footer-widgets .widget .widget-title {
      color: #333;
      font-size: 1.4em;
      font-weight: 300;
      margin-bottom: 15px; }
    .footer-widgets .widget ul li {
      font-size: 15px;
      margin-bottom: 5px; }
      .footer-widgets .widget ul li a {
        color: #555; }
        .footer-widgets .widget ul li a:hover {
          color: #333; }
    .footer-widgets .widget p {
      margin-bottom: 15px; }
      .footer-widgets .widget p a {
        color: #555;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 2px; }
        .footer-widgets .widget p a:hover {
          color: #333;
          text-decoration: none;
          border-bottom: 1px solid #aaa; }

.site-info {
  color: #999;
  font-size: 13px; }
  .site-info .copyright {
    float: left; }
  .site-info a {
    display: inline-block;
    color: #999; }
    .site-info a:hover {
      color: #333; }
  .site-info .back-top {
    float: right; }

/* MISC */
/* Mobile Menu */
.mobile-menu-icon .menu-icon-close,
.mobile-menu-icon .menu-icon-open {
  cursor: pointer;
  display: block;
  width: 20px;
  text-align: right; }
.mobile-menu-icon .menu-icon-close {
  display: none; }
.mobile-menu-icon .menu-icon-open.active {
  display: none; }
.mobile-menu-icon .menu-icon-close {
  display: none; }
.mobile-menu-icon .menu-icon-close.active {
  display: inline-block; }

/* Grid System */
.ht_grid_1_2 {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .ht_grid_1_2:nth-of-type(2n+1) {
    clear: left; }
  .ht_grid_1_2:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right; }

.ht_grid_1_2_custom {
  float: left;
  width: 49%;
  margin-right: 2%; }
  .ht_grid_1_2_custom:nth-of-type(2n+1) {
    clear: left; }
  .ht_grid_1_2_custom:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right; }

.my_grid_1_3 {
  float: left;
  margin-right: 3%;
  width: 31.333333%; }
  .my_grid_1_3:nth-of-type(3n) {
    margin-right: 0; }
  .my_grid_1_3:nth-of-type(3n+1) {
    clear: left; }

.ht_grid_1_4 {
  float: left;
  margin-right: 2%;
  width: 23.5%; }
  .ht_grid_1_4:nth-of-type(4n+0) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_4:nth-of-type(4n+1) {
    clear: left; }

/* Responsive Grid */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .my_grid_1_3 {
    width: 48.5%; }
    .my_grid_1_3:nth-of-type(3n) {
      margin-right: 3%; }
    .my_grid_1_3:nth-of-type(3n+1) {
      clear: none; }
    .my_grid_1_3:nth-of-type(2n) {
      margin-right: 0; }
    .my_grid_1_3:nth-of-type(2n+1) {
      clear: left; }

  .ht_grid_1_4 {
    width: 48.5%;
    margin-right: 3%; }
    .ht_grid_1_4:nth-of-type(4n+0) {
      margin-right: 0;
      clear: none; }
    .ht_grid_1_4:nth-of-type(4n+1) {
      clear: none; }
    .ht_grid_1_4:nth-of-type(2n) {
      margin-right: 0; }
    .ht_grid_1_4:nth-of-type(2n+1) {
      clear: left; } }
@media only screen and (max-width: 767px) {
  .my_grid_1_3,
  .ht_grid_1_2,
  .ht_grid_1_2_custom {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ht_grid_1_4 {
    width: 48.5%;
    margin-bottom: 20px; }
    .ht_grid_1_4:nth-of-type(2n+0) {
      margin-right: 0;
      clear: right; }
    .ht_grid_1_4:nth-of-type(2n+1) {
      clear: left; } }
@media only screen and (max-width: 479px) {
  .ht_grid_1_4 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
/* EDD Custom Style */
a.button,
#edd-purchase-button,
.edd-submit,
input[type="submit"].edd-submit {
  border: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 8px 15px;
  box-shadow: none; }

#edd_checkout_form_wrap legend {
  margin: 0;
  padding: 0;
  width: auto; }

#edd_checkout_form_wrap span.edd-description,
#edd_checkout_form_wrap #edd-last-name-wrap {
  display: none; }

#edd_checkout_form_wrap label {
  margin-bottom: 15px; }

#edd_checkout_form_wrap .edd-payment-icons {
  margin-bottom: 15px; }

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
  margin: 0 20px 0 0;
  max-height: 24px; }

.comment-form-cookies-consent {
  display: none; }

.edd_purchase_submit_wrapper {
  margin-bottom: 25px; }
  .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
  .edd_purchase_submit_wrapper a.button {
    text-decoration: none; }

.edd-submit.button.green {
  background-color: #34bf49; }
  .edd-submit.button.green:hover {
    background-color: #34bf49;
    background-image: url("assets/img/overlay.png");
    background-repeat: repeat;
    color: #fff;
    text-decoration: none; }

#edd_purchase_589 .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
#edd_purchase_589 .edd_purchase_submit_wrapper a.button,
#edd_purchase_2066 .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
#edd_purchase_2066 .edd_purchase_submit_wrapper a.button {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none; }

.edd-checkout #edd-purchase-button, .edd-checkout .edd-submit,
.edd-checkout input[type=submit].edd-submit {
  width: 100%;
  height: 50px; }

/* Additional */
.entry-content .edd_price_options ul li:before {
  content: none;
  display: none; }

.edd_download_purchase_form .edd_price_options .edd_price_option_sep {
  display: none; }

.edd_download_purchase_form .edd_price_options .edd_price_option_price {
  padding-left: 10px; }

/* Affiliate WP */
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  background-color: #f6f6f6;
  margin-bottom: 30px; }
  #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    padding: 0;
    transition: 0.3s all; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
      display: block;
      font-size: 16px;
      padding: 8px 15px; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:before {
      content: none; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover {
      background-color: #f0f0f0; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
      background-color: #0099e5;
      font-weight: normal; }
      #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
        color: #fff; }
#affwp-affiliate-dashboard .affwp-creative p {
  margin-bottom: 10px; }
#affwp-affiliate-dashboard .affwp-creative pre,
#affwp-affiliate-dashboard .affwp-creative code {
  font-size: 15px; }

.affwp-errors {
  overflow: hidden;
  padding: 10px 20px; }
  .affwp-errors p.affwp-error {
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 5px; }

#affwp-register-form input[type="text"],
#affwp-register-form input[type="email"],
#affwp-register-form input[type="password"] {
  width: 100%; }

#affwp-login-form input[type="text"],
#affwp-login-form input[type="email"],
#affwp-login-form input[type="password"] {
  width: 100%; }

.entry-content .affwp-form {
  background-color: #f9f9f9;
  padding: 25px;
  box-sizing: border-box; }
  .entry-content .affwp-form p {
    margin-bottom: 10px; }
  .entry-content .affwp-form fieldset {
    border: none;
    margin-bottom: 0;
    padding: 0; }
    .entry-content .affwp-form fieldset legend {
      font-size: 100%;
      margin-bottom: 15px;
      padding: 0; }

.affwp-send-notifications-wrap label {
  display: inline; }

/* Accounts Page */
.entry-content:after {
  clear: both;
  content: " ";
  display: block; }
.entry-content .account-nav {
  margin: 0 0 1.2rem 0; }
  .entry-content .account-nav:after {
    clear: both;
    content: " ";
    display: block; }
  .entry-content .account-nav li {
    float: left;
    list-style: none;
    padding-left: 0; }
    .entry-content .account-nav li:before {
      content: none; }
    .entry-content .account-nav li a {
      background-color: #f0f0f0;
      color: #333;
      display: inline-block;
      font-size: 0.9em;
      font-weight: 400;
      margin: 0 10px 0 0;
      padding: 7px 12px;
      text-decoration: none; }
      .entry-content .account-nav li a:hover {
        color: #0099e5; }
    .entry-content .account-nav li.active a {
      color: #0099e5; }
.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin-bottom: 1.2em;
  padding: 1.2em; }
  .entry-content fieldset legend {
    font-weight: bold;
    padding: 0 10px; }
  .entry-content fieldset fieldset {
    border: none; }
.entry-content #edd_checkout_form_wrap #edd_checkout_user_info {
  background-color: #f9f9f9;
  padding: 40px 20px 30px;
  margin: 15px 0;
  border-radius: 3px; }
  .entry-content #edd_checkout_form_wrap #edd_checkout_user_info legend {
    position: relative;
    top: 30px; }
.entry-content #edd_register_fields #edd_checkout_user_info {
  background-color: transparent;
  padding: 0 0 0 0; }
  .entry-content #edd_register_fields #edd_checkout_user_info legend {
    position: static;
    top: 0; }
.entry-content #edd_checkout_form_wrap #edd_checkout_login_register,
.entry-content #edd_checkout_form_wrap #edd_purchase_form_wrap > #edd_checkout_user_info {
  background-color: #f9f9f9;
  padding: 10px;
  margin: 15px 0;
  border-radius: 3px; }
.entry-content #edd_checkout_form_wrap #edd_final_total_wrap {
  background-color: #f9f9f9;
  border: none; }
.entry-content #edd_profile_editor_form label {
  display: block; }
.entry-content #edd_checkout_form_wrap legend {
  font-size: 14px;
  margin-bottom: 10px; }
.entry-content #edd_checkout_form_wrap label {
  display: none; }
.entry-content #edd_profile_submit_fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0; }

.logged-in .entry-content #edd_checkout_form_wrap #edd_checkout_login_register,
.logged-in .entry-content #edd_checkout_form_wrap #edd_purchase_form_wrap > #edd_checkout_user_info {
  padding: 40px 25px 30px; }

/* EDD */
.edd_price_option_price {
  font-weight: bold; }

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px; }
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
  width: 100%; }
#edd_checkout_form_wrap fieldset {
  border: none;
  margin-bottom: 0;
  padding: 20px 15px; }
  #edd_checkout_form_wrap fieldset p {
    margin-bottom: 15px; }
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap {
  font-size: 0.9em;
  padding-bottom: 0; }
#edd_checkout_form_wrap #edd-user-login-submit .edd-submit.button,
#edd_checkout_form_wrap #edd-user-login-submit .edd-submit.button.gray,
#edd_checkout_form_wrap #edd-user-login-submit .edd-submit.button:visited {
  width: auto;
  color: #fff;
  background-color: #34bf49;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 15px; }
#edd_checkout_form_wrap .edd-payment-icons {
  height: 48px;
  margin-bottom: 20px; }
  #edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    margin-right: 5px;
    max-height: 48px; }
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_show_discount {
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  margin: 0 0 15px;
  color: #999; }
#edd_checkout_form_wrap #edd_discount_code .edd-description {
  color: #999;
  display: block;
  font-size: 14px; }
#edd_checkout_form_wrap #edd_discount_code input#edd-discount {
  margin-bottom: 15px; }

.edd_discount_remove {
  top: 1px; }

.edd-alert {
  font-size: 14px;
  padding: 7px 15px;
  box-sizing: border-box; }

/* Stripe Styles */
#edd_checkout_form_wrap fieldset#edd_cc_fields {
  border: none;
  padding: 30px 25px;
  margin: 0 0 15px 0; }

#edd_secure_site_wrapper {
  padding: 4px 4px 4px 0;
  font-weight: 600 !important;
  font-size: 0.85em;
  color: #2b6;
  margin-bottom: 15px; }

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
  position: relative;
  top: 30px; }

.entry-content #edd_checkout_form_wrap .edd-stripe-new-card label {
  display: block;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 10px; }

#edd-stripe-card-element.StripeElement {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 11px 12px; }

#edd_checkout_form_wrap #edd_payment_mode_select {
  padding: 0; }

#edd_checkout_form_wrap #edd_payment_mode_select legend {
  font-weight: 400;
  color: #999; }

#edd_checkout_form_wrap #edd_payment_mode_select legend {
  margin-bottom: 15px; }

.eddr-cart-item-notice {
  display: none; }

#edd_checkout_form_wrap legend,
#edd_checkout_cart th {
  font-weight: 600; }

/* Pricing Table */
.flex {
  display: flex;
  align-content: center;
  justify-content: center; }

.card-price {
  background-color: white;
  border: 1px solid #e9e9e9;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  color: #333; }

/* javascript behaviour */
.card-price .lifetime {
  display: none; }

.show-lifetime .card-price .lifetime {
  display: block; }

.show-lifetime .card-price .annually {
  display: none; }

/* left and right price cards */
.card-price h4 {
  font-size: 1.4em;
  margin-top: 0; }

.card-price p {
  font-size: 3em;
  margin: 5px 0 10px;
  width: 250px; }

.card-price ul {
  list-style-type: none;
  padding: 10px 0 0 0;
  border-top: 1px solid #e9e9e9; }

.card-price ul li {
  padding: 10px 0 0 0;
  font-size: 14px; }

.card-price .card-button a {
  display: block;
  background: #34bf49;
  margin-top: 20px;
  border: none;
  height: 45px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase; }

/* purple middle card styling */
.card-price.pro-standard {
  border: 1px solid #0099e5; }
  .card-price.pro-standard .btn {
    background-color: #0099e5; }

/* toggle styling */
.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-bottom: 40px; }

.toggle-container label {
  width: 50px;
  height: 26px;
  background-color: #0099e5;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  margin: 0 15px;
  top: 4px; }

.toggle-container input {
  position: absolute;
  left: -9999px; }

.toggle-container input:checked + label .ball {
  transform: translateX(24px); }

.toggle-container label .ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: transform 0.4s ease; }

/* responsiveness */
@media screen and (max-width: 930px) {
  .flex {
    flex-direction: column; }

  .card-price p {
    padding: 20px; } }
/* Ticket System */
#wpsc_tickets_container {
  border-radius: 0; }
  #wpsc_tickets_container a {
    border-bottom: none; }

/* EDD Login & Register Page */
.page-template-page-login #primary,
.page-template-page-register #primary {
  width: 450px;
  margin: 0 auto; }

.new-to-site {
  font-size: 0.9em;
  margin-top: 15px;
  text-align: center; }

.entry-content #edd_register_form fieldset,
.entry-content #edd_login_form fieldset {
  margin-bottom: -5px;
  padding: 0; }
  .entry-content #edd_register_form fieldset legend,
  .entry-content #edd_login_form fieldset legend {
    font-weight: 400;
    padding: 0; }

#edd_register_form,
#edd_login_form {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin: 0 auto;
  padding: 25px;
  width: 400px;
  position: relative; }
  #edd_register_form fieldset,
  #edd_login_form fieldset {
    margin-bottom: 0; }
    #edd_register_form fieldset legend,
    #edd_login_form fieldset legend {
      padding: 0; }
  #edd_register_form p,
  #edd_login_form p {
    margin-bottom: 15px; }
    #edd_register_form p.edd-lost-password,
    #edd_login_form p.edd-lost-password {
      font-size: 0.9em;
      text-align: center;
      margin-bottom: 0; }
      #edd_register_form p.edd-lost-password a,
      #edd_login_form p.edd-lost-password a {
        border-bottom: none;
        color: #999;
        text-decoration: none; }
        #edd_register_form p.edd-lost-password a:hover,
        #edd_login_form p.edd-lost-password a:hover {
          color: #0099e5; }
  #edd_register_form #edd-user-pass2,
  #edd_login_form #edd-user-pass2 {
    margin-bottom: 10px; }
  #edd_register_form .edd-submit,
  #edd_register_form #edd_login_submit,
  #edd_login_form .edd-submit,
  #edd_login_form #edd_login_submit {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0; }

#edd_login_form .edd-input,
#edd_register_form .edd-input {
  width: 100%;
  height: 40px; }

/* Gutenberg Styles */
.entry-content .wp-block-image {
  margin-bottom: 0.5em; }
.entry-content .wp-block-column .col-title {
  margin-bottom: 10px; }

.page-template-page-templatespricing-php #primary {
  margin-top: 50px; }

/* Support Desk */
.entry-content .bootstrap-iso label {
  font-weight: 300;
  font-size: 1.6em; }
.entry-content .bootstrap-iso .help-block {
  font-weight: 400; }
.entry-content .bootstrap-iso .radio label,
.entry-content .bootstrap-iso .checkbox label {
  font-size: 1em; }

/* TablePress */
.tablepress tfoot th,
.tablepress thead th {
  background-color: #f9f9f9;
  font-weight: 300;
  font-size: 1.4em; }
.tablepress thead th {
  border-bottom: 1px solid #f0f0f0; }
  .tablepress thead th.column-1 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .tablepress thead th.column-2, .tablepress thead th.column-3 {
    width: 25%;
    text-align: center; }
.tablepress tbody td.column-1 {
  font-size: .95em;
  padding-left: 20px;
  padding-right: 20px; }
.tablepress tbody td.column-2, .tablepress tbody td.column-3 {
  text-align: center; }
.tablepress tbody td .fa {
  font-size: 1.2em; }
.tablepress tbody td .fa-check {
  color: #34bf49; }
.tablepress tbody td .fa-times {
  color: #ff4c4c; }

/*# sourceMappingURL=style.css.map */
