@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
#wpbody-content > *:not(.frhd-option-body) {display: none !important;}
.frhd-option-body p {
    font-size: 16px;
    margin: 2px;
}
.frhd-option-body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    position: relative;
    max-width: calc(100% + 20px);
    display: block;
    margin-left: -20px;
}
.frhd-setting-header {
    margin-bottom: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(240.75deg,#e9def0 -7.54%,#fcfdfd 55.54%,#dde8fc 101.81%);
    border-bottom: 1px solid #dedede;
}
.frhd-setting-header-info-content {
    padding: 60px 0;
}
.frhd-setting-header-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.frhd-setting-header-info-content h1 {
    font-size: 37px;
    font-weight: bold;
}
#frhd-plugin-version {
    display: inline-block;
    font-size: 14px;
    padding: 2px 0;
    background: #4F24FF;
    color: #fff;
    margin-left: 7px;
    border-radius: 50px;
    width: 54px;
    text-align: center;
}
/* Nav */
.frhd-dashboard-nav {
    padding: 16px 20px;
    border-top: 1px solid #fff;
}
.frhd-dashboard-nav nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.frhd-dashboard-nav nav a {
    border-radius: 3px;
    color: #2f2e2e;
    padding: 7px 13px;
    text-decoration: none;
    transition: all .15s ease;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    line-height: 13px;
}
.frhd-dashboard-nav nav a .dashicons {
    font-size: 16px;
    line-height: 21px;
}
.frhd-dashboard-nav nav a.frhd-current,
.frhd-dashboard-nav nav a:hover {
    background-color: #fff;
    border-color: #dfdbdb;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-weight: 500;
}
span.frhd-nav-badge {
    color: #f18500;
    vertical-align: super;
    font-size: 9px;
    font-weight: 700;
    padding-left: 2px;
    margin-top: -10px;
}
/* Effect */
a.frhd-live-effect .dashicons {
    position: relative;
}
a.frhd-live-effect .dashicons:before,
a.frhd-live-effect .dashicons:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f528" !important;
}
a.frhd-live-effect .dashicons:after {
    display: block;
    animation: frhd-menu-notification-indicator-pulse 1.5s infinite !important;
}
@keyframes frhd-menu-notification-indicator-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(2);opacity:0}}
/* Body */
.frhd-container-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.frhd-container-hero {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.frhd-hero-video,
.frhd-testimonial,
.frhd-review,
.frhd-container-ad {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.frhd-hero-video {flex-basis: 70%;}
.frhd-container-ad {flex-basis: 30%;}
.frhd-hero-buttons a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 10px;
    border-radius: 3px;
    background: #4f46e5;
    font-size: 17px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.frhd-hero-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 10px;
}
.frhd-container-ad img {
    width: 100%;
    height: auto;
    transition: .3s;
}
/* Footer Promotion */
ul.frhd-footer-pro-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
ul.frhd-footer-pro-links a {
    color: #607D8B;
}
ul.frhd-footer-pro-links a:hover {
    color: #673AB7;
}
ul.frhd-footer-pro-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
ul.frhd-footer-pro-socials svg {
    transition: .3s;
}
ul.frhd-footer-pro-socials svg:hover {
    transform: scale(1.1);
}
ul.frhd-footer-pro-socials svg:hover path {
    fill: #673AB7;
}
.frhd-footer-promotion .dashicons-heart {
    animation: frhdgscolors 2s infinite;
}
/* PRO Feature List */
.fpblock-option-body {
    margin-bottom: 50px;
}
.frhdgs-option-body p {
    font-size: 16px;
    margin: 2px;
}
.frhdgs-option-body {
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 40px;
}
.frhdgs-hero-upgrade {
    position: relative;
    background: rgb(245 255 246 / 50%);
    padding: 30px;
}
/* Feature list */
.frhdgs-hero-upgrade h2 {
    font-size: 36px;
    font-weight: 100;
    margin: 0;
    padding: 20px 0 30px;
    color: #002000;
    text-shadow: 1px 1px 10px #d3ffa0;
}
.frhdgs-hero-upgrade h2 span {
    padding-right: 44px;
}
.frhdgs-hero-upgrade h2 span:before {
    color: #FF007A;
    font-size: 58px;
    line-height: 20px;
}
.frhdgs-hero-upgrade li {
    color: #000;
    background: rgb(231 231 231 / 50%);
    padding: 6px 28px 10px;
    font-size: 19px;
    line-height: 26px;
    position: relative;
    margin-bottom: 13px;
    text-shadow: 0 1px 0 rgb(1 108 82 / 50%);
}
.frhdgs-hero-upgrade li:before {
    position: absolute;
    left: -7px;
    top: 8px;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg fill='darkgreen' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 700 700'%3E%3Cg%3E%3Cpath d='m283.89 373.55s0-108.52-104.79-134.72l78.59-48.66 67.367 82.336s157.18-145.95 209.57-149.7c0 0 48.652 11.234 67.355 52.398 0.011719 0-187.1 52.395-318.1 198.34z'/%3E%3Cpath d='m457.26 126.97v-26.602h-359.27v359.27h359.27l-0.003906-186.99c-19.504 11.43-39.699 24.652-59.871 39.387v87.707h-239.52v-239.51h239.52v10.434c19.672-15.57 40.195-30.836 59.867-43.699z'/%3E%3Cuse x='70' y='644' xlink:href='%23w'/%3E%3Cuse x='90.550781' y='644' xlink:href='%23d'/%3E%3Cuse x='104.359375' y='644' xlink:href='%23b'/%3E%3Cuse x='123.347656' y='644' xlink:href='%23a'/%3E%3Cuse x='142.242188' y='644' xlink:href='%23c'/%3E%3Cuse x='155.628906' y='644' xlink:href='%23b'/%3E%3Cuse x='174.617188' y='644' xlink:href='%23o'/%3E%3Cuse x='204.410156' y='644' xlink:href='%23n'/%3E%3Cuse x='224.453125' y='644' xlink:href='%23m'/%3E%3Cuse x='252.453125' y='644' xlink:href='%23l'/%3E%3Cuse x='272.726562' y='644' xlink:href='%23a'/%3E%3Cuse x='291.621094' y='644' xlink:href='%23k'/%3E%3Cuse x='320.796875' y='644' xlink:href='%23f'/%3E%3Cuse x='330.394531' y='644' xlink:href='%23j'/%3E%3Cuse x='350.328125' y='644' xlink:href='%23f'/%3E%3Cuse x='369.671875' y='644' xlink:href='%23v'/%3E%3Cuse x='391.34375' y='644' xlink:href='%23i'/%3E%3Cuse x='411.277344' y='644' xlink:href='%23h'/%3E%3Cuse x='420.875' y='644' xlink:href='%23g'/%3E%3Cuse x='440.808594' y='644' xlink:href='%23u'/%3E%3Cuse x='466.675781' y='644' xlink:href='%23a'/%3E%3Cuse x='485.570312' y='644' xlink:href='%23h'/%3E%3Cuse x='495.167969' y='644' xlink:href='%23f'/%3E%3Cuse x='504.765625' y='644' xlink:href='%23a'/%3E%3Cuse x='70' y='672' xlink:href='%23t'/%3E%3Cuse x='82.183594' y='672' xlink:href='%23d'/%3E%3Cuse x='95.992188' y='672' xlink:href='%23e'/%3E%3Cuse x='115.226562' y='672' xlink:href='%23k'/%3E%3Cuse x='154.152344' y='672' xlink:href='%23c'/%3E%3Cuse x='167.535156' y='672' xlink:href='%23i'/%3E%3Cuse x='187.46875' y='672' xlink:href='%23b'/%3E%3Cuse x='216.207031' y='672' xlink:href='%23s'/%3E%3Cuse x='239.640625' y='672' xlink:href='%23e'/%3E%3Cuse x='258.878906' y='672' xlink:href='%23g'/%3E%3Cuse x='278.8125' y='672' xlink:href='%23j'/%3E%3Cuse x='308.492188' y='672' xlink:href='%23r'/%3E%3Cuse x='329.015625' y='672' xlink:href='%23d'/%3E%3Cuse x='342.820312' y='672' xlink:href='%23e'/%3E%3Cuse x='362.058594' y='672' xlink:href='%23q'/%3E%3Cuse x='371.65625' y='672' xlink:href='%23b'/%3E%3Cuse x='390.648438' y='672' xlink:href='%23p'/%3E%3Cuse x='407.242188' y='672' xlink:href='%23c'/%3E%3C/g%3E%3C/svg%3E");
}
a.frhdgs-hero-btn-pro {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    background: #e91e63;
    padding: 16px 24px 18px;
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-shadow: 1px 1px 8px rgb(0 0 0 / 50%);
    border: 1px solid transparent;
    transition: .3s;
}
a.frhdgs-hero-btn-pro:hover {
    box-shadow: rgb(0 0 0 / 44%) 0px 3px 8px;
}
a.frhdgs-hero-btn-pro span {
    transition: .3s;
}
a.frhdgs-hero-btn-pro:hover span {
    display: inline-block;
    transform: translateX(6px);
}
.frhdgs-upgrade-feature-list {
    display: flex;
    gap: 30px;
}
.frhdgs-upgrade-feature-list ul {
    flex-basis: 100%;
    padding-left: 10px;
}
/* Testimonials */
.frhdgs-testimonial {
    padding: 30px;
}
.frhdgs-testimonial-stars:before {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 91px;
    height: 17px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cscript xmlns=''/%3E%3Cpath d='M9.09815 0.360596L11.1054 6.06493H17.601L12.3459 9.5904L14.3532 15.2947L9.09815 11.7693L3.84309 15.2947L5.85035 9.5904L0.595291 6.06493H7.0909L9.09815 0.360596Z' fill='%23FBB040'/%3E%3C/svg%3E");
}
.frhdgs-testimonial-column {
    position: relative;
    flex-basis: calc(50% - 62px);
    border: 1px solid rgb(103 58 183 / 15%);
    background: rgb(103 58 183 / 5%);
    padding: 25px;
    padding-top: 50px;
}
.frhdgs-testimonial-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.frhdgs-testimonial-client {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.frhdgs-testimonial-client-ghost h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.frhdgs-testimonial-client img {
    border-radius: 10px;border: 1px solid rgb(158 158 158 / 50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/* Animation */
@keyframes frhdgscolors {
    0% {transform: scale(1.1);color:#E91E63;}
    50% {transform: scale(1);color:#9C27B0;}
    100%{transform: scale(1);color:#673AB7}
}
/* Responsive */
@media (min-width: 960px) {
    .frhd-container-ad:hover img {
        transform: scale(1.2);
    }
    .frhd-container-ad {
        overflow: hidden;
    }
}
@media (max-width: 960px) {
    .frhd-container-hero,
    .frhd-upgrade-feature-list {flex-wrap: wrap;}
    .frhd-hero-video {flex-basis: 100%;}
    .frhd-container-ad {flex-basis: 100%;}
}
@media (max-width: 599px) {
    .frhd-hero-buttons {flex-wrap: wrap;}
    .frhd-setting-header-info-content {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    .frhd-setting-header-info-content {padding: 20px;}
}
/* Remove Footer */
#wpfooter {
    display: none !important;
}