/*
Theme Name: PeepSo Website
Theme URI: https://peepso.com/
Author: PeepSo
Author URI: https://peepso.com
Description: Theme designed for PeepSo Website.
Requires at least: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peepso-site
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html * {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img:not(.unsmooth img) {
    image-rendering: smooth;
    vertical-align: middle;
}

body {
    --COLOR--PRIMARY: #FF7B54;
    --COLOR--PRIMARY--SHADE: #EFC3A8;
    --COLOR--PRIMARY--LIGHT: #FFA872;
    --COLOR--PRIMARY--ULTRALIGHT: #FFD7AB;
    --COLOR--PRIMARY--DARK: #F36F49;
    --COLOR--ALT: #6AC8D2;
    --COLOR--ALT--LIGHT: #8CE3EC;
    --COLOR--ALT--DARK: #48ACB7;
    --COLOR--APP: #FFFFFF;
    --COLOR--APP--GRAY: #FAF8F6;
    --COLOR--APP--LIGHTGRAY: #F6F4F1;
    --COLOR--APP--DARKGRAY: #F1EBE7;
    --COLOR--APP--DARK: #46494F;
    --COLOR--APP--DARKER: #202124;
    --COLOR--TEXT: #222222;
    --COLOR--TEXT--LIGHT: #807070;
    --COLOR--TEXT--LIGHTEN: #A59494;
    --COLOR--HEADING: #000000;
    --DIVIDER: rgba(75, 51, 30, 0.1803);
    --DIVIDER--LIGHT: rgba(70, 45, 33, 0.1411);
    --DIVIDER--LIGHTEN: rgba(70, 45, 33, 0.1019);
    --DIVIDER--DARK: rgba(75, 51, 30, 0.2901);
    --BORDER-RADIUS: 8px;
    --BOX-SHADOW-DIS: 0px;
    --BOX-SHADOW-BLUR: 0px;
    --BOX-SHADOW-THICKNESS: 1px;
    --BOX-SHADOW-COLOR: rgba(70, 45, 33, 0.1019);
    --COLOR--GRADIENT--ONE: #F97485;
    --COLOR--GRADIENT--TWO: #FCA075;
    --c-gc-body-bg: #F9F8F6;
}

header,
.header {
  position: relative;
  z-index: 100;
}

.helper-blur {
  backdrop-filter: blur(5px);
}

.helper-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.helper-scale-12 {
  transform: scale(1.2);
}

/* =================================================================  /
/  PEEPSO
/* ================================================================= */
body {
  --c-ps-post-pinned-border-color: #fc832c;
}

.psw-profile a,
.ps-hashtag,
.psw-userbar a {
    text-decoration: none;
}

.ps-blogposts__authorbox {
    padding: var(--wp--preset--spacing--50);
    background-color: var(--wp--preset--color--brand-3);
    border-radius: 12px;
}

.ps-blogposts__authorbox p:last-child {
    margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .ps-members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: var(--PADD--MD);
    grid-row-gap: var(--PADD--MD);
  }
}

.ps-edd__content .edd_download {
  padding: 15px;
  padding-top: 25px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.ps-edd__content .edd_download_title {
  font-size: 16px;
  text-align: center;
}

.ps-edd__content .edd_download_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ps-edd__content .edd_download_buy_button {
  margin-top: auto;
}
/* END */

/* =================================================================  /
/  PRICING
/* ================================================================= */
.page-pricing {
    background-image: url('assets/images/pricing/pricing-bg.svg');
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: center 200px;
}
/* END */

.faq-global .wp-block-details {
  box-shadow: 0 10px 20px rgba(240, 237, 234, 0.6);
}

.faq-global .wp-block-details[open] {
  box-shadow: inset 0 0 0 2px var(--wp--preset--color--brand), 0 10px 20px rgba(240, 237, 234, 0.6);
}

.faq-global .wp-block-details summary::marker {
  color: var(--wp--preset--color--brand);
}

/* =================================================================  /
/  COMMUNITY
/* ================================================================= */
.page-community {
    --wp--style--global--wide-size: 1400px;
    --wp--style--global--content-size: 1400px;
}
/* END */

/* =================================================================  /
/  CHECKOUT
/* ================================================================= */
body.edd-checkout {
    background-color: #fff !important;
}

.edd-checkout .edd-submit {
    padding-top: calc(var(--wp--preset--spacing--20) + 1px);
    padding-right: calc(var(--wp--preset--spacing--50) - 1px);
    padding-bottom: calc(var(--wp--preset--spacing--20) + 1px);
    padding-left: calc(var(--wp--preset--spacing--50) - 1px);
    position: relative;
    transition: all .15s ease;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 45px !important;
    font-size: var(--wp--preset--font-size--small) !important;
    background-color: var(--wp--preset--color--accent) !important;
    border-width: 0;
    color: var(--wp--preset--color--base) !important;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    text-decoration: none;
    cursor: pointer;
}
/* END */

.is-style-pill a, .is-style-pill span:not([class], [data-rich-text-placeholder]) {
  color: var(--wp--preset--color--brand);
  background-color: var(--wp--preset--color--brand-2);
}

.is-style-pill a:hover, .is-style-pill:hover span:not([class], [data-rich-text-placeholder]) {
  color: #fff;
  text-decoration: none;
  background-color: var(--wp--preset--color--brand);
}

.wp-block-query-pagination a {
  text-decoration: none;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  display: inline-flex;
  background: var(--wp--preset--color--brand-3);
  padding: 5px 15px;
  border-radius: 12px;
  color: var(--wp--preset--color--contrast);
}

.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
  background: var(--wp--preset--color--brand-2);
  color: var(--wp--preset--color--brand);
}

.wp-block-query-pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers.current:hover {
  background: var(--wp--preset--color--brand);
  color: #fff;
}

.wp-block-button .wp-block-button__link {
    position: relative;
    transition: all .15s ease;
    overflow: hidden;
}

.wp-block-button .wp-block-button__link:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    width: 0;
    content: " ";
    background: rgba(255,255,255, .25);
    border-radius: 50%;
    transition: all .8s ease;
    opacity: 0;
    aspect-ratio: 1/1;
}

.wp-block-button .wp-block-button__link:hover:before {
    width: 200%;
    opacity: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--wp--preset--color--brand);
    background-color: var(--wp--preset--color--brand-2);
    border-color: var(--wp--preset--color--brand-2);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-background):hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--brand);
    border-color: var(--wp--preset--color--brand);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-background):active {
    opacity: .8;
}

.wp-block-button.is-style-accent .wp-block-button__link {
    color: var(--wp--preset--color--accent-2);
    background-color: var(--wp--preset--color--accent-3);
}

.wp-block-button.is-style-accent .wp-block-button__link:not(.has-text-color, .has-background):hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--accent-2);
    border-color: var(--wp--preset--color--accent-2);
}

.wp-block-button.is-style-accent .wp-block-button__link:not(.has-text-color, .has-background):active {
    opacity: .8;
}

.edd_purchase_submit_wrapper .edd-submit.yellow {
    padding-top: calc(var(--wp--preset--spacing--20) + 1px);
    padding-right: calc(var(--wp--preset--spacing--50) - 1px);
    padding-bottom: calc(var(--wp--preset--spacing--20) + 1px);
    padding-left: calc(var(--wp--preset--spacing--50) - 1px);
    position: relative;
    transition: all .15s ease;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 45px !important;
    font-size: var(--wp--preset--font-size--small) !important;
    background-color: var(--wp--preset--color--accent) !important;
    border-width: 0;
    color: var(--wp--preset--color--base) !important;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.edd_purchase_submit_wrapper .edd-submit:hover {
    background-color: var(--wp--preset--color--accent-2) !important;
    border-color: var(--wp--preset--color--accent-2) !important;
    color: var(--wp--preset--color--base) !important;
    transform: none;
}

.edd_purchase_submit_wrapper .edd-submit.edd-no-js {
    display: none;
}

.gb-pricing__col-details-trimonthplan {
    display: none !important;
}

.home-hero-bg {
    position: relative;
    z-index: -1;
    transform: scale(1.35);
}

@media screen and (min-width: 782px) {
    .home-hero-bg {
        position: absolute;
        top: 60px;
        left: 50%;
        z-index: -1;
        width: 780px;
        transform: scale(1);
    }
}

.home-usecases {}

.home-usecases a {
    text-decoration: none;
}

.home-features .wp-block-image {
    max-width: 550px;
}

.home-cta-box {
    position: relative;
    overflow: hidden;
}

.home-cta-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
}

