.pm-difl {
    display: inline-block;
    float: left
}
.pm-dbfl {
    display: block;
    float: left;
    width: 100%
}
.pm-difr {
    display: inline-block;
    float: right
}
.pm-bg {
    background-color: #fafafa
}
.pm-bg-lt {
    background-color: #fff
}
.pm-bg-dk {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    color: #fff
}
.pm-remove {
    color: #a00a00
}
.pg-failed-message {
    color: #a00a00
}
.pm-border {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1
}
.pm-border-bt {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1
}
.pm-radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden
}
.pm-pad10 {
    padding: 10px
}
.pm-pad20 {
    padding: 20px
}
.pm-clip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.pm33 {
    width: 31%;
    margin: 10px 1%
}
.pmagic .pm-group-container .pm-group.pm50.pm33 {
    width: 31%;
    margin: 10px 1%
}
.pmagic * {
    box-sizing: border-box
}
.pmagic {
    width: 100%;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    animation: pm-fadein .5s linear 1;
    -webkit-animation: pm-fadein .5s linear 1;
    -moz-animation: pm-fadein .5s linear 1;
    -o-animation: pm-fadein .5s linear 1;
    margin-bottom: 20px;
    display: inline-block;
    box-sizing: border-box
}
.pmagic a {
    text-decoration: none;
    border: 0!important;
    cursor: pointer;
    box-shadow: none!important
}
.pmagic img {
    box-shadow: none!important;
    padding: 0!important;
    line-height: 1!important
}
.entry-content .pmagic img {
    margin: 0;
    padding: 0;
    box-shadow: none!important
}
.pmagic a:focus,
.pmagic button:active,
.pmagic div:active,
.pmagic input:active,
.pmagic li:active {
    outline: 0!important
}
.pg-alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 94%;
    margin: 15px;
    display: inline-block
}
.pg-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.pg-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
@keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-webkit-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-moz-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@-o-keyframes pm-fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 100;
        transform: translateY(0)
    }
}
@keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-webkit-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-moz-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-o-keyframes pm-popup-in {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}
@keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-webkit-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-moz-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@-o-keyframes pm-popup-out {
    0% {
        transform: scale(1.1, 1.1)
    }
    20% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
.pmagic .pm-group-container .pm-group .pm-group-info {
    color: #646464
}
.pmagic .pm-group-container .pm-group .pm-group-logo {
    overflow: hidden;
    position: relative;
    height: 200px
}
.pm-group-logo-img,
.pmagic .pm-group-container .pm-group .pm-group-logo {
    padding: 5px 0;
    justify-content: center
}
.pmagic .pm-group-container .pm-group .pm-group-desc {
    word-break: normal;
    line-height: 1.5em;
    height: 8em
}
.pmagic .pm-group-container .pm-group .pm-group-button {
    margin-top: 10px
}
.pmagic .pm-group-bg {
    position: absolute;
    display: block;
    width: 200%;
    height: auto;
    top: -50%;
    left: -50%;
    z-index: 1
}
.no-cssfilters .pmagic .pm-group-bg {
    opacity: .2
}
.cssfilters .pmagic .pm-group-bg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .75
}
.pmagic .pm-group-container .pm-top-heading {
    text-align: center;
    margin-bottom: 20px;
    border-width: 0 0 1px 0;
    padding-bottom: 10px
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-bg img {
    height: 100%;
    width: 100%;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img {
    -webkit-animation: pm-fadein 1s linear 1;
    -moz-animation: pm-fadein 1s linear 1;
    -o-animation: pm-fadein 1s linear 1;
    animation: pm-fadein 1s linear 1;
    margin: auto!important;
    padding: 0!important;
    max-height: 180px;
    width: auto;
    transition: 1s;
    position: relative;
    z-index: 8
}
.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.pmagic .pm-group-container .pm-group.pm50 {
    width: 48%;
    margin: 10px 1% 0 1%;
    min-height: 175px
}
.pmagic .pm-group-container .pm-group.pm100 {
    width: 80%;
    margin: 10px 10% 0 10%
}
.pmagic .pm-group-container .pm-group {
    text-align: center
}
.pmagic .pm-group-container .pm-group .pm-group-heading a {
    text-decoration: none;
    box-shadow: none;
    font-size: 120%
}
.pmagic .pm-group-container .pm-group .pm_group_price {
    color: orange
}
.pmagic .pm-group-container .pm-group .pm_free_group {
    color: orange;
    text-transform: uppercase
}
.pmagic .pm-group-signup {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}
.pmagic .pm-group-signup .pm_button {
    float: none
}
.pmagic .pm-group-card-box {
    padding: 0 1%
}
.pmagic .pm-group-card {
    margin: 0 0 10px 0;
    overflow: hidden
}
.pmagic .pm-group-title {
    text-align: center;
    font-size: 120%
}
.pmagic .pm-group-image {
    width: 30%;
    border-width: 0 1px 0 0;
    max-width: 200px
}
.pmagic .pm-group-image img {
    margin: auto;
    display: block;
    padding: 20px!important;
    width: 100%;
    height: auto
}
.pmagic .pm-group-description {
    width: 70%;
    border-width: 0 0 0 1px;
    margin-left: -1px
}
.pmagic .pm-group-description .pm-card-label {
    width: 25%
}
.pmagic .pm-group-description .pm-card-value {
    width: 73%;
    margin-left: 2%;
    color: #969696
}
.pmagic .pm-group-description .pm-group-leader-small img {
    max-width: 16px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0 6px 3px 0
}
.pmagic .pm-group-description .pm-card-value .pg-label-wrapper .pg_label {
    width: auto;
    max-width: 6em;
    font-size: 12px;
    display: inline-block;
    margin: 1px;
    padding: 1px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px
}
.pmagic .pm-user-card {
    overflow: hidden;
    margin-top: 10px;
    position: relative
}
.pmagic .pm-user-card .pm-user-card-cover {
    height: 150px;
    overflow: hidden;
    position: absolute
}
.pmagic .pm-user-card .pm-user-card-cover img {
    -webkit-animation: pm-popup-out 4s ease-out 1;
    -moz-animation: pm-popup-out 4s ease-out 1;
    -o-animation: pm-popup-out 4s ease-out 1;
    animation: pm-popup-out 4s ease-out 1;
    width: 100%;
    height: auto
}
.pmagic .pm-user-image {
    margin-top: 75px
}
.rgba img.user-profile-image {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    margin-bottom: 12px
}
.no-rgba img.user-profile-image {
    background-color: #fff
}
.pmagic .pm-user-image img.avatar,
.pmagic .pm-user-image img.user-profile-image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    position: relative;
    margin: auto!important;
    margin: auto calc(50% - 75px)!important;
    padding: 10px!important;
    height: 150px;
    width: 150px
}
.rgba .pm-user-image img.avatar {
    background-color: rgba(255, 255, 255, .8)
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .pmagic .pm-user-image img.user-profile-image {
        padding: 0!important
    }
}
.pmagic .pm-user-card .pm-user-description-row:last-child {
    margin-bottom: 10px
}
.pmagic .pm-user-card .pm-card-label img,
.pmagic .pm-user-card .pm-card-value img {
    display: inline-block!important;
    vertical-align: middle;
    height: 1em;
    width: auto;
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-user-card .pm-user-card-title {
    text-align: center
}
.pmagic .pm-user-card.pm100 {
    width: 80%;
    margin: 10px 10% 0 10%
}
.pmagic .pm-user-card.pm100 .pm-card-label {
    width: 100%;
    text-transform: uppercase;
    font-size: 86%
}
.pmagic .pm-user-card.pm100 .pm-card-value {
    width: 100%;
    color: #969696
}
.pmagic .pm-user-card.pm100 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center
}
.pmagic .pm-user-card.pm100 .pm-user-description-row::after {
    content: "____";
    color: #e1e1e1;
    width: 100%;
    float: left
}
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm100 .pm-card-value {
    display: block;
    line-height: 1.5em;
    max-height: 7.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important
}
.pmagic .pm-user-card.pm50 {
    width: 48%;
    margin: 10px 1% 0 1%
}
.pmagic .pm-user-card.pm50 .pm-card-label {
    width: 100%;
    text-transform: uppercase;
    font-size: 86%
}
.pmagic .pm-user-card.pm50 .pm-card-value {
    width: 100%;
    color: #969696
}
.pmagic .pm-user-card.pm50 .pm-user-description-row::after {
    content: "____";
    color: #e1e1e1
}
.pmagic .pm-user-card.pm50 .pm-user-description-row {
    border-width: 0;
    padding: 10px 20px 0 20px;
    text-align: center
}
.pmagic .pm-user-card.pm33 .pm-card-label {
    width: 48%
}
.pmagic .pm-user-card.pm33 .pm-card-value {
    margin-left: 2%;
    width: 50%;
    color: #969696
}
.pmagic .pm-user-card.pm33 .pm-user-description-row {
    border-width: 0;
    padding: 10px 10px 0 20px
}
.pmagic .pm-user-card.pm33 .pm-card-label,
.pmagic .pm-user-card.pm33 .pm-card-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.pmagic .pm-user-card.pm100 .pm-card-label,
.pmagic .pm-user-card.pm100 .pm-card-value,
.pmagic .pm-user-card.pm50 .pm-card-label,
.pmagic .pm-user-card.pm50 .pm-card-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#pm-leader-badge {
    background-color: #000
}
.pmagic .pm-user-description {
    height: 100%
}
.pmagic .pm-field-multiple-value {
    margin: 0 5px 0 0
}
.pmagic .pm-field-multiple-value::after {
    content: ","
}
.pmagic .pm-field-multiple-value:last-child::after {
    content: "."
}
.pm-group-view .pm-edit-heading {
    margin-bottom: 20px
}
.pm-group-view .pm-group-change-icon {
    text-align: center;
    margin: 20px
}
.pm-group-view .pm-group-change-icon input {
    display: inline-block
}
.pm-group-view .pm-group-icon-action {
    margin: 20px 0 20px 0
}
.pm-group-edit-form {
    text-align: center
}
.pmagic .pmagic-form .pm-group-edit-form .pmrow {
    text-align: left
}
.pmagic .pm-login-box {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    float: none
}
.pm-login-box-error {
    text-align: center;
    background-color: #f08080;
    color: #fff;
    word-break: normal;
    font-size: 86%
}
.pm-login-box-error span a {
    color: #fff
}
.pmagic .pm-login-box input[type=password],
.pmagic .pm-login-box input[type=text] {
    margin: 20px 5% 0 5%!important;
    width: 90%!important;
    max-width: 90%!important;
    padding: .5em!important;
    min-height: 3em;
    font-size: 1em
}
.pmagic .pm-login-box form#pm_login_form {
    margin-bottom: 0
}
.pmagic .pm-login-box-bottom-container {
    border-width: 1px 0 0 0;
    padding: 20px;
    text-align: center;
    margin-top: 20px
}
.pmagic #lostpasswordform input#user_login {
    margin-bottom: 20px;
    float: left
}
.pmagic .pm-login-box input[type=submit] {
    text-align: center;
    float: none;
    width: auto;
    margin: auto;
    font-size: 1em
}
.pmagic .pm-login-box .pm-login-header {
    text-align: center;
    padding: 10px
}
.pm-center-button {
    width: 50%;
    text-align: center
}
.pm-group-view {
    max-width: 1200px
}
.pm-group-view .pm-header-section {
    position: relative;
    height: 445px
}
.pm-group-view .pm-cover-image {
    overflow: hidden;
    height: 300px
}
.pm-group-view .pm-cover-image img {
    position: absolute;
    clip: rect(0, 1200px, 300px, 0)!important;
    height: 300px;
    object-fit: cover;
    border-radius: 0!important
}
.pmagic .pm-group-view #pg-profile-tabs .pg-profile-tab-content {
    min-height: 350px
}
#pm-change-cover-image-dialog .pm-popup-image img.pm-cover-image {
    margin: 0 auto
}
.pm-group-view .pm-profile-title-header {
    height: 130px;
    top: 0
}
.pm-group-view .pm-profile-image {
    position: absolute;
    width: auto;
    left: 10px;
    top: 240px;
    line-height: 1!important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 180px
}
.rgba .pm-group-view .pm-profile-image {
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden
}
.no-rgba .pm-group-view .pm-profile-image {
    background-color: #fff
}
.pm-group-view .pm-profile-image img {
    margin: 0!important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 150px;
    height: 150px
}
.pmagic .pg-edit-profile-notice {
    font-size: 12px;
    font-style: italic
}
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
    bottom: 0;
    line-height: 180px
}
.pmagic .pm-cover-image .pg-profile-change-img {
    top: 0;
    height: 300px
}
.pmagic .pm-cover-image .pg-profile-change-img,
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
    position: absolute;
    right: 0;
    display: none;
    width: 100%;
    font-size: 1.2em;
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-cover-image .pg-profile-change-img .pg-item-image-change,
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img .pg-item-image-change {
    display: block;
    padding: 5px;
    text-align: center;
    margin: 0;
    cursor: pointer
}
.pmagic .pm-cover-image .pg-profile-change-img {
    cursor: pointer
}
.pmagic .pm-profile-title-header .pm-profile-image .pg-profile-change-img .pg-item-image-change::before {
    display: none
}
.pmagic .pm-group-view .pm-profile-title {
    margin: 1em 0 0 180px
}
.csscalc .pm-group-view .pm-profile-title {
    width: 24%
}
.no-csscalc .pm-group-view .pm-profile-title {
    width: 60%
}
.pmagic .pm-group-view .pm-user-name {
    font-size: 1.5em;
    height: 1.5em
}
.pmagic .pm-group-view .pm-user-group-name {
    font-size: 86%;
    color: #646464;
    color: #646464;
    text-transform: uppercase
}
.pmagic .pm-group-view .pm-group-icon {
    max-width: 240px;
    height: 128px;
    padding: 10px 10px;
    width: 100%
}
.pmagic .pm-group-view .pm-section {
    margin: 20px 0;
    min-height: 500px
}
.pmagic .pm-section .pm-edit-user {
    width: 50%
}
.pmagic .pm_button {
    text-align: center
}
.pm-group-view .pm-section .pm-section-nav-vertical {
    overflow: hidden;
    max-width: 250px;
    width: 30%
}
.pmagic .pm-group-view .pm-section-nav-vertical ul {
    margin: 0!important;
    padding: 0!important
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li {
    list-style: none;
    margin: 0!important;
    transition: .2s;
    cursor: pointer;
    padding: 1em;
    text-align: left;
    border-bottom: 0 solid #e1e1e1
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li {
    border-bottom: 1px solid #e1e1e1
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li a {
    text-decoration: none
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li:last-child {
    border-bottom: 0
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fff;
    margin: 0!important
}
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fafafa;
    margin: 0!important
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li.ui-state-active,
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li.ui-state-hover {
    background-color: #fff;
    margin: 0!important
}
.pmagic .pm-group-view .pm-section #pg_rm_registration_tab {
    overflow: auto
}
.pmagic .pm-group-view .pm-section #pg_rm_registration_tab .rmagic table.rm-user-data {
    table-layout: auto
}
.pmagic .pm-group-view .pm-section .pm-section-content {
    width: 69%;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    min-height: 342px;
    min-height: 520px
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-content {
    border-left: 0
}
.pmagic .pm-group-view .pm-section .pm-section-content.pm_full_width_profile {
    border-left: 0
}
.pmagic .pm-group-view .pm-section .pm-section-content .buttonarea.pm-full-width-container {
    text-align: center;
    float: left;
    width: 100%
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input,
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow select,
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow textarea {
    height: 38px;
    padding: 5px
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow select#pm_profile_privacy {
    line-height: 26px
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow {
    margin-left: 3%
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror {
    font-size: 14px
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror.pm_password_success {
    color: #00e600
}
.pmagic .pmagic-form .buttonarea #pm_reset_passerror.pm_password_error {
    color: red
}
.pm-group-view .pm-section .pm-section-content #chat_message_form {
    padding-left: 4%
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row {
    border-width: 0 0 1px 0;
    padding: 1em
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label,
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    width: 100%;
    margin: 0
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label {
    font-weight: 700;
    text-transform: none
}
.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value {
    padding-left: 10px
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-label {
    text-transform: uppercase;
    font-size: 86%;
    width: 30%;
    padding-left: 10px;
    position: relative
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value {
    width: 68%;
    margin-left: 2%;
    color: #969696
}
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value a {
    word-break: break-all
}
.pm-group-view .pm-user-description-row .pm-card-label img {
    vertical-align: middle;
    margin: 0!important;
    width: 16px;
    height: auto;
    position: absolute;
    right: calc(100% - 2px)
}
.pm-edit-group {
    display: inline;
    float: right
}
.pmagic .pm-full-width-container {
    padding: 20px;
    text-align: center;
    font-size: 1.5em
}
.pmagic .pm-full-width-container input {
    text-align: center
}
.pmagic legend {
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 700;
    width: auto!important;
    border: 0!important
}
.pmagic .pmagic-form .pmrow {
    margin-bottom: 20px
}
.pmagic .pmagic-form .pmrow .errortext {
    color: tomato;
    display: block;
    width: 100%;
    float: left;
    font-size: 86%
}
.pmagic .pm-submit-container,
.pmagic .pmrow {
    display: block;
    width: 100%;
    float: left
}
.pmagic .pm-field-input,
.pmagic .pm-field-lable,
.pmagic .pm-form-field-icon,
.pmagic .pm-radio-option {
    display: inline-block;
    float: left;
    word-wrap: normal
}
.pmagic input:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}
.pmagic .pm-form-field-icon {
    width: 5%;
    min-height: 1px
}
.pmagic .pm-field-lable {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%
}
.pmagic .pm-field-input {
    width: 60%
}
.pmagic .pm-form-field-icon img {
    width: 16px;
    height: auto;
    margin: 2px;
    display: inline-block;
    vertical-align: middle
}
.pmagic .pmagic-form .pmrow .pminput.pm_recaptcha .g-recaptcha>div {
    margin: 0 auto
}
.pmagic .pmrow input,
.pmagic .pmrow select,
.pmagic .pmrow textarea {
    width: 100%
}
.pmagic .pmrow input[type=file] {
    border: 0;
    font-size: 12px
}
.pmagic .pm-field-input #wp-description-wrap input.button,
.pmagic .pm-field-input.pm_rich_editor_required #wp-description-wrap input.button {
    width: auto
}
.pmagic textarea {
    resize: vertical
}
.pmagic .pm-radio-option {
    margin-right: 10px
}
.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow input[type=radio].pg-hide-privacy-profile {
    height: auto
}
.pmagic .pm-radio-option input[type=checkbox],
.pmagic .pm-radio-option input[type=radio] {
    width: auto;
    margin-right: 5px
}
.pmagic .pmrow .pm_repeat {
    margin-bottom: 10px
}
.pmagic .pmrow .pm_repeat .add {
    margin-right: 10px
}
.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type=radio]:checked,
.pmagic #pm_add_blog_post .pmrow .pm-field-input .pm-radio-option input[type=radio]:not(:checked) {
    position: relative;
    opacity: inherit;
    left: inherit
}
.pg-blog-dialog-mask {
    display: none;
    background-color: #000;
    opacity: .25;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}
.pmagic .multipage_nav a {
    display: block
}
.pmagic .multipage_nav .multipage_next {
    display: inline-block;
    float: right
}
.pmagic .multipage_nav .multipage_back {
    display: inline-block;
    float: left
}
.pmagic .multipage_nav .submit {
    text-transform: uppercase
}
.pmagic .multipage_nav .multipage_state {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.pmagic fieldset {
    border: 2px solid #e1e1e1;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}
div.clearer {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    border-width: 0;
    margin: 0;
    padding: 0
}
@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {
        display: block;
        width: 100%
    }
    .pmagic .pm-field-lable {
        width: 60%;
        margin-left: 5%
    }
    .pmagic .pmrow {
        margin-bottom: 10px;
        font-size: 120%
    }
    .pmagic .pm-radio-option {
        display: block;
        width: 100%;
        text-align: left
    }
    .pmagic .pm-form-field-icon {
        width: 24px
    }
    .pmagic .pm-full-width-container input {
        width: 80%
    }
}
.pmagic ul.page-numbers {
    display: inline-block;
    padding: 10px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center
}
.pmagic ul.page-numbers li {
    display: inline-block;
    margin: 0
}
.pmagic ul.page-numbers li::before {
    display: none
}
.pmagic ul.page-numbers li a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 5px;
    transition: .3s;
    background-color: transparent;
}
.pmagic ul.page-numbers li span.dots {
    color: #000;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff;
    margin-left: 5px;
    transition: .3s
}
.pmagic ul.page-numbers li span.current {
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    height: 38px;
    width: 38px;
    background-color: #000;
    line-height: 38px
}
.pm_clear {
    width: 100%;
    float: left
}
.pmagic .pm-accordian-title {
    cursor: pointer
}
.pmagic .pm-accordian-content {
    height: auto!important;
    max-width: 750px
}
.pmagic .pm-field-input .pm_repeat:first-child .removebutton {
    display: none
}
.pmagic .pg-edit-action-wrap {
    margin-bottom: 20px
}
.pmagic .pg-edit-action-wrap .pm-edit-link a {
    margin: 0 4px;
    text-decoration: none;
    border-bottom: 1px dotted currentColor!important
}
.pm-popup-mask {
    display: none;
    background-color: #000;
    opacity: .25;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}
#pm-add-blog-dialog,
#pm-change-cover-image-dialog,
#pm-change-image-dialog,
#pm-change-password-dialog,
#pm-show-cover-image-dialog,
#pm-show-profile-image-dialog {
    display: none;
    z-index: 9999999
}
.pm-popup-container {
    display: block;
    float: left;
    width: 600px;
    background-color: #fff;
    position: fixed;
    top: 10%;
    overflow: hidden;
    z-index: 9999999;
    box-shadow: 0 0 20px #969696;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    left: 30%;
    left: calc(50% - 300px);
    overflow-y: auto;
    max-height: 90%
}
.pm-popup-container::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pm-popup-container::-webkit-scrollbar-track {
    border-radius: 10px
}
.pm-popup-container::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px
}
#pm-show-cover-image-dialog .pm-popup-container,
#pm-show-profile-image-dialog .pm-popup-container {
    width: auto;
    max-width: 800px
}
.pm-popup-container .pm-popup-title {
    text-align: center;
    font-size: 1.2em
}
.pm-popup-close {
    height: 24px;
    width: 24px;
    opacity: .5;
    cursor: pointer;
    position: relative;
    top: 0
}
.pm-popup-container a[type=button]:hover {
    cursor: pointer
}
.pm-popup-container .pm-popup-image {
    text-align: center
}
.pm-popup-container .pm-popup-info {
    font-size: 86%;
    color: tomato;
    text-align: center
}
.pm-popup-container .pm-popup-error {
    float: left;
    width: 100%;
    color: tomato;
    padding: 1em;
    font-size: 1em;
    display: none
}
.pm-popup-container img#avatar-edit-img {
    margin: auto
}
.pm-popup-container input[type=file] {
    text-align: center;
    margin: 10px auto
}
.pm-popup-container .jcrop-tracker {
    background-color: rgba(255, 255, 255, .2)
}
.pm-popup-container .modal-footer {
    display: none;
    text-align: center
}
.pm-loader {
    width: 40px;
    height: 40px;
    border: 5px solid #e1e1e1;
    border-radius: 100%;
    animation: pm_rotate 1s linear infinite;
    margin-left: 40%;
    margin-left: calc(50% - 20px)
}
#pm_result_pane .pm-loader {
    float: left
}
@keyframes pm_rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
span#pm-change-cover-image {
    cursor: pointer
}
.pm-popup-image input[type=submit] {
    margin: 10px 0 0 0
}

