.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcdt-wrap, .wpcdt-wrap * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline:none;}
.wpcdt-clearfix:before, .wpcdt-clearfix:after{content: ""; display: table;}
.wpcdt-clearfix::after{clear: both;}
.wpcdt-timer-wrap{position: relative; text-align:center; margin: auto auto 15px auto !important; z-index: 1;}
.wpcdt-clock{width: 100%; margin: 0 auto; line-height: normal;} .time_circles{position: relative;width: 100%;height: 100%;}
.time_circles > div{position: absolute;text-align: center;}
.time_circles > div > h4{margin: 0px;padding: 0px;text-align: center;text-transform: uppercase;}
.time_circles > div > span{display: block;width: 100%;text-align: center;font-size: 300%;margin-top: 0.4em;font-weight: bold;}.esg-line-height-0 {
line-height: 0;
}
.esg-text-left {
text-align: left;
}
.esg-text-right {
text-align: right;
}
.esg-text-center {
text-align: center;
}
.esg-font-normal {
font-style: normal;
}
.esg-font-italic {
font-style: italic;
}
.esg-display-none {
display: none;
}
.esg-display-block {
display: block;
}
.esg-display-inline-block {
display: inline-block;
}
.esg-display-inline {
display: inline;
}
.esg-display-none-i {
display: none !important;
}
.esg-display-block-i {
display: block !important;
}
.esg-display-inline-block-i {
display: inline-block !important;
}
.esg-display-inline-i {
display: inline !important;
}
.esg-hidden {
visibility: hidden;
}
.esg-visible {
visibility: visible;
}
.esg-p-absolute {
position: absolute;
}
.esg-p-relative {
position: relative;
}
.esg-margin-0 {
margin: 0;
}
.esg-margin-t-0 {
margin-top: 0;
}
.esg-margin-b-0 {
margin-bottom: 0;
}
.esg-margin-l-0 {
margin-left: 0;
}
.esg-margin-r-0 {
margin-right: 0;
}
.esg-margin-5 {
margin: 5px;
}
.esg-margin-t-5 {
margin-top: 5px;
}
.esg-margin-b-5 {
margin-bottom: 5px;
}
.esg-margin-l-5 {
margin-left: 5px;
}
.esg-margin-r-5 {
margin-right: 5px;
}
.esg-margin-10 {
margin: 10px;
}
.esg-margin-t-10 {
margin-top: 10px;
}
.esg-margin-b-10 {
margin-bottom: 10px;
}
.esg-margin-l-10 {
margin-left: 10px;
}
.esg-margin-r-10 {
margin-right: 10px;
}
.esg-padding-0 {
padding: 0;
}
.esg-padding-t-0 {
padding-top: 0;
}
.esg-padding-b-0 {
padding-bottom: 0;
}
.esg-padding-l-0 {
padding-left: 0;
}
.esg-padding-r-0 {
padding-right: 0;
}
.esg-padding-15 {
padding: 15px;
}
.esg-padding-t-15 {
padding-top: 15px;
}
.esg-padding-b-15 {
padding-bottom: 15px;
}
.esg-padding-l-15 {
padding-left: 15px;
}
.esg-padding-r-15 {
padding-right: 15px;
}
.esg-f-left {
float: left !important;
}
.esg-f-right {
float: right !important;
}
.esg-f-none {
float: none !important;
}
.esg-color-black {
color: #000000;
}
.esg-color-green {
color: green;
}
.esg-color-red {
color: red;
}
.esg-w100-hauto {
width: 100%;
height: auto;
}
.esg-fullscreen-forcer {
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: auto;
}
.esg-iframe {
position: absolute;
top: 0px;
left: 0px;
display:none;
}
.esg-clearfix:before,
.esg-clearfix:after {
content: " ";
display: table;
}
.esg-clearfix:after {
clear: both;
} .esg-starring {
line-height: 25px;
display: inline-block
}
.esg-starring .star-rating {
float: none;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.esg-starring star-rating span,
.esg-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.lazyloadcover {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
width: 100%;
height: 100%;
}
.esg-lazyblur {
background-repeat: no-repeat;
filter: blur(25px);
-webkit-filter: blur(25px);
-moz-filter: blur(25px);
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}
.esg-media-poster {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-size: cover;
background-position: center center;
z-index: 10;
opacity: 0;
}
.esg-video-active .esg-media-poster {
z-index: 0
}
.esg-vimeo-frame {
background: black
} .esg-grid .no-filter-message { position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
}
.esg-grid .esg-loadmore-wrapper + .no-filter-message {
position: relative;
display: block;
text-align: center;
} .esg-grid.show-message .no-filter-message {
transition-duration: 1s;
visibility: visible;
opacity: 1;
} .esg-hover-image {
display: none
}
.esg-media-poster .esg-hover-image {
display: block;
width: inherit;
height: inherit;
background-size: inherit;
background-position: inherit;
visibility: hidden;
opacity: 0
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}
.esg-grid {
width: 100%;
max-width: 100%;
font-family: 'Open Sans', sans-serif;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
transform: translateZ(0px)
}
@-moz-document url-prefix() {
.esg-grid {
transform: none !important
}
}
.esg-grid .mainul,
.esg-grid .mainul > li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-grid * {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
} .esg-grid ul,
.esg-grid li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-overflowtrick {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 1;
}
.esg-overflowtrick + .esg-filters:not(.esg-navbutton-solo-left):not(.esg-navbutton-solo-right) {
z-index: 0 !important;
}
.esg-container {
position: relative;
width: 100%;
height: auto;
}
.esg-container > ul,
.esg-overflowtrick > ul {
width: 100%;
max-width: 100%;
height: 0px;
position: relative;
overflow: visible;
}
.esg-grid li {
border: 0px solid transparent;
outline: 0px solid transparent;
visibility: hidden;
display: none;
}
.esg-grid a {
border: none;
text-decoration: none
}
.esg-grid a:hover,
.esg-grid a:focus {
text-decoration: none;
border: none;
}
.esg-clear {
clear: both;
height: 5px !important;
background: none !important;
}
.esg-clear-no-height,
.eg-clearfix {
clear: both;
height: 0px !important;
background: none !important;
}
.esg-line-break {
height: 5px;
visibility: hidden;
}
.esg-divide-5 {
width: 100%;
height: 5px
}
.esg-divide-15 {
width: 100%;
height: 15px
}
.esg-divide-20 {
width: 100%;
height: 20px
}
.esg-divide-22 {
width: 100%;
height: 22px
}
.esg-divide-30 {
width: 100%;
height: 30px
}
.esg-click-to-play-video {
cursor: pointer
}
.esg-entry-media iframe {
-webkit-transform-style: flat;
-webkit-transform: translateZ(1000px);
border: 0;
} .esg-container .tp-esg-item {
position: absolute;
top: 0px;
left: 0px;
}
.esg-container .tp-esg-item {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.esg-container .tp-esg-item .blackoverlay {
width: 100%;
height: 100%;
position: absolute;
background: #000;
top: 0px;
left: 0px;
}
.tp-esg-item {
z-index: 5
}
.tp-esg-item.itemonotherpage {
z-index: 0;
display: none;
} .esg-entry-cover {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
border: 0px solid transparent;
outline: 0px solid transparent;
}
.eec {
display: block;
width: auto;
height: auto;
position: absolute !important;
font-size: 20px;
text-align: center
}
.esg-entry-cover > .eec {
z-index: 2;
pointer-events: none;
}
.esg-entry-cover > .eec > * {
pointer-events: all;
}  .esg-tc {
top: 0px;
left: 0px;
width: 100%;
}
.esg-lc {
top: 0px;
left: 0px;
height: 100%;
}
.esg-cc {
top: 0px;
left: 0px;
width: 100%;
vertical-align: middle;
}
.esg-rc {
top: 0px;
right: 0px;
height: 100%;
}
.esg-bc {
bottom: 0px;
left: 0px;
width: 100%;
} .esg-tc .ess-tb-cell {
text-align: center;
vertical-align: top;
} .esg-lc .ess-tb-cell {
text-align: left;
vertical-align: middle;
}
.esg-cc .ess-tb-cell {
}
.esg-rc .ess-tb-cell {
text-align: right;
vertical-align: middle;
} .esg-blc .ess-tb-cell {
text-align: left;
vertical-align: bottom;
}
.esg-bc .ess-tb-cell {
text-align: center;
vertical-align: bottom;
}
.esg-brc .ess-tb-cell {
text-align: right;
vertical-align: bottom;
}
.esg-bc .leftalign {
text-align: left;
} .esg-entry-media {
position: relative;
border: 0px solid transparent;
outline: 0px solid transparent;
overflow: hidden;
}
.esg-entry-media {
width: 100%;
}
.esg-entry-media img {
width: 100%;
height: auto;
max-width: none !important;
min-width: none !important
}
.esg-layout-masonry .esg-entry-media img {
line-height: 0px;
vertical-align: bottom;
display: inline-block;
}
.esg-layout-even .esg-entry-media img {
display: none
}
.esg-media-cover-wrapper {
position: relative;
width: 100%;
backface-visibility: hidden
}
.esg-layout-even .esg-media-cover-wrapper {
height: 100%;
}
.esg-entry-media-wrapper {
z-index: 0;
}
.esg-entry-media-wrapper-even {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper-not-even {
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper .esg-video-frame {
background: #000;
}
.esg-entry-media-wrapper-item-layout {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
} .esg-entry-cover .esg-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0px solid transparent;
outline: 0px solid transparent;
} .esg-layout-even .esg-entry-content {
display: none;
}
.esg-entry-content {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
} .navigationbuttons,
.esg-pagination,
.esg-filters {
position: relative;
z-index: 50;
-webkit-backface-visibility: hidden;
}
.esg-grid .esg-pagination {
z-index: 100;
-webkit-backface-visibility: hidden;
} .esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,
.esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-sortbutton-order .tp-desc {
text-align: center
} .esg-nav-by-shortcode {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center
}
.esg-nav-by-shortcode .esg-navbutton-solo-right,
.esg-nav-by-shortcode .esg-navbutton-solo-left {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto
}
.esg-nav-by-shortcode .esg-filter-wrapper {
visibility: visible;
} .esg-singlefilters .esg-filter-checked {
display: none;
-webkit-backface-visibility: hidden;
}
.esg-filter-wrapper {
display: inline-block;
}
.esg-sortbutton-wrapper {
display: inline-block;
}
.esg-cartbutton-wrapper {
display: inline-block
} .esg-filter-wrapper.dropdownstyle {
min-width: 100px;
cursor: pointer;
position: relative;
z-index: 1500;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(1px);
transform: translateZ(1px)
}
.esg-filter-wrapper.dropdownstyle.esg-skin-preview {
z-index: 1570;
visibility: visible;
}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
display: block;
margin-right: 0px;
margin-bottom: 5px;
}
.esg-filter-wrapper.dropdownstyle .esg-filter-checked {
margin-right: 5px;
margin-left: 0px;
}
.esg-dropdown-wrapper {
display: none;
position: absolute;
padding: 20px;
top: 100%;
backface-visibility: hidden;
transform: translateZ(10px);
}
.esg-selected-filterbutton {
color: #999;
margin-right: 5px;
cursor: pointer;
padding: 0px 15px 0px 10px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
display: inline-block;
background: rgba(0, 0, 0, 0);
margin-bottom: 5px;
width: 100%;
}
.esg-selected-filterbutton.hovered {
color: #444;
}
.esg-selected-filterbutton .eg-icon-down-open {
display: inline-block;
vertical-align: top;
width: 29px;
line-height: inherit;
font-size: 9px;
font-weight: 700;
color: #999;
background: rgba(0, 0, 0, 0);
text-align: center;
} .esg-sortbutton-order.tp-desc {
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
.esg-sorting-select {
cursor: pointer;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-appearance: menulist-button;
}
.esg-filters.esg-navbutton-solo-left {
position: absolute;
left: 0px;
top: 50%;
z-index: 800
}
.esg-filters.esg-navbutton-solo-right {
position: absolute;
right: 0px;
top: 50%;
z-index: 800;
}
.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left {
margin-left: 0px !important;
margin-right: 0px !important;
-webkit-transform-style: flat;
-webkit-transform: translateZ(5000px)
} .eg-leftright-container {
float: left;
width: 310px;
margin-right: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
}
.eg-leftright-container.dark {
background: #1e1e1e
}
.eg-leftright-container .pagination {
position: absolute;
bottom: 0px;
}
.eg-leftright-container .esg-filters {
padding: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.eg-leftright-container .esg-filterbutton {
display: block;
margin: 0px 0px 5px 0px
}
.eg-leftright-container .esg-filter-wrapper {
display: block;
margin-right: 0px;
} .eg-ajaxtarget-container {
position: relative;
width: 100%;
height: auto;
}
.eg-ajaxanimwrapper {
position: relative;
overflow: hidden;
} .tp-esg-item .add_to_cart_button.loading:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.esg-loader {
top: 50%;
left: 50%;
z-index: 10000;
position: absolute;
}
.infinityscollavailable.esg-loader {
position: relative;
top: auto;
left: 50%;
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.esg-loader.spinner0 {
width: 40px;
height: 40px;
background: url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner5 {
background: url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;
background-color: #fff;
margin: -22px -22px;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes esg-rotateplane {
0% {
-webkit-transform: perspective(120px)
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
@keyframes esg-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.esg-loader.spinner2 {
width: 40px;
height: 40px;
margin-left: -20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
animation: esg-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes esg-scaleout {
0% {
-webkit-transform: scale(0.0)
}
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes esg-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.esg-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.eg-search-wrapper .esg-loader.spinner3 {
margin-top: -30px !important
}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -25px !important
}
.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -22px !important
}
.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
animation: esg-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.esg-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.esg-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes esg-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.esg-loader.spinner4 {
margin: 0px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: esg-rotate 2.0s infinite linear;
animation: esg-rotate 2.0s infinite linear;
}
.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
animation: esg-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.esg-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes esg-rotate {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes esg-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes esg-bounce {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} [class^="eg-icon-"]:before,
[class*=" eg-icon-"]:before {
font-family: "eg-font";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
}
.esg-grid [class^="pe-7s-"]:before,
.esg-grid [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke';
display: inline-block;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
} .esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton {
margin-right: 0 !important;
}
.esg-singlefilters .esg-filter-checked {
display: none !important
} .eg-ajaxclicklistener {
cursor: pointer
}
.eg-ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.eg-ajax-video-container.widevideo {
padding-bottom: 50%;
}
.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.forcenotvisible {
visibility: hidden !important
}
.forcenotdisplay {
display: none !important
} input.eg-search-input[type="text"],
.eg-search-input {
display: inline-block
}
.eg-search-submit,
.eg-search-clean {
display: inline-block;
width: auto;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
text-align: center;
vertical-align: top
}
.eg-search-submit,
.eg-search-clean {
cursor: pointer
}
.eg-search-wrapper {
vertical-align: top;
line-height: 40px;
}
input.eg-search-input[type="text"] {
font-family: "Open Sans", sans-serif;
outline: none !important;
margin: 0px 0px 5px !important;
padding: 8px 15px;
vertical-align: top;
box-sizing: border-box
} .eg-ajax-closer-wrapper {
display: block;
z-index: 51000;
position: relative
}
.eg-ajax-navbt {
cursor: pointer;
display: inline-block;
margin-right: 5px;
}
.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
margin-right: 0px
}
.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl {
text-align: left;
}
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br {
text-align: right;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b {
text-align: center;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl {
margin-bottom: 5px;
}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b {
margin-top: 5px;
}
.eg-acp-inner {
display: block;
position: absolute;
z-index: 50;
margin: 5px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t {
top: 0px;
}
.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b {
bottom: 0px;
}
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl {
left: 0px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br {
right: 0px;
}
.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.eg-ajax-navbt {
line-height: 21px;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: uppercase;
padding: 1px 1px 0px 0px;
font-size: 11px;
font-weight: 400;
}
.eg-ajax-closer.eg-ajax-navbt {
padding: 1px 5px 1px 3px;
vertical-align: top;
}
.eg-acp-light .eg-ajax-navbt {
background: #e5e5e5;
color: #000;
}
.eg-ajax-closer.eg-ajax-navbt i {
font-size: 13px;
}
.eg-ajax-navbt i {
font-size: 16px;
}
.eg-ajax-closer-wrapper.eg-acp-type1 {
margin: 0;
}
.eg-acp-type1 .eg-ajax-navbt {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 10px;
margin: 0px;
}
.eg-acp-type1 .eg-ajax-navbt i {
font-size: 20px;
}
.eg-acp-type1 .eg-ajax-navbt {
width: 40px;
height: 40px;
text-align: center;
vertical-align: medium !important;
line-height: 40px;
padding: 0px;
}
.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
vertical-align: top;
font-size: 24px;
font-weight: 300;
font-family: sans-serif;
height: auto;
line-height: 28px;
padding: 8px 0px 4px;
}
span.eg-el-amount:before {
content: "("
}
span.eg-el-amount:after {
content: ")"
}
span.eg-el-amount {
margin-left: 10px;
}
.esg-dropdown-wrapper span.eg-el-amount {
margin-left: 5px;
} .esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {
width: 50% !important
}
.esg-split-content .esg-media-cover-wrapper:after {
content: "";
display: table;
clear: both
}
.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {
float: right
}
.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {
float: left
}
.esg-split-content .esg-entry-media {
height: 100% !important
}
.esg-split-content .esg-entry-cover {
position: relative !important
}
.esg-split-content .esg-entry-content {
clear: both
} .grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%)
}  .esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
overflow: visible !important
}
.esg-revealed .esg-itm-anime .tp-esg-item {
-webkit-mask-image: none !important
}
.esg-revealed .esg-itm-anime .tp-esg-item:hover {
z-index: 9999 !important;
transform: none !important
}
.esg-revealed .esg-anime-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.esg-anime-blur .esg-entry-media {
transform: scale(1.15, 1.15) !important;
transform-origin: center center !important
} .eg-invisiblebutton {
box-shadow: none !important;
height: inherit !important;
display: block !important;
}
.esg-media-cover-wrapper > .eg-invisiblebutton {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.esg-entry-cover > .eg-invisiblebutton {
position: relative;
z-index: 1;
}
.esg-lb-dummy {
max-width: none !important;
box-shadow: none !important;
position: absolute;
display: none
} @media screen and (max-width: 736px) {
.eg-lightbox-post-content-inner > div {
width: 100% !important;
float: none !important;
}
.eg-lightbox-post-content-inner .esg-post-featured-img {
padding: 30px 0 !important;
}
}
.esgbox-stage .esgbox-slide > *:not(.esgbox-share) {
margin: 0;
padding: 0
}
.esgbox-stage .esgbox-slide > .esgbox-loading {
margin-top: -30px;
margin-left: -30px
}
.esgbox-toolbar .esgbox-button {
transition: background 0.2s ease-out
}
.esgbox-toolbar .esgbox-button:focus,
.esgbox-toolbar .esgbox-button:active,
.esgbox-toolbar .esgbox-button:visited {
background: rgba(30, 30, 30, .6)
}
.esgbox-toolbar .esgbox-button:hover {
background: #000
}
.esgbox-navigation .esgbox-button:before {
transition: background 0.2s ease-out
}
.esgbox-navigation .esgbox-button:focus:before,
.esgbox-navigation .esgbox-button:active:before,
.esgbox-navigation .esgbox-button:visited:before,
.esgbox-navigation .esgbox-button[disabled]:hover:before,
.esgbox-toolbar .esgbox-button[disabled]:hover {
background: rgba(0, 0, 0, .6)
}
.esgbox-navigation .esgbox-button:hover:before {
background: rgba(0, 0, 0, .6)
}
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {
display: none !important
}
.esgbox-single .esgbox-button--arrow_left,
.esgbox-single .esgbox-button--arrow_right {
display: none !important
}
.esgbox-slide--video iframe {
width: 100% !important;
height: 100% !important;
max-width: 100%;
max-height: 100%;
}
.esg-four-by-three .esgbox-slide--video iframe {
width: 800px;
height: 600px;
}
.esgbox-container .esgbox-button--arrow_right:hover,
.esgbox-container .esgbox-button--arrow_right:focus,
.esgbox-container .esgbox-button--arrow_left:hover,
.esgbox-container .esgbox-button--arrow_left:focus {
background: rgba(0, 0, 0, .6)
} .esg-filter-wrapper {
visibility: hidden
}
#eg-elements-container-grid-wrap.eg-startheight {
height: 351px;
}
.esg-mobile-filter-button {
display: none
}
.esg-filter-wrapper.dropdownstyle .esg-mobile-filter-button {
display: inline-block;
}
.esg-mobile-filter-wrap {
visibility: visible
}
.esg-mobile-filter-wrap .esg-dropdown-wrapper {
display: none !important;
visibility: hidden !important
} .eg-esgblankskin-wrapper * {
visibility: hidden !important
} .eg-item-in-focus {
z-index: 999 !important
} .esg-cover-overflow {
overflow: hidden
} .esg-transition[data-transition^='esg-collapse'] {
overflow: hidden
}
.esg-transition[data-transition^='esg-collapse']:before,
.esg-transition[data-transition^='esg-collapse']:after {
position: absolute;
content: ""
}
.esg-transition[data-transition^='esg-collapsevertical']:before,
.esg-transition[data-transition^='esg-collapsevertical']:after {
width: 100%;
height: 0%;
left: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:before {
top: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:after {
bottom: 0
}
.esg-transition[data-transition='esg-collapseverticalout']:before,
.esg-transition[data-transition='esg-collapseverticalout']:after {
height: 50%
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before,
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
width: 0%;
height: 100%;
top: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before {
left: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
right: 0
}
.esg-transition[data-transition='esg-collapsehorizontalout']:before {
width: 50%
}
.esg-transition[data-transition='esg-collapsehorizontalout']:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:after {
height: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:after {
height: 0
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:after {
width: 0
} .esg-transition[data-transition^="esg-line"]:after {
content: "";
position: absolute;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.esg-transition[data-transition="esg-linediagonal"]:after,
.esg-transition[data-transition="esg-linehorizontal"]:after,
.esg-transition[data-transition="esg-linevertical"]:after {
transform: scale(0)
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:after {
transform: scale(1)
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:after {
transform: scale(0)
} .esg-transition[data-transition^="esg-spiral"]:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: 100%;
background-size: contain;
background-repeat: no-repeat;
transform-origin: center;
transform: translate(-50%, -50%) rotate(0deg) scale(0);
}
.esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(0deg) scale(0)
} .esg-transition[data-transition^="esg-circlezoom"]:before,
.esg-transition[data-transition^="esg-circlezoom"]:after {
content: "";
position: absolute;
width: 150%;
height: 150%;
padding-bottom: 150%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0, 0);
border-radius: 50%;
box-sizing: border-box;
}
.esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(0, 0)
}
.esg-transition[data-transition^="esg-line"]:before,
.esg-transition[data-transition^="esg-spiral"]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
opacity: 0;
}
.esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 0
} .esg-overlay.esg-cover-blend-multiply {
mix-blend-mode: multiply
}
.esg-overlay.esg-cover-blend-screen {
mix-blend-mode: screen
}
.esg-overlay.esg-cover-blend-overlay {
mix-blend-mode: overlay
}
.esg-overlay.esg-cover-blend-darken {
mix-blend-mode: darken
}
.esg-overlay.esg-cover-blend-lighten {
mix-blend-mode: lighten
}
.esg-overlay.esg-cover-blend-color-dodge {
mix-blend-mode: color-dodge
}
.esg-overlay.esg-cover-blend-color-burn {
mix-blend-mode: color-burn
}
.esg-overlay.esg-cover-blend-hard-light {
mix-blend-mode: hard-light
}
.esg-overlay.esg-cover-blend-soft-light {
mix-blend-mode: soft-light
}
.esg-overlay.esg-cover-blend-difference {
mix-blend-mode: difference
}
.esg-overlay.esg-cover-blend-exclusion {
mix-blend-mode: exclusion
}
.esg-overlay.esg-cover-blend-hue {
mix-blend-mode: hue
}
.esg-overlay.esg-cover-blend-saturation {
mix-blend-mode: saturation
}
.esg-overlay.esg-cover-blend-color {
mix-blend-mode: color
}
.esg-overlay.esg-cover-blend-luminosity {
mix-blend-mode: luminosity
} .source_type_stream .esg-filter-wrapper,
.source_type_nextgen .esg-filter-wrapper,
.source_type_rml .esg-filter-wrapper {
display: none !important;
} [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke'
}  #esg_search_wrapper {
height: auto;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 20000;
}
#esg_search_wrapper .esg-filter-wrapper, #esg_search_wrapper .esg-pagination {
margin-left: 0 !important;
}
#esg_big_search_wrapper {
padding-top: 0;
position: relative;
}
#esg_big_search_wrapper .bigsearchfield {
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-top-colors: none !important;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
border:none !important;
border-bottom:2px solid #333 !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: relative;
width: 100%;
z-index: 10;
height:50px !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
}
#esg_big_search_wrapper::-ms-clear { display: none; }
#esg_big_search_wrapper .bigsearchfield::-ms-clear { display: none; }
#esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(255, 255,255, 0) !important;
border: medium none !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: absolute !important;
top: 7px !important;
width: 100%;
z-index: 5;
height:50px !important;
}
.esg_big_search_close {
color: #333;
cursor: pointer;
font-size: 40px;
font-weight: 400;
position: absolute;
right: 30px;
top: 50px;
z-index: 20;
}
.esg_searchresult_title {
color: #333;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 30px;
text-transform: uppercase;
}
#esg_search_bg {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 19999;
}
.esg_searchcontainer {
box-sizing: border-box;
padding: 40px;
position: relative;
width: 100%;
}
.esg_searchresult {
color: #333;
font-size: 17px;
font-weight: 600;
line-height: 26px;
} #esg_big_search_wrapper.dark .bigsearchfield {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border-bottom:2px solid #fff !important;
color: #fff !important;
}
.dark #esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: #fff !important;
}
.dark .esg_big_search_close {
color: #fff;
}
.dark .esg_searchresult_title {
color: #fff;
}
#esg_search_bg.dark {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
.dark .esg_searchresult {
color: #fff;
}@font-face {
font-family: 'eg-font';
src: url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117);
src: url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117) format('woff'),
url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117) format('truetype'),
url(//meerfun.dekblauwestad.nl/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?85610117#egfont) format('svg');
font-weight: normal;
font-style: normal;
}
.eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-mail:before { content: '\e868'; } .eg-icon-mail-alt:before { content: '\e869'; } .eg-icon-heart:before { content: '\e86a'; } .eg-icon-heart-empty:before { content: '\e86b'; } .eg-icon-star:before { content: '\e86c'; } .eg-icon-star-empty:before { content: '\e86d'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-plus:before { content: '\e86e'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-minus:before { content: '\e86f'; } .eg-icon-minus-circled:before { content: '\e870'; } .eg-icon-minus-squared:before { content: '\e871'; } .eg-icon-minus-squared-alt:before { content: '\e872'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-tag:before { content: '\e85c'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-export-1:before { content: '\e873'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-desktop:before { content: '\e85d'; } .eg-icon-laptop:before { content: '\e85e'; } .eg-icon-tablet:before { content: '\e85f'; } .eg-icon-mobile:before { content: '\e860'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-sort:before { content: '\e895'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-coffee:before { content: '\e896'; } .eg-icon-food:before { content: '\e897'; } .eg-icon-medkit:before { content: '\e898'; } .eg-icon-puzzle:before { content: '\e899'; } .eg-icon-apple:before { content: '\e89a'; } .eg-icon-facebook:before { content: '\e89b'; } .eg-icon-gplus:before { content: '\e89c'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-picture:before { content: '\e800'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-thumbs-up-1:before { content: '\e8a9'; } .eg-icon-thumbs-down:before { content: '\e8aa'; } .eg-icon-download-1:before { content: '\e8ab'; } .eg-icon-upload-1:before { content: '\e8ac'; } .eg-icon-reply-1:before { content: '\e8a8'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-rss-1:before { content: '\e8c8'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-mini:before { content: '\e822'; } .eg-icon-right-open-mini:before { content: '\e823'; } .eg-icon-left-open-big:before { content: '\e824'; } .eg-icon-right-open-big:before { content: '\e825'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-right:before { content: '\e826'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-back-in-time:before { content: '\e821'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-flickr-circled:before { content: '\e8b5'; } .eg-icon-vimeo:before { content: '\e8b6'; } .eg-icon-vimeo-circled:before { content: '\e8b7'; } .eg-icon-twitter-1:before { content: '\e8b8'; } .eg-icon-twitter-circled:before { content: '\e8b9'; } .eg-icon-facebook-1:before { content: '\e8ba'; } .eg-icon-facebook-circled:before { content: '\e8bb'; } .eg-icon-facebook-squared:before { content: '\e8bc'; } .eg-icon-gplus-1:before { content: '\e8bd'; } .eg-icon-gplus-circled:before { content: '\e8be'; } .eg-icon-pinterest:before { content: '\e8bf'; } .eg-icon-pinterest-circled:before { content: '\e8c0'; } .eg-icon-tumblr-1:before { content: '\e8c1'; } .eg-icon-tumblr-circled:before { content: '\e8c2'; } .eg-icon-linkedin:before { content: '\e8c3'; } .eg-icon-linkedin-circled:before { content: '\e8c4'; } .eg-icon-dribbble:before { content: '\e8c5'; } .eg-icon-dribbble-circled:before { content: '\e8c6'; } .eg-icon-picasa:before { content: '\e8c7'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-align-justify:before { content: '\e861'; } .eg-icon-wistia:before { content: '\e89f'; } .eg-icon-wistia-squared:before { content: '\e89e'; }.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%;
max-width: 100% !important;
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 {
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
border-radius: 50%;
margin-bottom: 0px;
margin-right: 2px;
object-fit: cover;
}
.pmagic .pm-group-description .pm-group-leader-small img:not(:first-child) {
margin-left: 8px;
}
.pmagic .pm-group-description .pm-group-leader-small a{
text-decoration: none;
}
.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;
min-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%;
min-height: 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;
padding: 10px 15px;
cursor: pointer;
transition: 0.2s;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}
.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;
margin: 0px auto;
}
.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%
}
.pg-mobile-479 .pmagic .pm-group-view .pm-group-icon {
max-width: 100%;
}
.pg-mobile-479 .pmagic .pm-group-view .pm-group-icon .pm-single-group-badge {
text-align: center;
}
.pg-mobile-479 .pmagic .pm-group-container .pm-group.pm100{
width: 100%;
margin: 10px 0px;
}
.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 #pg-about .pm-section .pm-section-nav-vertical ul li .pm-section-group-name{
font-size: 80%;
margin-left: 0px;
display: inline-block;
width: 100%;
color: #646060;
}
.pmagic .pm-group-view #pg-about .pm-section .pm-section-nav-vertical ul li:last-child{
border-bottom:0px; 
}
.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 form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"]{
font-size: 16px;
padding: 10px 15px;
cursor: pointer;
transition: 0.2s;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}
.pg-edit-action-wrap .pm-edit-action input[type="submit"],
.pmagic form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"]{
background-color: #eee;
background-color: rgba(0,0,0,0.80);
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,0.9);
color: #fff;
color: rgba(255,255,255,1);
font-size: 16px;
cursor: pointer;
transition: 0.2s;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.25);
}
.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 .pg-group-form-field-icon .pm-form-field-icon{
width: auto;
margin-right: 4px;
}
.pmagic .pm-form-field-icon:empty{
display: none;
}
.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:not(.pmagic .pm-radio-option input[type=radio]):not(.pmagic .pm-radio-option input[type=checkbox]),
.pmagic .pmrow select,
.pmagic .pmrow textarea {
width: 100%
}
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="text"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="password"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="email"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="url"],
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="file"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="number"], 
.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea,
.pmagic .pg-group-reg-form .pmrow .pm-field-input select{
background-color: #fff;
background-color: rgba(255,255,255,0.33);
box-sizing: border-box;
color: #333;
color: rgba(0,0,0,0.75);
display: block;
float: none;
font-size: 13px;
border: 1px solid #ccc;
border: 1px solid rgba(128,128,128,0.5);
padding: 6px 10px;
height: 38px;
width: 100%;
line-height: 1.3;
border-radius: 3px;
box-shadow: none!important;
transition: background-color 0.2s, border 0.2s;
}
.pmagic .pg-group-reg-form .pmrow .pm-field-input select[multiple]{
height: auto;
}
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="text"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="password"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="email"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="url"]:hover,
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="file"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="number"]:hover, 
.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea:hover,
.pmagic .pg-group-reg-form .pmrow .pm-field-input select:hover
{
background-color: rgba(255,255,255,0.66);
border: 1px solid rgba(128,128,128,0.66);
outline: none!important;
}
.pmagic .pg-group-reg-form .pmrow .pm-field-input.pm_user_url input[type="text"]:first-child{
margin-bottom: 10px;
}
.pmagic .pg-group-reg-form .pmrow .pm-field-input textarea {
min-height: 100px;
resize: vertical;
}
.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-radio-option{
display: inline-flex;
align-items: center;
margin-bottom: 10px;
}
.pmagic .pm-radio-option input[type=checkbox],
.pmagic .pm-radio-option input[type=radio]{
margin-right: 5px;
}
.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]:not( body.theme-twentytwenty-one .pmagic .pm-radio-option input[type=checkbox]),
.pmagic .pm-radio-option input[type=radio]:not( body.theme-twentytwenty-one .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: 100%;
text-align: left;
}
.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;
margin-bottom: 4px;
}
.pmagic .pm-accordian-title.ui-accordion-header {
position: relative;
}
.pmagic .pm-accordian-title.ui-accordion-header::before {
font-family: FontAwesome;
content: "\f105";
position: absolute;
right: 14px;
color: rgb(143 143 143);
}
.pmagic .pm-accordian-title.ui-accordion-header.ui-accordion-header-active::before{
content: "\f107";
}
.pmagic .pm-accordian-content {
height: auto!important;
max-width: 750px;
margin-top: 30px;
}
.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;
max-width: 100% !important;
}
#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;
padding: 6px 10px;
height: 38px;
}
.theme-astra .pmagic .pm-search-box input[type=text].pm-search-input:focus,
.theme-astra .pmagic .pm-search-box input[type=text].pm-search-input:active{
border-width: 1px;
border-style: solid;
outline: 1px;
}
.theme-astra .pmagic .pmrow .pm-field-input input:focus,
.theme-astra .pmagic .pmrow .pm-field-input input:active{
border-width: 1px;
border-style: solid;
outline: 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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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: 30px;
}
.pmagic .pm-notification-close svg {
fill: #8a8989;
height: 18px;
}
.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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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(//meerfun.dekblauwestad.nl/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;
box-sizing: border-box;
}
#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 10px
}
#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 !important;
height: 50px !important;
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 {
border-bottom: 1px solid #e1e1e1;
padding: 10px 0px;
margin: 20px 0px;
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-members-sortby {
margin-top: 2px
}
.pmagic .pg-group-filters-head .pg-group-filter-rs .pg-members-sortby .pg-sort-view{
display: inline-flex;
}
.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%;
height: auto;
}
.pmagic .pm-all-group-container .pm-group-list-view .pm-group-name-desc {
width: 65%;
padding: 0px 12px 0px 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
}
.pmagic .pm-group-cards-shortcode-title {
text-decoration: none !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 .pm-search-box-wrap .pm-search-box {
padding: 10px;
border: 0px;
margin: 0px;
}
#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 {
margin: 0px;
padding: 0px;
border: 1px solid #e1e1e1;
text-align: left;
}
#pm-advance-search-form #advance_search_pane .pm-search-box select {
width: 100%;
max-width: 100% !important;
}
#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;
} .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%;
} .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){ }
#chat_message_form{
width: 100%;
display: inherit;
}
button#send_msg_btn {
width: 40px;
padding: 0px 0px 0px 5px;
height: 35px;
background: none;
border: 0px;
outline: none !important;
cursor: pointer;
}
.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 .pg-msg-thread-wrap {
display: flex;
align-items: center;
}
.pg-msg-thread-wrap .pg-new-thread {
display: inline-flex;
font-size: 12px;
}
.pg-msg-thread-wrap .pg-new-thread svg {
width: 16px;
margin-right: 2px;
}
.pg-msg-thread-wrap .pg-thread-icon {
line-height: 4px;
}
.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-msg-thread-wrap .pg-new-thread,
.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%;
}  .pmagic .pm-login-box .pmagic-form .pg-toggle-password {
float: right;
cursor: pointer;
margin-right: 6%;
margin-top: -25px;
z-index: 999;
position: relative;
}  body.theme-twentytwenty-three .pmagic,
body.theme-twentytwenty .pmagic,
body.theme-twentytwenty-one .pmagic,
body.theme-twentytwenty-two .pmagic:not(body.theme-twentytwenty-two .pmagic.pg-payment-modal){  
display: inline-flex;
}
body.theme-twentytwenty-one .pmagic{
justify-content: center;
}
body.theme-twentytwenty-one .pmagic .pm-users-search-page {
max-width: 1200px;
margin: 0px auto;
}
body.theme-twentytwenty-three .pmagic .pmagic-form#pm_add_blog_post{
max-width: 800px;
margin: 0px auto;
}
body.theme-twentytwenty-three .pmagic {
max-width: 1200px !important;
margin: 0px;
display: flex;
}
body.theme-twentytwenty-three .pg-no-group-found-warning {
width: 100%;
max-width: 800px;
margin: 0px auto;
}
body.theme-twentytwenty-three .pmagic .pg-group-box-wrap,
body.theme-twentytwenty .pmagic .pg-group-box-wrap,
body.theme-twentytwenty-one .pmagic .pg-group-box-wrap,
body.theme-twentytwenty-two .pmagic .pg-group-box-wrap{
max-width: 1200px;
margin: 0px auto;
}
body.theme-twentytwenty .pmagic {
max-width: 1200px !important;
margin: 0px auto !important;
display: grid;
}
body.theme-twentytwenty-two .pmagic .pm-friend-action-bar button{
padding: 8px 12px;
}
.theme-twentytwenty-one .pg-theme-bg {
background-color: rgb(255, 255, 255,0.4);
}
.pg-users-search-list-wrap .pm-thread-user {
position: absolute;
top: -30px;
left: 38px;
}
.pm-group-image-link{
display:block;
}@font-face{font-family:FontAwesome;src:url(//meerfun.dekblauwestad.nl/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//meerfun.dekblauwestad.nl/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//meerfun.dekblauwestad.nl/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//meerfun.dekblauwestad.nl/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//meerfun.dekblauwestad.nl/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//meerfun.dekblauwestad.nl/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}