.home-care {}

.home-care-bg {
    background-image: url('assets/images/home/home-care-bg.svg');
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-mobile {}

.home-mobile-bg {
    background-image: url('assets/images/home/home-mobile-bg.svg');
    background-size: 900px;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-reviews {
    background-image: url('assets/images/home/home-reviews-bg.png');
    background-size: min(1400px, 100%);
    background-position: top center;
    background-repeat: no-repeat;
}

/* header {
    position: sticky;
    z-index: 1000;
    top: calc(47.9px + 32px);
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, .85);
    backdrop-filter: blur(8px);
} */


.gb-pricing__buttons {
  gap: var(--PADD);
  flex-wrap: wrap;
  margin-bottom: var(--PADD);
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}
.gb-pricing__buttons .wp-block-column {
  margin: 0 !important;
  width: 50%;
  flex-basis: auto !important;
}
@media (min-width: 61.25em) {
  .gb-pricing__buttons .wp-block-column {
    width: 30%;
  }
}

@keyframes gradient-badge {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gb-pricing__col--basic {
  --col-bg: #f5efe5;
  --col-icon: #aea697;
}

.gb-pricing__col--starter {
  --col-bg: #f5f5f5;
  --col-icon: #a6a6a6;
}

.gb-pricing__col--ultimate {
  --col-bg: #ffe195;
  --col-icon: #faa701;
}

.gb-pricing__col-header {
  padding: var(--PADD--MD) var(--PADD--XL);
  font-size: 20px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.gb-pricing__col-header i {
  margin-right: var(--PADD--SM);
  color: var(--col-icon);
}
.single .gb-pricing__col-header {
  padding: var(--PADD--MD);
}

.gb-pricing__col-details {
  padding: var(--PADD--MD) var(--PADD--XL);
  padding-top: 0;
}
.gb-pricing__col-details p {
  margin-bottom: 0;
  font-weight: bold;
}
.single .gb-pricing__col-details {
  padding: var(--PADD--MD);
}

.gb-pricing__col-desc {
  margin-bottom: 0;
  padding: var(--PADD--MD) var(--PADD--XL);
  font-size: 16px;
  color: var(--GC-COLOR--TEXT--LIGHT);
}
.single .gb-pricing__col-desc {
  padding: var(--PADD--MD);
}

.gb-pricing__col-list {
  padding: var(--PADD--XL);
  border-top: 1px solid var(--col-border);
  list-style: none;
}
.gb-pricing__col-list > li {
  margin-bottom: var(--PADD--MD);
  list-style-type: none;
}
.gb-pricing__col-list > li:before {
  margin-right: var(--PADD);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 70%;
  color: var(--COLOR--TEXT--LIGHT);
}
.gb-pricing__col-list > li:last-child {
  margin-bottom: 0;
}
.single .gb-pricing__col-list {
  padding: var(--PADD--MD);
}

.gb-pricing__bottom .money-back-badge {
  margin-top: var(--PADD);
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.gb-pricing__gecko {
  margin-bottom: 0;
}
.gb-pricing__gecko > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  color: #938eb1;
  background-color: #fff;
  border: 1px solid #bbb7d5;
  transition: all 0.2s ease;
}
.gb-pricing__gecko > a strong {
  color: #6c678c;
}
.gb-pricing__gecko > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f570";
  color: #938eb1;
}
.gb-pricing__gecko > a:hover {
  background-color: #d4d1e6;
}

.gb-pricing__button {
  margin-bottom: 0;
}
.gb-pricing__button > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  color: #797979;
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.gb-pricing__button > a strong {
  color: #424242;
}
.gb-pricing__button > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f30b";
  color: #A2A2A2;
}
.gb-pricing__button > a:hover {
  color: #666;
  background-color: #f4f4f4;
}
.gb-pricing__button > a:hover strong {
  color: #333;
}
.gb-pricing__button > a:hover:before {
  color: #666;
}
.single .gb-pricing__button {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.gb-pricing__foundation {
  --bg: var(--COLOR--PRIMARY);
  --color: #fff;
  --strong: #fff;
  --bg-hover: var(--COLOR--PRIMARY--DARK);
  --border: var(--COLOR--PRIMARY);
  margin-bottom: 0;
}
.gb-pricing__foundation > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  font-size: 130%;
  color: var(--color);
  background-color: var(--bg);
  border: 3px solid var(--border);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.gb-pricing__foundation > a strong {
  color: var(--strong);
}
.gb-pricing__foundation > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f06b";
  color: var(--color);
}
.gb-pricing__foundation > a:hover {
  background-color: var(--bg-hover);
}

.gb-pricing__basic {
  --bg: #fff;
  --color: #987c72;
  --strong: #55443e;
  --bg-hover: #f5efe5;
  --border: #ece3d4;
  margin-bottom: 0;
}
.gb-pricing__basic > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  color: var(--color);
  background-color: var(--bg);
  border: 3px solid var(--border);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.gb-pricing__basic > a strong {
  color: var(--strong);
}
.gb-pricing__basic > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f1b2";
  color: var(--color);
}
.gb-pricing__basic > a:hover {
  background-color: var(--bg-hover);
}

.gb-pricing__five-years > a:after {
  margin-left: var(--PADD);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f30b";
}

.gb-pricing__monthly {
  margin-bottom: 0;
}
.gb-pricing__monthly > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  color: #93762f;
  background-color: #fff;
  border: 3px solid #f9d48e;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.gb-pricing__monthly > a strong {
  color: #303033;
}
.gb-pricing__monthly > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f073";
  color: #c4a15f;
}
.gb-pricing__monthly > a:hover {
  background-color: #ffe195;
}

.gb-pricing__contact {
  margin-bottom: 0;
}
.gb-pricing__contact > a {
  position: relative;
  display: block;
  padding: var(--PADD--MD);
  color: #ca6c66;
  background-color: #f4e7e6;
  border: 3px solid #f4dddc;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.gb-pricing__contact > a strong {
  color: #d14a42;
}
.gb-pricing__contact > a:before {
  position: absolute;
  top: 50%;
  right: var(--PADD--MD);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 120%;
  content: "\f0e0";
  color: #ca6c66;
}
.gb-pricing__contact > a:hover {
  background-color: #fff;
}

.gb-pricing__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: auto;
}

.gb-pricing__modal-inner {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.gb-pricing__modal-container {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  padding: var(--PADD--XL);
  vertical-align: middle;
  text-align: center;
}

.gb-pricing__modal-box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: var(--BORDER-RADIUS--MD);
}

.gb-pricing__comparison {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gb-pricing__comparison span {
  padding: var(--PADD) var(--PADD--MD);
  font-size: 90%;
  text-align: center;
  color: #666;
  border-right: 1px solid var(--DIVIDER--LIGHT);
  border-bottom: 1px solid var(--DIVIDER--LIGHT);
}
.gb-pricing__comparison span > a {
  color: var(--GC-COLOR--TEXT);
}
.gb-pricing__comparison span > a:hover {
  text-decoration: underline;
}
.gb-pricing__comparison span.gb-pricing__comparison-th {
  padding: var(--PADD--MD);
  font-size: 100%;
  color: var(--GC-COLOR--TEXT);
}
.gb-pricing__comparison span:first-child {
  margin-top: 23px;
}
.gb-pricing__comparison span:nth-child(5n+1) {
  text-align: left;
}
.gb-pricing__comparison span:nth-child(5n) {
  border-right: none;
}
.gb-pricing__comparison .yes:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--GC-COLOR--SUCCESS);
}
.gb-pricing__comparison .no {
  background-color: #f9f9f9;
}
.gb-pricing__comparison .no:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--GC-COLOR--TEXT--LIGHT);
}
.gb-pricing__comparison .sub--sm {
  font-size: 80%;
}
.gb-pricing__comparison .price {
  color: var(--GC-COLOR--TEXT);
  border-bottom: none;
}
.gb-pricing__comparison .price strong {
  display: block;
}

