.theme-toggle.theme-toggle--reversed .theme-toggle__expand {
transform: scale(-1, 1);
}
.theme-toggle {
--theme-toggle__expand--duration: 500ms;
}
.theme-toggle__expand g circle,
.theme-toggle__expand g path {
transform-origin: center;
transition: transform calc(var(--theme-toggle__expand--duration) * 0.65)
cubic-bezier(0, 0, 0, 1.25)
calc(var(--theme-toggle__expand--duration) * 0.35);
}
.theme-toggle__expand :first-child path {
transition-property: transform, d;
transition-duration: calc(var(--theme-toggle__expand--duration) * 0.6);
transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
}
.theme-toggle input[type="checkbox"]:checked ~ .theme-toggle__expand g circle,
.darkify_dark_mode_enabled
.theme-toggle:not(label)
.theme-toggle__expand
g
circle {
transform: scale(1.4);
transition-delay: 0s;
}
.theme-toggle input[type="checkbox"]:checked ~ .theme-toggle__expand g path,
.darkify_dark_mode_enabled
.theme-toggle:not(label)
.theme-toggle__expand
g
path {
transform: scale(0.75);
transition-delay: 0s;
}
.theme-toggle
input[type="checkbox"]:checked
~ .theme-toggle__expand
:first-child
path,
.darkify_dark_mode_enabled
.theme-toggle:not(label)
.theme-toggle__expand
:first-child
path {
d: path("M-9 3h25a1 1 0 0017 13v30H0Z");
transition-delay: calc(var(--theme-toggle__expand--duration) * 0.4);
transition-timing-function: cubic-bezier(0, 0, 0, 1.25);
}
@supports not (d: path("")) {
.theme-toggle
input[type="checkbox"]:checked
~ .theme-toggle__expand
:first-child
path,
.darkify_dark_mode_enabled
.theme-toggle:not(label)
.theme-toggle__expand
:first-child
path {
transform: translate3d(-9px, 14px, 0);
}
}
.theme-toggle {
border: none;
background: 0 0;
cursor: pointer;
}
.theme-toggle input[type="checkbox"] {
display: none;
}
.theme-toggle .theme-toggle-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
@media (prefers-reduced-motion: reduce) {
.theme-toggle:not(.theme-toggle--force-motion) * {
transition: none !important;
}
}.darkify_dark_mode_enabled
.darkify_style_all:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_bg) !important;
background-color: var(--darkify_dark_mode_bg) !important;
color: var(--darkify_dark_mode_text_color) !important;
border-color: var(--darkify_dark_mode_border_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_bg_txt:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_bg) !important;
background-color: var(--darkify_dark_mode_bg) !important;
color: var(--darkify_dark_mode_text_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_bg_border:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_bg) !important;
background-color: var(--darkify_dark_mode_bg) !important;
border-color: var(--darkify_dark_mode_border_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_txt_border:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
color: var(--darkify_dark_mode_text_color) !important;
border-color: var(--darkify_dark_mode_border_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_bg:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_bg) !important;
background-color: var(--darkify_dark_mode_bg) !important;
}
.darkify_dark_mode_enabled
.darkify_style_txt:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
color: var(--darkify_dark_mode_text_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_border:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
border-color: var(--darkify_dark_mode_border_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_secondary_bg:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_secondary_bg) !important;
background-color: var(--darkify_dark_mode_secondary_bg) !important;
} .darkify_dark_mode_enabled
.darkify_style_link:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *,
.drk_lite-nav ul li a
) {
color: var(--darkify_dark_mode_link_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_link:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
):hover {
color: var(--darkify_dark_mode_link_hover_color) !important;
} .darkify_dark_mode_enabled
.darkify_style_form_element:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
) {
background: var(--darkify_dark_mode_input_bg) !important;
background-color: var(--darkify_dark_mode_input_bg) !important;
color: var(--darkify_dark_mode_input_text_color) !important;
}
.darkify_dark_mode_enabled
.darkify_style_form_element:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *
)::placeholder {
color: var(--darkify_dark_mode_input_placeholder_color) !important;
} .darkify_dark_mode_enabled
.darkify_style_button:not(
.darkify_switch,
.darkify_switch *,
.darkify_ignore,
.darkify_ignore *,
) {
background: var(--darkify_dark_mode_btn_bg) !important;
background-color: var(--darkify_dark_mode_btn_bg) !important;
color: var(--darkify_dark_mode_btn_text_color) !important;
} .darkify_admin_bar_switch_container {
cursor: pointer !important;
display: flex;
align-items: center;
justify-content: center;
width: 40px !important;
height: 32px !important;
}
.darkify_admin_bar_switch_container .ab-item {
height: 18px !important;
cursor: pointer !important;
background-color: #ffffff !important;
-webkit-mask: url(/wp-content/plugins/darkify/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
mask: url(/wp-content/plugins/darkify/assets/img/switch_icons/switch_apple_light.svg) no-repeat center;
}
.darkify_dark_mode_enabled .darkify_admin_bar_switch_container .ab-item {
-webkit-mask: url(/wp-content/plugins/darkify/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
mask: url(/wp-content/plugins/darkify/assets/img/switch_icons/switch_apple_dark.svg) no-repeat center;
} .darkify_block_editor_switch {
height: 33px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
outline: 0;
border: 0;
background: #121116;
border-radius: 3px;
padding: 0 12px;
}
.darkify_dark_mode_enabled .darkify_block_editor_switch {
background: #ffffff;
}
.darkify_block_editor_switch .icon {
width: 20px;
height: 20px;
background-color: #ffffff !important;
} .darkify_switch {
--darkify_switch_position_from_top_right_top: 40px;
--darkify_switch_position_from_top_right_right: 40px;
--darkify_switch_position_from_bottom_right_bottom: 40px;
--darkify_switch_position_from_bottom_right_right: 40px;
--darkify_switch_position_from_top_left_top: 40px;
--darkify_switch_position_from_top_left_left: 40px;
--darkify_switch_position_from_bottom_left_bottom: 40px;
--darkify_switch_position_from_bottom_left_left: 40px;
--darkify_switch_position_from_top_right_top_in_mobile: 40px;
--darkify_switch_position_from_top_right_right_in_mobile: 40px;
--darkify_switch_position_from_bottom_right_bottom_in_mobile: 40px;
--darkify_switch_position_from_bottom_right_right_in_mobile: 40px;
--darkify_switch_position_from_top_left_top_in_mobile: 40px;
--darkify_switch_position_from_top_left_left_in_mobile: 40px;
--darkify_switch_position_from_bottom_left_bottom_in_mobile: 40px;
--darkify_switch_position_from_bottom_left_left_in_mobile: 40px;
--darkify_switch_tooltip_bg_color: #142434;
--darkify_switch_tooltip_text_color: #b0cbe7;
}
.darkify_switch,
.darkify_switch * {
box-sizing: border-box;
}
.darkify_switch.darkify_top_left,
.darkify_switch.darkify_top_right,
.darkify_switch.darkify_bottom_left,
.darkify_switch.darkify_bottom_right {
position: fixed;
z-index: 99999;
}
.darkify_switch.darkify_top_left {
top: var(--darkify_switch_position_from_top_left_left_in_mobile);
left: var(--darkify_switch_position_from_top_left_left_in_mobile);
}
.darkify_switch.darkify_top_right {
top: var(--darkify_switch_position_from_top_right_top_in_mobile);
right: var(--darkify_switch_position_from_top_right_right_in_mobile);
}
.darkify_switch.darkify_bottom_left {
bottom: var(--darkify_switch_position_from_bottom_left_bottom);
left: var(--darkify_switch_position_from_bottom_left_left);
}
.darkify_switch.darkify_bottom_right {
bottom: var(--darkify_switch_position_from_bottom_right_bottom);
right: var(--darkify_switch_position_from_bottom_right_right);
}
.darkify_switch.darkify_absolute_position {
position: absolute;
z-index: unset;
}
@media only screen and (max-width: 600px) {
.darkify_switch.darkify_hide_on_mobile {
display: none;
}
}
@media only screen and (max-width: 600px) {
.darkify_switch.darkify_top_left_in_mobile,
.darkify_switch.darkify_top_right_in_mobile,
.darkify_switch.darkify_bottom_left_in_mobile,
.darkify_switch.darkify_bottom_right_in_mobile {
position: fixed;
}
.darkify_switch.darkify_top_left_in_mobile {
top: var(--darkify_switch_position_from_top_left_top_in_mobile);
left: var(--darkify_switch_position_from_top_left_left_in_mobile);
bottom: unset;
right: unset;
}
.darkify_switch.darkify_top_right_in_mobile {
top: var(--darkify_switch_position_from_top_right_top_in_mobile);
right: var(--darkify_switch_position_from_top_right_right_in_mobile);
bottom: unset;
left: unset;
}
.darkify_switch.darkify_bottom_left_in_mobile {
bottom: var(--darkify_switch_position_from_bottom_left_bottom_in_mobile);
left: var(--darkify_switch_position_from_bottom_left_left_in_mobile);
top: unset;
right: unset;
}
.darkify_switch.darkify_bottom_right_in_mobile {
bottom: var(--darkify_switch_position_from_bottom_right_bottom_in_mobile);
right: var(--darkify_switch_position_from_bottom_right_right_in_mobile);
top: unset;
left: unset;
}
}
.darkify_tooltip .darkify_tooltiptext {
visibility: hidden;
width: 120px;
background-color: var(--darkify_switch_tooltip_bg_color);
color: var(--darkify_switch_tooltip_text_color);
font-size: 12px;
text-align: center;
border-radius: 0;
padding: 5px 0;
position: absolute;
z-index: 1;
}
.darkify_tooltip .darkify_tooltiptext::after {
content: "";
position: absolute;
border-width: 5px;
border-style: solid;
}
.darkify_tooltip:hover .darkify_tooltiptext {
visibility: visible;
}
.darkify_tooltip.darkify_tooltip_top .darkify_tooltiptext {
bottom: calc(100% + 10px);
left: 50%;
margin-left: -60px;
}
.darkify_tooltip.darkify_tooltip_top .darkify_tooltiptext::after {
left: 50%;
margin-left: -5px;
top: 100%;
border-color: var(--darkify_switch_tooltip_bg_color) transparent transparent
transparent;
}
.darkify_tooltip.darkify_tooltip_bottom .darkify_tooltiptext {
top: calc(100% + 10px);
left: 50%;
margin-left: -60px;
}
.darkify_tooltip.darkify_tooltip_bottom .darkify_tooltiptext::after {
left: 50%;
margin-left: -5px;
bottom: 100%;
border-color: transparent transparent var(--darkify_switch_tooltip_bg_color)
transparent;
}
.darkify_tooltip.darkify_tooltip_left .darkify_tooltiptext {
right: calc(100% + 10px);
top: calc(50% - 15px);
}
.darkify_tooltip.darkify_tooltip_left .darkify_tooltiptext::after {
top: 50%;
left: 100%;
margin-top: -5px;
border-color: transparent transparent transparent
var(--darkify_switch_tooltip_bg_color);
}
.darkify_tooltip.darkify_tooltip_right .darkify_tooltiptext {
left: calc(100% + 10px);
top: calc(50% - 15px);
}
.darkify_tooltip.darkify_tooltip_right .darkify_tooltiptext::after {
top: 50%;
right: 100%;
margin-top: -5px;
border-color: transparent var(--darkify_switch_tooltip_bg_color) transparent
transparent;
} .darkify_switch_style {
--darkify_switch_width_height: 60px;
--darkify_switch_icon_size: 50px;
--darkify_switch_border_radius: 7px;
--darkify_switch_light_mode_bg: #121116;
--darkify_switch_dark_mode_bg: #ffffff;
--darkify_switch_light_mode_color: #ffffff;
--darkify_switch_dark_mode_color: #121116;
}
.darkify_switch_style{
cursor: pointer;
z-index: 9999;
width: var(--darkify_switch_width_height);
height: var(--darkify_switch_width_height);
border-radius: var(--darkify_switch_border_radius);
background: var(--darkify_switch_light_mode_bg);
display: flex;
align-items: center;
justify-content: center;
fill: var(--darkify_switch_light_mode_icon_color);
stroke: var(--darkify_switch_light_mode_icon_color);
}
.darkify_switch_style .theme-toggle{
display: flex;
align-items: center;
justify-content: center;
}
.darkify_switch_style svg {
width: var(--darkify_switch_icon_size);
height: var(--darkify_switch_icon_size);
color: var(--darkify_switch_light_mode_color);
stroke: var(--darkify_switch_light_mode_color);
}
.darkify_dark_mode_enabled .darkify_switch_style{
background: var(--darkify_switch_dark_mode_bg);
}
.darkify_dark_mode_enabled .darkify_switch_style svg {
color: var(--darkify_switch_dark_mode_color);
stroke: var(--darkify_switch_dark_mode_color);
}.gdc_row {overflow:auto; margin-bottom:20px;} .gdc_cfull {width:100%;}
.gdc_chalf {width:50%;}
.gdc_cthird {width:33.3%;}
.gdc_ctwo-thirds {width:66.6%;}
.gdc_cquarter {width:25%;}
.gdc_cthree-quarters {width:75%;} .gdc_column {float:left;}
.gdc_column div.gdc_inner {padding:0 20px;}
.gdc_column:first-of-type .gdc_inner {padding-left:0;}
.gdc_column:last-of-type .gdc_inner {padding-right:0;}
@media only screen and (max-width: 40em) { .gdc_cfull {width:100%;}
.gdc_chalf {width:100%;}
.gdc_cthird {width:100%;}
.gdc_ctwo-thirds {width:100%;}
.gdc_cquarter {width:100%;}
.gdc_cthree-quarters {width:100%;} 
.gdc_column .gdc_inner {padding:0 !important;}
.gdc_column {margin-bottom:20px;}
}.ri-grid{
margin: 30px auto 30px;
position: relative;
height: auto;
}
.ri-grid ul {
list-style: none;
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.ri-grid ul:before,
.ri-grid ul:after{
content: '';
display: table;
}
.ri-grid ul:after {
clear: both;
}
.ri-grid ul {
zoom: 1; } 
.ri-grid ul li {
-webkit-perspective: 400px;
-moz-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;	
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
background: #000;
}
.ri-grid ul li a{
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
background-color: #333;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .ri-grid-size-1{
width: 100%;
}
.ri-grid-size-2{
width: 100%;
}
.ri-grid-size-3{
width: 100%;
margin-top: 0px;
}
.ri-shadow:after,
.ri-shadow:before{
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
}
.ri-shadow:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before{
display: none;
}
.ri-loading-image{
display: none;
}
.ri-grid-loading .ri-loading-image{
position: relative;
width: 30px;
height: 30px;
left: 50%;
margin: 100px 0 0 -15px;
display: block;
}
.pg-hero-widget-wrap {
position: absolute;
width: 100%;
top: 30%;
}
.pg-hero-section {
text-align: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
width: 90%;
margin: 0px auto;
}
.pg-hero-section .pg-hero-heading {
background-color: #007bff;
color: #fff;
font-weight: 500;
font-size: 1em;
padding: 10px 15px;
font-size: 2.5vw;
line-height: 2.5vw;
}
.pg-hero-section .pg-hero-heading span {    
color: #ffa92f;
}
.pg-hero-section .pg-hero-subheading span { 
color: #007bff;
font-weight: 600;
}
.pg-hero-section .pg-hero-subheading {    
background-color: #f7fbff;
color: #007bff;
font-weight: 300;
font-size: 1.5vw;
line-height: 1.5vw;
padding: 10px 15px;
}
.hero-section button {
background-color: #FF9113;
color: #fff !important;
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
border: 0;
display: inline-block;
box-shadow: none;
text-shadow: none;
margin-top: 10px;
}
.widget.profilegrid_hero_banner {  
margin: 0px;
padding: 0px;
}
.sidebar.widget-area .pg-hero-section .pg-hero-heading {
font-size: 1.5vw;
line-height: 1.5vw;
}
.sidebar.widget-area .pg-hero-section .pg-hero-subheading {
font-size: 0.75vw;
line-height: 0.75vw;
}
.profilegrid_hero_banner.pg-hero_banner-widget .ri-grid {
min-height: 150px;
}
.profilegrid_hero_banner.pg-hero_banner-widget .pg-hero-section .pg-hero-heading {
font-size: 1.5vw;
line-height: 1.5vw;
}
.profilegrid_hero_banner.pg-hero_banner-widget .pg-hero-section .pg-hero-subheading  {
font-size: 0.75vw;
line-height: 0.75vw;
}
.profilegrid_hero_banner.pg-hero_banner-widget .pg-hero-widget-wrap {
top: 20%;
}.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: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(/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(/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(/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(/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(/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(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/pm-new-friend-added.png);
background-repeat: no-repeat;
background-position: 50% 50%
}
.pmagic .pm-notification .pm-notification-card {
max-width: 400px;
border-radius: 8px;
width: 100%;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
position: relative;
margin-left: 30px;
background-color: #fff
}
.pmagic .pm-notification-date {
position: absolute;
left: -36px;
font-size: 12px;
top: 62%;
background-color: rgba(255, 255, 255, .67)
}
.pmagic .pm-notification-profile-image img {
width: 55px;
height: 55px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
object-fit: cover
}
.pmagic .pm-notification-profile-image {
width: 20%
}
.pmagic .pm-notification-description {
width: 80%
}
.pmagic .pm-notification-user {
font-size: 14px
}
.pmagic .pm-notification-user-activity {
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.pmagic .pm-notification-footer {
background-color: #f9f9f9;
background-color: #f9f9f9;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px
}
.pmagic .pm-notification-buttons {
padding: 7px
}
.pmagic .pm-notification-buttons a {
padding: 0 7px 0 7px
}
.pmagic #pg-notifications {
width: 100%
}
.pmagic .pm-notification-close {
position: absolute;
right: 3px;
top: 4px;
cursor: pointer;
background-color: #e1e0e1;
border-radius: 100%;
width: 20px;
height: 20px;
text-align: center;
line-height: 28px
}
.pmagic .pm-notification-close svg {
fill: #fff;
width: 18px;
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(/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(/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(/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;
}
.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(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/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}.pm-group-view.pg-theme-one .pm-header-section {
border: 1px solid #e8e8e9;
background-color: #fff;
margin-top: 30px;
height: auto;
margin-bottom: 10px;
}
.pm-group-view.pg-theme-one .pm-cover-image {
overflow: hidden;
height: 430px;
}
.pm-group-view.pg-theme-one .pm-cover-image img {
clip: rect(0px, 1200px, 300px, 0px) !important;
height: 300px;
}
.pm-group-view.pg-theme-one .pm-profile-title-header {
height: auto;
padding: 16px 8px;
position: relative;
display: inline-flex;
justify-content: space-around;
align-items: center;
}
.pm-group-view.pg-theme-one .pm-profile-title-header .pm-profile-title  {
margin: 0;
}
.pm-group-view.pg-theme-one .pm-profile-image {
left: 10px;
top: 0px;
background-color: rgb(255, 255, 255);
padding: 4px;
border: 1px solid #e2e2e2;
border-radius: 50%;
position: relative;
margin-right: 14px;
width: 120px;
height: 120px;
}
.pm-group-view.pg-theme-one .pm-profile-image img {
width: 100%;
height: 100%;
max-height: 120px;
max-width: 120px;
}
.pm-group-view.pg-theme-one .pm-profile-header-overlay {
background-color: #fdfdfd;
position: absolute;
width: 100%;
height: 98%;
z-index: -1;
margin-top: 1px;
}
.pmagic .pm-group-view.pg-theme-one .pm-profile-tab-wrap.pg-horizontal-responsive-menu {
width: 100%;
background-color: #fff;
border-width: 1px 1px 1px 1px;
border-radius: 5px;
padding: 0px 4px;
}
.pmagic .pm-group-view.pg-theme-one .pm-profile-title-header .pm-profile-image .pg-profile-change-img {
line-height: 100px;
font-size: 10px;
top: 0px
}
.pm-group-view.pg-theme-one .pm-profile-title-header .pm-user-mycred-rank-points {
width: 100%;
max-width: 185px;
}
.pm-group-view.pg-theme-one .pm-profile-title-header .pm-user-mycred-rank-points .pm-user-mycred-rank-title {
width: auto;
max-width: calc(100% - 28px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.pmagic .pm-group-view.pg-theme-one #unread_notification_count.thread-count-show{
left: calc(50% - 20px);
top: 46px;
right: unset;
border: 3px solid rgb(216 216 216 / 96%);
min-width: 30px;
height: 30px;
border-radius: 50%;
line-height: 26px;
}
.pmagic .pm-group-view.pg-theme-one .pg-profile-head-wrap {
width: 100%;
display: flex;
align-items: center;
}
.pm-group-view.pg-theme-one .pm-profile-title-header .pm-profile-title{
margin: 0;
width: 100%;
max-width: 320px;
} .pm-group-view.pg-theme-one .pm-profile-title-header.pm-without-profile-image .pm-profile-title {
margin-left: 14px;
}
.pm-group-view.pg-theme-one .pm-profile-title-header.pm-without-profile-image .pm-profile-image {
display:none;
}  @media only screen and (max-width:1200px) {
.pm-group-view.pg-theme-one .pm-profile-title-header {
text-align: center;
}
.pm-group-view.pg-theme-one .pm-profile-image {
position: relative;
min-width: 120px;
}
.pmagic .pm-group-view.pg-theme-one .pm-profile-title {
margin: 0px auto;
width:100%
}
.pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank-points{
width: 48%;
margin: 0px auto;
display: flow-root;
float: none;
}
.pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank .pm-user-mycred-rank-title,
.pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank .pm-user-mycred-rank-logo{
display: inline-block;
float: none;
}
.pmagic .pm-group-view.pg-theme-one .pm-group-icon {
max-width: 100%;
}
.pmagic .pm-group-view.pg-theme-one .pm-group-icon #pg-group-badge {
text-align: center;
}
}
@media only screen and (max-width:979px) {
.pm-group-view.pg-theme-one .pm-profile-title-header {
flex-direction: column;
}
.pm-group-view.pg-theme-one .pm-profile-image {
left: 0px;
}
.pmagic .pm-group-view.pg-theme-one .pg-profile-head-wrap{
flex-direction: column;
}
}
@media only screen and (max-width:760px) {
.pmagic .pm-group-view.pg-theme-one .pm-user-mycred-rank-points {
width: 75%;
display: inline-block;
}
.pmagic .pm-group-view.pg-theme-one .pm-profile-tab-wrap.pg-horizontal-responsive-menu li {
position: relative;
}
.pmagic .pm-group-view.pg-theme-one #unread_notification_count.thread-count-show {
left: calc(50% - 20px);
top: -22px;
}
}
@media only screen and (max-width:479px) {
}body
{
display:block;
}
.searchandfilter p
{
margin-top: 1em;
display:inline-block;
}
.searchandfilter ul
{
display:inline-block;
}
.searchandfilter li
{
list-style: none;
display:inline-block;
padding-right:10px;
} .widget-area .searchandfilter li, .widget-area .searchandfilter p
{
display:block;
}
.searchandfilter label
{
display:block;
}
.searchandfilter h4
{
margin:15px 0;
font-size:16px;
}
.searchandfilter ul > li > ul:not(.children)
{
margin-left:0;
}.swpm-margin-10{
margin: 10px;
}
.swpm-margin-top-10{
margin-top: 10px;
}
.swpm-margin-bottom-10{
margin-bottom: 10px;
}
.swpm-hidden{
display: none;
}
.swpm-red-error-text{
font-weight: bold;
color: red;
}
.swpm-box-shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.swpm-yellow-box{
margin: 10px 0px;
padding: 10px;
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
}
.swpm-red-box {
margin: 10px 0px;
padding: 10px;
background-color: #FFEBE8;
border-color: #CC0000;
color: #333333;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-orange-box{
margin: 10px 0px;
padding: 15px 10px;
color: #3F2502;
text-shadow: 1px 1px #FFFFFF;
background-color: #FFF6D5;
border-color: #D1B655;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-white-box{
margin: 10px 0px;
padding: 15px 10px;
color: #3c434a;
background-color: #fff;
border-color: #c3c4c7;
border-width: 1px;
border-radius: 3px 3px 3px 3px;
border-style: solid;
} .swpm-grey-box{
margin: 10px 0px;
padding: 15px 10px;
background-color: #DDDDDD;
border-color: #CCCCCC;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-green-box {
margin: 10px 0px;
padding: 15px 10px;
background-color: #CCF4D6;
border-color: #059B53;
color: #043B14;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-payment-block-ic-wrapper{
padding: 16px;
} .swpm-button-wrapper input[type="submit"]{
width: auto !important;
height: auto !important;
}
.swpm-button-wrapper input[type="image"]{
width: auto !important;
height: auto !important;    
} .swpm-login-widget-form input,.swpm-login-widget-form checkbox{
width: auto;
}
.swpm-username-input, .swpm-password-input{
margin-bottom: 10px;
}
.swpm-login-submit{
margin-bottom: 10px;    
}
.swpm-login-widget-action-msg{
font-weight: bold;    
}
.swpm-logged-label{
font-weight: bold;
} .swpm-pw-reset-widget-form table{
border: none;
}
.swpm-pw-reset-widget-form tr{
border: none;
}
.swpm-pw-reset-widget-form td{
border: none;
}
.swpm-reset-pw-error{
font-weight: bold;
color: red;
}
.swpm-reset-pw-success-box{
margin: 10px 0px;
padding: 15px 10px;
background-color: #CCF4D6;
border-color: #059B53;
color: #043B14;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;    
} .swpm-registration-widget-form td{
min-width: 100px;
}
.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
width: 95%;
position: relative;
}
#swpm-accept-terms{
position: relative; }
#swpm-accept-pp{
position: relative; }
.swpm_already_used_registration_complete_link_msg{
font-weight: bold;
}
.swpm_registration_hidden_to_logged_users_msg{
font-weight: bold;
}
.swpm_registration_complete_link_invalid_msg{
font-weight: bold;
} .swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
width: 95%;
position: relative; }
.swpm-edit-profile-form select {
width: 95%;
}
.swpm-edit-profile-submit-section{
text-align: center;
}
.swpm-profile-account-delete-section{
text-align: center;
}
.swpm-profile-account-delete-section a{
color: red !important;
}
.swpm-profile-update-success{
font-weight: bold;
color: green;    
}
.swpm-profile-update-error{
font-weight: bold;
color: red;    
} .swpm-restricted{
font-weight: bold;
color:red;
}
.swpm-select-box-left{
margin: 0;
padding-bottom: 5px;
} .swpm_status_completed{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #b6e4b6;
}
.swpm_status_refunded{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #e4d4b6;
}
.swpm_status_general{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #dedede;
}
.swpm_status_subscription, .swpm_status_subscription_created{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #b6dee4;
}:root{
--cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--cc-font-size: 16px;
--cc-bg: #fff;
--cc-z-index: 2147483647;
--cc-text: #2d4156;
--cc-border-radius: .45rem;
--cc-btn-primary-bg: #2d4156;
--cc-btn-primary-text: var(--cc-bg);
--cc-btn-primary-hover-bg: #1d2e38;
--cc-btn-primary-hover-text: var(--cc-btn-primary-text);
--cc-btn-secondary-bg: #eaeff2;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #d8e0e6;
--cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
--cc-btn-border-radius: 0.375rem;
--cc-toggle-bg-off: #919ea6;
--cc-toggle-bg-on: var(--cc-btn-primary-bg);
--cc-toggle-bg-readonly: #d5dee2;
--cc-toggle-knob-bg: #fff;
--cc-toggle-knob-icon-color: #ecf2fa;
--cc-block-text: var(--cc-text);
--cc-cookie-category-block-bg: #f0f4f7;
--cc-cookie-category-block-bg-hover: #e9eff4;
--cc-section-border: #f1f3f5;
--cc-cookie-table-border: #e9edf2;
--cc-overlay-bg: rgb(4, 6, 8);
--cc-overlay-opacity: .85;
--cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
--cc-webkit-scrollbar-bg: #cfd5db;
--cc-webkit-scrollbar-bg-hover: #9199a0;
} .c_darkmode{
--cc-bg: #181b1d;
--cc-text: #d8e5ea;
--cc-btn-primary-bg: #a6c4dd;
--cc-btn-primary-text: #000;
--cc-btn-primary-hover-bg: #c2dff7;
--cc-btn-primary-hover-text: var(--cc-btn-primary-text);
--cc-btn-secondary-bg: #33383c;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #3e454a;
--cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
--cc-toggle-bg-off: #667481;
--cc-toggle-bg-on: var(--cc-btn-primary-bg);
--cc-toggle-bg-readonly: #454c54;
--cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
--cc-toggle-knob-icon-color: var(--cc-bg);
--cc-block-text: #b3bfc5;
--cc-cookie-category-block-bg: #23272a;
--cc-cookie-category-block-bg-hover: #2b3035;
--cc-section-border: #292d31;
--cc-cookie-table-border: #2b3035;
--cc-webkit-scrollbar-bg: #667481;
--cc-webkit-scrollbar-bg-hover: #9199a0;
}
#cc--main {
z-index: var(--cc-z-index);
}
.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after{
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: none;
font-style: inherit;
font-variant: normal;
font-weight: inherit;
font-family: inherit;
line-height: 1.2;
font-size: 1em;
transition: none;
animation: none;
margin: 0;
padding: 0;
text-transform: none;
letter-spacing: unset;
color: inherit;
background: none;
border: none;
border-radius: unset;
box-shadow: none;
text-decoration: none;
text-align: left;
visibility: unset;
height: auto;
vertical-align: baseline;
}
.cc_div {
font-size: var(--cc-font-size);
font-weight: 400;
font-family: var(--cc-font-family);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: var(--cc-text);
}
.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before{
font-weight: 600;
}
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc{
border-radius: var(--cc-border-radius);
}
#s-bl .act .b-acc{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.cc_div input,
.cc_div button,
.cc_div a{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
}
.cc_div a{
border-bottom: 1px solid;
}
.cc_div a:hover{
text-decoration: none;
border-color: transparent;
} .c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov{
transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}
.c--anim .c-bn{
transition: background-color .25s ease!important;
} .c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr{
transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov{
transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr{
transform: translateX(100%);
opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr{
transform: translateX(-100%);
opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr{
transform: translateY(1.6em);
}
#cm.top.slide{
transform: translateY(-1.6em);
}
#cm.bar.slide{
transform: translateY(100%);
}
#cm.bar.top.slide{
transform: translateY(-100%);
}  .show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr{
opacity: 1;
transform: scale(1);
visibility: visible!important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle{
transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt{
visibility: visible!important;
} .force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov{
visibility: visible!important;
opacity: var(--cc-overlay-opacity)!important;
}
#cm{
font-family: inherit;
padding: 1em 1.4em 1.3em 1.4em;
position: fixed;
z-index: 1;
background: var(--cc-bg);
max-width: 24.2em;
width: 100%;
bottom: 1.250em;
right: 1.250em;
box-shadow: 0 0.625em 1.875em #000000;
box-shadow: var(--cc-consent-modal-box-shadow);
opacity: 0;
visibility: hidden;
transform: scale(.95);
line-height: initial;
} #cc_div #cm {
display: block!important;
}
#c-ttl{
margin-bottom: .7em;
font-size: 1.05em;
}
.cloud #c-ttl{
margin-top: -.15em;
}
#c-txt{
font-size: 0.9em;
line-height: 1.5em;
}
.cc_div #c-bns{
display: flex;
justify-content: space-between;
margin-top: 1.4em;
}
.cc_div .c-bn{
color: var(--cc-btn-secondary-text);
background: var(--cc-btn-secondary-bg);
padding: 1em 1.7em;
display: inline-block;
cursor: pointer;
font-size: 0.82em;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
text-align: center;
border-radius: var(--cc-btn-border-radius);
flex: 1;
}
#c-bns button + button,
#s-cnt button + button,
#s-c-bn{
float: right;
margin-left: .5rem;
}
#s-cnt #s-rall-bn{
float: none;
}
#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover{
background: var(--cc-btn-secondary-hover-bg);
color: var(--cc-btn-secondary-hover-text);
} #s-cnt{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 101;
display: table;
height: 100%;
visibility: hidden;
}
#s-bl{
outline: none;
scrollbar-width: thin;
}
#s-bl .title{
margin-top: 1.4em;
}
#s-bl .title:first-child{
margin-top: 0;
}
#s-bl .b-bn{
margin-top: 0;
}
#s-bl .b-acc .p{
margin-top: 0;
padding: 1em;
}
#s-cnt .b-bn .b-tl{
display: block;
font-family: inherit;
font-size: .95em;
width: 100%;
position: relative;
padding: 1.3em 6.4em 1.3em 2.7em;
background: none;
transition: background-color .25s ease;
}
#s-cnt .b-bn .b-tl.exp{
cursor: pointer;
}
#s-cnt .act .b-bn .b-tl{
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover{
background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn{
position: relative;
}
#s-bl .c-bl{
padding: 1em;
margin-bottom: .4rem;
border: 1px solid var(--cc-section-border);
transition: background-color .25s ease;
}
#s-bl .c-bl:hover{
background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child{
margin-bottom: .5em;
}
#s-bl .c-bl:first-child{
transition: none;
padding: 0;
margin-top: 0;
border:none;
margin-bottom: 2em;
}
#s-bl .c-bl:not(.b-ex):first-child:hover{
background: transparent;
background: unset;
}
#s-bl .c-bl.b-ex{
padding: 0;
border: none;
background: var(--cc-cookie-category-block-bg);
transition: none;
}
#s-bl .c-bl.b-ex + .c-bl{
margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex{
margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child{
margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child{
margin-bottom: .5em;
}
#s-bl .b-acc{
max-height: 0;
overflow: hidden;
padding-top: 0;
margin-bottom: 0;
display: none;
}
#s-bl .act .b-acc{
max-height: 100%;
display: block;
overflow: hidden;
}
#s-cnt .p{
font-size: 0.9em;
line-height: 1.5em;
margin-top: .85em;
color: var(--cc-block-text);
}
.cc_div .b-tg .c-tgl:disabled{
cursor: not-allowed;
}
#c-vln{
display: table-cell;
vertical-align: middle;
position: relative;
}
#cs{
padding: 0 1.7em;
width: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
}
#s-inr{
height: 100%;
position: relative;
max-width: 45em;
margin: 0 auto;
transform: scale(.96);
opacity: 0;
padding-top: 4.75em;
padding-bottom: 4.75em;
position: relative;
height: 100%;
overflow: hidden;
visibility: hidden;
box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}
#s-inr,
#s-hdr,
#s-bns{
background: var(--cc-bg);
}
#s-bl{
overflow-y: auto;
overflow-y: overlay;
overflow-x: hidden;
height: 100%;
padding: 1.3em 1.6em;
display: block;
width: 100%;
}
#s-bns{
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 1em 1.8em;
border-top: 1px solid var(--cc-section-border);
height: 4.75em;
}
.cc_div .cc-link{
color: var(--cc-btn-primary-bg);
border-bottom: 1px solid var(--cc-btn-primary-bg);
display: inline;
padding-bottom: 0;
text-decoration: none;
cursor: pointer;
font-weight: 600;
}
.cc_div .cc-link:hover,
.cc_div .cc-link:active{
border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child{
color: var(--cc-btn-primary-text);
background: var(--cc-btn-primary-bg);
}
#c-bns.swap button:first-child{
color: var(--cc-btn-secondary-text);
background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child{
color: var(--cc-btn-primary-text);
background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg{
background: var(--cc-toggle-bg-on);
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover{
background: var(--cc-btn-primary-hover-bg);
color: var(--cc-btn-primary-hover-text);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover{
background: var(--cc-btn-secondary-hover-bg);
color: var(--cc-btn-secondary-hover-text);
}
#s-hdr{
position: absolute;
top: 0;
width: 100%;
display: table;
padding: 0 1.8em;
height: 4.75em;
vertical-align: middle;
z-index: 2;
border-bottom: 1px solid var(--cc-section-border);
}
#s-ttl{
display: table-cell;
vertical-align: middle;
font-size: 1em;
}
#s-c-bn{
padding: 0;
width: 1.7em;
height: 1.7em;
font-size: 1.45em;
margin: 0;
font-weight: initial;
position: relative;
overflow: hidden;
}
#s-c-bnc{
display: table-cell;
vertical-align: middle;
}
.cc_div span.t-lb {
position: absolute;
top: 0;
z-index: -1;
opacity: 0;
pointer-events: none;
overflow: hidden;
}
#c_policy__text{
height: 31.250em;
overflow-y: auto;
margin-top: 1.250em;
}
#c-s-in{
position: relative;
transform: translateY(-50%);
top: 50%;
height: 100%;
height: calc(100% - 2.5em);
max-height: 37.5em;
}
@media screen and (min-width: 688px) { #s-bl::-webkit-scrollbar{
width: .8em;
height: 100%;
background: transparent;
border-radius: 0 0.250em 0.250em 0;
}
#s-bl::-webkit-scrollbar-thumb{
border: 0.25em solid var(--cc-bg);
background: var(--cc-webkit-scrollbar-bg);
border-radius: 100em;
}
#s-bl::-webkit-scrollbar-thumb:hover{
background: var(--cc-webkit-scrollbar-bg-hover);
}
#s-bl::-webkit-scrollbar-button {
width: 10px;
height: 5px;
}
}  .cc_div .b-tg {
position: absolute;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
margin: auto;
right: 1.2em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
} .cc_div .b-tg .c-tgl {
position: absolute;
cursor: pointer;
display: block;
top: 0;
left: 0;
margin: 0;
border: 0;
} .cc_div .b-tg .c-tg {
position: absolute;
background: var(--cc-toggle-bg-off);
transition: background-color .25s ease, box-shadow .25s ease;
pointer-events: none;
}
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl{
width: 3.4em;
height: 1.5em;
border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro{
cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro{
background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after{
box-shadow: none;
} .cc_div .b-tg .c-tg:after {
content: "";
position: relative;
display: block;
left: 0.125em;
top: 0.125em;
width: 1.25em;
height: 1.25em;
border: none;
box-sizing: content-box;
background: var(--cc-toggle-knob-bg);
box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
transition: transform .25s ease;
border-radius: 100%;
} .cc_div .b-tg .c-tgl:checked ~ .c-tg:after{
transform: translateX(1.9em);
}
#s-bl table,
#s-bl th,
#s-bl td{
border: none;
}
#s-bl tbody tr{
transition: background-color .25s ease;
}
#s-bl tbody tr:hover{
background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
text-align: left;
border-collapse: collapse;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
#s-bl caption {
padding: 0.5rem 1rem;
font-size: .9em;
border-bottom: 1px solid var(--cc-cookie-table-border);
font-weight: 600;
}
#s-bl td,
#s-bl th {
padding: 0.8em 0.625em;
text-align: left;
vertical-align: top;
font-size: .8em;
padding-left: 1.2em;
}
#s-bl th {
font-family: inherit;
padding: 1em 1rem;
font-weight: 600;
}
#s-bl thead tr:first-child{
border-bottom: 1px solid var(--cc-cookie-table-border);
}
.force--consent #s-cnt,
.force--consent #cs{
width: 100vw;
}
#cm-ov,
#cs-ov{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background: #070707;
background: var(--cc-overlay-bg);
display: none;
transition: none;
}
.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov{
display: block;
}
#cs-ov{
z-index: 2;
}
.force--consent .cc_div{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
width: 100vw;
visibility: hidden;
transition: visibility .25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div{
visibility: visible;
}
.force--consent #cm{
position: absolute;
}
.force--consent #cm.bar{
width: 100vw;
max-width: 100vw;
}
html.force--consent.show--consent{
overflow-y: hidden!important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body{
height: auto!important;
overflow-x: hidden!important;
}  .cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before{
border: solid var(--cc-btn-secondary-text);
border-width: 0 2px 2px 0;
padding: .2em;
display: inline-block;
position: absolute;
content: '';
margin-right: 15px;
position: absolute;
transform: translateY(-50%) rotate(45deg);
left: 1.2em;
top: 50%;
}
.cc_div .act .b-bn .b-tl::before{
transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i::before{
border: solid var(--cc-toggle-knob-icon-color);
border-width: 0 2px 2px 0;
padding: .1em;
display: inline-block;
padding-bottom: .45em;
content: '';
margin: 0 auto;
transform: rotate(45deg);
top: .37em;
left: .75em;
position: absolute;
}
#s-c-bn::before,
#s-c-bn::after{
content: '';
position: absolute;
left: .82em;
top: .58em;
height: .6em;
width: 1.5px;
background: var(--cc-btn-secondary-text);
transform: rotate(45deg);
border-radius: 1em;
margin: 0 auto;
}
#s-c-bn::after{
transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i{
height: 100%;
width: 50%;
position: absolute;
right: 0;
display: block;
text-align: center;
transition: opacity .15s ease;
}
.cc_div .on-i{
left: 0;
opacity: 0;
}
.cc_div .off-i::before,
.cc_div .off-i::after{
right: .8em;
top: .42em;
content: ' ';
height: .7em;
width: .09375em;
display: block;
background: var(--cc-toggle-knob-icon-color);
margin: 0 auto;
position: absolute;
transform-origin: center;
}
.cc_div .off-i::before {
transform: rotate(45deg);
}
.cc_div .off-i::after {
transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i{
opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i{
opacity: 0;
} #cm.box.middle,
#cm.cloud.middle{
top: 50%;
transform: translateY(-37%);
bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom{
transform: scale(.95) translateY(-50%);
}
#cm.box.center{
left: 1em;
right: 1em;
margin: 0 auto;
} #cm.cloud {
max-width: 50em;
margin: 0 auto;
text-align: center;
left: 1em;
right: 1em;
overflow: hidden;
padding: 1.2em 1.7em;
width: unset;
}
.cc_div .cloud #c-inr{
display: table;
width: 100%;
}
.cc_div .cloud #c-inr-i{
width: 70%;
display: table-cell;
vertical-align: top;
padding-right: 2.4em;
}
.cc_div .cloud #c-txt{
font-size: 0.85em;
}
.cc_div .cloud #c-bns{
min-width: 170px;
display: table-cell;
vertical-align: middle;
}
#cm.cloud .c-bn{
margin: .5rem 0 0 0;
width: 100%;
}
#cm.cloud .c-bn:first-child{
margin: 0;
}
#cm.cloud.left{
margin-right: 1.25em;
}
#cm.cloud.right{
margin-left: 1.25em;
}  #cm.bar {
width: 100%;
max-width: 100%;
left: 0;
right: 0;
bottom: 0;
border-radius: 0;
position: fixed;
padding: 2em;
}
#cm.bar #c-inr{
max-width: 32em;
margin: 0 auto;
}
#cm.bar #c-bns{
max-width: 33.75em;
}
#cm.bar #cs{
padding: 0;
}
.cc_div .bar #c-s-in{
top: 0;
transform: none;
height: 100%;
max-height: 100%;
}
.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
padding-left: 1.4em;
padding-right: 1.4em;
}
.cc_div .bar #cs{
padding: 0;
} .cc_div .bar #s-inr{
margin: 0;
margin-left: auto;
margin-right: 0;
border-radius: 0;
max-width: 32em;
}
.cc_div .bar.left #s-inr{
margin-left: 0;
margin-right: auto;
} .cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt{
display: block;
}
.cc_div .bar #s-bl caption {
display: block;
border-top: 0;
border-bottom: 1px solid var(--cc-cookie-table-border);
} .cc_div .bar #s-bl thead tr{
position: absolute;
top: -9999px;
left: -9999px;
}
.cc_div .bar #s-bl tr{
border-top: 1px solid var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td { border: none;
position: relative;
padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
position: absolute;
left: 1rem;
padding-right: 0.625em;
white-space: nowrap;
content: attr(data-column);
color: var(--cc-text);
overflow: hidden;
text-overflow: ellipsis;
}  #cm.top {
bottom: auto;
top: 1.250em;
}
#cm.left{
right: auto;
left: 1.250em;
}
#cm.right{
left: auto;
right: 1.250em;
}
#cm.bar.left,
#cm.bar.right{
left: 0;
right: 0;
}
#cm.bar.top{
top: 0;
}  @media (prefers-reduced-motion) {
#cc--main #cm,
#cc--main #s-cnt,
#cc--main #s-inr{
transition: none!important;
}
}
@media screen and (max-width: 688px) {
#cm,
#cm.cloud,
#cm.left,
#cm.right{
width: auto;
max-width: 100%;
margin: 0;
padding: 1.2em!important;
right: 1em;
left: 1em;
bottom: 1em;
display: block;
}
.force--consent #cm,
.force--consent #cm.cloud{
width: auto;
max-width: 100vw;
}
#cm.top{
top: 1em;
bottom: auto;
}
#cm.bottom{
bottom: 1em;
top: auto;
}
#cm.bar.bottom{
bottom: 0;
}
#cm.cloud .c-bn{
font-size: .85em;
}
#s-bns,
.cc_div .bar #s-bns{
padding: 1em 1.3em;
}
.cc_div .bar #s-inr{
max-width: 100%;
width: 100%;
}
.cc_div .cloud #c-inr-i{
padding-right: 0;
}
#cs{
border-radius: 0;
padding: 0;
}
#c-s-in{
max-height: 100%;
height: 100%;
top: 0;
transform: none;
}
.cc_div .b-tg{
transform: scale(1.1);
right: 1.1em;
}
#s-inr{
margin: 0;
padding-bottom: 7.9em;
border-radius: 0;
}
#s-bns{
height: 7.9em;
}
#s-bl,
.cc_div .bar #s-bl{
padding: 1.2em;
}
#s-hdr,
.cc_div .bar #s-hdr{
padding: 0 1.2em;
} #s-bl table {
width: 100%;
}
#s-inr.bns-t{
padding-bottom: 10.5em;
}
.bns-t #s-bns{
height: 10.5em;
}
.cc_div .bns-t .c-bn{
font-size: 0.83em;
padding: .9em 1.6em;
}
#s-cnt .b-bn .b-tl{
padding-top: 1.2em;
padding-bottom: 1.2em;
} #s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt{
display: block;
}
#s-bl caption {
border-bottom: 0;
display: block;
} #s-bl thead tr{
position: absolute;
top: -9999px;
left: -9999px;
}
#s-bl tr{
border-top: 1px solid var(--cc-cookie-table-border);
}
#s-bl td { border: none;
position: relative;
padding-left: 35%;
}
#s-bl td:before {
position: absolute;
left: 1rem;
padding-right: 0.625em;
white-space: nowrap;
content: attr(data-column);
color: var(--cc-text);
overflow: hidden;
text-overflow: ellipsis;
}
#cm .c-bn,
.cc_div .c-bn{
width: 100%;
margin-right: 0;
}
#s-cnt #s-rall-bn{
margin-left: 0;
}
.cc_div #c-bns{
flex-direction: column;
}
#c-bns button + button,
#s-cnt button + button{
margin-top: 0.625em;
margin-left: 0;
float: unset;
}
#cm.cloud,
#cm.box{
left: 1em;
right: 1em;
width: auto;
}
#cm.cloud.right,
#cm.cloud.left{
margin: 0;
}
.cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i{
display: block;
width: auto;
min-width: unset;
}
.cc_div .cloud #c-txt{
font-size: .9em;
}
.cc_div .cloud #c-bns{
margin-top: 1.625em;
}
}html,
body {
border: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote::before,
blockquote::after {
content: "";
}  html {
font-size: 62.5%; scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
background: #f5efe0;
box-sizing: border-box;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8rem;
letter-spacing: -0.015em;
text-align: left;
}
@supports ( font-variation-settings: normal ) {
body {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
*,
*::before,
*::after {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
word-break: break-word;
word-wrap: break-word;
}
#site-content {
overflow: hidden;
} .group::after,
.entry-content::after {
clear: both;
content: "";
display: block;
} a,
path {
transition: all 0.15s linear;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .skip-link {
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
text-decoration: underline;
}
.skip-link:focus {
display: block;
left: 6px;
top: 7px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: normal;
padding: 15px 23px 14px;
z-index: 100000;
right: auto;
}  @font-face {
font-family: NonBreakingSpaceOverride;
src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
} @font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: normal;
font-display: swap;
src: url(/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: italic;
font-display: swap;
src: url(/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
} @media ( prefers-reduced-motion: reduce ) {
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
}
}  main {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: 700;
letter-spacing: -0.0415625em;
line-height: 1.25;
margin: 3.5rem 0 2rem;
}
h1,
.heading-size-1 {
font-size: 3.6rem;
font-weight: 800;
line-height: 1.138888889;
}
h2,
.heading-size-2 {
font-size: 3.2rem;
}
h3,
.heading-size-3 {
font-size: 2.8rem;
}
h4,
.heading-size-4 {
font-size: 2.4rem;
}
h5,
.heading-size-5 {
font-size: 2.1rem;
}
h6,
.heading-size-6 {
font-size: 1.6rem;
letter-spacing: 0.03125em;
text-transform: uppercase;
}
p {
line-height: 1.5;
margin: 0 0 1em 0;
}
em,
i,
q,
dfn {
font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
font-weight: bolder;
}
big {
font-size: 1.2em;
}
small {
font-size: 0.75em;
}
b,
strong {
font-weight: 700;
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
}
hr {
border-style: solid;
border-width: 0.1rem 0 0 0;
border-color: #dcd7ca;
margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
background-color: transparent !important;
border: none;
height: 0.1rem;
overflow: visible;
position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
background: currentColor;
content: "";
display: block;
height: 1.6rem;
position: absolute;
top: calc(50% - 0.8rem);
transform: rotate(22.5deg);
width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
right: calc(50% - 0.5rem);
}
a {
color: #cd2653;
text-decoration: underline;
}
a:hover,
a:focus {
text-decoration: none;
} ul,
ol {
margin: 0 0 3rem 3rem;
}
ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li {
line-height: 1.5;
margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd {
margin-top: 0.5rem;
}
dd + dt {
margin-top: 1.5rem;
} blockquote {
border-color: #cd2653;
border-style: solid; border-width: 0 0 0 0.2rem;
color: inherit;
font-size: 1em;
margin: 4rem 0; padding: 0.5rem 0 0.5rem 2rem;
}
cite {
color: #6d6d6d;
font-size: 1.4rem;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
blockquote cite {
display: block;
margin: 2rem 0 0 0;
}
blockquote p:last-child {
margin: 0;
} code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 0.9em;
padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
background: rgba(0, 0, 0, 0.075);
border-radius: 0.2rem;
}
pre {
border: 0.1rem solid #dcd7ca;
line-height: 1.5;
margin: 4rem 0;
overflow: auto;
padding: 3rem 2rem;
text-align: left;
}
pre code {
background: transparent;
padding: 0;
} figure {
display: block;
margin: 0;
}
iframe {
display: block;
max-width: 100%;
}
video {
display: block;
}
svg,
img,
embed,
object {
display: block;
height: auto;
max-width: 100%;
}
figcaption,
.wp-caption-text {
color: #6d6d6d;
display: block;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.2;
margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 3em 0 3em -0.8em;
width: calc(100% + 1.6em);
}
.gallery-item {
margin: 0.8em 0;
padding: 0 0.8em;
width: 100%;
}
.gallery-caption {
display: block;
margin-top: 0.8em;
} fieldset {
border: 0.2rem solid #dcd7ca;
padding: 2rem;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1.6rem;
font-weight: 400;
margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 0.5rem;
}
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
top: 2px;
display: inline-block;
margin: 0;
width: 1.5rem;
min-width: 1.5rem;
height: 1.5rem;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
border-color: #dcd7ca;
box-shadow: none;
cursor: pointer;
}
input[type="checkbox"]:checked::before { content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
position: absolute;
display: inline-block;
margin: -0.1875rem 0 0 -0.25rem;
height: 1.75rem;
width: 1.75rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1;
}
@supports ( font-variation-settings: normal ) {
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
input,
textarea {
border-color: #dcd7ca;
color: #000;
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] { direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
box-shadow: none;
display: block;
font-size: 1.6rem;
letter-spacing: -0.015em;
margin: 0;
max-width: 100%;
padding: 1.5rem 1.8rem;
width: 100%;
}
input[type="number"] {
padding-right: 0.5rem;
}
select {
font-size: 1em;
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: revert; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: #cd2653;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0.0333em;
line-height: 1.25;
margin: 0;
opacity: 1;
padding: 1.1em 1.44em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: underline;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: currentColor;
}
input[type="search"]:focus {
outline: thin dotted;
outline-offset: -4px;
} table {
border: 0.1rem solid #dcd7ca;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 1.6rem;
margin: 4rem 0;
max-width: 100%;
overflow: hidden;
width: 100%;
}
.alignleft > table {
margin: 0;
}
.alignright > table {
margin: 0;
}
th,
td {
border: 0.1rem solid #dcd7ca;
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 0.5em;
}
caption {
background: #dcd7ca;
font-weight: 600;
padding: 0.5em;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: 700;
}   .no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.screen-height {
min-height: 100vh;
}
.admin-bar .screen-height {
min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
.admin-bar .screen-height {
min-height: calc(100vh - 46px);
}
}
.screen-width {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
} section {
padding: 5rem 0;
width: 100%;
}
.section-inner {
margin-left: auto;
margin-right: auto;
max-width: 120rem;
width: calc(100% - 4rem);
}
.section-inner.max-percentage {
width: 100%;
}
.section-inner.thin {
max-width: 58rem;
}
.section-inner.small {
max-width: 80rem;
}
.section-inner.medium {
max-width: 100rem;
}
.section-inner.no-margin {
margin: 0;
} .toggle {
-moz-appearance: none;
-webkit-appearance: none;
color: inherit;
cursor: pointer;
font-family: inherit;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
text-align: inherit;
user-select: none;
}
button.toggle {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
font-size: inherit;
font-weight: 400;
letter-spacing: inherit;
padding: 0;
text-transform: none;
} .js .show-js {
display: block !important;
}
.js .hide-js {
display: none !important;
}
.no-js .show-no-js {
display: block !important;
}
.no-js .hide-no-js {
display: none !important;
} .font-size-xl {
font-size: 1.25em;
}
.font-size-xs {
font-size: 0.8em;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}  .color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
color: #cd2653;
} .bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
background-color: #cd2653;
} .border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
border-color: #cd2653;
} .fill-children-accent,
.fill-children-accent * {
fill: #cd2653;
}
.fill-children-current-color,
.fill-children-current-color * {
fill: currentColor;
} .opacity-0 {
opacity: 0;
}
.opacity-5 {
opacity: 0.05;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-15 {
opacity: 0.15;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-35 {
opacity: 0.35;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-45 {
opacity: 0.45;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-55 {
opacity: 0.55;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-65 {
opacity: 0.65;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-85 {
opacity: 0.85;
}
.opacity-90 {
opacity: 0.9;
}
.blend-mode-exclusion {
mix-blend-mode: exclusion;
}
.blend-mode-hue {
mix-blend-mode: hue;
}
.blend-mode-saturation {
mix-blend-mode: saturation;
}
.blend-mode-color {
mix-blend-mode: color;
}
.blend-mode-luminosity {
mix-blend-mode: luminosity;
} .bg-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-attachment-fixed {
background-attachment: fixed;
}
@supports ( -webkit-overflow-scrolling: touch ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
@media ( prefers-reduced-motion: reduce ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
.wp-block-image.is-resized {
margin-left: auto;
margin-right: auto;
} .search-form {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
}
.search-form .search-field,
.search-form .search-submit {
margin: 0 0 0.8rem 0.8rem;
}
.search-form label {
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
}
.search-form .search-field {
width: 100%;
}
.search-form .search-submit {
flex-shrink: 0;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
text-decoration: none;
} ul.social-icons {
display: flex;
flex-wrap: wrap;
margin: -0.9rem 0 0 -0.9rem;
width: calc(100% + 0.9rem);
}
ul.social-icons li {
margin: 0.9rem 0 0 0.9rem;
}
.social-icons a {
align-items: center;
background: #cd2653;
border-radius: 50%;
color: #fff;
display: flex;
height: 4.4rem;
justify-content: center;
padding: 0;
text-decoration: none;
transition: transform 0.15s ease-in-out;
width: 4.4rem;
}
.social-icons a:focus,
.social-icons a:hover {
transform: scale(1.1);
text-decoration: none;
} .cover-modal {
display: none;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
display: none !important;
}
.cover-modal.show-modal {
display: block;
cursor: pointer;
}
.cover-modal.show-modal > * {
cursor: default;
}  #site-header {
background: #fff;
position: relative;
}
.header-inner {
max-width: 168rem;
padding: 3.15rem 0;
z-index: 100;
} .header-titles-wrapper {
align-items: center;
display: flex;
justify-content: center;
padding: 0 4rem;
text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
justify-content: flex-start;
padding-left: 0;
text-align: left;
}
.site-title,
.site-logo,
.site-description {
margin: 0;
}
.site-title {
font-size: 2.1rem;
font-weight: 600;
line-height: 1;
}
.site-title a {
color: inherit;
display: block;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
text-decoration: underline;
}
.site-description {
margin-top: 1rem;
color: #6d6d6d;
font-size: 1.8rem;
font-weight: 500;
display: none;
letter-spacing: -0.0311em;
transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
display: block;
}
.header-titles .site-logo .site-logo {
margin: 0;
}
.site-logo img {
max-height: 6rem;
margin: 0 auto;
width: auto;
}
body:not(.enable-search-modal) .site-logo img {
margin: 0;
} .overlay-header #site-header {
background: transparent;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 2;
}
.overlay-header .header-inner {
color: #fff;
}
.overlay-header .site-description,
.overlay-header .toggle {
color: inherit;
}
.overlay-header .header-inner .toggle-wrapper::before {
background-color: currentColor;
opacity: 0.25;
}
.admin-bar.overlay-header #site-header {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar.overlay-header #site-header {
top: 46px;
}
} .header-navigation-wrapper {
display: none;
} .header-toggles {
display: none;
}
.header-inner .toggle {
align-items: center;
display: flex;
overflow: visible;
padding: 0 2rem;
}
.header-inner .toggle svg {
display: block;
position: relative;
z-index: 1;
}
.header-inner .toggle path {
fill: currentColor;
}
.toggle-inner {
display: flex;
justify-content: center;
height: 2.3rem;
position: relative;
}
.toggle-icon {
display: block;
overflow: hidden;
}
.toggle-inner .toggle-text {
color: #6d6d6d;
font-size: 1rem;
font-weight: 600;
position: absolute;
top: calc(100% + 0.5rem);
width: auto;
white-space: nowrap;
word-break: break-all;
}
.overlay-header .toggle-text {
color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
text-decoration: underline;
} .search-toggle {
position: absolute;
bottom: 0;
left: 0;
top: 0;
}
.search-toggle .toggle-icon,
.search-toggle svg {
height: 2.5rem;
max-width: 2.3rem;
width: 2.3rem;
} .nav-toggle {
position: absolute;
bottom: 0;
right: 0;
top: 0;
width: 6.6rem;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
height: 0.8rem;
width: 2.6rem;
}
.nav-toggle .toggle-inner {
padding-top: 0.8rem;
} .primary-menu-wrapper {
display: none;
}
ul.primary-menu {
display: flex;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: -0.0277em;
flex-wrap: wrap;
justify-content: flex-end;
margin: -0.8rem 0 0 -1.6rem;
}
.primary-menu .icon {
display: block;
height: 0.7rem;
position: absolute;
pointer-events: none;
transform: rotate(-45deg);
width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
content: "";
display: block;
background-color: currentColor;
position: absolute;
bottom: calc(50% - 0.1rem);
left: 0;
}
.primary-menu .icon::before {
height: 0.9rem;
width: 0.2rem;
}
.primary-menu .icon::after {
height: 0.2rem;
width: 0.9rem;
}
.primary-menu li {
font-size: inherit;
line-height: 1.25;
position: relative;
}
.primary-menu > li {
margin: 0.8rem 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
padding-right: 2rem;
}
.primary-menu > li > .icon {
right: -0.5rem;
top: calc(50% - 0.4rem);
}
.primary-menu a {
color: inherit;
display: block;
line-height: 1.2;
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
text-decoration: none;
} .primary-menu ul {
background: #000;
border-radius: 0.4rem;
color: #fff;
font-size: 1.7rem;
opacity: 0;
padding: 1rem 0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.primary-menu ul::before {
height: 2rem;
left: 0;
right: 0;
}
.primary-menu ul::after {
border: 0.8rem solid transparent;
border-bottom-color: #000;
right: 1.8rem;
}
.primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1rem 2rem;
transition: background-color 0.15s linear;
width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 0.5rem);
} .primary-menu ul ul {
top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
bottom: 0;
height: auto;
left: auto;
right: -2rem;
top: 0;
width: 2rem;
}
.primary-menu ul ul::after {
border-bottom-color: transparent; border-left-color: #000;
bottom: auto;
right: -1.6rem;
top: 2rem;
}
.rtl .primary-menu ul ul::after {
transform: rotate(180deg);
} @media (any-pointer: coarse) {
.primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
.primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
} body.touch-enabled .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}  .menu-modal {
background: #fff;
display: none;
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
bottom: 0;
left: -99999rem;
right: 99999rem;
top: 0;
transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
z-index: 99;
}
.admin-bar .menu-modal {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu-modal {
top: 46px;
}
}
.menu-modal.show-modal {
display: flex;
}
.menu-modal.active {
left: 0;
opacity: 1;
right: 0;
transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
background: #fff;
display: flex;
justify-content: stretch;
overflow: auto;
-ms-overflow-style: auto;
width: 100%;
}
.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
button.close-nav-toggle {
align-items: center;
display: flex;
font-size: 1.6rem;
font-weight: 500;
justify-content: flex-end;
padding: 3.1rem 0;
width: 100%;
}
button.close-nav-toggle svg {
height: 1.6rem;
width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 1.6rem;
}
.menu-modal .menu-top {
flex-shrink: 0;
} .modal-menu {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.modal-menu li {
border-color: #dedfdf;
border-style: solid;
border-width: 0.1rem 0 0 0;
display: flex;
flex-wrap: wrap;
line-height: 1;
justify-content: flex-start;
margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-menu a {
display: block;
padding: 2rem 2.5rem;
text-decoration: none;
width: 100%;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
text-decoration: underline;
}
button.sub-menu-toggle {
border-left: 0.1rem solid #dedfdf;
flex-shrink: 0;
margin: 1rem 0;
padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.5rem;
}
button.sub-menu-toggle.active svg {
transform: rotate(180deg);
}
.modal-menu ul {
display: none;
margin: 0;
width: 100%;
}
.modal-menu ul li {
border-left-width: 1rem;
}
.modal-menu ul li a {
color: inherit;
font-weight: 500;
} .menu-wrapper .menu-item {
position: relative;
}
.menu-wrapper .active {
display: block;
}
.menu-wrapper.is-toggling {
pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
display: block;
transition-property: opacity;
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
border-top-color: transparent;
border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 1ms !important;
}
} .expanded-menu {
display: none;
}
.mobile-menu {
display: block;
} .menu-bottom {
flex-shrink: 0;
padding: 4rem 0;
}
.menu-bottom nav {
width: 100%;
}
.menu-copyright {
display: none;
font-size: 1.6rem;
font-weight: 500;
margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
text-decoration: underline;
}
.menu-bottom .social-menu {
justify-content: center;
}  .search-modal {
background: rgba(0, 0, 0, 0.2);
display: none;
opacity: 0;
position: fixed;
bottom: 0;
left: -9999rem;
top: 0;
transition: opacity 0.2s linear, left 0s 0.2s linear;
width: 100%;
z-index: 999;
}
.admin-bar .search-modal.active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .search-modal.active {
top: 46px;
}
}
.search-modal-inner {
background: #fff;
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
display: flex;
justify-content: space-between;
max-width: 168rem;
}
.search-modal.active {
left: 0;
opacity: 1;
transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
transform: translateY(0);
transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
align-items: center;
display: flex;
flex-shrink: 0;
justify-content: center;
margin-right: -2.5rem;
padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
color: inherit;
}
.search-modal.active .search-untoggle {
animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
height: 1.5rem;
transition: transform 0.15s ease-in-out;
width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
transform: scale(1.15);
} .search-modal form {
margin: 0;
position: relative;
width: 100%;
}
.search-modal .search-field {
background: none;
border: none;
border-radius: 0;
color: inherit;
font-size: 2rem;
letter-spacing: -0.0277em;
height: 8.4rem;
margin: 0 0 0 -2rem;
max-width: calc(100% + 2rem);
padding: 0 0 0 2rem;
width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
color: inherit;
}
.search-modal .search-field::-moz-placeholder {
color: inherit;
line-height: 4;
}
.search-modal .search-submit {
position: absolute;
right: -9999rem;
top: 50%;
transform: translateY(-50%);
}
.search-modal .search-submit:focus {
right: 0;
}  .cover-header {
display: flex;
overflow: hidden;
}
.cover-header-inner-wrapper {
display: flex;
position: relative;
flex-direction: column;
justify-content: flex-end;
width: 100%;
}
.cover-header-inner {
padding: 10rem 0 5rem 0;
width: 100%;
}
.cover-color-overlay,
.cover-color-overlay::before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.cover-color-overlay::before {
background: currentColor;
content: "";
display: block;
}
.cover-header .entry-header {
position: relative;
width: 100%;
z-index: 1;
}
.cover-header .entry-header * {
color: #fff;
}
body.template-cover .entry-header {
background: transparent;
padding: 0;
}
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
color: inherit;
}
.cover-header .entry-header a {
color: inherit;
} .to-the-content-wrapper {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 0.5rem);
}
.to-the-content {
align-items: center;
display: flex;
justify-content: center;
height: 4rem;
text-decoration: none;
}
.to-the-content svg {
height: 2rem;
transition: transform 0.15s linear;
transform: translateY(0);
width: 1.767rem;
}
.to-the-content:focus svg,
.to-the-content:hover svg {
transform: translateY(20%);
}  body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 120rem;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
position: static;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
position: static;
}
body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
position: static;
}
body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
position: static;
}
body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
position: static;
}   .archive-header {
background-color: #fff;
padding: 4rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 2rem;
}
.archive-title {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: -0.026666667em;
margin: 0;
}
.archive-subtitle p:last-child {
margin-bottom: 0;
} body:not(.singular) main > article:first-of-type {
padding: 4rem 0 0;
} .no-search-results-form {
padding-top: 5rem;
}   .singular .entry-header {
background-color: #fff;
padding: 4rem 0;
}
.entry-categories {
line-height: 1.25;
margin-bottom: 2rem;
}
.entry-categories-inner {
justify-content: center;
display: flex;
flex-wrap: wrap;
margin: -0.5rem 0 0 -1rem;
}
.entry-categories a {
border-bottom: 0.15rem solid currentColor;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.036666667em;
margin: 0.5rem 0 0 1rem;
text-decoration: none;
text-transform: uppercase;
}
.entry-categories a:focus,
.entry-categories a:hover {
border-bottom-color: transparent;
}
h1.entry-title,
h2.entry-title {
margin: 0;
}
.entry-title a {
color: inherit;
text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
text-decoration: underline;
}
.intro-text {
margin-top: 2rem;
}
.singular .intro-text {
font-size: 2rem;
letter-spacing: -0.0315em;
line-height: 1.4;
} .post-meta-single-top .post-meta {
justify-content: center;
}
.post-meta-wrapper {
margin-top: 2rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.post-meta {
color: #6d6d6d;
display: flex;
flex-wrap: wrap;
font-size: 1.5rem;
font-weight: 500;
list-style: none;
margin: -1rem 0 0 -2rem;
}
.post-meta li {
flex-shrink: 0;
letter-spacing: -0.016875em;
margin: 1rem 0 0 2rem;
max-width: calc(100% - 2rem);
}
.post-meta a {
color: inherit;
text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
text-decoration: underline;
}
.post-meta .meta-wrapper {
align-items: center;
display: flex;
flex-wrap: nowrap;
}
.post-meta .meta-icon {
flex-shrink: 0;
margin-right: 1rem;
}
.sticky .post-sticky {
color: inherit;
}
.post-meta .post-author .meta-icon svg {
width: 1.6rem;
height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
width: 1.8rem;
height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
width: 1.7rem;
height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
width: 1.5rem;
height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta svg * {
fill: currentColor;
} .featured-media {
margin-top: 5rem;
position: relative;
}
.singular .featured-media {
margin-top: 0;
}
.singular .featured-media-inner {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.singular .featured-media::before {
background: #fff;
content: "";
display: block;
position: absolute;
bottom: 50%;
left: 0;
right: 0;
top: 0;
}
.featured-media img {
margin: 0 auto;
}
.featured-media figcaption {
margin: 1.5rem auto 0 auto;
text-align: center;
width: calc(100% - 5rem);
}
.post-inner {
padding-top: 5rem;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
padding-top: 0;
}  .post-nav-links {
border-radius: 0.4rem;
display: flex;
font-size: 0.9em;
font-weight: 600;
line-height: 1;
margin: 3em auto 0 auto;
padding: 0;
width: calc(100% - 4rem);
max-width: 58rem;
}
.post-nav-links > span.label {
padding: 1em 0;
}
.post-nav-links > * {
padding: 1em 0.75em;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 3rem;
} .author-bio {
margin-top: 4rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.hide-avatars .author-bio {
padding-left: 0;
}
.author-bio .author-title-wrapper {
align-items: center;
display: flex;
margin: 0 0 1rem 0;
}
.author-bio .avatar {
border-radius: 50%;
margin-right: 1.5rem;
height: 5rem;
width: 5rem;
}
.hide-avatars img.avatar {
display: none;
}
.author-bio p:last-child {
margin-bottom: 0;
}
.author-bio .author-title {
margin: 0;
}
.author-bio .author-link {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-top: 1em;
text-decoration: none;
}
.author-bio .author-link:focus,
.author-bio .author-link:hover {
text-decoration: underline;
} .pagination-single {
font-size: 1.8rem;
margin-top: 5rem;
}
.pagination-single-inner {
display: flex;
flex-direction: column;
}
.pagination-single hr:first-child {
margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
align-items: baseline;
display: flex;
font-weight: 600;
letter-spacing: -0.0275em;
text-decoration: none;
flex: 1;
}
.pagination-single a + a {
margin-top: 1rem;
}
.pagination-single a .arrow {
margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
text-decoration: underline;
}   .has-text-color a {
color: inherit;
} :root .has-accent-color {
color: #cd2653;
}
:root .has-accent-background-color {
background-color: #cd2653;
color: #fff;
}
:root .has-primary-color {
color: #000;
}
:root .has-primary-background-color {
background-color: #000;
color: #f5efe0;
}
:root .has-secondary-color {
color: #6d6d6d;
}
:root .has-secondary-background-color {
background-color: #6d6d6d;
color: #fff;
}
:root .has-subtle-background-color {
color: #dcd7ca;
}
:root .has-subtle-background-background-color {
background-color: #dcd7ca;
color: #000;
}
:root .has-background-color {
color: #f5efe0;
}
:root .has-background-background-color {
background-color: #f5efe0;
color: #000;
} .has-text-align-left { text-align: left;
}
.has-text-align-center {
text-align: center;
}
.has-text-align-right { text-align: right;
}
.has-drop-cap:not(:focus)::first-letter {
color: #cd2653;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 5.1em;
font-weight: 800;
margin: 0.05em 0.1em 0 0;
}
.has-drop-cap:not(:focus)::first-letter::after {
content: "";
display: table;
clear: both;
}
.has-drop-cap:not(:focus)::after {
padding: 0;
} .has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content .has-small-font-size {
font-size: 0.842em;
}
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
font-size: 1em;
}
.entry-content .has-medium-font-size {
font-size: 1.1em;
line-height: 1.45;
}
.entry-content .has-large-font-size {
font-size: 1.25em;
line-height: 1.4;
}
.entry-content .has-larger-font-size {
font-size: 1.5em;
line-height: 1.3;
} *[class*="_inner-container"] > *:first-child {
margin-top: 0;
}
*[class*="_inner-container"] > *:last-child {
margin-bottom: 0;
}
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 3rem;
margin-top: 3rem;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
} .wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
list-style: none;
margin-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
list-style: none;
}
.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
margin-left: 0;
}
.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
margin-bottom: 0;
}
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
font-family: inherit;
}
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
color: #6d6d6d;
}
.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
font-weight: 700;
text-decoration: none;
}
.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.25;
}
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
color: #6d6d6d;
font-size: 0.7em;
font-weight: 600;
letter-spacing: normal;
margin-top: 0.15em;
} .wp-block-embed figcaption,
.wp-block-image figcaption {
color: #6d6d6d;
font-size: 1.4rem;
margin-bottom: 0;
margin-top: 1.5rem;
} .wp-block-audio audio {
width: 100%;
} .wp-block-button {
margin: 3rem 0;
}
.wp-block-button.is-style-outline {
color: #cd2653;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: inherit;
}
.is-style-outline .wp-block-button__link {
border: 2px solid;
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
} .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
padding-left: 2rem;
padding-right: 2rem;
}
.wp-block-column {
margin-bottom: 3.2rem;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 4rem);
padding: 2rem 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
max-width: 100%;
padding: 0;
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 3.2rem;
}  .wp-block-file {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wp-block-file a:not(.wp-block-file__button) {
font-weight: 700;
text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
margin-right: 1rem;
}
.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
font-size: 1.5rem;
padding: 1em 1.25em;
}
.wp-block-file a.wp-block-file__button:visited {
opacity: 1;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
opacity: 1;
text-decoration: underline;
} .wp-block-gallery ul {
list-style: none;
margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 3rem;
margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
margin-bottom: 5rem;
margin-top: 5rem;
} .wp-block-group.has-background {
padding: 2rem;
margin-bottom: 0;
margin-top: 0;
}
.wp-block-group__inner-container {
margin: 0 auto;
}
.wp-block-group__inner-container,
.entry-content .wp-block-group p {
max-width: 100%;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 2rem;
padding-right: 2rem;
}  .wp-block-media-text .wp-block-media-text__content {
padding: 3rem 2rem;
}
.wp-block-media-text .wp-block-media-text__content p {
max-width: none;
}
.wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
margin-bottom: 0;
}  .wp-block-pullquote {
padding: 0;
position: relative;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: calc(100% - 4rem);
}
.wp-block-pullquote::before {
background: #fff;
border-radius: 50%;
color: #cd2653;
content: "”";
display: block;
font-size: 6.2rem;
font-weight: 500;
line-height: 1.2;
margin: 0 auto 1.5rem auto;
text-align: center;
height: 4.4rem;
width: 4.4rem;
}
.reduced-spacing .wp-block-pullquote::before {
border: 0.1rem solid currentColor;
font-size: 5.9rem;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.wp-block-pullquote blockquote p {
font-family: inherit;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.178571429;
letter-spacing: -0.041785714em;
max-width: 100%;
}
.wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote cite {
color: #6d6d6d;
font-size: 1.6rem;
font-weight: 500;
margin-top: 1.2rem;
}
.wp-block-pullquote.has-text-color cite,
.wp-block-pullquote.has-background cite,
.has-background .wp-block-pullquote cite {
color: inherit;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 2.8rem;
}
.wp-block-pullquote.alignleft {
text-align: left;
}
.wp-block-pullquote.alignright {
text-align: right;
}
.wp-block-pullquote.alignleft::before {
margin-left: 0;
}
.wp-block-pullquote.alignright::before {
margin-right: 0;
} .wp-block-pullquote.is-style-solid-color {
padding: 3rem 2rem;
}
.wp-block-pullquote.is-style-solid-color::before {
position: absolute;
top: 0;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
transform: translateY(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before {
left: 2rem;
}
.wp-block-pullquote.is-style-solid-color.alignright::before {
left: auto;
right: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
} hr.wp-block-separator {
margin: 3rem 0;
} .wp-block-separator.is-style-wide {
max-width: calc(100vw - 4rem);
position: relative;
width: 100%;
} .wp-block-separator.is-style-dots::before {
background: none;
color: inherit;
font-size: 3.2rem;
font-weight: 700;
height: auto;
letter-spacing: 1em;
padding-left: 1em;
position: static;
transform: none;
width: auto;
}
.wp-block-separator.is-style-dots::after {
content: none;
} .wp-block-search .wp-block-search__input {
width: auto;
} .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #dcd7ca;
}
figure.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes table {
border-collapse: inherit;
} .wp-block-quote p,
.wp-block-quote cite {
text-align: inherit;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite,
.has-background .wp-block-quote cite {
color: inherit;
}
.wp-block-quote[style="text-align:center"] {
border-width: 0;
padding: 0;
}
.wp-block-quote[style="text-align:right"] { border-width: 0 0.2rem 0 0;
padding: 0 2rem 0 0; } .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border: none;
padding: 0;
margin-left: auto;
margin-right: auto;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-family: inherit;
font-size: 2.4rem;
font-style: normal;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.285;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 1.6rem;
text-align: inherit;
} .entry-content .wp-block-latest-comments li {
margin: 2rem 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 5.5rem;
}
.entry-content .wp-block-latest-comments a {
text-decoration: none;
}
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-comments__comment {
font-size: inherit;
}
.wp-block-latest-comments__comment-date {
margin-top: 0.4em;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 0.7em;
margin: 0.9rem 0 2rem 0;
} .wp-block-latest-posts.is-grid li {
border-top: 0.2rem solid #dcd7ca;
margin-top: 2rem;
padding-top: 1rem;
}
.wp-block-latest-posts.has-dates {
list-style: none;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li {
margin-top: 1.5rem;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
margin-top: 0;
} .wp-block-post-template,
.wp-block-post-template > li {
margin-left: 0;
margin-right: 0;
}  .entry-content {
line-height: 1.5;
}
.entry-content > * {
margin-left: auto;
margin-right: auto;
margin-bottom: 1.25em;
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content > *:last-child {
margin-bottom: 0;
}
.read-more-button-wrap {
margin-top: 1em;
text-align: center;
}
.entry-content a:hover,
.entry-content a:focus {
text-decoration: none;
}
.entry-content p,
.entry-content li {
line-height: 1.4;
}
.entry-content li img {
display: inline-block;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 3.5rem auto 2rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin-bottom: 1rem;
}
.entry-content hr {
margin: 4rem auto;
}
.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
margin-top: 0;
} .entry-content {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: 100%;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
margin-top: 4rem;
margin-right: auto;
margin-bottom: 4rem;
margin-left: auto;
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
} .alignfull {
margin-top: 5rem;
margin-right: auto;
margin-bottom: 5rem;
margin-left: auto;
max-width: 100vw;
position: relative;
width: 100%;
}
[class*="__inner-container"] > .alignfull {
max-width: 100%;
} .alignwide {
max-width: 120rem;
position: relative;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > .alignwide {
width: 100%;
} .aligncenter,
.aligncenter img {
margin-left: auto;
margin-right: auto;
} .alignleft,
.alignright {
max-width: 50%;
}
.alignleft { float: left;
margin: 0.3rem 2rem 2rem 2rem;
}
.alignright { float: right;
margin: 0.3rem 2rem 2rem 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
width: calc(100% - 4rem);
}   .comments-wrapper {
margin-top: 5rem;
}
.comment-reply-title {
margin: 0 0 4rem 0;
text-align: center;
}  .comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 3.5rem;
}
div.comment:first-of-type {
margin-top: 3.5rem;
padding-top: 0;
}
.comments .comments-header + div {
margin-top: 0;
padding-top: 0;
}
.comment-body {
position: relative;
}
.comment .comment {
padding-left: 5%;
}
.comment-meta {
line-height: 1.1;
margin-bottom: 1.5rem;
min-height: 5rem;
padding-left: 5rem;
position: relative;
}
.hide-avatars .comment-meta {
min-height: 0;
padding-left: 0;
}
.comment-meta a {
color: inherit;
}
.comment-author {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.027777778em;
}
.comment-author a {
text-decoration: underline;
}
.comment-author a:hover,
.comment-author a:focus {
text-decoration: none;
}
.comment-meta .avatar {
height: 4rem;
position: absolute;
left: 0;
top: 0;
width: 4rem;
}
.comment-author .url {
text-decoration: underline;
}
.comment-metadata {
color: #6d6d6d;
font-size: 1.4rem;
font-weight: 500;
margin-top: 0.6rem;
}
.comment-metadata a {
text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
text-decoration: underline;
} .comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: 100%;
}
.comment-content.entry-content .alignleft { margin-left: 0;
}
.comment-content.entry-content .alignright { margin-right: 0;
} .comment-footer-meta {
align-items: center;
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
font-weight: 600;
justify-content: flex-start;
letter-spacing: 0.030833333em;
line-height: 1;
margin: 1.5rem 0 -1rem -1.5rem;
text-transform: uppercase;
}
.comment-footer-meta > * {
margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
background-color: #cd2653;
color: #fff;
display: block;
padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
display: block;
}
.comment-footer-meta a {
text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
text-decoration: underline;
} .pingback .comment-meta,
.trackback .comment-meta {
padding-left: 0;
} .comments-pagination {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 6rem;
text-align: center;
}
.comments-pagination.only-next {
justify-content: flex-end;
}
.comments-pagination .page-numbers {
display: none;
text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
display: block;
}
.comments-pagination .prev {
left: 0;
}
.comments-pagination .next {
right: 0;
text-align: right;
} .comment-respond::after {
clear: both;
content: "";
display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
color: #6d6d6d;
font-size: 1.6rem;
line-height: 1.4;
margin: -3rem 0 4rem 0;
text-align: center;
}
.comment-respond .required-field-message {
display: inline-block;
}
.comment-respond p {
line-height: 1.1;
margin-bottom: 2rem;
margin-left: auto;
margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
max-width: 58rem;
}
.comment-form-cookies-consent {
align-items: baseline;
display: flex;
}
.comment-respond > p:last-of-type {
margin-bottom: 0;
}
.comment-respond label {
display: block;
}
.comment-respond input[type="checkbox"] + label {
font-size: 1.5rem;
line-height: 1.25;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
margin-bottom: 0;
}
.comment-respond textarea {
height: 15rem;
}
.comment-respond #submit {
display: block;
}
.comment-respond .comments-closed {
text-align: center;
} .comments .comment-respond {
padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
text-align: left;
}
.comment-reply-title small {
display: block;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: -0.0277em;
margin: 0.5rem 0 0 0;
white-space: nowrap;
}
.comment-reply-title small a {
text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
text-decoration: underline;
}  .pagination .nav-links {
align-items: baseline;
display: flex;
flex-wrap: wrap;
font-size: 1.8rem;
font-weight: 600;
margin: -1.5rem 0 0 -2.5rem;
width: calc(100% + 2.5rem);
}
.pagination-separator {
margin: 5rem 0;
}
.nav-links > * {
margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
display: none;
visibility: hidden;
}
.pagination a {
text-decoration: none;
}
.pagination a:focus,
.pagination a:hover {
text-decoration: underline;
}
.pagination .dots {
transform: translateY(-0.3em);
color: #6d6d6d;
}
.nav-short {
display: none;
}  .error404 #site-content {
padding-top: 4rem;
}
.error404-content {
text-align: center;
}
.error404 #site-content .search-form {
justify-content: center;
margin-top: 3rem;
}   .widget {
margin-top: 3rem;
}
.widget:first-child {
margin-top: 0;
}
.widget-content > div > *:first-child {
margin-top: 0;
}
.widget-content > div > *:last-child {
margin-bottom: 0;
}
.widget .widget-title {
margin: 0 0 2rem;
}
.widget li {
margin: 2rem 0 0 0;
}
.widget li:first-child,
.widget li > ul,
.widget li > ol {
margin-top: 0;
}
.widget table,
.widget table * {
border-color: #dedfdf;
}
.widget table caption {
background-color: #dedfdf;
}
.widget .post-date,
.widget .rss-date {
color: #6d6d6d;
display: block;
font-size: 0.85em;
font-weight: 500;
margin-top: 0.2rem;
}
.widget select {
max-width: 100%;
} .widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
color: #6d6d6d;
margin: 0.3rem 0;
}
.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
margin-left: 2rem;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
font-weight: 700;
text-decoration: none;
}
.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
text-decoration: underline;
} .calendar_wrap {
font-size: 2.4rem;
}
.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
display: table-cell;
font-size: 1em;
font-weight: 500;
line-height: 1;
padding: 2.5% 2.5% 1.75% 2.5%;
text-align: center;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-nav {
display: table;
width: 100%;
font-size: 1.8rem;
}
.calendar_wrap tfoot td {
border-bottom: none;
}
.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
text-decoration: none;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
text-align: right;
}  .widget_media_gallery .gallery {
margin: 0 -0.4em -0.8em -0.4em;
width: calc(100% + 0.8em);
}
.widget_media_gallery .gallery-item {
margin: 0 0 0.8em 0;
padding: 0 0.4em;
} .widget_nav_menu .widget-content > div > ul {
margin-left: 0;
} .widget_recent_comments li {
font-weight: 700;
}
.widget_recent_comments a {
text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
text-decoration: underline;
} .widget_recent_entries a {
font-weight: 700;
text-decoration: none;
}
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
text-decoration: underline;
} .widget_rss .widget-title a.rsswidget:first-of-type:not(.rss-widget-title) {
display: none;
}
.widget_rss .rsswidget {
font-weight: 700;
}
.widget_rss a {
text-decoration: none;
}
.widget_rss a:focus,
.widget_rss a:hover {
text-decoration: underline;
}
.widget_rss .rssSummary {
margin-top: 0.5rem;
}
.widget_rss cite::before {
content: "— ";
} .widget_search .search-field {
border-color: #dedfdf;
} .widget_tag_cloud a {
font-weight: 700;
margin-right: 0.5rem;
text-decoration: none;
white-space: nowrap;
}
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
text-decoration: underline;
}  .widget .wp-block-social-links li {
margin-top: 0;
}  .footer-nav-widgets-wrapper,
#site-footer {
background-color: #fff;
border-color: #dedfdf;
border-style: solid;
border-width: 0;
}
.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 5rem;
}
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
border-top-width: 0.1rem;
}
.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
padding: 3rem 0;
} .footer-top {
display: flex;
border-bottom: 0.1rem solid #dedfdf;
justify-content: space-between;
} .footer-menu {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.0277em;
}
.footer-menu li {
line-height: 1.25;
margin: 0.25em 0 0 0;
}
.footer-menu a {
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.footer-menu a:hover,
.footer-menu a:focus {
text-decoration: underline;
} .footer-social-wrapper {
margin: 0;
width: 100%;
}
.has-footer-menu .footer-social-wrapper {
flex-shrink: 0;
margin-left: 1rem;
width: 50%;
}
ul.footer-social {
margin: -0.5rem 0 0 -0.5rem;
}
.has-footer-menu .footer-social {
justify-content: flex-end;
}
ul.footer-social li {
margin: 0.5rem 0 0 0.5rem;
}
.footer-social a {
background-color: #cd2653;
height: 3.6rem;
width: 3.6rem;
}
.footer-social a::before {
font-size: 1.6rem;
} .footer-widgets-outer-wrapper {
border-bottom: 0.1rem solid #dedfdf;
}
.footer-widgets + .footer-widgets {
margin-top: 3rem;
} #site-footer {
font-size: 1.6rem;
}
#site-footer .section-inner {
align-items: baseline;
display: flex;
justify-content: space-between;
}
#site-footer a {
text-decoration: none;
}
#site-footer a:focus,
#site-footer a:hover {
text-decoration: underline;
}
.footer-copyright a,
.privacy-policy a,
.powered-by-wordpress a {
color: inherit;
}
.privacy-policy,
.powered-by-wordpress,
.to-the-top {
color: #6d6d6d;
}
a.to-the-top {
margin-left: 2.4rem;
white-space: nowrap;
}
a.to-the-top > * {
pointer-events: none;
}
.footer-copyright {
font-weight: 600;
margin: 0;
}
.powered-by-wordpress {
display: none;
margin: 0 0 0 2.4rem;
}
.privacy-policy {
margin: 1.2rem 0 0;
}
.to-the-top-long {
display: none;
}  @media ( max-width: 479px ) { .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
float: none;
}  ul,
ol {
margin: 0 0 3rem 2rem;
}
li {
margin: 0.5rem 0 0 1rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 480px ) {  .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 26rem;
} .wp-block-table.alignleft,
.wp-block-table.alignright {
max-width: 100%;
}  .alignleft,
.alignright {
max-width: 26rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( max-width: 599px ) {   .wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns + .wp-block-columns {
margin-top: 0.2rem;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide {
margin-top: -0.8rem;
}
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -1.8rem;
}  .template-cover .post-inner .post-meta-wrapper,
.template-cover .post-inner .author-bio {
width: calc( 100% - 4rem );
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 600px ) {  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 660px ) {  figure.wp-block-gallery.alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
figure.wp-block-gallery.alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}  .entry-content > .alignleft { margin-left: 4rem;
}
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
.entry-content > .alignright { margin-right: 4rem;
}
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}  .post-nav-links {
margin: 3em auto 0 auto;
}
}
@media ( min-width: 700px ) { ul,
ol {
margin-bottom: 4rem;
}
pre {
padding: 3rem;
}
hr {
margin: 8rem auto;
}
table {
font-size: 1.8rem;
} .gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
} h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
margin: 6rem auto 3rem;
}
h4,
.heading-size-4,
h5,
.heading-size-5,
h6,
.heading-size-6 {
margin: 4.5rem auto 2.5rem;
}
h1,
.heading-size-1 {
font-size: 6.4rem;
}
h2,
.heading-size-2 {
font-size: 4.8rem;
}
h3,
.heading-size-3 {
font-size: 4rem;
}
h4,
.heading-size-4 {
font-size: 3.2rem;
}
h5,
.heading-size-5 {
font-size: 2.4rem;
}
h6,
.heading-size-6 {
font-size: 1.8rem;
} fieldset {
padding: 3rem;
}
legend {
padding: 0 1.5rem;
}
button,
.button,
.faux-button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 1.7rem;
} figcaption,
.wp-caption-text {
margin-top: 1.8rem;
}  section {
padding: 8rem 0;
}
.section-inner {
width: calc(100% - 8rem);
} .header-inner {
padding: 3.8rem 0;
}
.site-title {
font-size: 2.4rem;
font-weight: 700;
}
.site-description {
display: block;
}
.site-logo img {
max-height: 9rem;
transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
} .toggle-inner .toggle-text {
font-size: 1.2rem;
}
.search-toggle {
left: 2rem;
}
.nav-toggle {
right: 2rem;
} button.close-nav-toggle {
font-size: 1.8rem;
padding: 4rem 0;
}
button.close-nav-toggle svg {
height: 2rem;
width: 2rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 2.1rem;
}
.modal-menu {
left: auto;
width: 100%;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2.4rem;
padding: 2.5rem 0;
}
.modal-menu ul li {
border-left-color: transparent;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
padding: 0 3rem;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
height: 1.1rem;
width: 1.8rem;
}
.menu-bottom {
align-items: center;
display: flex;
justify-content: space-between;
padding: 4.4rem 0;
}
.menu-copyright {
display: block;
flex-shrink: 0;
margin-right: 4rem;
} .search-modal form {
position: relative;
width: 100%;
}
.search-untoggle svg {
height: 2.5rem;
width: 2.5rem;
}
.search-modal .search-field {
border: none;
font-size: 3.2rem;
height: 14rem;
}
.search-modal .search-field::-moz-placeholder {
line-height: 4.375;
}  .featured-media figcaption {
margin: 2rem auto 0 auto;
width: calc(100% - 8rem);
} .cover-header-inner {
padding: 18rem 0 8rem 0;
}
.to-the-content-wrapper {
top: calc(100% + 1.8rem);
}
.to-the-content {
height: 6rem;
}
.to-the-content svg {
height: 2.4rem;
width: 2.12rem;
} body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: calc(100% - 8rem);
}
body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 4rem;
padding-right: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
} .archive-header {
padding: 8rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 3rem;
}
.archive-title {
font-size: 3.2rem;
}
body:not(.singular) main > article:first-of-type {
padding: 8rem 0 0;
}
h2.entry-title {
font-size: 6.4rem;
} .no-search-results-form {
padding-top: 8rem;
}  .singular .entry-header {
padding: 8rem 0;
}
.entry-categories {
margin-bottom: 3rem;
}
.entry-categories-inner {
margin: -1rem 0 0 -2rem;
}
.entry-categories a {
font-size: 1.5rem;
margin: 1rem 0 0 2rem;
}
.intro-text {
font-size: 2rem;
margin-top: 2.5rem;
}
.singular .intro-text {
font-size: 2.6rem;
}
.post-meta-wrapper {
margin-top: 3rem;
}
.post-meta {
font-size: 1.6rem;
margin: -1.4rem 0 0 -3rem;
}
.post-meta li {
margin: 1.4rem 0 0 3rem;
max-width: calc(100% - 3rem);
}
.featured-media {
margin-top: 6rem;
}
.post-inner {
padding-top: 8rem;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 4rem;
} .author-bio {
margin-top: 8rem;
min-height: 8rem;
padding-left: 10rem;
position: relative;
}
.author-bio .avatar {
position: absolute;
left: 0;
top: 0;
height: 8rem;
width: 8rem;
} .pagination-single {
font-size: 2.4rem;
margin-top: 8rem;
}
.pagination-single-inner {
flex-direction: row;
justify-content: space-between;
}
.pagination-single.only-next .pagination-single-inner {
justify-content: flex-end;
}
.pagination-single hr:first-child {
margin: 0 0 4rem 0;
}
.pagination-single hr:last-child {
margin: 4rem 0 0.8rem 0;
}
.pagination-single a + a {
margin: 0 0 0 4rem;
}
.pagination-single a .arrow {
margin: 0 2rem 0 0;
}
.pagination-single .next-post {
flex-direction: row-reverse;
text-align: right;
}
.pagination-single .next-post .arrow {
margin: 0 0 0 2rem;
}  .wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 1.6rem;
} .wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 4rem;
margin-top: 4rem;
} .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
}
.entry-content .wp-block-columns h1,
.entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns h4,
.entry-content .wp-block-columns h5,
.entry-content .wp-block-columns h6 {
margin: 3.5rem 0 2rem;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 8rem);
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 4.8rem;
} figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 6rem;
margin-top: 6rem;
} .wp-block-group.has-background {
padding: 4rem;
margin-top: 0;
margin-bottom: 0;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
} .wp-block-media-text .wp-block-media-text__content {
padding: 4rem;
} .wp-block-pullquote blockquote p {
font-size: 3.2rem;
}
.wp-block-pullquote cite {
margin-top: 2rem;
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
padding-left: 1rem;
padding-right: 1rem;
}
.wp-block-pullquote.alignwide::before,
.wp-block-pullquote.alignfull::before {
font-size: 11.272727272rem;
height: 8rem;
margin-bottom: 2rem;
width: 8rem;
}
.wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 4.8rem;
line-height: 1.203125;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 3.2rem;
line-height: 1.1875;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 6rem 4rem 4rem;
}
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 2.6rem;
} .wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 2.8rem;
} hr.wp-block-separator {
margin: 6rem auto;
}
.wp-block-separator.is-style-wide {
max-width: calc(100vw - 8rem);
} .entry-content {
font-size: 2.1rem;
}
.entry-content p,
.entry-content li {
line-height: 1.476;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
margin: 6rem auto 3rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 4.5rem auto 2.5rem;
}
.alignnone,
.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
.alignleft { margin: 0.3rem 2rem 2rem 0;
}
.alignright { margin: 0.3rem 0 2rem 2rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 6rem;
margin-top: 6rem;
}
.entry-content > .alignwide {
max-width: calc(100vw - 8rem);
width: calc(100vw - 8rem);
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:first-child,
.entry-content > .alignfull:first-child {
margin-bottom: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 8rem);
} .comments-wrapper {
margin-top: 8rem;
}
.comment-reply-title {
margin-bottom: 4.6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
font-size: 1.8rem;
letter-spacing: -0.025em;
margin: -2.5rem 0 4.4rem 0;
}
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 5rem;
}
div.comment:first-of-type {
margin-top: 5rem;
}
.comment-meta {
margin-bottom: 2rem;
min-height: 6rem;
padding: 0.3rem 0 0 7.5rem;
}
.comment-meta .avatar {
display: block;
height: 6rem;
position: absolute;
left: 0;
top: 0;
width: 6rem;
}
.comment-author {
font-size: 2.4rem;
}
.comment-metadata {
font-size: 1.6rem;
margin-top: 0.8rem;
}
.comment-footer-meta {
margin-top: 2.5rem;
}
.comments-pagination {
margin-top: 8rem;
} .pingback .comment-body {
padding: 0;
} .comment-respond p {
margin-bottom: 2.5rem;
}
.comment-form p.logged-in-as {
margin: -2.5rem 0 4.4rem 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
float: left;
width: calc(50% - 1rem);
}
.comment-respond .comment-form-email {
margin-left: 2rem;
}
.comments .comment-respond {
padding: 5rem 0 0;
}
.comment-reply-title small {
display: inline;
margin: 0 0 0 0.5rem;
} .pagination-separator {
margin: 8rem 0;
} .nav-short {
display: inline;
}
.pagination .nav-links {
font-size: 2.4rem;
font-weight: 700;
margin: -2.5rem 0 0 -4rem;
}
.nav-links > * {
margin: 2.5rem 0 0 4rem;
} .error404 #site-content {
padding-top: 8rem;
} .widget .widget-title {
margin-bottom: 3rem;
} .footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 8rem;
} .footer-top {
padding: 3.7rem 0;
}
.footer-menu {
font-size: 2.4rem;
margin: -0.8rem 0 0 -1.6rem;
}
.footer-menu li {
margin: 0.8rem 0 0 1.6rem;
}
.has-footer-menu .footer-social-wrapper {
flex: 1;
margin-left: 4rem;
width: auto;
} .footer-widgets-outer-wrapper {
padding: 8rem 0;
}
.footer-widgets-wrapper {
display: flex;
justify-content: space-between;
margin-left: -4rem;
width: calc(100% + 4rem);
}
.footer-widgets {
margin-left: 4rem;
width: 50%;
}
.footer-widgets + .footer-widgets {
margin-top: 0;
}
.footer-widgets .widget {
border-top: none;
margin-top: 5rem;
padding-top: 0;
}
.footer-widgets .widget:first-child {
margin-top: 0;
} #site-footer {
font-size: 1.8rem;
padding: 4.3rem 0;
}
.footer-credits {
display: flex;
flex-wrap: wrap;
}
.footer-copyright {
font-weight: 700;
}
.privacy-policy {
margin: 0 0 0 2.4rem;
}
.to-the-top-long {
display: inline;
}
.to-the-top-short {
display: none;
}
}
@media (min-width: 782px) {  .wp-block-column {
margin-bottom: 0;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -2.8rem;
}
}
@media ( min-width: 1000px ) {   #site-header {
z-index: 2;
}
.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2.8rem 0;
}
.header-titles-wrapper {
margin-right: 4rem;
max-width: 50%;
padding: 0;
text-align: left;
}
.header-titles {
align-items: baseline;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: -1rem 0 0 -2.4rem;
}
.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
margin: 1rem 0 0 2.4rem;
}
.wp-custom-logo .header-titles {
align-items: center;
} .header-navigation-wrapper {
align-items: center;
display: flex;
}
.primary-menu-wrapper {
display: block;
width: 100%;
} .mobile-search-toggle,
.mobile-nav-toggle {
display: none !important;
}
.primary-menu-wrapper + .header-toggles {
margin-left: 3rem;
}
.header-toggles {
display: flex;
flex-shrink: 0;
margin-right: -3rem;
}
.header-inner .toggle {
height: 4.4rem;
padding: 0 3rem;
position: relative;
bottom: auto;
left: auto;
right: auto;
top: auto;
width: auto;
}
.header-inner .toggle-wrapper {
position: relative;
}
.header-inner .toggle-wrapper::before {
background: #dedfdf;
content: "";
display: block;
height: 2.7rem;
position: absolute;
left: 0;
top: calc(50% - 1.35rem);
width: 0.1rem;
}
.header-inner .toggle-wrapper:first-child::before {
content: none;
}
.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
content: "";
}
.nav-toggle-wrapper:not(.has-expanded-menu) {
display: none;
}
.toggle-inner {
position: static;
}
.toggle-inner .toggle-text {
left: 0;
right: 0;
text-align: center;
top: calc(100% - 0.3rem);
width: auto;
}
.header-toggles:only-child .nav-toggle .toggle-inner {
padding-top: 0;
}
.header-toggles:only-child .toggle-inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.header-toggles:only-child .toggle-inner .svg-icon {
order: 1;
}
.header-toggles:only-child .toggle-inner .toggle-text {
position: static;
padding-right: 20px;
font-size: 15px;
color: inherit;
} .menu-modal {
opacity: 1;
justify-content: flex-end;
padding: 0;
transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
.menu-modal.cover-modal {
background: rgba(0, 0, 0, 0);
}
.menu-modal.active {
background: rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease-out;
}
.menu-wrapper.section-inner {
width: calc(100% - 8rem);
}
.menu-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 0;
transform: translateX(20rem);
transition: transform 0.2s ease-in, opacity 0.2s ease-in;
width: 50rem;
}
.menu-modal.active .menu-modal-inner {
opacity: 1;
transform: translateX(0);
transition-timing-function: ease-out;
}
.mobile-menu {
display: none;
}
.expanded-menu {
display: block;
}
.menu-bottom {
padding: 6rem 0;
}
.menu-bottom .social-menu {
justify-content: flex-start;
}  .featured-media figcaption {
width: 100%;
} .template-full-width .wp-block-image .alignleft { margin-right: 2rem;
}
.template-full-width .wp-block-image .alignright { margin-left: 2rem;
}  .singular .intro-text {
font-size: 2.8rem;
}  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4.8rem;
} figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 8rem;
margin-top: 8rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 4rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-image .alignleft { margin-right: 0;
}
.wp-block-image .alignright { margin-left: 0;
}
.wp-block-image .aligncenter figcaption {
text-align: center;
} hr.wp-block-separator {
margin: 8rem auto;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft {
position: absolute; right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
position: relative; right: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
position: absolute; right: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="__inner-container"] > .alignright {
position: absolute; left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
position: relative; left: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
position: absolute; left: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 4rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 8rem;
margin-top: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 10rem);
} .comment-meta {
padding-left: 0;
}
.comment-meta .avatar {
left: -8rem;
} .pagination .nav-links {
justify-content: space-between;
margin: 0;
width: 100%;
}
.nav-links > * {
margin: 0 2rem;
}
.pagination .next,
.pagination .prev {
display: block;
}
.pagination .prev {
margin: 0 auto 0 0;
}
.pagination .next {
text-align: right;
margin: 0 0 0 auto;
}  .footer-top {
align-items: center;
}
.footer-menu {
align-items: baseline;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
font-size: 2.1rem;
margin: -1.2rem 0 0 -2.4rem;
}
.footer-menu li {
margin: 1.2rem 0 0 2.4rem;
}
.powered-by-wordpress {
display: block;
}
}
@media ( min-width: 1220px ) {  h1,
.heading-size-1 {
font-size: 8.4rem;
}   ul.primary-menu {
margin: -0.8rem 0 0 -2.5rem;
}
.primary-menu > li {
margin: 0.8rem 0 0 2.5rem;
} .primary-menu-wrapper + .header-toggles {
margin-left: 4rem;
}
.header-toggles {
margin-right: -4rem;
}
.header-toggles .toggle {
padding: 0 4rem;
}    .cover-header + .post-inner {
padding-top: 10rem;
}  .singular .intro-text {
font-size: 3.2rem;
letter-spacing: -0.03125em;
line-height: 1.375;
}  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
} figure.wp-block-gallery.alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 6rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 6.4rem;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 9rem 4rem 8rem;
}  .entry-content > .alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem - 2rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 6rem);
} .comment-reply-title {
font-size: 5.6rem;
line-height: 1.2;
margin-bottom: 6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
margin: -4rem 0 6rem 0;
}
.comments .comment-respond .comment-reply-title {
font-size: 4.8rem;
}
.comments .comment-respond p.comment-notes,
.comments .comment-respond p.logged-in-as {
margin: -4.5rem 0 4rem 0;
}  .widget-content {
font-size: 2.1rem;
} .footer-menu {
font-size: 2.4rem;
margin: -1.5rem 0 0 -3rem;
}
.footer-menu li {
margin: 1.5rem 0 0 3rem;
}
ul.footer-social {
margin: -1rem 0 0 -1rem;
}
ul.footer-social li {
margin: 1rem 0 0 1rem;
}
.footer-social a {
height: 4.4rem;
width: 4.4rem;
}
.footer-social a::before {
font-size: 2rem;
} .footer-widgets-wrapper {
margin-left: -6rem;
width: calc(100% + 6rem);
}
.footer-widgets {
margin-left: 6rem;
}
}
@media ( min-width: 1240px ) { body.template-full-width .entry-content > .alignleft { margin-left: calc(( 100vw - 120rem ) / 2);
}
body.template-full-width .entry-content > .alignright { margin-right: calc(( 100vw - 120rem ) / 2);
}
}
@media ( min-width: 1280px ) {  figure.wp-block-gallery.alignleft { margin-left: -31rem;
}
figure.wp-block-gallery.alignright { margin-right: -31rem;
} .wp-block-separator.is-style-wide {
max-width: 120rem;
width: 100%;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { right: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-left: -31rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { left: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-right: -31rem;
}
.entry-content > .alignwide {
max-width: 120rem;
width: 120rem;
}
[class*="__inner-container"] > .alignwide {
max-width: 120rem;
width: 100%;
}
.alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 25rem;
} body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}
}
@media ( min-width: 1330px ) {  .alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 29rem;
}  .wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
top: 0;
}
}