#pm_result_pane .pg-search-result-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

div#pm_result_pane .pm-loader {
    margin-top: 100px;
}

.pmagic .pm-users-search-page .pm-user {
    margin: 10px 12px 14px 12px;
    overflow: hidden
}
.pmagic .pm-search-box {
    position: relative
}

.pmagic .pm-users-search-page .pm-search-box .pm-search-submit {
    margin-left: 10px
}
.pm-search-box input[type=submit].pm-search-submit,
.pm-search-box input[type=text].pm-search-input {
    font-size: 1em;
    margin-top: 0!important
}

.pm-search-box input[type=text].pm-search-input {
    width: 100%;
    border-width: 1px;
}

.pmagic .pm-users-search-page .pm-user a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pmagic .pm-users-search-page .pm-user-name {
    text-align: center;
    padding: 5px;
    width: 8em;
}
.pm-users-search-page #pm-advance-search-form .search_result img.user-profile-image {
    margin: 0
}
@media screen and (max-width: 700px) {
    .pmagic .pm-field-input {
        display: block;
        width: 100%
    }
    .pmagic .pm-form-row {
        margin-bottom: 10px;
        font-size: 120%
    }
    .pmagic .pm-radio-input {
        display: block;
        width: 100%;
        text-align: left
    }
    .pmagic .pm-full-width-container input {
        width: 80%;
        margin-bottom: 15px
    }
}
.pm_morectnt span {
    display: none
}
.pm_showmoretxt {
    text-decoration: none
}
.pmagic .pm-field-multiple-value {
    float: none
}
.jcrop-holder div div img {
    visibility: hidden!important
}
.pmagic .pm-filters {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
    margin-top: 10px
}
.pmagic .pm-filters .pm-filter-item {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px;

}
.pmagic .pm-filters input[type=checkbox] {
    margin-right: 5px
}
.pmagic .pm-advances-search-text {
    text-indent: 20px
}
.pmagic .pm-adv-search-button .pm-search-submit {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent !important;
    padding: 0px !important;
}

.pmagic .pm-adv-search-button .pm-search-submit svg{
    
}

.pmagic #pm_result_pane .pm-all-members {
    padding: 24px 0px;
    font-size: 14px;
}

.pmagic .pm-adv-search-button .pm-search-reset {
    box-shadow: 0 1px 0 0 currentColor !important;
}

.pmagic .pm-adv-search-button .pm-search-reset:hover{
        box-shadow:none !important;
}

.pmagic .pm-adv-search-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
}


@media only screen and (max-width:760px) {
    
.pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box {
    flex-direction: column;
 }
 
 .pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-users-sorting-ls.pg-members-sortby{
    margin-top: 20px;
    width: 100%;
 }
 
 .pmagic #pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-users-sorting-ls.pg-members-sortby .pg-sortby-alpha {}
     width: 94%;
}

.pmagic .pm-adv-search-text {
    text-indent: 20px
}
.pmagic .pm-search-box .fa-search {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 15px
}
.pmagic .pm-user-search #pm_result_pane .pm-user .pm-user-profile,
.pm-users-search-page #pm-advance-search-form .search_result img.user-profile-image{
    min-height: 98px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}