.gb-pricing__comparison-th {
  font-weight: bold;
  background-color: var(--col-bg);
}
.gb-pricing__comparison-th i {
  display: block;
  margin-bottom: var(--PADD--SM);
  color: var(--col-icon);
}

.gb-pricing__comparison-th--basic {
  --col-bg: #f5efe5;
  --col-icon: #aea697;
}

.gb-pricing__comparison-th--starter {
  --col-bg: #f5f5f5;
  --col-icon: #a6a6a6;
}

.gb-pricing__comparison-th--ultimate {
  --col-bg: #ffe195;
  --col-icon: #bd9e50;
}

.gb-pricing__faq i {
  background: #fdd9d7;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d24a42;
  margin-right: 20px;
}
.gb-pricing__faq p {
  line-height: 1.8;
}

.cta_mslms {
	position: relative;
	overflow: hidden;
	padding: 50px 30px;
	border-radius: 30px;
}

.cta_mslms h2 {
	margin-bottom: 5px;
}

.cta_mslms-bg1 {
	position: absolute;
	top: 50%;
	left: -30%;
}


.cta_mslms-bg2 {
	position: absolute;
	top: -20%;
	right: -45%;
	max-width: 250px;
}

@media screen and (max-width: 760px) {
.cta_mslms-bg1 {
	position: absolute;
	top: 50%;
	left: -160%;
}


.cta_mslms-bg2 {
	position: absolute;
	top: -20%;
	right: -80%;
	max-width: 250px;
}
}

@media screen and (max-width: 1100px) {
.cta_mslms-bg1 {
	position: absolute;
	top: 50%;
	left: -60%;
}


.cta_mslms-bg2 {
	position: absolute;
	top: -20%;
	right: -50%;
	max-width: 250px;
}
}

.edd-table.tp-toolbox__table {
	border: none;
}

.brz .brz-css-powqt .brz-forms2__item {
	background: #fff;
  margin-bottom: 15px;
  padding: 20px;
	border-radius: 6px;
}

.brz .brz-css-okdvt .brz-forms2__field-label {
	font-weight: 500;
}

.brz .brz-forms2 .brz-input::placeholder, .brz .brz-forms2 .brz-textarea::placeholder,
.brz .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox),
.brz .brz-css-uzfqy .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox){
	color: #333;
	border: 1px solid rgb(189, 189, 189);
}

.brz .select2-results__options {
	color: #333;
}

.brz .select2-results__option {
	border: 1px solid rgb(189, 189, 189);
}

.brz .select2-results__option--highlighted {
	background-color: #f5f5f5 !important;
}

.single-docs .wp-caption {
	width: 100% !important;
}

.betterdocs-wrapper.betterdocs-single-wrapper.betterdocs-single-layout-5 .betterdocs-content-full {
	background: #f7f7f7;
}

.betterdocs-wrapper .betterdocs-search-form-wrapper:not(.betterdocs-elementor) {
    background-color: #fcfcfc;
}


.page-id-85965454 .gc-scroll__to-top,
.page-id-200 .gc-scroll__to-top {
  display: none !important;
}

.wpas-link-ticketnew {
	display:none;
}

/* Improve Ideapush pages */
.ideapush-container .ideapush-form-idea-attachment {
	position: static;
	display: none;
}

.ideapush-container .ideapush-container-idea-header {
	background-color: var(--COLOR--APP);
	padding: var(--PADD--XL);
	border: 0;
	border-radius: var(--BORDER-RADIUS--MD);
	box-shadow: var(--BOX-SHADOW--HARD);
	padding-bottom: 20px;
}

@media (max-width: 425px) {
.ideapush-container .ideapush-container-idea-header {
		padding: var(--PADD--MD);
	}
}

.ideapush-container .ideapush-idea-search {
	padding-bottom: 0;
}

.ideapush-container .ideapush-search-input {
	font-size: 91%;
}

.ideapush-container .dynamic-idea-listing {
    background-color: var(--COLOR--APP);
    padding: 0 var(--PADD--XL) !important;
    border: 0;
    border-radius: var(--BORDER-RADIUS--MD);
    box-shadow: var(--BOX-SHADOW--HARD);
    margin-top: var(--PADD--MD);
}

@media (max-width: 425px) {
	.ideapush-container .dynamic-idea-listing {
		padding: 0 var(--PADD--MD) !important;
	}
}

.ideapush-container .idea-item {
	padding: 30px 0;
}

.ideapush-container .idea-item:last-child {
	border-bottom: 0;
}

.ideapush-container .idea-item-content-container {
	margin-top: 0;
}

.alertify .dialog {
	background: none;
	box-shadow: none;
	max-width: none;
}

.ideapush-container .idea-item-date {
	font-size: 16px;
}

.ideapush-container .idea-author-container {
	font-size: 16px;
}

.ideapush-container .idea-item-comments {
	font-size: 16px;
}

.ideapush-container .idea-title {
	display: block;
	margin-bottom: 5px;
}

.idea-push .ideapush-container a.idea-title {
	color: var(--GC-COLOR--TEXT);
}

.idea-read-more {
    font-size: 16px;
}

.ps-post .ps-ideapush-item {
    margin-top: -20px;
}

.ideapush-container .ideapush-form-inner, .ideapush-container .ideapush-leader-board-inner, .ideapush-container .ideapush-form-inner, .ideapush-container .ideapush-comments-widget-inner {
	box-shadow: var(--BOX-SHADOW--HARD);
}

.idea-template-default button.ps-button-cancel {
    --bg: var(--c-ps-btn-bg);
    --color: var(--c-ps-btn-color);
    --bg--hover: var(--c-ps-btn-bg-hover);
    --color--hover: var(--c-ps-btn-color-hover);
}
/* END OF: Improve Ideapush pages */

/* OVERRIDE - Scroll to top */
.gc-scroll__to-top {
	background-color: #FF6B5C;
}

.gc-scroll__to-top:hover {
	background-color: #FF5D4D;
}

/* EDD PRICE SHORTCODE */
.edd-price-shortcode {
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	color: #1c1c1c;
}

/* HIDE PAYPAL ON PRICING */
/*#edd-gateway-option-paypalexpress {
		display: none !important;
		position: absolute;
	position: 0;
	left: 0;
	z-index: -100;
}*/
/* end */

.home .gc-header__wrapper {
	z-index: 9999;
}

/* Pricing mini-blocks */
.gb-pricing__mini-block-wrapper.wp-block-column {
    margin: 20px 13%;
}

.gb-pricing__mini-block-wrapper > .wp-block-columns {
margin-bottom: 0;
}

.gb-pricing__mini-block-wrapper .gb-pricing__mini-block {
    padding: 20px;
    border: 1px solid rgb(193 59 53 / 50%);
    border-radius: 15px;
    text-align: center;
    margin: 0;
}

@media (max-width: 61.24em) {
.gb-pricing__mini-block-wrapper.wp-block-column {
margin: 20px 0 0;
}
.gb-pricing__mini-block-wrapper .gb-pricing__mini-block {
margin-bottom: 15px;
}
}

.gb-pricing__mini-block-wrapper .gb-pricing__mini-block--contact {
    background: #fff5e3;
    border-color: #ffa500;
}
.gb-pricing__mini-block--contact a {
    color: #ffa500;
}

.gb-pricing__mini-block-wrapper .gb-pricing__mini-block--compare {
    background: #ffffe8;
    border-color: #68cd0e;
}
.gb-pricing__mini-block--compare a {
    color: #68cd0e;
}

.gb-pricing__mini-block-wrapper .gb-pricing__mini-block--install {
    background: #e0efff;
    border-color: #00a0ff;
}
.gb-pricing__mini-block--install a {
    color: #00a0ff;
}

.gb-pricing__mini-block p {
margin-bottom: 0;
}
/* end of:Pricing mini-blocks */

.single-post .gb-pricing {
	padding-top:30px;
}

.single .gb-pricing__col > * {
	position: static;
}

.pricing-item__actions {
	position: relative !important;
}

.gc-header__menu > ul > .gc-header__menu-item > a, .gc-header__menu > ul > .menu-item > a {
	padding-left: var(--PADD);
	padding-right: var(--PADD);
}

.justify-text p {
	text-align: justify !important;
}

/* blog archives */
.archive .content__posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: var(--PADD);
	grid-row-gap: var(--PADD);
}

@media (max-width: 61.25em) {
	.archive .content__posts {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 41.25em) {
	.archive .content__posts {
		display: block;
	}
}

.archive .content__posts .post {
	display: flex;
	flex-direction: column;
}

.archive .content__posts .entry-footer {
	margin-top: auto;
}

.archive .content__posts .post:nth-last-child(-n+3) {
    margin-bottom: 0;
}
/* end of: blog archives */

/* blog categories widget */
.psc-categories {
	padding-left: 0;
}

.psc-categories li {
	list-style: none;
	margin-bottom: 15px;
	vertical-align: middle;
}

.psc-categories li:last-child {
	margin-bottom: 0;
}

.psc-categories li i {
	margin-right: var(--PADD);
	font-size: 70%;
	padding: 8px 5px;
	width: 30px;
	background-color: rgba(255,255,255, .4);
	text-align: center;
	border-radius: 5px;
	vertical-align: middle;
}

.psc-categories li a {
	vertical-align: middle;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	color: var(--COLOR--TEXT);
	transition: all .3s ease-in;
	line-height: 30px;
}

.psc-categories li a:hover {
	color: var(--GC-COLOR--LINK--HOVER);
}
/* end of: blog categories
.ps-edd__content {
 overflow-x: auto;
}

@media (max-width: 61.25em) {
.ps-edd__content table {
	direction: rtl;
}
.ps-edd__content table tbody tr td:last-child {
    direction: ltr;
}
}

/* tweak homepage bundles */
.hm-bundles__col .brz-column__items,
.hm-bundles__col .brz-column__items > .brz-wrapper {
  height: 100%;
}

.hm-bundles__col .brz-text-btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hm-bundles__col .brz-text-btn .brz-wrapper-clone {
  margin-top: auto;
}
/* end of: homepage bundles */

.gc-header__menu .sub-menu {
	--width: 280px;
}

/* remove in 4.0.3.0 */
.ps-postbox__input-beautifier {
	z-index: 5;
}

/* TEMP */
.post .gb-pricing__col--basic {
	display: none;
}

.post .gb-pricing__col .gb-pricing__col-list {
	text-align:left;
}

.gb-features--basic {
  --color-1: #f5efe5;
  --color-2: #987c72;
	--color-3: rgba(152, 124, 114, 1);
}

.gb-features--ultimate {
  --color-1: #f6e9ca;
  --color-2: #bd9e50;
	--color-3: #fab228;
}

.gb-features--ultimate .bb {
	display: none !important;
}

.gb-features--basic .ub {
	display: none !important;
}

.gb-features--basic .ubb {
	opacity: 0.8;
	filter: grayscale(1);
}

.gb-features--ultimate .ub-badge:before {
	display: none;
}

.ub-badge {
	position: relative;
}

.ub-badge:before {
	content: "Not included in Basic Bundle";
	display: block;
	position: absolute;
	top:30px;
	left:0;
	right:0;
	width:210px;
	font-size: 14px;
	background-color: rgba(0,0,0,.55);
	color: #fff;
	margin: 0 auto;
	border-radius: 6px;
	padding: 6px;
	z-index: 5;
	text-align:center;
}

.gb-features--basic .brz-embed-content, .gb-features--ultimate .brz-embed-content {
	height: 0;
}

.gb-features__plugins {}

.gb-features__plugins-title {
  position: relative;
  margin-bottom: 70px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gb-features__plugins-title:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 40%;
  height: 1px;
  background-color: var(--DIVIDER--LIGHT);
}

.gb-features__plugins-title:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 40%;
  height: 1px;
  background-color: var(--DIVIDER--LIGHT);
}

.gb-features__plugins-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: var(--PADD--MD);
  grid-row-gap: var(--PADD--MD);
}