.pmagic .pm-filters#advance_seach_ul li.pm-filter-item:before {
    display: none
}
.pmagic .pmagic-form .pmrow.pm-row-divider,
.pmagic .pmagic-form .pmrow.pm-row-spacer {
    height: 0;
    padding: 20px 0
}
.pmagic .pm-profile-tab-wrap {
    padding: 0;
    margin: 0;
    width: 100%
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    list-style: none;
    display: inline-block;
    float: left;
    position: relative
}
.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu .mejs-container {
    display: none
}
.pmagic .pm-blog-post-wrap {
    margin-bottom: 25px;
    padding-top: 20px
}
.pmagic .pm-blog-img-wrap {
    width: 30%
}
.pmagic .pm-blog-img {
    padding: 10px
}
.pmagic .pm-blog-img-wrap .pm-blog-img img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover
}
.pmagic .pm-blog-desc-wrap {
    width: 70%
}
.pmagic .pm-blog-desc {
    font-size: 86%
}
.pmagic .pm-blog-desc-wrap .pm-blog-desc {
    word-break: break-word
}
.pmagic .pm-blog-desc-wrap .pm-blog-desc p {
    word-break: break-word
}
.pmagic .pm-blog-comment,
.pmagic .pm-blog-time {
    text-align: center
}
.pmagic .pm-blog-comment {
    font-size: 75%
}
.pmagic .pm-blog-title {
    font-size: 120%;
    padding-top: 20px
}
.pmagic .pg-load-more-container {
    text-align: center
}
#load_more_message {
    visibility: hidden
}
.pmagic .pm-blog-img-wrap .pm-blog-status {
    padding-top: 20px
}
.pmagic .pm-blog-img-wrap .pm-blog-status span {
    display: block;
    width: 100%
}
.pmagic .pg-blog-notice {
    padding: 50px 20px;
    min-height: 580px;
    font-style: italic
}
.pm-group-view .pm-profile-tabs #pg-blog {
    width: 100%
}
.pmagic .pg-new-blog-button {
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    margin: 20px auto;
    text-align: center
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a {
    color: #646464
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.active~.pm-border-slide {
    width: 100%
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab {
    margin-bottom: -1px;
    margin-right: 0;
    padding: 20px 10px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active {
    padding: 20px 10px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.ui-tabs-anchor {
    padding: 1px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab::before {
    display: none
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .5px
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab.ui-tabs-active a {
    font-weight: 700
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab .pm-border-slide {
    width: 0;
    height: 3px;
    background: #000;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    left: 0
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab:hover .pm-border-slide {
    width: 100%
}
.pmagic #unread_notification_count,
.pmagic #unread_thread_count {
    border-radius: 12px;
    color: white;
    text-align: center;
    min-width: 20px;
    margin: 6px;
    position: absolute;
    line-height: 14px;
    top: 0;
    font-size: 11px;
    display: none;
    line-height: 20px;
    font-family: helvetica, sans-serif
}
.pmagic #unread_notification_count.thread-count-show,
.pmagic #unread_thread_count.thread-count-show {
    display: block;
    right: -6px;
    top: 6px
}
.pmagic #pm_notification_view_area {
    margin: 4em
}
.pmagic #pm_load_more_notif {
    max-width: 439px;
    background-color: #f9f9f9;
    background-color: #f9f9f9;
    margin-top: 25px;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}
.pmagic .pm_add_friend_request,
.pmagic span.pm-add-friend {
    cursor: pointer;
    margin-right: 8px
}
#pg-messages .pm-section.pm-dbfl .pm-section-nav-vertical #threads_ul li a img.avatar {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}
.pm-section .pm_full_width_profile {
    width: 100%!important;
    max-width: 100%!important
}
.pmagic .pm-blog-desc-wrap #chat_message_form input#receipent_field {
    background-color: transparent;
    border: 0;
    text-shadow: none;
    max-height: 40px;
    outline: 0;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0 8px
}

.pm-group-view .pm-profile-tabs #pg-about {
    width: 100%
}
.pm-group-view .pm-section .pm-section-content .pm-section-wrapper {
    padding-left: 4%
}
.pmagic .pm_frontend_attachment .attachment_icon img {
    width: auto
}
.pmagic #pm-msg-overlay.pm-overlay-show {
    position: absolute;
    min-height: 500px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 99
}
.pmagic .pm-sending-msg {
    opacity: .5
}
.pmagic .pm-messenger-button {
    position: relative
}
.pmagic .pm-messenger-button label {
    float: right
}
.pmagic .pm-messenger-button svg {
    width: 35px;
    float: right;
    margin-right: 4px;
    margin-top: 8px;
    cursor: pointer;
    height: 24px;
    animation: pg-paper-plane .5s ease-out 1
}
@keyframes pg-paper-plane {
    from {
        transform: translateX(-150px);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}
.pmagic .pm-chat-messenger-box .emoji-container input[type=submit] {
    display: none
}
.pmagic .pm-chat-messenger-box .emoji-container input[type=submit]:hover {
    background-color: transparent
}
.pmagic .pm-conversations-container .pm-msg-user {
    padding: 8px
}
#pg-messages .pm-section .pm-section-nav-vertical ul.dbfl li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 4px 0 4px 0;
    position: relative
}
.pm-group-view .pm-section .pm-section-nav-vertical ul li::before {
    display: none
}
.pmagic #pg-messages ul#threads_ul li .messagedelete_thread {
    float: right;
    display: none;
    position: absolute;
    right: 0;
    top: 8px
}
.pmagic #pg-messages ul#threads_ul li:hover .messagedelete_thread {
    display: block
}
.pmagic #pg-messages ul#threads_ul li .messagedelete_thread a {
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 14px 6px 15px 0;
    float: left
}
.pmagic .pm-conversation-time {
    clear: left;
    font-size: 10px
}
.pmagic .pm-conversation-box-user img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 8px 4px 4px 0;
    width: 36px;
    height: 36px
}
.pmagic .pm-conversations-container .pm-thread-user {
    padding-top: 4px;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.pmagic .pm-user-status.pm-online {
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 8px
}
.pmagic .pm-user-status.pm-offline {
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    background-position: 100% 50%;
    margin-left: 2px
}
.pmagic .pm-user-conversations-counter {
    padding: 12px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul {
    overflow-y: auto;
    max-height: 476px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar {
    width: 8px;
    background-color: #f4f4f4
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-track {
    border-radius: 10px
}
.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 8px;
    height: 4px
}
.pmagic .pm-message-thread-time {
    font-size: 80%;
    padding: 8px;
    float: left
}
.pmagic .pm-group-view .pm-profile-tabs a::after {
    display: none
}
.pmagic .pm-notification {
    position: relative;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #ddd;
    width: 100%;
    float: left
}
.pmagic .pm-notification:before {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -24px;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, .5)
}
.pmagic .pm-group-blog-post-notice {
    border-color: #f9f9f9
}
.pmagic .pm-group-blog-post-notice:before {
    content: "";
    background-color: #ffa71b;
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-blog-post-notification.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-friend-request-notice {
    border-color: #f9f9f9
}
.pmagic .pm-friend-request-notice:before {
    content: "";
    background-color: #68d6b6;
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-friend-request.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-new-post-comment-notice {
    border-color: #f9f9f9
}
.pmagic .pm-new-post-comment-notice:before {
    content: "";
    background-color: #bf7bde;
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-post-comment.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-new-friend-added-notice {
    border-color: #f9f9f9
}
.pmagic .pm-new-friend-added-notice:before {
    content: "";
    background-color: #8fa3f2;
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-friend-added.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.pmagic .pm-notification .pm-notification-card {
    max-width: 400px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    position: relative;
    margin-left: 30px;
    background-color: #fff
}
.pmagic .pm-notification-date {
    position: absolute;
    left: -36px;
    font-size: 12px;
    top: 62%;
    background-color: rgba(255, 255, 255, .67)
}
.pmagic .pm-notification-profile-image img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover
}
.pmagic .pm-notification-profile-image {
    width: 20%
}
.pmagic .pm-notification-description {
    width: 80%
}
.pmagic .pm-notification-user {
    font-size: 14px
}
.pmagic .pm-notification-user-activity {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.pmagic .pm-notification-footer {
    background-color: #f9f9f9;
    background-color: #f9f9f9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}
.pmagic .pm-notification-buttons {
    padding: 7px
}
.pmagic .pm-notification-buttons a {
    padding: 0 7px 0 7px
}
.pmagic #pg-notifications {
    width: 100%
}
.pmagic .pm-notification-close {
    position: absolute;
    right: 3px;
    top: 4px;
    cursor: pointer;
    background-color: #e1e0e1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 28px
}
.pmagic .pm-notification-close svg {
    width: 16px;
    height: 16px;
    fill: #fff
}
.pmagic .pm-myfriends-list {
    position: relative;
    margin-top: 50px;
    width: 100px;
    height: 100px;
    margin: 5px
}
.pmagic.pm-myfriends-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background .5s ease
}
.pmagic .pm-myfriends-list:hover .pm-myfriends-overlay {
    display: block;
    background: rgba(255, 255, 255, .65);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%
}
.pmagic .pm-myfriends-list img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    border-radius: 100%;
    margin: 0!important
}
.pmagic .pm-friend-message-Remove,
.pmagic .pm-friend-message-button,
.pmagic .pm-friend-select {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 99;
    cursor: pointer
}
.pmagic .pm-friend-message-button {
    top: 34px
}
.pmagic .pm-friend-message-Remove {
    top: 58px
}
.pmagic .pm-friend-select {
    top: 10px
}
.pmagic #pg-friends .pm-selected-image,
.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove,
.pmagic .pm-myfriends-list:hover .pm-friend-message-button,
.pmagic .pm-myfriends-list:hover .pm-friend-select {
    opacity: 1;
    animation-name: slideInUp;
    animation-duration: .5s;
    animation-fill-mode: both
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.pmagic .pm-myfriends-list:hover .pm-friend-select {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.pmagic .pm-myfriends-list:hover .pm-friend-message-button {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}
.pmagic .pm-myfriends-list:hover .pm-friend-message-Remove {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.pmagic .pm-friend-message-Remove a,
.pmagic .pm-friend-message-button a,
.pmagic .pm-friend-select label {
    width: 65px;
    text-align: center;
    border: solid 2px #fff;
    z-index: 1;
    font-size: 12px;
    background-color: rgba(255, 255, 255, .76);
    border-radius: 6px;
    font-weight: 400;
    border: 0;
    display: inline-block;
    padding: 2px 2px;
    height: 21px;
    line-height: 16px;
    cursor: pointer
}
.pmagic #pg-friends .pm-selected-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(216, 214, 214, .59);
    text-align: center;
    padding-top: 15px
}
.pmagic #pg-friends .pm-selected-image svg {
    width: 70px;
    height: 70px
}
.pmagic .pm-friend-status.pm-offline {
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-offline-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block
}
.pmagic .pm-friend-status.pm-online {
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-user-online-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    background-position: 100% 50%;
    display: inline-block
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info {
    text-align: center
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info .pm-friend-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 20px
}
.pmagic .pm-myfriends-list-wrap .pm-friend-info .pm-friend-name a {
    padding: 0;
    margin: 0
}
.pmagic .pm-my-friends .pm-myfriends-list-wrap {
    margin: 10px
}
.pmagic .pm-myfriends-list .pm-friend-select input[type=checkbox] {
    width: 0;
    height: 0;
    float: left;
    visibility: hidden;
    display: none
}
.pmagic .pm-myfriends-list .pm-friend-message-Remove a {
    color: red
}
.pmagic #pg-friend-requests .pm-my-friends,
.pmagic #pg-myfriends .pm-my-friends,
.pmagic #pg-requests-sent .pm-my-friends {
    width: 98%;
    border-top: 1px solid #e1e1e1;
    float: left;
    margin: 10px 0 0 4%
}
.pmagic #pg-myfriends.pm-thirdparty-friends {
    border-left: 0;
    width: 100%
}
.pmagic #pg-myfriends.pm-thirdparty-friends .pm-my-friends {
    border-top: 0
}
.pmagic #pg-friend-requests,
.pmagic #pg-myfriends,
.pmagic #pg-requests-sent {
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}
.pmagic .notification-count {
    color: #db544e
}
.pmagic .pm-delete {
    background-color: #db544e;
    color: #fff;
    color: #fff;
    background-image: none;
    text-shadow: none
}
.pmagic .pm-friend-action-bar button {
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 5px;
    box-shadow: none;
    border: 0
}
.pmagic .pg-friend-error-notice {
    padding: 50px 20px;
    min-height: 200px;
    font-style: italic
}
.pmagic .pg-friend-error-notice.pg-no-friends {
    padding: 0
}
.pmagic #preview-avatar-profile {
    display: inline-block
}
.pg-datepicker-wrap .ui-datepicker.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    padding: 10px;
    font-family: Roboto, Helvetica, serif;
    border-radius: 0;
    max-width: 320px;
    background-color: #fff;
    width: 100%;
    z-index: 99999!important
}
.pg-datepicker-wrap .ui-datepicker.ui-widget.ui-widget-content table.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}
.pg-datepicker-wrap .ui-datepicker-header.ui-widget-header {
    background-image: none;
    background-color: #e1e1e1;
    border: none;
    padding: 18px 0!important;
    border-radius: 0;
    position: relative
}
.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border-color: #fff!important;
    background-image: none!important;
    text-align: center;
    border-radius: 4px
}
.pg-datepicker-wrap .ui-state-active,
.pg-datepicker-wrap .ui-widget-content .ui-state-active {
    background-color: #6495ed!important;
    color: #fff!important
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th {
    font-weight: lighter;
    border: 0;
    text-align: center
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td,
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar th {
    width: 14.28%
}
.pg-datepicker-wrap .ui-state-highlight,
.pg-datepicker-wrap .ui-widget-content .ui-state-highlight {
    background-color: #f0f8ff!important
}
.pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
.pg-datepicker-wrap #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    display: inline-block;
    margin-right: 10px;
    background-image: none;
    border: 0;
    height: auto;
    padding: 0;
    -webkit-appearance: menulist;
    float: left!important
}
.pg-datepicker-wrap .ui-datepicker select.ui-datepicker-month,
.pg-datepicker-wrap .ui-datepicker select.ui-datepicker-year {
    width: 42%!important;
    float: none!important
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    margin-top: -10px
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev {
    left: 2px
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-next {
    right: 2px
}
.pg-datepicker-wrap .ui-widget-content .ui-state-default {
    border: 1px solid #fff;
    background-color: #e6e6e6;
    text-align: center;
    border-radius: 4px;
    display: block;
    padding: .2em;
    font-weight: 400;
    color: #555;
    text-decoration: none
}
.pg-datepicker-wrap #ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0;
    border-width: 0
}
.pg-datepicker-wrap .ui-widget-header .ui-icon {
    background-image: url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pg-ui-icon.png)
}
.pg-datepicker-wrap .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}
.pg-datepicker-wrap .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}
.pg-datepicker-wrap .ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-next span,
.pg-datepicker-wrap .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}
.pmagic .pmagic-form .pm-stripe-wrapper .pmrow .pm-field-input select {
    display: inline-block
}
.pmagic i.fa {
    margin-right: 5px
}
.pg-group-menu-slab {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border: 1px solid rgba(221, 221, 221, .84);
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .62)
}
.pg-group-menu-slab .pg-group-menu-img img {
    width: 50px!important;
    height: 50px!important;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none
}
.pg-group-menu-name {
    padding: 5px 10px;
    line-height: 35px;
    width: 83%;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}