.gb-features__plugins-list a {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.gb-features__plugins-list a span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.gb-features__plugins-list a img {
  max-width: 100px;
}

.gb-features__sidenav {
	position: fixed;
	z-index: 150;
	right:0;
	bottom: 5px;
	padding: 10px;
	background-color: var(--COLOR--APP);
	border: 1px solid var(--DIVIDER);
	border-right: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.gb-features__sidenav a {
	display: flex;
	width: 3.5vh;
	height: 3.5vh;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
}

.gb-features__sidenav a:last-child {
	margin-bottom: 0;
}

.gb-features__sidenav img {
	max-width: 100%;
}

.gb-features__sidenav-separator {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gb-features__sidenav-separator span {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #ddd;
}

.gb-features__sidenav-primary a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	background-color: #f5f5f5;
	border-radius: 6px;
}

.gb-features__sidenav a:before {
	content: attr(aria-label);
	display: block;
	position: absolute;
	right:-100px;
	background-color: rgba(0,0,0,.85);
	color:#fff;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 12px;
	opacity: 0;
	transition: all .5s ease;
	white-space: nowrap;
	z-index: 5;
}

@media screen and (min-width: 2000px) {
.gb-features__sidenav a {
	width: 40px;
	height: 40px;
}
}

.gb-features__sidenav a:hover:before {
	opacity: 1;
	right: 100%
}

.gb-features__sidenav-primary,
.gb-features__sidenav-separator {
	display: none;
}

.gb-features__sidenav-primary a:first-child {
	background-color: #f5efe5;
}

.gb-features__sidenav-primary a:nth-child(2) {
	background-color: #ffe195;
}

.gb-features__sidenav-primary a.active {
	box-shadow: 0 0 0 2px var(--COLOR--PRIMARY);
}

.gb-features__sidenav-secondary a {
	text-align:center;
}

.gb-features__sidenav-secondary a .brz-icon-svg {
	color: #999;
	width: 1.5em;
	height: 1.5em;
}

.gb-features__sidenav-secondary a.active .brz-icon-svg {
	color: var(--COLOR-PRIMARY);
}

.do-not-change p {
	color: #333;
}

.gb-features__nav {
	display: none;
	transform: translatey(-80px);
}

@media screen and (min-width: 980px) {
	.gb-features__nav {
	transform: translatey(-132px);
}
}

.gb-features__nav p:first-child {
	text-align: center;
	font-size: 12px;
	color: var(--color-2);
	margin-bottom: 5px;
}

.gb-features__nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width:400px;
	margin:0 auto;
	border: 1px solid var(--DIVIDER);
		border-radius: 10px;
	background-color: #fff;
}

.gb-features__nav-menu a {
	padding: var(--PADD--MD) var(--PADD--XL);
	color: #333;
	position:relative;
}

.gb-features__nav-menu a.active {
	color: var(--COLOR--PRIMARY);
	font-weight: bold;
}

.gb-features__nav-menu a.active:after {
	display:block;
	background-color:var(--COLOR--PRIMARY);
	height:4px;
	width:40px;
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.gb-features__box h3 i {
	min-width: 35px;
	color: var(--color-2);
}

.gb-features__box p {
	padding-left: 35px;
}

.gb-features__action {
	margin-top: 50px;
}

.gb-features__action .wp-block-buttons {
	margin-top: 35px;
}

.gb-features__action .wp-block-button__link {
	font-weight: normal;
	text-transform: none;
}

.gb-features__action .wp-block-button__link:after {
	margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f30b"
}

.gb-features__action p {
	margin-bottom: 5px;
	font-size: 120%;
}

/* Tweak bundle view */
@media screen and (max-width: 739px) {
.edd_downloads_list,
.edd_downloads_list.edd_download_columns_5 {
	grid-template-columns: repeat(2, 1fr) !important;
}
}

/* Fix brizy form inputs color */
.brz .brz-css-quyji .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {
	color: #555;
}

.brz .brz-css-bxhmd .select2-results__options,
.brz .brz-forms2__checkbox-option .brz-forms2__checkbox-option-name,
.brz .brz-forms2 .brz-forms2__radio-option-name{
	color: #555;
}

.brz-control__check-group--check,
.brz-control__radio--check {
	color: var(--COLOR--PRIMARY) !important;
}

.brz-control__check-group--uncheck,
.brz-control__radio--uncheck {
	box-shadow: 0 0 0 1px #999;
	border-radius: 2px;
}

.brz-control__radio--uncheck {
	border-radius: 50%;
}

/* FIX FOR PRICING IN BLOG POSTS */
.single-post .pricing {
  padding-top: 50px;
	margin-bottom: 0;
}

.single-post .pricing-item__title {
  padding-top: 31px;
}

.single-post .pricing__item--bundle .pricing-item__title {
  padding-top: 0;
}

.pss-pricing__subtitle-blog {
  display: none;
}

.single-post .pss-pricing__subtitle-blog {
  display: block;
}

.single-post .pss-pricing__subtitle-blog {
  display: block;
  border-top: 2px solid var(--DIVIDER--LIGHT);
  margin-top: 40px;
  padding-top: 35px;
}

.single-post .pss-pricing__subtitle-blog + .pss-pricing__subtitle-blog {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-weight: bold;
	font-size: 22px;
}

.pss-pricing__button-blog {
  display: none;
}

.pss-pricing__button-label-blog {
  display: none;
}

.single-post .pss-pricing__button-blog {
  display: flex;
}

.single-post .pss-pricing__button-label-blog {
  display: block;
}

/* TEMP TWEAK, REMOVE IN 4.0.0.0 */
.gc-sticky__bar .psw-userbar {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.gc-sticky__bar--mobile .psw-userbar {
  padding-left: 15px;
	border-top: 1px solid var(--DIVIDER--LIGHT);
}

.gc-sticky__bar--mobile .psw-userbar__inner {
  width: 100%;
}

.gc-sticky__bar--mobile .psw-userbar__user {
  width: 100%;
}

.gc-sticky__bar--mobile .psw-userbar__name {
  padding-left: 0;
}

.gc-sticky__bar--mobile .ps-notifs {
  margin-left: auto;
}

.gc-sticky__bar--mobile .ps-notif {
	margin: 0;
  border-left: 1px solid var(--DIVIDER--LIGHT);
}

.gc-sticky__bar--mobile .ps-notif__toggle {
  padding: var(--PADD--MD);
}

.gc-sticky__bar--mobile .ps-notif__bubble {
  top: var(--PADD);
}
/* delete ^^ */


/* TWEAK BLOG BUNDLES */
.block__ultimate .wp-block-image {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* MOVE TO GECKO */
.aligncenter {
	text-align: center;
}

/* TWEAK EDD BUNDLE LIST ICONS */
.edd_downloads_list .edd_download .edd_download_inner .edd_download_image img {
	max-width: 80px;
}

.edd_downloads_list .edd_download .edd_download_inner .edd_download_image a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.ps-edd .edd-table > thead > tr > th, .ps-edd #edd_subscription_receipt > thead > tr > th {
	outline: none;
	font-size:16px;
}

.ps-input,
.ps-input--select {
	background-clip: padding-box;
}

.ps-vip__icon {
	display:inline-block !important;
}

.pricing-item__price-time {
	color: #9e9e9e;
	padding: 15px;
	padding-top:0;
}

.pricing__item--bundle .pricing-item__price {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 20px;
}

.pricing-item__info {
	position: relative;
}


.peepso #edd_download_31576215,
.content--account #edd_download_31576215{
	display: block;
}

strong .ps-vip__icon {
	margin:0 !important;
}

.yellow-bg, .red-bg {
	padding: 1px 5px;
  border-radius: 4px;
}

.red-bg {
  background: #ffcccc;
  color: #000; 
}

.yellow-bg {
  background: #ffffcc;
  color: #000;
}

.custom-logo {
	height: auto !important;
	max-width:200px !important;
}

.ps-media--giphy img {
	max-height: 250px;
}

.tooltip__toggle[href="#edd_download_31576215"],
#edd_download_31576215,
.features__navigation a[href="#edd_download_31576215"] {
	display:none;
}

.edd-aa-buy-instructions .peepso__bundle a {
	padding:15px 30px;
	background-color: var(--COLOR--PRIMARY);
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	margin: 20px 0;
}

.edd-aa-buy-instructions .peepso__bundle a h3 {
	color: #fff;
	margin:0;
}

body {
	--c-ps-notification-unread-bg: #e0f9ff;
	--c-gc-footer-col: 7;
}

#text-12 {
	width: 400px;
}

#text-12 img {
	max-width:250px;
}

@media screen and (max-width: 61.24em) {
	#text-12 {width:100%; padding-right:0;}
}

.ps-ulimits__debug {
	background: #FA8072;
	padding:5px;
	border-radius: 5px;
	color: white;
}

.ps-ulimits__debug-title {
	color: white;
	text-align:center;
	font-size:25px;
}

.ps-ulimits__debug-item,.ps-ulimits__debug-item i {
	background: #FA8072;
	color:white;
}

.ps-ulimits__debug-item i {
	opacity: 0.9;
}

.pss-team__item .wp-block-column:first-child {
	flex-grow:0;
}

.single-documentation .line {
	display:block;
width: 100%;
padding-left: 10px;
padding-right: 10px;
white-space: pre;
}

.single-documentation .line:empty {
	height: 16px;
}

.single-documentation code {
	color: #2e2e2e;
}

/* REMOVE ADDONS */
.edd-cart-added-alert {
  display: flex;
  margin-top: 15px;
  background: rgba(0,0,0, .1);
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 12px;
}

.edd-cart-added-alert svg {
  width: 16px;
  fill: #d24942;
  margin-right: 5px;
}

.edd_price_options + .edd_purchase_submit_wrapper {
  padding-top: 0;
}

.has-text-align-center {
	text-align:center !important;
}

.disclaimer-wrapper {
	margin:0;
	padding:0;
}