.pg-group-menu-name a {
    text-decoration: none;
    box-shadow: none
}
.widget-box.pg_groups_menu,
.widget.pg_groups_menu {
    width: 100%;
    display: inline-block
}
.widget-box.pg_groups_menu a.pm-dbfl,
.widget.pg_groups_menu a.pm-dbfl {
    box-shadow: none;
    margin: 0
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment {
    width: 100%;
    float: left;
    margin-bottom: 12px
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment .attachment_icon img {
    max-height: 100px;
    float: left
}
.pmagic .pm-field-input .pm_frontend_attachment.pm_edit_attachment .pm_removebutton {
    float: left;
    margin: 40px 15px;
    height: 100%
}
.pmagic #pg_group_tabs #pg_group_setting .pm-section-nav-vertical {
    overflow: hidden;
    max-width: 150px;
    width: 20%
}
.pmagic #pg_group_tabs #pg_group_setting .pm-section-content {
    width: 80%;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    min-height: 342px;
    min-height: 520px
}
.pmagic #pg_show_inbox .pg-rm-inbox,
.pmagic #pg_show_pending_post .pg-pending-posts {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    min-width: 18px;
    font-size: 10px;
    line-height: 18px;
    background-color: #000;
    display: inline-block;
    margin-left: 2px
}
.pmagic .pg-members-sortby .pg-sort-dropdown {
    display: inline-block
}
.pmagic .pg-group-sorting-ls.pg-members-sortby .pg-sort-dropdown {
    width: 62%;
    margin-left: 5px
}
.pmagic .pg-group-sorting-ls.pg-members-sortby .pg-sort-dropdown select {
    width: 100%;
    min-height: auto
}
.pmagic .pg-group-sorting-rs .pg-members-sortby .pg-sort-dropdown {
    width: 100%
}
.pmagic .pg-group-sorting-rs .pg-members-sortby .pg-sort-dropdown select {
    width: 100%;
    height: 30px;
    min-height: auto
}
.pmagic .pg-group-sorting-ls {
    width: 54%
}
.pmagic .pg-group-sorting-rs {
    width: 46%
}
.pmagic .pg-group-sorting-ls .pg-sortby-alpha {
    width: 70%
}
.pmagic .pg-group-sorting-ls .pg-sortby-alpha .pg-group-sorting-title {
    width: 27%;
    padding: 8px 0
}
.pmagic .pg-group-sorting-ls .pg-sortby-number {
    width: 28%
}
.pmagic .pg-group-sorting-ls .pg-sortby-number .pg-sort-dropdown {
    width: 100%
}
.pg-setting-disabled {
    opacity: .5;
    pointer-events: none
}
.pmagic .pg-group-setting-blog .pg-group-sorting-fw {
    width: 100%;
    margin-bottom: 10px
}
.pmagic .pg-group-setting-blog .pg-group-sorting-fw .pg-sortby-alpha {
    width: 74%
}
.pmagic .pg-group-sorting-rs .pg-member-search input {
    width: 100%;
    font-size: 12px;
    margin-left: 5px!important;
    padding: 10px;
    height: 32px;
    min-height: auto
}
.pmagic .pg-group-sorting-rs .pg-add-member {
    width: 21%
}
.pmagic .pg-group-sorting-rs .pg-members-sortby {
    width: 43%
}
.pmagic .pg-group-sorting-rs .pg-member-search {
    width: 36%
}
.pmagic .pg-member-search input {
    width: auto
}
.pg-add-member {
    padding: 8px
}
.pmagic .pg-members-sortby .pg-sort-dropdown select,
#pm-advance-search-form #advance_search_pane .pm-search-box select{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc)!important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.9em) .5em!important;
    background-size: 7px 6px, 5px 6px, 1px 1.5em!important;
    background-repeat: no-repeat!important;
    margin: 0!important;
    background-color: transparent!important;
    border: 0!important
}
.pmagic .pg-members-sortby .pg-sort-dropdown select,
#pm-advance-search-form #advance_search_pane .pm-search-box select{
    background-color: #fff;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: .5em 3.5em .5em 1em!important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    height: auto
}
.pmagic .pm-profile-tab-wrap li.pg-group-setting {
    list-style: none;
    float: right
}
.pmagic .pm-profile-tab-wrap li.pg-group-setting:before {
    display: none
}
.pmagic .pg-group-setting-head {
    margin: 10px 0 20px 0
}
.pmagic .pg-group-members,
.pmagic .pg-group-setting-blog {
    margin-left: 3%;
    font-size: 12px
}
.pg-group-setting-blog-batch,
.pg-group-setting-member-batch {
    padding-left: 0
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link,
.pg-group-setting-member-batch .pg-group-setting-blog-link,
.pg-group-setting-request-batch .pg-group-setting-blog-link {
    padding: 0 18px 0 0
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link a,
.pg-group-setting-member-batch .pg-group-setting-blog-link a,
.pg-group-setting-request-batch .pg-group-setting-blog-link a {
    text-decoration: underline;
    box-shadow: none;
    font-weight: 600
}
.pg-group-setting-blog-batch .pg-group-setting-blog-link a:hover,
.pg-group-setting-member-batch .pg-group-setting-blog-link a:hover,
.pg-group-setting-request-batch .pg-group-setting-blog-link a:hover {
    text-decoration: none
}
.pmagic table.pg-group-members {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border: 0;
    table-layout: auto;
    display: inline-table;
    margin: 0
}
.pmagic table.pg-group-members input.pg-blog-checked,
.pmagic table.pg-group-members input.pg-blog-checked-all,
.pmagic table.pg-group-members input.pg-member-checked,
.pmagic table.pg-group-members input.pg-member-checked-all {
    min-height: auto;
    height: auto;
    margin: 0
}
.pmagic table.pg-group-members td .pg-member-avatar {
    width: 26px
}
.pmagic table.pg-group-members tr:nth-child(odd) {
    background-color: #fafafa;
    background-color: #fafafa
}
.pmagic table.pg-group-members tr {
    border: 0;
    background-color: #fff;
    background-color: #fff
}
.pmagic .pg-sort-icon i.fa-sort {
    padding-left: 5px
}
.pmagic table.pg-group-members td,
.pmagic table.pg-group-members th {
    padding: 8px 6px;
    border: 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 400
}
.pmagic table.pg-group-members td:first-child,
.pmagic table.pg-group-members th:first-child {
    text-align: center
}
.pmagic table.pg-group-members .pg-group-member-name a {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    box-shadow: 0 1px 0 0 currentColor!important;
    line-height: 14px;
    text-decoration: none
}
.pmagic table.pg-group-members .pg-group-member-name a:hover {
    box-shadow: 0 0 0 0 currentColor!important
}
.pmagic table.pg-group-members .pg-member-avatar img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin: 0
}
.pmagic table.pg-blog-setting .pg-blog-title a {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    box-shadow: 0 1px 0 0 currentColor!important;
    line-height: 16px
}
.pmagic table.pg-blog-setting .pg-pending-blog-title {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px
}
.pmagic table.pg-blog-setting .pg-update-message svg {
    margin-top: 7px
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-change-icon img {
    margin: 0 auto
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-edit-action {
    text-align: center
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-col {
    width: 100%;
    float: left
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-lable {
    text-align: center
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-input input {
    font-size: 12px
}
.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-input textarea {
    min-height: 140px;
    font-size: 12px!important;
    padding: 8px;
    line-height: 20px!important
}
.pmagic .pg-setting-dropdown,
.pmagic .pg-sort-dropdown {
    position: relative
}
.pmagic .pg-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border: 1px solid rgba(221, 221, 221, .85);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
.pmagic ul.pg-dropdown-menu li {
    list-style: none
}
.pmagic ul.pg-dropdown-menu li a {
    display: block;
    padding: 4px 4px 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    text-align: left
}
.pmagic ul.pg-dropdown-menu li a:hover {
    text-decoration: none
}
.pmagic ul.pg-dropdown-menu li:before {
    display: none
}
.pmagic .pg-setting-dropdown .pg-dropdown-icon i {
    padding-left: 10px;
    cursor: pointer
}
.pg-group-setting-popup-footer {
    padding: 15px 10px;
    background-color: #fefefe;
    border-top: 1px solid #e1e1e1
}
.pg-group-setting-popup-footer .pg-group-setting-bt {
    padding-right: 25px
}
.pg-group-setting-popup-footer .pg-group-setting-bt a {
    text-decoration: none;
    box-shadow: none;
    cursor: pointer
}
#pm-edit-group-popup .pm-popup-container {
    font-size: 12px
}
#pm-edit-group-popup .pm-popup-container .pm-popup-title {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: #000
}
#pm-edit-group-popup .pmrow {
    width: 95%;
    margin: 0 auto;
    float: none
}
#pm-edit-group-popup #pg_text_counter {
    text-align: right
}
#pm-edit-group-popup .pg-edit-group-popup-loader {
    min-height: 150px;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px
}
#pm-edit-group-popup .pg-group-setting-popup-wrap {
    min-height: 160px;
    padding: 20px 0
}
#pm-edit-group-popup .pg-group-setting-popup-wrap .pg-info-message {
    margin-bottom: 28px
}
#pm-edit-group-popup #pg_change_post_status_form .pm-radio-option input {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0
}
#pm-edit-group-popup .pg-group-setting-popup-wrap .errortext,
#pm-edit-group-popup .pg-group-setting-popup-wrap .pg-users-send-box .errortext {
    color: red;
    text-align: left;
    float: left;
    margin-top: 6px
}
#pm-edit-group-popup .group-popup-container {
    width: 85%;
    margin: 0 auto
}
.group-popup-container {
    text-align: right
}
.group-popup-container a {
    padding-left: 10px;
    box-shadow: none!important;
    text-decoration: underline;
    cursor: pointer
}
#pm-edit-group-popup .group-popup-container .pm_repeat:first-child .pg-remove-user {
    display: none
}
#pg_password_meter_outer {
    background-color: #edecec;
    height: 10px;
    width: 80%;
    border-radius: 3px;
    overflow: hidden
}
.group-popup-container #pg_password_result {
    margin-top: 15px
}
.group-popup-container .pg-email-password {
    text-align: left;
    margin: 20px 0
}
#pm-edit-group-popup .group-popup-container input {
    font-size: 12px;
    width: auto;
    min-height: auto
}
#pm-edit-group-popup .group-popup-container input[type=email],
#pm-edit-group-popup .group-popup-container input[type=password] {
    width: 100%
}
#pm-edit-group-popup .pmradio .pm-radio-option {
    margin-right: 8px;
    margin-bottom: 4px
}
#pm-edit-group-popup .pmradio .pm-radio-option label {
    padding-left: 6px;
    display: inline-block
}
#pm-edit-group-popup .pg-users-send-box {
    margin-bottom: 15px
}
#pm-edit-group-popup .pg-users-send-box .pm-field-lable {
    font-weight: 700;
    width: 15%
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input {
    width: 75%
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input textarea {
    width: 100%;
    font-size: 12px!important;
    font-weight: 400
}
#pm-edit-group-popup .pg-users-send-box .pm-field-input .pm-message-username {
    background-color: #e6f6ff;
    border: 1px solid #49b1ea;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #49b1ea
}
.pg-invited-user-result {
    margin-bottom: 12px;
    border-radius: 5px
}
.pg-invited-user-result .pg-invited-user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0
}
.pg-invited-user-info {
    width: 80%;
    width: calc(100% - 100px);
    margin-top: 0;
    margin-left: 12px
}
.pg-invited-user-email {
    font-weight: 600
}
.pg-admin-note {
    background-color: #fffbea;
    border-left: solid 5px #f4d247;
    line-height: 18px;
    padding: 15px 18px;
    margin-bottom: 20px
}
.pmagic .pg-user-groups-wrap .pg-user-group-icon {
    width: 30%;
    padding: 3%
}
.pmagic .pg-user-groups-wrap .pg-user-group-icon img {
    max-height: 100px;
    object-fit: cover;
    border-radius: 100%;
    width: 70px;
    height: 70px
}
.pmagic .pg-user-groups-wrap .pg-user-group-desc {
    width: 70%;
    line-height: 20px;
    min-height: 132px;
    padding: 3%;
    text-align: left
}
.pmagic .pg-user-groups-wrap .pg-user-group-head .pg-setting-dropdown {
    float: right
}
.pmagic ul.pg-dropdown-menu li a.pm-remove {
    color: #a00a00
}
.pmagic .pm-group-image .pg-group-limit-message {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px
}
#pg-group-badge {
    float: right;
    width: 100%;
    text-align: right;
    margin: 33px 12px 0 0
}
#pg-group-badge #pg-group-badge-dock ul li a {
    float: left;
    position: relative
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(1) a {
    z-index: 5
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(2) a {
    z-index: 4
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(3) a {
    z-index: 3
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(4) a {
    z-index: 2
}
#pg-group-badge #pg-group-badge-dock ul li:nth-child(5) a {
    z-index: 1
}
#pg-group-badge li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 -10px 0 -10px
}
#pg-group-badge li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out
}
#pg-group-badge li:hover img {
    -webkit-transform: scale(2);
    margin: 0 2em
}
#pg-group-badge ul.pm-single-group-badge li:hover img {
    -webkit-transform: scale(1.5);
    margin: 0 2em;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 50%
}
#pg-group-badge ul.pm-single-group-badge li img {
    -webkit-transform: scale(1.5);
    margin: 0 2em;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 50%
}
.pmagic .pg-group-setting-blog #pm-edit-group-blog-html-container,
.pmagic .pg-group-setting-blog #pm-edit-group-member-html-container,
.pmagic .pg-group-setting-blog #pm-edit-group-request-html-container {
    width: 100%
}
.pg-group-user-info-box {
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #ececec
}
.pg-group-user-info-box .pg-group-user-avatar img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    float: left;
    margin: 0
}
.pg-group-user-info-box .pg-group-user-info {
    width: 80%;
    width: calc(100% - 100px);
    margin-top: 3px;
    margin-left: 12px;
    margin-top: 8px
}
.pmagic .pm-group-view .pm-section .pm-section-content .rm-user-row>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table {
    width: 100%
}
.pmagic .pm-group-view .pm-section .pm-section-content #rm_my_sub_tab {
    padding: 10px
}
#rmwc_address_tab .rmwc-fe-address {
    width: 46%;
    float: left;
    text-align: center;
    margin: 0 2%
}
.pmagic .pm-group-view .pm-section .pm-section-content .rm-user-row>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table>.rm-user-row {
    display: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table {
    width: 100%
}
.pmagic .pm-group-view .pm-section .pm-section-content #rm_my_sub_tab {
    padding: 10px
}
#rmwc_address_tab .rmwc-fe-address {
    width: 46%;
    float: left;
    text-align: center;
    margin: 0 2%
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table td,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table th,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data td,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data th,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table td,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table th,
.pmagic .pm-group-view .pm-section .pm-section-content .rmagic-table table tr {
    border: none
}
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data td,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data th,
.pmagic .pm-group-view .pm-section .pm-section-content table.rm-user-data tr {
    border: none
}
.pmagic .pm-widget-login-box #pm_widget-login_form input[type=password],
.pmagic .pm-widget-login-box #pm_widget-login_form input[type=text] {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important
}
.pmagic .pm-widget-login-box .pm-login-box-error {
    margin-bottom: 15px
}
.pmagic .pm-widget-login-box #pm_widget-login_form {
    padding: 14px 10px;
    border-radius: 5px;
    background-color: rgba(253, 253, 253, .17);
    box-shadow: 0 0 1px 0 #d0d0d0
}
.pmagic .pm-widget-login-box .pm_widget-login-row label {
    margin-bottom: 5px;
    text-align: left
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container input[type=submit] {
    width: 100%
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container .pm-login-links-box {
    margin-top: 14px
}
.pmagic .pm-widget-login-box {
    width: 100%;
    max-width: 600px;
    margin: 0
}
.pmagic .pm-widget-login-box .pm_widget-login-row {
    width: 100%;
    margin-bottom: 18px
}
.pmagic .pm-widget-login-box .pm-login-box-bottom-container {
    margin: 0;
    padding: 0
}
.pmagic .pm-widget-login-box.pm-widget-login-box-large .pm_widget-login-row {
    width: 46%;
    margin: 18px 2%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-large .pm-login-box-bottom-container input[type=submit] {
    width: 96%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-user-content-img {
    width: 100%;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-user-content-img #pm-show-profile-image {
    float: none
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-loggedin-user-info {
    width: 100%;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group {
    width: 100%
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group #pg-group-badge li img {
    width: 45px;
    height: 45px
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pm-widget-user-group #pg-group-badge {
    margin: 0;
    text-align: center
}
.pmagic .pm-widget-login-box.pm-widget-login-box-small .pg-loggedin-user-info .pm-profile-title {
    width: 100%
}
.pmagic .pm-widget-login-box .pg-loggedin-user-info {
    width: 48%
}
.pmagic .pm-widget-login-box .pm-widget-user-group {
    width: 28%;
    padding: 0
}
.pmagic .pm-widget-login-box .pg-user-content {
    background-color: #fbfbfb;
    background-color: rgba(251, 251, 251, .3);
    padding: 0px;
    box-sizing: border-box;
    border-radius: 3px
}

.pmagic .pm-widget-login-box  .pg_widget_logout_link {
    border-width: 1px 0px 0px;
    background-color: #efefef;
    text-align: center;
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li {
    margin: 0 -13px 0 -10px;
    border: 0;
    background-image: none;
    padding: 0
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li:before {
    display: none
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li img {
    width: 30px;
    height: 30px
}
.pmagic .pm-widget-login-box .pm-widget-user-group #pg-group-badge li:hover img {
    -webkit-transform: scale(1);
    margin: 0 1em
}
.pmagic .pm-widget-login-box #pm-show-profile-image img {
    border-radius: 100%
}
.pmagic .pg-group-filters-head {
    padding: 12px 10px
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown select {
    background-color: #fff!important;
    height: 36px
}
.pmagic .pg-group-filters-head .pg-sort-view label svg {
    width: 40px;
    height: 40px
}
.pmagic .pg-group-filters-head .pg-sort-view input[type=radio] {
    display: none
}
.pmagic .pg-group-filters-head .pg-sort-view label svg {
    fill: #d8d8d8
}
.pmagic .pm-all-group-container .pm-group-list-view {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 17px;
    margin-top: 10px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-members-sortby {
    margin-top: 2px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-logo {
    width: 15%;
    max-width: 100px;
    margin-right: 25px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-logo img {
    width: 100%
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc {
    width: 65%;
    padding: 12px 0
}
.pmagic .pm-all-group-container .pm-loader {
    margin-top: 110px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-button {
    margin-top: 20px
}
.pmagic .pm-group-list-view-info span {
    width: auto;
    padding: 4px 6px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 14px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info a {
    cursor: auto
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown {
    margin-top: 4px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-group-search {
    margin-left: 20px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-group-search input[type=text] {
    background-color: #fff;
    padding: 8px 8px;
    margin-top: 4px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-heading {
    padding: 0
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-desc {
    padding: 0
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info {
    margin-top: 11px;
    float: left;
    width: auto;
    color: #949595;
    color: #949595;
    background-color: #f1f1f1;
    padding: 6px 16px;
    border: 1px solid #ececec;
    border-radius: 2px
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info:hover {
    box-shadow: 0 0 6px rgb(228 228 228)
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc .pm-group-list-view-info span {
    color: inherit
}
.pg-group-filters-head .pg-group-sorting-rs .pg-member-search,
.pg-group-filters-head .pg-group-sorting-rs .pg-members-sortby {
    display: inline-block
}
.pg-group-filters-head .pg-group-sorting-rs .pg-member-search input[type=text] {
    background-color: #fff;
    height: 36px
}
.pg-group-filters-head .pg-group-sorting-rs {
    text-align: right;
    padding-right: 10px
}
.pmagic #pg_group_tabs #pg_members #pg_members_grid_view {
    margin-top: 110px
}
#threads_ul {
    float: left
}
#pg-messages #userSection {
    float: left;
    width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5
}
.pg-shortcode-content .pg-profile-tab-content,
.pg-shortcode-content .pm-message-thread-section {
    display: block!important
}
#pg-group-badge li:before {
    display: none
}
#pg-group-badge #pg-group-badge-dock ul li a {
    box-shadow: none
}
.pm-group-view.pg-shortcode-content .pg-profile-tab-content {
    width: 100%
}
.pm-group-view .pm-header-section.pm-without-cover-image {
    height: auto;
    padding: 26px 0
}
.pm-group-view .pm-header-section.pm-without-cover-image .pm-cover-image {
    height: auto
}
.pm-group-view .pm-header-section.pm-without-cover-image .pm-profile-image {
    top: 5px
}
.pm-group-view .pm-profile-title-header.pm-without-profile-image .pm-profile-title {
    margin-left: 14px
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-left-panel {
    display: none!important
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-right-panel .pm-section-content {
    width: 100%
}
.pmagic .pm-group-view #pg-about .pm-section.pg-left-pannel-hide .pm-section-right-panel .pm-section-content .pm-section-wrapper {
    padding-left: 0
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon {
    max-width: 150px
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon #pg-group-badge li img {
    width: 40px;
    height: 40px
}
.theme-twentyfourteen .pmagic .pm-group-view .pm-group-icon #pg-group-badge li:hover img {
    -webkit-transform: scale(1.5);
    margin: 0 2px
}
.csscalc.theme-twentyfourteen .pm-group-view .pm-profile-title {
    width: 30%
}
.csscalc .theme-twentyfourteen .page .entry-content {
    box-sizing: content-box
}
.pmagic .pm-login-box-bottom-container .pm-login-links-box {
    width: 100%;
    padding-bottom: 0
}
.pmagic .pm-login-box-bottom-container a.pg-registration-button {
    float: none;
    width: auto;
    margin: auto;
    font-size: 1em;
    margin-left: 20px
}
.pmagic img[src*="default-user"] {
    filter: grayscale(100%);
}

#pm-advance-search-form .pm-search-box-wrap {    
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 12px 6px;
}
#pm-advance-search-form .pm-search-box-wrap .pm-search-box,
#pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-sortby-alpha{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
}

#pm-advance-search-form #advance_search_pane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-width: 1px 0px 1px 0px;
    max-width: 100%;
    margin: 20px 0px;
    padding: 16px 0px;
}

#pm-advance-search-form #advance_search_pane .pm-search-box {

}

#pm-advance-search-form #advance_search_pane .pm-search-box select {
    width: 100%;

}

#pm-advance-search-form #advance_search_pane #advance_seach_ul{
    margin: 0px;
    padding: 0px;
}

.pm-search-box-wrap .pm-search-box .pg-sortby-alpha .pg-users-sorting-title {
    margin-right: 8px;
    min-width: 75px;
    text-align: right;
}

/* message box css start */
.pg-message-box-container{
    display: flex;
    height: 100% !important;
    max-height: 500px;
    margin-top: 10px;
}

.pg-message-box-sidebar {
    max-width: 280px;
    display: flex;
    background: #fff;
    flex-direction: column;
    border-right: 1px solid #ccc;
    transition: 500ms all;
}

.pg-msg-thread-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pg-msg-thread-container .pg-msg-connection-head {
    float: left;
    width: 100%;
}

.pg-msg-thread-container .pg-msg-connection-head img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}

.pg-msg-thread-container .pg-msg-conversation-info {
    flex: 1;
}

.pg-msg-thread-container .pg-msg-conversation-info .pg-msg-conversation-title{
    font-weight: 700;
    width: 100%;
    padding: 14px 10px;
    float: left;
}

.pg-msg-thread-container .pg-msg-conversation-info .pg-msg-thread-time {
    display: flex;
    margin-top: 3px;
    font-size: 0.85em;
}

.pg-msg-connections-type-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.pg-msg-connections-type-head input{
    width: 100%;
    height: 36px !important;
    padding: 0px 10px !important;
    border: 0px !important;
    background-color: transparent !important;
}




.pg-msg-thread-container .open {

}

.pg-msg-thread-container .open a {
    color: #000;
    letter-spacing: 3px;
}

.pg-users-search-list-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    overflow: auto;
    min-height: 200px;
}


.pg-message-box-sidebar .pg-message-box-action {
    display: flex;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}


.pg-message-box-sidebar .pg-message-box-action .pg-new-thread svg {cursor: pointer;}

.pg-message-box-sidebar .pg-message-box-action input.pg-msg-search {
    width: 100%;
    max-width: 100%;
    height: 34px;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px 12px;
    font-size: 14px;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar .pg-message-box-action input.pg-msg-search {
    margin: 5px 15px;
}



.pg-message-box-sidebar .pg-msg-list-wrap{
    width: 100%;
    overflow: auto;
}


.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    height: 70px;
    cursor: pointer;
    border-left: 3px solid transparent ;
    position: relative;
}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status {
    background-color: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 40px;
    top: 46px;
    box-shadow: 0 0 0 2px #fff, 0 4px 6px rgb(0 0 0 / 20%);
    border-radius: 50%;

}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status.pg-msg-online{
    background-color: rgb(18 167 98);
}

.pg-message-box-sidebar .pg-msg-conversation-list .pg-user-status.pg-msg-offline{
    background-color: rgb(165 165 165);
}


.pg-message-box-sidebar  .pg-msg-list-wrap .pg-msg-conversation-list.active { 
    border-left: 3px solid;
    border-color: inherit;
    border-bottom: 1px solid #ccc;
}


.pg-message-box-sidebar  .pg-msg-list-wrap .pg-msg-conversation-list:hover, 
.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list.active {
    background-color: rgba(255, 255, 255, 0.96);
    border-left: 3px solid;
    border-color: inherit;
    border-bottom: 1px solid #ccc;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list img {
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info {
    flex: 1;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-msg-thread-user {
    font-weight: 700;
    text-align: left;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-thread-msg {
    padding-right: 8px;
    font-size: 0.85em;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-conversation-info .pg-thread-msg .emoji{
    width:20px !important;
    height: 20px !important;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-thread-notification {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-unread-count {
    font-size: 0.75em;
    background: #bde2f7;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 70%);
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    line-height: 14px;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list .pg-msg-thread-time {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.75em;
    color: #a9a9a9;
}

.pg-message-box-sidebar .pg-msg-list-wrap {
    width: 100%;
    overflow: auto;
}

.pg-list-user-img-wrap {
    align-items: center;
    padding-right: 8px;
    display: flex;
}

.pg-list-user-img-wrap .pg-msg-thread-user {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pg-msg-conversation-action {
    position: relative;
    height: 24px;
    top: -2px;
    display: none;
    opacity: 0;
}
.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list:hover .pg-msg-thread-time {
    display: none;
}

.pg-msg-thread-time {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: auto;
    transition: opacity 83ms ease-in-out;
    overflow: hidden;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-msg-conversation-list:hover .pg-msg-conversation-action  {
    display: flex;
    opacity: 1;
}

.pg-message-box-sidebar .pg-msg-list-wrap .pg-no-thread {
    padding: 5px;
    width: 100%;
}

/*

.list-user-img{   
    transition: visibility .1s ease-in-out;
    position: absolute;
    display: flex;
} */

.pg-message-footer{
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    display: flex;
    height: 60px;
}

.pg-message-footer input {
    flex: 1;
    padding: 0 20px;
    border-radius: 5px;
}

.pg-users-search-list-wrap::before {
    content: "";
    margin-bottom: auto;
}

.pg-users-search-list-wrap .pg-message-list {
    align-self: flex-start;
    max-width: 60%;
    width: 100%;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg {
    align-self: flex-end;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg .pg-message-box {
    background-color: #f3f3f3;
    border-color: #e8e8e8;
}

.pg-users-search-list-wrap .pg-message-list .pg-message-box {
    background: #fff;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
    padding: 18px 0.8em;
}

.pg-users-search-list-wrap .pg-message-list .pg-message-box{   


}
.pg-users-search-list-wrap .pg-message-list {
    margin: 35px 20px 15px 20px;
    position: relative;
}

.pg-users-search-list-wrap .pg-message-list > img.user-profile-image,
.pg-users-search-list-wrap .pg-message-list > img.pm-user-profile{
    position: absolute;
    left: -15px;
    top: -40px;
    height: 48px !important;
    width: 48px !important;
    margin: 0px;
    border-radius: 50%;
}



.pg-users-search-list-wrap .pg-message-list .pg-msg-thread-time {
    text-align: right;
    color: #999;
    font-size: 0.75em;
}




.pg-message-box-container.pg-message-box-medium .pg-message-box-sidebar {
    max-width: 250px;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar {
    position: absolute;
    width: 100%;
    height: 0vh;
    min-width: 88%;
    box-shadow: 1px 1px 9px 2px rgb(216 216 216);
    z-index: 99999;
    display: none;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar.opened{
    height: 80vh !important;
    display:block
}


.pg-msg-connection-head-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

@media only screen and (max-width: 480px), only screen and (max-width: 767px){
    /*  
  .pg-message-box-sidebar {
      position: absolute;
      width: 100%;
      min-width: 100%;
      height: 0vh;
  
  margin-top: 55px;
      box-shadow: 0 5px 25px -5px black;
   }
  
   .pg-message-box-sidebar.opened {
      height: 80vh !important;
  } */

}

#chat_message_form{
    width: 100%;
    display: inherit;
}
button#send_msg_btn {
    width: 40px;
    padding: 0px 0px 0px 5px;
    height: 35px;
    background: none;
    border: 0px;
}
.msg-search-result{color:red;}


.pg-list-user-img-wrap .pg-msg-thread-user .pg-label-wrapper,
.pg-list-user-img-wrap .pg-msg-thread-user .pg-user-rating-wrap{
    display: none;
}

.pg-msg-thread-container .pg-msg-thread-header {
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 10px;
    align-items: center;
}


.pg-msg-thread-container .pg-msg-thread-header img {
    border-radius: 50%;
    width: 48px !important;
    height: 48px!important;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    margin: 0px 8px 0px 0px;
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar{
    width: 8px;
    background-color: #f4f4f4
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar-track,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar-track{
    border-radius: 10px;
}

.pmagic .pg-users-search-list-wrap::-webkit-scrollbar-thumb,
.pg-message-box-sidebar .pg-msg-list-wrap::-webkit-scrollbar-thumb{
    background-color: #e0e0e0;
    width: 8px;
    height: 4px;
}

.pg-users-search-list-wrap.ui-autocomplete {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute !important;
    z-index: 99999;
    margin-left: 0px;
    padding-left: 0px;
    left: 0px !important;
    overflow: auto;
    max-height: 400px;
    box-shadow: -3px 3px 4px 1px rgb(220 220 220 / 42%);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.pg-users-search-list-wrap.ui-autocomplete li {
    list-style: none;
    padding: 6px 4px 5px 13px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.38);
    transition: 0.2s;
}

.pg-new-thread-action {
    visibility: hidden;
}

.pg-thread-action-controller {
    background-color: #fff;
    position: absolute;
    left: 50%;
    padding: 8px;
    transition: visibility 0s linear 167ms,opacity 167ms cubic-bezier(.4,0,1,1) 0s,z-index 0s linear 167ms;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 6px 9px rgb(0 0 0 / 20%);
    border-radius: 3px;
    z-index: 99999;
}


.pg-thread-action-controller ul {
    margin: 0px;
    padding: 0px

}

.pg-thread-action-controller ul li {
    font-size: 12px;
    list-style: none;
    padding: 4px 0px;
}

.pg-thread-action-controller-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0%);
    top: 0px;
    left: 0px;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg .pg-message-action {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #fff;
    height: 20px;
    border-radius: 5px;
    top: -2px;
    cursor: pointer;
}

.pg-users-search-list-wrap .pg-message-list.pg-user-self-msg:hover .pg-message-action{
    display: block;
}

.pg-message-action-wrap{
    position: absolute;
    background: #fff;
    right: 0px;
    top: 22px;
    border-radius: 5px;
    transition: visibility 0s linear 167ms,opacity 167ms cubic-bezier(.4,0,1,1) 0s,z-index 0s linear 167ms;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0%), 1px 2px 6px rgb(0 0 0 / 14%);
    z-index: 99999
}

.pg-message-action .pg-message-action-wrap {
    display: none;
}

.pg-message-action.pg-action-active .pg-message-action-wrap {
    display: block;
}

.pg-message-action-wrap ul {
    margin: 0px;
    padding: 0px
}

.pg-message-action-wrap ul li {
    list-style: none;
    font-size: 12px;
    padding: 0px 14px;
    cursor: pointer;
}

.pg-message-box-container.pg-message-box-medium .pg-thread-open,
.pg-message-box-container.pg-message-box-medium .pg-thread-new-msg{
    display: none;
}

.pg-users-search-list-wrap ul {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    left: 0px !important;
    overflow: auto;
    max-height: 200px;
    box-shadow: -3px 3px 4px 1px rgb(220 220 220 / 42%);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 1px 0px !important;
    line-height: 16px !important;
    margin: 0px !important;
}

.pg-users-search-list-wrap ul li {
    list-style: none;
    padding: 10px 6px 10px 12px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.38);
    transition: 0.2s;
    margin: 0px !important;
    word-break: normal;
    cursor: pointer;
}

.pg-message-box-container.pg-message-box-small .pg-message-box-sidebar {
    border: 0px;
}

.active.pg-msg-conversation-list .pg-unread-count{
    display: none;
} 

.pg-users-search-list-wrap ul{
    height:100%;
}

/* message box css end */


/*--The Fixes-----*/

body.theme-twentytwenty .pmagic,
body.theme-twentytwentyone .pmagic{  
    display: block;
}

body.theme-twentytwentytwo .pmagic{ 
display: flex;
}@font-face{font-family:FontAwesome;src:url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.cleverstorage.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#pg_password_meter_inner{height:10px}#pg_password_meter_inner.pg-pass-short{font-weight:700;background-color:red;font-size:larger;width:25%}#pg_password_meter_inner.pg-pass-weak{font-weight:700;background-color:orange;font-size:larger;width:50%}#pg_password_meter_inner.pg-pass-good{font-weight:700;background-color:#2d98f3;font-size:larger;width:75%;height:20px}#pg_password_meter_inner.pg-pass-strong{font-weight:700;background-color:#32cd32;font-size:larger;width:100%}.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu{width:100%}.pg-horizontal-responsive-menu li.hideshow ul{position:absolute;display:none;left:0;border:1px solid #d2d2d2;padding:0;margin:0;z-index:99999;background-color:#fff;border:1px solid #ddd;border:1px solid rgba(221,221,221,.85);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:3px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border-top-left-radius:0}.pmagic .pm-profile-tab-wrap.pg-horizontal-responsive-menu li.hideshow ul li{width:100%;padding:8px 8px;min-width:126px;margin:0}.pg-horizontal-responsive-menu li.hideshow{position:relative;list-style:none;display:inline-block;float:left;margin-bottom:-1px;margin-right:0;padding:15px 10px;top:8px}.pmagic #pg-profile-menuToggle input#pg-toggle-menu-close{display:none}@media only screen and (max-width:1800px){.pmagic .pm-popup-container{left:calc(42% - 300px)}}@media only screen and (max-width:979px){.pmagic{float:none;display:inline-block}.pm-group-view .pm-section .pm-section-nav-vertical{width:35%}.pmagic .pm-group-view .pm-section .pm-section-content{width:65%}.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-label,.pm-group-view .pm-section.pm100 .pm-section-content .pm-user-description-row .pm-card-value{padding-left:10px}.pmagic .pm-conversations-container .pm-msg-user{padding:2px}.pmagic #pg-messages ul#threads_ul li .messagedelete_thread a{width:14px;height:14px}.pmagic .pm-conversations-container .pm-thread-user{width:5em}}@media only screen and (max-width:760px){.pmagic #pg-profile-menuToggle{display:block;position:relative;top:-35px;left:11px;z-index:1;-webkit-user-select:none;user-select:none}.pmagic #pg-profile-menuToggle input#pg-toggle-menu-close{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#cdcdcd;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon:first-child{transform-origin:0 0}.pmagic #pg-profile-menuToggle span.pg-toggle-menu-icon:nth-last-child(2){transform-origin:0 100%}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#232323}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2,.2)}.pmagic #pg-profile-menuToggle input:checked~span.pg-toggle-menu-icon:nth-last-child(2){transform:rotate(-45deg) translate(0,-1px)}.pmagic #pg-mobile-menu{position:absolute;width:400px;margin:-50px 0 0 -50px;padding:35px;padding-top:60px;background:#ededed;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(-100%,0);transition:transform .5s cubic-bezier(.77,.2,.05,1)}.pmagic #pg-mobile-menu li{padding:10px 0;font-size:22px;width:100%;text-align:left}.pmagic #pg-profile-menuToggle input:checked~ul{transform:none}.pmagic .pm-form-field-icon{width:auto}.pmagic .pm-form-field-icon img{margin-right:5px}.pmagic .pm-field-lable{margin-left:0}.pmagic .pm-group-view .pm-section{min-height:inherit}.pmagic .pm-conversations-container .pm-msg-user{padding:8px}.pmagic #pm-show-woocommere-order-dialog .pm-popup-container{max-width:900px;width:90%;left:calc(50% - 290px)}.pmagic .pg-group-sorting-ls{width:100%}.pmagic .pg-group-sorting-rs{width:100%}.pmagic .pg-group-sorting-ls .pg-sortby-alpha{width:100%}}@media only screen and (max-width:479px){.pmagic #pg-profile-menuToggle{top:-75px}.pmagic .pm-group-view .pm-header-section{height:auto}.csscalc .pm-group-view .pm-profile-title{width:100%;margin:0;margin-top:100px;text-align:center}.pmagic .pm-notification-profile-image{width:30%}.pmagic .pm-notification-description{width:70%}body .pmagic #bbpress_forum .pm-section-nav-vertical{max-width:100%;width:100%}body .pmagic .pg-bbpress-sections-warp{width:100%;margin:30px 0}.pmagic .pg-mailchimp-box .pg-right-mailchimp-text{width:100%}.pmagic .pm-group-view .pm-section #pg-newsletter{width:100%}.pmagic #bbpress_forum .pg-bbpress-sections-warp{border:0}.pmagic .pm-conversations-container .pm-thread-user{width:auto;max-width:17em}.pmagic .pm-group-card-box .pm-group-image{width:100%;border-width:0 0 1px 0;max-width:100%;margin-bottom:12px}.pmagic .pm-group-view .pm-section .pm-section-content{width:100%;border:0}.pmagic .pm-group-description .pm-group-leader-small{height:auto}.pmagic .pg-group-wall-comments-count{float:left;width:100%;font-size:12px}.pmagic .pg-group-wall-comments-count svg{width:15px}.pmagic .pg-group-wall-comment-wrap .pg-group-wall-action{width:100%;text-align:center}.pg-group-wall-comment-wrap .pg-group-wall-action input.pg-delete-gw-wall{font-size:12px!important}.pmagic .pg-group-wall-comments-count #pm-show-comment-form{padding-left:0;display:inline-block;width:50%;font-size:12px;text-align:right;padding-right:0}.pmagic .pm-group-description .pm-card-label{width:100%}.pmagic .pg-group-wall-wrap .pg-group-wall-post-btn span{padding:10px;border-radius:4px;display:inline-block;width:80%}.pmagic .pm-chat-messenger-box #messenger_textarea{font-size:12px;padding:20px}.pmagic #pg-woocommerce_purchases .pg-woocommerce .pg-woocommerce-product .pg-woocommerce-img img,.pmagic #pg-woocommerce_reviews .pg-woocommerce .pg-woocommerce-product .pg-woocommerce-img img{width:100%;height:100%}.pmagic #pg-woocommerce_purchases .pg-woocommerce,.pmagic #pg-woocommerce_reviews .pg-woocommerce{width:100%}.pm-group-view .pm-section .pm-section-nav-vertical ul#threads_ul{min-height:auto}.pmagic .pg-new-blog-button{width:100%}.pmagic .pm-blog-img-wrap{width:70%;margin:0 auto;float:none;display:block}.pmagic .pm-blog-post-wrap{margin-bottom:25px;padding-top:20px;border-bottom:1px solid #e1e1e1}.pmagic .pm-blog-desc-wrap{width:100%;text-align:center}.pmagic #pm_notification_view_area{width:80%;margin:0 auto}.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow{margin-left:0}.pminput.pm_recaptcha .g-recaptcha{transform:scale(.75)!important;-webkit-transform:scale(.75)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}.pmagic .pm-login-box .pm-login-header p{text-align:center}.pmagic #pm-show-woocommere-order-dialog .pm-popup-container{max-width:900px;width:90%;left:calc(50% - 168px)}.pmagic #pg_group_tabs #pg_group_setting .pm-section-content{width:100%;border-left:0}.pmagic .pg-group-setting-blog #pm-edit-group-blog-html-container,.pmagic .pg-group-setting-blog #pm-edit-group-member-html-container,.pmagic .pg-group-setting-blog #pm-edit-group-request-html-container{width:100%;overflow-y:scroll}.pmagic .pg-group-edit-setting #pm_edit_group .pm-group-edit-form .pm-field-lable{width:100%;font-size:12px}.pmagic .pm-group-view .pm-group-change-icon{margin:20px auto}.pmagic .pm-blog-desc-wrap{width:100%;text-align:center}.pmagic .pm-blog-post-wrap{margin-bottom:25px;padding-top:20px;border-bottom:1px solid #e1e1e1}.pmagic #pm_notification_view_area{width:80%;margin:0 auto}.pmagic .pm-group-view .pm-section .pm-section-content form.pmagic-form .pmrow{margin-left:0}.pminput.pm_recaptcha .g-recaptcha{transform:scale(.75)!important;-webkit-transform:scale(.75)!important;transform-origin:0 0!important;-webkit-transform-origin:0 0!important}.pmagic .pm-login-box .pm-login-header p{text-align:center}}.pg-mobile-479 .pm-group-view .pm-section .pm-section-nav-vertical{max-width:100%;width:100%}.pg-mobile-479 .pm-group-view .pm-section .pm-section-nav-vertical{max-width:100%!important;width:100%!important}.pg-mobile-479 .pm-group-view .pm-section .pm-section-content.pm-message-thread-section{border-right:1px solid #e1e1e1}.pg-mobile-479 .pm-group-view .pm-profile-title-header{height:auto}.pg-mobile-479 .pm-group-view .pm-profile-image{left:19%}.pg-mobile-479 .pmagic #pg-myfriends,.pg-mobile-479 .pmagic #pg-requests-sent,.pmagic #pg-friend-requests{border-left:0}.pg-mobile-479 .pm-popup-container{display:block;float:left;width:94%;background-color:#fff;position:fixed;top:10%;overflow:hidden;z-index:9999999;box-shadow:0 0 20px #969696;box-shadow:0 0 20px rgba(0,0,0,.2);left:30%;left:calc(50% - 174px);overflow-y:auto;max-height:90%}.pg-mobile-479 .pmagic #pm-show-woocommere-order-dialog .pm-popup-container{width:94%;left:calc(50% - 176px)}.pmagic .pm-group-view .pm-section svg.pg-left-panel-icon{width:33px;height:33px;border:1px solid #ebebeb;border-radius:100%;fill:#8d8d8d;cursor:pointer}.pg-left-panel-icon{display:none}.pm-section-left-panel,.pm-section-right-panel{display:block}.pg-mobile-479 .pm-section-left-panel{display:block}.pg-mobile-479 .pm-section-right-panel{display:none}.pg-mobile-479 .pmagic .pm-group-description{width:100%;text-align:center}.pg-mobile-479 .pmagic .pm-group-description .pm-card-value{width:100%;margin:0}.pg-mobile-479 .pmagic .pm-group-description .pm-card-row{margin-bottom:12px}.pg-mobile-479 .pmagic .pm-myfriends-list{margin:16px}.pg-mobile-979 .pmagic #pg-messages ul#threads_ul li .messagedelete_thread{right:8px;top:26px}/*-------------------------------------------------------------------------
  
	[Table Of Contents]
	
	1.	Slider Core
	2.	Slider Styles
	3.	Slider Controls
	4. 	Responsive

-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/
/*	1.	Slider Core
/*-------------------------------------------------------------------------*/

.swiper-slide {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}

.swiper-slide {
	float: left;
}

.swiper-container {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);

	transition-property:transform, left, top;
	transition-duration:0s;
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	left: 0;
	
}



/*-------------------------------------------------------------------------*/
/*	2.	Slider Styles
/*-------------------------------------------------------------------------*/


.nectar-slider-wrap, 
.nectar-slider-wrap * {
	box-sizing: border-box;
}
.nectar-slider-wrap:not([data-transition="fade"]) .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-slide {
	float: left;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-container {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-wrapper { 
	height: 100%; 
}

body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section, 
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section .swiper-slide .content{
	margin-top:0px
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
  border: none; 
  background-color: transparent;
  height: 30px;
  position: relative;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active {
	z-index: 50;
}

.swiper-slide .container {
	z-index: 100;
	height: 100%;
	transform: translateZ(0);
}



.swiper-slide .image-bg {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.swiper-slide .slide-bg-wrap, 
.swiper-slide .slide-bg-wrap .slide-bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.swiper-slide .slide-bg-wrap .slide-bg-overlay {
	pointer-events: none;
	opacity: 0.6;
	z-index: 10;
	backface-visibility: hidden;
  transform: translateZ(0);
}

.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el {
	transform: none;
	opacity: 1;
}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el > span {
	display: inline-block;
}

.mobile .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el > .word { 
	opacity: 1!important; 
}

.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word [class*="char"] {
	display: inline-block;
	backface-visibility: hidden;
}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word .char-inner {
	transform-origin: bottom;
}
body:not(.mobile) .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word { 
	opacity: 0;
}

.parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style="bg_only"][data-parallax="true"] {
	position: relative;
	top: 0;
}
.using-mobile-browser .parallax_slider_outer .swiper-slide .image-bg {
	height: calc(100% + 40px);
	top: -20px;
}
[data-remove-m-parallax="1"].using-mobile-browser .parallax_slider_outer .swiper-slide .image-bg {
  top: 0px;
  height: 100%;
}
.using-mobile-browser .parallax_slider_outer .swiper-slide .video-wrap,
.parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style="bg_only"][data-parallax="true"] .swiper-slide .video-wrap { 
	overflow: visible; 
}


.using-mobile-browser .swiper-slide .video-wrap video { 
	opacity: 0; 
}

.swiper-slide[data-bg-alignment="top"] .image-bg { background-position: center top; }
.swiper-slide[data-bg-alignment="center"] .image-bg { background-position: center center; }
.swiper-slide[data-bg-alignment="bottom"] .image-bg { background-position: center bottom; }

.swiper-slide .content {
	color: #fff;
	width: 100%;
	left: 0;
	position: absolute;
	top: 250px;
	z-index: 100;
}

.nectar-slider-wrap[data-bg-animation="ken_burns"]:not([data-overall_style="directional"]) .swiper-slide.ken-burns .slide-bg-wrap,
.nectar-slider-wrap[data-bg-animation="ken_burns"][data-overall_style="directional"] .swiper-slide[data-ken-burns="active"] .slide-bg-wrap {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
  -webkit-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
	transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
}
.nectar-slider-wrap[data-bg-animation="ken_burns"] .swiper-slide .slide-bg-wrap {
    -webkit-transform: scale(1.35);
	transform: scale(1.35);
	backface-visibility: hidden;
}

.parallax_slider_outer.first-section .swiper-slide .content, 
.nectar-slider-wrap.first-section .swiper-slide .content {
	margin-top: 23px;
	margin-left: -10px;
}

.parallax_slider_outer .swiper-slide .image-bg,
.parallax_slider_outer .swiper-slide .video-wrap {
	top: auto;
	bottom: 0;
}

.post.video .swiper-slide .video-wrap,
.single-portfolio .swiper-slide .video-wrap {
	position: absolute;
	padding: 0;
	height: auto;
	margin: 0;
}

.single-portfolio .parallax_slider_outer .swiper-slide .video-wrap { 
	margin-bottom: 0; 
}

.parallax_slider_outer .swiper-slide .video-wrap video {
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

body[data-header-resize="0"] .parallax_slider_outer.first-section {
    margin-top: 0;
}

.parallax_slider_outer.first-section .swiper-slide .content {
	-webkit-backface-visibility: hidden;
}

.swiper-slide .content { 
	visibility: hidden; 
}
.nectar-slider-wrap.loaded .swiper-slide .content { 
	visibility: visible;
}

body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination, 
body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination {
	padding-right: 13px;
}


html:not(.js) .nectar-slider-wrap {
	display: block;
}

.nectar-slider-loading.default-loader .loading-icon, .pp_loaderIcon.default_loader {
	background-image: none;
}

.nectar-slider-loading.default-loader .loading-icon span {
	 border: 3px solid #666;
	 background-color: #393939;
}


.nectar-slider-wrap:not(.loaded) .swiper-wrapper > .swiper-slide:first-child {
	opacity: 1;
}


.nectar-slider-loading .loading-icon {
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nectar-slider-wrap .nectar-slider-loading { z-index: -1; }

body[data-ajax-transitions="true"] .nectar-slider-loading {
	display: none;
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded  { 
	background-color: #393939; 
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
	margin-top: 0;
}

.swiper-slide .content p, 
.swiper-slide .content h2,
.swiper-slide .content h1, 
.swiper-slide .content h3, 
.swiper-slide .content .buttons {
	opacity: 0;	
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-font-smoothing: antialiased;
}

.swiper-slide .content p { 
	padding-bottom: 0; 
}

.swiper-slide .content .buttons { 
	padding-top: 30px; 
}

[data-caption-trans="none"] .swiper-slide .content p, 
[data-caption-trans="none"] .swiper-slide .content h1,
[data-caption-trans="none"] .swiper-slide .content h2, 
[data-caption-trans="none"] .swiper-slide .content h3,  
[data-caption-trans="none"] .swiper-slide .content .buttons {
	transform: none;
	opacity: 1;
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content p, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h1, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h2, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h3, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .buttons {
	opacity: 1!important;
	transform: none;
}

.swiper-slide .content p i {
	border-radius: 0;
	width: 24px;
	font-size: 20px;
	background-color: transparent;
}

.swiper-slide .content iframe {
	max-width: 1100px;
}

.swiper-slide .content.centered {
	text-align: center;
}

.swiper-slide .content img {
	margin-bottom: 30px;
}

.swiper-slide .content h2 {
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -1px;
	display: block;
	color: #fff;
	font-weight: 300;
}
.swiper-slide .content h1,
.swiper-slide .content h3 {
	display: block;
	color: #fff;
}

.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2,
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1,
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3 { 
	color: #fff;
}

#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
	font-size: 50px;
	line-height: 70px;
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span4 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span6 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_span8 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_span9 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content h2 {
	font-size: 40px;
	line-height: 60px;
}

.swiper-slide .content p {
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
}

.swiper-slide .content p.transparent-bg span {
	padding: 4px 0;
	display: inline;
	position: relative;
	left: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	line-height: 45px;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
	line-height: 40px;
}

.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-o-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content p, 
.vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content p,
.vc_span4 .nectar-slider-wrap .swiper-slide .content p, 
.vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content p,
.vc_span6 .nectar-slider-wrap .swiper-slide .content p, 
.vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content p, 
.vc_span8 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content p, 
.vc_span9 .nectar-slider-wrap .swiper-slide .content p, 
.vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content p {
	font-size: 17px;
	line-height: 28px;
}

.swiper-slide .content p::selection, 
.swiper-slide .content h1::selection,
.swiper-slide .content h2::selection,
.swiper-slide .content h3::selection, 
.swiper-slide .button a::selection, 
.swiper-container div::selection, 
.swiper-container span::selection, 
.swiper-container img::selection {
	background: transparent;
	color:#fff;
}

.swiper-slide .content p::-moz-selection, 
.swiper-slide .content h1::-moz-selection, 
.swiper-slide .content h2::-moz-selection, 
.swiper-slide .content h3::-moz-selection, 
.swiper-slide .button a::-moz-selection, 
.swiper-container div::-moz-selection, 
.swiper-container span::-moz-selection, 
.swiper-container img::-moz-selection {
	background: transparent;
	color:#fff;
}

.swiper-slide[data-color-scheme="dark"] .content p::selection, 
.swiper-slide[data-color-scheme="dark"] .content h1::selection, 
.swiper-slide[data-color-scheme="dark"] .content h2::selection, 
.swiper-slide[data-color-scheme="dark"] .content h3::selection, 
.swiper-slide[data-color-scheme="dark"] .button.transparent a::selection, 
.swiper-slide[data-color-scheme="dark"] img::selection, 
.swiper-container .swiper-slide[data-color-scheme="dark"] span::selection  {
	background: transparent;
	color:#000;
}

.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h1::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h3::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] img::-moz-selection, 
.swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection  {
	background: transparent;
	color:#000;
}

.swiper-slide img {
	display: block;
	margin: 0 auto;	
	max-width: 100%;
}

.video-texture {
	height: 3000px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}

.active_texture {
	background-image: url(//www.cleverstorage.com/wp-content/plugins/salient-nectar-slider/img/textures/grid.png);
}

.swiper-slide .button {
	display: inline-block;
	padding: 8px;
	margin: 0 0 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transform-style: preserve-3d;
	background-color: transparent;
}
.swiper-slide .button:hover {
	background-color: transparent;
}

.swiper-slide .buttons > div:last-child {
	padding-right: 0!important;
}

.swiper-slide .buttons > div:first-child {
	padding-left: 0;
}

.swiper-slide .button a {
	background-color: #000;
	color: #fff;
	border-radius: 2px;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.1em;
	font-size: 12px;
	display: block;
	position: relative;
	transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);
	-moz-transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);
}
body:not([data-button-style*="shadow"]) .swiper-slide .button a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.25s ease;
}
body:not([data-button-style*="shadow"]) .swiper-slide .button a:hover:after {
	opacity: 0.1;
}

.swiper-slide .button.solid_color .white,
.swiper-slide .button.solid_color_2 .white {
	background-color: #fff!important;
	color: #000;
	backface-visibility: hidden;
}

.swiper-slide .button.transparent_2 .white:hover {
	background-color: #fff!important;
	color: #000;
}


div[data-button-sizing="large"] .swiper-slide .button a { 
	font-size: 15px; 
	padding: 18px 40px; 
}

div[data-button-sizing="large"] .swiper-slide .button.transparent a, 
div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a { 
	padding: 16px 40px; 
}

div[data-button-sizing="jumbo"] .swiper-slide .button a { 
	font-size: 18px; 
	padding: 25px 45px; 
}

div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, 
div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a { 
	padding: 23px 45px; 
}

.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"]  .swiper-slide .button a {
	padding: 10px 15px;
}

.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"]  .swiper-slide .button.transparent a {
	padding: 8px 15px;
}

.swiper-slide .button.transparent a, 
.swiper-slide .button.transparent_2 a {
	box-shadow: none;
	padding: 11px 17px;
	background-color: transparent!important;
	border: 2px solid rgba(255,255,255,0.7);
}

.swiper-slide .button.transparent a:hover {
	border: 2px solid rgba(255,255,255,1);
}

.swiper-slide .button.transparent_2 a:hover {
 	border-color: transparent;
 	background-color: #27CFC3;
 	color: #fff;
}

.swiper-slide[data-color-scheme="dark"] .content h1, 
.swiper-slide[data-color-scheme="dark"] .content h2, 
.swiper-slide[data-color-scheme="dark"] .content h3, 
.swiper-slide[data-color-scheme="dark"] .content p, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
	color: #111;
	text-shadow: none;
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
	color: #fff;
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
	border: 2px solid rgba(0,0,0,0.4);
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
	border: 2px solid rgba(0,0,0,1);
}

.swiper-slide[data-x-pos="left"] .content {
	text-align: left;
}

.swiper-slide[data-x-pos="left"] .content p {
	margin: 0;
}

.swiper-slide[data-x-pos="centered"] .content {
	text-align: center;
}

.swiper-slide[data-x-pos="right"] .content {
	width: 50%;
	left: auto;
	right: 0;
}

.swiper-slide[data-x-pos="right"] .content p {
	margin: 0;
}

.swiper-slide[data-x-pos="right"] .content .buttons {
	clear: both;
}

.swiper-slide[data-x-pos="right"] .content p:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-wrapper {
	transition: none!important;
	-webkit-transition: none!important;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-slide {
	-webkit-transition: opacity .4s ease;
	  transition: opacity .4s ease;
}

.nectar-slider-wrap[data-transition="fade"] .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}
.nectar-slider-wrap[data-transition="fade"][data-overall_style="directional"] .swiper-slide:not(.swiper-slide-active) {
	opacity: 1;
}

.swiper-slide .video-wrap {
		position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.swiper-slide .button.transparent_2 .extra-color-gradient-1,
.swiper-slide .button.transparent_2 .extra-color-gradient-2 {
	position: relative;
}

.swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
.swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1);
}
body[data-button-style^="rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^="rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	border-radius: 200px;
}
body[data-button-style^="slightly_rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^="slightly_rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	border-radius: 6px;
}

.swiper-slide .button.transparent_2 .extra-color-gradient-1:hover:before,
.swiper-slide .button.transparent_2 .extra-color-gradient-2:hover:before {
	opacity: 1;
}

.nectar-slider-wrap .swiper-container .mejs-poster {
	background-size: cover;
	-webkit-background-size: cover;
}

.nectar-slider-wrap {
	overflow: hidden;
	position: relative;
	left: 0;
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0 -56px 0 -56px;
}

.full-width-content .wpb_column .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0;
}

body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0 -4.5%;
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
 	padding: 0 50px;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
	padding: 0 100px;
}
@media only screen and ( max-width: 1000px) {
	.full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
		padding: 0;
	}
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
	padding: 0 100px 0 0;
}

.post-area.span_9 .nectar-slider-wrap[data-full-width="true"].first-section, 
.post-area.span_9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
	margin-top: 0;
}

.parallax_slider_outer.first-section {
	margin-bottom: -2px;
	margin-top: -42px;
}

.parallax_slider_outer.first-section .nectar-slider-wrap {
	position: fixed;
	left: 0; 
	-webkit-backface-visibility: hidden;
	z-index: 2;
}

.no-left-margin.first-section .nectar-slider-wrap  {
	left: 0;
}

body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	left: auto; 
}



/*-------------------------------------------------------------------------*/
/*	2.	Slider Controls
/*-------------------------------------------------------------------------*/

.swiper-container .slider-pagination-wrap {
	position: absolute;
	z-index: 20;
	bottom: 25px;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	width: 100%;
	text-align: center;
}

.slider-pagination {
	display: block;
	text-align: center;
	opacity: 0;
	pointer-events: all;
}

.slider-pagination .swiper-pagination-switch {
	border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    width: 10px;
    transition: background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}

.slider-pagination .swiper-pagination-switch:hover {
	background-color: #fff;
}

.swiper-container .slider-pagination .swiper-active-switch,
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch {
    background: none repeat scroll 0 0 #FFFFFF;
}

.swiper-container .slider-pagination svg {
	width: 20px;
	height: 20px;
	top: 50%;
}

.swiper-container .slider-pagination svg circle.time {
	stroke-dashoffset: 180;
	stroke-dasharray: 179;
	stroke: #fff; 
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time) {
	stroke: none;
	fill: rgba(255,255,255,0.3);
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time) {
	fill: rgba(255,255,255,0.5);
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time) {
	stroke: none;
	fill: rgba(0,0,0,0.25);
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-active-switch svg {
	transform: scale(1);
}

.swiper-container .slider-pagination .swiper-active-switch svg circle {
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
	transform: rotate(-81deg);
	transform-origin: center;
}
.swiper-container .slider-pagination .swiper-active-switch.ar-vis svg circle.time {
	stroke-dashoffset: 8;
	-webkit-transition: stroke-dashoffset 700ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
	transition: stroke-dashoffset 700ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg {
	position: absolute;
	top: 0;
	left: 0;
}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg circle:not(.time) {
	stroke: rgba(255,255,255,0.3);
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle:not(.time) {
	stroke: rgba(0,0,0,0.3);
}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time) {
	fill: rgba(0,0,0,0.4);
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle.time {
	stroke: #000;
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.ar-vis) svg circle.time {
	transition-duration: 0s!important;
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-active-switch,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch { 
	background-color: transparent; 
	border: none; 
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch {
	background-color: transparent;
	border: none;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

[data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch,
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch {
	height: 40px;
	width: 40px;
	margin: 0;
}
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch svg,
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch svg {
	top: 10px;
	left: 10px;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch:hover {
	background-color: transparent;
	border: none;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch {
	background-color: transparent;
	width: 26px;
	height: 26px;
	margin: 0;
	position: relative;
	border: none;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i {
	background-color: #e8e8e8;
	border: none;
	display: block;
	position: absolute;
	height: 6px;
	width: 6px;
	top: 10px;
	left: 10px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	transition: all 0.13s ease;
  -moz-transition: all 0.13s ease;
  -webkit-transition: all 0.13s ease;
  -o-transition: all 0.13s ease;
  transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
  border-radius: 50%;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch:hover i {
	background-color: #fff;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i {
	transform: scale(1.7);
	-moz-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	background-color: #fff;
}

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch i {
	background-color: #111;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


.swiper-container .slider-prev, .swiper-container .slider-next {
	position: absolute;
	z-index: 130;
	top: 50%;
	height:54px;
	margin-top: -28px; 
	width: 100%;
}

.swiper-slide .content .buttons {
	position: relative;
}

.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev, 
.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next {
	margin-top: 0;
}

.parallax_slider_outer.first-section .swiper-container .slider-prev, 
.parallax_slider_outer.first-section .swiper-container .slider-next {
	margin-top: 0; 
	-webkit-backface-visibility: hidden;
}


.swiper-container .slider-prev.dark-cs, 
.swiper-container .slider-next.dark-cs {
	background-color: rgba(255,255,255,0.5);
}

.swiper-container .slider-prev.dark-cs:hover, 
.swiper-container .slider-next.dark-cs:hover {
	background-color: rgba(255,255,255,0.8);
}

.slider-prev.dark-cs i, .slider-next.dark-cs i, 
.swiper-container .dark-cs.slider-prev .slide-count span, 
.swiper-container .dark-cs.slider-next .slide-count span {
	color: #000;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}

.swiper-container .slider-prev, 
.swiper-container .slider-next {
	position: absolute;
	z-index: 130;
	display: block;
	color: #fff;
	height: 60px;
	width: 50px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
}

.swiper-container .slider-prev .slide-count span, 
.swiper-container .slider-next .slide-count span {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}

.swiper-container .slider-next .slide-count {
	left: auto;
	right: 0;
}

.swiper-container .slide-count {
	position: absolute;
	left: 0;
	top: 0;
	height: 64px;
	width: 50px;
}

.swiper-container .slider-prev .slide-count i,
.swiper-container .slider-next .slide-count i {
	opacity: 0.7;
	top: 17px;
	line-height: normal;
	font-size: 26px;
	position: relative;
}

.swiper-container .slider-prev .slide-count,
.swiper-container .slider-next .slide-count {
	font-size: 10px;
}

.swiper-container .slide-count .slide-current {
	position: absolute;
	top: 14px;
	left: 15px;
	height: 10px;
	line-height: 10px;
}

.swiper-container .slide-count .slide-current.double-digits {
	top: 16px;
	left: 9px;
}

.swiper-container .slide-count .slide-total {
	position: absolute;
	top: 35px;
	left: 31px;
	height: 10px;
	line-height: 10px;
}

.swiper-container .slider-next {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px; 
}

.parallax_slider_outer .swiper-container .slider-prev {
	left: 0;
}

.parallax_slider_outer .swiper-container .slider-next {
	right: 0;
}

.parallax_slider_outer .swiper-container, 
.parallax_slider_outer.first-section .nectar-slider-wrap {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-backface-visibility: hidden;
}

.swiper-container .slider-prev:hover, .swiper-container .slider-next:hover {
	background-color: rgba(0,0,0,0.8);
}

.swiper-container .slider-prev i, .swiper-container .slider-next i {
	font-size: 21px;
	background-color: transparent;
	line-height: 64px;
}

.swiper-container .slider-prev > i, .swiper-container .slider-next > i {
	width: 20px;
}

.swiper-container .slider-prev > i { 
	position: absolute; 
	padding-right: 0; 
	left: 13px; 
}
.swiper-container .slider-next > i { 
	position: absolute; 
	right: 13px; 
	left: auto;
}

body .swiper-container .slider-prev .slide-count {
	right: 6px;
	left: auto;
	text-align: center;
}

body .swiper-container .slider-next .slide-count {
	left: 6px;
	text-align: center;
}

.swiper-container .slider-next { 
	right: 0; 
	padding-left: 4px;
	opacity: 0;
}

.swiper-container .slider-prev { 
	left: 0; 
	padding-right: 4px;
	opacity: 0;
}

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-next { right: 8px; }
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"][data-parallax="true"] .swiper-container .slider-next { right: 10px; }
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-prev { left: 7px; }


.nectar-slider-wrap[data-fullscreen="true"] .swiper-container, 
.nectar-slider-wrap[data-fullscreen="true"] .swiper-slide,
.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper { 
	height: 100%; 
}

.swiper-slide .video-wrap {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.swiper-slide .video-wrap video {
	top: 0;
	position: relative;
	-webkit-backface-visibility:hidden;
}

.swiper-container .mejs-container .mejs-controls {
	display: none!important;
}

.nectar-slider-wrap .entire-slide-link {
	position: absolute;
	z-index: 100;
	height: 3000px;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: none;
}

.swiper-wrapper .slider-down-arrow {
	height: 60px;
	width: 60px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	z-index: 100;
	left: 50%;
	margin-left: -30px;
}

body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow {
	margin-left: -38px;
}

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
	height: 60px;
	width: 60px;
	font-size: 20px!important;
	color: #fff!important;
	line-height: 60px!important;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
	background-color: transparent;
	padding: 0;
	width: 60px;
	line-height: 50px;
	height: 50px;
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
	width: 80px;
	background-color: transparent;
	padding: 0;
	line-height: 50px;
	height: 50px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
	margin-right: -15px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
	border-radius: 100px;
	width: 50px;
	line-height: 44px;
	height: 50px;
	border: 3px solid #fff;
	max-width: none;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i {
	line-height: 44px;
	height: 50px;
	max-width: none;
	font-size: 60px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	border: none;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs i {
	border: 3px solid #000;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.light-overlay {	
	background-color: rgba(255,255,255,0.8); 
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.dark-overlay {	
	background-color: rgba(0,0,0,0.55); 
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-light-overlay {	
	background-color: rgba(255,255,255,0.4); 
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-dark-overlay {	
	background-color: rgba(0,0,0,0.35); 
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture { 
	transition: background-color 0.4s linear; 
	-webkit-transition: background-color 0.4s linear; 
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.no-trans { 
	transition: none; 
	-webkit-transition: none; 
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs-preview i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs-preview i {
	border: 3px solid #000;
	color: #000;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i {
	position: relative;
	text-align: center;
	left: 38px;
}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i {
	position: relative;
	text-align: center;
	right: 38px;
}

.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next:hover i {
	right: 29px;
}
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev:hover i {
	left: 29px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, 
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
	font-size: 34px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide {
	transition: transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev {
	transition: margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.high-z-index {
	z-index: 1000;
	transform: translate(-161px, 0px);
	-webkit-transform: translate(-165px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index {
	z-index: 1000;
	transform: translate(161px, 0px);
	-webkit-transform: translate(165px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index-static {
	z-index: 1000;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.next-arrow-move {
	margin-right: 3px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.prev-arrow-move {
	margin-left: 15px;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.next-move {
	z-index: 100;
	transform: translate(-40px, 0px);
	-webkit-transform: translate(-40px, 0px);
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-move {
	z-index: 100;
	transform: translate(40px, 0px);
	-webkit-transform: translate(40px, 0px);
}



/*-------------------------------------------------------------------------*/
/*	4.	Responsive
/*-------------------------------------------------------------------------*/


@media only screen and (max-width: 999px) {
	.nectar-slider-wrap[data-bg-animation="ken_burns"]:not([data-overall_style="directional"]) .swiper-slide .slide-bg-wrap {
		-webkit-transform: none;
	  transform: none;
		-webkit-transition: none;
		transition: none;
	}
}


@media only screen and (max-width: 999px) {
	
	.nectar-slider-loading { display: none; }
	.nectar-slider-wrap[data-transition="fade"]:not(.nectar-slider-enabled) .swiper-slide:not(.swiper-slide-active) {
		opacity: 1;
	}
	.swiper-container[data-tho="auto"][data-tco="auto"][data-pho="auto"][data-pco="auto"] .swiper-slide .content {
	    visibility: visible;
	}
	.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content {
		top: 50%!important;
		-webkit-transform: translateY(-50%) translateZ(0);
		transform: translateY(-50%) translateZ(0);
	}
	.nectar-slider-wrap .swiper-slide[data-y-pos="bottom"] .content {
		bottom: 75px!important;
		top: auto!important;
	}
	body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos="top"] .content {
		top: 75px!important;
	}
}

@media only screen and (max-width: 690px) {
	.nectar-slider-wrap .swiper-slide[data-y-pos="bottom"] .content {
		bottom: 50px!important;
		top: auto!important;
	}
	body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos="top"] .content {
		top: 50px!important;
	}
}


@media only screen and (min-width: 690px) and (max-width: 999px){
	
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"] .content {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"][data-y-pos="middle"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"][data-y-pos="middle"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"][data-y-pos="middle"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"][data-y-pos="middle"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"][data-y-pos="middle"] .content {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	
	.swiper-slide[data-tablet-content-width="90%"] .content { width: 90%; }
	.swiper-slide[data-tablet-content-width="80%"] .content { width: 80%; }
	.swiper-slide[data-tablet-content-width="70%"] .content { width: 70%; }
	.swiper-slide[data-tablet-content-width="60%"] .content { width: 60%; }
	.swiper-slide[data-tablet-content-width="50%"] .content { width: 50%; }
	
}


@media only screen and (min-width: 1000px) {
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"] .content {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.swiper-slide[data-desktop-content-width="90%"] .content { width: 90%; }
	.swiper-slide[data-desktop-content-width="80%"] .content { width: 80%; }
	.swiper-slide[data-desktop-content-width="70%"] .content { width: 70%; }
	.swiper-slide[data-desktop-content-width="60%"] .content { width: 60%; }
	.swiper-slide[data-desktop-content-width="50%"] .content { width: 50%; }
	
	.swiper-slide[data-desktop-content-width="80%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="70%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="50%"][data-x-pos="centered"] .content {
		left: 50%;
		transform: translateX(-50%);
	}
	
}



@media only screen and (max-width: 999px) {
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
		margin-top: 0!important;
	}
}

@media only screen and (min-width: 690px) {
	
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap .slider-pagination,
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap .slider-pagination {
		width: 30px;
		display: inline-block;
		line-height: 0;
	}


	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap  {
		text-align: right;
		margin-right: -12px;
	}
	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
		text-align: left;
		margin-left: -12px;
	}

	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap.extra-room {
		margin-left: -65px;
	}
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap.extra-room {
		margin-right: -65px;
	}
	
	.using-mobile-browser .parallax_slider_outer .swiper-slide .container {
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	}

}


@media only screen and (max-width: 999px) {
	[data-parallax="true"][data-parallax-disable-mobile="true"] .swiper-slide .image-bg,
	[data-parallax="true"][data-parallax-disable-mobile="true"] .swiper-slide .video-wrap {
		-webkit-transform: none!important;
		transform: none!important;
		height: 100%!important;
	}
}


/*before loaded*/
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.swiper-container {
		height: 625px;
	}
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	.swiper-container {
		height: 530px;
	}
}

@media only screen and (max-width: 690px) {
	.swiper-container {
		height: 275px;
	}
	#boxed .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
	#boxed .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
		margin-left: -50vw!important;
		left: 50%!important;
		width: 100vw!important;
	}
}


@media only screen and (min-width: 690px) {
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
		width: 80px;
	}
}


@media only screen and (min-width : 690px) and (max-width : 999px) {

	.swiper-container .slider-prev {
		left: 0;
	}

	body .swiper-slide .content h2 {
		font-size: 33px;
		line-height: 57px;
		margin-bottom: 8px;
	}

	body .swiper-slide .content p, 
	body .swiper-slide .content p.transparent-bg span {
		font-size: 13px;
		line-height: 26px;
	}

	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
	#boxed .swiper-slide .content h2 {
		font-size: 22px;
		line-height: 40px;
	}


	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p, 
	#boxed .swiper-slide .content h2 p  {
		font-size: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}


	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p {
		font-size: 17px;
		line-height: 28px;
	}

	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a{
		letter-spacing: 1px;
		font-size: 9px;
		padding: 8px 13px;
	}


	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
		width: 50px;
		font-size: 46px;
	}

	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
		width: 50px;
	}

	.swiper-slide .button a, body div[data-button-sizing="large"] .swiper-slide .button a,
	body div[data-button-sizing="jumbo"] .swiper-slide .button a {
		 padding: 9px 15px;
	}

	.swiper-slide .button.transparent a, 
	.swiper-slide .button.transparent_2 a,
	div[data-button-sizing="large"] .swiper-slide .button.transparent a, 
	div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a,
	div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, 
	div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a {
		padding: 7px 15px;
	}

	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
		padding: 0 80px;
	}

	.nectar-slider-wrap[data-full-width="boxed-full-width"] {
		margin: 0 -42px;
	}

	.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
		padding: 0 50px;
	}

	.swiper-slide .content h2 {
		letter-spacing: -1px;
	}

	.nectar-slider-wrap .swiper-container .swiper-slide .button a {
		font-size: 11px;
	}
	
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
	
	.swiper-slide .content p, 
	.swiper-slide .content h1, 
	.swiper-slide .content h2, 
	.swiper-slide .content h3, 
	.swiper-slide .content h4, 
	.swiper-slide .content .buttons,
	.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span {
		opacity: 1!important;
		padding: 0!important;
	}
	
	.parallax_slider_outer.first-section .nectar-slider-wrap {
		position: relative;
		max-width: 100%;
		overflow-x: hidden;
	}
	
}



@media only screen and (min-width : 690px) and (max-width : 999px) {
		
	body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"], 
	body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
		margin: 0 -7%;
	}

}


@media only screen and (min-width : 1px) and (max-width : 999px) {

	.nectar-slider-wrap {
		margin-top: 0;
		margin-left: -1px;
	}

	body .nectar-slider-loading {
		background-position: center;
		top: 0;
	}

	.nectar-slider-loading .loading-icon {
		height: 100%;
	}

	body .swiper-wrapper .slider-down-arrow { display: none; }
	
	.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow { 
		display: block; 	
		bottom: 0;
		margin-left: -30px;
	}
	.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow i { 
		font-size: 14px!important;
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}

	.parallax_slider_outer.first-section .slider-pagination,
	.nectar-slider-wrap.first-section .slider-pagination {
		padding: 0;
	}

	#boxed .container-wrap .row > .nectar-slider-wrap.first-section[data-full-width="boxed-full-width"][data-parallax="false"] {
		margin-top: -40px;
	}

	.parallax_slider_outer.first-section .nectar-slider-wrap {
		position: relative;
		max-width: 100%;
		overflow-x: hidden;
	}
	.parallax_slider_outer.first-section .nectar-slider-wrap,
	#full_width_portfolio .project-title.parallax-effect {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}

	.parallax_slider_outer.first-section,
	body .parallax-disabled, 
	.parallax-disabled .nectar-slider-wrap {
		margin-top: 0;	
	}

	.parallax_slider_outer.first-section .swiper-slide .content {
		opacity: 1!important;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}

	.parallax_slider_outer.first-section .nectar-slider-wrap {
		left: 1px; 
	}

	.loaded .swiper-slide {
		top: -1px;
	}

	.swiper-slide .mejs-overlay {
		z-index: 1000;
	}

	.swiper-slide .mejs-poster {
		opacity: 1;
	}

	.swiper-slide .content p img {
		max-width: 100%;
	}

	.parallax_slider_outer.first-section .swiper-slide .content,
	.nectar-slider-wrap.first-section .swiper-slide .content {
		margin-top: 3px;	
		margin-left: 2px;
	}

	.parallax_slider_outer.first-section .slider-pagination, 
	.nectar-slider-wrap.first-section .slider-pagination {
		padding-left: 2px;
	}

}


@media only screen and (max-width : 690px) {


	body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
	body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
		margin: 0 -9%;
	}

	.swiper-container .slider-next, 
	.swiper-container .slider-prev {
		display: none;
	}

	.swiper-container .slider-pagination-wrap {
		bottom: 5px;
	}
	
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
		padding-bottom: 7px;
	}
	body .swiper-slide .content .buttons {
		padding-top: 10px;
	}
	.nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
		 font-size: 10px;
		 padding: 7px 11px;
	}

	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent a, 
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent_2 a {
		padding: 5px 11px;
		border-width: 1px;
	}

	body .swiper-container .slider-next,
	body .swiper-container .slider-prev { display: none; }
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch,
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch {
		width: 25px;
		vertical-align: bottom;
		margin-bottom: 0;
		margin: 0;
	}
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap,
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap {
		bottom: 15px;
	}
	body .swiper-container .slider-pagination svg {
		width: 14px;
	}

	.slider-pagination .swiper-pagination-switch {
		height: 8px;
		width: 8px;
	}

	body .nectar-slider-wrap[data-fullscreen="true"]  .swiper-slide .content h2, 
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2  {
		font-size: 33px !important;
		line-height: 57px !important;
		margin-bottom: 8px;
		letter-spacing: -0.5px;
	}

	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p,
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p {
		font-size: 13px !important;
		line-height: 26px !important;
		padding-bottom: 7px;
	}

	.nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a,
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a {
		 font-size: 9px;
		 padding: 8px 13px;
		 letter-spacing: 0.5px;
	}

	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent a,
	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent_2 a {
		 font-size: 9px;
		 padding: 6px 13px;
		 letter-spacing: 0.5px;
	}


	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, #boxed .swiper-slide .content h2 {
		font-size: 16px;
		line-height: 30px;
	}


	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p,
	#boxed .swiper-slide .content p {
		font-size: 6px;
		padding-bottom: 4px;
		line-height: 11px;
	}


	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content,
	.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
		padding: 0 15px;
	}

	.nectar-slider-wrap[data-full-width="boxed-full-width"] {
		margin: 0 -22px;
	}

	.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
		padding: 0 5px;
	}

	.swiper-slide .buttons > div {
		padding-left: 0!important;
	}

	.swiper-slide .content h2 {
			margin-bottom: 3px;
	}

	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
		display: block;
	}

	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
		width: 24px;
		font-size: 24px;
	}

	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i, 
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i  {
		right: 15px;
	}

	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i  {
		left: 15px;
	}

	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
		width: 30px;
	}

}


@media only screen and (min-width: 1000px) {
	.using-mobile-browser .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word, 
	.using-mobile-browser .swiper-slide .content p,
	.using-mobile-browser .swiper-slide .content h2,
	.using-mobile-browser .swiper-slide .content .buttons {
	    opacity: 1!important;
			transform: none;
	}
}

/*---------------------------------------------------------------------------

[Table Of Contents]

1. Hover style
2. Fixed style
3. Minimal style
4. Nectar Love

---------------------------------------------------------------------------*/


/************ 1. Hover style **************/
#single-below-header .nectar-social.hover {
  margin-right: 14px;
}

#single-below-header .nectar-social.hover[data-rm-love="1"] {
  margin-right: 0;
}

.nectar-social.hover {
  position :relative;
}

.nectar-social.hover > *:not(.share-btn) {
  margin-bottom: 14px;
}
.nectar-social.hover > div:not(.share-btn) {
  display: inline-block;
}

#ajax-content-wrap .nectar-social.hover .nectar-love-button span { 
  padding-left: 0;
}

.nectar-social.hover .share-btn i { 
  -webkit-transition: none; 
  transition: none; 
}

.nectar-social.hover .share-btn, 
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
  font-size: 14px;
  line-height: 28px;
}

.nectar-social.hover > div a > span {
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social.hover .share-btn, 
.nectar-social.hover > div a > span {
  cursor: pointer;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn, 
.nectar-social.hover > div a {
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 6px 20px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 100px;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
  color: #888;
}

#single-meta .nectar-social.hover .share-btn {
   padding-left: 20px;
}

.nectar-social.hover .share-btn:hover, 
.nectar-social.hover > div a:hover {
  border-color: rgba(0,0,0,0.5);
}

.nectar-social.hover .nectar-social-inner {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 300px;
}

.nectar-social.hover .share-btn {
  margin-right: 14px;
}

.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"] {
  margin-right: 7px;
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
}


.nectar-social.hover .nectar-social-inner a i {
  font-size: 16px;
}

.nectar-social.hover .nectar-social-inner a {
  transform: translateX(-20px);
  opacity: 0;
  height: 45px;
  width: 45px;
  padding: 0;
  color: #ddd;
  margin: 0 14px 14px 0;
  text-align: center;
  line-height: 43px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
  width: 45px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
  margin: 0 14px 14px 0;
}
.portfolio-items .col .custom-content .nectar-social.hover.visible .share-btn, 
.portfolio-items .col .custom-content .nectar-social.hover.visible .nectar-love-button,
.portfolio-items .col .custom-content .nectar-social.hover:not(.visible) .nectar-social-inner a {
  opacity: 0!important;
}
.portfolio-items .custom-content .nectar-social.hover .nectar-love {
  height: auto;
}

.nectar-social.hover[data-position="right"] .nectar-social-inner a { 
  transform: translateX(20px);
}

.nectar-social.hover[data-position="right"] .share-btn {
  float: right;
  margin-left: 14px;
  margin-right: 0;
}
.nectar-social.hover[data-position="right"]  .nectar-social-inner {
  left: auto;
  text-align: right;
  right: 0;
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
  transition-delay: 0.03s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
 transition-delay: 0.06s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
 transition-delay: 0.09s; 
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
 transition-delay: 0.12s; 
}

.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
  -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
  transition: all 0.4s cubic-bezier(0.25,1,0.33,1), ;
}

.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
  opacity: 0;
  pointer-events: none;
}
.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
  transform: translateX(0px);
  opacity: 1;
}

.nectar-social.hover.visible .nectar-social-inner  {
  pointer-events: all;
}



/************ 2. Fixed style **************/
.nectar-social.fixed > a:before {
  background-color: #000;
}
@media only screen and (max-width:999px){
   .nectar-social.fixed >a{
       transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
        -webkit-transform:scale(0);
        transform:scale(0)
   }
   .nectar-social.fixed{
      margin: 0;
      height:50px;
      pointer-events:none
   }
    .nectar-social.fixed.visible >a{
       -webkit-transform:scale(1);
        transform:scale(1)
   }
    .nectar-social.fixed.visible{
       pointer-events:auto
   }
}

.nectar-social.fixed {
   position:fixed;
    right:34px;
    bottom:34px;
    height:50px;
    width:50px;
    line-height:50px;
    z-index:1000
}
.nectar-social.fixed >a {
   height:50px;
    width:50px;
    line-height:52px;
    text-align:center;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
}
.nectar-social.fixed >a:before{
   display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    height:100%;
    transform: translateZ(0);
    backface-visibility:hidden;
    border-radius:50%
}
.nectar-social.fixed:hover >a:before{
   box-shadow:0 7px 15px rgba(0,0,0,0.2)
}

.nectar-social.fixed >a >[class^="icon-"].icon-default-style{
   font-size:16px;
   height: 50px;
   width: 50px;
   line-height: 50px;
    color:#fff;
    left:-1px;
    top: 0;
    z-index: 10;
    position: relative;
}

.nectar-social.fixed .nectar-social-inner {
   position:absolute;
    height:50px;
    width:50px;
    bottom:0;
    left:0;
    z-index:1;
    text-align:center
}
.nectar-social.fixed .nectar-social-inner a{
   display:block;
    line-height:36px;
    height:36px;
    padding:0;
    margin:0;
    width:36px;
    left:7px;
    position:absolute;
    opacity:0;
    border:none;
    top:0;
    box-shadow:0 7px 15px rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1)
}
.nectar-social.fixed >a:after, 
.nectar-social.fixed .nectar-social-inner a:after{
   background-color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    content:'';
    display:block;
    border-radius:50%
}
.nectar-social.fixed a:after{
   -webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
    transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
}
@keyframes socialButtonFlash{
   0%{
       opacity:0;
        transform:scale(1)
   }
    25%{
       opacity:0.22;
        transform:scale(1.1115)
   }
    100%{
       opacity:0;
        transform:scale(1.23)
   }
}
.nectar-social.fixed:hover >a:after{
   -webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
    animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
}
.nectar-social.fixed a:hover:after{
   opacity:0.2
}
.nectar-social.fixed:hover >a:before{
   -webkit-transform:scale(1.23) translateZ(0);
    transform:scale(1.23) translateZ(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){
   transform:translateY(0px) scale(0);
    -webkit-transform:translateY(0px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){
   -webkit-transform:translateY(-36px) scale(0);
    transform:translateY(-36px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){
   -webkit-transform:translateY(-86px) scale(0);
    transform:translateY(-86px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){
   -webkit-transform:translateY(-136px) scale(0);
    transform:translateY(-136px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){
   -webkit-transform:translateY(-186px) scale(0);
    transform:translateY(-186px) scale(0)
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-56px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-56px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-106px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-106px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-156px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-156px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-206px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-206px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){
   -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform:translateY(-256px) scale(1);
    transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform:translateY(-256px) scale(1);
    opacity:1
}
.nectar-social.fixed:hover{
   height:340px
}
body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i{
   color:#fff;
    font-size:14px;
    top: 0;
    padding-right:0;
    display: block;
}

body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
  height:36px;
  line-height:36px;
  width:36px;
}

.nectar-social.fixed .google-plus-share i{
    font-size:12px
}



/************ 3. Minimal style **************/
.sharing-default-minimal .nectar-social .love-text { display: inline; }

.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
  display: inline-block;
  opacity:1;
  font-size: 15px;
  line-height: 15px;
}

.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
   border-color:#6a75c8;
    color:#6a75c8;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
   border-color:#6abaf7;
    color:#6abaf7;
    transition:all 0.2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
   border-color:#2e82d9;
    color:#2e82d9;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
   border-color:#f00;
    color:#f00;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .facebook-share i{
    height:15px;
    font-size:15px;
    line-height:19px;
    color:#6a75c8;
    padding-right: 3px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share i{
    height:15px;
    font-size:16px;
    line-height:18px;
    padding-right: 3px;
    color:#6abaf7;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .google-plus-share i{
   height:15px;
    font-size:14px;
    line-height:19px;
    padding-right: 3px;
    color:#f05660;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share i{
   height:15px;
    font-size:14px;
    color:#2e82d9;
    padding-right: 3px;
    line-height:16px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share i{
   height:15px;
    font-size:16px;
    color:#f00;
    padding-right: 3px;
    line-height:18px;
    transition:all 0.2s ease
}

/* Minimal coloring */
.sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share,
.nectar-social.vertical .nectar-social-inner a.facebook-share:hover {
   background-color:#6a75c8;
}
.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share,
.nectar-social.vertical .nectar-social-inner a.twitter-share:hover {
   background-color:#6abaf7;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share,
.nectar-social.vertical .nectar-social-inner a.linkedin-share:hover {
   background-color:#2e82d9;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share,
.nectar-social.vertical .nectar-social-inner a.pinterest-share:hover {
   background-color:#f00;
}

.sharing-default-minimal .nectar-social a:hover {
  color:#fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
  margin-top: 0;
  font-size: 15px;
  line-height: 22px;
}

body .sharing-default-minimal .n-shortcode{
   border-right:none!important;
    top:-1px;
    position:relative
}
.col.centered-text .sharing-default-minimal .nectar-social-inner {
  text-align: center;
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
   border:2px solid rgba(0,0,0,0.2);
    padding:7px 9px 7px 30px!important;
    margin-top:50px;
    height:auto!important;
    font-size:12px;
    margin-right:10px;
    line-height:20px;
    position:relative;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love.loved{
   border-color:transparent;
   background-color: #000;
}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i{
    font-size:14px!important;
    margin-right:8px;
    line-height:20px;
    transition:all 0.2s ease
}
#ajax-content-wrap .sharing-default-minimal .nectar-love i, 
body .sharing-default-minimal .hovered .nectar-love i{
   color:rgba(0,0,0,0.2);
    transform:scale(1);
    opacity:1;
    position:relative
}
.sharing-default-minimal .total_loves{
   background-color:rgba(0,0,0,0.2);
   color: #fff;
    border-radius:100px;
    padding:2px 8px!important;
    margin-left:28px;
    float:right;
    line-height:12px;
    transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{
   font-size:10px;
   line-height: 16px;
    opacity:1
}
.sharing-default-minimal .nectar-love:hover{
   background-color:#000
}
.sharing-default-minimal .nectar-love:hover .total_loves, 
.sharing-default-minimal .nectar-love.loved .total_loves{
   background-color:rgba(255,255,255,0.25)
}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{
   content:"\e00e"!important
}

.sharing-default-minimal .total_loves{
   display:block
}
.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
   color:#fff
}

#page-header-bg[data-post-hs="default_minimal"] h1, 
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{
   text-align:center;
    margin:0 auto
}
.sharing-default-minimal{
   text-align:left
}

.sharing-default-minimal .nectar-social-inner >a{
   border:2px solid #000;
    padding:9px 30px!important;
    margin-right:10px
}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a, 
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{
   border-radius:100px;
    line-height:1px;
    margin:10px 13px 10px 0;
    height:auto;
    display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a, 
.sharing-default-minimal .nectar-love{
   line-height:1px;
  margin:10px 13px 10px 0;
  height:auto;
  display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a {
  line-height: 18px;
}

.sharing-default-minimal .nectar-social .facebook-share:hover i, 
.sharing-default-minimal .nectar-social .twitter-share:hover i, 
.sharing-default-minimal .nectar-social .google-plus-share:hover i, 
.sharing-default-minimal .nectar-social .linkedin-share:hover i, 
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i, 
.sharing-default-minimal .nectar-love:hover, 
.sharing-default-minimal .nectar-love.loved i, 
.sharing-default-minimal .nectar-love.loved, 
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
  color:#fff!important
}

.post.masonry-blog-item .post-meta .nectar-love-wrap{
   float:right
}



/************ 4. Nectar Love **************/
.nectar-love-wrap .nectar-love-count {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}
body .nectar-love-wrap .total_loves {
  line-height: 14px;
}
.nectar-love-wrap {
  line-height:19px
}

article.post .post-meta .nectar-love-wrap {
  text-align: center;
}
body .nectar-love-wrap i[class^="icon-"] {
  font-size: 14px;
  height: 14px;
  top: -1px;
  transition: color 0.2s ease;
  line-height: 14px;
}

.nectar-love{
    -webkit-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    width:auto;
    color:inherit;
    line-height:11px;
    font-size:14px;
    display:inline-block 
}

.nectar-love span{
    font-weight:400;
    color:inherit;
    font-size:12px;
    line-height:12px;
    display:inline-block 
}




.nectar-social .social-text,
.nectar-social .love-text,
.nectar-love .love-text { display: none; }

body .pinterest-share i, 
body .facebook-share i, 
body .twitter-share i, 
body .linkedin-share i,
 .nectar-social .icon-default-style.steadysets-icon-share,
 body [class^="icon-"].icon-salient-heart, 
 body [class^="icon-"].icon-salient-heart-2 {
     background-color:transparent;
     border-radius: 0px;
     font-weight:normal;
     font-size:20px;
     height:20px;
     width:auto;
     line-height:20px;
     color:#ddd;
}

.nectar-social.hover .pinterest-share i, 
.nectar-social.hover .facebook-share i, 
.nectar-social.hover .twitter-share i, 
.nectar-social.hover .linkedin-share i {
  color: inherit;
}

.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a  {
  text-decoration: none!important;
}

.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
  margin-top: 40px;
}