.addons__disclaimer.features__footnote {
	margin-top:0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.addons__disclaimer.features__footnote p {
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.single-download .edd_purchase_submit_wrapper {
	position: relative;
}

.single-download .edd-cart-added-alert {
	position: absolute;
	top:100%;
	margin:0;
	padding:0;
	width:100%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

.single-download .edd-cart-added-alert .edd-icon {
	fill: #d44943;
	top:0;
}


/* end */







.wy-breadcrumbs {
  display: none;
}

.wy-breadcrumbs + hr {
  display: none;
}

.has-text-align-center p {
	text-align: center !important;
}

@media screen and (max-width: 61.24em) {
  .pricing-item__wrapper:first-child {
    order:3;
  }
	
  .pricing-item__wrapper:last-child {
    order:0;
  }
	
	  .pricing-item__wrapper:nth-child(2n) {
    order:1;
  }
}

.careers__section h2 {
  display: inline-block;
  margin-bottom: 30px;
  color: #d24942;
  border-bottom: 3px solid #e4928e;
}

.careers__section h2:after {
  display: block;
  content: " ";
}

.careers__section--success h2 {
  color: #18b9a2;
  border-bottom: 3px solid #8adbcf;
}

.entry-content form.EWF__form {
  padding: 0;
  background-color: transparent;
}

.entry-content form.EWF__form .headers {
  margin-bottom: 25px;
  padding-top: 25px;
  line-height: 1.6;
  border-top: 1px solid rgba(0,0,0, .1);
}

.entry-content form.EWF__form .headers h4 {
  color: #333;
}

.entry-content form.EWF__form .headers p {
  margin-top: 5px;
  font-size: 16px;
}

.entry-content form.EWF__form .inputs > div {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0, .1);
}

.entry-content form.EWF__form .inputs > div label {
  margin-bottom: 5px;
}

.entry-content form.EWF__form .webform-options {
  padding-top: 30px;
}

.entry-content form.EWF__form .EWF__subscribe {
  background-color: #d24942;
  cursor: pointer;
  border: none;
}

.entry-content form.EWF__form input {
  border: 1px solid #f5f5f5;
}

.entry-content form.EWF__form input:focus {
  border: 1px solid #eee;
}

.entry-content form #ewf_datadisclaimer {
  padding: 15px;
  border-radius: 6px;
  border: 2px solid rgba(0,0,0, .05);
}

.my-account-widget {
	font-size: 16px;
}


.my-account-widget p {
	font-size: 100%;
}

.content--account .edd_all_access_price_options {
display: none;
}

.header-is-transparent body {padding-top: 0;}

.pss-brand__title h1 {
	font-size: 250%;
	color: #fff;
}

.pss-brand__logo {
	margin-bottom: 30px;
	padding: 30px !important;
	border: 2px solid rgba(0,0,0, .05);
}

.pss-brand__logo > p {
	margin-top:30px;
}

.pss-brand__logo figure {
	margin:0;
}

.pss-brand__logo img {
	vertical-align: middle;
}

.pricing__free-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #d24842;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #e18d7b;
	transition: all .2s ease;
	font-size: 120%;
}

.pricing__free-box a {
	color: #fff;
	display: block;
	padding: 20px;
}

.pricing__free-box:hover {
	box-shadow: 0 0 0 5px #d24842;
}

.pricing__gecko-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #6456a3;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #e2dbff;
	transition: all .2s ease;
	background-image: url("https://www.peepso.com/wp-content/uploads/2018/11/gecko-widget.png");
	background-size: cover;
	background-position: bottom center;
	font-size: 120%;
}

.pricing__gecko-box a {
	color: #fff;
	display: block;
	padding: 20px;
}

.pricing__gecko-box:hover {
	box-shadow: 0 0 0 5px #d4b0ff;
}

.tp-toolbox__col {
	padding: var(--tp-padd) !important;
}

.peepso-edd-icon {
	display:none;
	padding-right:5px;
}

.edd_download_purchase_form .edd_price_options > ul > li {
	border: none;
	border-bottom: 1px solid var(--color--divider);
	font-size: 90%;
}

.brz-btn .brz-span {
	margin-top:3px;
}

.g-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.single-download .edd_purchase_submit_wrapper {
	text-align:center;
}

.postid-4422 .edd_purchase_submit_wrapper {
	text-align:left;
}

/* pricing badge */
.money-back-badge {
	margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 5px solid #eee;
}

.pricing + .money-back-badge {
  margin-top: 0;
  margin-bottom: 25px;
}

.money-back-badge br {
  display: none;
}

.money-back-badge strong {
  display: block;
  font-size: 110%;
  margin-bottom: 5px;
}

.money-back-badge .wp-block-columns {
  margin: 0;
  justify-content: center;
  align-items: center;
}

.money-back-badge .wp-block-column {
  flex-grow: 0;
  flex-basis: initial;
}

.money-back-badge .wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.money-back-badge .wp-block-column p {
  margin-bottom: 0;
  font-size: 90%;
	text-align: justify;
}

.money-back-badge .wp-block-column:first-child {
  min-width: 115px;
	max-width:115px;
}

	.money-back-badge .wp-block-column:last-child {
		margin-left: 0!important;
		margin-right: 0!important;
	}

@media screen and (min-width: 981px) {
	.money-back-badge .wp-block-column:last-child {
		min-width: 300px;
	}
}

/* register fields */
.psf-register .ps-input {
  box-shadow: inset 0 0 0 2px var(--DIVIDER--LIGHT);
}

#wp-submit, #wp-submit-guest {
  border: none;
}

/* newsletter */
.ebook-newsletter .form-control {
  --radius: 30px;
  --input-padd: var(--PADD) var(--PADD--MD);

  height: 46px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ebook-newsletter .inputs {
  flex-grow: 1;
}

.ebook-newsletter fieldset {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#ewf_subscriptionForm.ebook-newsletter #email {
  margin-bottom: 0;
}

#ewf_subscriptionForm.ebook-newsletter #eesubmit {
  margin-top: 0;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  background-color: rgb(53, 53, 53);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#ewf_subscriptionForm.ebook-newsletter #eesubmit:hover,
#ewf_subscriptionForm.ebook-newsletter #eesubmit:focus {
  background-color: rgba(28, 28, 28, 1);
}

/* brizy tweak */
.brz-container .brz-row__container .brz-row {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-49696145 .brz-container .brz-row__container .brz-row {
  max-width: 100%;
}

@media(min-width: 61.25em) {
 .page-id-49696145 .gc-scroll__to-top {
  right:100px;
 }
}

.brz-container {
	--brz-section-container-max-width: 1540px;
}

/* fix footer on ticket view */
.single-ticket {
  padding-bottom: 0 !important;
}

.single-ticket .gc-footer {
  position: static;
}

.content--checkout #edd_sl_renewal_form .edd-description {
  margin-bottom: 15px;
}

.content--checkout #edd_discount_code .edd-label::before {
  display: none;
}

.content--checkout #edd_purchase_submit #edd_show_terms {
  background-color: #eee;
}

.content--checkout #edd-license-key,
.content--checkout #edd-discount {
  font-size: 100%;
}

/* DISABLE PLUGIN ON FEATURES LIST */
.psf-features__plugins-item--disabled {
	opacity: .5;
	filter: grayscale(100%);
}

/* ADD MOUSEOVER ON PLUGINS LIST */
.psf-features__plugins-item--starter .brz-bg:before {
  content: "Available only in Starter & Ultimate";
}

.psf-features__plugins-item--bundle .brz-bg:before {
  content: "Available only in Ultimate";
}

.psf-features__plugins-item--starter .brz-bg:before,
.psf-features__plugins-item--bundle .brz-bg:before {
  position: absolute;
  display: block;
  background-color: #000000b3;
  color: #fff;
  z-index: 10;
  font-size: 13px;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  bottom: 0;
  text-shadow: 1px 1px 1px #000;
  opacity: 0;
	transition: all .2s ease;
}

.psf-features__plugins-item--starter:hover .brz-bg:before,
.psf-features__plugins-item--bundle:hover .brz-bg:before {
  opacity: 1;
}
/* Custom -Upgrade Your Basic Bundle- widget */
.widget_eddtoolboxeddtoolbox .edd_sl_table {
	margin-bottom: 10px;
}

.widget_eddtoolboxeddtoolbox .edd_sl_table .tp-toolbox__row {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-right: -20px;
	margin-left: -20px;
}

.widget_eddtoolboxeddtoolbox .edd_sl_table.tp-toolbox__table tbody td {
	border-right: none;
}

.widget_eddtoolboxeddtoolbox #tp-show-more,
.widget_eddtoolboxeddtoolbox .tp-toolbox__btn {
	display: inline-block;
	padding: var(--PADD) var(--PADD--MD);
	font-size: 85%;
	line-height: var(--GC-LINE-HEIGHT);
	background-color: var(--GC-COLOR--PRIMARY);
	color: #fff;
	border-radius: var(--radius);
	border: none;
	outline: none;
}

.widget_eddtoolboxeddtoolbox .tp-toolbox__btn:hover,
.widget_eddtoolboxeddtoolbox .tp-toolbox__btn:focus {
	background-color: var(--GC-COLOR--PRIMARY--DARK);
	color: #fff;
}

.widget_eddtoolboxeddtoolbox #tp-show-more {
	width: 100%;
	text-align: center;
	padding-top: var(--PADD--SM);
	padding-bottom: var(--PADD--SM);
	background-color: #ababab;
}

.widget_eddtoolboxeddtoolbox #tp-show-more:hover,
.widget_eddtoolboxeddtoolbox #tp-show-more:focus {
	background-color: #8f8f8f;
	color: #fff;
}
/* end of: Custom -Upgrade Your Basic Bundle- widget */

/* Checkout Upsell */
#custom_html-29,
#custom_html-30 {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.psc-upsell-desc {
	margin-bottom: var(--PADD--MD);
}

.psc-upsell-opt {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.psc-upsell-opt__item {
	max-width: 60%;
	padding: var(--PADD--MD);
	position: relative;
	border: 1px solid #faa701;
	border-radius: var(--radius);
	background-color: rgba(250, 167, 1, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 61.24em) {
	.psc-upsell-opt {
		flex-wrap: wrap;
	}
	.psc-upsell-opt__item {
		width: 100%;
		max-width: 100%;
		margin-top: var(--PADD);
    margin-bottom: var(--PADD--XL);
	}
}

.psc-upsell-opt__badge {
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 6px 15px;
	border-radius: 20px;
	font-size: 81%;
}

.psc-upsell-opt__inner {
	padding-bottom: var(--PADD);
}

.psc-upsell-opt__item hr {
	height: 1px;
	margin-top: var(--PADD--MD);
	margin-bottom: var(--PADD--MD);
}

h3.psc-upsell-opt__title {
	padding: 0 15px;
	text-align: center;
	font-weight: 600;
}

.psc-upsell-opt__btn {
	display: inline-block;
	font-size: 80%;
	text-align: center;
	padding: 12px 20px;
	background-color: #faa701;
	color: #1c1c1c;
	border-radius: 5px;
	transition: all .3s ease-out;
	font-weight: 600;
	line-height: 1.4;
}

.psc-upsell-opt__btn:hover,
.psc-upsell-opt__btn:focus {
	background-color: rgba(250, 167, 1, 0.8);
	color: #1c1c1c;
}

#custom_html-29,
#custom_html-30,
#custom_html-31,
#text-13 {
	display: none;
}
/* End of: Checkout Upsell */

.pricing::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 61.25em) {
  .pricing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pricing__header {
  padding-top: 0 !important;
  padding-bottom: 70px !important;
  text-align: center;
}
.pricing__header > h2 {
  margin-bottom: 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.4;
}
.pricing__header > p {
  font-size: 110%;
  line-height: 1.4;
}
@media (min-width: 61.25em) {
  .pricing__header {
    padding-top: 50px !important;
  }
  .pricing__header > h2 {
    font-size: 250%;
    line-height: 1.4;
  }
  .pricing__header > p {
    font-size: 160%;
    font-weight: 300;
    line-height: 1.4;
  }
}

.pricing__item {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
.pricing__item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: -1;
  box-shadow: 0 0 0 6px #fff;
}

.pricing-item__wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 10px;
}
.pricing-item__wrapper:last-child {
  padding-right: 0;
}
@media (max-width: 61.24em) {
  .pricing-item__wrapper {
    margin-bottom: 35px;
  }
}
@media (min-width: 61.25em) {
  @supports not (display: grid) {
    .pricing-item__wrapper {
      float: left;
      width: 33.33%;
    }
  }
}

.pricing-item__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
}

.post .pricing-item__icon {
  text-align: center;
}
.pricing-item__icon > span {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  text-align: center;
  color: #fff;
  border: 6px solid #fff;
  background: #8D6E63;
  background: -webkit-linear-gradient(to top, #A1887F, #8D6E63);
  background: linear-gradient(to top, #A1887F, #8D6E63);
  border-radius: 100%;
}
.pricing-item__icon > span > i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.pricing-item__icon > span > i:before {
  width: auto;
}
.post .pricing-item__icon > span {
  position: relative;
  top: 0;
}
.pricing__item--bundle .pricing-item__icon > span {
  background: #FDD835;
  background: -webkit-linear-gradient(to bottom, #FBC02D, #FDD835);
  background: linear-gradient(to bottom, #FBC02D, #FDD835);
}
.pricing__item--foundation .pricing-item__icon > span {
  background: #E0E0E0;
  background: -webkit-linear-gradient(to bottom, #BDBDBD, #E0E0E0);
  background: linear-gradient(to bottom, #BDBDBD, #E0E0E0);
}
@media (min-width: 61.25em) {
  .pricing-item__icon > span {
    top: -60px;
    width: 115px;
    height: 115px;
    font-size: 50px;
    border: 8px solid #fff;
  }
}

.pricing-item__title {
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 160%;
  font-weight: bold;
  color: #333;
}

.pricing-item__subtitle {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 120%;
  font-weight: 300;
  color: var(--color--text-light);
  border-top: 1px dashed #eee;
}

.pricing-item__desc {
  margin-bottom: 0;
  padding: 15px 30px;
  line-height: 1.4;
  text-align: center;
  color: var(--color--text-light);
}
@media (min-width: 61.25em) {
  .pricing-item__desc {
    padding: 30px;
  }
}

.pricing-item__list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 110%;
  line-height: 1.4;
}
.pricing-item__list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
.pricing-item__list > li:first-child {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.pricing-item__list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pricing-item__price,
.pricing-item__under-price {
  padding-top: 10px;
}
.pricing-item__price s:before,
.pricing-item__under-price s:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: " ";
  transform: translateY(-50%);
  background: #EB3349;
  background: -webkit-linear-gradient(to right, #F45C43, #EB3349);
  background: linear-gradient(to right, #F45C43, #EB3349);
}
.pricing__item--bundle .pricing-item__price s:before,
.pricing__item--bundle .pricing-item__under-price s:before {
  background: #16BFFD;
  background: -webkit-linear-gradient(to right, #CB3066, #16BFFD);
  background: linear-gradient(to right, #CB3066, #16BFFD);
}
.pricing__item--foundation .pricing-item__price s:before,
.pricing__item--foundation .pricing-item__under-price s:before {
  background: #4776E6;
  background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
  background: linear-gradient(to right, #8E54E9, #4776E6);
}
.pricing-item__price > span,
.pricing-item__under-price > span {
  position: relative;
  display: inline-block;
  font-size: 200%;
  font-weight: 300;
  line-height: 1.4;
  color: transparent;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: #EB3349;
}
.pricing-item__price > span > strong,
.pricing-item__under-price > span > strong {
  font-weight: 700;
}
.pricing-item__price > span > strong small,
.pricing-item__under-price > span > strong small {
  display: block;
  font-weight: normal;
}
.pricing__item--bundle .pricing-item__price > span,
.pricing__item--bundle .pricing-item__under-price > span {
  background: #F9A825;
  background: -webkit-linear-gradient(to right, #FBC02D, #F9A825);
  background: linear-gradient(to right, #FBC02D, #F9A825);
}
.pricing__item--bundle .pricing-item__price > span small,
.pricing__item--bundle .pricing-item__under-price > span small {
  font-size: 70%;
}
.pricing__item--foundation .pricing-item__price > span,
.pricing__item--foundation .pricing-item__under-price > span {
  background: #EB3349;
}

.pricing-item__under-price > span {
  font-size: 160%;
}

.pricing-item__actions {
  position: relative;
}
.pricing-item__actions .wp-block-button {
  margin-bottom: 0;
}
.pricing-item__actions .edd_download_purchase_form {
  padding-bottom: 0;
}
.pricing-item__actions .edd_price_options {
  position: absolute;
  z-index: 10;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
  max-width: 100%;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}
.pricing-item__actions .edd_price_options .edd_price_option_name {
  padding: 0 !important;
}
.pricing-item__actions .edd_price_options > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.pricing-item__actions .edd_price_options > ul > li:last-child {
  border-radius: 0;
}
.pricing-item__actions .edd_price_options > ul > li:hover {
  background-color: var(--wp--preset--color--accent-4);
  border-radius: 6px;
}
.pricing-item__actions .edd_download_purchase_form .edd_price_options > ul > li label {
  padding-left: 0;
  padding-right: 0;
  font-size: 90%;
}
.pricing-item__actions .edd_download_purchase_form .edd_price_options > ul > li label input + .edd_price_option_name::before {
  display: none !important;
}

.pricing-dropdown__toggle {
  position: relative;
  display: block;
  width: auto;
  padding: 15px 25px;
  font-size: 90%;
  color: var(--GC-COLOR--TEXT);
  background-color: var(--COLOR--APP);
  border: 2px solid var(--DIVIDER--LIGHT);
  border-radius: 10px;
  text-decoration: none;
}
.single .pricing-dropdown__toggle {
  padding-left: var(--PADD);
}
.pricing-dropdown__toggle:before {
  content: "\f14a";
  display: inline-block;
  margin-right: var(--PADD--SM);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--wp--preset--color--accent);
}
.pricing-dropdown__toggle:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 var(--PADD--MD);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 60px;
  color: var(--GC-COLOR--TEXT--LIGHT);
  transition: all 0.2s ease;
}
.pricing-dropdown__toggle:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.035) 100%);
}
.pricing-dropdown__toggle:hover:after {
  color: var(--GC-COLOR--TEXT);
}
.pricing-dropdown__toggle:hover, .pricing-dropdown__toggle:focus {
  color: var(--GC-COLOR--TEXT);
}
.pricing-dropdown__toggle.open:after {
  content: "\f077";
}

.pricing .edd_download_purchase_form .edd_price_options > ul {
  border: none;
}

.pricing-item__actions--gecko,
.pricing-item__actions--ultimate {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pricing-item__actions--gecko .edd-add-to-cart,
.pricing-item__actions--gecko .edd_go_to_checkout,
.pricing-item__actions--ultimate .edd-add-to-cart,
.pricing-item__actions--ultimate .edd_go_to_checkout {
  -webkit-box-shadow: 0 5px 10px 0 rgba(205, 209, 215, 0.8) !important;
  -moz-box-shadow: 0 5px 10px 0 rgba(205, 209, 215, 0.8) !important;
  box-shadow: 0 5px 10px 0 rgba(205, 209, 215, 0.8) !important;
  background: #F9A825;
  background: -webkit-linear-gradient(to right, #FBC02D, #F9A825);
  background: linear-gradient(to right, #FBC02D, #F9A825);
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .pricing-item__actions--gecko .edd-add-to-cart:hover,
.pricing-item__actions--gecko .edd_go_to_checkout:hover,
.pricing-item__actions--ultimate .edd-add-to-cart:hover,
.pricing-item__actions--ultimate .edd_go_to_checkout:hover {
    transform: translateY(-8px);
    -webkit-box-shadow: 0 15px 24px 0 rgba(205, 209, 215, 0.8) !important;
    -moz-box-shadow: 0 15px 24px 0 rgba(205, 209, 215, 0.8) !important;
    box-shadow: 0 15px 24px 0 rgba(205, 209, 215, 0.8) !important;
  }
}
.pricing-item__actions--gecko .edd-add-to-cart > strong,
.pricing-item__actions--gecko .edd_go_to_checkout > strong,
.pricing-item__actions--ultimate .edd-add-to-cart > strong,
.pricing-item__actions--ultimate .edd_go_to_checkout > strong {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 46.25em) {
  .pricing-item__actions--gecko .edd-add-to-cart,
.pricing-item__actions--gecko .edd_go_to_checkout,
.pricing-item__actions--ultimate .edd-add-to-cart,
.pricing-item__actions--ultimate .edd_go_to_checkout {
    background-size: 300% 300% !important;
    animation: gradient 2.5s ease infinite;
  }
}

.pricing-item__actions--bundle {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pricing-item__actions--bundle .edd-add-to-cart,
.pricing-item__actions--bundle .edd_go_to_checkout {
  font-weight: 700;
}
.pricing-item__actions--bundle .edd-add-to-cart > strong,
.pricing-item__actions--bundle .edd_go_to_checkout > strong {
  font-weight: 700;
  color: #fff;
}

.pricing__item--foundation {
  padding: 8px !important;
  background: linear-gradient(to top, #DFDFDF, #BDBDBD);
  border-radius: 10px;
}
.pricing__item--foundation .edd_purchase_submit_wrapper .button {
  background-color: #9E9E9E;
}
.pricing__item--foundation .edd_purchase_submit_wrapper .button:hover, .pricing__item--foundation .edd_purchase_submit_wrapper .button:focus {
  background-color: #616161;
}

.pricing__item--bundle {
  padding: 6px !important;
  background: #FDD835;
  background: -webkit-linear-gradient(to top, #FDD835, #FBC02D);
  background: linear-gradient(to top, #FDD835, #FBC02D);
  border-radius: 10px;
  transform: translateY(-25px);
}
@media (min-width: 61.25em) {
  .pricing__item--bundle {
    padding: 8px !important;
  }
  .pricing__item--bundle .pricing-item__price {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pricing__item--bundle .pricing-item__price > span {
    font-size: 250%;
  }
  .pricing__item--bundle .pricing-item__under-price {
    font-size: 140%;
  }
  .pricing__item--bundle .pricing-item__title {
    padding-top: 89px;
  }
}

.pricing__item--carte {
  background: linear-gradient(to top, #A0877E, #8D6E63);
  border-radius: 10px;
  padding: 8px !important;
}
@media (min-width: 61.25em) {
  .pricing__item--carte .pricing-item__actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.pricing__item--carte .edd_purchase_submit_wrapper .button {
  background-color: #8D6E63;
}
.pricing__item--carte .edd_purchase_submit_wrapper .button:hover, .pricing__item--carte .edd_purchase_submit_wrapper .button:focus {
  background-color: #795548;
}

.pricing__bundle-plugins {
  min-height: 170px;
  padding: 30px;
  padding-top: 0;
}
.pricing__bundle-plugins > a:hover {
  position: relative;
  z-index: 5;
}

.pricing-item__info-wrapper {
  position: relative;
}

.pricing-item__info-toggle {
  color: #29abe2;
}
.pricing-item__info-toggle:hover, .pricing-item__info-toggle:focus {
  color: #4a86e8;
}
.pricing-item__info-toggle:hover + .pricing-item__info-box, .pricing-item__info-toggle:focus + .pricing-item__info-box {
  display: block;
}

.pricing-item__info-box {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  left: 15px;
  right: 15px;
  top: 100%;
  z-index: 10;
  padding: 20px;
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 90%;
}
.pricing-item__info-box > li {
  padding: 5px 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-item__info-box > li:before {
  content: "•";
  padding-right: 8px;
  color: #e4928e;
}
.pricing-item__info-box > li:first-child {
  padding: 15px 10px;
  margin: -15px;
  margin-bottom: -15px;
  background: #eee;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 90%;
  border-bottom: none;
}
.pricing-item__info-box > li:first-child:before {
  display: none;
}
.pricing-item__info-box > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pricing__geckopeepso {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__compare-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #F9A825;
  border-radius: 10px;
  box-shadow: 0 0 0 5px #FDD835;
  transition: all 0.2s ease;
  font-size: 120%;
  display: none;
}
.pricing__compare-box:hover {
  box-shadow: 0 0 0 5px #FBC02D;
}
.pricing__compare-box a {
  color: #fff;
  display: block;
  padding: 20px;
}

@media screen and (min-width: 900px) {
  .pricing__compare-box {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing__compare-box {
    max-width: 33.3%;
  }
}
